2024-04-03T15:48:18.0665939Z Current runner version: '2.315.0' 2024-04-03T15:48:18.0672954Z Runner name: 'i-00c50e4d0b0f58526' 2024-04-03T15:48:18.0673733Z Runner group name: 'Default' 2024-04-03T15:48:18.0674581Z Machine name: 'ip-10-0-13-38' 2024-04-03T15:48:18.0678951Z ##[group]GITHUB_TOKEN Permissions 2024-04-03T15:48:18.0681109Z Actions: read 2024-04-03T15:48:18.0681584Z Checks: read 2024-04-03T15:48:18.0682085Z Contents: read 2024-04-03T15:48:18.0682642Z Deployments: read 2024-04-03T15:48:18.0683123Z Discussions: read 2024-04-03T15:48:18.0683622Z Issues: read 2024-04-03T15:48:18.0684122Z Metadata: read 2024-04-03T15:48:18.0684578Z Packages: read 2024-04-03T15:48:18.0685085Z Pages: read 2024-04-03T15:48:18.0685590Z PullRequests: read 2024-04-03T15:48:18.0686100Z RepositoryProjects: read 2024-04-03T15:48:18.0686678Z SecurityEvents: read 2024-04-03T15:48:18.0687227Z Statuses: read 2024-04-03T15:48:18.0687673Z ##[endgroup] 2024-04-03T15:48:18.0691094Z Secret source: None 2024-04-03T15:48:18.0692021Z Prepare workflow directory 2024-04-03T15:48:18.4773155Z Prepare all required actions 2024-04-03T15:48:18.4972172Z Getting action download info 2024-04-03T15:48:18.6864979Z Download action repository 'pytorch/test-infra@main' (SHA:f5543b9b2d7b7c7b8eccd6576b68fc0472b1fbde) 2024-04-03T15:48:19.0369288Z Download action repository 'pytorch/pytorch@main' (SHA:74b3a7920ef9b96315ef20adef858b00cc067af6) 2024-04-03T15:48:22.0389993Z Download action repository 'aws-actions/configure-aws-credentials@v3' (SHA:50ac8dd1e1b10d09dac7b8727528b91bed831ac0) 2024-04-03T15:48:22.2436272Z Download action repository 'seemethere/upload-artifact-s3@v5' (SHA:baba72d0712b404f646cebe0730933554ebce96a) 2024-04-03T15:48:22.5321870Z Getting action download info 2024-04-03T15:48:22.6567395Z Download action repository 'malfet/checkout@silent-checkout' (SHA:e07af140b3ccefc05679e3755b9db68f4ee4589c) 2024-04-03T15:48:22.8648675Z Uses: pytorch/pytorch/.github/workflows/_linux-build.yml@refs/pull/123154/merge (4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0) 2024-04-03T15:48:22.8651576Z ##[group] Inputs 2024-04-03T15:48:22.8652072Z build-environment: linux-focal-rocm6.0-py3.8 2024-04-03T15:48:22.8652676Z docker-image-name: pytorch-linux-focal-rocm-n-py3 2024-04-03T15:48:22.8653557Z build-generates-artifacts: true 2024-04-03T15:48:22.8654008Z build-with-debug: false 2024-04-03T15:48:22.8654381Z sync-tag: rocm-build 2024-04-03T15:48:22.8654752Z cuda-arch-list: 5.2 2024-04-03T15:48:22.8655118Z runner: linux.2xlarge 2024-04-03T15:48:22.8656622Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "linux.rocm.gpu" }, { config: "default", shard: 2, num_shards: 3, runner: "linux.rocm.gpu" }, { config: "default", shard: 3, num_shards: 3, runner: "linux.rocm.gpu" }, ]} 2024-04-03T15:48:22.8658048Z s3-bucket: gha-artifacts 2024-04-03T15:48:22.8658713Z aws-role-to-assume: 2024-04-03T15:48:22.8659075Z ##[endgroup] 2024-04-03T15:48:22.8659782Z Complete job name: linux-focal-rocm6.0-py3.8 / build 2024-04-03T15:48:22.9606448Z ##[group]Run pytorch/test-infra/.github/actions/setup-ssh@main 2024-04-03T15:48:22.9607101Z with: 2024-04-03T15:48:22.9607854Z github-secret: *** 2024-04-03T15:48:22.9608232Z activate-with-label: false 2024-04-03T15:48:22.9608649Z label: with-ssh 2024-04-03T15:48:22.9609021Z remove-existing-keys: true 2024-04-03T15:48:22.9609415Z ##[endgroup] 2024-04-03T15:48:23.0596105Z Please see https://github.com/pytorch/pytorch/wiki/Debugging-using-with-ssh-for-Github-Actions for more info. 2024-04-03T15:48:23.5145302Z Grabbing public ssh keys from https://github.com/caic99.keys 2024-04-03T15:48:23.5795633Z ~/.ssh/authorized_keys file found on node, removing ~/.ssh and starting fresh 2024-04-03T15:48:23.5808391Z Public keys pulled and installed to /home/ec2-user/.ssh/authorized_keys 2024-04-03T15:48:23.5834466Z Login using: ssh ec2-user@ec2-54-196-1-84.compute-1.amazonaws.com 2024-04-03T15:48:23.6085375Z ##[group]Run pytorch/pytorch/.github/actions/checkout-pytorch@main 2024-04-03T15:48:23.6085921Z with: 2024-04-03T15:48:23.6086182Z submodules: recursive 2024-04-03T15:48:23.6086641Z fetch-depth: 0 2024-04-03T15:48:23.6086910Z ##[endgroup] 2024-04-03T15:48:23.6321987Z ##[group]Run retry () { 2024-04-03T15:48:23.6322413Z retry () { 2024-04-03T15:48:23.6322908Z  $* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*) 2024-04-03T15:48:23.6323467Z } 2024-04-03T15:48:23.6323741Z echo "${GITHUB_WORKSPACE}" 2024-04-03T15:48:23.6324149Z if [ -z "${NO_SUDO}" ]; then 2024-04-03T15:48:23.6324613Z  retry sudo rm -rf "${GITHUB_WORKSPACE}" 2024-04-03T15:48:23.6325043Z else 2024-04-03T15:48:23.6325365Z  retry rm -rf "${GITHUB_WORKSPACE}" 2024-04-03T15:48:23.6325778Z fi 2024-04-03T15:48:23.6326051Z mkdir "${GITHUB_WORKSPACE}" 2024-04-03T15:48:23.6350187Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:48:23.6350695Z env: 2024-04-03T15:48:23.6350942Z NO_SUDO: 2024-04-03T15:48:23.6351207Z ##[endgroup] 2024-04-03T15:48:23.6446972Z /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:26.5132344Z ##[group]Run malfet/checkout@silent-checkout 2024-04-03T15:48:26.5132819Z with: 2024-04-03T15:48:26.5133130Z ref: d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:48:26.5133554Z fetch-depth: 0 2024-04-03T15:48:26.5133849Z submodules: recursive 2024-04-03T15:48:26.5134167Z quiet-checkout: true 2024-04-03T15:48:26.5134482Z repository: pytorch/pytorch 2024-04-03T15:48:26.5134969Z token: *** 2024-04-03T15:48:26.5135236Z ssh-strict: true 2024-04-03T15:48:26.5135528Z persist-credentials: true 2024-04-03T15:48:26.5135867Z clean: true 2024-04-03T15:48:26.5136165Z sparse-checkout-cone-mode: true 2024-04-03T15:48:26.5136649Z lfs: false 2024-04-03T15:48:26.5136937Z set-safe-directory: true 2024-04-03T15:48:26.5137275Z ##[endgroup] 2024-04-03T15:48:26.6096180Z Syncing repository: pytorch/pytorch 2024-04-03T15:48:26.6098019Z ##[group]Getting Git version info 2024-04-03T15:48:26.6098981Z Working directory is '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-04-03T15:48:26.6099877Z [command]/usr/bin/git version 2024-04-03T15:48:26.6100234Z git version 2.40.1 2024-04-03T15:48:26.6101528Z ##[endgroup] 2024-04-03T15:48:26.6113076Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/5c3486fb-039c-4ba5-9ff2-4ef2d9c5f69e' before making global git config changes 2024-04-03T15:48:26.6114383Z Adding repository directory to the temporary git global config as a safe directory 2024-04-03T15:48:26.6115535Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:26.6149297Z Deleting the contents of '/home/ec2-user/actions-runner/_work/pytorch/pytorch' 2024-04-03T15:48:26.6153118Z ##[group]Initializing the repository 2024-04-03T15:48:26.6155852Z [command]/usr/bin/git init /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:48:26.6245887Z hint: Using 'master' as the name for the initial branch. This default branch name 2024-04-03T15:48:26.6247586Z hint: is subject to change. To configure the initial branch name to use in all 2024-04-03T15:48:26.6248847Z hint: of your new repositories, which will suppress this warning, call: 2024-04-03T15:48:26.6249879Z hint: 2024-04-03T15:48:26.6250352Z hint: git config --global init.defaultBranch 2024-04-03T15:48:26.6250821Z hint: 2024-04-03T15:48:26.6251328Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and 2024-04-03T15:48:26.6252185Z hint: 'development'. The just-created branch can be renamed via this command: 2024-04-03T15:48:26.6253129Z hint: 2024-04-03T15:48:26.6253527Z hint: git branch -m 2024-04-03T15:48:26.6254287Z Initialized empty Git repository in /home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/ 2024-04-03T15:48:26.6256663Z [command]/usr/bin/git remote add origin https://github.com/pytorch/pytorch 2024-04-03T15:48:26.6284620Z ##[endgroup] 2024-04-03T15:48:26.6285175Z ##[group]Disabling automatic garbage collection 2024-04-03T15:48:26.6288127Z [command]/usr/bin/git config --local gc.auto 0 2024-04-03T15:48:26.6314971Z ##[endgroup] 2024-04-03T15:48:26.6315463Z ##[group]Setting up auth 2024-04-03T15:48:26.6320778Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-04-03T15:48:26.6349926Z [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-04-03T15:48:26.6588448Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-04-03T15:48:26.6616802Z [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-04-03T15:48:26.6852527Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-04-03T15:48:26.6895023Z ##[endgroup] 2024-04-03T15:48:26.6895668Z ##[group]Fetching the repository 2024-04-03T15:48:26.6902176Z [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-04-03T15:48:32.0523292Z remote: Enumerating objects: 1123761 2024-04-03T15:48:32.0524405Z remote: Enumerating objects: 1124382, done. 2024-04-03T15:48:32.0525357Z remote: Counting objects: 0% (1/621) 2024-04-03T15:48:32.0526054Z remote: Counting objects: 1% (7/621) 2024-04-03T15:48:32.0526833Z remote: Counting objects: 2% (13/621) 2024-04-03T15:48:32.0527974Z remote: Counting objects: 3% (19/621) 2024-04-03T15:48:32.0528745Z remote: Counting objects: 4% (25/621) 2024-04-03T15:48:32.0529538Z remote: Counting objects: 5% (32/621) 2024-04-03T15:48:32.0530091Z remote: Counting objects: 6% (38/621) 2024-04-03T15:48:32.0530780Z remote: Counting objects: 7% (44/621) 2024-04-03T15:48:32.0531449Z remote: Counting objects: 8% (50/621) 2024-04-03T15:48:32.0532153Z remote: Counting objects: 9% (56/621) 2024-04-03T15:48:32.0532682Z remote: Counting objects: 10% (63/621) 2024-04-03T15:48:32.0533232Z remote: Counting objects: 11% (69/621) 2024-04-03T15:48:32.0533719Z remote: Counting objects: 12% (75/621) 2024-04-03T15:48:32.0534197Z remote: Counting objects: 13% (81/621) 2024-04-03T15:48:32.0534690Z remote: Counting objects: 14% (87/621) 2024-04-03T15:48:32.0535291Z remote: Counting objects: 15% (94/621) 2024-04-03T15:48:32.0536185Z remote: Counting objects: 16% (100/621) 2024-04-03T15:48:32.0536943Z remote: Counting objects: 17% (106/621) 2024-04-03T15:48:32.0537779Z remote: Counting objects: 18% (112/621) 2024-04-03T15:48:32.0538729Z remote: Counting objects: 19% (118/621) 2024-04-03T15:48:32.0539210Z remote: Counting objects: 20% (125/621) 2024-04-03T15:48:32.0539712Z remote: Counting objects: 21% (131/621) 2024-04-03T15:48:32.0540198Z remote: Counting objects: 22% (137/621) 2024-04-03T15:48:32.0540672Z remote: Counting objects: 23% (143/621) 2024-04-03T15:48:32.0541157Z remote: Counting objects: 24% (150/621) 2024-04-03T15:48:32.0541640Z remote: Counting objects: 25% (156/621) 2024-04-03T15:48:32.0542116Z remote: Counting objects: 26% (162/621) 2024-04-03T15:48:32.0542597Z remote: Counting objects: 27% (168/621) 2024-04-03T15:48:32.0543100Z remote: Counting objects: 28% (174/621) 2024-04-03T15:48:32.0543764Z remote: Counting objects: 29% (181/621) 2024-04-03T15:48:32.0544235Z remote: Counting objects: 30% (187/621) 2024-04-03T15:48:32.0545258Z remote: Counting objects: 31% (193/621) 2024-04-03T15:48:32.0546191Z remote: Counting objects: 32% (199/621) 2024-04-03T15:48:32.0546935Z remote: Counting objects: 33% (205/621) 2024-04-03T15:48:32.0548006Z remote: Counting objects: 34% (212/621) 2024-04-03T15:48:32.0548727Z remote: Counting objects: 35% (218/621) 2024-04-03T15:48:32.0549200Z remote: Counting objects: 36% (224/621) 2024-04-03T15:48:32.0549690Z remote: Counting objects: 37% (230/621) 2024-04-03T15:48:32.0550180Z remote: Counting objects: 38% (236/621) 2024-04-03T15:48:32.0550646Z remote: Counting objects: 39% (243/621) 2024-04-03T15:48:32.0551127Z remote: Counting objects: 40% (249/621) 2024-04-03T15:48:32.0551610Z remote: Counting objects: 41% (255/621) 2024-04-03T15:48:32.0552135Z remote: Counting objects: 42% (261/621) 2024-04-03T15:48:32.0552605Z remote: Counting objects: 43% (268/621) 2024-04-03T15:48:32.0553094Z remote: Counting objects: 44% (274/621) 2024-04-03T15:48:32.0553579Z remote: Counting objects: 45% (280/621) 2024-04-03T15:48:32.0554048Z remote: Counting objects: 46% (286/621) 2024-04-03T15:48:32.0554536Z remote: Counting objects: 47% (292/621) 2024-04-03T15:48:32.0555019Z remote: Counting objects: 48% (299/621) 2024-04-03T15:48:32.0555486Z remote: Counting objects: 49% (305/621) 2024-04-03T15:48:32.0555971Z remote: Counting objects: 50% (311/621) 2024-04-03T15:48:32.0556455Z remote: Counting objects: 51% (317/621) 2024-04-03T15:48:32.0556928Z remote: Counting objects: 52% (323/621) 2024-04-03T15:48:32.0557421Z remote: Counting objects: 53% (330/621) 2024-04-03T15:48:32.0557908Z remote: Counting objects: 54% (336/621) 2024-04-03T15:48:32.0558384Z remote: Counting objects: 55% (342/621) 2024-04-03T15:48:32.0558874Z remote: Counting objects: 56% (348/621) 2024-04-03T15:48:32.0559369Z remote: Counting objects: 57% (354/621) 2024-04-03T15:48:32.0559841Z remote: Counting objects: 58% (361/621) 2024-04-03T15:48:32.0560329Z remote: Counting objects: 59% (367/621) 2024-04-03T15:48:32.0560824Z remote: Counting objects: 60% (373/621) 2024-04-03T15:48:32.0561297Z remote: Counting objects: 61% (379/621) 2024-04-03T15:48:32.0561786Z remote: Counting objects: 62% (386/621) 2024-04-03T15:48:32.0562287Z remote: Counting objects: 63% (392/621) 2024-04-03T15:48:32.0562775Z remote: Counting objects: 64% (398/621) 2024-04-03T15:48:32.0563264Z remote: Counting objects: 65% (404/621) 2024-04-03T15:48:32.0563740Z remote: Counting objects: 66% (410/621) 2024-04-03T15:48:32.0564232Z remote: Counting objects: 67% (417/621) 2024-04-03T15:48:32.0564716Z remote: Counting objects: 68% (423/621) 2024-04-03T15:48:32.0565484Z remote: Counting objects: 69% (429/621) 2024-04-03T15:48:32.0565979Z remote: Counting objects: 70% (435/621) 2024-04-03T15:48:32.0566465Z remote: Counting objects: 71% (441/621) 2024-04-03T15:48:32.0566937Z remote: Counting objects: 72% (448/621) 2024-04-03T15:48:32.0567430Z remote: Counting objects: 73% (454/621) 2024-04-03T15:48:32.0567911Z remote: Counting objects: 74% (460/621) 2024-04-03T15:48:32.0568381Z remote: Counting objects: 75% (466/621) 2024-04-03T15:48:32.0568866Z remote: Counting objects: 76% (472/621) 2024-04-03T15:48:32.0569345Z remote: Counting objects: 77% (479/621) 2024-04-03T15:48:32.0569812Z remote: Counting objects: 78% (485/621) 2024-04-03T15:48:32.0570294Z remote: Counting objects: 79% (491/621) 2024-04-03T15:48:32.0570773Z remote: Counting objects: 80% (497/621) 2024-04-03T15:48:32.0571239Z remote: Counting objects: 81% (504/621) 2024-04-03T15:48:32.0571720Z remote: Counting objects: 82% (510/621) 2024-04-03T15:48:32.0572198Z remote: Counting objects: 83% (516/621) 2024-04-03T15:48:32.0572829Z remote: Counting objects: 84% (522/621) 2024-04-03T15:48:32.0573315Z remote: Counting objects: 85% (528/621) 2024-04-03T15:48:32.0573870Z remote: Counting objects: 86% (535/621) 2024-04-03T15:48:32.0574341Z remote: Counting objects: 87% (541/621) 2024-04-03T15:48:32.0574821Z remote: Counting objects: 88% (547/621) 2024-04-03T15:48:32.0575299Z remote: Counting objects: 89% (553/621) 2024-04-03T15:48:32.0575779Z remote: Counting objects: 90% (559/621) 2024-04-03T15:48:32.0576247Z remote: Counting objects: 91% (566/621) 2024-04-03T15:48:32.0576816Z remote: Counting objects: 92% (572/621) 2024-04-03T15:48:32.0577299Z remote: Counting objects: 93% (578/621) 2024-04-03T15:48:32.0577773Z remote: Counting objects: 94% (584/621) 2024-04-03T15:48:32.0578383Z remote: Counting objects: 95% (590/621) 2024-04-03T15:48:32.0578902Z remote: Counting objects: 96% (597/621) 2024-04-03T15:48:32.0579380Z remote: Counting objects: 97% (603/621) 2024-04-03T15:48:32.0579863Z remote: Counting objects: 98% (609/621) 2024-04-03T15:48:32.0580347Z remote: Counting objects: 99% (615/621) 2024-04-03T15:48:32.0580822Z remote: Counting objects: 100% (621/621) 2024-04-03T15:48:32.0581339Z remote: Counting objects: 100% (621/621), done. 2024-04-03T15:48:32.0582063Z remote: Compressing objects: 0% (1/335) 2024-04-03T15:48:32.0582750Z remote: Compressing objects: 1% (4/335) 2024-04-03T15:48:32.0673274Z remote: Compressing objects: 2% (7/335) 2024-04-03T15:48:32.0738849Z remote: Compressing objects: 3% (11/335) 2024-04-03T15:48:32.0973828Z remote: Compressing objects: 4% (14/335) 2024-04-03T15:48:32.1107473Z remote: Compressing objects: 5% (17/335) 2024-04-03T15:48:32.1236821Z remote: Compressing objects: 6% (21/335) 2024-04-03T15:48:32.1303714Z remote: Compressing objects: 7% (24/335) 2024-04-03T15:48:32.1428993Z remote: Compressing objects: 8% (27/335) 2024-04-03T15:48:32.1456202Z remote: Compressing objects: 9% (31/335) 2024-04-03T15:48:32.1456819Z remote: Compressing objects: 10% (34/335) 2024-04-03T15:48:32.1553997Z remote: Compressing objects: 11% (37/335) 2024-04-03T15:48:32.1596041Z remote: Compressing objects: 12% (41/335) 2024-04-03T15:48:32.1631037Z remote: Compressing objects: 13% (44/335) 2024-04-03T15:48:32.1648808Z remote: Compressing objects: 14% (47/335) 2024-04-03T15:48:32.1655795Z remote: Compressing objects: 15% (51/335) 2024-04-03T15:48:32.1660274Z remote: Compressing objects: 16% (54/335) 2024-04-03T15:48:32.1702048Z remote: Compressing objects: 17% (57/335) 2024-04-03T15:48:32.1709392Z remote: Compressing objects: 18% (61/335) 2024-04-03T15:48:32.1718963Z remote: Compressing objects: 19% (64/335) 2024-04-03T15:48:32.1724346Z remote: Compressing objects: 20% (67/335) 2024-04-03T15:48:32.1728158Z remote: Compressing objects: 21% (71/335) 2024-04-03T15:48:32.1729682Z remote: Compressing objects: 22% (74/335) 2024-04-03T15:48:32.1733245Z remote: Compressing objects: 23% (78/335) 2024-04-03T15:48:32.1735393Z remote: Compressing objects: 24% (81/335) 2024-04-03T15:48:32.1741069Z remote: Compressing objects: 25% (84/335) 2024-04-03T15:48:32.1743491Z remote: Compressing objects: 26% (88/335) 2024-04-03T15:48:32.1745443Z remote: Compressing objects: 27% (91/335) 2024-04-03T15:48:32.1790760Z remote: Compressing objects: 28% (94/335) 2024-04-03T15:48:32.1791761Z remote: Compressing objects: 29% (98/335) 2024-04-03T15:48:32.1792506Z remote: Compressing objects: 30% (101/335) 2024-04-03T15:48:32.1793544Z remote: Compressing objects: 31% (104/335) 2024-04-03T15:48:32.1794334Z remote: Compressing objects: 32% (108/335) 2024-04-03T15:48:32.1795651Z remote: Compressing objects: 33% (111/335) 2024-04-03T15:48:32.1796510Z remote: Compressing objects: 34% (114/335) 2024-04-03T15:48:32.1797355Z remote: Compressing objects: 35% (118/335) 2024-04-03T15:48:32.1798450Z remote: Compressing objects: 36% (121/335) 2024-04-03T15:48:32.1799521Z remote: Compressing objects: 37% (124/335) 2024-04-03T15:48:32.1800407Z remote: Compressing objects: 38% (128/335) 2024-04-03T15:48:32.1801296Z remote: Compressing objects: 39% (131/335) 2024-04-03T15:48:32.1802419Z remote: Compressing objects: 40% (134/335) 2024-04-03T15:48:32.1803375Z remote: Compressing objects: 41% (138/335) 2024-04-03T15:48:32.1808630Z remote: Compressing objects: 42% (141/335) 2024-04-03T15:48:32.1809750Z remote: Compressing objects: 43% (145/335) 2024-04-03T15:48:32.1810736Z remote: Compressing objects: 44% (148/335) 2024-04-03T15:48:32.1814969Z remote: Compressing objects: 45% (151/335) 2024-04-03T15:48:32.1821676Z remote: Compressing objects: 46% (155/335) 2024-04-03T15:48:32.1822350Z remote: Compressing objects: 47% (158/335) 2024-04-03T15:48:32.1822966Z remote: Compressing objects: 48% (161/335) 2024-04-03T15:48:32.1823512Z remote: Compressing objects: 49% (165/335) 2024-04-03T15:48:32.1824967Z remote: Compressing objects: 50% (168/335) 2024-04-03T15:48:32.1826125Z remote: Compressing objects: 51% (171/335) 2024-04-03T15:48:32.1827369Z remote: Compressing objects: 52% (175/335) 2024-04-03T15:48:32.1828770Z remote: Compressing objects: 53% (178/335) 2024-04-03T15:48:32.1829389Z remote: Compressing objects: 54% (181/335) 2024-04-03T15:48:32.1830503Z remote: Compressing objects: 55% (185/335) 2024-04-03T15:48:32.1832147Z remote: Compressing objects: 56% (188/335) 2024-04-03T15:48:32.1832678Z remote: Compressing objects: 57% (191/335) 2024-04-03T15:48:32.1833371Z remote: Compressing objects: 58% (195/335) 2024-04-03T15:48:32.1833946Z remote: Compressing objects: 59% (198/335) 2024-04-03T15:48:32.1834632Z remote: Compressing objects: 60% (201/335) 2024-04-03T15:48:32.1835247Z remote: Compressing objects: 61% (205/335) 2024-04-03T15:48:32.1835935Z remote: Compressing objects: 62% (208/335) 2024-04-03T15:48:32.1836525Z remote: Compressing objects: 63% (212/335) 2024-04-03T15:48:32.1837048Z remote: Compressing objects: 64% (215/335) 2024-04-03T15:48:32.1837553Z remote: Compressing objects: 65% (218/335) 2024-04-03T15:48:32.1838079Z remote: Compressing objects: 66% (222/335) 2024-04-03T15:48:32.1838598Z remote: Compressing objects: 67% (225/335) 2024-04-03T15:48:32.1839209Z remote: Compressing objects: 68% (228/335) 2024-04-03T15:48:32.1839778Z remote: Compressing objects: 69% (232/335) 2024-04-03T15:48:32.1840377Z remote: Compressing objects: 70% (235/335) 2024-04-03T15:48:32.1840968Z remote: Compressing objects: 71% (238/335) 2024-04-03T15:48:32.1841562Z remote: Compressing objects: 72% (242/335) 2024-04-03T15:48:32.1842489Z remote: Compressing objects: 73% (245/335) 2024-04-03T15:48:32.1844649Z remote: Compressing objects: 74% (248/335) 2024-04-03T15:48:32.1845836Z remote: Compressing objects: 75% (252/335) 2024-04-03T15:48:32.1847934Z remote: Compressing objects: 76% (255/335) 2024-04-03T15:48:32.1848982Z remote: Compressing objects: 77% (258/335) 2024-04-03T15:48:32.1849550Z remote: Compressing objects: 78% (262/335) 2024-04-03T15:48:32.1851428Z remote: Compressing objects: 79% (265/335) 2024-04-03T15:48:32.1851953Z remote: Compressing objects: 80% (268/335) 2024-04-03T15:48:32.1852643Z remote: Compressing objects: 81% (272/335) 2024-04-03T15:48:32.1853171Z remote: Compressing objects: 82% (275/335) 2024-04-03T15:48:32.1853826Z remote: Compressing objects: 83% (279/335) 2024-04-03T15:48:32.1854583Z remote: Compressing objects: 84% (282/335) 2024-04-03T15:48:32.1855824Z remote: Compressing objects: 85% (285/335) 2024-04-03T15:48:32.1856593Z remote: Compressing objects: 86% (289/335) 2024-04-03T15:48:32.1857314Z remote: Compressing objects: 87% (292/335) 2024-04-03T15:48:32.1859712Z remote: Compressing objects: 88% (295/335) 2024-04-03T15:48:32.1860300Z remote: Compressing objects: 89% (299/335) 2024-04-03T15:48:32.1860804Z remote: Compressing objects: 90% (302/335) 2024-04-03T15:48:32.1861319Z remote: Compressing objects: 91% (305/335) 2024-04-03T15:48:32.1862485Z remote: Compressing objects: 92% (309/335) 2024-04-03T15:48:32.1864156Z remote: Compressing objects: 93% (312/335) 2024-04-03T15:48:32.1865429Z remote: Compressing objects: 94% (315/335) 2024-04-03T15:48:32.1866708Z remote: Compressing objects: 95% (319/335) 2024-04-03T15:48:32.1867272Z remote: Compressing objects: 96% (322/335) 2024-04-03T15:48:32.1867841Z remote: Compressing objects: 97% (325/335) 2024-04-03T15:48:32.1868367Z remote: Compressing objects: 98% (329/335) 2024-04-03T15:48:32.1868897Z remote: Compressing objects: 99% (332/335) 2024-04-03T15:48:32.1869844Z remote: Compressing objects: 100% (335/335) 2024-04-03T15:48:32.1870421Z remote: Compressing objects: 100% (335/335), done. 2024-04-03T15:48:53.6635215Z remote: Total 1124382 (delta 341), reused 512 (delta 286), pack-reused 1123761 2024-04-03T15:49:24.7367063Z [command]/usr/bin/git rev-parse --verify --quiet d253bd7befc64137de913dbb8727b511f1052411^{object} 2024-04-03T15:49:24.7391828Z d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:49:24.7395446Z ##[endgroup] 2024-04-03T15:49:24.7395970Z ##[group]Determining the checkout info 2024-04-03T15:49:24.7396916Z ##[endgroup] 2024-04-03T15:49:24.7397487Z ##[group]Checking out the ref 2024-04-03T15:49:24.7400369Z [command]/usr/bin/git checkout --quiet --force d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:49:26.1568119Z ##[endgroup] 2024-04-03T15:49:26.1568981Z ##[group]Setting up auth for fetching submodules 2024-04-03T15:49:26.1573279Z [command]/usr/bin/git config --global http.https://github.com/.extraheader AUTHORIZATION: basic *** 2024-04-03T15:49:26.1619041Z [command]/usr/bin/git config --global --unset-all url.https://github.com/.insteadOf 2024-04-03T15:49:26.1646363Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf git@github.com: 2024-04-03T15:49:26.1673398Z [command]/usr/bin/git config --global --add url.https://github.com/.insteadOf org-21003710@github.com: 2024-04-03T15:49:26.1697128Z ##[endgroup] 2024-04-03T15:49:26.1697636Z ##[group]Fetching submodules 2024-04-03T15:49:26.1701440Z [command]/usr/bin/git submodule sync --recursive 2024-04-03T15:49:26.1965067Z [command]/usr/bin/git -c protocol.version=2 submodule update --init --force --recursive 2024-04-03T15:49:26.2229571Z Submodule 'android/libs/fbjni' (https://github.com/facebookincubator/fbjni.git) registered for path 'android/libs/fbjni' 2024-04-03T15:49:26.2232711Z Submodule 'third_party/NNPACK_deps/FP16' (https://github.com/Maratyszcza/FP16.git) registered for path 'third_party/FP16' 2024-04-03T15:49:26.2235743Z Submodule 'third_party/NNPACK_deps/FXdiv' (https://github.com/Maratyszcza/FXdiv.git) registered for path 'third_party/FXdiv' 2024-04-03T15:49:26.2238650Z Submodule 'third_party/NNPACK' (https://github.com/Maratyszcza/NNPACK.git) registered for path 'third_party/NNPACK' 2024-04-03T15:49:26.2241433Z Submodule 'third_party/QNNPACK' (https://github.com/pytorch/QNNPACK) registered for path 'third_party/QNNPACK' 2024-04-03T15:49:26.2245079Z Submodule 'third_party/VulkanMemoryAllocator' (https://github.com/GPUOpen-LibrariesAndSDKs/VulkanMemoryAllocator.git) registered for path 'third_party/VulkanMemoryAllocator' 2024-04-03T15:49:26.2248692Z Submodule 'third_party/XNNPACK' (https://github.com/google/XNNPACK.git) registered for path 'third_party/XNNPACK' 2024-04-03T15:49:26.2251833Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/benchmark' 2024-04-03T15:49:26.2254914Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo.git) registered for path 'third_party/cpuinfo' 2024-04-03T15:49:26.2257623Z Submodule 'third_party/cub' (https://github.com/NVlabs/cub.git) registered for path 'third_party/cub' 2024-04-03T15:49:26.2262483Z Submodule 'third_party/cudnn_frontend' (https://github.com/NVIDIA/cudnn-frontend.git) registered for path 'third_party/cudnn_frontend' 2024-04-03T15:49:26.2266053Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/cutlass' 2024-04-03T15:49:26.2270695Z Submodule 'third_party/eigen' (https://gitlab.com/libeigen/eigen.git) registered for path 'third_party/eigen' 2024-04-03T15:49:26.2275152Z Submodule 'third_party/fbgemm' (https://github.com/pytorch/fbgemm) registered for path 'third_party/fbgemm' 2024-04-03T15:49:26.2280028Z Submodule 'third_party/flatbuffers' (https://github.com/google/flatbuffers.git) registered for path 'third_party/flatbuffers' 2024-04-03T15:49:26.2284476Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/fmt' 2024-04-03T15:49:26.2289282Z Submodule 'third_party/foxi' (https://github.com/houseroad/foxi.git) registered for path 'third_party/foxi' 2024-04-03T15:49:26.2294675Z Submodule 'third_party/gemmlowp/gemmlowp' (https://github.com/google/gemmlowp.git) registered for path 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:49:26.2299917Z Submodule 'third_party/gloo' (https://github.com/facebookincubator/gloo) registered for path 'third_party/gloo' 2024-04-03T15:49:26.2305264Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/googletest' 2024-04-03T15:49:26.2310248Z Submodule 'third_party/ideep' (https://github.com/intel/ideep) registered for path 'third_party/ideep' 2024-04-03T15:49:26.2315840Z Submodule 'third_party/ios-cmake' (https://github.com/Yangqing/ios-cmake.git) registered for path 'third_party/ios-cmake' 2024-04-03T15:49:26.2321175Z Submodule 'third_party/ittapi' (https://github.com/intel/ittapi.git) registered for path 'third_party/ittapi' 2024-04-03T15:49:26.2326712Z Submodule 'third_party/kineto' (https://github.com/pytorch/kineto) registered for path 'third_party/kineto' 2024-04-03T15:49:26.2332470Z Submodule 'third_party/mimalloc' (https://github.com/microsoft/mimalloc.git) registered for path 'third_party/mimalloc' 2024-04-03T15:49:26.2339424Z Submodule 'third_party/nccl/nccl' (https://github.com/NVIDIA/nccl) registered for path 'third_party/nccl/nccl' 2024-04-03T15:49:26.2345603Z Submodule 'third_party/neon2sse' (https://github.com/intel/ARM_NEON_2_x86_SSE.git) registered for path 'third_party/neon2sse' 2024-04-03T15:49:26.2351463Z Submodule 'third_party/nlohmann' (https://github.com/nlohmann/json.git) registered for path 'third_party/nlohmann' 2024-04-03T15:49:26.2357345Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx' 2024-04-03T15:49:26.2363712Z Submodule 'third_party/onnx-tensorrt' (https://github.com/onnx/onnx-tensorrt) registered for path 'third_party/onnx-tensorrt' 2024-04-03T15:49:26.2370000Z Submodule 'third_party/pocketfft' (https://github.com/mreineck/pocketfft) registered for path 'third_party/pocketfft' 2024-04-03T15:49:26.2376584Z Submodule 'third_party/protobuf' (https://github.com/protocolbuffers/protobuf.git) registered for path 'third_party/protobuf' 2024-04-03T15:49:26.2383507Z Submodule 'third_party/NNPACK_deps/psimd' (https://github.com/Maratyszcza/psimd.git) registered for path 'third_party/psimd' 2024-04-03T15:49:26.2390314Z Submodule 'third_party/NNPACK_deps/pthreadpool' (https://github.com/Maratyszcza/pthreadpool.git) registered for path 'third_party/pthreadpool' 2024-04-03T15:49:26.2396874Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-04-03T15:49:26.2404077Z Submodule 'third_party/python-peachpy' (https://github.com/malfet/PeachPy.git) registered for path 'third_party/python-peachpy' 2024-04-03T15:49:26.2410613Z Submodule 'third_party/sleef' (https://github.com/shibatch/sleef) registered for path 'third_party/sleef' 2024-04-03T15:49:26.2417467Z Submodule 'third_party/tbb' (https://github.com/01org/tbb) registered for path 'third_party/tbb' 2024-04-03T15:49:26.2425948Z Submodule 'third_party/tensorpipe' (https://github.com/pytorch/tensorpipe.git) registered for path 'third_party/tensorpipe' 2024-04-03T15:49:26.2432889Z Submodule 'third_party/zstd' (https://github.com/facebook/zstd.git) registered for path 'third_party/zstd' 2024-04-03T15:49:26.2460987Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/android/libs/fbjni'... 2024-04-03T15:49:26.4891075Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FP16'... 2024-04-03T15:49:26.6565206Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/FXdiv'... 2024-04-03T15:49:26.8307442Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/NNPACK'... 2024-04-03T15:49:27.0633056Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/QNNPACK'... 2024-04-03T15:49:27.2929004Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/VulkanMemoryAllocator'... 2024-04-03T15:49:29.4449788Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/XNNPACK'... 2024-04-03T15:49:41.9985963Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/benchmark'... 2024-04-03T15:49:42.3850704Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cpuinfo'... 2024-04-03T15:49:42.9867116Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cub'... 2024-04-03T15:49:44.4233621Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cudnn_frontend'... 2024-04-03T15:49:45.6814658Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/cutlass'... 2024-04-03T15:49:48.2178199Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/eigen'... 2024-04-03T15:49:53.8689049Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm'... 2024-04-03T15:49:55.0248617Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/flatbuffers'... 2024-04-03T15:49:56.8709421Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fmt'... 2024-04-03T15:49:58.3204234Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/foxi'... 2024-04-03T15:49:58.5023773Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gemmlowp/gemmlowp'... 2024-04-03T15:49:58.9292112Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/gloo'... 2024-04-03T15:49:59.2728345Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/googletest'... 2024-04-03T15:50:00.5958515Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep'... 2024-04-03T15:50:00.9751898Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ios-cmake'... 2024-04-03T15:50:01.1814079Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ittapi'... 2024-04-03T15:50:01.4448786Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto'... 2024-04-03T15:50:03.0659687Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/mimalloc'... 2024-04-03T15:50:03.7270597Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nccl/nccl'... 2024-04-03T15:50:04.3331526Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/neon2sse'... 2024-04-03T15:50:04.6075920Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/nlohmann'... 2024-04-03T15:50:11.3473560Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx'... 2024-04-03T15:50:13.8555595Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt'... 2024-04-03T15:50:14.3588431Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pocketfft'... 2024-04-03T15:50:14.5570256Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf'... 2024-04-03T15:50:23.3803411Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/psimd'... 2024-04-03T15:50:23.5379126Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pthreadpool'... 2024-04-03T15:50:23.7435043Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/pybind11'... 2024-04-03T15:50:24.6828153Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/python-peachpy'... 2024-04-03T15:50:24.9599258Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/sleef'... 2024-04-03T15:50:25.6005864Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tbb'... 2024-04-03T15:50:27.5138407Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe'... 2024-04-03T15:50:27.9075522Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/zstd'... 2024-04-03T15:50:30.4783671Z Submodule path 'android/libs/fbjni': checked out '7e1e1fe3858c63c251c637ae41a20de425dde96f' 2024-04-03T15:50:30.4882030Z Submodule path 'third_party/FP16': checked out '4dfe081cf6bcd15db339cf2680b9281b8451eeb3' 2024-04-03T15:50:30.4959580Z Submodule path 'third_party/FXdiv': checked out 'b408327ac2a15ec3e43352421954f5b1967701d1' 2024-04-03T15:50:30.5168071Z Submodule path 'third_party/NNPACK': checked out 'c07e3a0400713d546e0dea2d5466dd22ea389c73' 2024-04-03T15:50:30.5375488Z Submodule path 'third_party/QNNPACK': checked out '7d2a4e9931a82adc3814275b6219a03e24e36b4c' 2024-04-03T15:50:30.5723896Z Submodule path 'third_party/VulkanMemoryAllocator': checked out 'a6bfc237255a6bac1513f7c1ebde6d8aed6b5191' 2024-04-03T15:50:31.4235466Z Submodule path 'third_party/XNNPACK': checked out 'fcbf55af6cf28a4627bcd1f703ab7ad843f0f3a2' 2024-04-03T15:50:31.4439727Z Submodule path 'third_party/benchmark': checked out '0d98dba29d66e93259db7daa53a9327df767a415' 2024-04-03T15:50:31.5305058Z Submodule path 'third_party/cpuinfo': checked out 'd6860c477c99f1fce9e28eb206891af3c0e1a1d7' 2024-04-03T15:50:31.5623387Z Submodule path 'third_party/cub': checked out 'd106ddb991a56c3df1b6d51b2409e36ba8181ce4' 2024-04-03T15:50:31.5877828Z Submodule path 'third_party/cudnn_frontend': checked out '150798fe976556078f443fdb059a1ff0361f58a2' 2024-04-03T15:50:32.0516050Z Submodule path 'third_party/cutlass': checked out 'bbe579a9e3beb6ea6626d9227ec32d0dae119a49' 2024-04-03T15:50:32.2824537Z Submodule path 'third_party/eigen': checked out '3147391d946bb4b6c68edd901f2add6ac1f31f8c' 2024-04-03T15:50:32.3454574Z Submodule path 'third_party/fbgemm': checked out 'dbc3157bf256f1339b3fa1fef2be89ac4078be0e' 2024-04-03T15:50:32.3470867Z Submodule 'third_party/asmjit' (https://github.com/asmjit/asmjit.git) registered for path 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:50:32.3472944Z Submodule 'third_party/cpuinfo' (https://github.com/pytorch/cpuinfo) registered for path 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:50:32.3475482Z Submodule 'third_party/cutlass' (https://github.com/NVIDIA/cutlass.git) registered for path 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:50:32.3478196Z Submodule 'third_party/googletest' (https://github.com/google/googletest) registered for path 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:50:32.3481085Z Submodule 'third_party/hipify_torch' (https://github.com/ROCmSoftwarePlatform/hipify_torch.git) registered for path 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:50:32.3503906Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/asmjit'... 2024-04-03T15:50:33.3760405Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cpuinfo'... 2024-04-03T15:50:33.9461437Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/cutlass'... 2024-04-03T15:50:36.4877998Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/googletest'... 2024-04-03T15:50:37.8307368Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/fbgemm/third_party/hipify_torch'... 2024-04-03T15:50:38.1599803Z Submodule path 'third_party/fbgemm/third_party/asmjit': checked out 'd3fbf7c9bc7c1d1365a94a45614b91c5a3706b81' 2024-04-03T15:50:38.2500911Z Submodule path 'third_party/fbgemm/third_party/cpuinfo': checked out 'ed8b86a253800bafdb7b25c5c399f91bff9cb1f3' 2024-04-03T15:50:38.6276857Z Submodule path 'third_party/fbgemm/third_party/cutlass': checked out 'fc9ebc645b63f3a6bc80aaefde5c063fb72110d6' 2024-04-03T15:50:38.6860398Z Submodule path 'third_party/fbgemm/third_party/googletest': checked out 'cbf019de22c8dd37b2108da35b2748fd702d1796' 2024-04-03T15:50:38.6966828Z Submodule path 'third_party/fbgemm/third_party/hipify_torch': checked out '23f53b025b466d8ec3c45d52290d3442f7fbe6b1' 2024-04-03T15:50:38.8016348Z Submodule path 'third_party/flatbuffers': checked out '01834de25e4bf3975a9a00e816292b1ad0fe184b' 2024-04-03T15:50:38.8347870Z Submodule path 'third_party/fmt': checked out 'e69e5f977d458f2650bb346dadf2ad30c5320281' 2024-04-03T15:50:38.8435044Z Submodule path 'third_party/foxi': checked out 'c278588e34e535f0bb8f00df3880d26928038cad' 2024-04-03T15:50:38.8807984Z Submodule path 'third_party/gemmlowp/gemmlowp': checked out '3fb5c176c17c765a3492cd2f0321b0dab712f350' 2024-04-03T15:50:38.9033343Z Submodule path 'third_party/gloo': checked out '5354032ea08eadd7fc4456477f7f7c6308818509' 2024-04-03T15:50:38.9452963Z Submodule path 'third_party/googletest': checked out 'e2239ee6043f73722e7aa812a459f54a28552929' 2024-04-03T15:50:38.9568890Z Submodule path 'third_party/ideep': checked out '8a6cc4e09dc509f04f83c085e38786b1fb44e14d' 2024-04-03T15:50:38.9582276Z Submodule 'mkl-dnn' (https://github.com/intel/mkl-dnn.git) registered for path 'third_party/ideep/mkl-dnn' 2024-04-03T15:50:38.9602968Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/ideep/mkl-dnn'... 2024-04-03T15:50:51.3603522Z Submodule path 'third_party/ideep/mkl-dnn': checked out '86e6af5974177e513fd3fee58425e1063e7f1361' 2024-04-03T15:50:51.3699816Z Submodule path 'third_party/ios-cmake': checked out '8abaed637d56f1337d6e1d2c4026e25c1eade724' 2024-04-03T15:50:51.3845838Z Submodule path 'third_party/ittapi': checked out '5b8a7d7422611c3a0d799fb5fc5dd4abfae35b42' 2024-04-03T15:50:51.4749270Z Submodule path 'third_party/kineto': checked out '8466a8b111b36dc725e6855d52a0b133d925a8e0' 2024-04-03T15:50:51.4764211Z Submodule 'libkineto/third_party/dynolog' (https://github.com/facebookincubator/dynolog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:50:51.4766045Z Submodule 'libkineto/third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:50:51.4768143Z Submodule 'libkineto/third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:50:51.4790980Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog'... 2024-04-03T15:50:52.2721352Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/fmt'... 2024-04-03T15:50:53.6975196Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/googletest'... 2024-04-03T15:50:55.0212960Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog': checked out '7d04a0053a845370ae06ce317a22a48e9edcc74e' 2024-04-03T15:50:55.0227435Z Submodule 'third_party/DCGM' (https://github.com/NVIDIA/DCGM.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:50:55.0229895Z Submodule 'third_party/cpr' (https://github.com/libcpr/cpr.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:50:55.0231907Z Submodule 'third_party/fmt' (https://github.com/fmtlib/fmt.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:50:55.0234523Z Submodule 'third_party/gflags' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:50:55.0237194Z Submodule 'third_party/glog' (https://github.com/google/glog.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:50:55.0240068Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:50:55.0242880Z Submodule 'third_party/json' (https://github.com/nlohmann/json.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:50:55.0245846Z Submodule 'third_party/pfs' (https://github.com/dtrugman/pfs.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:50:55.0268968Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM'... 2024-04-03T15:50:56.0785432Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/cpr'... 2024-04-03T15:50:56.4447250Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/fmt'... 2024-04-03T15:50:58.1125960Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags'... 2024-04-03T15:50:58.3960542Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/glog'... 2024-04-03T15:50:58.7625291Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/googletest'... 2024-04-03T15:50:59.9563209Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/json'... 2024-04-03T15:51:06.8568716Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/pfs'... 2024-04-03T15:51:07.2889199Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM': checked out 'ffde4e54bc7249a6039a5e6b45b395141e1217f9' 2024-04-03T15:51:07.3049978Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr': checked out '871ed52d350214a034f6ef8a3b8f51c5ce1bd400' 2024-04-03T15:51:07.3399346Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt': checked out 'cd4af11efc9c622896a3e4cb599fa28668ca3d05' 2024-04-03T15:51:07.3516582Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags': checked out 'e171aa2d15ed9eb17054558e0b3a6a413bb01067' 2024-04-03T15:51:07.3528631Z Submodule 'doc' (https://github.com/gflags/gflags.git) registered for path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:07.3551135Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc'... 2024-04-03T15:51:07.6365003Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc': checked out '8411df715cf522606e3b1aca386ddfc0b63d34b4' 2024-04-03T15:51:07.6527794Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog': checked out 'b33e3bad4c46c8a6345525fd822af355e5ef9446' 2024-04-03T15:51:07.6899986Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest': checked out '58d77fa8070e8cec2dc1ed015d66b454c8d78850' 2024-04-03T15:51:07.7885798Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/json': checked out '4f8fba14066156b73f1189a2b8bd568bde5284c5' 2024-04-03T15:51:07.8030890Z Submodule path 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs': checked out 'f68a2fa8ea36c783bdd760371411fcb495aa3150' 2024-04-03T15:51:07.8377988Z Submodule path 'third_party/kineto/libkineto/third_party/fmt': checked out 'a33701196adfad74917046096bf5a2aa0ab0bb50' 2024-04-03T15:51:07.8922702Z Submodule path 'third_party/kineto/libkineto/third_party/googletest': checked out '7aca84427f224eeed3144123d5230d5871e93347' 2024-04-03T15:51:07.9250073Z Submodule path 'third_party/mimalloc': checked out 'b66e3214d8a104669c2ec05ae91ebc26a8f5ab78' 2024-04-03T15:51:07.9463299Z Submodule path 'third_party/nccl/nccl': checked out '48bb7fec7953112ff37499a272317f6663f8f600' 2024-04-03T15:51:07.9599155Z Submodule path 'third_party/neon2sse': checked out '97a126f08ce318023be604d03f88bf0820a9464a' 2024-04-03T15:51:08.0589467Z Submodule path 'third_party/nlohmann': checked out '87cda1d6646592ac5866dc703c8e1839046a6806' 2024-04-03T15:51:08.3569537Z Submodule path 'third_party/onnx': checked out 'ccde5da81388ffa770ca98b64e07f803ad089414' 2024-04-03T15:51:08.3600958Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:08.3603871Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:08.3626863Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/benchmark'... 2024-04-03T15:51:08.7701500Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx/third_party/pybind11'... 2024-04-03T15:51:09.7521456Z Submodule path 'third_party/onnx/third_party/benchmark': checked out '2dd015dfef425c866d9a43f2c67d8b52d709acb6' 2024-04-03T15:51:09.7828252Z Submodule path 'third_party/onnx/third_party/pybind11': checked out '5b0a6fc2017fcc176545afe3e09c9f9885283242' 2024-04-03T15:51:09.7998545Z Submodule path 'third_party/onnx-tensorrt': checked out 'c153211418a7c57ce071d9ce2a41f8d1c85a878f' 2024-04-03T15:51:09.8011965Z Submodule 'third_party/onnx' (https://github.com/onnx/onnx.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:09.8039581Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx'... 2024-04-03T15:51:12.4161853Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx': checked out '765f5ee823a67a866f4bd28a9860e81f3c811ce8' 2024-04-03T15:51:12.4180028Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:12.4182445Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:12.4205339Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark'... 2024-04-03T15:51:12.8371416Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11'... 2024-04-03T15:51:13.8068936Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark': checked out 'e776aa0275e293707b6a0901e0e8d8a8a3679508' 2024-04-03T15:51:13.8738821Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11': checked out 'a1041190c8b8ff0cd9e2f0752248ad5e3789ea0c' 2024-04-03T15:51:13.8753508Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:13.8775264Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang'... 2024-04-03T15:51:14.0687291Z Submodule path 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-04-03T15:51:14.0770134Z Submodule path 'third_party/pocketfft': checked out '9d3ab05a7fffbc71a492bc6a17be034e83e8f0fe' 2024-04-03T15:51:14.3165146Z Submodule path 'third_party/protobuf': checked out 'd1eca4e4b421cd2997495c4b4e65cea6be4e9b8a' 2024-04-03T15:51:14.3184168Z Submodule 'third_party/benchmark' (https://github.com/google/benchmark.git) registered for path 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:14.3185965Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:14.3208403Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/benchmark'... 2024-04-03T15:51:14.7525265Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/protobuf/third_party/googletest'... 2024-04-03T15:51:15.9915778Z Submodule path 'third_party/protobuf/third_party/benchmark': checked out '5b7683f49e1e9223cf9927b24f6fd3d6bd82e3f8' 2024-04-03T15:51:16.0579775Z Submodule path 'third_party/protobuf/third_party/googletest': checked out '5ec7f0c4a113e2f18ac2c6cc7df51ad6afc24081' 2024-04-03T15:51:16.0657972Z Submodule path 'third_party/psimd': checked out '072586a71b55b7f8c584153d223e95687148a900' 2024-04-03T15:51:16.0765436Z Submodule path 'third_party/pthreadpool': checked out '4fe0e1e183925bf8cfa6aae24237e724a96479b8' 2024-04-03T15:51:16.1059980Z Submodule path 'third_party/pybind11': checked out '3e9dfa2866941655c56877882565e7577de6fc7b' 2024-04-03T15:51:16.1323103Z Submodule path 'third_party/python-peachpy': checked out 'f45429b087dd7d5bc78bb40dc7cf06425c252d67' 2024-04-03T15:51:16.1702992Z Submodule path 'third_party/sleef': checked out '60e76d2bce17d278b439d9da17177c8f957a9e9b' 2024-04-03T15:51:16.2693719Z Submodule path 'third_party/tbb': checked out 'a51a90bc609bb73db8ea13841b5cf7aa4344d4a9' 2024-04-03T15:51:16.2926427Z Submodule path 'third_party/tensorpipe': checked out '52791a2fd214b2a9dc5759d36725909c1daa7f2e' 2024-04-03T15:51:16.2941083Z Submodule 'third_party/googletest' (https://github.com/google/googletest.git) registered for path 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:16.2942908Z Submodule 'third_party/libnop' (https://github.com/google/libnop.git) registered for path 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:16.2944955Z Submodule 'third_party/libuv' (https://github.com/libuv/libuv.git) registered for path 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:16.2947391Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:16.2969766Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/googletest'... 2024-04-03T15:51:17.4942394Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libnop'... 2024-04-03T15:51:17.7188631Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/libuv'... 2024-04-03T15:51:19.1031724Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11'... 2024-04-03T15:51:20.1302843Z Submodule path 'third_party/tensorpipe/third_party/googletest': checked out 'aee0f9d9b5b87796ee8a0ab26b7587ec30e8858e' 2024-04-03T15:51:20.1436802Z Submodule path 'third_party/tensorpipe/third_party/libnop': checked out '910b55815be16109f04f4180e9adee14fb4ce281' 2024-04-03T15:51:20.2072319Z Submodule path 'third_party/tensorpipe/third_party/libuv': checked out '1dff88e5161cba5c59276d2070d2e304e4dcb242' 2024-04-03T15:51:20.2329704Z Submodule path 'third_party/tensorpipe/third_party/pybind11': checked out 'a23996fce38ff6ccfbcdc09f1e63f2c4be5ea2ef' 2024-04-03T15:51:20.2342824Z Submodule 'tools/clang' (https://github.com/wjakob/clang-cindex-python3) registered for path 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:20.2365311Z Cloning into '/home/ec2-user/actions-runner/_work/pytorch/pytorch/third_party/tensorpipe/third_party/pybind11/tools/clang'... 2024-04-03T15:51:20.4662353Z Submodule path 'third_party/tensorpipe/third_party/pybind11/tools/clang': checked out '6a00cbc4a9b8e68b71caf7f774b3f9c753ae84d5' 2024-04-03T15:51:20.6025712Z Submodule path 'third_party/zstd': checked out 'aec56a52fbab207fc639a1937d1e708a282edca8' 2024-04-03T15:51:20.6055511Z [command]/usr/bin/git submodule foreach --recursive git config --local gc.auto 0 2024-04-03T15:51:20.6320285Z Entering 'android/libs/fbjni' 2024-04-03T15:51:20.6355920Z Entering 'third_party/FP16' 2024-04-03T15:51:20.6390752Z Entering 'third_party/FXdiv' 2024-04-03T15:51:20.6425393Z Entering 'third_party/NNPACK' 2024-04-03T15:51:20.6460306Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:20.6494999Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:20.6531000Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:20.6583400Z Entering 'third_party/benchmark' 2024-04-03T15:51:20.6618131Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:20.6653561Z Entering 'third_party/cub' 2024-04-03T15:51:20.6688570Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:20.6723124Z Entering 'third_party/cutlass' 2024-04-03T15:51:20.6766423Z Entering 'third_party/eigen' 2024-04-03T15:51:20.6802832Z Entering 'third_party/fbgemm' 2024-04-03T15:51:20.6837865Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:20.6871287Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:20.6905466Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:20.6946511Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:20.6980495Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:20.7014900Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:20.7052126Z Entering 'third_party/fmt' 2024-04-03T15:51:20.7086438Z Entering 'third_party/foxi' 2024-04-03T15:51:20.7122245Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:20.7157216Z Entering 'third_party/gloo' 2024-04-03T15:51:20.7191214Z Entering 'third_party/googletest' 2024-04-03T15:51:20.7226020Z Entering 'third_party/ideep' 2024-04-03T15:51:20.7259329Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:20.7300317Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:20.7334866Z Entering 'third_party/ittapi' 2024-04-03T15:51:20.7369518Z Entering 'third_party/kineto' 2024-04-03T15:51:20.7403572Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:20.7437575Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:20.7472310Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:20.7506790Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:20.7540025Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:20.7571793Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:20.7606376Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:20.7641130Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:20.7674589Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:20.7709446Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:20.7744174Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:20.7777636Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:20.7811902Z Entering 'third_party/mimalloc' 2024-04-03T15:51:20.7846875Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:20.7882109Z Entering 'third_party/neon2sse' 2024-04-03T15:51:20.7917260Z Entering 'third_party/nlohmann' 2024-04-03T15:51:20.7954010Z Entering 'third_party/onnx' 2024-04-03T15:51:20.8003185Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:20.8037110Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:20.8073291Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:20.8109041Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:20.8147404Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:20.8180596Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:20.8212553Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:20.8251601Z Entering 'third_party/pocketfft' 2024-04-03T15:51:20.8286436Z Entering 'third_party/protobuf' 2024-04-03T15:51:20.8324429Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:20.8357863Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:20.8393259Z Entering 'third_party/psimd' 2024-04-03T15:51:20.8427940Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:20.8461211Z Entering 'third_party/pybind11' 2024-04-03T15:51:20.8497357Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:20.8531813Z Entering 'third_party/sleef' 2024-04-03T15:51:20.8566514Z Entering 'third_party/tbb' 2024-04-03T15:51:20.8603026Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:20.8638621Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:20.8670547Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:20.8704619Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:20.8737396Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:20.8768520Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:20.8803980Z Entering 'third_party/zstd' 2024-04-03T15:51:20.8852352Z ##[endgroup] 2024-04-03T15:51:20.8854665Z ##[group]Persisting credentials for submodules 2024-04-03T15:51:20.8859564Z [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-04-03T15:51:20.9120894Z Entering 'android/libs/fbjni' 2024-04-03T15:51:20.9162895Z Entering 'third_party/FP16' 2024-04-03T15:51:20.9206441Z Entering 'third_party/FXdiv' 2024-04-03T15:51:20.9250527Z Entering 'third_party/NNPACK' 2024-04-03T15:51:20.9293414Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:20.9336242Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:20.9378975Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:20.9439218Z Entering 'third_party/benchmark' 2024-04-03T15:51:20.9483059Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:20.9525942Z Entering 'third_party/cub' 2024-04-03T15:51:20.9568710Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:20.9610840Z Entering 'third_party/cutlass' 2024-04-03T15:51:20.9662752Z Entering 'third_party/eigen' 2024-04-03T15:51:20.9706525Z Entering 'third_party/fbgemm' 2024-04-03T15:51:20.9749328Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:20.9790196Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:20.9832186Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:20.9879742Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:20.9920749Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:20.9964895Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:21.0010626Z Entering 'third_party/fmt' 2024-04-03T15:51:21.0052962Z Entering 'third_party/foxi' 2024-04-03T15:51:21.0096105Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:21.0138703Z Entering 'third_party/gloo' 2024-04-03T15:51:21.0182403Z Entering 'third_party/googletest' 2024-04-03T15:51:21.0225193Z Entering 'third_party/ideep' 2024-04-03T15:51:21.0267104Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:21.0314839Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:21.0357179Z Entering 'third_party/ittapi' 2024-04-03T15:51:21.0398912Z Entering 'third_party/kineto' 2024-04-03T15:51:21.0441642Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:21.0483262Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:21.0526020Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:21.0567644Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:21.0609819Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:21.0650118Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:21.0692523Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:21.0733865Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:21.0775270Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:21.0817792Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:21.0860911Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:21.0902504Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:21.0945254Z Entering 'third_party/mimalloc' 2024-04-03T15:51:21.0987795Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:21.1031375Z Entering 'third_party/neon2sse' 2024-04-03T15:51:21.1074941Z Entering 'third_party/nlohmann' 2024-04-03T15:51:21.1119180Z Entering 'third_party/onnx' 2024-04-03T15:51:21.1177098Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:21.1220031Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:21.1264114Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:21.1306937Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:21.1352591Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:21.1395334Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:21.1437434Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:21.1482835Z Entering 'third_party/pocketfft' 2024-04-03T15:51:21.1525634Z Entering 'third_party/protobuf' 2024-04-03T15:51:21.1572109Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:21.1612248Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:21.1655022Z Entering 'third_party/psimd' 2024-04-03T15:51:21.1698158Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:21.1739625Z Entering 'third_party/pybind11' 2024-04-03T15:51:21.1782422Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:21.1825464Z Entering 'third_party/sleef' 2024-04-03T15:51:21.1869054Z Entering 'third_party/tbb' 2024-04-03T15:51:21.1913304Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:21.1954624Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:21.1996236Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:21.2037973Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:21.2079688Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:21.2121740Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:21.2166527Z Entering 'third_party/zstd' 2024-04-03T15:51:21.2222977Z [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-04-03T15:51:21.2482473Z Entering 'android/libs/fbjni' 2024-04-03T15:51:21.2523068Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/android/libs/fbjni/config remote.origin.url 2024-04-03T15:51:21.2538481Z Entering 'third_party/FP16' 2024-04-03T15:51:21.2578049Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FP16/config remote.origin.url 2024-04-03T15:51:21.2593123Z Entering 'third_party/FXdiv' 2024-04-03T15:51:21.2633242Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/FXdiv/config remote.origin.url 2024-04-03T15:51:21.2648672Z Entering 'third_party/NNPACK' 2024-04-03T15:51:21.2689067Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK/config remote.origin.url 2024-04-03T15:51:21.2705385Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:21.2744979Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/QNNPACK/config remote.origin.url 2024-04-03T15:51:21.2760784Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:21.2800441Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/VulkanMemoryAllocator/config remote.origin.url 2024-04-03T15:51:21.2816385Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:21.2855326Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/XNNPACK/config remote.origin.url 2024-04-03T15:51:21.2887782Z Entering 'third_party/benchmark' 2024-04-03T15:51:21.2927718Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:21.2943449Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:21.2985364Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cpuinfo/config remote.origin.url 2024-04-03T15:51:21.3001214Z Entering 'third_party/cub' 2024-04-03T15:51:21.3040806Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cub/config remote.origin.url 2024-04-03T15:51:21.3056737Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:21.3096154Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cudnn_frontend/config remote.origin.url 2024-04-03T15:51:21.3112664Z Entering 'third_party/cutlass' 2024-04-03T15:51:21.3152181Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/cutlass/config remote.origin.url 2024-04-03T15:51:21.3175658Z Entering 'third_party/eigen' 2024-04-03T15:51:21.3215180Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/eigen/config remote.origin.url 2024-04-03T15:51:21.3233259Z Entering 'third_party/fbgemm' 2024-04-03T15:51:21.3272497Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/config remote.origin.url 2024-04-03T15:51:21.3287902Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:21.3326758Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/asmjit/config remote.origin.url 2024-04-03T15:51:21.3342255Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:21.3381910Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cpuinfo/config remote.origin.url 2024-04-03T15:51:21.3396881Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:21.3436160Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/cutlass/config remote.origin.url 2024-04-03T15:51:21.3458128Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:21.3496640Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:21.3511915Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:21.3553115Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fbgemm/modules/third_party/hipify_torch/config remote.origin.url 2024-04-03T15:51:21.3570983Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:21.3613456Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/flatbuffers/config remote.origin.url 2024-04-03T15:51:21.3632322Z Entering 'third_party/fmt' 2024-04-03T15:51:21.3673404Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/fmt/config remote.origin.url 2024-04-03T15:51:21.3689344Z Entering 'third_party/foxi' 2024-04-03T15:51:21.3730307Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/foxi/config remote.origin.url 2024-04-03T15:51:21.3746994Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:21.3788201Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gemmlowp/gemmlowp/config remote.origin.url 2024-04-03T15:51:21.3804042Z Entering 'third_party/gloo' 2024-04-03T15:51:21.3847267Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/gloo/config remote.origin.url 2024-04-03T15:51:21.3863743Z Entering 'third_party/googletest' 2024-04-03T15:51:21.3904831Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:21.3921832Z Entering 'third_party/ideep' 2024-04-03T15:51:21.3963219Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/config remote.origin.url 2024-04-03T15:51:21.3977499Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:21.4017626Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ideep/modules/mkl-dnn/config remote.origin.url 2024-04-03T15:51:21.4039849Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:21.4080118Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ios-cmake/config remote.origin.url 2024-04-03T15:51:21.4095710Z Entering 'third_party/ittapi' 2024-04-03T15:51:21.4138409Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/ittapi/config remote.origin.url 2024-04-03T15:51:21.4153849Z Entering 'third_party/kineto' 2024-04-03T15:51:21.4195932Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/config remote.origin.url 2024-04-03T15:51:21.4212743Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:21.4252388Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/config remote.origin.url 2024-04-03T15:51:21.4266810Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:21.4306822Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/DCGM/config remote.origin.url 2024-04-03T15:51:21.4322506Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:21.4364795Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/cpr/config remote.origin.url 2024-04-03T15:51:21.4378614Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:21.4419956Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/fmt/config remote.origin.url 2024-04-03T15:51:21.4434859Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:21.4474744Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/gflags/config remote.origin.url 2024-04-03T15:51:21.4489876Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:21.4528732Z file:/home/ec2-user/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-04-03T15:51:21.4546850Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:21.4586996Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/glog/config remote.origin.url 2024-04-03T15:51:21.4601407Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:21.4646020Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:21.4662584Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:21.4702353Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/json/config remote.origin.url 2024-04-03T15:51:21.4718019Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:21.4757759Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/dynolog/modules/third_party/pfs/config remote.origin.url 2024-04-03T15:51:21.4774476Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:21.4813894Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/fmt/config remote.origin.url 2024-04-03T15:51:21.4829569Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:21.4868903Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/kineto/modules/libkineto/third_party/googletest/config remote.origin.url 2024-04-03T15:51:21.4886634Z Entering 'third_party/mimalloc' 2024-04-03T15:51:21.4927734Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/mimalloc/config remote.origin.url 2024-04-03T15:51:21.4943955Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:21.4983160Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nccl/nccl/config remote.origin.url 2024-04-03T15:51:21.4999171Z Entering 'third_party/neon2sse' 2024-04-03T15:51:21.5040295Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/neon2sse/config remote.origin.url 2024-04-03T15:51:21.5055632Z Entering 'third_party/nlohmann' 2024-04-03T15:51:21.5096397Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/nlohmann/config remote.origin.url 2024-04-03T15:51:21.5114538Z Entering 'third_party/onnx' 2024-04-03T15:51:21.5155001Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/config remote.origin.url 2024-04-03T15:51:21.5188319Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:21.5229580Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:21.5245664Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:21.5287391Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:21.5303413Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:21.5346272Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/config remote.origin.url 2024-04-03T15:51:21.5360672Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:21.5401730Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/config remote.origin.url 2024-04-03T15:51:21.5421314Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:21.5462532Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:21.5477083Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:21.5519973Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:21.5533878Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:21.5576761Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/onnx-tensorrt/modules/third_party/onnx/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-04-03T15:51:21.5597633Z Entering 'third_party/pocketfft' 2024-04-03T15:51:21.5639116Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pocketfft/config remote.origin.url 2024-04-03T15:51:21.5655731Z Entering 'third_party/protobuf' 2024-04-03T15:51:21.5697544Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/config remote.origin.url 2024-04-03T15:51:21.5715381Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:21.5755801Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/benchmark/config remote.origin.url 2024-04-03T15:51:21.5770737Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:21.5809169Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/protobuf/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:21.5826193Z Entering 'third_party/psimd' 2024-04-03T15:51:21.5867155Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/psimd/config remote.origin.url 2024-04-03T15:51:21.5883419Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:21.5923454Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/NNPACK_deps/pthreadpool/config remote.origin.url 2024-04-03T15:51:21.5938923Z Entering 'third_party/pybind11' 2024-04-03T15:51:21.5979788Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:21.5995569Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:21.6035633Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/python-peachpy/config remote.origin.url 2024-04-03T15:51:21.6051764Z Entering 'third_party/sleef' 2024-04-03T15:51:21.6091765Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/sleef/config remote.origin.url 2024-04-03T15:51:21.6107714Z Entering 'third_party/tbb' 2024-04-03T15:51:21.6148750Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tbb/config remote.origin.url 2024-04-03T15:51:21.6166819Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:21.6207348Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/config remote.origin.url 2024-04-03T15:51:21.6223894Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:21.6261828Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/googletest/config remote.origin.url 2024-04-03T15:51:21.6276455Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:21.6316052Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libnop/config remote.origin.url 2024-04-03T15:51:21.6330376Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:21.6370629Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/libuv/config remote.origin.url 2024-04-03T15:51:21.6386918Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:21.6427573Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/config remote.origin.url 2024-04-03T15:51:21.6441506Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:21.6484558Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/tensorpipe/modules/third_party/pybind11/modules/tools/clang/config remote.origin.url 2024-04-03T15:51:21.6501721Z Entering 'third_party/zstd' 2024-04-03T15:51:21.6542914Z file:/home/ec2-user/actions-runner/_work/pytorch/pytorch/.git/modules/third_party/zstd/config remote.origin.url 2024-04-03T15:51:21.7786669Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'git@github.com:' 2024-04-03T15:51:21.8049529Z Entering 'android/libs/fbjni' 2024-04-03T15:51:21.8085693Z Entering 'third_party/FP16' 2024-04-03T15:51:21.8121088Z Entering 'third_party/FXdiv' 2024-04-03T15:51:21.8156408Z Entering 'third_party/NNPACK' 2024-04-03T15:51:21.8191826Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:21.8226133Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:21.8261499Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:21.8313208Z Entering 'third_party/benchmark' 2024-04-03T15:51:21.8348887Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:21.8383771Z Entering 'third_party/cub' 2024-04-03T15:51:21.8418150Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:21.8453374Z Entering 'third_party/cutlass' 2024-04-03T15:51:21.8496336Z Entering 'third_party/eigen' 2024-04-03T15:51:21.8532860Z Entering 'third_party/fbgemm' 2024-04-03T15:51:21.8568445Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:21.8601669Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:21.8635213Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:21.8676207Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:21.8710280Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:21.8744889Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:21.8782432Z Entering 'third_party/fmt' 2024-04-03T15:51:21.8816331Z Entering 'third_party/foxi' 2024-04-03T15:51:21.8850548Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:21.8884566Z Entering 'third_party/gloo' 2024-04-03T15:51:21.8919612Z Entering 'third_party/googletest' 2024-04-03T15:51:21.8954913Z Entering 'third_party/ideep' 2024-04-03T15:51:21.8988184Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:21.9030806Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:21.9066175Z Entering 'third_party/ittapi' 2024-04-03T15:51:21.9100805Z Entering 'third_party/kineto' 2024-04-03T15:51:21.9135667Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:21.9170192Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:21.9205606Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:21.9239369Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:21.9272540Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:21.9305429Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:21.9340524Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:21.9373568Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:21.9407251Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:21.9442135Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:21.9477546Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:21.9510940Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:21.9546564Z Entering 'third_party/mimalloc' 2024-04-03T15:51:21.9587100Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:21.9622996Z Entering 'third_party/neon2sse' 2024-04-03T15:51:21.9657153Z Entering 'third_party/nlohmann' 2024-04-03T15:51:21.9693232Z Entering 'third_party/onnx' 2024-04-03T15:51:21.9744028Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:21.9778171Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:21.9813799Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:21.9848042Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:21.9885302Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:21.9919204Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:21.9953185Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:21.9990927Z Entering 'third_party/pocketfft' 2024-04-03T15:51:22.0025131Z Entering 'third_party/protobuf' 2024-04-03T15:51:22.0064806Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:22.0097932Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:22.0133267Z Entering 'third_party/psimd' 2024-04-03T15:51:22.0167666Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:22.0202919Z Entering 'third_party/pybind11' 2024-04-03T15:51:22.0239336Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:22.0273721Z Entering 'third_party/sleef' 2024-04-03T15:51:22.0308177Z Entering 'third_party/tbb' 2024-04-03T15:51:22.0346613Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:22.0381162Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:22.0414191Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:22.0446691Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:22.0480578Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:22.0512774Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:22.0609086Z Entering 'third_party/zstd' 2024-04-03T15:51:22.0664338Z [command]/usr/bin/git submodule foreach --recursive git config --local --add 'url.https://github.com/.insteadOf' 'org-21003710@github.com:' 2024-04-03T15:51:22.0926969Z Entering 'android/libs/fbjni' 2024-04-03T15:51:22.0961756Z Entering 'third_party/FP16' 2024-04-03T15:51:22.0996764Z Entering 'third_party/FXdiv' 2024-04-03T15:51:22.1032259Z Entering 'third_party/NNPACK' 2024-04-03T15:51:22.1067657Z Entering 'third_party/QNNPACK' 2024-04-03T15:51:22.1102295Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T15:51:22.1137111Z Entering 'third_party/XNNPACK' 2024-04-03T15:51:22.1188528Z Entering 'third_party/benchmark' 2024-04-03T15:51:22.1223697Z Entering 'third_party/cpuinfo' 2024-04-03T15:51:22.1258801Z Entering 'third_party/cub' 2024-04-03T15:51:22.1293215Z Entering 'third_party/cudnn_frontend' 2024-04-03T15:51:22.1329564Z Entering 'third_party/cutlass' 2024-04-03T15:51:22.1372155Z Entering 'third_party/eigen' 2024-04-03T15:51:22.1408785Z Entering 'third_party/fbgemm' 2024-04-03T15:51:22.1443964Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T15:51:22.1477411Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T15:51:22.1510588Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T15:51:22.1550891Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T15:51:22.1584214Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T15:51:22.1620308Z Entering 'third_party/flatbuffers' 2024-04-03T15:51:22.1656590Z Entering 'third_party/fmt' 2024-04-03T15:51:22.1692219Z Entering 'third_party/foxi' 2024-04-03T15:51:22.1727476Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T15:51:22.1763609Z Entering 'third_party/gloo' 2024-04-03T15:51:22.1798665Z Entering 'third_party/googletest' 2024-04-03T15:51:22.1834810Z Entering 'third_party/ideep' 2024-04-03T15:51:22.1868624Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T15:51:22.1909884Z Entering 'third_party/ios-cmake' 2024-04-03T15:51:22.1944822Z Entering 'third_party/ittapi' 2024-04-03T15:51:22.1979101Z Entering 'third_party/kineto' 2024-04-03T15:51:22.2012838Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T15:51:22.2046305Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T15:51:22.2081593Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T15:51:22.2115425Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T15:51:22.2148591Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T15:51:22.2181346Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T15:51:22.2215699Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T15:51:22.2249306Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T15:51:22.2283370Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T15:51:22.2318646Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T15:51:22.2352737Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T15:51:22.2386136Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T15:51:22.2420977Z Entering 'third_party/mimalloc' 2024-04-03T15:51:22.2456154Z Entering 'third_party/nccl/nccl' 2024-04-03T15:51:22.2489717Z Entering 'third_party/neon2sse' 2024-04-03T15:51:22.2524339Z Entering 'third_party/nlohmann' 2024-04-03T15:51:22.2559760Z Entering 'third_party/onnx' 2024-04-03T15:51:22.2608943Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T15:51:22.2644350Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T15:51:22.2680761Z Entering 'third_party/onnx-tensorrt' 2024-04-03T15:51:22.2715081Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T15:51:22.2753079Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T15:51:22.2787556Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T15:51:22.2820927Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T15:51:22.2858913Z Entering 'third_party/pocketfft' 2024-04-03T15:51:22.2894322Z Entering 'third_party/protobuf' 2024-04-03T15:51:22.2934835Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T15:51:22.2968883Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T15:51:22.3004020Z Entering 'third_party/psimd' 2024-04-03T15:51:22.3040715Z Entering 'third_party/pthreadpool' 2024-04-03T15:51:22.3076159Z Entering 'third_party/pybind11' 2024-04-03T15:51:22.3111635Z Entering 'third_party/python-peachpy' 2024-04-03T15:51:22.3146221Z Entering 'third_party/sleef' 2024-04-03T15:51:22.3182443Z Entering 'third_party/tbb' 2024-04-03T15:51:22.3218663Z Entering 'third_party/tensorpipe' 2024-04-03T15:51:22.3252897Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T15:51:22.3287114Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T15:51:22.3320712Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T15:51:22.3354436Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T15:51:22.3387571Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T15:51:22.3423285Z Entering 'third_party/zstd' 2024-04-03T15:51:22.3471408Z ##[endgroup] 2024-04-03T15:51:22.3508505Z [command]/usr/bin/git log -1 --format='%H' 2024-04-03T15:51:22.3534383Z 'd253bd7befc64137de913dbb8727b511f1052411' 2024-04-03T15:51:22.3713383Z Prepare all required actions 2024-04-03T15:51:22.3713892Z Getting action download info 2024-04-03T15:51:22.5053291Z Download action repository 'nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482' (SHA:3e91a01664abd3c5cd539100d10d33b9c5b68482) 2024-04-03T15:51:22.6417700Z ##[group]Run ./.github/actions/setup-linux 2024-04-03T15:51:22.6418122Z ##[endgroup] 2024-04-03T15:51:22.6481850Z ##[group]Run set -euo pipefail 2024-04-03T15:51:22.6482276Z set -euo pipefail 2024-04-03T15:51:22.6482655Z function get_ec2_metadata() { 2024-04-03T15:51:22.6483187Z  # Pulled from instance metadata endpoint for EC2 2024-04-03T15:51:22.6484097Z  # see https://docs.aws.amazon.com/AWSEC2/latest/UserGuide/instancedata-data-retrieval.html 2024-04-03T15:51:22.6484898Z  category=$1 2024-04-03T15:51:22.6485419Z  # If it is GCP runner (runner name contains gcp), do not run this 2024-04-03T15:51:22.6486100Z  runner_name_str=i-00c50e4d0b0f58526 2024-04-03T15:51:22.6486743Z  if [[ $runner_name_str != *"gcp"* ]]; then 2024-04-03T15:51:22.6487398Z  curl -fsSL "http://169.254.169.254/latest/meta-data/${category}" 2024-04-03T15:51:22.6487983Z  else 2024-04-03T15:51:22.6488493Z  echo "Runner is from Google Cloud Platform, No info on ec2 metadata" 2024-04-03T15:51:22.6489087Z  fi 2024-04-03T15:51:22.6489358Z } 2024-04-03T15:51:22.6489695Z echo "ami-id: $(get_ec2_metadata ami-id)" 2024-04-03T15:51:22.6490258Z echo "instance-id: $(get_ec2_metadata instance-id)" 2024-04-03T15:51:22.6490913Z echo "instance-type: $(get_ec2_metadata instance-type)" 2024-04-03T15:51:22.6491480Z echo "system info $(uname -a)" 2024-04-03T15:51:22.6499793Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:22.6500290Z ##[endgroup] 2024-04-03T15:51:22.6583500Z ami-id: ami-0ce0c36d7a00b20e2 2024-04-03T15:51:22.6638695Z instance-id: i-00c50e4d0b0f58526 2024-04-03T15:51:22.6692297Z instance-type: c5.2xlarge 2024-04-03T15:51:22.6699783Z system info Linux ip-10-0-13-38.ec2.internal 4.14.336-257.562.amzn2.x86_64 #1 SMP Sat Feb 24 09:50:35 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux 2024-04-03T15:51:22.6722761Z ##[group]Run echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-04-03T15:51:22.6723695Z echo "IN_ARC_RUNNER=$([ -f /.inarc ] && echo true || echo false)" >> $GITHUB_OUTPUT 2024-04-03T15:51:22.6731539Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:22.6732042Z ##[endgroup] 2024-04-03T15:51:22.6801394Z ##[group]Run if systemctl is-active --quiet docker; then 2024-04-03T15:51:22.6802008Z if systemctl is-active --quiet docker; then 2024-04-03T15:51:22.6802541Z  echo "Docker daemon is running..."; 2024-04-03T15:51:22.6802985Z else 2024-04-03T15:51:22.6803750Z  echo "Starting docker deamon..." && sudo systemctl start docker; 2024-04-03T15:51:22.6804354Z fi 2024-04-03T15:51:22.6811761Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:22.6812270Z ##[endgroup] 2024-04-03T15:51:22.6910321Z Docker daemon is running... 2024-04-03T15:51:22.6958179Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-04-03T15:51:22.6958745Z with: 2024-04-03T15:51:22.6958991Z shell: bash 2024-04-03T15:51:22.6959258Z timeout_minutes: 5 2024-04-03T15:51:22.6959564Z max_attempts: 3 2024-04-03T15:51:22.6959858Z retry_wait_seconds: 30 2024-04-03T15:51:22.6961323Z command: AWS_ACCOUNT_ID=$(aws sts get-caller-identity|grep Account|cut -f4 -d\") aws ecr get-login-password --region "$AWS_DEFAULT_REGION" | docker login --username AWS \ --password-stdin "$AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com" 2024-04-03T15:51:22.6962838Z polling_interval_seconds: 1 2024-04-03T15:51:22.6963200Z warning_on_retry: true 2024-04-03T15:51:22.6963681Z continue_on_error: false 2024-04-03T15:51:22.6964018Z env: 2024-04-03T15:51:22.6964279Z AWS_RETRY_MODE: standard 2024-04-03T15:51:22.6964620Z AWS_MAX_ATTEMPTS: 5 2024-04-03T15:51:22.6964931Z AWS_DEFAULT_REGION: us-east-1 2024-04-03T15:51:22.6965291Z ##[endgroup] 2024-04-03T15:51:23.9500256Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:51:23.9501119Z Configure a credential helper to remove this warning. See 2024-04-03T15:51:23.9501965Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:51:23.9502519Z 2024-04-03T15:51:23.9502623Z Login Succeeded 2024-04-03T15:51:24.7502027Z Command completed after 1 attempt(s). 2024-04-03T15:51:24.7546009Z ##[group]Run env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:51:24.7546863Z env | grep '^GITHUB' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:51:24.7547523Z env | grep '^CI' >> "/tmp/github_env_${GITHUB_RUN_ID}" 2024-04-03T15:51:24.7555357Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:24.7555993Z ##[endgroup] 2024-04-03T15:51:24.7625482Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T15:51:24.7626264Z # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T15:51:24.7626854Z # shellcheck disable=SC2046 2024-04-03T15:51:24.7627302Z docker stop $(docker ps -q) || true 2024-04-03T15:51:24.7627759Z # Prune all of the docker images 2024-04-03T15:51:24.7628192Z docker system prune -af 2024-04-03T15:51:24.7635658Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:24.7636162Z ##[endgroup] 2024-04-03T15:51:24.7958106Z "docker stop" requires at least 1 argument. 2024-04-03T15:51:24.7959116Z See 'docker stop --help'. 2024-04-03T15:51:24.7995275Z 2024-04-03T15:51:24.7995662Z Usage: docker stop [OPTIONS] CONTAINER [CONTAINER...] 2024-04-03T15:51:24.7996074Z 2024-04-03T15:51:24.7996230Z Stop one or more running containers 2024-04-03T15:51:24.8140886Z Total reclaimed space: 0B 2024-04-03T15:51:24.8173572Z ##[group]Run set +e 2024-04-03T15:51:24.8173998Z set +e 2024-04-03T15:51:24.8174279Z set -x 2024-04-03T15:51:24.8174534Z  2024-04-03T15:51:24.8174834Z PT_DOMAIN=download.pytorch.org 2024-04-03T15:51:24.8175642Z # TODO: Flaky access to download.pytorch.org https://github.com/pytorch/pytorch/issues/100400, 2024-04-03T15:51:24.8176853Z # cleaning this up once the issue is fixed. There are more than one resolved IP here, the last 2024-04-03T15:51:24.8177619Z # one is returned at random 2024-04-03T15:51:24.8178148Z RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" | tail -n1) 2024-04-03T15:51:24.8178830Z  2024-04-03T15:51:24.8179107Z if [ -z "${RESOLVED_IP}" ]; then 2024-04-03T15:51:24.8179716Z  echo "Couldn't resolve ${PT_DOMAIN}, retrying with Google DNS..." 2024-04-03T15:51:24.8180486Z  RESOLVED_IP=$(dig -4 +short "${PT_DOMAIN}" @8.8.8.8 | tail -n1) 2024-04-03T15:51:24.8181032Z  2024-04-03T15:51:24.8181328Z  if [ -z "${RESOLVED_IP}" ]; then 2024-04-03T15:51:24.8181862Z  echo "Couldn't resolve ${PT_DOMAIN}, exiting..." 2024-04-03T15:51:24.8182349Z  exit 1 2024-04-03T15:51:24.8182636Z  fi 2024-04-03T15:51:24.8182899Z fi 2024-04-03T15:51:24.8183136Z  2024-04-03T15:51:24.8183466Z if grep -r "${PT_DOMAIN}" /etc/hosts; then 2024-04-03T15:51:24.8183966Z  # Clean up any old records first 2024-04-03T15:51:24.8184444Z  sudo sed -i "/${PT_DOMAIN}/d" /etc/hosts 2024-04-03T15:51:24.8184878Z fi 2024-04-03T15:51:24.8185130Z  2024-04-03T15:51:24.8185527Z echo "${RESOLVED_IP} ${PT_DOMAIN}" | sudo tee -a /etc/hosts 2024-04-03T15:51:24.8186063Z cat /etc/hosts 2024-04-03T15:51:24.8193833Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:24.8194347Z ##[endgroup] 2024-04-03T15:51:24.8215469Z + PT_DOMAIN=download.pytorch.org 2024-04-03T15:51:24.8221409Z ++ dig -4 +short download.pytorch.org 2024-04-03T15:51:24.8222238Z ++ tail -n1 2024-04-03T15:51:24.8380695Z + RESOLVED_IP=18.160.41.107 2024-04-03T15:51:24.8381594Z + '[' -z 18.160.41.107 ']' 2024-04-03T15:51:24.8382024Z + grep -r download.pytorch.org /etc/hosts 2024-04-03T15:51:24.8388854Z 18.160.10.28 download.pytorch.org 2024-04-03T15:51:24.8389480Z + sudo sed -i /download.pytorch.org/d /etc/hosts 2024-04-03T15:51:24.8483035Z + echo '18.160.41.107 download.pytorch.org' 2024-04-03T15:51:24.8483723Z + sudo tee -a /etc/hosts 2024-04-03T15:51:24.8565682Z 18.160.41.107 download.pytorch.org 2024-04-03T15:51:24.8577885Z + cat /etc/hosts 2024-04-03T15:51:24.8586090Z 127.0.0.1 localhost localhost.localdomain localhost4 localhost4.localdomain4 2024-04-03T15:51:24.8598044Z ::1 localhost6 localhost6.localdomain6 2024-04-03T15:51:24.8598558Z 18.160.41.107 download.pytorch.org 2024-04-03T15:51:24.8757995Z ##[group]Run pytorch/test-infra/.github/actions/calculate-docker-image@main 2024-04-03T15:51:24.8758610Z with: 2024-04-03T15:51:24.8758957Z docker-image-name: pytorch-linux-focal-rocm-n-py3 2024-04-03T15:51:24.8759459Z docker-build-dir: .ci/docker 2024-04-03T15:51:24.8759821Z working-directory: . 2024-04-03T15:51:24.8760268Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:24.8760798Z force-push: false 2024-04-03T15:51:24.8761096Z ##[endgroup] 2024-04-03T15:51:24.8781212Z ##[group]Run set -ex 2024-04-03T15:51:24.8781772Z set -ex 2024-04-03T15:51:24.8782040Z  2024-04-03T15:51:24.8782597Z # If the docker build directory or the build script doesn't exist, the action will 2024-04-03T15:51:24.8783576Z # gracefully return the docker image name as it is. Pulling docker image in Linux 2024-04-03T15:51:24.8784403Z # job could then download the pre-built image as usual 2024-04-03T15:51:24.8785210Z if [[ ! -d "${DOCKER_BUILD_DIR}" ]] || [[ ! -f "${DOCKER_BUILD_DIR}/build.sh" ]]; then 2024-04-03T15:51:24.8785892Z  echo "skip=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.8786541Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.8787109Z  2024-04-03T15:51:24.8787610Z  echo "There is no Docker build script in ${REPO_NAME} repo, skipping..." 2024-04-03T15:51:24.8788254Z  exit 0 2024-04-03T15:51:24.8788547Z else 2024-04-03T15:51:24.8788896Z  echo "skip=false" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.8789352Z fi 2024-04-03T15:51:24.8789619Z  2024-04-03T15:51:24.8790077Z if [[ "${DOCKER_IMAGE_NAME}" == *"${DOCKER_REGISTRY}/${REPO_NAME}"* ]]; then 2024-04-03T15:51:24.8790965Z  # The docker image name already includes the ECR prefix and tag, so we can just 2024-04-03T15:51:24.8791777Z  # use it as it is, but first let's extract the tag 2024-04-03T15:51:24.8792501Z  DOCKER_TAG=$(echo "${DOCKER_IMAGE_NAME}" | awk -F '[:,]' '{print $2}') 2024-04-03T15:51:24.8793225Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.8793927Z  echo "docker-image=${DOCKER_IMAGE_NAME}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.8794495Z else 2024-04-03T15:51:24.8794908Z  DOCKER_TAG=$(git rev-parse HEAD:"${DOCKER_BUILD_DIR}") 2024-04-03T15:51:24.8795575Z  echo "docker-tag=${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.8796501Z  echo "docker-image=${DOCKER_REGISTRY}/${REPO_NAME}/${DOCKER_IMAGE_NAME}:${DOCKER_TAG}" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.8797284Z fi 2024-04-03T15:51:24.8804909Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:24.8805387Z env: 2024-04-03T15:51:24.8805644Z REPO_NAME: pytorch 2024-04-03T15:51:24.8806043Z DOCKER_IMAGE_NAME: pytorch-linux-focal-rocm-n-py3 2024-04-03T15:51:24.8806541Z DOCKER_BUILD_DIR: .ci/docker 2024-04-03T15:51:24.8807036Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:24.8807557Z ##[endgroup] 2024-04-03T15:51:24.8829854Z + [[ ! -d .ci/docker ]] 2024-04-03T15:51:24.8830543Z + [[ ! -f .ci/docker/build.sh ]] 2024-04-03T15:51:24.8831021Z + echo skip=false 2024-04-03T15:51:24.8832330Z + [[ pytorch-linux-focal-rocm-n-py3 == *\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-04-03T15:51:24.8833853Z ++ git rev-parse HEAD:.ci/docker 2024-04-03T15:51:24.8847998Z + DOCKER_TAG=16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:24.8849064Z + echo docker-tag=16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:24.8850449Z + echo docker-image=308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:24.8881752Z ##[group]Run set +e 2024-04-03T15:51:24.8882097Z set +e 2024-04-03T15:51:24.8882625Z set -x 2024-04-03T15:51:24.8882900Z  2024-04-03T15:51:24.8883143Z login() { 2024-04-03T15:51:24.8883801Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-04-03T15:51:24.8884528Z } 2024-04-03T15:51:24.8884765Z  2024-04-03T15:51:24.8885015Z retry () { 2024-04-03T15:51:24.8885381Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-04-03T15:51:24.8885803Z } 2024-04-03T15:51:24.8886050Z  2024-04-03T15:51:24.8886346Z retry login "${DOCKER_REGISTRY}" 2024-04-03T15:51:24.8886732Z  2024-04-03T15:51:24.8887186Z # Check if image already exists, if it does then skip building it 2024-04-03T15:51:24.8887896Z if docker manifest inspect "${DOCKER_IMAGE}"; then 2024-04-03T15:51:24.8888377Z  exit 0 2024-04-03T15:51:24.8888652Z fi 2024-04-03T15:51:24.8888901Z  2024-04-03T15:51:24.8889385Z # NB: This part requires a full checkout. Otherwise, the merge base will 2024-04-03T15:51:24.8890224Z # be empty. The default action would be to continue rebuild the image 2024-04-03T15:51:24.8890963Z if [[ "$BASE_REVISION" = "$(git rev-parse HEAD)" ]]; then 2024-04-03T15:51:24.8891617Z  # if we're on the base branch then use the parent commit 2024-04-03T15:51:24.8892204Z  MERGE_BASE=$(git rev-parse HEAD~) 2024-04-03T15:51:24.8892619Z else 2024-04-03T15:51:24.8893071Z  # otherwise we're on a PR, so use the most recent base commit 2024-04-03T15:51:24.8893748Z  MERGE_BASE=$(git merge-base HEAD "$BASE_REVISION") 2024-04-03T15:51:24.8894242Z fi 2024-04-03T15:51:24.8894493Z  2024-04-03T15:51:24.8894770Z if [[ -z "${MERGE_BASE}" ]]; then 2024-04-03T15:51:24.8895257Z  echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.8895699Z  2024-04-03T15:51:24.8896345Z  echo "Finding merge base only works with full checkout, please set fetch-depth to 0, continuing ..." 2024-04-03T15:51:24.8897231Z  exit 0 2024-04-03T15:51:24.8897510Z fi 2024-04-03T15:51:24.8897750Z  2024-04-03T15:51:24.8898171Z if ! git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}"; then 2024-04-03T15:51:24.8899321Z  echo "Directory '${DOCKER_BUILD_DIR}' not found in commit $MERGE_BASE, you should rebase onto a more recent commit" 2024-04-03T15:51:24.8900134Z  exit 1 2024-04-03T15:51:24.8900414Z fi 2024-04-03T15:51:24.8900667Z  2024-04-03T15:51:24.8901130Z PREVIOUS_DOCKER_TAG=$(git rev-parse "${MERGE_BASE}:${DOCKER_BUILD_DIR}") 2024-04-03T15:51:24.8902106Z # If no image exists but the hash is the same as the previous hash then we should error out here 2024-04-03T15:51:24.8902991Z if [[ "${PREVIOUS_DOCKER_TAG}" == "${DOCKER_TAG}" ]]; then 2024-04-03T15:51:24.8903985Z  echo "WARNING: Something has gone wrong and the previous image isn't available for the merge-base of your branch" 2024-04-03T15:51:24.8905102Z  echo " Will re-build docker image to store in local cache, TTS may be longer" 2024-04-03T15:51:24.8905751Z fi 2024-04-03T15:51:24.8906004Z  2024-04-03T15:51:24.8906324Z echo "rebuild=true" >> "${GITHUB_OUTPUT}" 2024-04-03T15:51:24.8913906Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:24.8914399Z env: 2024-04-03T15:51:24.8914654Z DOCKER_BUILD_DIR: .ci/docker 2024-04-03T15:51:24.8915089Z BASE_REVISION: 1d52c2d98507759a2143d52b922c541dbe36b6bf 2024-04-03T15:51:24.8916164Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:24.8917221Z DOCKER_TAG: 16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:24.8917937Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:24.8918522Z ##[endgroup] 2024-04-03T15:51:24.8940191Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:24.8940903Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:24.8941983Z + aws ecr get-login-password --region us-east-1 2024-04-03T15:51:24.8943186Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.3231378Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:51:25.3232665Z Configure a credential helper to remove this warning. See 2024-04-03T15:51:25.3233521Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:51:25.3234068Z 2024-04-03T15:51:25.3234187Z Login Succeeded 2024-04-03T15:51:25.3247827Z + docker manifest inspect 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.5305131Z { 2024-04-03T15:51:25.5305588Z "schemaVersion": 2, 2024-04-03T15:51:25.5306374Z "mediaType": "application/vnd.docker.distribution.manifest.v2+json", 2024-04-03T15:51:25.5307326Z "config": { 2024-04-03T15:51:25.5308150Z "mediaType": "application/vnd.docker.container.image.v1+json", 2024-04-03T15:51:25.5309162Z "size": 20924, 2024-04-03T15:51:25.5310057Z "digest": "sha256:2da876c634db218fb493be47975c50245dfa4aace559dcf6d45fc2f2bf0ebf9f" 2024-04-03T15:51:25.5311019Z }, 2024-04-03T15:51:25.5311431Z "layers": [ 2024-04-03T15:51:25.5311843Z { 2024-04-03T15:51:25.5312495Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5313323Z "size": 28584317, 2024-04-03T15:51:25.5314149Z "digest": "sha256:63e9bbe323274e77e58d77c6ab6802d247458f784222fbb07a2556d6ec74ee05" 2024-04-03T15:51:25.5315071Z }, 2024-04-03T15:51:25.5315370Z { 2024-04-03T15:51:25.5316011Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5316869Z "size": 1827, 2024-04-03T15:51:25.5317765Z "digest": "sha256:020f47d0fa1be3a2df8dd2e863841d351ab72d00c7df4a4a16879ceea1239f4b" 2024-04-03T15:51:25.5318723Z }, 2024-04-03T15:51:25.5319087Z { 2024-04-03T15:51:25.5319710Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5320698Z "size": 312536689, 2024-04-03T15:51:25.5321556Z "digest": "sha256:75256bc499c110e379a88a45dfa3d745edc453bf22af7e437a3439a48477cb30" 2024-04-03T15:51:25.5322508Z }, 2024-04-03T15:51:25.5322828Z { 2024-04-03T15:51:25.5323463Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5324389Z "size": 802, 2024-04-03T15:51:25.5325346Z "digest": "sha256:5e6597056347c056681d9213c22a37f96446cb7b0d9b6838b5e6101ac98c7e8a" 2024-04-03T15:51:25.5326421Z }, 2024-04-03T15:51:25.5326652Z { 2024-04-03T15:51:25.5327068Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5327629Z "size": 106, 2024-04-03T15:51:25.5328182Z "digest": "sha256:39f9553cbd3080af50567b0579d8446f7df6aaed7ea18cc5fd1fe81a6a32ec59" 2024-04-03T15:51:25.5328813Z }, 2024-04-03T15:51:25.5329040Z { 2024-04-03T15:51:25.5329462Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5330004Z "size": 544, 2024-04-03T15:51:25.5330530Z "digest": "sha256:0e1508d7c9ab1501f0c741f4729a53eb3758856d8761c5258f732506d73c594e" 2024-04-03T15:51:25.5331142Z }, 2024-04-03T15:51:25.5331354Z { 2024-04-03T15:51:25.5331777Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5332338Z "size": 1280, 2024-04-03T15:51:25.5332872Z "digest": "sha256:41da3b9e5a92a4819d7d1ec780621eec339941e9a6a7abf909cbca2b5349acd9" 2024-04-03T15:51:25.5333504Z }, 2024-04-03T15:51:25.5333731Z { 2024-04-03T15:51:25.5334141Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5334696Z "size": 3257, 2024-04-03T15:51:25.5335761Z "digest": "sha256:39a0280ee9ffc8f17651a2faad05bb2e458d28cb725dd342726890d10ef20610" 2024-04-03T15:51:25.5337017Z }, 2024-04-03T15:51:25.5337480Z { 2024-04-03T15:51:25.5338509Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5339465Z "size": 1904, 2024-04-03T15:51:25.5340022Z "digest": "sha256:a40a390f581ad70eca936ae2fe3aeadb7e19642cd6211232d77be76ba9fa7dd2" 2024-04-03T15:51:25.5340666Z }, 2024-04-03T15:51:25.5340879Z { 2024-04-03T15:51:25.5341302Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5341859Z "size": 699, 2024-04-03T15:51:25.5342406Z "digest": "sha256:01d4a84baddbd86b6da32efdf2e97a1088a27be6c25e024af3e1bc20f1db320e" 2024-04-03T15:51:25.5343055Z }, 2024-04-03T15:51:25.5343282Z { 2024-04-03T15:51:25.5343694Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5344258Z "size": 2444293878, 2024-04-03T15:51:25.5344838Z "digest": "sha256:ba56e9f617fd9b3f17c36073f41b192ab5ecacb377c7c3db86ad2b73624532a3" 2024-04-03T15:51:25.5345481Z }, 2024-04-03T15:51:25.5345707Z { 2024-04-03T15:51:25.5346133Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5346683Z "size": 380, 2024-04-03T15:51:25.5347215Z "digest": "sha256:3eaa6199e98399217ecd8fe5727b666c8273744f0518bc3e5b1ac140ce3d123c" 2024-04-03T15:51:25.5347835Z }, 2024-04-03T15:51:25.5348047Z { 2024-04-03T15:51:25.5348470Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5349028Z "size": 11113, 2024-04-03T15:51:25.5349555Z "digest": "sha256:72b9cb4426d36f506b4e09553107e363ded2de2c2b8e7d77b852d7f2e26ac72e" 2024-04-03T15:51:25.5350187Z }, 2024-04-03T15:51:25.5350417Z { 2024-04-03T15:51:25.5350826Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5351384Z "size": 503, 2024-04-03T15:51:25.5351912Z "digest": "sha256:9cb381d49846ff5212226715691aa2c6abc9987a95b92335e81a6d03d9c4f944" 2024-04-03T15:51:25.5352514Z }, 2024-04-03T15:51:25.5352750Z { 2024-04-03T15:51:25.5353176Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5353727Z "size": 121477661, 2024-04-03T15:51:25.5354289Z "digest": "sha256:95478f636bc2f9e67687eba04f0e1194ed3bfe16fb5a2d8302342a7be969e74e" 2024-04-03T15:51:25.5354911Z }, 2024-04-03T15:51:25.5355124Z { 2024-04-03T15:51:25.5355547Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5356101Z "size": 109, 2024-04-03T15:51:25.5356635Z "digest": "sha256:5713988df83f1fa6e795a6df0ae991fad2bfaf3c1fcc7d19d4f6266bbeb812cf" 2024-04-03T15:51:25.5357278Z }, 2024-04-03T15:51:25.5357509Z { 2024-04-03T15:51:25.5357917Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5358472Z "size": 557, 2024-04-03T15:51:25.5359009Z "digest": "sha256:b4f17b88d23ef498cfc2839ad0358588aaca3004f277c84f3ec7d68336482c1e" 2024-04-03T15:51:25.5359623Z }, 2024-04-03T15:51:25.5359850Z { 2024-04-03T15:51:25.5360282Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5360826Z "size": 1146788, 2024-04-03T15:51:25.5361393Z "digest": "sha256:dec6c3f0b4d635f0e1e48d69f7687aa6dba43fb9ba35d52203a77fe96b7e955a" 2024-04-03T15:51:25.5362031Z }, 2024-04-03T15:51:25.5362244Z { 2024-04-03T15:51:25.5362672Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5363232Z "size": 103, 2024-04-03T15:51:25.5363767Z "digest": "sha256:4fa024201f9dace570b791623cc528debcc6de0031ac5d46f6f25ccfa60c1329" 2024-04-03T15:51:25.5364405Z }, 2024-04-03T15:51:25.5364633Z { 2024-04-03T15:51:25.5365045Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5365605Z "size": 1489, 2024-04-03T15:51:25.5366163Z "digest": "sha256:0fbc7e84a570fa00c6b12df3ffc46a2b4ff2786d9e5564886359fe90b556556d" 2024-04-03T15:51:25.5366788Z }, 2024-04-03T15:51:25.5367014Z { 2024-04-03T15:51:25.5367623Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5368263Z "size": 442811274, 2024-04-03T15:51:25.5368844Z "digest": "sha256:cf4bd8ef6194084cfc8cc2d621e3d8489a25e08cedd600cced8b2908b81a27ab" 2024-04-03T15:51:25.5369483Z }, 2024-04-03T15:51:25.5369697Z { 2024-04-03T15:51:25.5370129Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5370695Z "size": 160, 2024-04-03T15:51:25.5371223Z "digest": "sha256:88083474f81ba7c96d89f785be1ced4ad23d3389eacd70de46232a5cff6484a6" 2024-04-03T15:51:25.5371853Z }, 2024-04-03T15:51:25.5372084Z { 2024-04-03T15:51:25.5372495Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5373053Z "size": 1880, 2024-04-03T15:51:25.5373599Z "digest": "sha256:226d5ffc9b8ead0054250cfe6b21382e6d193618f2a7801bc0b8fd8ad757ad50" 2024-04-03T15:51:25.5374214Z }, 2024-04-03T15:51:25.5374442Z { 2024-04-03T15:51:25.5374864Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5375417Z "size": 6027431235, 2024-04-03T15:51:25.5375983Z "digest": "sha256:36ee3c5f091c5523f9a8d3f42c5754be5a3b3636f45d7c7db5047067df27cc43" 2024-04-03T15:51:25.5376715Z }, 2024-04-03T15:51:25.5376928Z { 2024-04-03T15:51:25.5377357Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5377918Z "size": 105, 2024-04-03T15:51:25.5378597Z "digest": "sha256:8c991bcb055736f6ccd1372e9fb6146d8335370660929792e401886813745edd" 2024-04-03T15:51:25.5379216Z }, 2024-04-03T15:51:25.5379502Z + exit 0 2024-04-03T15:51:25.5379743Z { 2024-04-03T15:51:25.5380161Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5380726Z "size": 840, 2024-04-03T15:51:25.5381269Z "digest": "sha256:f5a36972c0f3bf9be222ed5ce3f8480a4e86a861f8698c55e83ef85c098c6990" 2024-04-03T15:51:25.5381885Z }, 2024-04-03T15:51:25.5382110Z { 2024-04-03T15:51:25.5382537Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5383097Z "size": 324088466, 2024-04-03T15:51:25.5383662Z "digest": "sha256:af429abc069001e3b1f6cc2e120ed63e9996da47862b03803d04d860118298ea" 2024-04-03T15:51:25.5384286Z }, 2024-04-03T15:51:25.5384503Z { 2024-04-03T15:51:25.5384925Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5385485Z "size": 107, 2024-04-03T15:51:25.5386007Z "digest": "sha256:020a310c3fde4ccd6369b8538b4fa62a06948f0b38421343b4a2028d690fe94b" 2024-04-03T15:51:25.5386626Z }, 2024-04-03T15:51:25.5386852Z { 2024-04-03T15:51:25.5387262Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5387820Z "size": 564, 2024-04-03T15:51:25.5388342Z "digest": "sha256:c584774f42519400f1d08734f82c70984be83c66222c2bcf7b6d6703895f5c79" 2024-04-03T15:51:25.5388933Z }, 2024-04-03T15:51:25.5389160Z { 2024-04-03T15:51:25.5389585Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5390137Z "size": 43192942, 2024-04-03T15:51:25.5390697Z "digest": "sha256:686e6512fd575c3f07f5bc23cda488f6bb7272f196e3de8b0307f683798312af" 2024-04-03T15:51:25.5391320Z }, 2024-04-03T15:51:25.5391532Z { 2024-04-03T15:51:25.5391954Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5392510Z "size": 106, 2024-04-03T15:51:25.5393039Z "digest": "sha256:dfd193f5fa4da2028a19b80e683da1533c60e82c9103c267177d5a3fdcad49c1" 2024-04-03T15:51:25.5393675Z }, 2024-04-03T15:51:25.5393903Z { 2024-04-03T15:51:25.5394313Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5394871Z "size": 293, 2024-04-03T15:51:25.5395416Z "digest": "sha256:3d8c7f18c87fd97d0c28231750bcd2438b97d2ec2bd2d1597bf43ba8b7179bea" 2024-04-03T15:51:25.5396034Z }, 2024-04-03T15:51:25.5396262Z { 2024-04-03T15:51:25.5396687Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5397227Z "size": 88293, 2024-04-03T15:51:25.5397902Z "digest": "sha256:4b38534173e8835e0566d5733265b84fae31743a127cfdec64fced43152ef405" 2024-04-03T15:51:25.5398599Z }, 2024-04-03T15:51:25.5398815Z { 2024-04-03T15:51:25.5399240Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5399802Z "size": 106, 2024-04-03T15:51:25.5400353Z "digest": "sha256:0befffeaba97bacdbd851934fc70bb45767ff56ab704c15f83e15d8866e7d4ca" 2024-04-03T15:51:25.5401007Z }, 2024-04-03T15:51:25.5401237Z { 2024-04-03T15:51:25.5401648Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5402206Z "size": 1192, 2024-04-03T15:51:25.5402727Z "digest": "sha256:f2934ba32628883717478385639d4c5f0403a09363b8cf2bb73b328e3b8cc042" 2024-04-03T15:51:25.5403324Z }, 2024-04-03T15:51:25.5403552Z { 2024-04-03T15:51:25.5403978Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5404518Z "size": 699, 2024-04-03T15:51:25.5405083Z "digest": "sha256:01d4a84baddbd86b6da32efdf2e97a1088a27be6c25e024af3e1bc20f1db320e" 2024-04-03T15:51:25.5405732Z }, 2024-04-03T15:51:25.5405943Z { 2024-04-03T15:51:25.5406363Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5406920Z "size": 139, 2024-04-03T15:51:25.5407442Z "digest": "sha256:fc53e056e149a266192b06ba1b66e73c6190f0defcec4695a4e5774198b9d401" 2024-04-03T15:51:25.5408066Z }, 2024-04-03T15:51:25.5408292Z { 2024-04-03T15:51:25.5408700Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5409252Z "size": 119, 2024-04-03T15:51:25.5409795Z "digest": "sha256:9c3c29d675a6f3566456d0b187f18d1a5deac38949fea55e068dbb7bc69d8bb4" 2024-04-03T15:51:25.5410422Z }, 2024-04-03T15:51:25.5410635Z { 2024-04-03T15:51:25.5411060Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5411606Z "size": 1155940846, 2024-04-03T15:51:25.5412163Z "digest": "sha256:c3a7f0be00c0959a5e543095ecea091c1381495088568c606589d26265c32a36" 2024-04-03T15:51:25.5412785Z }, 2024-04-03T15:51:25.5413001Z { 2024-04-03T15:51:25.5413429Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5413989Z "size": 178, 2024-04-03T15:51:25.5414545Z "digest": "sha256:0f8ff1385f0da423e5ebc72da58f634beed7c2782aca2098173bbb5c7ac51ea0" 2024-04-03T15:51:25.5415180Z }, 2024-04-03T15:51:25.5415407Z { 2024-04-03T15:51:25.5415817Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5416371Z "size": 1840, 2024-04-03T15:51:25.5417032Z "digest": "sha256:d39766ef1e6b8b4b6e2ae3d7d9f23f104b3c0309eefbd8bb4e5d3e362937299a" 2024-04-03T15:51:25.5417672Z }, 2024-04-03T15:51:25.5417887Z { 2024-04-03T15:51:25.5418471Z "mediaType": "application/vnd.docker.image.rootfs.diff.tar.gzip", 2024-04-03T15:51:25.5419045Z "size": 15983023, 2024-04-03T15:51:25.5419607Z "digest": "sha256:7bbe6355f0c3d70fec00bbf5103b2595bedee4fd79a36b8ee3d23be9f5ffc859" 2024-04-03T15:51:25.5420250Z } 2024-04-03T15:51:25.5420488Z ] 2024-04-03T15:51:25.5420699Z } 2024-04-03T15:51:25.5521872Z ##[group]Run tag=${ECR_DOCKER_IMAGE##*/} 2024-04-03T15:51:25.5522315Z tag=${ECR_DOCKER_IMAGE##*/} 2024-04-03T15:51:25.5522857Z echo "docker pull ghcr.io/pytorch/ci-image:${tag/:/-}" 2024-04-03T15:51:25.5530761Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:25.5531254Z env: 2024-04-03T15:51:25.5532134Z ECR_DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.5533117Z ##[endgroup] 2024-04-03T15:51:25.5577726Z docker pull ghcr.io/pytorch/ci-image:pytorch-linux-focal-rocm-n-py3-16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.5631573Z ##[group]Run pytorch/test-infra/.github/actions/pull-docker-image@main 2024-04-03T15:51:25.5632128Z with: 2024-04-03T15:51:25.5632992Z docker-image: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.5634233Z docker-registry: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.5634737Z ##[endgroup] 2024-04-03T15:51:25.5652187Z ##[group]Run set -x 2024-04-03T15:51:25.5652508Z set -x 2024-04-03T15:51:25.5652788Z set +e 2024-04-03T15:51:25.5653060Z  2024-04-03T15:51:25.5653302Z login() { 2024-04-03T15:51:25.5653961Z  aws ecr get-login-password --region us-east-1 | docker login -u AWS --password-stdin "$1" 2024-04-03T15:51:25.5654691Z } 2024-04-03T15:51:25.5654930Z  2024-04-03T15:51:25.5655187Z retry () { 2024-04-03T15:51:25.5655553Z  $* || (sleep 1 && $*) || (sleep 2 && $*) 2024-04-03T15:51:25.5656025Z } 2024-04-03T15:51:25.5656262Z  2024-04-03T15:51:25.5656643Z retry login "${DOCKER_REGISTRY}" 2024-04-03T15:51:25.5657045Z  2024-04-03T15:51:25.5657276Z set -e 2024-04-03T15:51:25.5657744Z # ignore output since only exit code is used for conditional 2024-04-03T15:51:25.5658644Z # only pull docker image if it's not available locally 2024-04-03T15:51:25.5659421Z if ! docker inspect --type=image "${DOCKER_IMAGE}" >/dev/null 2>/dev/null; then 2024-04-03T15:51:25.5660103Z  retry docker pull "${DOCKER_IMAGE}" 2024-04-03T15:51:25.5660528Z fi 2024-04-03T15:51:25.5667893Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:51:25.5668380Z env: 2024-04-03T15:51:25.5669212Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.5670347Z DOCKER_REGISTRY: 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.5670863Z ##[endgroup] 2024-04-03T15:51:25.5691471Z + set +e 2024-04-03T15:51:25.5692765Z + retry login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.5693879Z + login 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.5694922Z + aws ecr get-login-password --region us-east-1 2024-04-03T15:51:25.5696080Z + docker login -u AWS --password-stdin 308535385114.dkr.ecr.us-east-1.amazonaws.com 2024-04-03T15:51:25.9726631Z WARNING! Your password will be stored unencrypted in /home/ec2-user/.docker/config.json. 2024-04-03T15:51:25.9727623Z Configure a credential helper to remove this warning. See 2024-04-03T15:51:25.9728702Z https://docs.docker.com/engine/reference/commandline/login/#credentials-store 2024-04-03T15:51:25.9729273Z 2024-04-03T15:51:25.9729390Z Login Succeeded 2024-04-03T15:51:25.9739471Z + set -e 2024-04-03T15:51:25.9741758Z + docker inspect --type=image 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:25.9902294Z + retry docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:26.2252888Z + docker pull 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:51:26.2255040Z 16884143090f148aa56809ceba26eeb699b5dc49: Pulling from pytorch/pytorch-linux-focal-rocm-n-py3 2024-04-03T15:51:26.2256635Z 63e9bbe32327: Pulling fs layer 2024-04-03T15:51:26.2257580Z 020f47d0fa1b: Pulling fs layer 2024-04-03T15:51:26.2259914Z 75256bc499c1: Pulling fs layer 2024-04-03T15:51:26.2260476Z 5e6597056347: Pulling fs layer 2024-04-03T15:51:26.2260842Z 39f9553cbd30: Pulling fs layer 2024-04-03T15:51:26.2261382Z 0e1508d7c9ab: Pulling fs layer 2024-04-03T15:51:26.2261767Z 41da3b9e5a92: Pulling fs layer 2024-04-03T15:51:26.2262168Z 39a0280ee9ff: Pulling fs layer 2024-04-03T15:51:26.2262811Z a40a390f581a: Pulling fs layer 2024-04-03T15:51:26.2263166Z 01d4a84baddb: Pulling fs layer 2024-04-03T15:51:26.2263611Z ba56e9f617fd: Pulling fs layer 2024-04-03T15:51:26.2263957Z 41da3b9e5a92: Waiting 2024-04-03T15:51:26.2264333Z 3eaa6199e983: Pulling fs layer 2024-04-03T15:51:26.2264800Z 0e1508d7c9ab: Waiting 2024-04-03T15:51:26.2265177Z 39f9553cbd30: Waiting 2024-04-03T15:51:26.2265476Z 72b9cb4426d3: Pulling fs layer 2024-04-03T15:51:26.2265903Z 39a0280ee9ff: Waiting 2024-04-03T15:51:26.2266219Z 9cb381d49846: Pulling fs layer 2024-04-03T15:51:26.2266593Z 01d4a84baddb: Waiting 2024-04-03T15:51:26.2267037Z a40a390f581a: Waiting 2024-04-03T15:51:26.2267346Z ba56e9f617fd: Waiting 2024-04-03T15:51:26.2267738Z 95478f636bc2: Pulling fs layer 2024-04-03T15:51:26.2268105Z 5713988df83f: Pulling fs layer 2024-04-03T15:51:26.2268559Z 3eaa6199e983: Waiting 2024-04-03T15:51:26.2268877Z b4f17b88d23e: Pulling fs layer 2024-04-03T15:51:26.2269309Z 9cb381d49846: Waiting 2024-04-03T15:51:26.2269620Z dec6c3f0b4d6: Pulling fs layer 2024-04-03T15:51:26.2270057Z 72b9cb4426d3: Waiting 2024-04-03T15:51:26.2270376Z 4fa024201f9d: Pulling fs layer 2024-04-03T15:51:26.2270783Z 5e6597056347: Waiting 2024-04-03T15:51:26.2271102Z 0fbc7e84a570: Pulling fs layer 2024-04-03T15:51:26.2271498Z 95478f636bc2: Waiting 2024-04-03T15:51:26.2271838Z cf4bd8ef6194: Pulling fs layer 2024-04-03T15:51:26.2272267Z 88083474f81b: Pulling fs layer 2024-04-03T15:51:26.2272666Z 5713988df83f: Waiting 2024-04-03T15:51:26.2273163Z 226d5ffc9b8e: Pulling fs layer 2024-04-03T15:51:26.2273575Z 36ee3c5f091c: Pulling fs layer 2024-04-03T15:51:26.2274012Z 8c991bcb0557: Pulling fs layer 2024-04-03T15:51:26.2274359Z f5a36972c0f3: Pulling fs layer 2024-04-03T15:51:26.2274942Z af429abc0690: Pulling fs layer 2024-04-03T15:51:26.2275433Z 020a310c3fde: Pulling fs layer 2024-04-03T15:51:26.2276093Z c584774f4251: Pulling fs layer 2024-04-03T15:51:26.2276727Z 686e6512fd57: Pulling fs layer 2024-04-03T15:51:26.2277378Z dfd193f5fa4d: Pulling fs layer 2024-04-03T15:51:26.2278028Z b4f17b88d23e: Waiting 2024-04-03T15:51:26.2278610Z 3d8c7f18c87f: Pulling fs layer 2024-04-03T15:51:26.2279315Z 4b38534173e8: Pulling fs layer 2024-04-03T15:51:26.2279871Z 0befffeaba97: Pulling fs layer 2024-04-03T15:51:26.2280258Z dec6c3f0b4d6: Waiting 2024-04-03T15:51:26.2280698Z 4fa024201f9d: Waiting 2024-04-03T15:51:26.2281009Z f2934ba32628: Pulling fs layer 2024-04-03T15:51:26.2281413Z 88083474f81b: Waiting 2024-04-03T15:51:26.2281709Z 0fbc7e84a570: Waiting 2024-04-03T15:51:26.2282026Z cf4bd8ef6194: Waiting 2024-04-03T15:51:26.2282372Z 226d5ffc9b8e: Waiting 2024-04-03T15:51:26.2282665Z 36ee3c5f091c: Waiting 2024-04-03T15:51:26.2283037Z c584774f4251: Waiting 2024-04-03T15:51:26.2283316Z 8c991bcb0557: Waiting 2024-04-03T15:51:26.2283645Z fc53e056e149: Pulling fs layer 2024-04-03T15:51:26.2284040Z 020a310c3fde: Waiting 2024-04-03T15:51:26.2284339Z 9c3c29d675a6: Pulling fs layer 2024-04-03T15:51:26.2284780Z c3a7f0be00c0: Pulling fs layer 2024-04-03T15:51:26.2285106Z 686e6512fd57: Waiting 2024-04-03T15:51:26.2285493Z dfd193f5fa4d: Waiting 2024-04-03T15:51:26.2285807Z 0f8ff1385f0d: Pulling fs layer 2024-04-03T15:51:26.2286215Z af429abc0690: Waiting 2024-04-03T15:51:26.2286518Z 3d8c7f18c87f: Waiting 2024-04-03T15:51:26.2286844Z d39766ef1e6b: Pulling fs layer 2024-04-03T15:51:26.2287252Z 7bbe6355f0c3: Pulling fs layer 2024-04-03T15:51:26.2287603Z 0f8ff1385f0d: Waiting 2024-04-03T15:51:26.2287970Z 7bbe6355f0c3: Waiting 2024-04-03T15:51:26.2288249Z 9c3c29d675a6: Waiting 2024-04-03T15:51:26.2288616Z d39766ef1e6b: Waiting 2024-04-03T15:51:26.2288909Z c3a7f0be00c0: Waiting 2024-04-03T15:51:26.2289190Z f2934ba32628: Waiting 2024-04-03T15:51:26.2289558Z fc53e056e149: Waiting 2024-04-03T15:51:26.2289861Z 0befffeaba97: Waiting 2024-04-03T15:51:26.2290220Z f5a36972c0f3: Waiting 2024-04-03T15:51:26.3048444Z 020f47d0fa1b: Download complete 2024-04-03T15:51:26.3930666Z 5e6597056347: Verifying Checksum 2024-04-03T15:51:26.3931304Z 5e6597056347: Download complete 2024-04-03T15:51:26.4967696Z 39f9553cbd30: Verifying Checksum 2024-04-03T15:51:26.4968196Z 39f9553cbd30: Download complete 2024-04-03T15:51:26.6133110Z 0e1508d7c9ab: Download complete 2024-04-03T15:51:26.7017344Z 41da3b9e5a92: Verifying Checksum 2024-04-03T15:51:26.7018065Z 41da3b9e5a92: Download complete 2024-04-03T15:51:26.7841892Z 39a0280ee9ff: Download complete 2024-04-03T15:51:26.8856169Z a40a390f581a: Download complete 2024-04-03T15:51:26.9689345Z 01d4a84baddb: Download complete 2024-04-03T15:51:27.0449262Z 63e9bbe32327: Verifying Checksum 2024-04-03T15:51:27.0449997Z 63e9bbe32327: Download complete 2024-04-03T15:51:27.2035967Z 3eaa6199e983: Verifying Checksum 2024-04-03T15:51:27.2036696Z 3eaa6199e983: Download complete 2024-04-03T15:51:27.3219044Z 72b9cb4426d3: Download complete 2024-04-03T15:51:27.4315623Z 9cb381d49846: Verifying Checksum 2024-04-03T15:51:27.4316193Z 9cb381d49846: Download complete 2024-04-03T15:51:27.7229980Z 63e9bbe32327: Pull complete 2024-04-03T15:51:27.8141941Z 020f47d0fa1b: Pull complete 2024-04-03T15:51:31.2370507Z 95478f636bc2: Verifying Checksum 2024-04-03T15:51:31.2370991Z 95478f636bc2: Download complete 2024-04-03T15:51:31.3222533Z 5713988df83f: Verifying Checksum 2024-04-03T15:51:31.3223041Z 5713988df83f: Download complete 2024-04-03T15:51:31.4230585Z b4f17b88d23e: Download complete 2024-04-03T15:51:31.5745174Z dec6c3f0b4d6: Verifying Checksum 2024-04-03T15:51:31.5745678Z dec6c3f0b4d6: Download complete 2024-04-03T15:51:31.6922518Z 4fa024201f9d: Verifying Checksum 2024-04-03T15:51:31.6923078Z 4fa024201f9d: Download complete 2024-04-03T15:51:31.7893263Z 0fbc7e84a570: Verifying Checksum 2024-04-03T15:51:31.7893816Z 0fbc7e84a570: Download complete 2024-04-03T15:51:34.3420404Z 75256bc499c1: Verifying Checksum 2024-04-03T15:51:34.3421100Z 75256bc499c1: Download complete 2024-04-03T15:51:34.4289773Z 88083474f81b: Verifying Checksum 2024-04-03T15:51:34.4290477Z 88083474f81b: Download complete 2024-04-03T15:51:34.5103500Z 226d5ffc9b8e: Verifying Checksum 2024-04-03T15:51:34.5104202Z 226d5ffc9b8e: Download complete 2024-04-03T15:51:40.8262889Z 75256bc499c1: Pull complete 2024-04-03T15:51:41.0022032Z 5e6597056347: Pull complete 2024-04-03T15:51:41.1622947Z 39f9553cbd30: Pull complete 2024-04-03T15:51:41.3338821Z 0e1508d7c9ab: Pull complete 2024-04-03T15:51:41.4710008Z 41da3b9e5a92: Pull complete 2024-04-03T15:51:41.7243346Z 39a0280ee9ff: Pull complete 2024-04-03T15:51:41.9534951Z a40a390f581a: Pull complete 2024-04-03T15:51:42.1789422Z 01d4a84baddb: Pull complete 2024-04-03T15:51:44.5612646Z cf4bd8ef6194: Verifying Checksum 2024-04-03T15:51:44.5613342Z cf4bd8ef6194: Download complete 2024-04-03T15:51:44.6403576Z 8c991bcb0557: Verifying Checksum 2024-04-03T15:51:44.6404101Z 8c991bcb0557: Download complete 2024-04-03T15:51:44.7226259Z f5a36972c0f3: Verifying Checksum 2024-04-03T15:51:44.7226938Z f5a36972c0f3: Download complete 2024-04-03T15:51:52.4530953Z af429abc0690: Verifying Checksum 2024-04-03T15:51:52.4531438Z af429abc0690: Download complete 2024-04-03T15:51:52.5604043Z 020a310c3fde: Verifying Checksum 2024-04-03T15:51:52.5604673Z 020a310c3fde: Download complete 2024-04-03T15:51:52.6963063Z c584774f4251: Verifying Checksum 2024-04-03T15:51:52.6963607Z c584774f4251: Download complete 2024-04-03T15:51:53.8960942Z 686e6512fd57: Verifying Checksum 2024-04-03T15:51:53.8961444Z 686e6512fd57: Download complete 2024-04-03T15:51:53.9909921Z dfd193f5fa4d: Verifying Checksum 2024-04-03T15:51:53.9910592Z dfd193f5fa4d: Download complete 2024-04-03T15:51:54.0843341Z 3d8c7f18c87f: Verifying Checksum 2024-04-03T15:51:54.0844048Z 3d8c7f18c87f: Download complete 2024-04-03T15:51:54.2259765Z 4b38534173e8: Verifying Checksum 2024-04-03T15:51:54.2260306Z 4b38534173e8: Download complete 2024-04-03T15:51:54.3095488Z 0befffeaba97: Verifying Checksum 2024-04-03T15:51:54.3096203Z 0befffeaba97: Download complete 2024-04-03T15:51:54.3917255Z f2934ba32628: Verifying Checksum 2024-04-03T15:51:54.3917740Z f2934ba32628: Download complete 2024-04-03T15:51:54.5301348Z fc53e056e149: Verifying Checksum 2024-04-03T15:51:54.5301936Z fc53e056e149: Download complete 2024-04-03T15:51:54.6800149Z 9c3c29d675a6: Verifying Checksum 2024-04-03T15:51:54.6800657Z 9c3c29d675a6: Download complete 2024-04-03T15:52:22.9397889Z c3a7f0be00c0: Verifying Checksum 2024-04-03T15:52:22.9398393Z c3a7f0be00c0: Download complete 2024-04-03T15:52:23.0217049Z 0f8ff1385f0d: Download complete 2024-04-03T15:52:23.1233882Z d39766ef1e6b: Verifying Checksum 2024-04-03T15:52:23.1234814Z d39766ef1e6b: Download complete 2024-04-03T15:52:23.7138515Z 7bbe6355f0c3: Verifying Checksum 2024-04-03T15:52:23.7138988Z 7bbe6355f0c3: Download complete 2024-04-03T15:52:26.4578594Z ba56e9f617fd: Verifying Checksum 2024-04-03T15:52:26.4579239Z ba56e9f617fd: Download complete 2024-04-03T15:53:18.2238312Z ba56e9f617fd: Pull complete 2024-04-03T15:53:18.6102604Z 3eaa6199e983: Pull complete 2024-04-03T15:53:18.8248562Z 72b9cb4426d3: Pull complete 2024-04-03T15:53:19.0473480Z 9cb381d49846: Pull complete 2024-04-03T15:53:24.3998282Z 95478f636bc2: Pull complete 2024-04-03T15:53:24.8757583Z 5713988df83f: Pull complete 2024-04-03T15:53:25.3235028Z b4f17b88d23e: Pull complete 2024-04-03T15:53:25.6832543Z dec6c3f0b4d6: Pull complete 2024-04-03T15:53:25.9259143Z 4fa024201f9d: Pull complete 2024-04-03T15:53:26.1597524Z 0fbc7e84a570: Pull complete 2024-04-03T15:53:34.6542025Z cf4bd8ef6194: Pull complete 2024-04-03T15:53:35.1475225Z 88083474f81b: Pull complete 2024-04-03T15:53:35.3774012Z 226d5ffc9b8e: Pull complete 2024-04-03T15:54:02.8935893Z 36ee3c5f091c: Download complete 2024-04-03T15:57:55.9858905Z 36ee3c5f091c: Pull complete 2024-04-03T15:57:56.2209572Z 8c991bcb0557: Pull complete 2024-04-03T15:57:56.3259241Z f5a36972c0f3: Pull complete 2024-04-03T15:58:07.6905958Z af429abc0690: Pull complete 2024-04-03T15:58:07.9059014Z 020a310c3fde: Pull complete 2024-04-03T15:58:08.1142099Z c584774f4251: Pull complete 2024-04-03T15:58:09.6586607Z 686e6512fd57: Pull complete 2024-04-03T15:58:09.7539823Z dfd193f5fa4d: Pull complete 2024-04-03T15:58:09.8341461Z 3d8c7f18c87f: Pull complete 2024-04-03T15:58:09.9499868Z 4b38534173e8: Pull complete 2024-04-03T15:58:10.0255181Z 0befffeaba97: Pull complete 2024-04-03T15:58:10.1089451Z f2934ba32628: Pull complete 2024-04-03T15:58:10.3022018Z fc53e056e149: Pull complete 2024-04-03T15:58:10.3895668Z 9c3c29d675a6: Pull complete 2024-04-03T15:58:44.0866900Z c3a7f0be00c0: Pull complete 2024-04-03T15:58:44.2935905Z 0f8ff1385f0d: Pull complete 2024-04-03T15:58:44.5287791Z d39766ef1e6b: Pull complete 2024-04-03T15:58:45.2410668Z 7bbe6355f0c3: Pull complete 2024-04-03T15:58:45.3579789Z Digest: sha256:aee596ab1984cc9239aacbebbe36b396bc43e7c4fa51d7fc871aa6f32393efd6 2024-04-03T15:58:45.4034120Z Status: Downloaded newer image for 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:58:45.4234403Z 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:58:45.4285724Z ##[group]Run .github/scripts/parse_ref.py 2024-04-03T15:58:45.4286190Z .github/scripts/parse_ref.py 2024-04-03T15:58:45.4297598Z shell: /usr/bin/bash -e {0} 2024-04-03T15:58:45.4297968Z ##[endgroup] 2024-04-03T15:58:45.6019404Z Prepare all required actions 2024-04-03T15:58:45.6061889Z ##[group]Run ./.github/actions/get-workflow-job-id 2024-04-03T15:58:45.6062372Z with: 2024-04-03T15:58:45.6062985Z github-token: *** 2024-04-03T15:58:45.6063268Z ##[endgroup] 2024-04-03T15:58:45.6081148Z ##[group]Run set -eux 2024-04-03T15:58:45.6081471Z set -eux 2024-04-03T15:58:45.6082067Z python3 .github/scripts/get_workflow_job_id.py "${GITHUB_RUN_ID}" "${RUNNER_NAME}" 2024-04-03T15:58:45.6089982Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:58:45.6090474Z env: 2024-04-03T15:58:45.6090909Z GITHUB_TOKEN: *** 2024-04-03T15:58:45.6091207Z ##[endgroup] 2024-04-03T15:58:45.6112933Z + python3 .github/scripts/get_workflow_job_id.py 8536950919 i-00c50e4d0b0f58526 2024-04-03T15:58:51.1128322Z setting job-id=23401543160 2024-04-03T15:58:51.1128889Z setting job-name=linux-focal-rocm6.0-py3.8 / build 2024-04-03T15:58:51.1355948Z Prepare all required actions 2024-04-03T15:58:51.1356465Z Getting action download info 2024-04-03T15:58:51.2496726Z ##[group]Run ./.github/actions/filter-test-configs 2024-04-03T15:58:51.2497184Z with: 2024-04-03T15:58:51.2497860Z github-token: *** 2024-04-03T15:58:51.2499292Z test-matrix: { include: [ { config: "default", shard: 1, num_shards: 3, runner: "linux.rocm.gpu" }, { config: "default", shard: 2, num_shards: 3, runner: "linux.rocm.gpu" }, { config: "default", shard: 3, num_shards: 3, runner: "linux.rocm.gpu" }, ]} 2024-04-03T15:58:51.2500730Z job-name: linux-focal-rocm6.0-py3.8 / build 2024-04-03T15:58:51.2501165Z ##[endgroup] 2024-04-03T15:58:51.2560633Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-04-03T15:58:51.2561188Z with: 2024-04-03T15:58:51.2561439Z shell: bash 2024-04-03T15:58:51.2561722Z timeout_minutes: 10 2024-04-03T15:58:51.2562126Z max_attempts: 5 2024-04-03T15:58:51.2562421Z retry_wait_seconds: 30 2024-04-03T15:58:51.2563444Z command: set -eux # PyYAML 6.0 doesn't work with MacOS x86 anymore python3 -m pip install requests==2.26.0 pyyaml==6.0.1 2024-04-03T15:58:51.2564307Z polling_interval_seconds: 1 2024-04-03T15:58:51.2564666Z warning_on_retry: true 2024-04-03T15:58:51.2564999Z continue_on_error: false 2024-04-03T15:58:51.2565316Z env: 2024-04-03T15:58:51.2565738Z GITHUB_TOKEN: *** 2024-04-03T15:58:51.2566027Z ##[endgroup] 2024-04-03T15:58:51.3120033Z + python3 -m pip install requests==2.26.0 pyyaml==6.0.1 2024-04-03T15:58:53.2110440Z Defaulting to user installation because normal site-packages is not writeable 2024-04-03T15:58:53.2633717Z Requirement already satisfied: requests==2.26.0 in /home/ec2-user/.local/lib/python3.7/site-packages (2.26.0) 2024-04-03T15:58:53.2875590Z Requirement already satisfied: pyyaml==6.0.1 in /home/ec2-user/.local/lib/python3.7/site-packages (6.0.1) 2024-04-03T15:58:53.2900309Z Requirement already satisfied: certifi>=2017.4.17 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2024.2.2) 2024-04-03T15:58:53.2985768Z Requirement already satisfied: idna<4,>=2.5; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (3.6) 2024-04-03T15:58:53.3014425Z Requirement already satisfied: charset-normalizer~=2.0.0; python_version >= "3" in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (2.0.12) 2024-04-03T15:58:53.3129126Z Requirement already satisfied: urllib3<1.27,>=1.21.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from requests==2.26.0) (1.26.18) 2024-04-03T15:58:54.3122350Z Command completed after 1 attempt(s). 2024-04-03T15:58:54.3167392Z ##[group]Run set -x 2024-04-03T15:58:54.3167707Z set -x 2024-04-03T15:58:54.3167993Z  2024-04-03T15:58:54.3168541Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-04-03T15:58:54.3169228Z # in runner workspace 2024-04-03T15:58:54.3169759Z python3 "${GITHUB_ACTION_PATH}/../../scripts/parse_ref.py" 2024-04-03T15:58:54.3177824Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:58:54.3178502Z ##[endgroup] 2024-04-03T15:58:54.3201792Z + python3 /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/parse_ref.py 2024-04-03T15:58:54.3412280Z ##[group]Run echo "Workflow: ${GITHUB_WORKFLOW}" 2024-04-03T15:58:54.3412819Z echo "Workflow: ${GITHUB_WORKFLOW}" 2024-04-03T15:58:54.3413278Z echo "Job name: ${JOB_NAME}" 2024-04-03T15:58:54.3413669Z  2024-04-03T15:58:54.3414190Z # Use relative path here as this could be checked out anywhere, not necessarily 2024-04-03T15:58:54.3414878Z # in runner workspace 2024-04-03T15:58:54.3415444Z python3 "${GITHUB_ACTION_PATH}/../../scripts/filter_test_configs.py" \ 2024-04-03T15:58:54.3416076Z  --workflow "${GITHUB_WORKFLOW}" \ 2024-04-03T15:58:54.3416791Z  --job-name "${JOB_NAME}" \ 2024-04-03T15:58:54.3417223Z  --test-matrix "{ include: [ 2024-04-03T15:58:54.3417835Z  { config: "default", shard: 1, num_shards: 3, runner: "linux.rocm.gpu" }, 2024-04-03T15:58:54.3418939Z  { config: "default", shard: 2, num_shards: 3, runner: "linux.rocm.gpu" }, 2024-04-03T15:58:54.3420096Z  { config: "default", shard: 3, num_shards: 3, runner: "linux.rocm.gpu" }, 2024-04-03T15:58:54.3420700Z ]} 2024-04-03T15:58:54.3420966Z " \ 2024-04-03T15:58:54.3421270Z  --pr-number "${PR_NUMBER}" \ 2024-04-03T15:58:54.3421666Z  --tag "${TAG}" \ 2024-04-03T15:58:54.3422039Z  --event-name "${EVENT_NAME}" \ 2024-04-03T15:58:54.3422470Z  --schedule "${SCHEDULE}" \ 2024-04-03T15:58:54.3422870Z  --branch "${HEAD_BRANCH}" 2024-04-03T15:58:54.3430643Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:58:54.3431148Z env: 2024-04-03T15:58:54.3431623Z GITHUB_TOKEN: *** 2024-04-03T15:58:54.3432016Z JOB_NAME: linux-focal-rocm6.0-py3.8 / build 2024-04-03T15:58:54.3432462Z PR_NUMBER: 123154 2024-04-03T15:58:54.3432733Z TAG: 2024-04-03T15:58:54.3432996Z EVENT_NAME: pull_request 2024-04-03T15:58:54.3433333Z SCHEDULE: 2024-04-03T15:58:54.3433600Z HEAD_BRANCH: 2024-04-03T15:58:54.3433881Z ##[endgroup] 2024-04-03T15:58:54.3454783Z Workflow: pull 2024-04-03T15:58:54.3455288Z Job name: linux-focal-rocm6.0-py3.8 / build 2024-04-03T15:58:54.6880671Z INFO:root:Found no test-config label on the PR, so all test configs are included 2024-04-03T15:58:55.0189534Z fatal: unknown commit main 2024-04-03T15:58:55.0212320Z /home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/filter-test-configs/../../scripts/filter_test_configs.py:458: UserWarning: failed to get commit messages: Command '['git', 'cherry', '-v', 'main']' returned non-zero exit status 128. 2024-04-03T15:58:55.0214102Z warnings.warn(f"failed to get commit messages: {e}") 2024-04-03T15:58:55.0362731Z ##[group]Run echo "Filtered matrix:" 2024-04-03T15:58:55.0363162Z echo "Filtered matrix:" 2024-04-03T15:58:55.0364538Z echo "{"include": [{"config": "default", "shard": 1, "num_shards": 3, "runner": "linux.rocm.gpu"}, {"config": "default", "shard": 2, "num_shards": 3, "runner": "linux.rocm.gpu"}, {"config": "default", "shard": 3, "num_shards": 3, "runner": "linux.rocm.gpu"}]}" 2024-04-03T15:58:55.0365900Z  2024-04-03T15:58:55.0366164Z echo 2024-04-03T15:58:55.0366511Z echo "Is the current job unstable? False" 2024-04-03T15:58:55.0366968Z  2024-04-03T15:58:55.0367222Z echo 2024-04-03T15:58:55.0367564Z echo "Is keep-going label set? False" 2024-04-03T15:58:55.0367990Z  2024-04-03T15:58:55.0368223Z echo 2024-04-03T15:58:55.0368514Z echo "Renabled issues? " 2024-04-03T15:58:55.0376801Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:58:55.0377292Z ##[endgroup] 2024-04-03T15:58:55.0399167Z Filtered matrix: 2024-04-03T15:58:55.0400691Z {include: [{config: default, shard: 1, num_shards: 3, runner: linux.rocm.gpu}, {config: default, shard: 2, num_shards: 3, runner: linux.rocm.gpu}, {config: default, shard: 3, num_shards: 3, runner: linux.rocm.gpu}]} 2024-04-03T15:58:55.0402456Z 2024-04-03T15:58:55.0402602Z Is the current job unstable? False 2024-04-03T15:58:55.0403092Z 2024-04-03T15:58:55.0403613Z Is keep-going label set? False 2024-04-03T15:58:55.0404050Z 2024-04-03T15:58:55.0404157Z Renabled issues? 2024-04-03T15:58:55.0462616Z Prepare all required actions 2024-04-03T15:58:55.0463038Z Getting action download info 2024-04-03T15:58:55.1649514Z ##[group]Run ./.github/actions/pytest-cache-download 2024-04-03T15:58:55.1649969Z with: 2024-04-03T15:58:55.1650230Z cache_dir: .pytest_cache 2024-04-03T15:58:55.1650637Z job_identifier: pull_linux-focal-rocm6.0-py3.8 2024-04-03T15:58:55.1651085Z s3_bucket: gha-artifacts 2024-04-03T15:58:55.1651407Z ##[endgroup] 2024-04-03T15:58:55.1724917Z ##[group]Run nick-fields/retry@3e91a01664abd3c5cd539100d10d33b9c5b68482 2024-04-03T15:58:55.1725494Z with: 2024-04-03T15:58:55.1725753Z shell: bash 2024-04-03T15:58:55.1726031Z timeout_minutes: 5 2024-04-03T15:58:55.1726491Z max_attempts: 5 2024-04-03T15:58:55.1726790Z retry_wait_seconds: 30 2024-04-03T15:58:55.1727222Z command: set -eu python3 -m pip install boto3==1.19.12 2024-04-03T15:58:55.1727735Z polling_interval_seconds: 1 2024-04-03T15:58:55.1728101Z warning_on_retry: true 2024-04-03T15:58:55.1728482Z continue_on_error: false 2024-04-03T15:58:55.1728796Z ##[endgroup] 2024-04-03T15:58:55.4426649Z Defaulting to user installation because normal site-packages is not writeable 2024-04-03T15:58:55.4599172Z Requirement already satisfied: boto3==1.19.12 in /home/ec2-user/.local/lib/python3.7/site-packages (1.19.12) 2024-04-03T15:58:55.4650565Z Requirement already satisfied: s3transfer<0.6.0,>=0.5.0 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.5.2) 2024-04-03T15:58:55.4679678Z Requirement already satisfied: jmespath<1.0.0,>=0.7.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (0.10.0) 2024-04-03T15:58:55.4692390Z Requirement already satisfied: botocore<1.23.0,>=1.22.12 in /home/ec2-user/.local/lib/python3.7/site-packages (from boto3==1.19.12) (1.22.12) 2024-04-03T15:58:55.4735298Z Requirement already satisfied: python-dateutil<3.0.0,>=2.1 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (2.9.0.post0) 2024-04-03T15:58:55.4764499Z Requirement already satisfied: urllib3<1.27,>=1.25.4 in /home/ec2-user/.local/lib/python3.7/site-packages (from botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.26.18) 2024-04-03T15:58:55.4937060Z Requirement already satisfied: six>=1.5 in /home/ec2-user/.local/lib/python3.7/site-packages (from python-dateutil<3.0.0,>=2.1->botocore<1.23.0,>=1.22.12->boto3==1.19.12) (1.16.0) 2024-04-03T15:58:56.2251674Z Command completed after 1 attempt(s). 2024-04-03T15:58:56.2295810Z ##[group]Run python3 .github/scripts/pytest_cache.py \ 2024-04-03T15:58:56.2296478Z python3 .github/scripts/pytest_cache.py \ 2024-04-03T15:58:56.2296953Z  --download \ 2024-04-03T15:58:56.2297379Z  --cache_dir $GITHUB_WORKSPACE/$CACHE_DIR \ 2024-04-03T15:58:56.2297865Z  --pr_identifier $GITHUB_REF \ 2024-04-03T15:58:56.2298532Z  --job_identifier $JOB_IDENTIFIER \ 2024-04-03T15:58:56.2298987Z  --temp_dir $RUNNER_TEMP \ 2024-04-03T15:58:56.2299380Z  --repo $REPO \ 2024-04-03T15:58:56.2299722Z  --bucket $BUCKET \ 2024-04-03T15:58:56.2307245Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T15:58:56.2307741Z env: 2024-04-03T15:58:56.2307996Z CACHE_DIR: .pytest_cache 2024-04-03T15:58:56.2308392Z JOB_IDENTIFIER: pull_linux-focal-rocm6.0-py3.8 2024-04-03T15:58:56.2308853Z REPO: pytorch/pytorch 2024-04-03T15:58:56.2309175Z BUCKET: gha-artifacts 2024-04-03T15:58:56.2309477Z ##[endgroup] 2024-04-03T15:58:57.2361957Z PR identifier for `refs/pull/123154/merge` is `bc00947e1b58ab89c2c1cadfe46d41b7` 2024-04-03T15:58:57.2364884Z Downloading cache with args Namespace(bucket='gha-artifacts', cache_dir='/home/ec2-user/actions-runner/_work/pytorch/pytorch/.pytest_cache', download=True, job_identifier='pull_linux-focal-rocm6.0-py3.8', pr_identifier='refs/pull/123154/merge', repo='pytorch/pytorch', sha=None, shard=None, temp_dir='/home/ec2-user/actions-runner/_work/_temp', test_config=None, upload=False) 2024-04-03T15:58:57.2368375Z There were no files matching the prefix `pytest_cache/pytorch/pytorch/bc00947e1b58ab89c2c1cadfe46d41b7/pull_linux-focal-rocm6_0-py3_8` in bucket `gha-artifacts` 2024-04-03T15:58:57.2910464Z ##[group]Run # detached container should get cleaned up by teardown_ec2_linux 2024-04-03T15:58:57.2911320Z # detached container should get cleaned up by teardown_ec2_linux 2024-04-03T15:58:57.2911943Z container_name=$(docker run \ 2024-04-03T15:58:57.2912364Z  -e BUILD_ENVIRONMENT \ 2024-04-03T15:58:57.2912796Z  -e MAX_JOBS="$(nproc --ignore=2)" \ 2024-04-03T15:58:57.2913232Z  -e AWS_DEFAULT_REGION \ 2024-04-03T15:58:57.2913618Z  -e PR_NUMBER \ 2024-04-03T15:58:57.2914067Z  -e SHA1 \ 2024-04-03T15:58:57.2914358Z  -e BRANCH \ 2024-04-03T15:58:57.2914685Z  -e SCCACHE_BUCKET \ 2024-04-03T15:58:57.2915064Z  -e SCCACHE_S3_KEY_PREFIX \ 2024-04-03T15:58:57.2915446Z  -e XLA_CUDA \ 2024-04-03T15:58:57.2915825Z  -e XLA_CLANG_CACHE_S3_BUCKET_NAME \ 2024-04-03T15:58:57.2916317Z  -e SKIP_SCCACHE_INITIALIZATION=1 \ 2024-04-03T15:58:57.2916808Z  -e TORCH_CUDA_ARCH_LIST \ 2024-04-03T15:58:57.2917190Z  -e PR_LABELS \ 2024-04-03T15:58:57.2917535Z  -e OUR_GITHUB_JOB_ID \ 2024-04-03T15:58:57.2917932Z  -e HUGGING_FACE_HUB_TOKEN \ 2024-04-03T15:58:57.2918425Z  --env-file="/tmp/github_env_${GITHUB_RUN_ID}" \ 2024-04-03T15:58:57.2918977Z  --security-opt seccomp=unconfined \ 2024-04-03T15:58:57.2919432Z  --cap-add=SYS_PTRACE \ 2024-04-03T15:58:57.2919801Z  --tty \ 2024-04-03T15:58:57.2920086Z  --detach \ 2024-04-03T15:58:57.2920401Z  --user jenkins \ 2024-04-03T15:58:57.2920869Z  -v "${GITHUB_WORKSPACE}:/var/lib/jenkins/workspace" \ 2024-04-03T15:58:57.2921415Z  -w /var/lib/jenkins/workspace \ 2024-04-03T15:58:57.2921842Z  "${DOCKER_IMAGE}" 2024-04-03T15:58:57.2922174Z ) 2024-04-03T15:58:57.2922605Z docker exec -t "${container_name}" sh -c '.ci/pytorch/build.sh' 2024-04-03T15:58:57.2930342Z shell: /usr/bin/bash -e {0} 2024-04-03T15:58:57.2930677Z env: 2024-04-03T15:58:57.2930992Z BUILD_ENVIRONMENT: linux-focal-rocm6.0-py3.8 2024-04-03T15:58:57.2931426Z BRANCH: pull/123154 2024-04-03T15:58:57.2931745Z AWS_DEFAULT_REGION: us-east-1 2024-04-03T15:58:57.2932103Z PR_NUMBER: 123154 2024-04-03T15:58:57.2932446Z SHA1: d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:58:57.2932975Z SCCACHE_BUCKET: ossci-compiler-cache-circleci-v2 2024-04-03T15:58:57.2933456Z SCCACHE_S3_KEY_PREFIX: pull 2024-04-03T15:58:57.2934003Z XLA_CLANG_CACHE_S3_BUCKET_NAME: ossci-compiler-clang-cache-circleci-xla 2024-04-03T15:58:57.2934773Z PR_LABELS: [ "open source", "ciflow/trunk", "release notes: autograd" ] 2024-04-03T15:58:57.2935352Z TORCH_CUDA_ARCH_LIST: 5.2 2024-04-03T15:58:57.2936402Z DOCKER_IMAGE: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T15:58:57.2937374Z XLA_CUDA: 2024-04-03T15:58:57.2937641Z DEBUG: 0 2024-04-03T15:58:57.2937910Z OUR_GITHUB_JOB_ID: 23401543160 2024-04-03T15:58:57.2938386Z HUGGING_FACE_HUB_TOKEN: 2024-04-03T15:58:57.2938716Z ##[endgroup] 2024-04-03T15:59:01.2213613Z ++ dirname .ci/pytorch/build.sh 2024-04-03T15:59:01.2228825Z + source .ci/pytorch/common.sh 2024-04-03T15:59:01.2235134Z +++ dirname .ci/pytorch/common.sh 2024-04-03T15:59:01.2241954Z ++ source .ci/pytorch/common_utils.sh 2024-04-03T15:59:01.2253418Z +++ declare -f -t trap_add 2024-04-03T15:59:01.2259187Z ++ set -ex 2024-04-03T15:59:01.2260165Z ++ [[ linux-focal-rocm6.0-py3.8 == *rocm* ]] 2024-04-03T15:59:01.2261039Z ++ unset HIP_PLATFORM 2024-04-03T15:59:01.2261614Z ++ export PYTORCH_TEST_WITH_ROCM=1 2024-04-03T15:59:01.2262045Z ++ PYTORCH_TEST_WITH_ROCM=1 2024-04-03T15:59:01.2262403Z ++ export HSAKMT_DEBUG_LEVEL=4 2024-04-03T15:59:01.2262745Z ++ HSAKMT_DEBUG_LEVEL=4 2024-04-03T15:59:01.2263086Z ++ export HSA_FORCE_FINE_GRAIN_PCIE=1 2024-04-03T15:59:01.2263488Z ++ HSA_FORCE_FINE_GRAIN_PCIE=1 2024-04-03T15:59:01.2264148Z ++ BUILD_TEST_LIBTORCH=0 2024-04-03T15:59:01.2264508Z ++ dirname .ci/pytorch/build.sh 2024-04-03T15:59:01.2272032Z + source .ci/pytorch/common-build.sh 2024-04-03T15:59:01.2276917Z ++ [[ linux-focal-rocm6.0-py3.8 != *win-* ]] 2024-04-03T15:59:01.2282345Z ++++ dirname .ci/pytorch/common-build.sh 2024-04-03T15:59:01.2290034Z +++ cd .ci/pytorch 2024-04-03T15:59:01.2290432Z +++ pwd -P 2024-04-03T15:59:01.2292441Z ++ script_dir=/var/lib/jenkins/workspace/.ci/pytorch 2024-04-03T15:59:01.2292912Z ++ which sccache 2024-04-03T15:59:01.2304063Z ++ sccache --stop-server 2024-04-03T15:59:01.2319397Z ++ true 2024-04-03T15:59:01.2319807Z ++ rm -f /var/lib/jenkins/sccache_error.log 2024-04-03T15:59:01.2335373Z ++ trap_add sccache_epilogue EXIT 2024-04-03T15:59:01.2336116Z ++ trap_add_cmd=sccache_epilogue 2024-04-03T15:59:01.2336607Z ++ shift 2024-04-03T15:59:01.2336872Z ++ for trap_add_name in "$@" 2024-04-03T15:59:01.2342504Z ++++ trap -p EXIT 2024-04-03T15:59:01.2344889Z +++ eval 'extract_trap_cmd ' 2024-04-03T15:59:01.2345580Z ++++ extract_trap_cmd 2024-04-03T15:59:01.2346030Z ++++ printf '%s\n' '' 2024-04-03T15:59:01.2346381Z +++ printf '%s\n' sccache_epilogue 2024-04-03T15:59:01.2347720Z ++ trap -- ' 2024-04-03T15:59:01.2348157Z sccache_epilogue' EXIT 2024-04-03T15:59:01.2348782Z ++ [[ -n 1 ]] 2024-04-03T15:59:01.2349730Z ++ echo 'Skipping sccache server initialization, setting environment variables' 2024-04-03T15:59:01.2350608Z Skipping sccache server initialization, setting environment variables 2024-04-03T15:59:01.2351205Z ++ export SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:59:01.2351578Z ++ SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:59:01.2352032Z ++ export SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:59:01.2352613Z ++ SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:59:01.2353137Z ++ export RUST_LOG=sccache::server=error 2024-04-03T15:59:01.2353557Z ++ RUST_LOG=sccache::server=error 2024-04-03T15:59:01.2353958Z ++ sccache --zero-stats 2024-04-03T15:59:01.6678132Z Compile requests 0 2024-04-03T15:59:01.6678928Z Compile requests executed 0 2024-04-03T15:59:01.6679300Z Cache hits 0 2024-04-03T15:59:01.6679802Z Cache misses 0 2024-04-03T15:59:01.6680177Z Cache timeouts 0 2024-04-03T15:59:01.6680540Z Cache read errors 0 2024-04-03T15:59:01.6680987Z Forced recaches 0 2024-04-03T15:59:01.6681418Z Cache write errors 0 2024-04-03T15:59:01.6681790Z Compilation failures 0 2024-04-03T15:59:01.6682176Z Cache errors 0 2024-04-03T15:59:01.6682687Z Non-cacheable compilations 0 2024-04-03T15:59:01.6683104Z Non-cacheable calls 0 2024-04-03T15:59:01.6683520Z Non-compilation calls 0 2024-04-03T15:59:01.6683914Z Unsupported compiler calls 0 2024-04-03T15:59:01.6684288Z Average cache write 0.000 s 2024-04-03T15:59:01.6684688Z Average cache read miss 0.000 s 2024-04-03T15:59:01.6685095Z Average cache read hit 0.000 s 2024-04-03T15:59:01.6686270Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T15:59:01.6687310Z ++ which ccache 2024-04-03T15:59:01.6692802Z + [[ linux-focal-rocm6.0-py3.8 == *-mobile-*build* ]] 2024-04-03T15:59:01.6693328Z + echo 'Python version:' 2024-04-03T15:59:01.6693644Z Python version: 2024-04-03T15:59:01.6693951Z + python --version 2024-04-03T15:59:01.6841995Z Python 3.8.19 2024-04-03T15:59:01.6902103Z + echo 'GCC version:' 2024-04-03T15:59:01.6902575Z GCC version: 2024-04-03T15:59:01.6902868Z + gcc --version 2024-04-03T15:59:01.8346974Z gcc (Ubuntu 9.4.0-1ubuntu1~20.04.2) 9.4.0 2024-04-03T15:59:01.8347532Z Copyright (C) 2019 Free Software Foundation, Inc. 2024-04-03T15:59:01.8348210Z This is free software; see the source for copying conditions. There is NO 2024-04-03T15:59:01.8349323Z warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. 2024-04-03T15:59:01.8349828Z 2024-04-03T15:59:01.8351290Z + echo 'CMake version:' 2024-04-03T15:59:01.8351606Z CMake version: 2024-04-03T15:59:01.8351914Z + cmake --version 2024-04-03T15:59:01.9010396Z cmake version 3.26.4 2024-04-03T15:59:01.9010717Z 2024-04-03T15:59:01.9011021Z CMake suite maintained and supported by Kitware (kitware.com/cmake). 2024-04-03T15:59:01.9034125Z + echo 'Environment variables:' 2024-04-03T15:59:01.9034596Z Environment variables: 2024-04-03T15:59:01.9034921Z + env 2024-04-03T15:59:01.9043626Z INSTALLED_DB=yes 2024-04-03T15:59:01.9044851Z GITHUB_WORKSPACE=/home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T15:59:01.9045444Z PR_LABELS=[ 2024-04-03T15:59:01.9045808Z "open source", 2024-04-03T15:59:01.9046249Z "ciflow/trunk", 2024-04-03T15:59:01.9046723Z "release notes: autograd" 2024-04-03T15:59:01.9047233Z ] 2024-04-03T15:59:01.9047796Z BUILD_ENVIRONMENT=linux-focal-rocm6.0-py3.8 2024-04-03T15:59:01.9048398Z HOSTNAME=ee83b6d927cb 2024-04-03T15:59:01.9049442Z GITHUB_PATH=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/add_path_90ccbc36-a3cd-429b-a9a5-8d1dc0577d89 2024-04-03T15:59:01.9050361Z GITHUB_ACTION=__self 2024-04-03T15:59:01.9050677Z GITHUB_RUN_NUMBER=192590 2024-04-03T15:59:01.9051008Z GITHUB_REPOSITORY_OWNER_ID=21003710 2024-04-03T15:59:01.9051444Z AWS_DEFAULT_REGION=us-east-1 2024-04-03T15:59:01.9051790Z SCCACHE_IDLE_TIMEOUT=0 2024-04-03T15:59:01.9052114Z GITHUB_TRIGGERING_ACTOR=soulitzer 2024-04-03T15:59:01.9052489Z GITHUB_REF_TYPE=branch 2024-04-03T15:59:01.9052816Z TORCH_CUDA_ARCH_LIST=5.2 2024-04-03T15:59:01.9053114Z XLA_CUDA= 2024-04-03T15:59:01.9053372Z HUGGING_FACE_HUB_TOKEN= 2024-04-03T15:59:01.9054064Z *** 2024-04-03T15:59:01.9054307Z GITHUB_REPOSITORY_ID=65600975 2024-04-03T15:59:01.9054656Z GITHUB_ACTIONS=true 2024-04-03T15:59:01.9055034Z SCCACHE_ERROR_LOG=/var/lib/jenkins/sccache_error.log 2024-04-03T15:59:01.9055540Z SHA1=d253bd7befc64137de913dbb8727b511f1052411 2024-04-03T15:59:01.9056066Z GITHUB_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T15:59:01.9056875Z GITHUB_WORKFLOW_REF=pytorch/pytorch/.github/workflows/pull.yml@refs/pull/123154/merge 2024-04-03T15:59:01.9057551Z GITHUB_REF=refs/pull/123154/merge 2024-04-03T15:59:01.9058077Z GITHUB_REF_PROTECTED=false 2024-04-03T15:59:01.9058671Z HOME=/var/lib/jenkins 2024-04-03T15:59:01.9059075Z GITHUB_API_URL=https://api.github.com 2024-04-03T15:59:01.9059832Z LANG=C.UTF-8 2024-04-03T15:59:01.9060234Z PYTORCH_TEST_WITH_ROCM=1 2024-04-03T15:59:01.9060640Z SCCACHE_S3_KEY_PREFIX=pull 2024-04-03T15:59:01.9061840Z GITHUB_STATE=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/save_state_90ccbc36-a3cd-429b-a9a5-8d1dc0577d89 2024-04-03T15:59:01.9063004Z MAGMA_HOME=/opt/rocm/magma 2024-04-03T15:59:01.9063950Z GITHUB_ENV=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_env_90ccbc36-a3cd-429b-a9a5-8d1dc0577d89 2024-04-03T15:59:01.9064766Z HSAKMT_DEBUG_LEVEL=4 2024-04-03T15:59:01.9065424Z GITHUB_EVENT_PATH=/home/ec2-user/actions-runner/_work/_temp/_github_workflow/event.json 2024-04-03T15:59:01.9066127Z GITHUB_EVENT_NAME=pull_request 2024-04-03T15:59:01.9066473Z GITHUB_RUN_ID=8536950919 2024-04-03T15:59:01.9067421Z GITHUB_STEP_SUMMARY=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/step_summary_90ccbc36-a3cd-429b-a9a5-8d1dc0577d89 2024-04-03T15:59:01.9068334Z GITHUB_ACTOR=caic99 2024-04-03T15:59:01.9068621Z PR_NUMBER=123154 2024-04-03T15:59:01.9068908Z GITHUB_RUN_ATTEMPT=2 2024-04-03T15:59:01.9069221Z ANACONDA_PYTHON_VERSION=3.8 2024-04-03T15:59:01.9069644Z GITHUB_GRAPHQL_URL=https://api.github.com/graphql 2024-04-03T15:59:01.9070097Z TERM=xterm 2024-04-03T15:59:01.9070352Z INSTALLED_VISION=yes 2024-04-03T15:59:01.9070636Z BRANCH=pull/123154 2024-04-03T15:59:01.9070934Z OUR_GITHUB_JOB_ID=23401543160 2024-04-03T15:59:01.9071726Z GITHUB_ACTION_PATH=/home/ec2-user/actions-runner/_work/pytorch/pytorch/./.github/actions/setup-linux 2024-04-03T15:59:01.9072493Z GITHUB_SERVER_URL=https://github.com 2024-04-03T15:59:01.9073129Z PYTORCH_ROCM_ARCH=gfx906;gfx90a 2024-04-03T15:59:01.9073485Z SHLVL=1 2024-04-03T15:59:01.9073710Z MAX_JOBS=6 2024-04-03T15:59:01.9073971Z GITHUB_ACTOR_ID=78061359 2024-04-03T15:59:01.9074427Z GITHUB_WORKFLOW_SHA=4302cb7ecb2b1ae758f931ad18aeedf6ae927cb0 2024-04-03T15:59:01.9074935Z GITHUB_REF_NAME=123154/merge 2024-04-03T15:59:01.9075270Z ROCM_PATH=/opt/rocm 2024-04-03T15:59:01.9075829Z XLA_CLANG_CACHE_S3_BUCKET_NAME=ossci-compiler-clang-cache-circleci-xla 2024-04-03T15:59:01.9076397Z GITHUB_JOB=build 2024-04-03T15:59:01.9076705Z GITHUB_REPOSITORY=pytorch/pytorch 2024-04-03T15:59:01.9077228Z LC_ALL=C.UTF-8 2024-04-03T15:59:01.9077497Z GITHUB_RETENTION_DAYS=90 2024-04-03T15:59:01.9077834Z GITHUB_ACTION_REPOSITORY= 2024-04-03T15:59:01.9079190Z 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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin 2024-04-03T15:59:01.9080775Z GITHUB_BASE_REF=main 2024-04-03T15:59:01.9081260Z CI=true 2024-04-03T15:59:01.9081690Z HSA_FORCE_FINE_GRAIN_PCIE=1 2024-04-03T15:59:01.9082298Z GITHUB_REPOSITORY_OWNER=pytorch 2024-04-03T15:59:01.9082993Z RUST_LOG=sccache::server=error 2024-04-03T15:59:01.9083646Z INSTALLED_PROTOBUF=yes 2024-04-03T15:59:01.9083999Z GITHUB_HEAD_REF=patch-1 2024-04-03T15:59:01.9084314Z GITHUB_ACTION_REF= 2024-04-03T15:59:01.9084739Z SCCACHE_BUCKET=ossci-compiler-cache-circleci-v2 2024-04-03T15:59:01.9085186Z GITHUB_WORKFLOW=pull 2024-04-03T15:59:01.9085509Z DEBIAN_FRONTEND=noninteractive 2024-04-03T15:59:01.9086565Z GITHUB_OUTPUT=/home/ec2-user/actions-runner/_work/_temp/_runner_file_commands/set_output_90ccbc36-a3cd-429b-a9a5-8d1dc0577d89 2024-04-03T15:59:01.9087461Z SKIP_SCCACHE_INITIALIZATION=1 2024-04-03T15:59:01.9087808Z _=/usr/bin/env 2024-04-03T15:59:01.9088207Z + [[ linux-focal-rocm6.0-py3.8 == *cuda* ]] 2024-04-03T15:59:01.9088770Z + [[ linux-focal-rocm6.0-py3.8 == *cuda11* ]] 2024-04-03T15:59:01.9089508Z + [[ linux-focal-rocm6.0-py3.8 == *\c\a\f\f\e\2* ]] 2024-04-03T15:59:01.9090673Z + [[ linux-focal-rocm6.0-py3.8 == *\p\a\r\a\l\l\e\l\t\b\b* ]] 2024-04-03T15:59:01.9092009Z + [[ linux-focal-rocm6.0-py3.8 == *\p\a\r\a\l\l\e\l\n\a\t\i\v\e* ]] 2024-04-03T15:59:01.9093170Z + [[ linux-focal-rocm6.0-py3.8 == *rocm* ]] 2024-04-03T15:59:01.9093959Z + export USE_LLVM=/opt/rocm/llvm 2024-04-03T15:59:01.9094639Z + USE_LLVM=/opt/rocm/llvm 2024-04-03T15:59:01.9095316Z + export LLVM_DIR=/opt/rocm/llvm/lib/cmake/llvm 2024-04-03T15:59:01.9096147Z + LLVM_DIR=/opt/rocm/llvm/lib/cmake/llvm 2024-04-03T15:59:01.9097209Z + [[ linux-focal-rocm6.0-py3.8 == *executorch* ]] 2024-04-03T15:59:01.9097996Z + which conda 2024-04-03T15:59:01.9098619Z /opt/conda/bin/conda 2024-04-03T15:59:01.9099228Z + export CMAKE_PREFIX_PATH=/opt/conda 2024-04-03T15:59:01.9099950Z + CMAKE_PREFIX_PATH=/opt/conda 2024-04-03T15:59:01.9100599Z + '[' 3.8 = 3.12 ']' 2024-04-03T15:59:01.9101313Z + [[ linux-focal-rocm6.0-py3.8 == *aarch64* ]] 2024-04-03T15:59:01.9102198Z + [[ linux-focal-rocm6.0-py3.8 == *libtorch* ]] 2024-04-03T15:59:01.9102765Z + [[ linux-focal-rocm6.0-py3.8 == *-android* ]] 2024-04-03T15:59:01.9103305Z + [[ linux-focal-rocm6.0-py3.8 != *android* ]] 2024-04-03T15:59:01.9103818Z + [[ linux-focal-rocm6.0-py3.8 == *vulkan* ]] 2024-04-03T15:59:01.9104333Z + [[ linux-focal-rocm6.0-py3.8 == *rocm* ]] 2024-04-03T15:59:01.9104771Z + '[' -z 6 ']' 2024-04-03T15:59:01.9105050Z + [[ -n true ]] 2024-04-03T15:59:01.9105371Z + [[ -z gfx906;gfx90a ]] 2024-04-03T15:59:01.9105746Z + python tools/amd_build/build_amd.py 2024-04-03T15:59:03.4031841Z third_party/fbgemm/fbgemm_gpu/CMakeLists.txt updated 2024-04-03T15:59:03.4036640Z third_party/fbgemm/fbgemm_gpu/cmake/Hip.cmake updated 2024-04-03T15:59:03.4040874Z third_party/fbgemm/fbgemm_gpu/codegen/embedding_backward_dense_host.cpp skipped 2024-04-03T15:59:03.4051065Z third_party/fbgemm/fbgemm_gpu/codegen/embedding_backward_split_host_template.cpp skipped 2024-04-03T15:59:03.4063175Z third_party/fbgemm/fbgemm_gpu/codegen/embedding_backward_split_template.cu skipped 2024-04-03T15:59:03.4067663Z third_party/fbgemm/fbgemm_gpu/codegen/embedding_forward_quantized_split_lookup.cu skipped 2024-04-03T15:59:03.4089922Z third_party/fbgemm/fbgemm_gpu/include/fbgemm_gpu/fbgemm_cuda_utils.cuh skipped 2024-04-03T15:59:03.4093496Z third_party/fbgemm/fbgemm_gpu/include/fbgemm_gpu/sparse_ops.cuh skipped 2024-04-03T15:59:03.4098031Z third_party/fbgemm/fbgemm_gpu/src/topology_utils.cpp skipped 2024-04-03T15:59:03.4109468Z third_party/fbgemm/src/EmbeddingSpMDM.cc skipped 2024-04-03T15:59:03.4128706Z third_party/gloo/cmake/Dependencies.cmake updated 2024-04-03T15:59:03.4138567Z third_party/gloo/gloo/cuda.cu updated 2024-04-03T15:59:03.4144969Z third_party/kineto/libkineto/CMakeLists.txt updated 2024-04-03T15:59:04.1186338Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ATenCUDAGeneral.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h [ok] 2024-04-03T15:59:04.1193036Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ApplyGridUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ApplyGridUtils.cuh [ok] 2024-04-03T15:59:04.1208628Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/AsmUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/AsmUtils.cuh [ok] 2024-04-03T15:59:04.1331945Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Atomic.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh [ok] 2024-04-03T15:59:04.1404677Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAApplyUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh [ok] 2024-04-03T15:59:04.1591975Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDABlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp [ok] 2024-04-03T15:59:04.1635873Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDABlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.h [ok] 2024-04-03T15:59:04.1643345Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAConfig.h.in -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPConfig.h.in [ok] 2024-04-03T15:59:04.1654893Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.cpp [ok] 2024-04-03T15:59:04.1661862Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContext.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h [ok] 2024-04-03T15:59:04.1673547Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAContextLight.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContextLight.h [ok] 2024-04-03T15:59:04.1686203Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDADataType.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPDataType.h [ok] 2024-04-03T15:59:04.1692910Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDADevice.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPDevice.h [ok] 2024-04-03T15:59:04.1715764Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAEvent.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPEvent.h [ok] 2024-04-03T15:59:04.1774608Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGeneratorImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.cpp [ok] 2024-04-03T15:59:04.1797064Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGeneratorImpl.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h [ok] 2024-04-03T15:59:04.1843810Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraph.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraph.cpp [ok] 2024-04-03T15:59:04.1857621Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraph.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraph.h [ok] 2024-04-03T15:59:04.1869338Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAGraphsUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGraphsUtils.cuh [ok] 2024-04-03T15:59:04.1881811Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparse.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparse.h [ok] 2024-04-03T15:59:04.1946030Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseBlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseBlas.cpp [ok] 2024-04-03T15:59:04.1989148Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseBlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseBlas.h [ok] 2024-04-03T15:59:04.2020501Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseDescriptors.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.cpp [ok] 2024-04-03T15:59:04.2051453Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDASparseDescriptors.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.h [ok] 2024-04-03T15:59:04.2057974Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDATensorMethods.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPTensorMethods.cuh [ok] 2024-04-03T15:59:04.2064604Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CUDAUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPUtils.h [ok] 2024-04-03T15:59:04.2115259Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CachingHostAllocator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CachingHostAllocator.cpp [ok] 2024-04-03T15:59:04.2124502Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CachingHostAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CachingHostAllocator.h [ok] 2024-04-03T15:59:04.2135238Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CuSparseHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CuSparseHandlePool.cpp [ok] 2024-04-03T15:59:04.2164382Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/CublasHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/CublasHandlePool.cpp [ok] 2024-04-03T15:59:04.2177787Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/DeviceUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/DeviceUtils.cuh [ok] 2024-04-03T15:59:04.2191954Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/EmptyTensor.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/EmptyTensor.cpp [ok] 2024-04-03T15:59:04.2201277Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/EmptyTensor.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/EmptyTensor.h [ok] 2024-04-03T15:59:04.2213450Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Exceptions.cpp [ok] 2024-04-03T15:59:04.2267434Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Exceptions.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Exceptions.h [ok] 2024-04-03T15:59:04.2288540Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/NumericLimits.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/NumericLimits.cuh [ok] 2024-04-03T15:59:04.2299525Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PeerToPeerAccess.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PeerToPeerAccess.cpp [ok] 2024-04-03T15:59:04.2305804Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PeerToPeerAccess.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PeerToPeerAccess.h [ok] 2024-04-03T15:59:04.2311228Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PhiloxCudaState.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PhiloxCudaState.h [ok] 2024-04-03T15:59:04.2316867Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PhiloxUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PhiloxUtils.cuh [ok] 2024-04-03T15:59:04.2326281Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PinnedMemoryAllocator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PinnedMemoryAllocator.cpp [ok] 2024-04-03T15:59:04.2333219Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/PinnedMemoryAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/PinnedMemoryAllocator.h [ok] 2024-04-03T15:59:04.2344048Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ScanUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ScanUtils.cuh [ok] 2024-04-03T15:59:04.2353034Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Sleep.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Sleep.hip [ok] 2024-04-03T15:59:04.2359450Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/Sleep.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/Sleep.h [ok] 2024-04-03T15:59:04.2366546Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/ThrustAllocator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/ThrustAllocator.h [ok] 2024-04-03T15:59:04.2377666Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub-RadixSortKeys.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip [ok] 2024-04-03T15:59:04.2391664Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub-RadixSortPairs.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip [ok] 2024-04-03T15:59:04.2403013Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip [ok] 2024-04-03T15:59:04.2455314Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh [ok] 2024-04-03T15:59:04.2470952Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.h [ok] 2024-04-03T15:59:04.2480281Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/cub_definitions.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/cub_definitions.cuh [ok] 2024-04-03T15:59:04.2528710Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.hip [ok] 2024-04-03T15:59:04.2537202Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator.h [ok] 2024-04-03T15:59:04.2564163Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/jiterator_impl.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/jiterator_impl.h [ok] 2024-04-03T15:59:04.2591003Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/llvm_basic.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/llvm_basic.cpp [ok] 2024-04-03T15:59:04.2680755Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/llvm_complex.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/llvm_complex.cpp [ok] 2024-04-03T15:59:04.2687110Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/llvm_jit_strings.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/llvm_jit_strings.h [ok] 2024-04-03T15:59:04.2722376Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/CUDAHooks.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp [ok] 2024-04-03T15:59:04.2735117Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/CUDAHooks.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.h [ok] 2024-04-03T15:59:04.2761285Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/DeviceThreadHandles.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/DeviceThreadHandles.h [ok] 2024-04-03T15:59:04.2771304Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/IndexUtils.cu -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/IndexUtils.hip [ok] 2024-04-03T15:59:04.2780065Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/IndexUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/IndexUtils.cuh [ok] 2024-04-03T15:59:04.2795741Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/IntegerDivider.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/IntegerDivider.cuh [ok] 2024-04-03T15:59:04.2805297Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/KernelUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/KernelUtils.h [ok] 2024-04-03T15:59:04.2849842Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/LazyNVRTC.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/LazyNVRTC.cpp [ok] 2024-04-03T15:59:04.2855955Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/LazyNVRTC.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/LazyNVRTC.h [ok] 2024-04-03T15:59:04.2877366Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/OffsetCalculator.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/OffsetCalculator.cuh [ok] 2024-04-03T15:59:04.2887398Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/PhiloxCudaStateRaw.cuh [ok] 2024-04-03T15:59:04.2902523Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/TensorInfo.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/TensorInfo.cuh [ok] 2024-04-03T15:59:04.2912073Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/detail/UnpackRaw.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/UnpackRaw.cuh [ok] 2024-04-03T15:59:04.2919237Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp [ok] 2024-04-03T15:59:04.2938827Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/nvrtc_stub/ATenNVRTC.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h [ok] 2024-04-03T15:59:04.2963418Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/tunable/GemmCommon.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmCommon.h [ok] 2024-04-03T15:59:04.3003411Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/tunable/GemmHipblaslt.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmHipblaslt.h [ok] 2024-04-03T15:59:04.3044587Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/tunable/GemmRocblas.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h [ok] 2024-04-03T15:59:04.3054104Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/tunable/StreamTimer.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/StreamTimer.cpp [ok] 2024-04-03T15:59:04.3061518Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/tunable/StreamTimer.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/StreamTimer.h [ok] 2024-04-03T15:59:04.3110139Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/tunable/Tunable.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/Tunable.cpp [ok] 2024-04-03T15:59:04.3132860Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/tunable/Tunable.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/Tunable.h [ok] 2024-04-03T15:59:04.3165646Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/tunable/TunableGemm.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h [ok] 2024-04-03T15:59:04.3198478Z /var/lib/jenkins/workspace/aten/src/ATen/cuda/tunable/TunableOp.h -> /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableOp.h [ok] 2024-04-03T15:59:04.3210273Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AbsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip [ok] 2024-04-03T15:59:04.3226944Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Activation.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Activation.cpp [ok] 2024-04-03T15:59:04.3235751Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Activation.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Activation.h [ok] 2024-04-03T15:59:04.3249790Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationEluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip [ok] 2024-04-03T15:59:04.3268913Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationGeluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip [ok] 2024-04-03T15:59:04.3289414Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationGluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip [ok] 2024-04-03T15:59:04.3299470Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardshrinkKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip [ok] 2024-04-03T15:59:04.3313443Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardsigmoidKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip [ok] 2024-04-03T15:59:04.3327532Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardswishKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip [ok] 2024-04-03T15:59:04.3336744Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationHardtanhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip [ok] 2024-04-03T15:59:04.3348215Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationLeakyReluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip [ok] 2024-04-03T15:59:04.3360793Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationLogSigmoidKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip [ok] 2024-04-03T15:59:04.3372185Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationMishKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip [ok] 2024-04-03T15:59:04.3382747Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationPreluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip [ok] 2024-04-03T15:59:04.3393353Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationSiluKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip [ok] 2024-04-03T15:59:04.3406065Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationSoftplusKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip [ok] 2024-04-03T15:59:04.3417432Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationSoftshrinkKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip [ok] 2024-04-03T15:59:04.3427602Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ActivationThresholdKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip [ok] 2024-04-03T15:59:04.3525396Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveAveragePooling.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip [ok] 2024-04-03T15:59:04.3586658Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveAveragePooling3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip [ok] 2024-04-03T15:59:04.3639337Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveMaxPooling2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip [ok] 2024-04-03T15:59:04.3689877Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AdaptiveMaxPooling3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip [ok] 2024-04-03T15:59:04.3733652Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AmpKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip [ok] 2024-04-03T15:59:04.3799452Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AveragePool2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool2d.hip [ok] 2024-04-03T15:59:04.3875188Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/AveragePool3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip [ok] 2024-04-03T15:59:04.3887212Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryBitwiseOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip [ok] 2024-04-03T15:59:04.3902700Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryDivFloorKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip [ok] 2024-04-03T15:59:04.3915390Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryDivTrueKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip [ok] 2024-04-03T15:59:04.3928169Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryDivTruncKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip [ok] 2024-04-03T15:59:04.3938440Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryGeometricKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip [ok] 2024-04-03T15:59:04.3947395Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryInternal.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h [ok] 2024-04-03T15:59:04.3965723Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryLogicalOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip [ok] 2024-04-03T15:59:04.3986523Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryMiscBackwardOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip [ok] 2024-04-03T15:59:04.3999814Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryMiscOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip [ok] 2024-04-03T15:59:04.4009972Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryMulKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip [ok] 2024-04-03T15:59:04.4022659Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryRemainderKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip [ok] 2024-04-03T15:59:04.4032912Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/BinaryShiftOpsKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip [ok] 2024-04-03T15:59:04.4148770Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Blas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Blas.cpp [ok] 2024-04-03T15:59:04.4179676Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Bucketization.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Bucketization.hip [ok] 2024-04-03T15:59:04.4216470Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CUDAJitLoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh [ok] 2024-04-03T15:59:04.4256785Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CUDALoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh [ok] 2024-04-03T15:59:04.4265734Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CUDAScalar.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPScalar.hip [ok] 2024-04-03T15:59:04.4285237Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Col2Im.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Col2Im.hip [ok] 2024-04-03T15:59:04.4295153Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CompareEQKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip [ok] 2024-04-03T15:59:04.4308920Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CompareKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip [ok] 2024-04-03T15:59:04.4317417Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ComplexKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip [ok] 2024-04-03T15:59:04.4325166Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CompositeRandomAccessor.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompositeRandomAccessor.h [ok] 2024-04-03T15:59:04.4381104Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ConvolutionMM2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ConvolutionMM2d.hip [ok] 2024-04-03T15:59:04.4428074Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Copy.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip [ok] 2024-04-03T15:59:04.4434017Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Copy.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.h [ok] 2024-04-03T15:59:04.4443478Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CopysignKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip [ok] 2024-04-03T15:59:04.4459673Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CrossKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CrossKernel.hip [ok] 2024-04-03T15:59:04.4516860Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CuFFTPlanCache.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CuFFTPlanCache.h [ok] 2024-04-03T15:59:04.4527201Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CuFFTUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CuFFTUtils.h [ok] 2024-04-03T15:59:04.4536368Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CumminmaxKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumminmaxKernel.hip [ok] 2024-04-03T15:59:04.4543470Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CumprodKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip [ok] 2024-04-03T15:59:04.4550835Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/CumsumKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip [ok] 2024-04-03T15:59:04.4638532Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DepthwiseConv2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv2d.hip [ok] 2024-04-03T15:59:04.4734412Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DepthwiseConv3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip [ok] 2024-04-03T15:59:04.4742185Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DeviceSqrt.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DeviceSqrt.cuh [ok] 2024-04-03T15:59:04.4822567Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DilatedMaxPool2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool2d.hip [ok] 2024-04-03T15:59:04.4895865Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DilatedMaxPool3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip [ok] 2024-04-03T15:59:04.4950154Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistanceKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistanceKernel.hip [ok] 2024-04-03T15:59:04.4959977Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionBernoulli.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip [ok] 2024-04-03T15:59:04.4967458Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionCauchyKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip [ok] 2024-04-03T15:59:04.4973746Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionExponentialKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip [ok] 2024-04-03T15:59:04.4980775Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionGeometricKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip [ok] 2024-04-03T15:59:04.4987184Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionLogNormalKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip [ok] 2024-04-03T15:59:04.4993050Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionNormal.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip [ok] 2024-04-03T15:59:04.5001686Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionRandomKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip [ok] 2024-04-03T15:59:04.5082863Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionTemplates.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h [ok] 2024-04-03T15:59:04.5090109Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/DistributionUniform.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip [ok] 2024-04-03T15:59:04.5103485Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Distributions.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.cpp [ok] 2024-04-03T15:59:04.5133757Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Distributions.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip [ok] 2024-04-03T15:59:04.5141071Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Distributions.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.h [ok] 2024-04-03T15:59:04.5193587Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Dropout.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip [ok] 2024-04-03T15:59:04.5237895Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Embedding.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip [ok] 2024-04-03T15:59:04.5289604Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip [ok] 2024-04-03T15:59:04.5296361Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh [ok] 2024-04-03T15:59:04.5373748Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/EmbeddingBag.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip [ok] 2024-04-03T15:59:04.5384095Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Equal.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Equal.cpp [ok] 2024-04-03T15:59:04.5391837Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FillKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip [ok] 2024-04-03T15:59:04.5398946Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FlattenIndicesKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FlattenIndicesKernel.hip [ok] 2024-04-03T15:59:04.5436686Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachBinaryOpList.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpList.hip [ok] 2024-04-03T15:59:04.5467160Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachBinaryOpScalar.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalar.hip [ok] 2024-04-03T15:59:04.5497771Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachBinaryOpScalarList.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalarList.hip [ok] 2024-04-03T15:59:04.5532246Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachBinaryOpScalarTensor.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachBinaryOpScalarTensor.hip [ok] 2024-04-03T15:59:04.5605556Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachFunctors.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh [ok] 2024-04-03T15:59:04.5624868Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachMinMaxFunctors.cuh [ok] 2024-04-03T15:59:04.5664115Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachPointwiseOp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachPointwiseOp.hip [ok] 2024-04-03T15:59:04.5711070Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachReduceOp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachReduceOp.hip [ok] 2024-04-03T15:59:04.5730923Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachTernaryOp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachTernaryOp.hip [ok] 2024-04-03T15:59:04.5778537Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ForeachUnaryOp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachUnaryOp.hip [ok] 2024-04-03T15:59:04.5812166Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FractionalMaxPool2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip [ok] 2024-04-03T15:59:04.5852329Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FractionalMaxPool3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip [ok] 2024-04-03T15:59:04.5868647Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FunctionOfAMatrixUtilsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip [ok] 2024-04-03T15:59:04.5886967Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FusedAdamKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FusedAdamKernel.hip [ok] 2024-04-03T15:59:04.5906591Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FusedAdamWKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FusedAdamWKernel.hip [ok] 2024-04-03T15:59:04.5948451Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/FusedSgdKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FusedSgdKernel.hip [ok] 2024-04-03T15:59:04.5960048Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GcdLcmKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GcdLcmKernel.hip [ok] 2024-04-03T15:59:04.5975715Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cpp [ok] 2024-04-03T15:59:04.6123550Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip [ok] 2024-04-03T15:59:04.6169722Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh [ok] 2024-04-03T15:59:04.6179138Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/GridSampler.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.h [ok] 2024-04-03T15:59:04.6271294Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IGammaKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip [ok] 2024-04-03T15:59:04.6291922Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Im2Col.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Im2Col.hip [ok] 2024-04-03T15:59:04.6305953Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IndexKernel.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.cpp [ok] 2024-04-03T15:59:04.6366961Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IndexKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip [ok] 2024-04-03T15:59:04.6374589Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/IndexKernel.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.h [ok] 2024-04-03T15:59:04.6619393Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Indexing.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip [ok] 2024-04-03T15:59:04.6644168Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/JitLoops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh [ok] 2024-04-03T15:59:04.6664027Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/KernelUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh [ok] 2024-04-03T15:59:04.6670745Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LaunchUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LaunchUtils.h [ok] 2024-04-03T15:59:04.6689352Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LegacyThrustHelpers.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LegacyThrustHelpers.hip [ok] 2024-04-03T15:59:04.6707310Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Lerp.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip [ok] 2024-04-03T15:59:04.6726867Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LinearAlgebra.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip [ok] 2024-04-03T15:59:04.6751858Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LinearAlgebraStubs.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebraStubs.cpp [ok] 2024-04-03T15:59:04.6763023Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LogAddExpKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip [ok] 2024-04-03T15:59:04.6783769Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LogcumsumexpKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip [ok] 2024-04-03T15:59:04.6822345Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Loops.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh [ok] 2024-04-03T15:59:04.6899283Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Loss.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip [ok] 2024-04-03T15:59:04.7015298Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/LossCTC.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip [ok] 2024-04-03T15:59:04.7429016Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Math.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Math.cuh [ok] 2024-04-03T15:59:04.7446806Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MaxMinElementwiseKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip [ok] 2024-04-03T15:59:04.7517676Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MaxUnpooling.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxUnpooling.hip [ok] 2024-04-03T15:59:04.7563319Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MemoryAccess.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MemoryAccess.cuh [ok] 2024-04-03T15:59:04.7571332Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MiscUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MiscUtils.h [ok] 2024-04-03T15:59:04.7614423Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MixedDtypesLinear.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MixedDtypesLinear.hip [ok] 2024-04-03T15:59:04.7660730Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultiLabelMarginCriterion.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiLabelMarginCriterion.hip [ok] 2024-04-03T15:59:04.7708076Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultiMarginLoss.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiMarginLoss.hip [ok] 2024-04-03T15:59:04.7757724Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultiTensorApply.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh [ok] 2024-04-03T15:59:04.7807071Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/MultinomialKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultinomialKernel.hip [ok] 2024-04-03T15:59:04.7875595Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NLLLoss2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip [ok] 2024-04-03T15:59:04.7962575Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NaiveConvolutionTranspose2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NaiveConvolutionTranspose2d.hip [ok] 2024-04-03T15:59:04.8063416Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NaiveConvolutionTranspose3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NaiveConvolutionTranspose3d.hip [ok] 2024-04-03T15:59:04.8142272Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/NaiveDilatedConvolution.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NaiveDilatedConvolution.hip [ok] 2024-04-03T15:59:04.8163632Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Nonzero.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip [ok] 2024-04-03T15:59:04.8283866Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Normalization.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip [ok] 2024-04-03T15:59:04.8492375Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Normalization.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh [ok] 2024-04-03T15:59:04.8558164Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/PersistentSoftmax.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh [ok] 2024-04-03T15:59:04.8582036Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/PointwiseOpsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip [ok] 2024-04-03T15:59:04.8593222Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Pow.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Pow.cuh [ok] 2024-04-03T15:59:04.8618996Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/PowKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip [ok] 2024-04-03T15:59:04.8712074Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RNN.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip [ok] 2024-04-03T15:59:04.8733499Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Randperm.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Randperm.hip [ok] 2024-04-03T15:59:04.8746131Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Randperm.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Randperm.cuh [ok] 2024-04-03T15:59:04.8782541Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RangeFactories.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RangeFactories.hip [ok] 2024-04-03T15:59:04.8790007Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RecordStream.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RecordStream.hip [ok] 2024-04-03T15:59:04.8800193Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Reduce.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.hip [ok] 2024-04-03T15:59:04.8938486Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Reduce.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh [ok] 2024-04-03T15:59:04.8949066Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceAMinMaxKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip [ok] 2024-04-03T15:59:04.8958584Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceArgMaxKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip [ok] 2024-04-03T15:59:04.8968381Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceArgMinKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip [ok] 2024-04-03T15:59:04.8977618Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceLogicKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip [ok] 2024-04-03T15:59:04.8988903Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceMaxValuesKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip [ok] 2024-04-03T15:59:04.8999503Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceMinValuesKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip [ok] 2024-04-03T15:59:04.9014696Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceMomentKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip [ok] 2024-04-03T15:59:04.9026834Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceNormKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip [ok] 2024-04-03T15:59:04.9041318Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceOps.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceOps.cpp [ok] 2024-04-03T15:59:04.9047076Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceOps.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceOps.h [ok] 2024-04-03T15:59:04.9073704Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReduceSumProdKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip [ok] 2024-04-03T15:59:04.9153519Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReflectionPad.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip [ok] 2024-04-03T15:59:04.9160974Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RenormKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip [ok] 2024-04-03T15:59:04.9172466Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Repeat.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Repeat.hip [ok] 2024-04-03T15:59:04.9258571Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ReplicationPadding.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip [ok] 2024-04-03T15:59:04.9269583Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Resize.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Resize.cpp [ok] 2024-04-03T15:59:04.9280346Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Resize.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Resize.h [ok] 2024-04-03T15:59:04.9302745Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/RreluWithNoise.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip [ok] 2024-04-03T15:59:04.9318074Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScanKernels.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanKernels.cpp [ok] 2024-04-03T15:59:04.9326257Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScanKernels.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanKernels.h [ok] 2024-04-03T15:59:04.9394871Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScanUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh [ok] 2024-04-03T15:59:04.9460303Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ScatterGatherKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip [ok] 2024-04-03T15:59:04.9539829Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SegmentReduce.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip [ok] 2024-04-03T15:59:04.9608840Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Shape.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Shape.hip [ok] 2024-04-03T15:59:04.9736250Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SoftMax.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip [ok] 2024-04-03T15:59:04.9753119Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sort.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sort.cpp [ok] 2024-04-03T15:59:04.9798068Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sort.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sort.hip [ok] 2024-04-03T15:59:04.9804127Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sort.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sort.h [ok] 2024-04-03T15:59:04.9813928Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortImpl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortImpl.hip [ok] 2024-04-03T15:59:04.9850851Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortStable.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip [ok] 2024-04-03T15:59:04.9857160Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortStable.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.h [ok] 2024-04-03T15:59:04.9894056Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortUtils.cuh [ok] 2024-04-03T15:59:04.9916616Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sorting.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.cpp [ok] 2024-04-03T15:59:04.9948143Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sorting.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip [ok] 2024-04-03T15:59:04.9955179Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Sorting.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.h [ok] 2024-04-03T15:59:04.9975612Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortingCommon.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingCommon.cuh [ok] 2024-04-03T15:59:05.0013074Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SortingRadixSelect.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh [ok] 2024-04-03T15:59:05.0039445Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SparseBinaryOpIntersectionKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip [ok] 2024-04-03T15:59:05.0046811Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SparseMM.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseMM.hip [ok] 2024-04-03T15:59:05.0109956Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SpectralOps.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SpectralOps.cpp [ok] 2024-04-03T15:59:05.0129083Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SpectralOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SpectralOps.hip [ok] 2024-04-03T15:59:05.0137284Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/StepKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip [ok] 2024-04-03T15:59:05.0190024Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/SummaryOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip [ok] 2024-04-03T15:59:05.0197332Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.cpp [ok] 2024-04-03T15:59:05.0217489Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorCompare.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip [ok] 2024-04-03T15:59:05.0274743Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorFactories.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip [ok] 2024-04-03T15:59:05.0290266Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cpp [ok] 2024-04-03T15:59:05.0325086Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.hip [ok] 2024-04-03T15:59:05.0369183Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.cuh [ok] 2024-04-03T15:59:05.0375194Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorModeKernel.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorModeKernel.h [ok] 2024-04-03T15:59:05.0469641Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorShape.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorShape.hip [ok] 2024-04-03T15:59:05.0479748Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorShapeCUDA.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorShapeHIP.cpp [ok] 2024-04-03T15:59:05.0494298Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTopK.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.cpp [ok] 2024-04-03T15:59:05.0613969Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTopK.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip [ok] 2024-04-03T15:59:05.0620967Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTopK.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.h [ok] 2024-04-03T15:59:05.0643502Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TensorTransformations.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip [ok] 2024-04-03T15:59:05.0668641Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/TriangularOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip [ok] 2024-04-03T15:59:05.0685038Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryComplexKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip [ok] 2024-04-03T15:59:05.0712750Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryFractionKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip [ok] 2024-04-03T15:59:05.0731299Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGammaKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGammaKernels.hip [ok] 2024-04-03T15:59:05.0745630Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAcosKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip [ok] 2024-04-03T15:59:05.0756433Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAcoshKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip [ok] 2024-04-03T15:59:05.0769014Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAsinKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip [ok] 2024-04-03T15:59:05.0780017Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAsinhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip [ok] 2024-04-03T15:59:05.0790333Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAtanKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip [ok] 2024-04-03T15:59:05.0801826Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricAtanhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip [ok] 2024-04-03T15:59:05.0814207Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricCosKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip [ok] 2024-04-03T15:59:05.0824785Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricCoshKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip [ok] 2024-04-03T15:59:05.0835157Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricSinKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip [ok] 2024-04-03T15:59:05.0845775Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricSinhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip [ok] 2024-04-03T15:59:05.0856568Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricTanKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip [ok] 2024-04-03T15:59:05.0867634Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryGeometricTanhKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip [ok] 2024-04-03T15:59:05.0884349Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryLogKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip [ok] 2024-04-03T15:59:05.0919887Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnaryOpsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip [ok] 2024-04-03T15:59:05.0938542Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnarySignKernels.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip [ok] 2024-04-03T15:59:05.0991275Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnarySpecialOpsKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip [ok] 2024-04-03T15:59:05.1011523Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UnfoldBackwardKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnfoldBackwardKernel.hip [ok] 2024-04-03T15:59:05.1041191Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/Unique.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Unique.hip [ok] 2024-04-03T15:59:05.1080237Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UniqueCub.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip [ok] 2024-04-03T15:59:05.1087997Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UniqueCub.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.cuh [ok] 2024-04-03T15:59:05.1127904Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSample.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh [ok] 2024-04-03T15:59:05.1164556Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleBicubic2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip [ok] 2024-04-03T15:59:05.1275611Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleBilinear2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip [ok] 2024-04-03T15:59:05.1305628Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleLinear1d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip [ok] 2024-04-03T15:59:05.1335807Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleNearest1d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip [ok] 2024-04-03T15:59:05.1405391Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleNearest2d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip [ok] 2024-04-03T15:59:05.1448193Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleNearest3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip [ok] 2024-04-03T15:59:05.1502474Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/UpSampleTrilinear3d.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip [ok] 2024-04-03T15:59:05.1514258Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ValidateCompressedIndicesKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip [ok] 2024-04-03T15:59:05.1577906Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/WeightNorm.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/WeightNorm.hip [ok] 2024-04-03T15:59:05.1587588Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/ZetaKernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ZetaKernel.hip [ok] 2024-04-03T15:59:05.1597254Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/airy_ai.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/airy_ai.hip [ok] 2024-04-03T15:59:05.1606529Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_j0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j0.hip [ok] 2024-04-03T15:59:05.1616398Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_j1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_j1.hip [ok] 2024-04-03T15:59:05.1626448Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_y0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y0.hip [ok] 2024-04-03T15:59:05.1636778Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/bessel_y1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/bessel_y1.hip [ok] 2024-04-03T15:59:05.1653990Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/block_reduce.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/block_reduce.cuh [ok] 2024-04-03T15:59:05.1664079Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_t.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_t.hip [ok] 2024-04-03T15:59:05.1674117Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_u.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_u.hip [ok] 2024-04-03T15:59:05.1683919Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_v.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_v.hip [ok] 2024-04-03T15:59:05.1693982Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/chebyshev_polynomial_w.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/chebyshev_polynomial_w.hip [ok] 2024-04-03T15:59:05.1717440Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.hip [ok] 2024-04-03T15:59:05.1726941Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_amsgrad_impl.cuh [ok] 2024-04-03T15:59:05.1742032Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_impl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.hip [ok] 2024-04-03T15:59:05.1750230Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_impl.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_impl.cuh [ok] 2024-04-03T15:59:05.1776554Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adam_utils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adam_utils.cuh [ok] 2024-04-03T15:59:05.1791945Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adamw_amsgrad_impl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adamw_amsgrad_impl.hip [ok] 2024-04-03T15:59:05.1808058Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adamw_amsgrad_impl.cuh [ok] 2024-04-03T15:59:05.1822818Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adamw_impl.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adamw_impl.hip [ok] 2024-04-03T15:59:05.1831622Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/fused_adamw_impl.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/fused_adamw_impl.cuh [ok] 2024-04-03T15:59:05.1937559Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/group_norm_kernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip [ok] 2024-04-03T15:59:05.1947799Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/hermite_polynomial_h.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_h.hip [ok] 2024-04-03T15:59:05.1958202Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/hermite_polynomial_he.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/hermite_polynomial_he.hip [ok] 2024-04-03T15:59:05.1995153Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/im2col.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/im2col.cuh [ok] 2024-04-03T15:59:05.2114594Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/int4mm.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/int4mm.hip [ok] 2024-04-03T15:59:05.2282896Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp [ok] 2024-04-03T15:59:05.2305873Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/jit_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.h [ok] 2024-04-03T15:59:05.2315968Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/laguerre_polynomial_l.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/laguerre_polynomial_l.hip [ok] 2024-04-03T15:59:05.2462036Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/layer_norm_kernel.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/layer_norm_kernel.hip [ok] 2024-04-03T15:59:05.2472217Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/legendre_polynomial_p.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/legendre_polynomial_p.hip [ok] 2024-04-03T15:59:05.2482509Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_i0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i0.hip [ok] 2024-04-03T15:59:05.2492992Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_i1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_i1.hip [ok] 2024-04-03T15:59:05.2504635Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_k0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k0.hip [ok] 2024-04-03T15:59:05.2523340Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/modified_bessel_k1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/modified_bessel_k1.hip [ok] 2024-04-03T15:59:05.2591027Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/reduction_template.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/reduction_template.cuh [ok] 2024-04-03T15:59:05.2603016Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/scaled_modified_bessel_k0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k0.hip [ok] 2024-04-03T15:59:05.2614107Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/scaled_modified_bessel_k1.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/scaled_modified_bessel_k1.hip [ok] 2024-04-03T15:59:05.2624686Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_t.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_t.hip [ok] 2024-04-03T15:59:05.2635441Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_u.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_u.hip [ok] 2024-04-03T15:59:05.2645886Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_v.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_v.hip [ok] 2024-04-03T15:59:05.2656146Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/shifted_chebyshev_polynomial_w.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/shifted_chebyshev_polynomial_w.hip [ok] 2024-04-03T15:59:05.2667219Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/spherical_bessel_j0.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/spherical_bessel_j0.hip [ok] 2024-04-03T15:59:05.2677351Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/thread_constants.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/thread_constants.h [ok] 2024-04-03T15:59:05.2708809Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/vol2col.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/vol2col.cuh [ok] 2024-04-03T15:59:05.2735921Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/epilogue_helpers.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/epilogue_helpers.h [ok] 2024-04-03T15:59:05.2747734Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/ft_gemm_configs.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/ft_gemm_configs.h [ok] 2024-04-03T15:59:05.2807673Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/interleaved_numeric_conversion.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/interleaved_numeric_conversion.h [ok] 2024-04-03T15:59:05.2820645Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/tile_interleaved_layout.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/tile_interleaved_layout.h [ok] 2024-04-03T15:59:05.2831656Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/arch/mma.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/arch/mma.h [ok] 2024-04-03T15:59:05.2849079Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/epilogue/thread/ft_fused_activations.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/epilogue/thread/ft_fused_activations.h [ok] 2024-04-03T15:59:05.2869334Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/default_fpA_intB_traits.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/kernel/default_fpA_intB_traits.h [ok] 2024-04-03T15:59:05.2948792Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/fpA_intB_gemm.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/kernel/fpA_intB_gemm.h [ok] 2024-04-03T15:59:05.2965753Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/kernel/mixed_gemm_B_layout.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/kernel/mixed_gemm_B_layout.h [ok] 2024-04-03T15:59:05.2986092Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/threadblock/default_dq_mma.h [ok] 2024-04-03T15:59:05.3070908Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma_multistage.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/threadblock/default_dq_mma_multistage.h [ok] 2024-04-03T15:59:05.3142694Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_dq_mma_pipelined.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/threadblock/default_dq_mma_pipelined.h [ok] 2024-04-03T15:59:05.3202403Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_mma.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/threadblock/default_mma.h [ok] 2024-04-03T15:59:05.3287101Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/default_mma_bf16.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/threadblock/default_mma_bf16.h [ok] 2024-04-03T15:59:05.3318648Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_base.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/threadblock/dq_mma_base.h [ok] 2024-04-03T15:59:05.3401238Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_multistage.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/threadblock/dq_mma_multistage.h [ok] 2024-04-03T15:59:05.3459161Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/threadblock/dq_mma_pipelined.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/threadblock/dq_mma_pipelined.h [ok] 2024-04-03T15:59:05.3488533Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/default_mma_tensor_op.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/warp/default_mma_tensor_op.h [ok] 2024-04-03T15:59:05.3537956Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/mma_tensorop_compute_B_with_f16.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/warp/mma_tensorop_compute_B_with_f16.h [ok] 2024-04-03T15:59:05.3599550Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/cutlass_extensions/gemm/warp/mma_tensorop_dequantizer.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/cutlass_extensions/gemm/warp/mma_tensorop_dequantizer.h [ok] 2024-04-03T15:59:05.3915414Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebra.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp [ok] 2024-04-03T15:59:05.4099465Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.cpp [ok] 2024-04-03T15:59:05.4117600Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLib.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.h [ok] 2024-04-03T15:59:05.4162485Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/BatchLinearAlgebraLibBlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLibBlas.cpp [ok] 2024-04-03T15:59:05.4334657Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/CUDASolver.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/HIPSolver.cpp [ok] 2024-04-03T15:59:05.4426242Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/CUDASolver.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/HIPSolver.h [ok] 2024-04-03T15:59:05.4437020Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/CusolverDnHandlePool.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/CusolverDnHandlePool.cpp [ok] 2024-04-03T15:59:05.4453349Z /var/lib/jenkins/workspace/aten/src/ATen/native/cuda/linalg/MagmaUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/hip/linalg/MagmaUtils.h [ok] 2024-04-03T15:59:05.4468341Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/AffineGridGenerator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/AffineGridGenerator.cpp [ok] 2024-04-03T15:59:05.4509779Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/BatchNorm.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/BatchNorm.cpp [ok] 2024-04-03T15:59:05.4516200Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/BatchNorm.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/BatchNorm.h [ok] 2024-04-03T15:59:05.4539569Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/ConvPlaceholders.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/ConvPlaceholders.cpp [ok] 2024-04-03T15:59:05.4616776Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/ConvShared.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/ConvShared.cpp [ok] 2024-04-03T15:59:05.4635771Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/ConvShared.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/ConvShared.h [ok] 2024-04-03T15:59:05.4759677Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/Conv_v7.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/Conv_v7.cpp [ok] 2024-04-03T15:59:05.4884455Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/Conv_v8.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/Conv_v8.cpp [ok] 2024-04-03T15:59:05.4905931Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/GridSampler.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/GridSampler.cpp [ok] 2024-04-03T15:59:05.4931405Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/LossCTC.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/LossCTC.cpp [ok] 2024-04-03T15:59:05.4978618Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/MHA.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/MHA.cpp [ok] 2024-04-03T15:59:05.4984784Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/MHA.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/MHA.h [ok] 2024-04-03T15:59:05.5247775Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNN.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/RNN.cpp [ok] 2024-04-03T15:59:05.5255418Z /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/RNNUtils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/cudnn/hip/RNNUtils.h [ok] 2024-04-03T15:59:05.5275926Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorBinaryOps.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorBinaryOps.hip [ok] 2024-04-03T15:59:05.5324089Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorMatmul.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorMatmul.hip [ok] 2024-04-03T15:59:05.5369286Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.cpp [ok] 2024-04-03T15:59:05.5419716Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorTransformerFunctions.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.hip [ok] 2024-04-03T15:59:05.5488089Z /var/lib/jenkins/workspace/aten/src/ATen/native/nested/cuda/NestedTensorTransformerUtils.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/nested/hip/NestedTensorTransformerUtils.cpp [ok] 2024-04-03T15:59:05.5496828Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/Activation.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.cpp [ok] 2024-04-03T15:59:05.5504433Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/Activation.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip [ok] 2024-04-03T15:59:05.5541672Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/AffineQuantizer.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip [ok] 2024-04-03T15:59:05.5610806Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/EmbeddingBag.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/EmbeddingBag.hip [ok] 2024-04-03T15:59:05.5641823Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/FakeQuantizeCore.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip [ok] 2024-04-03T15:59:05.5679437Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/FusedObsFakeQuant.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FusedObsFakeQuant.hip [ok] 2024-04-03T15:59:05.5687953Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/IntReprQuant.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip [ok] 2024-04-03T15:59:05.5700894Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cuda/MakePerTensorQuantizedTensor.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip [ok] 2024-04-03T15:59:05.5741367Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/BinaryOps.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/BinaryOps.cpp [ok] 2024-04-03T15:59:05.5810827Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/Conv.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/Conv.cpp [ok] 2024-04-03T15:59:05.5838639Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/ConvPrepack.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/ConvPrepack.cpp [ok] 2024-04-03T15:59:05.5845408Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/ConvUnpackImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/ConvUnpackImpl.cpp [ok] 2024-04-03T15:59:05.5904489Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/Linear.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/Linear.cpp [ok] 2024-04-03T15:59:05.5914462Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/LinearPrepack.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/LinearPrepack.cpp [ok] 2024-04-03T15:59:05.5920756Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/LinearUnpackImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/LinearUnpackImpl.cpp [ok] 2024-04-03T15:59:05.5953222Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/Pooling.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/Pooling.cpp [ok] 2024-04-03T15:59:05.5991687Z /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/cudnn/hip/utils.h [ok] 2024-04-03T15:59:05.6061909Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SoftMax.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip [ok] 2024-04-03T15:59:05.6106579Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlas.cpp [ok] 2024-04-03T15:59:05.6273794Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasImpl.cpp [ok] 2024-04-03T15:59:05.6282875Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasImpl.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasImpl.h [ok] 2024-04-03T15:59:05.6297061Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.cpp [ok] 2024-04-03T15:59:05.6305302Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseBlasLegacy.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.h [ok] 2024-04-03T15:59:05.6340287Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDAApplyUtils.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh [ok] 2024-04-03T15:59:05.6405445Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp [ok] 2024-04-03T15:59:05.6414671Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDABlas.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.h [ok] 2024-04-03T15:59:05.6449061Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensor.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip [ok] 2024-04-03T15:59:05.6565650Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip [ok] 2024-04-03T15:59:05.6572555Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCUDATensorMath.cuh -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.cuh [ok] 2024-04-03T15:59:05.6677879Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseCsrTensorMath.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip [ok] 2024-04-03T15:59:05.6752817Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseMatMul.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseMatMul.hip [ok] 2024-04-03T15:59:05.6875313Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/SparseSemiStructuredLinear.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseSemiStructuredLinear.hip [ok] 2024-04-03T15:59:05.6922559Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/cuda/cuSPARSELtOps.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/cuSPARSELtOps.cpp [ok] 2024-04-03T15:59:05.7084865Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/attention.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention.hip [ok] 2024-04-03T15:59:05.7184590Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/attention_backward.cu -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/attention_backward.hip [ok] 2024-04-03T15:59:05.7266420Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/sdp_utils.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/sdp_utils.cpp [ok] 2024-04-03T15:59:05.7272814Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/sdp_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/sdp_utils.h [ok] 2024-04-03T15:59:05.7295015Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/flash_attn/flash_api.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/flash_attn/flash_api.h [ok] 2024-04-03T15:59:05.7343859Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/debug_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/debug_utils.h [ok] 2024-04-03T15:59:05.7389106Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/gemm_kernel_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/gemm_kernel_utils.h [ok] 2024-04-03T15:59:05.7397959Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/cuda/mem_eff_attention/pytorch_utils.h -> /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/mem_eff_attention/pytorch_utils.h [ok] 2024-04-03T15:59:05.7443933Z /var/lib/jenkins/workspace/aten/src/ATen/test/Dict_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/Dict_test.cpp [ok] 2024-04-03T15:59:05.7456434Z /var/lib/jenkins/workspace/aten/src/ATen/test/Dimname_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/Dimname_test.cpp [ok] 2024-04-03T15:59:05.7470026Z /var/lib/jenkins/workspace/aten/src/ATen/test/ExclusivelyOwned_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/ExclusivelyOwned_test.cpp [ok] 2024-04-03T15:59:05.7501955Z /var/lib/jenkins/workspace/aten/src/ATen/test/MaybeOwned_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/MaybeOwned_test.cpp [ok] 2024-04-03T15:59:05.7528367Z /var/lib/jenkins/workspace/aten/src/ATen/test/NamedTensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/NamedTensor_test.cpp [ok] 2024-04-03T15:59:05.7536965Z /var/lib/jenkins/workspace/aten/src/ATen/test/StorageUtils_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/StorageUtils_test.cpp [ok] 2024-04-03T15:59:05.7545635Z /var/lib/jenkins/workspace/aten/src/ATen/test/allocator_clone_test.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/allocator_clone_test.h [ok] 2024-04-03T15:59:05.7563699Z /var/lib/jenkins/workspace/aten/src/ATen/test/apply_utils_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/apply_utils_test.cpp [ok] 2024-04-03T15:59:05.7594520Z /var/lib/jenkins/workspace/aten/src/ATen/test/atest.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/atest.cpp [ok] 2024-04-03T15:59:05.7651966Z /var/lib/jenkins/workspace/aten/src/ATen/test/basic.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/basic.cpp [ok] 2024-04-03T15:59:05.7674480Z /var/lib/jenkins/workspace/aten/src/ATen/test/broadcast_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/broadcast_test.cpp [ok] 2024-04-03T15:59:05.7680201Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_allocator_test.cpp [ok] 2024-04-03T15:59:05.7690520Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_caching_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_caching_allocator_test.cpp [ok] 2024-04-03T15:59:05.7724601Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_generator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_generator_test.cpp [ok] 2024-04-03T15:59:05.7753812Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_profiling_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_profiling_allocator_test.cpp [ok] 2024-04-03T15:59:05.7814922Z /var/lib/jenkins/workspace/aten/src/ATen/test/cpu_rng_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/cpu_rng_test.cpp [ok] 2024-04-03T15:59:05.7826472Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_allocatorTraceTracker_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_allocatorTraceTracker_test.cpp [ok] 2024-04-03T15:59:05.7833153Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_allocator_test.cpp [ok] 2024-04-03T15:59:05.7850100Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_apply_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_apply_test.cpp [ok] 2024-04-03T15:59:05.7877768Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_atomic_ops_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_atomic_ops_test.hip [ok] 2024-04-03T15:59:05.7900368Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_caching_host_allocator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_caching_host_allocator_test.cpp [ok] 2024-04-03T15:59:05.7913364Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_complex_math_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_complex_math_test.hip [ok] 2024-04-03T15:59:05.7930192Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_complex_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_complex_test.hip [ok] 2024-04-03T15:59:05.7975434Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_cub_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_cub_test.hip [ok] 2024-04-03T15:59:05.7982280Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_cudnn_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_cudnn_test.cpp [ok] 2024-04-03T15:59:05.7988716Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_device_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_device_test.cpp [ok] 2024-04-03T15:59:05.8012265Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_distributions_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_distributions_test.hip [ok] 2024-04-03T15:59:05.8021306Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_dlconvertor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_dlconvertor_test.cpp [ok] 2024-04-03T15:59:05.8048989Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_generator_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_generator_test.hip [ok] 2024-04-03T15:59:05.8065539Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_half_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_half_test.hip [ok] 2024-04-03T15:59:05.8087767Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_integer_divider_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_integer_divider_test.hip [ok] 2024-04-03T15:59:05.8095441Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_optional_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_optional_test.hip [ok] 2024-04-03T15:59:05.8106033Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_packedtensoraccessor_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_packedtensoraccessor_test.hip [ok] 2024-04-03T15:59:05.8117882Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_reportMemoryUsage_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_reportMemoryUsage_test.cpp [ok] 2024-04-03T15:59:05.8158162Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_stream_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_stream_test.cpp [ok] 2024-04-03T15:59:05.8179071Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_tensor_interop_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_tensor_interop_test.cpp [ok] 2024-04-03T15:59:05.8204581Z /var/lib/jenkins/workspace/aten/src/ATen/test/cuda_vectorized_test.cu -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/hip_vectorized_test.hip [ok] 2024-04-03T15:59:05.8211770Z /var/lib/jenkins/workspace/aten/src/ATen/test/dispatch_key_set_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/dispatch_key_set_test.cpp [ok] 2024-04-03T15:59:05.8219152Z /var/lib/jenkins/workspace/aten/src/ATen/test/dlconvertor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/dlconvertor_test.cpp [ok] 2024-04-03T15:59:05.8231575Z /var/lib/jenkins/workspace/aten/src/ATen/test/extension_backend_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/extension_backend_test.cpp [ok] 2024-04-03T15:59:05.8254692Z /var/lib/jenkins/workspace/aten/src/ATen/test/half_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/half_test.cpp [ok] 2024-04-03T15:59:05.8344621Z /var/lib/jenkins/workspace/aten/src/ATen/test/ivalue_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/ivalue_test.cpp [ok] 2024-04-03T15:59:05.8352189Z /var/lib/jenkins/workspace/aten/src/ATen/test/lazy_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/lazy_tensor_test.cpp [ok] 2024-04-03T15:59:05.8474407Z /var/lib/jenkins/workspace/aten/src/ATen/test/legacy_vmap_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/legacy_vmap_test.cpp [ok] 2024-04-03T15:59:05.8493902Z /var/lib/jenkins/workspace/aten/src/ATen/test/math_kernel_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/math_kernel_test.cpp [ok] 2024-04-03T15:59:05.8521175Z /var/lib/jenkins/workspace/aten/src/ATen/test/memory_format_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/memory_format_test.cpp [ok] 2024-04-03T15:59:05.8534410Z /var/lib/jenkins/workspace/aten/src/ATen/test/memory_overlapping_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/memory_overlapping_test.cpp [ok] 2024-04-03T15:59:05.8544420Z /var/lib/jenkins/workspace/aten/src/ATen/test/mobile_memory_cleanup.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/mobile_memory_cleanup.cpp [ok] 2024-04-03T15:59:05.8554250Z /var/lib/jenkins/workspace/aten/src/ATen/test/mps_test_allocator.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/mps_test_allocator.cpp [ok] 2024-04-03T15:59:05.8564097Z /var/lib/jenkins/workspace/aten/src/ATen/test/mps_test_print.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/mps_test_print.cpp [ok] 2024-04-03T15:59:05.8597648Z /var/lib/jenkins/workspace/aten/src/ATen/test/native_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/native_test.cpp [ok] 2024-04-03T15:59:05.8606668Z /var/lib/jenkins/workspace/aten/src/ATen/test/operator_name_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/operator_name_test.cpp [ok] 2024-04-03T15:59:05.8616446Z /var/lib/jenkins/workspace/aten/src/ATen/test/operators_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/operators_test.cpp [ok] 2024-04-03T15:59:05.8628774Z /var/lib/jenkins/workspace/aten/src/ATen/test/packedtensoraccessor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/packedtensoraccessor_test.cpp [ok] 2024-04-03T15:59:05.8665952Z /var/lib/jenkins/workspace/aten/src/ATen/test/pow_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/pow_test.cpp [ok] 2024-04-03T15:59:05.8705927Z /var/lib/jenkins/workspace/aten/src/ATen/test/quantized_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/quantized_test.cpp [ok] 2024-04-03T15:59:05.8713292Z /var/lib/jenkins/workspace/aten/src/ATen/test/reduce_ops_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/reduce_ops_test.cpp [ok] 2024-04-03T15:59:05.8721202Z /var/lib/jenkins/workspace/aten/src/ATen/test/reportMemoryUsage.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/reportMemoryUsage.h [ok] 2024-04-03T15:59:05.8730554Z /var/lib/jenkins/workspace/aten/src/ATen/test/reportMemoryUsage_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/reportMemoryUsage_test.cpp [ok] 2024-04-03T15:59:05.8755366Z /var/lib/jenkins/workspace/aten/src/ATen/test/rng_test.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/rng_test.h [ok] 2024-04-03T15:59:05.8792615Z /var/lib/jenkins/workspace/aten/src/ATen/test/scalar_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/scalar_tensor_test.cpp [ok] 2024-04-03T15:59:05.8814445Z /var/lib/jenkins/workspace/aten/src/ATen/test/scalar_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/scalar_test.cpp [ok] 2024-04-03T15:59:05.8831408Z /var/lib/jenkins/workspace/aten/src/ATen/test/stride_properties_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/stride_properties_test.cpp [ok] 2024-04-03T15:59:05.8865453Z /var/lib/jenkins/workspace/aten/src/ATen/test/tensor_interop_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/tensor_interop_test.cpp [ok] 2024-04-03T15:59:05.8936092Z /var/lib/jenkins/workspace/aten/src/ATen/test/tensor_iterator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/tensor_iterator_test.cpp [ok] 2024-04-03T15:59:05.8949374Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_assert.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/test_assert.h [ok] 2024-04-03T15:59:05.8963310Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_parallel.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/test_parallel.cpp [ok] 2024-04-03T15:59:05.8972667Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_thread_pool_guard.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/test_thread_pool_guard.cpp [ok] 2024-04-03T15:59:05.8981735Z /var/lib/jenkins/workspace/aten/src/ATen/test/thread_init_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/thread_init_test.cpp [ok] 2024-04-03T15:59:05.8991873Z /var/lib/jenkins/workspace/aten/src/ATen/test/type_ptr_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/type_ptr_test.cpp [ok] 2024-04-03T15:59:05.9016210Z /var/lib/jenkins/workspace/aten/src/ATen/test/type_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/type_test.cpp [ok] 2024-04-03T15:59:05.9029834Z /var/lib/jenkins/workspace/aten/src/ATen/test/undefined_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/undefined_tensor_test.cpp [ok] 2024-04-03T15:59:05.9294600Z /var/lib/jenkins/workspace/aten/src/ATen/test/vec_test_all_types.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vec_test_all_types.cpp [ok] 2024-04-03T15:59:05.9441560Z /var/lib/jenkins/workspace/aten/src/ATen/test/vec_test_all_types.h -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vec_test_all_types.h [ok] 2024-04-03T15:59:05.9459390Z /var/lib/jenkins/workspace/aten/src/ATen/test/verify_api_visibility.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/verify_api_visibility.cpp [ok] 2024-04-03T15:59:05.9479557Z /var/lib/jenkins/workspace/aten/src/ATen/test/vitals.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vitals.cpp [ok] 2024-04-03T15:59:06.0310571Z /var/lib/jenkins/workspace/aten/src/ATen/test/vulkan_api_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vulkan_api_test.cpp [ok] 2024-04-03T15:59:06.0719452Z /var/lib/jenkins/workspace/aten/src/ATen/test/vulkan_quantized_api_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/vulkan_quantized_api_test.cpp [ok] 2024-04-03T15:59:06.0730003Z /var/lib/jenkins/workspace/aten/src/ATen/test/weakref_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/weakref_test.cpp [ok] 2024-04-03T15:59:06.0739690Z /var/lib/jenkins/workspace/aten/src/ATen/test/wrapdim_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/wrapdim_test.cpp [ok] 2024-04-03T15:59:06.0748634Z /var/lib/jenkins/workspace/aten/src/ATen/test/xla_tensor_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/xla_tensor_test.cpp [ok] 2024-04-03T15:59:06.0784408Z /var/lib/jenkins/workspace/aten/src/ATen/test/xnnpack_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/xnnpack_test.cpp [ok] 2024-04-03T15:59:06.0795929Z /var/lib/jenkins/workspace/aten/src/ATen/test/xpu_device_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/xpu_device_test.cpp [ok] 2024-04-03T15:59:06.0808500Z /var/lib/jenkins/workspace/aten/src/ATen/test/xpu_event_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/xpu_event_test.cpp [ok] 2024-04-03T15:59:06.0823605Z /var/lib/jenkins/workspace/aten/src/ATen/test/xpu_generator_test.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/hip/xpu_generator_test.cpp [ok] 2024-04-03T15:59:06.0830301Z /var/lib/jenkins/workspace/aten/src/ATen/test/test_install/main.cpp -> /var/lib/jenkins/workspace/aten/src/ATen/test/test_install/hip/main.cpp [ok] 2024-04-03T15:59:06.0836294Z /var/lib/jenkins/workspace/aten/src/THC/CMakeLists.txt -> /var/lib/jenkins/workspace/aten/src/THH/CMakeLists.txt [ok] 2024-04-03T15:59:06.0841922Z /var/lib/jenkins/workspace/aten/src/THC/THCAtomics.cuh -> /var/lib/jenkins/workspace/aten/src/THH/THHAtomics.cuh [ok] 2024-04-03T15:59:06.0850187Z /var/lib/jenkins/workspace/aten/src/THC/THCDeviceUtils.cuh -> /var/lib/jenkins/workspace/aten/src/THH/THHDeviceUtils.cuh [ok] 2024-04-03T15:59:06.0874880Z /var/lib/jenkins/workspace/binaries/core_overhead_benchmark_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/core_overhead_benchmark_gpu.cc [ok] 2024-04-03T15:59:06.0885188Z /var/lib/jenkins/workspace/binaries/inspect_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/inspect_gpu.cc [ok] 2024-04-03T15:59:06.0894404Z /var/lib/jenkins/workspace/binaries/print_core_object_sizes_gpu.cc -> /var/lib/jenkins/workspace/binaries/hip/print_core_object_sizes_gpu.cc [ok] 2024-04-03T15:59:06.0902690Z /var/lib/jenkins/workspace/c10/cuda/CUDAAlgorithm.h -> /var/lib/jenkins/workspace/c10/hip/HIPAlgorithm.h [ok] 2024-04-03T15:59:06.0943703Z /var/lib/jenkins/workspace/c10/cuda/CUDAAllocatorConfig.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPAllocatorConfig.cpp [ok] 2024-04-03T15:59:06.0959458Z /var/lib/jenkins/workspace/c10/cuda/CUDAAllocatorConfig.h -> /var/lib/jenkins/workspace/c10/hip/HIPAllocatorConfig.h [ok] 2024-04-03T15:59:06.1271879Z /var/lib/jenkins/workspace/c10/cuda/CUDACachingAllocator.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.cpp [ok] 2024-04-03T15:59:06.1319564Z /var/lib/jenkins/workspace/c10/cuda/CUDACachingAllocator.h -> /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h [ok] 2024-04-03T15:59:06.1339320Z /var/lib/jenkins/workspace/c10/cuda/CUDADeviceAssertion.h -> /var/lib/jenkins/workspace/c10/hip/HIPDeviceAssertion.h [ok] 2024-04-03T15:59:06.1374549Z /var/lib/jenkins/workspace/c10/cuda/CUDADeviceAssertionHost.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPDeviceAssertionHost.cpp [ok] 2024-04-03T15:59:06.1398775Z /var/lib/jenkins/workspace/c10/cuda/CUDADeviceAssertionHost.h -> /var/lib/jenkins/workspace/c10/hip/HIPDeviceAssertionHost.h [ok] 2024-04-03T15:59:06.1407715Z /var/lib/jenkins/workspace/c10/cuda/CUDAException.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPException.cpp [ok] 2024-04-03T15:59:06.1428798Z /var/lib/jenkins/workspace/c10/cuda/CUDAException.h -> /var/lib/jenkins/workspace/c10/hip/HIPException.h [ok] 2024-04-03T15:59:06.1467467Z /var/lib/jenkins/workspace/c10/cuda/CUDAFunctions.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPFunctions.cpp [ok] 2024-04-03T15:59:06.1483999Z /var/lib/jenkins/workspace/c10/cuda/CUDAFunctions.h -> /var/lib/jenkins/workspace/c10/hip/HIPFunctions.h [ok] 2024-04-03T15:59:06.1497698Z /var/lib/jenkins/workspace/c10/cuda/CUDAGraphsC10Utils.h -> /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h [ok] 2024-04-03T15:59:06.1533487Z /var/lib/jenkins/workspace/c10/cuda/CUDAGuard.h -> /var/lib/jenkins/workspace/c10/hip/HIPGuard.h [ok] 2024-04-03T15:59:06.1543516Z /var/lib/jenkins/workspace/c10/cuda/CUDAMacros.h -> /var/lib/jenkins/workspace/c10/hip/HIPMacros.h [ok] 2024-04-03T15:59:06.1649398Z /var/lib/jenkins/workspace/c10/cuda/CUDAMallocAsyncAllocator.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPMallocAsyncAllocator.cpp [ok] 2024-04-03T15:59:06.1664164Z /var/lib/jenkins/workspace/c10/cuda/CUDAMathCompat.h -> /var/lib/jenkins/workspace/c10/hip/HIPMathCompat.h [ok] 2024-04-03T15:59:06.1672292Z /var/lib/jenkins/workspace/c10/cuda/CUDAMiscFunctions.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPMiscFunctions.cpp [ok] 2024-04-03T15:59:06.1679636Z /var/lib/jenkins/workspace/c10/cuda/CUDAMiscFunctions.h -> /var/lib/jenkins/workspace/c10/hip/HIPMiscFunctions.h [ok] 2024-04-03T15:59:06.1720157Z /var/lib/jenkins/workspace/c10/cuda/CUDAStream.cpp -> /var/lib/jenkins/workspace/c10/hip/HIPStream.cpp [ok] 2024-04-03T15:59:06.1762387Z /var/lib/jenkins/workspace/c10/cuda/CUDAStream.h -> /var/lib/jenkins/workspace/c10/hip/HIPStream.h [ok] 2024-04-03T15:59:06.1771218Z /var/lib/jenkins/workspace/c10/cuda/driver_api.cpp -> /var/lib/jenkins/workspace/c10/hip/driver_api.cpp [ok] 2024-04-03T15:59:06.1783362Z /var/lib/jenkins/workspace/c10/cuda/driver_api.h -> /var/lib/jenkins/workspace/c10/hip/driver_api.h [ok] 2024-04-03T15:59:06.1789834Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDAGuardImpl.cpp -> /var/lib/jenkins/workspace/c10/hip/impl/HIPGuardImpl.cpp [ok] 2024-04-03T15:59:06.1811965Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDAGuardImpl.h -> /var/lib/jenkins/workspace/c10/hip/impl/HIPGuardImpl.h [ok] 2024-04-03T15:59:06.1819374Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDATest.cpp -> /var/lib/jenkins/workspace/c10/hip/impl/HIPTest.cpp [ok] 2024-04-03T15:59:06.1825289Z /var/lib/jenkins/workspace/c10/cuda/impl/CUDATest.h -> /var/lib/jenkins/workspace/c10/hip/impl/HIPTest.h [ok] 2024-04-03T15:59:06.1830902Z /var/lib/jenkins/workspace/c10/cuda/impl/cuda_cmake_macros.h.in -> /var/lib/jenkins/workspace/c10/hip/impl/hip_cmake_macros.h.in [ok] 2024-04-03T15:59:06.1840981Z /var/lib/jenkins/workspace/c10/cuda/test/CMakeLists.txt -> /var/lib/jenkins/workspace/c10/hip/test/CMakeLists.txt [ok] 2024-04-03T15:59:06.1865716Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDAAssertionsTest_1_var_test.cu -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPAssertionsTest_1_var_test.hip [ok] 2024-04-03T15:59:06.1883621Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDAAssertionsTest_catches_stream.cu -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPAssertionsTest_catches_stream.hip [ok] 2024-04-03T15:59:06.1897339Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDAAssertionsTest_catches_thread_and_block_and_device.cu -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPAssertionsTest_catches_thread_and_block_and_device.hip [ok] 2024-04-03T15:59:06.1912092Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDAAssertionsTest_from_2_processes.cu -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPAssertionsTest_from_2_processes.hip [ok] 2024-04-03T15:59:06.1925150Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_blocks_and_threads.cu -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPAssertionsTest_multiple_writes_from_blocks_and_threads.hip [ok] 2024-04-03T15:59:06.1940260Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_multiple_blocks.cu -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPAssertionsTest_multiple_writes_from_multiple_blocks.hip [ok] 2024-04-03T15:59:06.1951996Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDAAssertionsTest_multiple_writes_from_same_block.cu -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPAssertionsTest_multiple_writes_from_same_block.hip [ok] 2024-04-03T15:59:06.1956705Z /var/lib/jenkins/workspace/c10/cuda/test/impl/CUDATest.cpp -> /var/lib/jenkins/workspace/c10/hip/test/impl/HIPTest.cpp [ok] 2024-04-03T15:59:06.1969646Z /var/lib/jenkins/workspace/caffe2/contrib/aten/aten_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/aten/hip/aten_op_gpu.cc [ok] 2024-04-03T15:59:06.1988922Z /var/lib/jenkins/workspace/caffe2/contrib/gloo/allreduce_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/gloo/hip/allreduce_ops_gpu.cc [ok] 2024-04-03T15:59:06.1998368Z /var/lib/jenkins/workspace/caffe2/contrib/gloo/broadcast_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/gloo/hip/broadcast_ops_gpu.cc [ok] 2024-04-03T15:59:06.2006018Z /var/lib/jenkins/workspace/caffe2/contrib/gloo/common_world_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/gloo/hip/common_world_ops_gpu.cc [ok] 2024-04-03T15:59:06.2036294Z /var/lib/jenkins/workspace/caffe2/contrib/nccl/cuda_nccl_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/nccl/hip/hip_nccl_gpu.cc [ok] 2024-04-03T15:59:06.2046941Z /var/lib/jenkins/workspace/caffe2/contrib/nccl/cuda_nccl_gpu.h -> /var/lib/jenkins/workspace/caffe2/contrib/nccl/hip/hip_nccl_gpu.h [ok] 2024-04-03T15:59:06.2074316Z /var/lib/jenkins/workspace/caffe2/contrib/nccl/cuda_nccl_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/contrib/nccl/hip/hip_nccl_op_gpu.cc [ok] 2024-04-03T15:59:06.2112808Z /var/lib/jenkins/workspace/caffe2/core/blob_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/blob_gpu_test.cc [ok] 2024-04-03T15:59:06.2119765Z /var/lib/jenkins/workspace/caffe2/core/blob_serialization_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/blob_serialization_gpu.cc [ok] 2024-04-03T15:59:06.2147093Z /var/lib/jenkins/workspace/caffe2/core/common_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/common_gpu.cc [ok] 2024-04-03T15:59:06.2231546Z /var/lib/jenkins/workspace/caffe2/core/common_gpu.h -> /var/lib/jenkins/workspace/caffe2/core/hip/common_gpu.h [ok] 2024-04-03T15:59:06.2311966Z /var/lib/jenkins/workspace/caffe2/core/context_gpu.cu -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu.hip [ok] 2024-04-03T15:59:06.2356022Z /var/lib/jenkins/workspace/caffe2/core/context_gpu.h -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu.h [ok] 2024-04-03T15:59:06.2407952Z /var/lib/jenkins/workspace/caffe2/core/context_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/context_gpu_test.cc [ok] 2024-04-03T15:59:06.2437868Z /var/lib/jenkins/workspace/caffe2/core/event_gpu.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/event_gpu.cc [ok] 2024-04-03T15:59:06.2447565Z /var/lib/jenkins/workspace/caffe2/core/event_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/event_gpu_test.cc [ok] 2024-04-03T15:59:06.2461791Z /var/lib/jenkins/workspace/caffe2/core/net_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/net_gpu_test.cc [ok] 2024-04-03T15:59:06.2480870Z /var/lib/jenkins/workspace/caffe2/core/operator_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/core/hip/operator_gpu_test.cc [ok] 2024-04-03T15:59:06.2486038Z /var/lib/jenkins/workspace/caffe2/db/create_db_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/db/hip/create_db_op_gpu.cc [ok] 2024-04-03T15:59:06.2492771Z /var/lib/jenkins/workspace/caffe2/distributed/file_store_handler_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/distributed/hip/file_store_handler_op_gpu.cc [ok] 2024-04-03T15:59:06.2499694Z /var/lib/jenkins/workspace/caffe2/distributed/redis_store_handler_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/distributed/hip/redis_store_handler_op_gpu.cc [ok] 2024-04-03T15:59:06.2507922Z /var/lib/jenkins/workspace/caffe2/image/image_input_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/image/hip/image_input_op_gpu.cc [ok] 2024-04-03T15:59:06.2519737Z /var/lib/jenkins/workspace/caffe2/image/transform_gpu.cu -> /var/lib/jenkins/workspace/caffe2/image/hip/transform_gpu.hip [ok] 2024-04-03T15:59:06.2529200Z /var/lib/jenkins/workspace/caffe2/image/transform_gpu.h -> /var/lib/jenkins/workspace/caffe2/image/hip/transform_gpu.h [ok] 2024-04-03T15:59:06.2556386Z /var/lib/jenkins/workspace/caffe2/mpi/mpi_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/mpi/hip/mpi_gpu_test.cc [ok] 2024-04-03T15:59:06.2567195Z /var/lib/jenkins/workspace/caffe2/operators/abs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/abs_op.hip [ok] 2024-04-03T15:59:06.2572676Z /var/lib/jenkins/workspace/caffe2/operators/accumulate_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/accumulate_op.hip [ok] 2024-04-03T15:59:06.2584717Z /var/lib/jenkins/workspace/caffe2/operators/accuracy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/accuracy_op.hip [ok] 2024-04-03T15:59:06.2594271Z /var/lib/jenkins/workspace/caffe2/operators/acos_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/acos_op.hip [ok] 2024-04-03T15:59:06.2612536Z /var/lib/jenkins/workspace/caffe2/operators/affine_channel_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/affine_channel_op.hip [ok] 2024-04-03T15:59:06.2618713Z /var/lib/jenkins/workspace/caffe2/operators/alias_with_name.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/alias_with_name.hip [ok] 2024-04-03T15:59:06.2637235Z /var/lib/jenkins/workspace/caffe2/operators/arg_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/arg_ops.hip [ok] 2024-04-03T15:59:06.2649521Z /var/lib/jenkins/workspace/caffe2/operators/asin_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/asin_op.hip [ok] 2024-04-03T15:59:06.2656506Z /var/lib/jenkins/workspace/caffe2/operators/assert_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/assert_op.hip [ok] 2024-04-03T15:59:06.2662566Z /var/lib/jenkins/workspace/caffe2/operators/async_net_barrier_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/async_net_barrier_op.hip [ok] 2024-04-03T15:59:06.2672725Z /var/lib/jenkins/workspace/caffe2/operators/atan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/atan_op.hip [ok] 2024-04-03T15:59:06.2693349Z /var/lib/jenkins/workspace/caffe2/operators/batch_gather_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_gather_ops.hip [ok] 2024-04-03T15:59:06.2700697Z /var/lib/jenkins/workspace/caffe2/operators/batch_matmul_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_matmul_op.hip [ok] 2024-04-03T15:59:06.2712907Z /var/lib/jenkins/workspace/caffe2/operators/batch_matmul_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_matmul_op_gpu_test.cc [ok] 2024-04-03T15:59:06.2744721Z /var/lib/jenkins/workspace/caffe2/operators/batch_moments_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_moments_op.hip [ok] 2024-04-03T15:59:06.2758518Z /var/lib/jenkins/workspace/caffe2/operators/batch_permutation_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_permutation_op.hip [ok] 2024-04-03T15:59:06.2786061Z /var/lib/jenkins/workspace/caffe2/operators/batch_permutation_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_permutation_op_gpu_test.cc [ok] 2024-04-03T15:59:06.2805098Z /var/lib/jenkins/workspace/caffe2/operators/batch_sparse_to_dense_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/batch_sparse_to_dense_op.hip [ok] 2024-04-03T15:59:06.2851926Z /var/lib/jenkins/workspace/caffe2/operators/boolean_mask_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/boolean_mask_ops.hip [ok] 2024-04-03T15:59:06.2868310Z /var/lib/jenkins/workspace/caffe2/operators/boolean_unmask_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/boolean_unmask_ops.hip [ok] 2024-04-03T15:59:06.2879035Z /var/lib/jenkins/workspace/caffe2/operators/bucketize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/bucketize_op.hip [ok] 2024-04-03T15:59:06.2896348Z /var/lib/jenkins/workspace/caffe2/operators/cast_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cast_op.hip [ok] 2024-04-03T15:59:06.2908172Z /var/lib/jenkins/workspace/caffe2/operators/cbrt_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cbrt_op.hip [ok] 2024-04-03T15:59:06.2916593Z /var/lib/jenkins/workspace/caffe2/operators/ceil_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/ceil_op.hip [ok] 2024-04-03T15:59:06.2942406Z /var/lib/jenkins/workspace/caffe2/operators/channel_backprop_stats_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_backprop_stats_op.hip [ok] 2024-04-03T15:59:06.2970423Z /var/lib/jenkins/workspace/caffe2/operators/channel_shuffle_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_shuffle_op.hip [ok] 2024-04-03T15:59:06.2985097Z /var/lib/jenkins/workspace/caffe2/operators/channel_stats_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/channel_stats_op.hip [ok] 2024-04-03T15:59:06.2998933Z /var/lib/jenkins/workspace/caffe2/operators/clip_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/clip_op.hip [ok] 2024-04-03T15:59:06.3006071Z /var/lib/jenkins/workspace/caffe2/operators/communicator_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/communicator_op_gpu.cc [ok] 2024-04-03T15:59:06.3012461Z /var/lib/jenkins/workspace/caffe2/operators/concat_split_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/concat_split_op_gpu.cc [ok] 2024-04-03T15:59:06.3019135Z /var/lib/jenkins/workspace/caffe2/operators/conv_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/conv_op_gpu.cc [ok] 2024-04-03T15:59:06.3026528Z /var/lib/jenkins/workspace/caffe2/operators/conv_op_shared_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/conv_op_shared_gpu.cc [ok] 2024-04-03T15:59:06.3032862Z /var/lib/jenkins/workspace/caffe2/operators/conv_transpose_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/conv_transpose_op_gpu.cc [ok] 2024-04-03T15:59:06.3042981Z /var/lib/jenkins/workspace/caffe2/operators/copy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/copy_op.hip [ok] 2024-04-03T15:59:06.3053095Z /var/lib/jenkins/workspace/caffe2/operators/cos_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cos_op.hip [ok] 2024-04-03T15:59:06.3062787Z /var/lib/jenkins/workspace/caffe2/operators/cosh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cosh_op.hip [ok] 2024-04-03T15:59:06.3076065Z /var/lib/jenkins/workspace/caffe2/operators/cosine_embedding_criterion_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cosine_embedding_criterion_op.hip [ok] 2024-04-03T15:59:06.3081919Z /var/lib/jenkins/workspace/caffe2/operators/counter_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/counter_ops_gpu.cc [ok] 2024-04-03T15:59:06.3132348Z /var/lib/jenkins/workspace/caffe2/operators/cross_entropy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cross_entropy_op.hip [ok] 2024-04-03T15:59:06.3142151Z /var/lib/jenkins/workspace/caffe2/operators/cube_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/cube_op.hip [ok] 2024-04-03T15:59:06.3147650Z /var/lib/jenkins/workspace/caffe2/operators/data_couple_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/data_couple_gpu.hip [ok] 2024-04-03T15:59:06.3218590Z /var/lib/jenkins/workspace/caffe2/operators/deform_conv_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/deform_conv_op.hip [ok] 2024-04-03T15:59:06.3275417Z /var/lib/jenkins/workspace/caffe2/operators/distance_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/distance_op.hip [ok] 2024-04-03T15:59:06.3281694Z /var/lib/jenkins/workspace/caffe2/operators/do_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/do_op_gpu.cc [ok] 2024-04-03T15:59:06.3303708Z /var/lib/jenkins/workspace/caffe2/operators/dropout_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/dropout_op.hip [ok] 2024-04-03T15:59:06.3313741Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_add_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_add_op_gpu.cc [ok] 2024-04-03T15:59:06.3356994Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_div_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_div_op.hip [ok] 2024-04-03T15:59:06.3372241Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_linear_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_linear_op.hip [ok] 2024-04-03T15:59:06.3399430Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_mul_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_mul_op.hip [ok] 2024-04-03T15:59:06.3407112Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_op_gpu_test.cc [ok] 2024-04-03T15:59:06.3436512Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_ops.hip [ok] 2024-04-03T15:59:06.3443071Z /var/lib/jenkins/workspace/caffe2/operators/elementwise_sub_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/elementwise_sub_op_gpu.cc [ok] 2024-04-03T15:59:06.3456090Z /var/lib/jenkins/workspace/caffe2/operators/elu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/elu_op.hip [ok] 2024-04-03T15:59:06.3462829Z /var/lib/jenkins/workspace/caffe2/operators/enforce_finite_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/enforce_finite_op.hip [ok] 2024-04-03T15:59:06.3468847Z /var/lib/jenkins/workspace/caffe2/operators/ensure_cpu_output_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/ensure_cpu_output_op.hip [ok] 2024-04-03T15:59:06.3477861Z /var/lib/jenkins/workspace/caffe2/operators/erf_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/erf_op.hip [ok] 2024-04-03T15:59:06.3483688Z /var/lib/jenkins/workspace/caffe2/operators/exp_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/exp_op_gpu.cc [ok] 2024-04-03T15:59:06.3503791Z /var/lib/jenkins/workspace/caffe2/operators/expand_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/expand_op_gpu.cc [ok] 2024-04-03T15:59:06.3509362Z /var/lib/jenkins/workspace/caffe2/operators/expand_squeeze_dims_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/expand_squeeze_dims_op_gpu.cc [ok] 2024-04-03T15:59:06.3526240Z /var/lib/jenkins/workspace/caffe2/operators/filler_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/filler_op.hip [ok] 2024-04-03T15:59:06.3536995Z /var/lib/jenkins/workspace/caffe2/operators/find_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/find_op.hip [ok] 2024-04-03T15:59:06.3545650Z /var/lib/jenkins/workspace/caffe2/operators/floor_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/floor_op.hip [ok] 2024-04-03T15:59:06.3551561Z /var/lib/jenkins/workspace/caffe2/operators/free_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/free_op_gpu.cc [ok] 2024-04-03T15:59:06.3573603Z /var/lib/jenkins/workspace/caffe2/operators/fully_connected_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/fully_connected_op_gpu.cc [ok] 2024-04-03T15:59:06.3581601Z /var/lib/jenkins/workspace/caffe2/operators/gather_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gather_op.hip [ok] 2024-04-03T15:59:06.3598718Z /var/lib/jenkins/workspace/caffe2/operators/gather_op.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/gather_op.cuh [ok] 2024-04-03T15:59:06.3630703Z /var/lib/jenkins/workspace/caffe2/operators/gelu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gelu_op.hip [ok] 2024-04-03T15:59:06.3712761Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op.hip [ok] 2024-04-03T15:59:06.3800996Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_gpu_test.cc [ok] 2024-04-03T15:59:06.3863330Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_util_nms_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_util_nms_gpu.hip [ok] 2024-04-03T15:59:06.3875758Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_util_nms_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_util_nms_gpu.h [ok] 2024-04-03T15:59:06.3976224Z /var/lib/jenkins/workspace/caffe2/operators/generate_proposals_op_util_nms_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/generate_proposals_op_util_nms_gpu_test.cc [ok] 2024-04-03T15:59:06.3983545Z /var/lib/jenkins/workspace/caffe2/operators/given_tensor_byte_string_to_uint8_fill_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/given_tensor_byte_string_to_uint8_fill_op.hip [ok] 2024-04-03T15:59:06.3991487Z /var/lib/jenkins/workspace/caffe2/operators/given_tensor_fill_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/given_tensor_fill_op.hip [ok] 2024-04-03T15:59:06.4000608Z /var/lib/jenkins/workspace/caffe2/operators/glu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/glu_op.hip [ok] 2024-04-03T15:59:06.4064427Z /var/lib/jenkins/workspace/caffe2/operators/group_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/group_norm_op.hip [ok] 2024-04-03T15:59:06.4084648Z /var/lib/jenkins/workspace/caffe2/operators/gru_unit_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/gru_unit_op_gpu.hip [ok] 2024-04-03T15:59:06.4103980Z /var/lib/jenkins/workspace/caffe2/operators/half_float_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/half_float_ops.hip [ok] 2024-04-03T15:59:06.4127575Z /var/lib/jenkins/workspace/caffe2/operators/hard_sigmoid_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/hard_sigmoid_op.hip [ok] 2024-04-03T15:59:06.4132635Z /var/lib/jenkins/workspace/caffe2/operators/if_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/if_op_gpu.cc [ok] 2024-04-03T15:59:06.4138583Z /var/lib/jenkins/workspace/caffe2/operators/im2col_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/im2col_op_gpu.cc [ok] 2024-04-03T15:59:06.4201966Z /var/lib/jenkins/workspace/caffe2/operators/instance_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/instance_norm_op.hip [ok] 2024-04-03T15:59:06.4230067Z /var/lib/jenkins/workspace/caffe2/operators/integral_image_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/integral_image_op.hip [ok] 2024-04-03T15:59:06.4271530Z /var/lib/jenkins/workspace/caffe2/operators/layer_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/layer_norm_op.hip [ok] 2024-04-03T15:59:06.4282247Z /var/lib/jenkins/workspace/caffe2/operators/leaky_relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/leaky_relu_op.hip [ok] 2024-04-03T15:59:06.4287989Z /var/lib/jenkins/workspace/caffe2/operators/lengths_pad_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lengths_pad_op.hip [ok] 2024-04-03T15:59:06.4307552Z /var/lib/jenkins/workspace/caffe2/operators/lengths_tile_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lengths_tile_op.hip [ok] 2024-04-03T15:59:06.4314740Z /var/lib/jenkins/workspace/caffe2/operators/load_save_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/load_save_op_gpu.cc [ok] 2024-04-03T15:59:06.4365639Z /var/lib/jenkins/workspace/caffe2/operators/local_response_normalization_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/local_response_normalization_op.hip [ok] 2024-04-03T15:59:06.4381510Z /var/lib/jenkins/workspace/caffe2/operators/locally_connected_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/locally_connected_op_gpu.cc [ok] 2024-04-03T15:59:06.4390571Z /var/lib/jenkins/workspace/caffe2/operators/log1p_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/log1p_op.hip [ok] 2024-04-03T15:59:06.4411746Z /var/lib/jenkins/workspace/caffe2/operators/log_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/log_op_gpu.cc [ok] 2024-04-03T15:59:06.4423962Z /var/lib/jenkins/workspace/caffe2/operators/logit_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/logit_op.hip [ok] 2024-04-03T15:59:06.4431412Z /var/lib/jenkins/workspace/caffe2/operators/loss_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/loss_op.hip [ok] 2024-04-03T15:59:06.4468708Z /var/lib/jenkins/workspace/caffe2/operators/lp_pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lp_pool_op.hip [ok] 2024-04-03T15:59:06.4483235Z /var/lib/jenkins/workspace/caffe2/operators/lpnorm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lpnorm_op.hip [ok] 2024-04-03T15:59:06.4511914Z /var/lib/jenkins/workspace/caffe2/operators/lstm_unit_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/lstm_unit_op_gpu.hip [ok] 2024-04-03T15:59:06.4526837Z /var/lib/jenkins/workspace/caffe2/operators/margin_ranking_criterion_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/margin_ranking_criterion_op.hip [ok] 2024-04-03T15:59:06.4533848Z /var/lib/jenkins/workspace/caffe2/operators/matmul_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/matmul_op_gpu.cc [ok] 2024-04-03T15:59:06.4563161Z /var/lib/jenkins/workspace/caffe2/operators/max_pool_with_index.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/max_pool_with_index.hip [ok] 2024-04-03T15:59:06.4571756Z /var/lib/jenkins/workspace/caffe2/operators/max_pool_with_index_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/hip/max_pool_with_index_gpu.h [ok] 2024-04-03T15:59:06.4577163Z /var/lib/jenkins/workspace/caffe2/operators/mean_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mean_op.hip [ok] 2024-04-03T15:59:06.4586581Z /var/lib/jenkins/workspace/caffe2/operators/mem_query_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mem_query_op.hip [ok] 2024-04-03T15:59:06.4598111Z /var/lib/jenkins/workspace/caffe2/operators/minmax_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/minmax_ops.hip [ok] 2024-04-03T15:59:06.4609450Z /var/lib/jenkins/workspace/caffe2/operators/mod_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/mod_op.hip [ok] 2024-04-03T15:59:06.4625513Z /var/lib/jenkins/workspace/caffe2/operators/moments_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/moments_op.hip [ok] 2024-04-03T15:59:06.4639039Z /var/lib/jenkins/workspace/caffe2/operators/multi_class_accuracy_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/multi_class_accuracy_op.hip [ok] 2024-04-03T15:59:06.4644915Z /var/lib/jenkins/workspace/caffe2/operators/negate_gradient_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/negate_gradient_op_gpu.cc [ok] 2024-04-03T15:59:06.4653233Z /var/lib/jenkins/workspace/caffe2/operators/negative_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/negative_op_gpu.cc [ok] 2024-04-03T15:59:06.4674161Z /var/lib/jenkins/workspace/caffe2/operators/normalize_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/normalize_ops.hip [ok] 2024-04-03T15:59:06.4683248Z /var/lib/jenkins/workspace/caffe2/operators/one_hot_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/one_hot_ops.hip [ok] 2024-04-03T15:59:06.4700941Z /var/lib/jenkins/workspace/caffe2/operators/operator_fallback_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/hip/operator_fallback_gpu.h [ok] 2024-04-03T15:59:06.4726331Z /var/lib/jenkins/workspace/caffe2/operators/operator_fallback_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/operator_fallback_gpu_test.cc [ok] 2024-04-03T15:59:06.4734748Z /var/lib/jenkins/workspace/caffe2/operators/order_switch_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/order_switch_ops_gpu.cc [ok] 2024-04-03T15:59:06.4769953Z /var/lib/jenkins/workspace/caffe2/operators/pack_segments.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pack_segments.hip [ok] 2024-04-03T15:59:06.4835379Z /var/lib/jenkins/workspace/caffe2/operators/pad_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pad_op_gpu.hip [ok] 2024-04-03T15:59:06.4844592Z /var/lib/jenkins/workspace/caffe2/operators/perplexity_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/perplexity_op.hip [ok] 2024-04-03T15:59:06.4875868Z /var/lib/jenkins/workspace/caffe2/operators/piecewise_linear_transform_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/piecewise_linear_transform_op.hip [ok] 2024-04-03T15:59:06.5118649Z /var/lib/jenkins/workspace/caffe2/operators/pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pool_op.hip [ok] 2024-04-03T15:59:06.5134861Z /var/lib/jenkins/workspace/caffe2/operators/pow_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/pow_op.hip [ok] 2024-04-03T15:59:06.5170145Z /var/lib/jenkins/workspace/caffe2/operators/prelu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/prelu_op.hip [ok] 2024-04-03T15:59:06.5176126Z /var/lib/jenkins/workspace/caffe2/operators/prepend_dim_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/prepend_dim_op_gpu.cc [ok] 2024-04-03T15:59:06.5187505Z /var/lib/jenkins/workspace/caffe2/operators/reciprocal_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reciprocal_op.hip [ok] 2024-04-03T15:59:06.5208582Z /var/lib/jenkins/workspace/caffe2/operators/reduce_front_back_max_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduce_front_back_max_ops.hip [ok] 2024-04-03T15:59:06.5238837Z /var/lib/jenkins/workspace/caffe2/operators/reduce_front_back_sum_mean_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduce_front_back_sum_mean_ops.hip [ok] 2024-04-03T15:59:06.5258145Z /var/lib/jenkins/workspace/caffe2/operators/reduce_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduce_ops.hip [ok] 2024-04-03T15:59:06.5280596Z /var/lib/jenkins/workspace/caffe2/operators/reduction_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reduction_ops.hip [ok] 2024-04-03T15:59:06.5292903Z /var/lib/jenkins/workspace/caffe2/operators/relu_n_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/relu_n_op.hip [ok] 2024-04-03T15:59:06.5323283Z /var/lib/jenkins/workspace/caffe2/operators/relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/relu_op.hip [ok] 2024-04-03T15:59:06.5333005Z /var/lib/jenkins/workspace/caffe2/operators/replace_nan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/replace_nan_op.hip [ok] 2024-04-03T15:59:06.5339395Z /var/lib/jenkins/workspace/caffe2/operators/reshape_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/reshape_op_gpu.cc [ok] 2024-04-03T15:59:06.5348750Z /var/lib/jenkins/workspace/caffe2/operators/reshape_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/reshape_op_gpu_test.cc [ok] 2024-04-03T15:59:06.5373557Z /var/lib/jenkins/workspace/caffe2/operators/resize_3d_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/resize_3d_op.hip [ok] 2024-04-03T15:59:06.5395254Z /var/lib/jenkins/workspace/caffe2/operators/resize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/resize_op.hip [ok] 2024-04-03T15:59:06.5408140Z /var/lib/jenkins/workspace/caffe2/operators/reverse_packed_segs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/reverse_packed_segs_op.hip [ok] 2024-04-03T15:59:06.5431188Z /var/lib/jenkins/workspace/caffe2/operators/rmac_regions_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rmac_regions_op.hip [ok] 2024-04-03T15:59:06.5453805Z /var/lib/jenkins/workspace/caffe2/operators/rms_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rms_norm_op.hip [ok] 2024-04-03T15:59:06.5479712Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_gradient_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_gradient_op.hip [ok] 2024-04-03T15:59:06.5501564Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_op.hip [ok] 2024-04-03T15:59:06.5530989Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_op_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_op_gpu_test.cc [ok] 2024-04-03T15:59:06.5557189Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_rotated_gradient_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_rotated_gradient_op.hip [ok] 2024-04-03T15:59:06.5580505Z /var/lib/jenkins/workspace/caffe2/operators/roi_align_rotated_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_align_rotated_op.hip [ok] 2024-04-03T15:59:06.5608921Z /var/lib/jenkins/workspace/caffe2/operators/roi_pool_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/roi_pool_op.hip [ok] 2024-04-03T15:59:06.5619433Z /var/lib/jenkins/workspace/caffe2/operators/rsqrt_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/rsqrt_op.hip [ok] 2024-04-03T15:59:06.5640942Z /var/lib/jenkins/workspace/caffe2/operators/scale_blobs_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/scale_blobs_op.hip [ok] 2024-04-03T15:59:06.5659145Z /var/lib/jenkins/workspace/caffe2/operators/scale_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/scale_op_gpu.cc [ok] 2024-04-03T15:59:06.5835087Z /var/lib/jenkins/workspace/caffe2/operators/segment_reduction_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/segment_reduction_op_gpu.hip [ok] 2024-04-03T15:59:06.5847781Z /var/lib/jenkins/workspace/caffe2/operators/segment_reduction_op_gpu.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/segment_reduction_op_gpu.cuh [ok] 2024-04-03T15:59:06.5859803Z /var/lib/jenkins/workspace/caffe2/operators/selu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/selu_op.hip [ok] 2024-04-03T15:59:06.5898474Z /var/lib/jenkins/workspace/caffe2/operators/sequence_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sequence_ops.hip [ok] 2024-04-03T15:59:06.5904345Z /var/lib/jenkins/workspace/caffe2/operators/shape_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/shape_op_gpu.cc [ok] 2024-04-03T15:59:06.5916700Z /var/lib/jenkins/workspace/caffe2/operators/sigmoid_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sigmoid_op.hip [ok] 2024-04-03T15:59:06.5926954Z /var/lib/jenkins/workspace/caffe2/operators/sin_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sin_op.hip [ok] 2024-04-03T15:59:06.5936064Z /var/lib/jenkins/workspace/caffe2/operators/sinh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sinh_op.hip [ok] 2024-04-03T15:59:06.5975300Z /var/lib/jenkins/workspace/caffe2/operators/slice_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/slice_op.hip [ok] 2024-04-03T15:59:06.6077431Z /var/lib/jenkins/workspace/caffe2/operators/softmax_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softmax_ops.hip [ok] 2024-04-03T15:59:06.6090370Z /var/lib/jenkins/workspace/caffe2/operators/softplus_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softplus_op.hip [ok] 2024-04-03T15:59:06.6103349Z /var/lib/jenkins/workspace/caffe2/operators/softsign_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/softsign_op.hip [ok] 2024-04-03T15:59:06.6124814Z /var/lib/jenkins/workspace/caffe2/operators/space_batch_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/space_batch_op_gpu.hip [ok] 2024-04-03T15:59:06.6131274Z /var/lib/jenkins/workspace/caffe2/operators/sparse_lp_regularizer_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sparse_lp_regularizer_op_gpu.hip [ok] 2024-04-03T15:59:06.6136757Z /var/lib/jenkins/workspace/caffe2/operators/sparse_normalize_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sparse_normalize_op_gpu.hip [ok] 2024-04-03T15:59:06.6149899Z /var/lib/jenkins/workspace/caffe2/operators/sparse_to_dense_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/sparse_to_dense_op.hip [ok] 2024-04-03T15:59:06.6156240Z /var/lib/jenkins/workspace/caffe2/operators/spatial_batch_norm_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/spatial_batch_norm_op.hip [ok] 2024-04-03T15:59:06.6200526Z /var/lib/jenkins/workspace/caffe2/operators/spatial_batch_norm_op_impl.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/spatial_batch_norm_op_impl.cuh [ok] 2024-04-03T15:59:06.6205943Z /var/lib/jenkins/workspace/caffe2/operators/sqr_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/sqr_op_gpu.cc [ok] 2024-04-03T15:59:06.6212309Z /var/lib/jenkins/workspace/caffe2/operators/sqrt_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/sqrt_op_gpu.cc [ok] 2024-04-03T15:59:06.6217726Z /var/lib/jenkins/workspace/caffe2/operators/stop_gradient_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/stop_gradient_gpu.cc [ok] 2024-04-03T15:59:06.6227649Z /var/lib/jenkins/workspace/caffe2/operators/stump_func_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/stump_func_op.hip [ok] 2024-04-03T15:59:06.6241467Z /var/lib/jenkins/workspace/caffe2/operators/summarize_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/summarize_op.hip [ok] 2024-04-03T15:59:06.6254257Z /var/lib/jenkins/workspace/caffe2/operators/swish_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/swish_op.hip [ok] 2024-04-03T15:59:06.6264984Z /var/lib/jenkins/workspace/caffe2/operators/tan_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tan_op.hip [ok] 2024-04-03T15:59:06.6275165Z /var/lib/jenkins/workspace/caffe2/operators/tanh_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tanh_op.hip [ok] 2024-04-03T15:59:06.6281891Z /var/lib/jenkins/workspace/caffe2/operators/tensor_protos_db_input_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/tensor_protos_db_input_gpu.cc [ok] 2024-04-03T15:59:06.6293204Z /var/lib/jenkins/workspace/caffe2/operators/thresholded_relu_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/thresholded_relu_op.hip [ok] 2024-04-03T15:59:06.6307131Z /var/lib/jenkins/workspace/caffe2/operators/tile_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/tile_op.hip [ok] 2024-04-03T15:59:06.6346154Z /var/lib/jenkins/workspace/caffe2/operators/top_k.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/top_k.hip [ok] 2024-04-03T15:59:06.6372641Z /var/lib/jenkins/workspace/caffe2/operators/top_k_heap_selection.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/top_k_heap_selection.cuh [ok] 2024-04-03T15:59:06.6419561Z /var/lib/jenkins/workspace/caffe2/operators/top_k_radix_selection.cuh -> /var/lib/jenkins/workspace/caffe2/operators/hip/top_k_radix_selection.cuh [ok] 2024-04-03T15:59:06.6424754Z /var/lib/jenkins/workspace/caffe2/operators/transpose_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/transpose_op.hip [ok] 2024-04-03T15:59:06.6442412Z /var/lib/jenkins/workspace/caffe2/operators/unique_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/unique_ops.hip [ok] 2024-04-03T15:59:06.6448720Z /var/lib/jenkins/workspace/caffe2/operators/unsafe_coalesce.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/unsafe_coalesce.hip [ok] 2024-04-03T15:59:06.6477136Z /var/lib/jenkins/workspace/caffe2/operators/upsample_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/upsample_op.hip [ok] 2024-04-03T15:59:06.6513170Z /var/lib/jenkins/workspace/caffe2/operators/utility_ops.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/utility_ops.hip [ok] 2024-04-03T15:59:06.6521964Z /var/lib/jenkins/workspace/caffe2/operators/utility_ops_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/utility_ops_gpu_test.cc [ok] 2024-04-03T15:59:06.6536090Z /var/lib/jenkins/workspace/caffe2/operators/weighted_sample_op.cu -> /var/lib/jenkins/workspace/caffe2/operators/hip/weighted_sample_op.hip [ok] 2024-04-03T15:59:06.6542263Z /var/lib/jenkins/workspace/caffe2/operators/while_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/while_op_gpu.cc [ok] 2024-04-03T15:59:06.6548467Z /var/lib/jenkins/workspace/caffe2/operators/zero_gradient_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/hip/zero_gradient_op_gpu.cc [ok] 2024-04-03T15:59:06.6554713Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_blob_fetcher_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_blob_fetcher_op_gpu.cc [ok] 2024-04-03T15:59:06.6575689Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_executor_gpu.cc -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_executor_gpu.cc [ok] 2024-04-03T15:59:06.6589363Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_executor_gpu.h -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_executor_gpu.h [ok] 2024-04-03T15:59:06.6602392Z /var/lib/jenkins/workspace/caffe2/operators/rnn/recurrent_network_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/operators/rnn/hip/recurrent_network_op_gpu.hip [ok] 2024-04-03T15:59:06.6609891Z /var/lib/jenkins/workspace/caffe2/queue/queue_ops_gpu.cc -> /var/lib/jenkins/workspace/caffe2/queue/hip/queue_ops_gpu.cc [ok] 2024-04-03T15:59:06.6637103Z /var/lib/jenkins/workspace/caffe2/sgd/adadelta_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adadelta_op_gpu.hip [ok] 2024-04-03T15:59:06.6804058Z /var/lib/jenkins/workspace/caffe2/sgd/adagrad_fused_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adagrad_fused_op_gpu.hip [ok] 2024-04-03T15:59:06.6834167Z /var/lib/jenkins/workspace/caffe2/sgd/adagrad_fused_op_gpu.cuh -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adagrad_fused_op_gpu.cuh [ok] 2024-04-03T15:59:06.6861612Z /var/lib/jenkins/workspace/caffe2/sgd/adagrad_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adagrad_op_gpu.hip [ok] 2024-04-03T15:59:06.6905874Z /var/lib/jenkins/workspace/caffe2/sgd/adam_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/adam_op_gpu.hip [ok] 2024-04-03T15:59:06.6937739Z /var/lib/jenkins/workspace/caffe2/sgd/fp16_momentum_sgd_op.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/fp16_momentum_sgd_op.hip [ok] 2024-04-03T15:59:06.6954887Z /var/lib/jenkins/workspace/caffe2/sgd/fp32_momentum_sgd_op.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/fp32_momentum_sgd_op.hip [ok] 2024-04-03T15:59:06.6960760Z /var/lib/jenkins/workspace/caffe2/sgd/iter_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/sgd/hip/iter_op_gpu.cc [ok] 2024-04-03T15:59:06.6968624Z /var/lib/jenkins/workspace/caffe2/sgd/lars_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/lars_op_gpu.hip [ok] 2024-04-03T15:59:06.6974329Z /var/lib/jenkins/workspace/caffe2/sgd/learning_rate_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/sgd/hip/learning_rate_op_gpu.cc [ok] 2024-04-03T15:59:06.6994852Z /var/lib/jenkins/workspace/caffe2/sgd/momentum_sgd_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/momentum_sgd_op_gpu.hip [ok] 2024-04-03T15:59:06.7003702Z /var/lib/jenkins/workspace/caffe2/sgd/rmsprop_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/rmsprop_op_gpu.hip [ok] 2024-04-03T15:59:06.7011967Z /var/lib/jenkins/workspace/caffe2/sgd/weight_scale_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/sgd/hip/weight_scale_op_gpu.cc [ok] 2024-04-03T15:59:06.7025484Z /var/lib/jenkins/workspace/caffe2/sgd/yellowfin_op_gpu.cu -> /var/lib/jenkins/workspace/caffe2/sgd/hip/yellowfin_op_gpu.hip [ok] 2024-04-03T15:59:06.7033928Z /var/lib/jenkins/workspace/caffe2/utils/GpuAtomics.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuAtomics.cuh [ok] 2024-04-03T15:59:06.7053717Z /var/lib/jenkins/workspace/caffe2/utils/GpuBitonicSort.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuBitonicSort.cuh [ok] 2024-04-03T15:59:06.7068407Z /var/lib/jenkins/workspace/caffe2/utils/GpuDefs.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuDefs.cuh [ok] 2024-04-03T15:59:06.7083240Z /var/lib/jenkins/workspace/caffe2/utils/GpuScanUtils.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/GpuScanUtils.cuh [ok] 2024-04-03T15:59:06.7090711Z /var/lib/jenkins/workspace/caffe2/utils/cub_namespace.cuh -> /var/lib/jenkins/workspace/caffe2/utils/hip/cub_namespace.cuh [ok] 2024-04-03T15:59:06.7409554Z /var/lib/jenkins/workspace/caffe2/utils/math_gpu.cu -> /var/lib/jenkins/workspace/caffe2/utils/hip/math_gpu.hip [ok] 2024-04-03T15:59:06.7450589Z /var/lib/jenkins/workspace/caffe2/utils/math_gpu_test.cc -> /var/lib/jenkins/workspace/caffe2/utils/hip/math_gpu_test.cc [ok] 2024-04-03T15:59:06.7477205Z /var/lib/jenkins/workspace/caffe2/utils/math/broadcast.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/broadcast.hip [ok] 2024-04-03T15:59:06.7679132Z /var/lib/jenkins/workspace/caffe2/utils/math/elementwise.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/elementwise.hip [ok] 2024-04-03T15:59:06.7746998Z /var/lib/jenkins/workspace/caffe2/utils/math/reduce.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/reduce.hip [ok] 2024-04-03T15:59:06.7772322Z /var/lib/jenkins/workspace/caffe2/utils/math/reduce.cuh -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/reduce.cuh [ok] 2024-04-03T15:59:06.7815797Z /var/lib/jenkins/workspace/caffe2/utils/math/transpose.cu -> /var/lib/jenkins/workspace/caffe2/utils/math/hip/transpose.hip [ok] 2024-04-03T15:59:06.7822890Z /var/lib/jenkins/workspace/caffe2/video/video_input_op_gpu.cc -> /var/lib/jenkins/workspace/caffe2/video/hip/video_input_op_gpu.cc [ok] 2024-04-03T15:59:06.7847501Z /var/lib/jenkins/workspace/modules/detectron/group_spatial_softmax_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/group_spatial_softmax_op.hip [ok] 2024-04-03T15:59:06.7887456Z /var/lib/jenkins/workspace/modules/detectron/ps_roi_pool_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/ps_roi_pool_op.hip [ok] 2024-04-03T15:59:06.7916405Z /var/lib/jenkins/workspace/modules/detectron/roi_pool_f_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/roi_pool_f_op.hip [ok] 2024-04-03T15:59:06.7930506Z /var/lib/jenkins/workspace/modules/detectron/sample_as_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/sample_as_op.hip [ok] 2024-04-03T15:59:06.7956472Z /var/lib/jenkins/workspace/modules/detectron/select_smooth_l1_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/select_smooth_l1_loss_op.hip [ok] 2024-04-03T15:59:06.7987030Z /var/lib/jenkins/workspace/modules/detectron/sigmoid_cross_entropy_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/sigmoid_cross_entropy_loss_op.hip [ok] 2024-04-03T15:59:06.8011406Z /var/lib/jenkins/workspace/modules/detectron/sigmoid_focal_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/sigmoid_focal_loss_op.hip [ok] 2024-04-03T15:59:06.8040264Z /var/lib/jenkins/workspace/modules/detectron/smooth_l1_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/smooth_l1_loss_op.hip [ok] 2024-04-03T15:59:06.8072577Z /var/lib/jenkins/workspace/modules/detectron/softmax_focal_loss_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/softmax_focal_loss_op.hip [ok] 2024-04-03T15:59:06.8092862Z /var/lib/jenkins/workspace/modules/detectron/spatial_narrow_as_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/spatial_narrow_as_op.hip [ok] 2024-04-03T15:59:06.8120008Z /var/lib/jenkins/workspace/modules/detectron/upsample_nearest_op.cu -> /var/lib/jenkins/workspace/modules/detectron/hip/upsample_nearest_op.hip [ok] 2024-04-03T15:59:06.8273717Z /var/lib/jenkins/workspace/tools/autograd/templates/python_variable_methods.cpp -> /var/lib/jenkins/workspace/tools/autograd/templates/python_variable_methods.cpp [ok] 2024-04-03T15:59:06.8277720Z /var/lib/jenkins/workspace/torch/abi-check.cpp -> /var/lib/jenkins/workspace/torch/abi-check.cpp [skipped, already hipified] 2024-04-03T15:59:06.8340607Z /var/lib/jenkins/workspace/torch/custom_class.h -> /var/lib/jenkins/workspace/torch/custom_class.h [skipped, already hipified] 2024-04-03T15:59:06.8366780Z /var/lib/jenkins/workspace/torch/custom_class_detail.h -> /var/lib/jenkins/workspace/torch/custom_class_detail.h [skipped, already hipified] 2024-04-03T15:59:06.8371872Z /var/lib/jenkins/workspace/torch/extension.h -> /var/lib/jenkins/workspace/torch/extension.h [skipped, already hipified] 2024-04-03T15:59:06.8492899Z /var/lib/jenkins/workspace/torch/library.h -> /var/lib/jenkins/workspace/torch/library.h [skipped, already hipified] 2024-04-03T15:59:06.8499776Z /var/lib/jenkins/workspace/torch/script.h -> /var/lib/jenkins/workspace/torch/script.h [skipped, already hipified] 2024-04-03T15:59:06.8506261Z /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi.in -> /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi.in [skipped, already hipified] 2024-04-03T15:59:06.8735774Z /var/lib/jenkins/workspace/torch/_C/__init__.pyi.in -> /var/lib/jenkins/workspace/torch/_C/__init__.pyi.in [skipped, already hipified] 2024-04-03T15:59:06.8746788Z /var/lib/jenkins/workspace/torch/_C/_nn.pyi.in -> /var/lib/jenkins/workspace/torch/_C/_nn.pyi.in [skipped, already hipified] 2024-04-03T15:59:06.8756607Z /var/lib/jenkins/workspace/torch/_C/return_types.pyi.in -> /var/lib/jenkins/workspace/torch/_C/return_types.pyi.in [skipped, already hipified] 2024-04-03T15:59:06.8784463Z /var/lib/jenkins/workspace/torch/_inductor/codegen/cpp_prefix.h -> /var/lib/jenkins/workspace/torch/_inductor/codegen/cpp_prefix.h [skipped, already hipified] 2024-04-03T15:59:06.8797802Z /var/lib/jenkins/workspace/torch/_inductor/codegen/aoti_runtime/implementation.cpp -> /var/lib/jenkins/workspace/torch/_inductor/codegen/aoti_runtime/implementation.cpp [skipped, already hipified] 2024-04-03T15:59:06.8839021Z /var/lib/jenkins/workspace/torch/_inductor/codegen/aoti_runtime/interface.cpp -> /var/lib/jenkins/workspace/torch/_inductor/codegen/aoti_runtime/interface.cpp [skipped, already hipified] 2024-04-03T15:59:06.8871526Z /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.cpp [ok] 2024-04-03T15:59:06.8885691Z /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.h -> /var/lib/jenkins/workspace/torch/csrc/CudaIPCTypes.h [ok] 2024-04-03T15:59:06.8918361Z /var/lib/jenkins/workspace/torch/csrc/DataLoader.cpp -> /var/lib/jenkins/workspace/torch/csrc/DataLoader.cpp [skipped, already hipified] 2024-04-03T15:59:06.8923998Z /var/lib/jenkins/workspace/torch/csrc/DataLoader.h -> /var/lib/jenkins/workspace/torch/csrc/DataLoader.h [skipped, already hipified] 2024-04-03T15:59:06.8954570Z /var/lib/jenkins/workspace/torch/csrc/Device.cpp -> /var/lib/jenkins/workspace/torch/csrc/Device.cpp [skipped, already hipified] 2024-04-03T15:59:06.8960683Z /var/lib/jenkins/workspace/torch/csrc/Device.h -> /var/lib/jenkins/workspace/torch/csrc/Device.h [skipped, already hipified] 2024-04-03T15:59:06.8983090Z /var/lib/jenkins/workspace/torch/csrc/Dtype.cpp -> /var/lib/jenkins/workspace/torch/csrc/Dtype.cpp [skipped, already hipified] 2024-04-03T15:59:06.8990192Z /var/lib/jenkins/workspace/torch/csrc/Dtype.h -> /var/lib/jenkins/workspace/torch/csrc/Dtype.h [skipped, already hipified] 2024-04-03T15:59:06.9007690Z /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.cpp [skipped, already hipified] 2024-04-03T15:59:06.9015278Z /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.h -> /var/lib/jenkins/workspace/torch/csrc/DynamicTypes.h [skipped, already hipified] 2024-04-03T15:59:06.9057793Z /var/lib/jenkins/workspace/torch/csrc/Exceptions.cpp -> /var/lib/jenkins/workspace/torch/csrc/Exceptions.cpp [skipped, already hipified] 2024-04-03T15:59:06.9114591Z /var/lib/jenkins/workspace/torch/csrc/Exceptions.h -> /var/lib/jenkins/workspace/torch/csrc/Exceptions.h [skipped, already hipified] 2024-04-03T15:59:06.9120977Z /var/lib/jenkins/workspace/torch/csrc/Export.h -> /var/lib/jenkins/workspace/torch/csrc/Export.h [skipped, already hipified] 2024-04-03T15:59:06.9159378Z /var/lib/jenkins/workspace/torch/csrc/Generator.cpp -> /var/lib/jenkins/workspace/torch/csrc/Generator.cpp [ok] 2024-04-03T15:59:06.9168099Z /var/lib/jenkins/workspace/torch/csrc/Generator.h -> /var/lib/jenkins/workspace/torch/csrc/Generator.h [skipped, already hipified] 2024-04-03T15:59:06.9180070Z /var/lib/jenkins/workspace/torch/csrc/Layout.cpp -> /var/lib/jenkins/workspace/torch/csrc/Layout.cpp [skipped, already hipified] 2024-04-03T15:59:06.9187981Z /var/lib/jenkins/workspace/torch/csrc/Layout.h -> /var/lib/jenkins/workspace/torch/csrc/Layout.h [skipped, already hipified] 2024-04-03T15:59:06.9201141Z /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.cpp -> /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.cpp [skipped, already hipified] 2024-04-03T15:59:06.9210361Z /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.h -> /var/lib/jenkins/workspace/torch/csrc/MemoryFormat.h [skipped, already hipified] 2024-04-03T15:59:06.9450339Z /var/lib/jenkins/workspace/torch/csrc/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/Module.cpp [ok] 2024-04-03T15:59:06.9455986Z /var/lib/jenkins/workspace/torch/csrc/Module.h -> /var/lib/jenkins/workspace/torch/csrc/Module.h [skipped, already hipified] 2024-04-03T15:59:06.9562010Z /var/lib/jenkins/workspace/torch/csrc/PyInterpreter.cpp -> /var/lib/jenkins/workspace/torch/csrc/PyInterpreter.cpp [skipped, already hipified] 2024-04-03T15:59:06.9567753Z /var/lib/jenkins/workspace/torch/csrc/PyInterpreter.h -> /var/lib/jenkins/workspace/torch/csrc/PyInterpreter.h [skipped, already hipified] 2024-04-03T15:59:06.9580849Z /var/lib/jenkins/workspace/torch/csrc/QScheme.cpp -> /var/lib/jenkins/workspace/torch/csrc/QScheme.cpp [skipped, already hipified] 2024-04-03T15:59:06.9586729Z /var/lib/jenkins/workspace/torch/csrc/QScheme.h -> /var/lib/jenkins/workspace/torch/csrc/QScheme.h [skipped, already hipified] 2024-04-03T15:59:06.9615612Z /var/lib/jenkins/workspace/torch/csrc/Size.cpp -> /var/lib/jenkins/workspace/torch/csrc/Size.cpp [skipped, already hipified] 2024-04-03T15:59:06.9621819Z /var/lib/jenkins/workspace/torch/csrc/Size.h -> /var/lib/jenkins/workspace/torch/csrc/Size.h [skipped, already hipified] 2024-04-03T15:59:06.9696127Z /var/lib/jenkins/workspace/torch/csrc/Storage.cpp -> /var/lib/jenkins/workspace/torch/csrc/Storage.cpp [ok] 2024-04-03T15:59:06.9705565Z /var/lib/jenkins/workspace/torch/csrc/Storage.h -> /var/lib/jenkins/workspace/torch/csrc/Storage.h [skipped, already hipified] 2024-04-03T15:59:06.9765538Z /var/lib/jenkins/workspace/torch/csrc/StorageMethods.cpp -> /var/lib/jenkins/workspace/torch/csrc/StorageMethods.cpp [ok] 2024-04-03T15:59:06.9771567Z /var/lib/jenkins/workspace/torch/csrc/StorageMethods.h -> /var/lib/jenkins/workspace/torch/csrc/StorageMethods.h [skipped, already hipified] 2024-04-03T15:59:06.9845505Z /var/lib/jenkins/workspace/torch/csrc/StorageSharing.cpp -> /var/lib/jenkins/workspace/torch/csrc/StorageSharing.cpp [ok] 2024-04-03T15:59:06.9850489Z /var/lib/jenkins/workspace/torch/csrc/StorageSharing.h -> /var/lib/jenkins/workspace/torch/csrc/StorageSharing.h [skipped, already hipified] 2024-04-03T15:59:06.9868875Z /var/lib/jenkins/workspace/torch/csrc/Stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/Stream.cpp [skipped, already hipified] 2024-04-03T15:59:06.9874819Z /var/lib/jenkins/workspace/torch/csrc/Stream.h -> /var/lib/jenkins/workspace/torch/csrc/Stream.h [skipped, already hipified] 2024-04-03T15:59:06.9881763Z /var/lib/jenkins/workspace/torch/csrc/THConcat.h -> /var/lib/jenkins/workspace/torch/csrc/THConcat.h [skipped, already hipified] 2024-04-03T15:59:06.9889027Z /var/lib/jenkins/workspace/torch/csrc/THP.h -> /var/lib/jenkins/workspace/torch/csrc/THP.h [skipped, already hipified] 2024-04-03T15:59:06.9931422Z /var/lib/jenkins/workspace/torch/csrc/TypeInfo.cpp -> /var/lib/jenkins/workspace/torch/csrc/TypeInfo.cpp [skipped, already hipified] 2024-04-03T15:59:06.9938205Z /var/lib/jenkins/workspace/torch/csrc/TypeInfo.h -> /var/lib/jenkins/workspace/torch/csrc/TypeInfo.h [skipped, already hipified] 2024-04-03T15:59:06.9943371Z /var/lib/jenkins/workspace/torch/csrc/Types.h -> /var/lib/jenkins/workspace/torch/csrc/Types.h [skipped, already hipified] 2024-04-03T15:59:06.9952594Z /var/lib/jenkins/workspace/torch/csrc/copy_utils.h -> /var/lib/jenkins/workspace/torch/csrc/copy_utils.h [skipped, already hipified] 2024-04-03T15:59:06.9954231Z /var/lib/jenkins/workspace/torch/csrc/empty.c -> /var/lib/jenkins/workspace/torch/csrc/empty.c [skipped, already hipified] 2024-04-03T15:59:06.9960211Z /var/lib/jenkins/workspace/torch/csrc/itt.cpp -> /var/lib/jenkins/workspace/torch/csrc/itt.cpp [skipped, already hipified] 2024-04-03T15:59:06.9966748Z /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.cpp -> /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.cpp [skipped, already hipified] 2024-04-03T15:59:06.9971938Z /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.h -> /var/lib/jenkins/workspace/torch/csrc/itt_wrapper.h [skipped, already hipified] 2024-04-03T15:59:07.0001871Z /var/lib/jenkins/workspace/torch/csrc/python_dimname.cpp -> /var/lib/jenkins/workspace/torch/csrc/python_dimname.cpp [skipped, already hipified] 2024-04-03T15:59:07.0006993Z /var/lib/jenkins/workspace/torch/csrc/python_dimname.h -> /var/lib/jenkins/workspace/torch/csrc/python_dimname.h [skipped, already hipified] 2024-04-03T15:59:07.0013575Z /var/lib/jenkins/workspace/torch/csrc/python_headers.h -> /var/lib/jenkins/workspace/torch/csrc/python_headers.h [skipped, already hipified] 2024-04-03T15:59:07.0055866Z /var/lib/jenkins/workspace/torch/csrc/serialization.cpp -> /var/lib/jenkins/workspace/torch/csrc/serialization.cpp [skipped, already hipified] 2024-04-03T15:59:07.0062550Z /var/lib/jenkins/workspace/torch/csrc/serialization.h -> /var/lib/jenkins/workspace/torch/csrc/serialization.h [skipped, already hipified] 2024-04-03T15:59:07.0067830Z /var/lib/jenkins/workspace/torch/csrc/stub.c -> /var/lib/jenkins/workspace/torch/csrc/stub.c [skipped, already hipified] 2024-04-03T15:59:07.0108670Z /var/lib/jenkins/workspace/torch/csrc/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils.cpp [skipped, already hipified] 2024-04-03T15:59:07.0141769Z /var/lib/jenkins/workspace/torch/csrc/utils.h -> /var/lib/jenkins/workspace/torch/csrc/utils.h [ok] 2024-04-03T15:59:07.0149079Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/all.h [skipped, already hipified] 2024-04-03T15:59:07.0161336Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/arg.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/arg.h [skipped, already hipified] 2024-04-03T15:59:07.0167893Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/autograd.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/autograd.h [skipped, already hipified] 2024-04-03T15:59:07.0174442Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/cuda.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/cuda.h [skipped, already hipified] 2024-04-03T15:59:07.0186540Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data.h [skipped, already hipified] 2024-04-03T15:59:07.0217906Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/enum.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/enum.h [skipped, already hipified] 2024-04-03T15:59:07.0243378Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/expanding_array.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/expanding_array.h [skipped, already hipified] 2024-04-03T15:59:07.0281264Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/fft.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/fft.h [skipped, already hipified] 2024-04-03T15:59:07.0290804Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/imethod.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/imethod.h [skipped, already hipified] 2024-04-03T15:59:07.0298123Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/jit.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/jit.h [skipped, already hipified] 2024-04-03T15:59:07.0383444Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/linalg.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/linalg.h [skipped, already hipified] 2024-04-03T15:59:07.0391755Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/mps.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/mps.h [skipped, already hipified] 2024-04-03T15:59:07.0405330Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nested.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nested.h [skipped, already hipified] 2024-04-03T15:59:07.0410474Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn.h [skipped, already hipified] 2024-04-03T15:59:07.0429587Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim.h [skipped, already hipified] 2024-04-03T15:59:07.0477759Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/ordered_dict.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/ordered_dict.h [skipped, already hipified] 2024-04-03T15:59:07.0510734Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python.h [skipped, already hipified] 2024-04-03T15:59:07.0529530Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize.h [skipped, already hipified] 2024-04-03T15:59:07.0536008Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/sparse.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/sparse.h [skipped, already hipified] 2024-04-03T15:59:07.0657581Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/special.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/special.h [skipped, already hipified] 2024-04-03T15:59:07.0662807Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/torch.h [skipped, already hipified] 2024-04-03T15:59:07.0674140Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/types.h [skipped, already hipified] 2024-04-03T15:59:07.0688202Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/utils.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/utils.h [skipped, already hipified] 2024-04-03T15:59:07.0693419Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/version.h.in -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/version.h.in [skipped, already hipified] 2024-04-03T15:59:07.0699948Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/xpu.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/xpu.h [skipped, already hipified] 2024-04-03T15:59:07.0710285Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader.h [skipped, already hipified] 2024-04-03T15:59:07.0723546Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader_options.h [skipped, already hipified] 2024-04-03T15:59:07.0729354Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets.h [skipped, already hipified] 2024-04-03T15:59:07.0737434Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/example.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/example.h [skipped, already hipified] 2024-04-03T15:59:07.0756889Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/iterator.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/iterator.h [skipped, already hipified] 2024-04-03T15:59:07.0762533Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers.h [skipped, already hipified] 2024-04-03T15:59:07.0768601Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms.h [skipped, already hipified] 2024-04-03T15:59:07.0786708Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/worker_exception.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/worker_exception.h [skipped, already hipified] 2024-04-03T15:59:07.0806279Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/base.h [skipped, already hipified] 2024-04-03T15:59:07.0818062Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateful.h [skipped, already hipified] 2024-04-03T15:59:07.0830739Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateless.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/dataloader/stateless.h [skipped, already hipified] 2024-04-03T15:59:07.0844841Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/base.h [skipped, already hipified] 2024-04-03T15:59:07.0906463Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/chunk.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/chunk.h [skipped, already hipified] 2024-04-03T15:59:07.0923810Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/map.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/map.h [skipped, already hipified] 2024-04-03T15:59:07.0932975Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/mnist.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/mnist.h [skipped, already hipified] 2024-04-03T15:59:07.0946238Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/shared.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/shared.h [skipped, already hipified] 2024-04-03T15:59:07.0957912Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/stateful.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/stateful.h [skipped, already hipified] 2024-04-03T15:59:07.0965000Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/datasets/tensor.h [skipped, already hipified] 2024-04-03T15:59:07.0976543Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/data_shuttle.h [skipped, already hipified] 2024-04-03T15:59:07.0988419Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/queue.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/queue.h [skipped, already hipified] 2024-04-03T15:59:07.1005462Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/sequencers.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/detail/sequencers.h [skipped, already hipified] 2024-04-03T15:59:07.1014121Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/base.h [skipped, already hipified] 2024-04-03T15:59:07.1020385Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h [skipped, already hipified] 2024-04-03T15:59:07.1036190Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/distributed.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/distributed.h [skipped, already hipified] 2024-04-03T15:59:07.1045848Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/random.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/random.h [skipped, already hipified] 2024-04-03T15:59:07.1054769Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/sequential.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/sequential.h [skipped, already hipified] 2024-04-03T15:59:07.1062274Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/serialize.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/serialize.h [skipped, already hipified] 2024-04-03T15:59:07.1072475Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/stream.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/samplers/stream.h [skipped, already hipified] 2024-04-03T15:59:07.1081676Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/base.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/base.h [skipped, already hipified] 2024-04-03T15:59:07.1089526Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/collate.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/collate.h [skipped, already hipified] 2024-04-03T15:59:07.1098931Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/lambda.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/lambda.h [skipped, already hipified] 2024-04-03T15:59:07.1107216Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/stack.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/stack.h [skipped, already hipified] 2024-04-03T15:59:07.1118656Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/data/transforms/tensor.h [skipped, already hipified] 2024-04-03T15:59:07.1162429Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/TensorDataContainer.h [skipped, already hipified] 2024-04-03T15:59:07.1174199Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/detail/static.h [skipped, already hipified] 2024-04-03T15:59:07.1222783Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/cloneable.h [skipped, already hipified] 2024-04-03T15:59:07.1243974Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional.h [skipped, already hipified] 2024-04-03T15:59:07.1263660Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/init.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/init.h [skipped, already hipified] 2024-04-03T15:59:07.1343465Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/module.h [skipped, already hipified] 2024-04-03T15:59:07.1351960Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules.h [skipped, already hipified] 2024-04-03T15:59:07.1358460Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options.h [skipped, already hipified] 2024-04-03T15:59:07.1371465Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl-inl.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl-inl.h [skipped, already hipified] 2024-04-03T15:59:07.1397440Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/pimpl.h [ok] 2024-04-03T15:59:07.1402434Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils.h [skipped, already hipified] 2024-04-03T15:59:07.1493347Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/activation.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/activation.h [skipped, already hipified] 2024-04-03T15:59:07.1504802Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/batchnorm.h [skipped, already hipified] 2024-04-03T15:59:07.1531425Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/conv.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/conv.h [skipped, already hipified] 2024-04-03T15:59:07.1543355Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/distance.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/distance.h [skipped, already hipified] 2024-04-03T15:59:07.1565994Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/dropout.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/dropout.h [skipped, already hipified] 2024-04-03T15:59:07.1589187Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/embedding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/embedding.h [skipped, already hipified] 2024-04-03T15:59:07.1601547Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/fold.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/fold.h [skipped, already hipified] 2024-04-03T15:59:07.1611836Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/instancenorm.h [skipped, already hipified] 2024-04-03T15:59:07.1620103Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/linear.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/linear.h [skipped, already hipified] 2024-04-03T15:59:07.1719676Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/loss.h [skipped, already hipified] 2024-04-03T15:59:07.1742742Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/normalization.h [skipped, already hipified] 2024-04-03T15:59:07.1752086Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/padding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/padding.h [skipped, already hipified] 2024-04-03T15:59:07.1760582Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h [skipped, already hipified] 2024-04-03T15:59:07.1905674Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pooling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/pooling.h [skipped, already hipified] 2024-04-03T15:59:07.1940918Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/upsampling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/upsampling.h [skipped, already hipified] 2024-04-03T15:59:07.1955850Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/vision.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/functional/vision.h [skipped, already hipified] 2024-04-03T15:59:07.1963272Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/_functions.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/_functions.h [skipped, already hipified] 2024-04-03T15:59:07.2051845Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/activation.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/activation.h [skipped, already hipified] 2024-04-03T15:59:07.2067134Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/adaptive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/adaptive.h [skipped, already hipified] 2024-04-03T15:59:07.2095636Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/batchnorm.h [skipped, already hipified] 2024-04-03T15:59:07.2115615Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/common.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/common.h [skipped, already hipified] 2024-04-03T15:59:07.2181800Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/conv.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/conv.h [skipped, already hipified] 2024-04-03T15:59:07.2195240Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/distance.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/distance.h [skipped, already hipified] 2024-04-03T15:59:07.2217343Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/dropout.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/dropout.h [skipped, already hipified] 2024-04-03T15:59:07.2240346Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/embedding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/embedding.h [skipped, already hipified] 2024-04-03T15:59:07.2253485Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/fold.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/fold.h [skipped, already hipified] 2024-04-03T15:59:07.2273830Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/instancenorm.h [skipped, already hipified] 2024-04-03T15:59:07.2298423Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/linear.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/linear.h [skipped, already hipified] 2024-04-03T15:59:07.2386273Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/loss.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/loss.h [skipped, already hipified] 2024-04-03T15:59:07.2415938Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/normalization.h [skipped, already hipified] 2024-04-03T15:59:07.2458999Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/padding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/padding.h [skipped, already hipified] 2024-04-03T15:59:07.2473188Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h [skipped, already hipified] 2024-04-03T15:59:07.2563922Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pooling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/pooling.h [skipped, already hipified] 2024-04-03T15:59:07.2605838Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/rnn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/rnn.h [skipped, already hipified] 2024-04-03T15:59:07.2625648Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformer.h [skipped, already hipified] 2024-04-03T15:59:07.2644650Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformercoder.h [skipped, already hipified] 2024-04-03T15:59:07.2677530Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/transformerlayer.h [skipped, already hipified] 2024-04-03T15:59:07.2686687Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/upsampling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/upsampling.h [skipped, already hipified] 2024-04-03T15:59:07.2695835Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/utils.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/utils.h [skipped, already hipified] 2024-04-03T15:59:07.2738869Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any.h [skipped, already hipified] 2024-04-03T15:59:07.2757247Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h [skipped, already hipified] 2024-04-03T15:59:07.2774197Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/any_value.h [skipped, already hipified] 2024-04-03T15:59:07.2789359Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/functional.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/functional.h [skipped, already hipified] 2024-04-03T15:59:07.2818486Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/moduledict.h [skipped, already hipified] 2024-04-03T15:59:07.2848101Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/modulelist.h [skipped, already hipified] 2024-04-03T15:59:07.2861953Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/named_any.h [skipped, already hipified] 2024-04-03T15:59:07.2879768Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h [skipped, already hipified] 2024-04-03T15:59:07.2900244Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h [skipped, already hipified] 2024-04-03T15:59:07.2942376Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/modules/container/sequential.h [skipped, already hipified] 2024-04-03T15:59:07.3001009Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/activation.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/activation.h [skipped, already hipified] 2024-04-03T15:59:07.3008318Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/adaptive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/adaptive.h [skipped, already hipified] 2024-04-03T15:59:07.3020155Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/batchnorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/batchnorm.h [skipped, already hipified] 2024-04-03T15:59:07.3066636Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/conv.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/conv.h [skipped, already hipified] 2024-04-03T15:59:07.3077341Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/distance.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/distance.h [skipped, already hipified] 2024-04-03T15:59:07.3090334Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/dropout.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/dropout.h [skipped, already hipified] 2024-04-03T15:59:07.3125649Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/embedding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/embedding.h [skipped, already hipified] 2024-04-03T15:59:07.3138723Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/fold.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/fold.h [skipped, already hipified] 2024-04-03T15:59:07.3149227Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/instancenorm.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/instancenorm.h [skipped, already hipified] 2024-04-03T15:59:07.3162098Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/linear.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/linear.h [skipped, already hipified] 2024-04-03T15:59:07.3248384Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/loss.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/loss.h [skipped, already hipified] 2024-04-03T15:59:07.3268821Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/normalization.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/normalization.h [skipped, already hipified] 2024-04-03T15:59:07.3291265Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/padding.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/padding.h [skipped, already hipified] 2024-04-03T15:59:07.3299920Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pixelshuffle.h [skipped, already hipified] 2024-04-03T15:59:07.3354070Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pooling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/pooling.h [skipped, already hipified] 2024-04-03T15:59:07.3380790Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/rnn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/rnn.h [skipped, already hipified] 2024-04-03T15:59:07.3390843Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformer.h [skipped, already hipified] 2024-04-03T15:59:07.3402107Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformercoder.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformercoder.h [skipped, already hipified] 2024-04-03T15:59:07.3412315Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/transformerlayer.h [skipped, already hipified] 2024-04-03T15:59:07.3429461Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/upsampling.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/upsampling.h [skipped, already hipified] 2024-04-03T15:59:07.3436574Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/vision.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/options/vision.h [skipped, already hipified] 2024-04-03T15:59:07.3471715Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/parallel/data_parallel.h [skipped, already hipified] 2024-04-03T15:59:07.3490922Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/clip_grad.h [skipped, already hipified] 2024-04-03T15:59:07.3502318Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/convert_parameters.h [skipped, already hipified] 2024-04-03T15:59:07.3542719Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/rnn.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/nn/utils/rnn.h [skipped, already hipified] 2024-04-03T15:59:07.3558051Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adagrad.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adagrad.h [skipped, already hipified] 2024-04-03T15:59:07.3577230Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adam.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adam.h [skipped, already hipified] 2024-04-03T15:59:07.3590652Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adamw.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/adamw.h [skipped, already hipified] 2024-04-03T15:59:07.3605318Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/lbfgs.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/lbfgs.h [skipped, already hipified] 2024-04-03T15:59:07.3631669Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/optimizer.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/optimizer.h [skipped, already hipified] 2024-04-03T15:59:07.3644704Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/rmsprop.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/rmsprop.h [skipped, already hipified] 2024-04-03T15:59:07.3691731Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/serialize.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/serialize.h [skipped, already hipified] 2024-04-03T15:59:07.3705640Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/sgd.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/sgd.h [skipped, already hipified] 2024-04-03T15:59:07.3713105Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h [skipped, already hipified] 2024-04-03T15:59:07.3721191Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h [skipped, already hipified] 2024-04-03T15:59:07.3726202Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/optim/schedulers/step_lr.h [skipped, already hipified] 2024-04-03T15:59:07.3730956Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/python/init.h [skipped, already hipified] 2024-04-03T15:59:07.3735407Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/archive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/archive.h [skipped, already hipified] 2024-04-03T15:59:07.3750997Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/input-archive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/input-archive.h [skipped, already hipified] 2024-04-03T15:59:07.3761283Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/output-archive.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/output-archive.h [skipped, already hipified] 2024-04-03T15:59:07.3766253Z /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/api/include/torch/serialize/tensor.h [skipped, already hipified] 2024-04-03T15:59:07.3775041Z /var/lib/jenkins/workspace/torch/csrc/api/src/cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/cuda.cpp [skipped, already hipified] 2024-04-03T15:59:07.3782603Z /var/lib/jenkins/workspace/torch/csrc/api/src/enum.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/enum.cpp [skipped, already hipified] 2024-04-03T15:59:07.3789759Z /var/lib/jenkins/workspace/torch/csrc/api/src/imethod.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/imethod.cpp [skipped, already hipified] 2024-04-03T15:59:07.3795405Z /var/lib/jenkins/workspace/torch/csrc/api/src/jit.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/jit.cpp [skipped, already hipified] 2024-04-03T15:59:07.3810389Z /var/lib/jenkins/workspace/torch/csrc/api/src/mps.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/mps.cpp [skipped, already hipified] 2024-04-03T15:59:07.3815513Z /var/lib/jenkins/workspace/torch/csrc/api/src/serialize.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/serialize.cpp [skipped, already hipified] 2024-04-03T15:59:07.3822980Z /var/lib/jenkins/workspace/torch/csrc/api/src/xpu.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/xpu.cpp [skipped, already hipified] 2024-04-03T15:59:07.3837963Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/datasets/mnist.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/datasets/mnist.cpp [skipped, already hipified] 2024-04-03T15:59:07.3855110Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/distributed.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/distributed.cpp [skipped, already hipified] 2024-04-03T15:59:07.3867035Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/random.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/random.cpp [skipped, already hipified] 2024-04-03T15:59:07.3875473Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/sequential.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/sequential.cpp [skipped, already hipified] 2024-04-03T15:59:07.3884437Z /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/data/samplers/stream.cpp [skipped, already hipified] 2024-04-03T15:59:07.3907730Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/init.cpp [skipped, already hipified] 2024-04-03T15:59:07.3947779Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/module.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/module.cpp [skipped, already hipified] 2024-04-03T15:59:07.3966467Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/_functions.cpp [skipped, already hipified] 2024-04-03T15:59:07.4022438Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/activation.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/activation.cpp [skipped, already hipified] 2024-04-03T15:59:07.4047839Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/adaptive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/adaptive.cpp [skipped, already hipified] 2024-04-03T15:59:07.4055046Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/batchnorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/batchnorm.cpp [skipped, already hipified] 2024-04-03T15:59:07.4097841Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/conv.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/conv.cpp [skipped, already hipified] 2024-04-03T15:59:07.4105887Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/distance.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/distance.cpp [skipped, already hipified] 2024-04-03T15:59:07.4117323Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/dropout.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/dropout.cpp [skipped, already hipified] 2024-04-03T15:59:07.4137501Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/embedding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/embedding.cpp [skipped, already hipified] 2024-04-03T15:59:07.4147798Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/fold.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/fold.cpp [skipped, already hipified] 2024-04-03T15:59:07.4155745Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/instancenorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/instancenorm.cpp [skipped, already hipified] 2024-04-03T15:59:07.4174993Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/linear.cpp [skipped, already hipified] 2024-04-03T15:59:07.4215378Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/loss.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/loss.cpp [skipped, already hipified] 2024-04-03T15:59:07.4231187Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/normalization.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/normalization.cpp [skipped, already hipified] 2024-04-03T15:59:07.4245284Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/padding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/padding.cpp [skipped, already hipified] 2024-04-03T15:59:07.4253058Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pixelshuffle.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pixelshuffle.cpp [skipped, already hipified] 2024-04-03T15:59:07.4293962Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pooling.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/pooling.cpp [skipped, already hipified] 2024-04-03T15:59:07.4400789Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/rnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/rnn.cpp [ok] 2024-04-03T15:59:07.4449926Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/transformer.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/transformer.cpp [skipped, already hipified] 2024-04-03T15:59:07.4459728Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/upsampling.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/upsampling.cpp [skipped, already hipified] 2024-04-03T15:59:07.4465762Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/container/functional.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/modules/container/functional.cpp [skipped, already hipified] 2024-04-03T15:59:07.4475338Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/activation.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/activation.cpp [skipped, already hipified] 2024-04-03T15:59:07.4482288Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/adaptive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/adaptive.cpp [skipped, already hipified] 2024-04-03T15:59:07.4487918Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/batchnorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/batchnorm.cpp [skipped, already hipified] 2024-04-03T15:59:07.4493722Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/conv.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/conv.cpp [skipped, already hipified] 2024-04-03T15:59:07.4499760Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/dropout.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/dropout.cpp [skipped, already hipified] 2024-04-03T15:59:07.4505657Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/embedding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/embedding.cpp [skipped, already hipified] 2024-04-03T15:59:07.4511336Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/instancenorm.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/instancenorm.cpp [skipped, already hipified] 2024-04-03T15:59:07.4519192Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/linear.cpp [skipped, already hipified] 2024-04-03T15:59:07.4526798Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/normalization.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/normalization.cpp [skipped, already hipified] 2024-04-03T15:59:07.4533432Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/padding.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/padding.cpp [skipped, already hipified] 2024-04-03T15:59:07.4541482Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/pooling.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/pooling.cpp [skipped, already hipified] 2024-04-03T15:59:07.4550664Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/rnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/rnn.cpp [skipped, already hipified] 2024-04-03T15:59:07.4560627Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/transformer.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/transformer.cpp [skipped, already hipified] 2024-04-03T15:59:07.4565738Z /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/vision.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/nn/options/vision.cpp [skipped, already hipified] 2024-04-03T15:59:07.4586032Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adagrad.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adagrad.cpp [skipped, already hipified] 2024-04-03T15:59:07.4609964Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adam.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adam.cpp [skipped, already hipified] 2024-04-03T15:59:07.4634545Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adamw.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/adamw.cpp [skipped, already hipified] 2024-04-03T15:59:07.4707558Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/lbfgs.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/lbfgs.cpp [skipped, already hipified] 2024-04-03T15:59:07.4731237Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/optimizer.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/optimizer.cpp [skipped, already hipified] 2024-04-03T15:59:07.4757308Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/rmsprop.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/rmsprop.cpp [skipped, already hipified] 2024-04-03T15:59:07.4765756Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/serialize.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/serialize.cpp [skipped, already hipified] 2024-04-03T15:59:07.4784131Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/sgd.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/sgd.cpp [skipped, already hipified] 2024-04-03T15:59:07.4793715Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp [skipped, already hipified] 2024-04-03T15:59:07.4808323Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp [skipped, already hipified] 2024-04-03T15:59:07.4815503Z /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/step_lr.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/optim/schedulers/step_lr.cpp [skipped, already hipified] 2024-04-03T15:59:07.4830978Z /var/lib/jenkins/workspace/torch/csrc/api/src/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/python/init.cpp [skipped, already hipified] 2024-04-03T15:59:07.4849760Z /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/input-archive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/input-archive.cpp [skipped, already hipified] 2024-04-03T15:59:07.4859509Z /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/output-archive.cpp -> /var/lib/jenkins/workspace/torch/csrc/api/src/serialize/output-archive.cpp [skipped, already hipified] 2024-04-03T15:59:07.5584164Z /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.cpp [skipped, already hipified] 2024-04-03T15:59:07.5684892Z /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/FunctionsManual.h [skipped, already hipified] 2024-04-03T15:59:07.5691414Z /var/lib/jenkins/workspace/torch/csrc/autograd/InferenceMode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/InferenceMode.h [skipped, already hipified] 2024-04-03T15:59:07.5727812Z /var/lib/jenkins/workspace/torch/csrc/autograd/TraceTypeManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/TraceTypeManual.cpp [skipped, already hipified] 2024-04-03T15:59:07.5800356Z /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeManual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeManual.cpp [skipped, already hipified] 2024-04-03T15:59:07.5846293Z /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/VariableTypeUtils.h [skipped, already hipified] 2024-04-03T15:59:07.5857941Z /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.cpp [skipped, already hipified] 2024-04-03T15:59:07.5867769Z /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/anomaly_mode.h [skipped, already hipified] 2024-04-03T15:59:07.5891679Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.cpp [skipped, already hipified] 2024-04-03T15:59:07.5910581Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd.h [skipped, already hipified] 2024-04-03T15:59:07.5948498Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_meta.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_meta.cpp [skipped, already hipified] 2024-04-03T15:59:07.6026438Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.cpp [skipped, already hipified] 2024-04-03T15:59:07.6034690Z /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/autograd_not_implemented_fallback.h [skipped, already hipified] 2024-04-03T15:59:07.6044876Z /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.cpp [skipped, already hipified] 2024-04-03T15:59:07.6053109Z /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/cpp_hook.h [skipped, already hipified] 2024-04-03T15:59:07.6125881Z /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.cpp [skipped, already hipified] 2024-04-03T15:59:07.6186868Z /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/custom_function.h [skipped, already hipified] 2024-04-03T15:59:07.6197259Z /var/lib/jenkins/workspace/torch/csrc/autograd/edge.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/edge.h [skipped, already hipified] 2024-04-03T15:59:07.6405660Z /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/engine.cpp [skipped, already hipified] 2024-04-03T15:59:07.6445798Z /var/lib/jenkins/workspace/torch/csrc/autograd/engine.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/engine.h [skipped, already hipified] 2024-04-03T15:59:07.6458927Z /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.cpp [skipped, already hipified] 2024-04-03T15:59:07.6487718Z /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/forward_grad.h [skipped, already hipified] 2024-04-03T15:59:07.6503345Z /var/lib/jenkins/workspace/torch/csrc/autograd/function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/function.cpp [skipped, already hipified] 2024-04-03T15:59:07.6594788Z /var/lib/jenkins/workspace/torch/csrc/autograd/function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/function.h [skipped, already hipified] 2024-04-03T15:59:07.6605216Z /var/lib/jenkins/workspace/torch/csrc/autograd/function_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/function_hook.h [skipped, already hipified] 2024-04-03T15:59:07.6610771Z /var/lib/jenkins/workspace/torch/csrc/autograd/grad_mode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/grad_mode.h [skipped, already hipified] 2024-04-03T15:59:07.6640331Z /var/lib/jenkins/workspace/torch/csrc/autograd/graph_task.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/graph_task.h [skipped, already hipified] 2024-04-03T15:59:07.6810773Z /var/lib/jenkins/workspace/torch/csrc/autograd/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/init.cpp [skipped, already hipified] 2024-04-03T15:59:07.6841344Z /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.cpp [skipped, already hipified] 2024-04-03T15:59:07.6851764Z /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/input_buffer.h [skipped, already hipified] 2024-04-03T15:59:07.6875147Z /var/lib/jenkins/workspace/torch/csrc/autograd/input_metadata.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/input_metadata.cpp [skipped, already hipified] 2024-04-03T15:59:07.6888571Z /var/lib/jenkins/workspace/torch/csrc/autograd/input_metadata.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/input_metadata.h [skipped, already hipified] 2024-04-03T15:59:07.6894613Z /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.cpp [skipped, already hipified] 2024-04-03T15:59:07.6904776Z /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/jit_decomp_interface.h [skipped, already hipified] 2024-04-03T15:59:07.6910248Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler.h [skipped, already hipified] 2024-04-03T15:59:07.7019014Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.cpp [skipped, already hipified] 2024-04-03T15:59:07.7042589Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_kineto.h [skipped, already hipified] 2024-04-03T15:59:07.7115585Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.cpp [skipped, already hipified] 2024-04-03T15:59:07.7151778Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_legacy.h [skipped, already hipified] 2024-04-03T15:59:07.7274953Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.cpp [skipped, already hipified] 2024-04-03T15:59:07.7279972Z /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/profiler_python.h [skipped, already hipified] 2024-04-03T15:59:07.7296131Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.cpp [skipped, already hipified] 2024-04-03T15:59:07.7304793Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_anomaly_mode.h [skipped, already hipified] 2024-04-03T15:59:07.7310887Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_autograd.h [skipped, already hipified] 2024-04-03T15:59:07.7347605Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.cpp [skipped, already hipified] 2024-04-03T15:59:07.7379266Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_cpp_function.h [skipped, already hipified] 2024-04-03T15:59:07.7446142Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.cpp [skipped, already hipified] 2024-04-03T15:59:07.7458865Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_engine.h [skipped, already hipified] 2024-04-03T15:59:07.7464160Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_enum_tag.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_enum_tag.h [skipped, already hipified] 2024-04-03T15:59:07.7469136Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_fft_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_fft_functions.h [skipped, already hipified] 2024-04-03T15:59:07.7655258Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.cpp [skipped, already hipified] 2024-04-03T15:59:07.7675429Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_function.h [skipped, already hipified] 2024-04-03T15:59:07.7711434Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.cpp [skipped, already hipified] 2024-04-03T15:59:07.7722019Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_hook.h [skipped, already hipified] 2024-04-03T15:59:07.7741877Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.cpp [skipped, already hipified] 2024-04-03T15:59:07.7748496Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_legacy_variable.h [skipped, already hipified] 2024-04-03T15:59:07.7753393Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_linalg_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_linalg_functions.h [skipped, already hipified] 2024-04-03T15:59:07.7758674Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions.h [skipped, already hipified] 2024-04-03T15:59:07.7767477Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions_manual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_nested_functions_manual.cpp [skipped, already hipified] 2024-04-03T15:59:07.7772411Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_nn_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_nn_functions.h [skipped, already hipified] 2024-04-03T15:59:07.7786405Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.cpp [skipped, already hipified] 2024-04-03T15:59:07.7794191Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_saved_variable_hooks.h [skipped, already hipified] 2024-04-03T15:59:07.7799223Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_sparse_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_sparse_functions.h [skipped, already hipified] 2024-04-03T15:59:07.7804431Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_special_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_special_functions.h [skipped, already hipified] 2024-04-03T15:59:07.7811020Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions.h [skipped, already hipified] 2024-04-03T15:59:07.7924725Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions_manual.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_torch_functions_manual.cpp [skipped, already hipified] 2024-04-03T15:59:07.8168281Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.cpp [skipped, already hipified] 2024-04-03T15:59:07.8183753Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable.h [skipped, already hipified] 2024-04-03T15:59:07.8246839Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.cpp [skipped, already hipified] 2024-04-03T15:59:07.8261859Z /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/python_variable_indexing.h [skipped, already hipified] 2024-04-03T15:59:07.8284716Z /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.cpp [skipped, already hipified] 2024-04-03T15:59:07.8308500Z /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/record_function_ops.h [skipped, already hipified] 2024-04-03T15:59:07.8344430Z /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.cpp [skipped, already hipified] 2024-04-03T15:59:07.8361914Z /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable.h [skipped, already hipified] 2024-04-03T15:59:07.8367946Z /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable_hooks.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/saved_variable_hooks.h [skipped, already hipified] 2024-04-03T15:59:07.8373524Z /var/lib/jenkins/workspace/torch/csrc/autograd/symbolic.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/symbolic.h [skipped, already hipified] 2024-04-03T15:59:07.8475836Z /var/lib/jenkins/workspace/torch/csrc/autograd/variable.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/variable.cpp [skipped, already hipified] 2024-04-03T15:59:07.8590967Z /var/lib/jenkins/workspace/torch/csrc/autograd/variable.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/variable.h [skipped, already hipified] 2024-04-03T15:59:07.8598359Z /var/lib/jenkins/workspace/torch/csrc/autograd/variable_info.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/variable_info.cpp [skipped, already hipified] 2024-04-03T15:59:07.8605239Z /var/lib/jenkins/workspace/torch/csrc/autograd/variable_info.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/variable_info.h [skipped, already hipified] 2024-04-03T15:59:07.8621207Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.cpp [skipped, already hipified] 2024-04-03T15:59:07.8667443Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/accumulate_grad.h [skipped, already hipified] 2024-04-03T15:59:07.8679622Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.cpp [skipped, already hipified] 2024-04-03T15:59:07.8694824Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/basic_ops.h [skipped, already hipified] 2024-04-03T15:59:07.8714545Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.cpp [ok] 2024-04-03T15:59:07.8723987Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/comm.h [ok] 2024-04-03T15:59:07.8744880Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/init.cpp [skipped, already hipified] 2024-04-03T15:59:07.8750876Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/pybind.h [skipped, already hipified] 2024-04-03T15:59:07.8776849Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.cpp [skipped, already hipified] 2024-04-03T15:59:07.8812544Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/tensor.h [skipped, already hipified] 2024-04-03T15:59:07.8823481Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.cpp [skipped, already hipified] 2024-04-03T15:59:07.8837298Z /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/functions/utils.h [skipped, already hipified] 2024-04-03T15:59:07.8844139Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/error_messages.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/error_messages.h [skipped, already hipified] 2024-04-03T15:59:07.8857561Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/grad_layout_contract.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/grad_layout_contract.h [skipped, already hipified] 2024-04-03T15:59:07.8866317Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/lambda_post_hook.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/lambda_post_hook.h [skipped, already hipified] 2024-04-03T15:59:07.8875511Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/python_arg_parsing.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/python_arg_parsing.h [skipped, already hipified] 2024-04-03T15:59:07.8882519Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.cpp -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.cpp [skipped, already hipified] 2024-04-03T15:59:07.8889097Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/warnings.h [skipped, already hipified] 2024-04-03T15:59:07.8905006Z /var/lib/jenkins/workspace/torch/csrc/autograd/utils/wrap_outputs.h -> /var/lib/jenkins/workspace/torch/csrc/autograd/utils/wrap_outputs.h [skipped, already hipified] 2024-04-03T15:59:07.8911342Z /var/lib/jenkins/workspace/torch/csrc/cpu/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/cpu/Module.cpp [skipped, already hipified] 2024-04-03T15:59:07.8916665Z /var/lib/jenkins/workspace/torch/csrc/cpu/Module.h -> /var/lib/jenkins/workspace/torch/csrc/cpu/Module.h [skipped, already hipified] 2024-04-03T15:59:07.8969545Z /var/lib/jenkins/workspace/torch/csrc/cuda/CUDAPluggableAllocator.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/CUDAPluggableAllocator.cpp [ok] 2024-04-03T15:59:07.8991496Z /var/lib/jenkins/workspace/torch/csrc/cuda/CUDAPluggableAllocator.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/CUDAPluggableAllocator.h [ok] 2024-04-03T15:59:07.9014955Z /var/lib/jenkins/workspace/torch/csrc/cuda/Event.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Event.cpp [ok] 2024-04-03T15:59:07.9021949Z /var/lib/jenkins/workspace/torch/csrc/cuda/Event.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Event.h [ok] 2024-04-03T15:59:07.9037508Z /var/lib/jenkins/workspace/torch/csrc/cuda/Graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Graph.cpp [ok] 2024-04-03T15:59:07.9203362Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Module.cpp [ok] 2024-04-03T15:59:07.9209608Z /var/lib/jenkins/workspace/torch/csrc/cuda/Module.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Module.h [skipped, already hipified] 2024-04-03T15:59:07.9231209Z /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.cpp [ok] 2024-04-03T15:59:07.9237732Z /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/Stream.h [ok] 2024-04-03T15:59:07.9243195Z /var/lib/jenkins/workspace/torch/csrc/cuda/THCP.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/THCP.h [skipped, already hipified] 2024-04-03T15:59:07.9249601Z /var/lib/jenkins/workspace/torch/csrc/cuda/Tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/Tensor.cpp [skipped, already hipified] 2024-04-03T15:59:07.9306494Z /var/lib/jenkins/workspace/torch/csrc/cuda/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/comm.cpp [ok] 2024-04-03T15:59:07.9316233Z /var/lib/jenkins/workspace/torch/csrc/cuda/comm.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/comm.h [ok] 2024-04-03T15:59:07.9322160Z /var/lib/jenkins/workspace/torch/csrc/cuda/device_set.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/device_set.h [ok] 2024-04-03T15:59:07.9363732Z /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.cpp [ok] 2024-04-03T15:59:07.9370143Z /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/memory_snapshot.h [skipped, already hipified] 2024-04-03T15:59:07.9471308Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp [ok] 2024-04-03T15:59:07.9493215Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.h [ok] 2024-04-03T15:59:07.9543719Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.cpp [ok] 2024-04-03T15:59:07.9548495Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_comm.h [skipped, already hipified] 2024-04-03T15:59:07.9580898Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.cpp [ok] 2024-04-03T15:59:07.9588132Z /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.h -> /var/lib/jenkins/workspace/torch/csrc/cuda/python_nccl.h [skipped, already hipified] 2024-04-03T15:59:07.9597317Z /var/lib/jenkins/workspace/torch/csrc/cuda/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/utils.cpp [ok] 2024-04-03T15:59:07.9612800Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudart.cpp [ok] 2024-04-03T15:59:07.9625814Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/cudnn.cpp [ok] 2024-04-03T15:59:07.9632971Z /var/lib/jenkins/workspace/torch/csrc/cuda/shared/nvtx.cpp -> /var/lib/jenkins/workspace/torch/csrc/cuda/shared/nvtx.cpp [ok] 2024-04-03T15:59:07.9640106Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.cpp [skipped, already hipified] 2024-04-03T15:59:07.9663824Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/autograd.h [skipped, already hipified] 2024-04-03T15:59:07.9692872Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/init.cpp [skipped, already hipified] 2024-04-03T15:59:07.9698889Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/python_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/python_autograd.h [skipped, already hipified] 2024-04-03T15:59:07.9723339Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.cpp [skipped, already hipified] 2024-04-03T15:59:07.9739614Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/utils.h [skipped, already hipified] 2024-04-03T15:59:07.9783141Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.cpp [skipped, already hipified] 2024-04-03T15:59:07.9821917Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/container.h [skipped, already hipified] 2024-04-03T15:59:07.9859903Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.cpp [skipped, already hipified] 2024-04-03T15:59:07.9881540Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/context/context.h [skipped, already hipified] 2024-04-03T15:59:07.9966189Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.cpp [skipped, already hipified] 2024-04-03T15:59:07.9990532Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/engine/dist_engine.h [skipped, already hipified] 2024-04-03T15:59:08.0003376Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp [skipped, already hipified] 2024-04-03T15:59:08.0012584Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/recvrpc_backward.h [skipped, already hipified] 2024-04-03T15:59:08.0020871Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp [skipped, already hipified] 2024-04-03T15:59:08.0028152Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/functions/sendrpc_backward.h [skipped, already hipified] 2024-04-03T15:59:08.0033983Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp [skipped, already hipified] 2024-04-03T15:59:08.0040697Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h [skipped, already hipified] 2024-04-03T15:59:08.0049985Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp [skipped, already hipified] 2024-04-03T15:59:08.0057423Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h [skipped, already hipified] 2024-04-03T15:59:08.0063925Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp [skipped, already hipified] 2024-04-03T15:59:08.0070319Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h [skipped, already hipified] 2024-04-03T15:59:08.0083379Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp [skipped, already hipified] 2024-04-03T15:59:08.0091301Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h [skipped, already hipified] 2024-04-03T15:59:08.0097680Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp [skipped, already hipified] 2024-04-03T15:59:08.0103952Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h [skipped, already hipified] 2024-04-03T15:59:08.0124645Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp [skipped, already hipified] 2024-04-03T15:59:08.0138836Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h [skipped, already hipified] 2024-04-03T15:59:08.0158436Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp [skipped, already hipified] 2024-04-03T15:59:08.0169113Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h [skipped, already hipified] 2024-04-03T15:59:08.0190877Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp [skipped, already hipified] 2024-04-03T15:59:08.0201184Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h [skipped, already hipified] 2024-04-03T15:59:08.0212087Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp [skipped, already hipified] 2024-04-03T15:59:08.0219372Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h [skipped, already hipified] 2024-04-03T15:59:08.0225861Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp [skipped, already hipified] 2024-04-03T15:59:08.0231823Z /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h [skipped, already hipified] 2024-04-03T15:59:08.0237519Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.cpp [skipped, already hipified] 2024-04-03T15:59:08.0277476Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Backend.hpp [skipped, already hipified] 2024-04-03T15:59:08.0301138Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FakeProcessGroup.hpp [skipped, already hipified] 2024-04-03T15:59:08.0346771Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.cpp [skipped, already hipified] 2024-04-03T15:59:08.0355705Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/FileStore.hpp [skipped, already hipified] 2024-04-03T15:59:08.0407900Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Functional.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Functional.cpp [skipped, already hipified] 2024-04-03T15:59:08.0426451Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp [skipped, already hipified] 2024-04-03T15:59:08.0433750Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp [skipped, already hipified] 2024-04-03T15:59:08.0445758Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GroupRegistry.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GroupRegistry.cpp [skipped, already hipified] 2024-04-03T15:59:08.0453616Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GroupRegistry.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/GroupRegistry.hpp [skipped, already hipified] 2024-04-03T15:59:08.0472695Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.cpp [skipped, already hipified] 2024-04-03T15:59:08.0482417Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/HashStore.hpp [skipped, already hipified] 2024-04-03T15:59:08.0504944Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.cpp [ok] 2024-04-03T15:59:08.0576476Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/NCCLUtils.hpp [ok] 2024-04-03T15:59:08.0690416Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Ops.cpp [skipped, already hipified] 2024-04-03T15:59:08.0699573Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.cpp [skipped, already hipified] 2024-04-03T15:59:08.0747180Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ParamCommsUtils.hpp [skipped, already hipified] 2024-04-03T15:59:08.0764768Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.cpp [skipped, already hipified] 2024-04-03T15:59:08.0775420Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PrefixStore.hpp [skipped, already hipified] 2024-04-03T15:59:08.0796733Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.cpp [skipped, already hipified] 2024-04-03T15:59:08.0889892Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroup.hpp [skipped, already hipified] 2024-04-03T15:59:08.1172855Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp [skipped, already hipified] 2024-04-03T15:59:08.1221070Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp [skipped, already hipified] 2024-04-03T15:59:08.1319101Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp [skipped, already hipified] 2024-04-03T15:59:08.1348372Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp [skipped, already hipified] 2024-04-03T15:59:08.1797165Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp [ok] 2024-04-03T15:59:08.1920242Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp [ok] 2024-04-03T15:59:08.1940109Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp [skipped, already hipified] 2024-04-03T15:59:08.1956811Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp [skipped, already hipified] 2024-04-03T15:59:08.2124000Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp [ok] 2024-04-03T15:59:08.2163540Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp [ok] 2024-04-03T15:59:08.2268099Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp [skipped, already hipified] 2024-04-03T15:59:08.2287140Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp [skipped, already hipified] 2024-04-03T15:59:08.2311056Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/PyProcessGroup.hpp [skipped, already hipified] 2024-04-03T15:59:08.2322437Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/RankLocal.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/RankLocal.hpp [skipped, already hipified] 2024-04-03T15:59:08.2333749Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.cpp [skipped, already hipified] 2024-04-03T15:59:08.2347442Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Store.hpp [skipped, already hipified] 2024-04-03T15:59:08.2408508Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.cpp [skipped, already hipified] 2024-04-03T15:59:08.2425587Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStore.hpp [skipped, already hipified] 2024-04-03T15:59:08.2483873Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStoreBackend.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStoreBackend.cpp [skipped, already hipified] 2024-04-03T15:59:08.2492811Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStoreBackend.hpp [skipped, already hipified] 2024-04-03T15:59:08.2593817Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStoreLibUvBackend.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TCPStoreLibUvBackend.cpp [skipped, already hipified] 2024-04-03T15:59:08.2675963Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TraceUtils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/TraceUtils.h [skipped, already hipified] 2024-04-03T15:59:08.2694755Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Types.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Types.hpp [skipped, already hipified] 2024-04-03T15:59:08.2714255Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.cpp [skipped, already hipified] 2024-04-03T15:59:08.2729151Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCTracing.hpp [skipped, already hipified] 2024-04-03T15:59:08.2754784Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.cpp [skipped, already hipified] 2024-04-03T15:59:08.2780645Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UCCUtils.hpp [skipped, already hipified] 2024-04-03T15:59:08.2786682Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/UnixSockUtils.hpp [skipped, already hipified] 2024-04-03T15:59:08.2793014Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.cpp [skipped, already hipified] 2024-04-03T15:59:08.2869669Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Utils.hpp [skipped, already hipified] 2024-04-03T15:59:08.2876305Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/WinSockUtils.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/WinSockUtils.hpp [skipped, already hipified] 2024-04-03T15:59:08.2895633Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.cpp [skipped, already hipified] 2024-04-03T15:59:08.2915889Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/Work.hpp [skipped, already hipified] 2024-04-03T15:59:08.2921353Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/c10d.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/c10d.h [skipped, already hipified] 2024-04-03T15:59:08.2937816Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.cpp [skipped, already hipified] 2024-04-03T15:59:08.2955314Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/comm.hpp [skipped, already hipified] 2024-04-03T15:59:08.2964423Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.cpp [skipped, already hipified] 2024-04-03T15:59:08.2970719Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/debug.h [skipped, already hipified] 2024-04-03T15:59:08.2982330Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.cpp [skipped, already hipified] 2024-04-03T15:59:08.2991553Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/default_comm_hooks.hpp [skipped, already hipified] 2024-04-03T15:59:08.3000138Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/error.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/error.h [skipped, already hipified] 2024-04-03T15:59:08.3007332Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/exception.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/exception.h [skipped, already hipified] 2024-04-03T15:59:08.3366037Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/init.cpp [skipped, already hipified] 2024-04-03T15:59:08.3403065Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/intra_node_comm.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/intra_node_comm.cpp [ok] 2024-04-03T15:59:08.3478584Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/intra_node_comm.cu -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/intra_node_comm.cu [ok] 2024-04-03T15:59:08.3494190Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/intra_node_comm.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/intra_node_comm.hpp [ok] 2024-04-03T15:59:08.3553488Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.cpp [skipped, already hipified] 2024-04-03T15:59:08.3572323Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logger.hpp [skipped, already hipified] 2024-04-03T15:59:08.3580496Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.cpp [skipped, already hipified] 2024-04-03T15:59:08.3592924Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/logging.h [skipped, already hipified] 2024-04-03T15:59:08.3617914Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.cpp [skipped, already hipified] 2024-04-03T15:59:08.3629523Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/python_comm_hook.h [skipped, already hipified] 2024-04-03T15:59:08.3896438Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.cpp [skipped, already hipified] 2024-04-03T15:59:08.3971006Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer.hpp [skipped, already hipified] 2024-04-03T15:59:08.3986191Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_cuda.cpp [ok] 2024-04-03T15:59:08.3998482Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_timer.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/reducer_timer.hpp [skipped, already hipified] 2024-04-03T15:59:08.4008372Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.cpp [skipped, already hipified] 2024-04-03T15:59:08.4018891Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.hpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/sequence_num.hpp [skipped, already hipified] 2024-04-03T15:59:08.4107452Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.cpp [skipped, already hipified] 2024-04-03T15:59:08.4121439Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/socket.h [skipped, already hipified] 2024-04-03T15:59:08.4135401Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.cpp [skipped, already hipified] 2024-04-03T15:59:08.4143193Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization.h [skipped, already hipified] 2024-04-03T15:59:08.4165950Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.cu [ok] 2024-04-03T15:59:08.4173023Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_gpu.h [skipped, already hipified] 2024-04-03T15:59:08.4183242Z /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/c10d/quantization/quantization_utils.h [skipped, already hipified] 2024-04-03T15:59:08.4213466Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.cpp [skipped, already hipified] 2024-04-03T15:59:08.4223426Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/agent_utils.h [skipped, already hipified] 2024-04-03T15:59:08.4343823Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/init.cpp [skipped, already hipified] 2024-04-03T15:59:08.4358200Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.cpp [skipped, already hipified] 2024-04-03T15:59:08.4384039Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/message.h [skipped, already hipified] 2024-04-03T15:59:08.4424716Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.cpp [skipped, already hipified] 2024-04-03T15:59:08.4437625Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/py_rref.h [skipped, already hipified] 2024-04-03T15:59:08.4447755Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.cpp [skipped, already hipified] 2024-04-03T15:59:08.4454911Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_call.h [skipped, already hipified] 2024-04-03T15:59:08.4503598Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.cpp [skipped, already hipified] 2024-04-03T15:59:08.4514877Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_functions.h [skipped, already hipified] 2024-04-03T15:59:08.4528708Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.cpp [skipped, already hipified] 2024-04-03T15:59:08.4537501Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_remote_call.h [skipped, already hipified] 2024-04-03T15:59:08.4545599Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.cpp [skipped, already hipified] 2024-04-03T15:59:08.4553117Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_resp.h [skipped, already hipified] 2024-04-03T15:59:08.4579669Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.cpp [skipped, already hipified] 2024-04-03T15:59:08.4597849Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/python_rpc_handler.h [skipped, already hipified] 2024-04-03T15:59:08.4606241Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.cpp [skipped, already hipified] 2024-04-03T15:59:08.4614642Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback.h [skipped, already hipified] 2024-04-03T15:59:08.4656661Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.cpp [ok] 2024-04-03T15:59:08.4668239Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_impl.h [skipped, already hipified] 2024-04-03T15:59:08.4746212Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.cpp [ok] 2024-04-03T15:59:08.4762786Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/request_callback_no_python.h [skipped, already hipified] 2024-04-03T15:59:08.4768770Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc.h [skipped, already hipified] 2024-04-03T15:59:08.4807558Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.cpp [skipped, already hipified] 2024-04-03T15:59:08.4849256Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_agent.h [skipped, already hipified] 2024-04-03T15:59:08.4857847Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rpc_command_base.h [skipped, already hipified] 2024-04-03T15:59:08.4960369Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.cpp [skipped, already hipified] 2024-04-03T15:59:08.5007117Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_context.h [skipped, already hipified] 2024-04-03T15:59:08.5040735Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.cpp [skipped, already hipified] 2024-04-03T15:59:08.5092956Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_impl.h [skipped, already hipified] 2024-04-03T15:59:08.5119960Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.cpp [skipped, already hipified] 2024-04-03T15:59:08.5140833Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/rref_proto.h [skipped, already hipified] 2024-04-03T15:59:08.5159580Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.cpp [skipped, already hipified] 2024-04-03T15:59:08.5172011Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_call.h [skipped, already hipified] 2024-04-03T15:59:08.5185325Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.cpp [skipped, already hipified] 2024-04-03T15:59:08.5194220Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_remote_call.h [skipped, already hipified] 2024-04-03T15:59:08.5202672Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.cpp [skipped, already hipified] 2024-04-03T15:59:08.5208978Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/script_resp.h [skipped, already hipified] 2024-04-03T15:59:08.5369094Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.cpp [skipped, already hipified] 2024-04-03T15:59:08.5433090Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_agent.h [skipped, already hipified] 2024-04-03T15:59:08.5457952Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp [ok] 2024-04-03T15:59:08.5500115Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.cpp [skipped, already hipified] 2024-04-03T15:59:08.5531603Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/tensorpipe_utils.h [skipped, already hipified] 2024-04-03T15:59:08.5553669Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.cpp [skipped, already hipified] 2024-04-03T15:59:08.5563587Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/torchscript_functions.h [skipped, already hipified] 2024-04-03T15:59:08.5579516Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.cpp [skipped, already hipified] 2024-04-03T15:59:08.5589492Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/types.h [skipped, already hipified] 2024-04-03T15:59:08.5598739Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.cpp [skipped, already hipified] 2024-04-03T15:59:08.5607034Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_call.h [skipped, already hipified] 2024-04-03T15:59:08.5614782Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.cpp [skipped, already hipified] 2024-04-03T15:59:08.5623546Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/unpickled_python_remote_call.h [skipped, already hipified] 2024-04-03T15:59:08.5687927Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.cpp [ok] 2024-04-03T15:59:08.5703394Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/utils.h [skipped, already hipified] 2024-04-03T15:59:08.5712664Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/RpcMetricsHandler.h [skipped, already hipified] 2024-04-03T15:59:08.5718412Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/metrics/registry.cpp [skipped, already hipified] 2024-04-03T15:59:08.5732049Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp [skipped, already hipified] 2024-04-03T15:59:08.5743568Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.h [skipped, already hipified] 2024-04-03T15:59:08.5753994Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp [skipped, already hipified] 2024-04-03T15:59:08.5770995Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.h [skipped, already hipified] 2024-04-03T15:59:08.5793419Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp [skipped, already hipified] 2024-04-03T15:59:08.5808314Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.h [skipped, already hipified] 2024-04-03T15:59:08.5828274Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/init.cpp [skipped, already hipified] 2024-04-03T15:59:08.5834083Z /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/testing.h -> /var/lib/jenkins/workspace/torch/csrc/distributed/rpc/testing/testing.h [skipped, already hipified] 2024-04-03T15:59:08.5843777Z /var/lib/jenkins/workspace/torch/csrc/dynamo/cache_entry.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/cache_entry.cpp [skipped, already hipified] 2024-04-03T15:59:08.5853086Z /var/lib/jenkins/workspace/torch/csrc/dynamo/cache_entry.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/cache_entry.h [skipped, already hipified] 2024-04-03T15:59:08.5926645Z /var/lib/jenkins/workspace/torch/csrc/dynamo/compiled_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/compiled_autograd.h [skipped, already hipified] 2024-04-03T15:59:08.5932159Z /var/lib/jenkins/workspace/torch/csrc/dynamo/cpp_shim.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/cpp_shim.cpp [skipped, already hipified] 2024-04-03T15:59:08.5938017Z /var/lib/jenkins/workspace/torch/csrc/dynamo/cpp_shim.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/cpp_shim.h [skipped, already hipified] 2024-04-03T15:59:08.6012341Z /var/lib/jenkins/workspace/torch/csrc/dynamo/cpython_defs.c -> /var/lib/jenkins/workspace/torch/csrc/dynamo/cpython_defs.c [skipped, already hipified] 2024-04-03T15:59:08.6020229Z /var/lib/jenkins/workspace/torch/csrc/dynamo/cpython_defs.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/cpython_defs.h [skipped, already hipified] 2024-04-03T15:59:08.6041486Z /var/lib/jenkins/workspace/torch/csrc/dynamo/debug_macros.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/debug_macros.h [skipped, already hipified] 2024-04-03T15:59:08.6158185Z /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.c -> /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.c [skipped, already hipified] 2024-04-03T15:59:08.6163198Z /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/eval_frame.h [skipped, already hipified] 2024-04-03T15:59:08.6182795Z /var/lib/jenkins/workspace/torch/csrc/dynamo/extra_state.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/extra_state.cpp [skipped, already hipified] 2024-04-03T15:59:08.6200515Z /var/lib/jenkins/workspace/torch/csrc/dynamo/extra_state.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/extra_state.h [skipped, already hipified] 2024-04-03T15:59:08.6569629Z /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.cpp [ok] 2024-04-03T15:59:08.6575693Z /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/guards.h [skipped, already hipified] 2024-04-03T15:59:08.6587734Z /var/lib/jenkins/workspace/torch/csrc/dynamo/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/init.cpp [skipped, already hipified] 2024-04-03T15:59:08.6593220Z /var/lib/jenkins/workspace/torch/csrc/dynamo/init.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/init.h [skipped, already hipified] 2024-04-03T15:59:08.6652079Z /var/lib/jenkins/workspace/torch/csrc/dynamo/python_compiled_autograd.cpp -> /var/lib/jenkins/workspace/torch/csrc/dynamo/python_compiled_autograd.cpp [skipped, already hipified] 2024-04-03T15:59:08.6657807Z /var/lib/jenkins/workspace/torch/csrc/dynamo/python_compiled_autograd.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/python_compiled_autograd.h [skipped, already hipified] 2024-04-03T15:59:08.6662926Z /var/lib/jenkins/workspace/torch/csrc/dynamo/utils.h -> /var/lib/jenkins/workspace/torch/csrc/dynamo/utils.h [skipped, already hipified] 2024-04-03T15:59:08.6725065Z /var/lib/jenkins/workspace/torch/csrc/functorch/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/functorch/init.cpp [skipped, already hipified] 2024-04-03T15:59:08.6730960Z /var/lib/jenkins/workspace/torch/csrc/functorch/init.h -> /var/lib/jenkins/workspace/torch/csrc/functorch/init.h [skipped, already hipified] 2024-04-03T15:59:08.6749342Z /var/lib/jenkins/workspace/torch/csrc/inductor/inductor_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/inductor/inductor_ops.cpp [ok] 2024-04-03T15:59:08.6757846Z /var/lib/jenkins/workspace/torch/csrc/inductor/inductor_ops.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/inductor_ops.h [skipped, already hipified] 2024-04-03T15:59:08.6808607Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner.cpp -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner.cpp [skipped, already hipified] 2024-04-03T15:59:08.6822806Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner.h [skipped, already hipified] 2024-04-03T15:59:08.6829931Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp [skipped, already hipified] 2024-04-03T15:59:08.6835493Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h [skipped, already hipified] 2024-04-03T15:59:08.6850315Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.cpp [ok] 2024-04-03T15:59:08.6858730Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h [ok] 2024-04-03T15:59:08.6871578Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/pybind.cpp -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/pybind.cpp [ok] 2024-04-03T15:59:08.6876351Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runner/pybind.h [skipped, already hipified] 2024-04-03T15:59:08.6910124Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h [skipped, already hipified] 2024-04-03T15:59:08.6919344Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/device_utils.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/device_utils.h [ok] 2024-04-03T15:59:08.6948016Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/interface.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/interface.h [ok] 2024-04-03T15:59:08.6998717Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/model.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/model.h [ok] 2024-04-03T15:59:08.7057548Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/model_container.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/model_container.h [ok] 2024-04-03T15:59:08.7069900Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h [skipped, already hipified] 2024-04-03T15:59:08.7086731Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/thread_local.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/thread_local.h [skipped, already hipified] 2024-04-03T15:59:08.7104878Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/utils.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/utils.h [skipped, already hipified] 2024-04-03T15:59:08.7114397Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_runtime/utils_cuda.h [ok] 2024-04-03T15:59:08.7120471Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/proxy_executor.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/proxy_executor.h [skipped, already hipified] 2024-04-03T15:59:08.7209987Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/shim_common.cpp -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/shim_common.cpp [skipped, already hipified] 2024-04-03T15:59:08.7220843Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/shim_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/shim_cuda.cpp [ok] 2024-04-03T15:59:08.7229288Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/tensor_converter.cpp -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/tensor_converter.cpp [skipped, already hipified] 2024-04-03T15:59:08.7236101Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/tensor_converter.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/tensor_converter.h [skipped, already hipified] 2024-04-03T15:59:08.7254939Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/utils.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/utils.h [skipped, already hipified] 2024-04-03T15:59:08.7321128Z /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/c/shim.h -> /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/c/shim.h [ok] 2024-04-03T15:59:08.7340085Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.cpp [skipped, already hipified] 2024-04-03T15:59:08.7358014Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.h -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_log.h [skipped, already hipified] 2024-04-03T15:59:08.7369419Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.cpp [skipped, already hipified] 2024-04-03T15:59:08.7377812Z /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/jit_opt_limit.h [skipped, already hipified] 2024-04-03T15:59:08.7384504Z /var/lib/jenkins/workspace/torch/csrc/jit/resource_guard.h -> /var/lib/jenkins/workspace/torch/csrc/jit/resource_guard.h [skipped, already hipified] 2024-04-03T15:59:08.7422650Z /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/compilation_unit.h [skipped, already hipified] 2024-04-03T15:59:08.7442308Z /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.cpp [skipped, already hipified] 2024-04-03T15:59:08.7465471Z /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/function_impl.h [skipped, already hipified] 2024-04-03T15:59:08.7477364Z /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/method.h [skipped, already hipified] 2024-04-03T15:59:08.7547703Z /var/lib/jenkins/workspace/torch/csrc/jit/api/module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/module.cpp [skipped, already hipified] 2024-04-03T15:59:08.7628759Z /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/module.h [skipped, already hipified] 2024-04-03T15:59:08.7643048Z /var/lib/jenkins/workspace/torch/csrc/jit/api/module_save.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/module_save.cpp [skipped, already hipified] 2024-04-03T15:59:08.7663351Z /var/lib/jenkins/workspace/torch/csrc/jit/api/object.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/api/object.cpp [skipped, already hipified] 2024-04-03T15:59:08.7686639Z /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h -> /var/lib/jenkins/workspace/torch/csrc/jit/api/object.h [skipped, already hipified] 2024-04-03T15:59:08.7705481Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend.h [skipped, already hipified] 2024-04-03T15:59:08.7714542Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.cpp [skipped, already hipified] 2024-04-03T15:59:08.7736709Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_handler.h [skipped, already hipified] 2024-04-03T15:59:08.7744416Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.cpp [skipped, already hipified] 2024-04-03T15:59:08.7755276Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_debug_info.h [skipped, already hipified] 2024-04-03T15:59:08.7817575Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.cpp [skipped, already hipified] 2024-04-03T15:59:08.7826409Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_detail.h [skipped, already hipified] 2024-04-03T15:59:08.7839882Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_exception.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_exception.h [skipped, already hipified] 2024-04-03T15:59:08.7865998Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.cpp [skipped, already hipified] 2024-04-03T15:59:08.7873476Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_init.h [skipped, already hipified] 2024-04-03T15:59:08.7880155Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.cpp [skipped, already hipified] 2024-04-03T15:59:08.7888183Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_interface.h [skipped, already hipified] 2024-04-03T15:59:08.7895181Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_preprocess.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_preprocess.h [skipped, already hipified] 2024-04-03T15:59:08.7907742Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.cpp [skipped, already hipified] 2024-04-03T15:59:08.7916213Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/backend_resolver.h [skipped, already hipified] 2024-04-03T15:59:08.7923529Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/backend.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/backend.cpp [skipped, already hipified] 2024-04-03T15:59:08.7929523Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.cpp [skipped, already hipified] 2024-04-03T15:59:08.7936183Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/context.h [skipped, already hipified] 2024-04-03T15:59:08.7945086Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/preprocess.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/cpp/preprocess.cpp [skipped, already hipified] 2024-04-03T15:59:08.7951760Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLCompiler.h [skipped, already hipified] 2024-04-03T15:59:08.7957597Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLExecutor.h [skipped, already hipified] 2024-04-03T15:59:08.7963133Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLFeatureProvider.h [skipped, already hipified] 2024-04-03T15:59:08.7970736Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLModelWrapper.h [skipped, already hipified] 2024-04-03T15:59:08.7977619Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/coreml/objc/PTMCoreMLTensorSpec.h [skipped, already hipified] 2024-04-03T15:59:08.7995290Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp [skipped, already hipified] 2024-04-03T15:59:08.8012957Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp [skipped, already hipified] 2024-04-03T15:59:08.8028760Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_lib.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_lib.cpp [skipped, already hipified] 2024-04-03T15:59:08.8047816Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_preprocess.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_backend_preprocess.cpp [skipped, already hipified] 2024-04-03T15:59:08.8082157Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.cpp [skipped, already hipified] 2024-04-03T15:59:08.8095818Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/xnnpack_graph_builder.h [skipped, already hipified] 2024-04-03T15:59:08.8113662Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.cpp [skipped, already hipified] 2024-04-03T15:59:08.8121009Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/compiler/xnn_compiler.h [skipped, already hipified] 2024-04-03T15:59:08.8130579Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/executor/xnn_executor.h [skipped, already hipified] 2024-04-03T15:59:08.8144776Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.cpp [skipped, already hipified] 2024-04-03T15:59:08.8158512Z /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/backends/xnnpack/serialization/serializer.h [skipped, already hipified] 2024-04-03T15:59:08.8181986Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.cpp [skipped, already hipified] 2024-04-03T15:59:08.8191558Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/cuda/interface.h [skipped, already hipified] 2024-04-03T15:59:08.8201705Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/arg_spec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/arg_spec.h [skipped, already hipified] 2024-04-03T15:59:08.8269614Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.cpp [skipped, already hipified] 2024-04-03T15:59:08.8277031Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/codegen.h [skipped, already hipified] 2024-04-03T15:59:08.8310779Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.cpp [skipped, already hipified] 2024-04-03T15:59:08.8321147Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/compiler.h [skipped, already hipified] 2024-04-03T15:59:08.8365346Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.cpp [skipped, already hipified] 2024-04-03T15:59:08.8371830Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/executor.h [skipped, already hipified] 2024-04-03T15:59:08.8381793Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.cpp [skipped, already hipified] 2024-04-03T15:59:08.8387734Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fallback.h [skipped, already hipified] 2024-04-03T15:59:08.8403592Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fused_kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/fused_kernel.h [ok] 2024-04-03T15:59:08.8419815Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.cpp [skipped, already hipified] 2024-04-03T15:59:08.8429534Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/interface.h [skipped, already hipified] 2024-04-03T15:59:08.8441984Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.cpp [skipped, already hipified] 2024-04-03T15:59:08.8450910Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_cache.h [skipped, already hipified] 2024-04-03T15:59:08.8469272Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_spec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/kernel_spec.h [skipped, already hipified] 2024-04-03T15:59:08.8480603Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/partition_desc.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/partition_desc.h [skipped, already hipified] 2024-04-03T15:59:08.8494747Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_desc.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_desc.h [skipped, already hipified] 2024-04-03T15:59:08.8501569Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/tensor_info.h [skipped, already hipified] 2024-04-03T15:59:08.8536018Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp [skipped, already hipified] 2024-04-03T15:59:08.8544916Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.h [skipped, already hipified] 2024-04-03T15:59:08.8556734Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/resource_strings.h [skipped, already hipified] 2024-04-03T15:59:08.8570705Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/temp_file.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cpu/temp_file.h [skipped, already hipified] 2024-04-03T15:59:08.8601649Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp [ok] 2024-04-03T15:59:08.8610718Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h [ok] 2024-04-03T15:59:08.8633657Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp [skipped, already hipified] 2024-04-03T15:59:08.8660231Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.h [skipped, already hipified] 2024-04-03T15:59:08.8669855Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.cpp [skipped, already hipified] 2024-04-03T15:59:08.8675239Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/decompose_silu.h [skipped, already hipified] 2024-04-03T15:59:08.8686569Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.cpp [skipped, already hipified] 2024-04-03T15:59:08.8692282Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/defer_size_check.h [skipped, already hipified] 2024-04-03T15:59:08.8700999Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.cpp [skipped, already hipified] 2024-04-03T15:59:08.8712326Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_fuser.h [skipped, already hipified] 2024-04-03T15:59:08.8791062Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.cpp [skipped, already hipified] 2024-04-03T15:59:08.8802571Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_helper.h [skipped, already hipified] 2024-04-03T15:59:08.8822966Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp [skipped, already hipified] 2024-04-03T15:59:08.8832045Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.cpp [skipped, already hipified] 2024-04-03T15:59:08.8836998Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/guard_shape.h [skipped, already hipified] 2024-04-03T15:59:08.8859305Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.cpp [skipped, already hipified] 2024-04-03T15:59:08.8867685Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/interface.h [skipped, already hipified] 2024-04-03T15:59:08.8901889Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.cpp [skipped, already hipified] 2024-04-03T15:59:08.8914820Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/kernel.h [skipped, already hipified] 2024-04-03T15:59:08.8924133Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.cpp [skipped, already hipified] 2024-04-03T15:59:08.8929547Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/layout_propagation.h [skipped, already hipified] 2024-04-03T15:59:08.8946160Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/operator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/operator.h [skipped, already hipified] 2024-04-03T15:59:08.8971139Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.cpp [skipped, already hipified] 2024-04-03T15:59:08.8979042Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.h -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/prepare_binary.h [skipped, already hipified] 2024-04-03T15:59:08.8988913Z /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/register_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/codegen/onednn/register_interface.cpp [skipped, already hipified] 2024-04-03T15:59:08.9016200Z /var/lib/jenkins/workspace/torch/csrc/jit/cuda/cuda.h -> /var/lib/jenkins/workspace/torch/csrc/jit/cuda/cuda.h [ok] 2024-04-03T15:59:08.9038370Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.cpp [skipped, already hipified] 2024-04-03T15:59:08.9044330Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/builtin_functions.h [skipped, already hipified] 2024-04-03T15:59:08.9055227Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp [skipped, already hipified] 2024-04-03T15:59:08.9061540Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/canonicalize_modified_loop.h [skipped, already hipified] 2024-04-03T15:59:08.9098854Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.cpp [skipped, already hipified] 2024-04-03T15:59:08.9133632Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/concrete_module_type.h [skipped, already hipified] 2024-04-03T15:59:08.9171085Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.cpp [skipped, already hipified] 2024-04-03T15:59:08.9177225Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/convert_to_ssa.h [skipped, already hipified] 2024-04-03T15:59:08.9185340Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.cpp [skipped, already hipified] 2024-04-03T15:59:08.9190475Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/edit_distance.h [skipped, already hipified] 2024-04-03T15:59:08.9200625Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.cpp [skipped, already hipified] 2024-04-03T15:59:08.9209796Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/error_report.h [skipped, already hipified] 2024-04-03T15:59:08.9295516Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.cpp [skipped, already hipified] 2024-04-03T15:59:08.9302311Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/exit_transforms.h [skipped, already hipified] 2024-04-03T15:59:08.9344013Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.cpp [skipped, already hipified] 2024-04-03T15:59:08.9349921Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/function_schema_parser.h [skipped, already hipified] 2024-04-03T15:59:08.9359041Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.cpp [skipped, already hipified] 2024-04-03T15:59:08.9364189Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/inline_loop_condition.h [skipped, already hipified] 2024-04-03T15:59:08.9983041Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.cpp [skipped, already hipified] 2024-04-03T15:59:08.9989848Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/ir_emitter.h [skipped, already hipified] 2024-04-03T15:59:09.0001430Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.cpp [skipped, already hipified] 2024-04-03T15:59:09.0066547Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/lexer.h [skipped, already hipified] 2024-04-03T15:59:09.0076820Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/mini_environment.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/mini_environment.h [skipped, already hipified] 2024-04-03T15:59:09.0087655Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.cpp [skipped, already hipified] 2024-04-03T15:59:09.0094112Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/name_mangler.h [skipped, already hipified] 2024-04-03T15:59:09.0105716Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parse_string_literal.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parse_string_literal.h [skipped, already hipified] 2024-04-03T15:59:09.0187152Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.cpp [skipped, already hipified] 2024-04-03T15:59:09.0196390Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser.h [skipped, already hipified] 2024-04-03T15:59:09.0202625Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser_constants.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/parser_constants.h [skipped, already hipified] 2024-04-03T15:59:09.0215533Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/resolver.h [skipped, already hipified] 2024-04-03T15:59:09.0303214Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.cpp [skipped, already hipified] 2024-04-03T15:59:09.0315469Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_matching.h [skipped, already hipified] 2024-04-03T15:59:09.0381368Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.cpp [skipped, already hipified] 2024-04-03T15:59:09.0391141Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/schema_type_parser.h [skipped, already hipified] 2024-04-03T15:59:09.0451098Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.cpp [skipped, already hipified] 2024-04-03T15:59:09.0462143Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/script_type_parser.h [skipped, already hipified] 2024-04-03T15:59:09.0498103Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.cpp [skipped, already hipified] 2024-04-03T15:59:09.0556954Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_range.h [skipped, already hipified] 2024-04-03T15:59:09.0568152Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_ref.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/source_ref.h [skipped, already hipified] 2024-04-03T15:59:09.0577966Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.cpp [skipped, already hipified] 2024-04-03T15:59:09.0585488Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/strtod.h [skipped, already hipified] 2024-04-03T15:59:09.0681581Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.cpp [skipped, already hipified] 2024-04-03T15:59:09.0767216Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/sugared_value.h [skipped, already hipified] 2024-04-03T15:59:09.0882199Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.cpp [skipped, already hipified] 2024-04-03T15:59:09.0923270Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tracer.h [skipped, already hipified] 2024-04-03T15:59:09.0947747Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree.h [skipped, already hipified] 2024-04-03T15:59:09.0958655Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.cpp [skipped, already hipified] 2024-04-03T15:59:09.1076160Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/tree_views.h [skipped, already hipified] 2024-04-03T15:59:09.1097095Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.cpp [skipped, already hipified] 2024-04-03T15:59:09.1105395Z /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.h -> /var/lib/jenkins/workspace/torch/csrc/jit/frontend/versioned_symbols.h [skipped, already hipified] 2024-04-03T15:59:09.1299661Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.cpp [skipped, already hipified] 2024-04-03T15:59:09.1341468Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/alias_analysis.h [skipped, already hipified] 2024-04-03T15:59:09.1348297Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.cpp [skipped, already hipified] 2024-04-03T15:59:09.1366861Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/attributes.h [skipped, already hipified] 2024-04-03T15:59:09.1392946Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.cpp [skipped, already hipified] 2024-04-03T15:59:09.1402887Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/constants.h [skipped, already hipified] 2024-04-03T15:59:09.1426762Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/graph_node_list.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/graph_node_list.h [skipped, already hipified] 2024-04-03T15:59:09.1440155Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/graph_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/graph_utils.cpp [skipped, already hipified] 2024-04-03T15:59:09.1448104Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/graph_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/graph_utils.h [skipped, already hipified] 2024-04-03T15:59:09.1642764Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.cpp [skipped, already hipified] 2024-04-03T15:59:09.1808139Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir.h [ok] 2024-04-03T15:59:09.1827918Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir_views.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/ir_views.h [skipped, already hipified] 2024-04-03T15:59:09.1895299Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.cpp [skipped, already hipified] 2024-04-03T15:59:09.1903673Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/irparser.h [skipped, already hipified] 2024-04-03T15:59:09.1919214Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/named_value.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/named_value.h [skipped, already hipified] 2024-04-03T15:59:09.1948118Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.cpp [skipped, already hipified] 2024-04-03T15:59:09.1960208Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/node_hashing.h [skipped, already hipified] 2024-04-03T15:59:09.1982955Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.cpp [skipped, already hipified] 2024-04-03T15:59:09.2024410Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/scope.h [skipped, already hipified] 2024-04-03T15:59:09.2061403Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.cpp [skipped, already hipified] 2024-04-03T15:59:09.2076555Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/subgraph_matcher.h [skipped, already hipified] 2024-04-03T15:59:09.2085440Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.cpp [skipped, already hipified] 2024-04-03T15:59:09.2092925Z /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.h -> /var/lib/jenkins/workspace/torch/csrc/jit/ir/type_hashing.h [skipped, already hipified] 2024-04-03T15:59:09.2103178Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/code.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/code.h [skipped, already hipified] 2024-04-03T15:59:09.2168563Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.cpp [skipped, already hipified] 2024-04-03T15:59:09.2184612Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/debug_info.h [skipped, already hipified] 2024-04-03T15:59:09.2228519Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/file_format.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/file_format.h [skipped, already hipified] 2024-04-03T15:59:09.2328113Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.cpp [skipped, already hipified] 2024-04-03T15:59:09.2347691Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/flatbuffer_loader.h [skipped, already hipified] 2024-04-03T15:59:09.2355268Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/frame.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/frame.h [skipped, already hipified] 2024-04-03T15:59:09.2388712Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.cpp [skipped, already hipified] 2024-04-03T15:59:09.2401722Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/function.h [skipped, already hipified] 2024-04-03T15:59:09.2489045Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.cpp [skipped, already hipified] 2024-04-03T15:59:09.2507039Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import.h [skipped, already hipified] 2024-04-03T15:59:09.2541235Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.cpp [skipped, already hipified] 2024-04-03T15:59:09.2553363Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_data.h [skipped, already hipified] 2024-04-03T15:59:09.2589801Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_export_common.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/import_export_common.h [skipped, already hipified] 2024-04-03T15:59:09.2644319Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.cpp [skipped, already hipified] 2024-04-03T15:59:09.2651137Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/interpreter.h [skipped, already hipified] 2024-04-03T15:59:09.2673746Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/method.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/method.h [skipped, already hipified] 2024-04-03T15:59:09.2711477Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.cpp [skipped, already hipified] 2024-04-03T15:59:09.2732212Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/module.h [skipped, already hipified] 2024-04-03T15:59:09.2737053Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.cpp [skipped, already hipified] 2024-04-03T15:59:09.2751415Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/observer.h [skipped, already hipified] 2024-04-03T15:59:09.2777581Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.cpp [skipped, already hipified] 2024-04-03T15:59:09.2783809Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_bytecode.h [skipped, already hipified] 2024-04-03T15:59:09.2791285Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.cpp [skipped, already hipified] 2024-04-03T15:59:09.2798056Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/parse_operators.h [skipped, already hipified] 2024-04-03T15:59:09.2804702Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.cpp [skipped, already hipified] 2024-04-03T15:59:09.2811054Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/prim_ops_registery.h [skipped, already hipified] 2024-04-03T15:59:09.2829318Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.cpp [skipped, already hipified] 2024-04-03T15:59:09.2856721Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/profiler_edge.h [skipped, already hipified] 2024-04-03T15:59:09.2888403Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.cpp [skipped, already hipified] 2024-04-03T15:59:09.2901527Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/promoted_prim_ops.h [skipped, already hipified] 2024-04-03T15:59:09.2914087Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.cpp [skipped, already hipified] 2024-04-03T15:59:09.2922596Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/quantization.h [skipped, already hipified] 2024-04-03T15:59:09.2941894Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.cpp [skipped, already hipified] 2024-04-03T15:59:09.2950095Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/register_ops_common_utils.h [skipped, already hipified] 2024-04-03T15:59:09.2999471Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.cpp [skipped, already hipified] 2024-04-03T15:59:09.3008681Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/type_parser.h [skipped, already hipified] 2024-04-03T15:59:09.3193799Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.cpp [skipped, already hipified] 2024-04-03T15:59:09.3202941Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/upgrader_mobile.h [skipped, already hipified] 2024-04-03T15:59:09.3217017Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.cpp [skipped, already hipified] 2024-04-03T15:59:09.3224621Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport.h [skipped, already hipified] 2024-04-03T15:59:09.3328758Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.cpp [skipped, already hipified] 2024-04-03T15:59:09.3336732Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/backport_manager.h [skipped, already hipified] 2024-04-03T15:59:09.3393179Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp [skipped, already hipified] 2024-04-03T15:59:09.3406741Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/model_compatibility.h [skipped, already hipified] 2024-04-03T15:59:09.3421127Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp [skipped, already hipified] 2024-04-03T15:59:09.3430428Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/compatibility/runtime_compatibility.h [skipped, already hipified] 2024-04-03T15:59:09.3438666Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.cpp [skipped, already hipified] 2024-04-03T15:59:09.3447097Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/BuildFeatureTracer.h [skipped, already hipified] 2024-04-03T15:59:09.3455115Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.cpp [skipped, already hipified] 2024-04-03T15:59:09.3463473Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/CustomClassTracer.h [skipped, already hipified] 2024-04-03T15:59:09.3471829Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.cpp [skipped, already hipified] 2024-04-03T15:59:09.3480958Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/KernelDTypeTracer.h [skipped, already hipified] 2024-04-03T15:59:09.3508667Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.cpp [skipped, already hipified] 2024-04-03T15:59:09.3528351Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/MobileModelRunner.h [skipped, already hipified] 2024-04-03T15:59:09.3536769Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.cpp [skipped, already hipified] 2024-04-03T15:59:09.3545247Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/OperatorCallTracer.h [skipped, already hipified] 2024-04-03T15:59:09.3554283Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.cpp [skipped, already hipified] 2024-04-03T15:59:09.3560735Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TensorUtils.h [skipped, already hipified] 2024-04-03T15:59:09.3606798Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.cpp [skipped, already hipified] 2024-04-03T15:59:09.3615499Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/TracerRunner.h [skipped, already hipified] 2024-04-03T15:59:09.3641530Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/model_tracer/tracer.cpp [skipped, already hipified] 2024-04-03T15:59:09.3728329Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.cpp [skipped, already hipified] 2024-04-03T15:59:09.3753518Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/aot_compiler.h [skipped, already hipified] 2024-04-03T15:59:09.3763526Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/backend.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/backend.cpp [skipped, already hipified] 2024-04-03T15:59:09.3798984Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.cpp [skipped, already hipified] 2024-04-03T15:59:09.3823847Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/context.h [skipped, already hipified] 2024-04-03T15:59:09.3830355Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.cpp [skipped, already hipified] 2024-04-03T15:59:09.3839459Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/nnc/registry.h [skipped, already hipified] 2024-04-03T15:59:09.3858728Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.cpp [skipped, already hipified] 2024-04-03T15:59:09.3869627Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/export_data.h [skipped, already hipified] 2024-04-03T15:59:09.3880545Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.cpp [skipped, already hipified] 2024-04-03T15:59:09.3891058Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/random.h [skipped, already hipified] 2024-04-03T15:59:09.3899785Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.cpp [skipped, already hipified] 2024-04-03T15:59:09.3908727Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/sequential.h [skipped, already hipified] 2024-04-03T15:59:09.3924377Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.cpp [skipped, already hipified] 2024-04-03T15:59:09.3943491Z /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.h -> /var/lib/jenkins/workspace/torch/csrc/jit/mobile/train/optim/sgd.h [skipped, already hipified] 2024-04-03T15:59:09.3955113Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.cpp [skipped, already hipified] 2024-04-03T15:59:09.3964022Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders.h [skipped, already hipified] 2024-04-03T15:59:09.3989058Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp [skipped, already hipified] 2024-04-03T15:59:09.3995924Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/upgraders_entry.h [skipped, already hipified] 2024-04-03T15:59:09.4009303Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.cpp [skipped, already hipified] 2024-04-03T15:59:09.4019382Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/utils.h [skipped, already hipified] 2024-04-03T15:59:09.4038719Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.cpp [skipped, already hipified] 2024-04-03T15:59:09.4047554Z /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/operator_upgraders/version_map.h [skipped, already hipified] 2024-04-03T15:59:09.4056665Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.cpp [skipped, already hipified] 2024-04-03T15:59:09.4063246Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/add_if_then_else.h [skipped, already hipified] 2024-04-03T15:59:09.4069784Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.cpp [skipped, already hipified] 2024-04-03T15:59:09.4075631Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/annotate_warns.h [skipped, already hipified] 2024-04-03T15:59:09.4134480Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.cpp [skipped, already hipified] 2024-04-03T15:59:09.4141452Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/autocast.h [skipped, already hipified] 2024-04-03T15:59:09.4196751Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.cpp [skipped, already hipified] 2024-04-03T15:59:09.4205401Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/bailout_graph.h [skipped, already hipified] 2024-04-03T15:59:09.4266973Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.cpp [skipped, already hipified] 2024-04-03T15:59:09.4273009Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/batch_mm.h [skipped, already hipified] 2024-04-03T15:59:09.4297748Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.cpp [skipped, already hipified] 2024-04-03T15:59:09.4304643Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize.h [skipped, already hipified] 2024-04-03T15:59:09.4321030Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp [skipped, already hipified] 2024-04-03T15:59:09.4327110Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h [skipped, already hipified] 2024-04-03T15:59:09.4343640Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.cpp [skipped, already hipified] 2024-04-03T15:59:09.4349324Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/check_strict_fusion.h [skipped, already hipified] 2024-04-03T15:59:09.4362159Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.cpp [skipped, already hipified] 2024-04-03T15:59:09.4369387Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_profiling.h [skipped, already hipified] 2024-04-03T15:59:09.4377334Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.cpp [skipped, already hipified] 2024-04-03T15:59:09.4384939Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/clear_undefinedness.h [skipped, already hipified] 2024-04-03T15:59:09.4402054Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.cpp [skipped, already hipified] 2024-04-03T15:59:09.4408341Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/common_subexpression_elimination.h [skipped, already hipified] 2024-04-03T15:59:09.4481299Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.cpp [skipped, already hipified] 2024-04-03T15:59:09.4487828Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/concat_opt.h [skipped, already hipified] 2024-04-03T15:59:09.4500406Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.cpp [skipped, already hipified] 2024-04-03T15:59:09.4519201Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_pooling.h [skipped, already hipified] 2024-04-03T15:59:09.4563591Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.cpp [skipped, already hipified] 2024-04-03T15:59:09.4572193Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/constant_propagation.h [skipped, already hipified] 2024-04-03T15:59:09.4621170Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp [skipped, already hipified] 2024-04-03T15:59:09.4628307Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_autodiff_subgraphs.h [skipped, already hipified] 2024-04-03T15:59:09.4653827Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.cpp [skipped, already hipified] 2024-04-03T15:59:09.4660211Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/create_functional_graphs.h [skipped, already hipified] 2024-04-03T15:59:09.4706693Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.cpp [skipped, already hipified] 2024-04-03T15:59:09.4716341Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dead_code_elimination.h [skipped, already hipified] 2024-04-03T15:59:09.4750104Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.cpp [skipped, already hipified] 2024-04-03T15:59:09.4755624Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/decompose_ops.h [skipped, already hipified] 2024-04-03T15:59:09.4784253Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.cpp [skipped, already hipified] 2024-04-03T15:59:09.4790010Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/device_type_analysis.h [skipped, already hipified] 2024-04-03T15:59:09.4824559Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.cpp [skipped, already hipified] 2024-04-03T15:59:09.4830717Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dtype_analysis.h [skipped, already hipified] 2024-04-03T15:59:09.4841173Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.cpp [skipped, already hipified] 2024-04-03T15:59:09.4847309Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/eliminate_no_ops.h [skipped, already hipified] 2024-04-03T15:59:09.4859957Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.cpp [skipped, already hipified] 2024-04-03T15:59:09.4866875Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/erase_number_types.h [skipped, already hipified] 2024-04-03T15:59:09.4932613Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp [skipped, already hipified] 2024-04-03T15:59:09.4942687Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fixup_trace_scope_blocks.h [skipped, already hipified] 2024-04-03T15:59:09.4990034Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.cpp [skipped, already hipified] 2024-04-03T15:59:09.4998150Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_conv_bn.h [skipped, already hipified] 2024-04-03T15:59:09.5005235Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_linear_bn.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_linear_bn.cpp [skipped, already hipified] 2024-04-03T15:59:09.5012105Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_linear_bn.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fold_linear_bn.h [skipped, already hipified] 2024-04-03T15:59:09.5126137Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.cpp [skipped, already hipified] 2024-04-03T15:59:09.5134931Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/freeze_module.h [skipped, already hipified] 2024-04-03T15:59:09.5164926Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.cpp [skipped, already hipified] 2024-04-03T15:59:09.5170878Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_concat_linear.h [skipped, already hipified] 2024-04-03T15:59:09.5180671Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp [ok] 2024-04-03T15:59:09.5186972Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h [skipped, already hipified] 2024-04-03T15:59:09.5207538Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp [ok] 2024-04-03T15:59:09.5256634Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.cpp [skipped, already hipified] 2024-04-03T15:59:09.5264292Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_conv_folding.h [skipped, already hipified] 2024-04-03T15:59:09.5272321Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.cpp [skipped, already hipified] 2024-04-03T15:59:09.5281571Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_graph_optimizations.h [skipped, already hipified] 2024-04-03T15:59:09.5301087Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_folding.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_folding.cpp [skipped, already hipified] 2024-04-03T15:59:09.5307307Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_folding.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_folding.h [skipped, already hipified] 2024-04-03T15:59:09.5320512Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.cpp [skipped, already hipified] 2024-04-03T15:59:09.5326272Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_linear_transpose.h [skipped, already hipified] 2024-04-03T15:59:09.5452388Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp [skipped, already hipified] 2024-04-03T15:59:09.5458925Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h [skipped, already hipified] 2024-04-03T15:59:09.5477326Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.cpp [skipped, already hipified] 2024-04-03T15:59:09.5484474Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_linear.h [skipped, already hipified] 2024-04-03T15:59:09.5495605Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.cpp [skipped, already hipified] 2024-04-03T15:59:09.5501342Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/fuse_relu.h [skipped, already hipified] 2024-04-03T15:59:09.5648866Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.cpp [skipped, already hipified] 2024-04-03T15:59:09.5656908Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_fuser.h [skipped, already hipified] 2024-04-03T15:59:09.5701266Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.cpp [skipped, already hipified] 2024-04-03T15:59:09.5712572Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/graph_rewrite_helper.h [skipped, already hipified] 2024-04-03T15:59:09.5769104Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.cpp [skipped, already hipified] 2024-04-03T15:59:09.5775598Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/guard_elimination.h [skipped, already hipified] 2024-04-03T15:59:09.5795639Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.cpp [skipped, already hipified] 2024-04-03T15:59:09.5800704Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/hoist_conv_packed_params.h [skipped, already hipified] 2024-04-03T15:59:09.5813680Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp [skipped, already hipified] 2024-04-03T15:59:09.5819827Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_autodiff_subgraphs.h [skipped, already hipified] 2024-04-03T15:59:09.5858655Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.cpp [skipped, already hipified] 2024-04-03T15:59:09.5865247Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_fork_wait.h [skipped, already hipified] 2024-04-03T15:59:09.5878925Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.cpp [skipped, already hipified] 2024-04-03T15:59:09.5884878Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inline_forked_closures.h [skipped, already hipified] 2024-04-03T15:59:09.5902553Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.cpp [skipped, already hipified] 2024-04-03T15:59:09.5908481Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inliner.h [skipped, already hipified] 2024-04-03T15:59:09.5914277Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.cpp [skipped, already hipified] 2024-04-03T15:59:09.5918842Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/inplace_check.h [skipped, already hipified] 2024-04-03T15:59:09.5926851Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.cpp [skipped, already hipified] 2024-04-03T15:59:09.5932412Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/insert_guards.h [skipped, already hipified] 2024-04-03T15:59:09.5961070Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.cpp [skipped, already hipified] 2024-04-03T15:59:09.5965973Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/integer_value_refinement.h [skipped, already hipified] 2024-04-03T15:59:09.5979209Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.cpp [skipped, already hipified] 2024-04-03T15:59:09.5984407Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lift_closures.h [skipped, already hipified] 2024-04-03T15:59:09.6002725Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.cpp [skipped, already hipified] 2024-04-03T15:59:09.6010639Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/liveness.h [skipped, already hipified] 2024-04-03T15:59:09.6066149Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.cpp [skipped, already hipified] 2024-04-03T15:59:09.6074611Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/loop_unrolling.h [skipped, already hipified] 2024-04-03T15:59:09.6084036Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.cpp [skipped, already hipified] 2024-04-03T15:59:09.6090016Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_grad_of.h [skipped, already hipified] 2024-04-03T15:59:09.6109915Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.cpp [skipped, already hipified] 2024-04-03T15:59:09.6116429Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_graph.h [skipped, already hipified] 2024-04-03T15:59:09.6153253Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.cpp [skipped, already hipified] 2024-04-03T15:59:09.6160109Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/lower_tuples.h [skipped, already hipified] 2024-04-03T15:59:09.6196260Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.cpp [skipped, already hipified] 2024-04-03T15:59:09.6202641Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/metal_rewrite.h [skipped, already hipified] 2024-04-03T15:59:09.6227495Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.cpp [skipped, already hipified] 2024-04-03T15:59:09.6234000Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/mkldnn_rewrite.h [skipped, already hipified] 2024-04-03T15:59:09.6239279Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/mobile_optimizer_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/mobile_optimizer_type.h [skipped, already hipified] 2024-04-03T15:59:09.6261389Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.cpp [skipped, already hipified] 2024-04-03T15:59:09.6268484Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/normalize_ops.h [skipped, already hipified] 2024-04-03T15:59:09.6277704Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onednn_graph_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onednn_graph_fuser.h [skipped, already hipified] 2024-04-03T15:59:09.6351571Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.cpp [skipped, already hipified] 2024-04-03T15:59:09.6359182Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx.h [skipped, already hipified] 2024-04-03T15:59:09.6368713Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.cpp [skipped, already hipified] 2024-04-03T15:59:09.6386703Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/pass_manager.h [skipped, already hipified] 2024-04-03T15:59:09.6451003Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.cpp [skipped, already hipified] 2024-04-03T15:59:09.6459073Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole.h [skipped, already hipified] 2024-04-03T15:59:09.6482740Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.cpp [skipped, already hipified] 2024-04-03T15:59:09.6489260Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_alias_sensitive.h [skipped, already hipified] 2024-04-03T15:59:09.6515306Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.cpp [skipped, already hipified] 2024-04-03T15:59:09.6527194Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_dict_idioms.h [skipped, already hipified] 2024-04-03T15:59:09.6564754Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.cpp [skipped, already hipified] 2024-04-03T15:59:09.6575296Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_list_idioms.h [skipped, already hipified] 2024-04-03T15:59:09.6617372Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.cpp [skipped, already hipified] 2024-04-03T15:59:09.6625742Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/peephole_non_tensor.h [skipped, already hipified] 2024-04-03T15:59:09.6638340Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.cpp [skipped, already hipified] 2024-04-03T15:59:09.6644154Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/prepack_folding.h [skipped, already hipified] 2024-04-03T15:59:09.6652988Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.cpp [skipped, already hipified] 2024-04-03T15:59:09.6658467Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/refine_tuple_types.h [skipped, already hipified] 2024-04-03T15:59:09.6668132Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.cpp [skipped, already hipified] 2024-04-03T15:59:09.6674343Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_dropout.h [skipped, already hipified] 2024-04-03T15:59:09.6686311Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.cpp [skipped, already hipified] 2024-04-03T15:59:09.6694069Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_exceptions.h [skipped, already hipified] 2024-04-03T15:59:09.6705022Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.cpp [skipped, already hipified] 2024-04-03T15:59:09.6709955Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_expands.h [skipped, already hipified] 2024-04-03T15:59:09.6729018Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.cpp [skipped, already hipified] 2024-04-03T15:59:09.6735586Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_inplace_ops.h [skipped, already hipified] 2024-04-03T15:59:09.6774979Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.cpp [skipped, already hipified] 2024-04-03T15:59:09.6787537Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_mutation.h [skipped, already hipified] 2024-04-03T15:59:09.6796343Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.cpp [skipped, already hipified] 2024-04-03T15:59:09.6801620Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/remove_redundant_profiles.h [skipped, already hipified] 2024-04-03T15:59:09.6817101Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.cpp [skipped, already hipified] 2024-04-03T15:59:09.6823377Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/replacement_of_old_operators.h [skipped, already hipified] 2024-04-03T15:59:09.6842094Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.cpp [skipped, already hipified] 2024-04-03T15:59:09.6847160Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/requires_grad_analysis.h [skipped, already hipified] 2024-04-03T15:59:09.6859581Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.cpp [skipped, already hipified] 2024-04-03T15:59:09.6869400Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/restore_mutation.h [skipped, already hipified] 2024-04-03T15:59:09.7134145Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.cpp [skipped, already hipified] 2024-04-03T15:59:09.7142911Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/shape_analysis.h [skipped, already hipified] 2024-04-03T15:59:09.7202314Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.cpp [skipped, already hipified] 2024-04-03T15:59:09.7210151Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/specialize_autogradzero.h [skipped, already hipified] 2024-04-03T15:59:09.7236634Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.cpp [skipped, already hipified] 2024-04-03T15:59:09.7263643Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/subgraph_rewrite.h [skipped, already hipified] 2024-04-03T15:59:09.7396418Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.cpp [skipped, already hipified] 2024-04-03T15:59:09.7407670Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_analysis.h [skipped, already hipified] 2024-04-03T15:59:09.7432302Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.cpp [skipped, already hipified] 2024-04-03T15:59:09.7441555Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_cache.h [skipped, already hipified] 2024-04-03T15:59:09.7530538Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp [skipped, already hipified] 2024-04-03T15:59:09.7541845Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h [skipped, already hipified] 2024-04-03T15:59:09.7692238Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.cpp [skipped, already hipified] 2024-04-03T15:59:09.7710651Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/tensorexpr_fuser.h [skipped, already hipified] 2024-04-03T15:59:09.7719162Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp [skipped, already hipified] 2024-04-03T15:59:09.7726252Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h [skipped, already hipified] 2024-04-03T15:59:09.7755658Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.cpp [skipped, already hipified] 2024-04-03T15:59:09.7767729Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/value_refinement_utils.h [skipped, already hipified] 2024-04-03T15:59:09.7793673Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.cpp [skipped, already hipified] 2024-04-03T15:59:09.7800988Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/variadic_ops.h [skipped, already hipified] 2024-04-03T15:59:09.7876275Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.cpp [skipped, already hipified] 2024-04-03T15:59:09.7882931Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/vulkan_rewrite.h [skipped, already hipified] 2024-04-03T15:59:09.7946562Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.cpp [skipped, already hipified] 2024-04-03T15:59:09.7954367Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/xnnpack_rewrite.h [skipped, already hipified] 2024-04-03T15:59:09.7966654Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp [skipped, already hipified] 2024-04-03T15:59:09.7972960Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.h [skipped, already hipified] 2024-04-03T15:59:09.7985972Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp [skipped, already hipified] 2024-04-03T15:59:09.7991998Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/cast_all_constant_to_floating.h [skipped, already hipified] 2024-04-03T15:59:09.8076973Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.cpp [skipped, already hipified] 2024-04-03T15:59:09.8084191Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_fold.h [skipped, already hipified] 2024-04-03T15:59:09.8124724Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.cpp [skipped, already hipified] 2024-04-03T15:59:09.8142920Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/constant_map.h [skipped, already hipified] 2024-04-03T15:59:09.8157453Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.cpp [skipped, already hipified] 2024-04-03T15:59:09.8163842Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/deduplicate_initializers.h [skipped, already hipified] 2024-04-03T15:59:09.8170508Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.cpp [skipped, already hipified] 2024-04-03T15:59:09.8176159Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eliminate_unused_items.h [skipped, already hipified] 2024-04-03T15:59:09.8196771Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.cpp [skipped, already hipified] 2024-04-03T15:59:09.8202501Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/eval_peephole.h [skipped, already hipified] 2024-04-03T15:59:09.8294559Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp [skipped, already hipified] 2024-04-03T15:59:09.8312857Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/fixup_onnx_controlflow.h [skipped, already hipified] 2024-04-03T15:59:09.8442818Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.cpp [skipped, already hipified] 2024-04-03T15:59:09.8453473Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_extraction.h [skipped, already hipified] 2024-04-03T15:59:09.8485273Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.cpp [skipped, already hipified] 2024-04-03T15:59:09.8491387Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/function_substitution.h [skipped, already hipified] 2024-04-03T15:59:09.8522350Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.cpp [skipped, already hipified] 2024-04-03T15:59:09.8533589Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/helper.h [skipped, already hipified] 2024-04-03T15:59:09.8559586Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.cpp [skipped, already hipified] 2024-04-03T15:59:09.8564816Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/list_model_parameters.h [skipped, already hipified] 2024-04-03T15:59:09.8585964Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.cpp [skipped, already hipified] 2024-04-03T15:59:09.8593569Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/naming.h [skipped, already hipified] 2024-04-03T15:59:09.8599749Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.cpp [skipped, already hipified] 2024-04-03T15:59:09.8606339Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/onnx_log.h [skipped, already hipified] 2024-04-03T15:59:09.8725664Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.cpp [skipped, already hipified] 2024-04-03T15:59:09.8734070Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/peephole.h [skipped, already hipified] 2024-04-03T15:59:09.8745337Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp [skipped, already hipified] 2024-04-03T15:59:09.8752379Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/prepare_division_for_onnx.h [skipped, already hipified] 2024-04-03T15:59:09.8796625Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.cpp [skipped, already hipified] 2024-04-03T15:59:09.8812745Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/preprocess_for_onnx.h [skipped, already hipified] 2024-04-03T15:59:09.8911701Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp [skipped, already hipified] 2024-04-03T15:59:09.8917651Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.h [skipped, already hipified] 2024-04-03T15:59:09.8983952Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.cpp [skipped, already hipified] 2024-04-03T15:59:09.9003937Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/scalar_type_analysis.h [skipped, already hipified] 2024-04-03T15:59:09.9306210Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.cpp [skipped, already hipified] 2024-04-03T15:59:09.9322702Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/shape_type_inference.h [skipped, already hipified] 2024-04-03T15:59:09.9431648Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.cpp [skipped, already hipified] 2024-04-03T15:59:09.9438523Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/unpack_quantized_weights.h [skipped, already hipified] 2024-04-03T15:59:09.9449958Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp [skipped, already hipified] 2024-04-03T15:59:09.9462497Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.h [skipped, already hipified] 2024-04-03T15:59:09.9472230Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.cpp [skipped, already hipified] 2024-04-03T15:59:09.9478668Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/common.h [skipped, already hipified] 2024-04-03T15:59:09.9522290Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp [skipped, already hipified] 2024-04-03T15:59:09.9534339Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.h [skipped, already hipified] 2024-04-03T15:59:09.9549880Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp [skipped, already hipified] 2024-04-03T15:59:09.9561901Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.h [skipped, already hipified] 2024-04-03T15:59:09.9582567Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp [skipped, already hipified] 2024-04-03T15:59:09.9598295Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/dedup_module_uses.h [skipped, already hipified] 2024-04-03T15:59:09.9636360Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.cpp [skipped, already hipified] 2024-04-03T15:59:09.9648718Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/finalize.h [skipped, already hipified] 2024-04-03T15:59:09.9665186Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.cpp [skipped, already hipified] 2024-04-03T15:59:09.9671024Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/fusion_passes.h [skipped, already hipified] 2024-04-03T15:59:09.9753047Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.cpp [skipped, already hipified] 2024-04-03T15:59:09.9780687Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/helper.h [skipped, already hipified] 2024-04-03T15:59:09.9976064Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.cpp [skipped, already hipified] 2024-04-03T15:59:09.9989799Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_observers.h [skipped, already hipified] 2024-04-03T15:59:10.0193866Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp [skipped, already hipified] 2024-04-03T15:59:10.0207416Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/insert_quant_dequant.h [skipped, already hipified] 2024-04-03T15:59:10.0381318Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_patterns.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_patterns.h [skipped, already hipified] 2024-04-03T15:59:10.0388220Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.cpp [skipped, already hipified] 2024-04-03T15:59:10.0407974Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/quantization_type.h [skipped, already hipified] 2024-04-03T15:59:10.0432755Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.cpp [skipped, already hipified] 2024-04-03T15:59:10.0441051Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/quantization/register_packed_params.h [skipped, already hipified] 2024-04-03T15:59:10.0474542Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.cpp [skipped, already hipified] 2024-04-03T15:59:10.0481563Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/check_alias_annotation.h [skipped, already hipified] 2024-04-03T15:59:10.0507603Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.cpp [skipped, already hipified] 2024-04-03T15:59:10.0533850Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/memory_dag.h [skipped, already hipified] 2024-04-03T15:59:10.0555878Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.cpp [skipped, already hipified] 2024-04-03T15:59:10.0563688Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/op_registry.h [skipped, already hipified] 2024-04-03T15:59:10.0573342Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.cpp [skipped, already hipified] 2024-04-03T15:59:10.0580140Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/optimization_utils.h [skipped, already hipified] 2024-04-03T15:59:10.0647051Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.cpp [skipped, already hipified] 2024-04-03T15:59:10.0659223Z /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/passes/utils/subgraph_utils.h [skipped, already hipified] 2024-04-03T15:59:10.0926241Z /var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/init.cpp [skipped, already hipified] 2024-04-03T15:59:10.0932390Z /var/lib/jenkins/workspace/torch/csrc/jit/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/init.h [skipped, already hipified] 2024-04-03T15:59:10.0941420Z /var/lib/jenkins/workspace/torch/csrc/jit/python/module_python.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/module_python.h [skipped, already hipified] 2024-04-03T15:59:10.0979326Z /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind.h [skipped, already hipified] 2024-04-03T15:59:10.1109298Z /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.cpp [skipped, already hipified] 2024-04-03T15:59:10.1230019Z /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h [ok] 2024-04-03T15:59:10.1253903Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.cpp [skipped, already hipified] 2024-04-03T15:59:10.1269341Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_arg_flatten.h [skipped, already hipified] 2024-04-03T15:59:10.1286045Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.cpp [skipped, already hipified] 2024-04-03T15:59:10.1293094Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_custom_class.h [skipped, already hipified] 2024-04-03T15:59:10.1317882Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.cpp [skipped, already hipified] 2024-04-03T15:59:10.1332063Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_dict.h [skipped, already hipified] 2024-04-03T15:59:10.1345019Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_interpreter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_interpreter.cpp [skipped, already hipified] 2024-04-03T15:59:10.1523823Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.cpp [skipped, already hipified] 2024-04-03T15:59:10.1533407Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ir.h [skipped, already hipified] 2024-04-03T15:59:10.1549304Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ivalue.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_ivalue.h [skipped, already hipified] 2024-04-03T15:59:10.1586072Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.cpp [skipped, already hipified] 2024-04-03T15:59:10.1607552Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_list.h [skipped, already hipified] 2024-04-03T15:59:10.1762900Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.cpp [ok] 2024-04-03T15:59:10.1803463Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_sugared_value.h [skipped, already hipified] 2024-04-03T15:59:10.1835887Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.cpp [skipped, already hipified] 2024-04-03T15:59:10.1846172Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tracer.h [skipped, already hipified] 2024-04-03T15:59:10.1898866Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.cpp [skipped, already hipified] 2024-04-03T15:59:10.1917191Z /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/python_tree_views.h [skipped, already hipified] 2024-04-03T15:59:10.2192790Z /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.cpp [skipped, already hipified] 2024-04-03T15:59:10.2199328Z /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/script_init.h [skipped, already hipified] 2024-04-03T15:59:10.2204783Z /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.cpp [skipped, already hipified] 2024-04-03T15:59:10.2210438Z /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/update_graph_executor_opt.h [skipped, already hipified] 2024-04-03T15:59:10.2216244Z /var/lib/jenkins/workspace/torch/csrc/jit/python/utf8_decoding_ignore.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/python/utf8_decoding_ignore.cpp [skipped, already hipified] 2024-04-03T15:59:10.2221611Z /var/lib/jenkins/workspace/torch/csrc/jit/python/utf8_decoding_ignore.h -> /var/lib/jenkins/workspace/torch/csrc/jit/python/utf8_decoding_ignore.h [skipped, already hipified] 2024-04-03T15:59:10.2256152Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.cpp [skipped, already hipified] 2024-04-03T15:59:10.2315559Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/argument_spec.h [skipped, already hipified] 2024-04-03T15:59:10.2418016Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.cpp [skipped, already hipified] 2024-04-03T15:59:10.2434689Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/autodiff.h [skipped, already hipified] 2024-04-03T15:59:10.2459656Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/calculate_necessary_args.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/calculate_necessary_args.h [skipped, already hipified] 2024-04-03T15:59:10.2470876Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/custom_operator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/custom_operator.h [skipped, already hipified] 2024-04-03T15:59:10.2496564Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.cpp [skipped, already hipified] 2024-04-03T15:59:10.2505341Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry.h [skipped, already hipified] 2024-04-03T15:59:10.2520890Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.cpp [skipped, already hipified] 2024-04-03T15:59:10.2527785Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/decomposition_registry_util.h [skipped, already hipified] 2024-04-03T15:59:10.2541936Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/exception_message.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/exception_message.h [skipped, already hipified] 2024-04-03T15:59:10.2688333Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.cpp [skipped, already hipified] 2024-04-03T15:59:10.2706394Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor.h [skipped, already hipified] 2024-04-03T15:59:10.2722505Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_executor_impl.h [skipped, already hipified] 2024-04-03T15:59:10.2740592Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_iterator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/graph_iterator.h [skipped, already hipified] 2024-04-03T15:59:10.2753870Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.cpp [skipped, already hipified] 2024-04-03T15:59:10.2777384Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/instruction.h [skipped, already hipified] 2024-04-03T15:59:10.2915412Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.cpp [skipped, already hipified] 2024-04-03T15:59:10.2935065Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter.h [skipped, already hipified] 2024-04-03T15:59:10.2942905Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.cpp [skipped, already hipified] 2024-04-03T15:59:10.2953432Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_exception.h [skipped, already hipified] 2024-04-03T15:59:10.2988466Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.cpp [skipped, already hipified] 2024-04-03T15:59:10.2993194Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/jit_trace.h [skipped, already hipified] 2024-04-03T15:59:10.3003230Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.cpp [skipped, already hipified] 2024-04-03T15:59:10.3016203Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/logging.h [skipped, already hipified] 2024-04-03T15:59:10.3069820Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.cpp [skipped, already hipified] 2024-04-03T15:59:10.3133616Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator.h [skipped, already hipified] 2024-04-03T15:59:10.3139939Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator_options.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/operator_options.h [skipped, already hipified] 2024-04-03T15:59:10.3145536Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.cpp [skipped, already hipified] 2024-04-03T15:59:10.3151089Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/print_handler.h [skipped, already hipified] 2024-04-03T15:59:10.3245105Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp [skipped, already hipified] 2024-04-03T15:59:10.3257777Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_graph_executor_impl.h [skipped, already hipified] 2024-04-03T15:59:10.3291001Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.cpp [skipped, already hipified] 2024-04-03T15:59:10.3319888Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/profiling_record.h [skipped, already hipified] 2024-04-03T15:59:10.3330734Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_c10_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_c10_ops.cpp [skipped, already hipified] 2024-04-03T15:59:10.3359276Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_cuda_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_cuda_ops.cpp [ok] 2024-04-03T15:59:10.3394937Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_distributed_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_distributed_ops.cpp [skipped, already hipified] 2024-04-03T15:59:10.3436232Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.cpp [ok] 2024-04-03T15:59:10.3614119Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_ops_utils.h [skipped, already hipified] 2024-04-03T15:59:10.4039344Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops.cpp [skipped, already hipified] 2024-04-03T15:59:10.4141635Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp [skipped, already hipified] 2024-04-03T15:59:10.4208612Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_special_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/register_special_ops.cpp [skipped, already hipified] 2024-04-03T15:59:10.4229275Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.cpp [skipped, already hipified] 2024-04-03T15:59:10.4243405Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/script_profile.h [skipped, already hipified] 2024-04-03T15:59:10.4537267Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp [skipped, already hipified] 2024-04-03T15:59:10.4543603Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/serialized_shape_function_registry.h [skipped, already hipified] 2024-04-03T15:59:10.4549363Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/shape_function_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/shape_function_registry.h [skipped, already hipified] 2024-04-03T15:59:10.4557123Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp [skipped, already hipified] 2024-04-03T15:59:10.4563173Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/simple_graph_executor_impl.h [skipped, already hipified] 2024-04-03T15:59:10.4571251Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.cpp [skipped, already hipified] 2024-04-03T15:59:10.4578518Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/slice_indices_adjust.h [skipped, already hipified] 2024-04-03T15:59:10.4784286Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.cpp [skipped, already hipified] 2024-04-03T15:59:10.4791002Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_script.h [skipped, already hipified] 2024-04-03T15:59:10.4839508Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.cpp [skipped, already hipified] 2024-04-03T15:59:10.4852217Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry.h [skipped, already hipified] 2024-04-03T15:59:10.4902533Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp [skipped, already hipified] 2024-04-03T15:59:10.4909260Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/symbolic_shape_registry_util.h [skipped, already hipified] 2024-04-03T15:59:10.4954220Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.cpp [skipped, already hipified] 2024-04-03T15:59:10.4962460Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/vararg_functions.h [skipped, already hipified] 2024-04-03T15:59:10.4969556Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/variable_tensor_list.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/variable_tensor_list.h [skipped, already hipified] 2024-04-03T15:59:10.4985751Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/can_emit_inline.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/can_emit_inline.h [skipped, already hipified] 2024-04-03T15:59:10.5088573Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/code_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/code_impl.h [skipped, already hipified] 2024-04-03T15:59:10.5094400Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.cpp [skipped, already hipified] 2024-04-03T15:59:10.5102187Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/frame.h [skipped, already hipified] 2024-04-03T15:59:10.5126049Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp [skipped, already hipified] 2024-04-03T15:59:10.5132148Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/interpreter/preprocess_graph.h [skipped, already hipified] 2024-04-03T15:59:10.5145858Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.cpp [skipped, already hipified] 2024-04-03T15:59:10.5168434Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ProcessedNodeInputs.h [skipped, already hipified] 2024-04-03T15:59:10.5215816Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.cpp [skipped, already hipified] 2024-04-03T15:59:10.5223072Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/fusion.h [skipped, already hipified] 2024-04-03T15:59:10.5792794Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/generated_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/generated_ops.cpp [skipped, already hipified] 2024-04-03T15:59:10.6019315Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.cpp [skipped, already hipified] 2024-04-03T15:59:10.6145921Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/impl.h [skipped, already hipified] 2024-04-03T15:59:10.6170286Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.cpp [skipped, already hipified] 2024-04-03T15:59:10.6175220Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/init.h [skipped, already hipified] 2024-04-03T15:59:10.6236825Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.cpp [skipped, already hipified] 2024-04-03T15:59:10.6269954Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/memory_planner.h [skipped, already hipified] 2024-04-03T15:59:10.6431095Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/native_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/native_ops.cpp [skipped, already hipified] 2024-04-03T15:59:10.6731504Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.cpp [skipped, already hipified] 2024-04-03T15:59:10.6754038Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/ops.h [skipped, already hipified] 2024-04-03T15:59:10.6918728Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.cpp [skipped, already hipified] 2024-04-03T15:59:10.6933725Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/passes.h [skipped, already hipified] 2024-04-03T15:59:10.6956913Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/processed_node_wrapper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/processed_node_wrapper.h [skipped, already hipified] 2024-04-03T15:59:10.6966606Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/static_method.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/static_method.h [skipped, already hipified] 2024-04-03T15:59:10.6997113Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.cpp [skipped, already hipified] 2024-04-03T15:59:10.7006312Z /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.h -> /var/lib/jenkins/workspace/torch/csrc/jit/runtime/static/te_wrapper.h [skipped, already hipified] 2024-04-03T15:59:10.7038914Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp [skipped, already hipified] 2024-04-03T15:59:10.7051484Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/callstack_debug_info_serialization.h [skipped, already hipified] 2024-04-03T15:59:10.7240847Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.cpp [skipped, already hipified] 2024-04-03T15:59:10.7276979Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export.h [skipped, already hipified] 2024-04-03T15:59:10.7330290Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.cpp [skipped, already hipified] 2024-04-03T15:59:10.7340216Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_bytecode.h [skipped, already hipified] 2024-04-03T15:59:10.7447902Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_module.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/export_module.cpp [skipped, already hipified] 2024-04-03T15:59:10.7540759Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.cpp [skipped, already hipified] 2024-04-03T15:59:10.7554338Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer.h [skipped, already hipified] 2024-04-03T15:59:10.7562542Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.cpp [skipped, already hipified] 2024-04-03T15:59:10.7567929Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h [skipped, already hipified] 2024-04-03T15:59:10.7647655Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.cpp [skipped, already hipified] 2024-04-03T15:59:10.7667484Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import.h [skipped, already hipified] 2024-04-03T15:59:10.7674719Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_constants.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_constants.h [skipped, already hipified] 2024-04-03T15:59:10.7681473Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_functions.h [skipped, already hipified] 2024-04-03T15:59:10.7692087Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.cpp [skipped, already hipified] 2024-04-03T15:59:10.7714591Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_export_helpers.h [skipped, already hipified] 2024-04-03T15:59:10.7758933Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.cpp [skipped, already hipified] 2024-04-03T15:59:10.7765372Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_legacy.h [skipped, already hipified] 2024-04-03T15:59:10.7777967Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.cpp [skipped, already hipified] 2024-04-03T15:59:10.7787197Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_read.h [skipped, already hipified] 2024-04-03T15:59:10.7882735Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.cpp [skipped, already hipified] 2024-04-03T15:59:10.7898062Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/import_source.h [skipped, already hipified] 2024-04-03T15:59:10.8177759Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/mobile_bytecode_generated.h [skipped, already hipified] 2024-04-03T15:59:10.8216023Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.cpp [skipped, already hipified] 2024-04-03T15:59:10.8221857Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/onnx.h [skipped, already hipified] 2024-04-03T15:59:10.8239515Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.cpp [skipped, already hipified] 2024-04-03T15:59:10.8256767Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickle.h [skipped, already hipified] 2024-04-03T15:59:10.8344221Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.cpp [skipped, already hipified] 2024-04-03T15:59:10.8387791Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/pickler.h [skipped, already hipified] 2024-04-03T15:59:10.8574932Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.cpp [skipped, already hipified] 2024-04-03T15:59:10.8591772Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/python_print.h [skipped, already hipified] 2024-04-03T15:59:10.8622377Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.cpp [skipped, already hipified] 2024-04-03T15:59:10.8633414Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization.h [skipped, already hipified] 2024-04-03T15:59:10.8640455Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization_impl.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/source_range_serialization_impl.h [skipped, already hipified] 2024-04-03T15:59:10.8651362Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/storage_context.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/storage_context.h [skipped, already hipified] 2024-04-03T15:59:10.8658797Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.cpp [skipped, already hipified] 2024-04-03T15:59:10.8665280Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/type_name_uniquer.h [skipped, already hipified] 2024-04-03T15:59:10.8798147Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.cpp [skipped, already hipified] 2024-04-03T15:59:10.8824453Z /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.h -> /var/lib/jenkins/workspace/torch/csrc/jit/serialization/unpickler.h [skipped, already hipified] 2024-04-03T15:59:10.8857143Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/analysis.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/analysis.h [skipped, already hipified] 2024-04-03T15:59:10.8894658Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.cpp [skipped, already hipified] 2024-04-03T15:59:10.8911635Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/block_codegen.h [skipped, already hipified] 2024-04-03T15:59:10.8945719Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.cpp [skipped, already hipified] 2024-04-03T15:59:10.8957429Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_inference.h [skipped, already hipified] 2024-04-03T15:59:10.8993218Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.cpp [skipped, already hipified] 2024-04-03T15:59:10.9010463Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/bounds_overlap.h [skipped, already hipified] 2024-04-03T15:59:10.9061057Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.cpp [skipped, already hipified] 2024-04-03T15:59:10.9087889Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/codegen.h [skipped, already hipified] 2024-04-03T15:59:10.9125970Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.cpp [skipped, already hipified] 2024-04-03T15:59:10.9137866Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_codegen.h [skipped, already hipified] 2024-04-03T15:59:10.9145650Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cpp_intrinsics.h [skipped, already hipified] 2024-04-03T15:59:10.9258131Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp [ok] 2024-04-03T15:59:10.9289402Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h [ok] 2024-04-03T15:59:10.9302305Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_random.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_random.h [skipped, already hipified] 2024-04-03T15:59:10.9435163Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.cpp [skipped, already hipified] 2024-04-03T15:59:10.9473532Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/eval.h [skipped, already hipified] 2024-04-03T15:59:10.9488966Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/exceptions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/exceptions.h [skipped, already hipified] 2024-04-03T15:59:10.9538783Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.cpp [skipped, already hipified] 2024-04-03T15:59:10.9583874Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/expr.h [skipped, already hipified] 2024-04-03T15:59:10.9738513Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.cpp [skipped, already hipified] 2024-04-03T15:59:10.9754926Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions.h [skipped, already hipified] 2024-04-03T15:59:11.0036883Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp [skipped, already hipified] 2024-04-03T15:59:11.0053747Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.cpp [skipped, already hipified] 2024-04-03T15:59:11.0060064Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_core.h [skipped, already hipified] 2024-04-03T15:59:11.0065397Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.cpp [skipped, already hipified] 2024-04-03T15:59:11.0076047Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/external_functions_registry.h [skipped, already hipified] 2024-04-03T15:59:11.0090215Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/fwd_decls.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/fwd_decls.h [skipped, already hipified] 2024-04-03T15:59:11.0139603Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.cpp [skipped, already hipified] 2024-04-03T15:59:11.0156137Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/graph_opt.h [skipped, already hipified] 2024-04-03T15:59:11.0178759Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/half_support.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/half_support.h [skipped, already hipified] 2024-04-03T15:59:11.0207821Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.cpp [skipped, already hipified] 2024-04-03T15:59:11.0235010Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/hash_provider.h [skipped, already hipified] 2024-04-03T15:59:11.0275153Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp [skipped, already hipified] 2024-04-03T15:59:11.0280581Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/intrinsic_symbols.h [skipped, already hipified] 2024-04-03T15:59:11.0313273Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.cpp [skipped, already hipified] 2024-04-03T15:59:11.0391199Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir.h [skipped, already hipified] 2024-04-03T15:59:11.0441130Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.cpp [skipped, already hipified] 2024-04-03T15:59:11.0452150Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_cloner.h [skipped, already hipified] 2024-04-03T15:59:11.0507130Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.cpp [skipped, already hipified] 2024-04-03T15:59:11.0517981Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_mutator.h [skipped, already hipified] 2024-04-03T15:59:11.0533594Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_printer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_printer.h [skipped, already hipified] 2024-04-03T15:59:11.0808293Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.cpp [skipped, already hipified] 2024-04-03T15:59:11.0855274Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_simplifier.h [skipped, already hipified] 2024-04-03T15:59:11.0876774Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.cpp [skipped, already hipified] 2024-04-03T15:59:11.0885129Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_verifier.h [skipped, already hipified] 2024-04-03T15:59:11.0905761Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.cpp [skipped, already hipified] 2024-04-03T15:59:11.0915345Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/ir_visitor.h [skipped, already hipified] 2024-04-03T15:59:11.1125496Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.cpp [skipped, already hipified] 2024-04-03T15:59:11.1166388Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/kernel.h [skipped, already hipified] 2024-04-03T15:59:11.1430699Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.cpp [skipped, already hipified] 2024-04-03T15:59:11.1447814Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.h [skipped, already hipified] 2024-04-03T15:59:11.1487625Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.cpp [skipped, already hipified] 2024-04-03T15:59:11.1498121Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.h [skipped, already hipified] 2024-04-03T15:59:11.1827127Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.cpp [skipped, already hipified] 2024-04-03T15:59:11.1906219Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest.h [skipped, already hipified] 2024-04-03T15:59:11.1989824Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp [skipped, already hipified] 2024-04-03T15:59:11.1995279Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/loopnest_randomization.h [skipped, already hipified] 2024-04-03T15:59:11.2242734Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.cpp [skipped, already hipified] 2024-04-03T15:59:11.2251163Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/lowerings.h [skipped, already hipified] 2024-04-03T15:59:11.2368930Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp [skipped, already hipified] 2024-04-03T15:59:11.2411472Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/mem_dependency_checker.h [skipped, already hipified] 2024-04-03T15:59:11.2420654Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.cpp [skipped, already hipified] 2024-04-03T15:59:11.2450915Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/reduction.h [skipped, already hipified] 2024-04-03T15:59:11.2528540Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.cpp [skipped, already hipified] 2024-04-03T15:59:11.2568201Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/registerizer.h [skipped, already hipified] 2024-04-03T15:59:11.2644046Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/stmt.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/stmt.h [skipped, already hipified] 2024-04-03T15:59:11.2676923Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.cpp [skipped, already hipified] 2024-04-03T15:59:11.2713816Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensor.h [skipped, already hipified] 2024-04-03T15:59:11.2831927Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp [ok] 2024-04-03T15:59:11.2838750Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.h [skipped, already hipified] 2024-04-03T15:59:11.2853212Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.cpp [skipped, already hipified] 2024-04-03T15:59:11.2873666Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/types.h [skipped, already hipified] 2024-04-03T15:59:11.2884707Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.cpp [skipped, already hipified] 2024-04-03T15:59:11.2892751Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/unique_name_manager.h [skipped, already hipified] 2024-04-03T15:59:11.2905090Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/var_substitutor.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/var_substitutor.h [skipped, already hipified] 2024-04-03T15:59:11.2951658Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.cpp [skipped, already hipified] 2024-04-03T15:59:11.2965036Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/conv2d.h [skipped, already hipified] 2024-04-03T15:59:11.2979086Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.cpp [skipped, already hipified] 2024-04-03T15:59:11.2986656Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/matmul.h [skipped, already hipified] 2024-04-03T15:59:11.3083171Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.cpp [skipped, already hipified] 2024-04-03T15:59:11.3098166Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/misc.h [skipped, already hipified] 2024-04-03T15:59:11.3121492Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.cpp [skipped, already hipified] 2024-04-03T15:59:11.3128306Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/norm.h [skipped, already hipified] 2024-04-03T15:59:11.3137824Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/operators.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/operators.h [skipped, already hipified] 2024-04-03T15:59:11.3164740Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.cpp [skipped, already hipified] 2024-04-03T15:59:11.3179095Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/pointwise.h [skipped, already hipified] 2024-04-03T15:59:11.3270003Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.cpp [skipped, already hipified] 2024-04-03T15:59:11.3291557Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/quantization.h [skipped, already hipified] 2024-04-03T15:59:11.3315786Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.cpp [skipped, already hipified] 2024-04-03T15:59:11.3324669Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/reduction.h [skipped, already hipified] 2024-04-03T15:59:11.3349793Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.cpp [skipped, already hipified] 2024-04-03T15:59:11.3356665Z /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.h -> /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/operators/softmax.h [skipped, already hipified] 2024-04-03T15:59:11.3364019Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/catch_utils.hpp -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/catch_utils.hpp [skipped, already hipified] 2024-04-03T15:59:11.3429614Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.cpp [skipped, already hipified] 2024-04-03T15:59:11.3441051Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.h -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/file_check.h [skipped, already hipified] 2024-04-03T15:59:11.3449105Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.cpp -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.cpp [skipped, already hipified] 2024-04-03T15:59:11.3455427Z /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.h -> /var/lib/jenkins/workspace/torch/csrc/jit/testing/hooks_for_testing.h [skipped, already hipified] 2024-04-03T15:59:11.3463801Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_data.h [skipped, already hipified] 2024-04-03T15:59:11.3477849Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.cpp [skipped, already hipified] 2024-04-03T15:59:11.3490696Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_device.h [skipped, already hipified] 2024-04-03T15:59:11.3499534Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.cpp [skipped, already hipified] 2024-04-03T15:59:11.3520851Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/backend_interface.h [skipped, already hipified] 2024-04-03T15:59:11.3528923Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.cpp [skipped, already hipified] 2024-04-03T15:59:11.3544735Z /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/backend/lowering_context.h [skipped, already hipified] 2024-04-03T15:59:11.3561696Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/cache.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/cache.h [skipped, already hipified] 2024-04-03T15:59:11.3575334Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.cpp [skipped, already hipified] 2024-04-03T15:59:11.3583279Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/config.h [skipped, already hipified] 2024-04-03T15:59:11.3608368Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.cpp [skipped, already hipified] 2024-04-03T15:59:11.3618384Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/debug_util.h [skipped, already hipified] 2024-04-03T15:59:11.3629578Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/dynamic_ir.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/dynamic_ir.h [skipped, already hipified] 2024-04-03T15:59:11.3644241Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.cpp [skipped, already hipified] 2024-04-03T15:59:11.3670834Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/hash.h [skipped, already hipified] 2024-04-03T15:59:11.3688543Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.cpp [skipped, already hipified] 2024-04-03T15:59:11.3701928Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/helpers.h [skipped, already hipified] 2024-04-03T15:59:11.3720233Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.cpp [skipped, already hipified] 2024-04-03T15:59:11.3747636Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir.h [skipped, already hipified] 2024-04-03T15:59:11.3769796Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_builder.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_builder.h [skipped, already hipified] 2024-04-03T15:59:11.3814289Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.cpp [skipped, already hipified] 2024-04-03T15:59:11.3821959Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_dump_util.h [skipped, already hipified] 2024-04-03T15:59:11.3833508Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.cpp [skipped, already hipified] 2024-04-03T15:59:11.3843494Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_metadata.h [skipped, already hipified] 2024-04-03T15:59:11.3855073Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.cpp [skipped, already hipified] 2024-04-03T15:59:11.3866843Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ir_util.h [skipped, already hipified] 2024-04-03T15:59:11.3984732Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.cpp [skipped, already hipified] 2024-04-03T15:59:11.4032555Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/lazy_graph_executor.h [skipped, already hipified] 2024-04-03T15:59:11.4090086Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.cpp [skipped, already hipified] 2024-04-03T15:59:11.4127316Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/metrics.h [skipped, already hipified] 2024-04-03T15:59:11.4137948Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.cpp [skipped, already hipified] 2024-04-03T15:59:11.4148882Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/multi_wait.h [skipped, already hipified] 2024-04-03T15:59:11.4158682Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.cpp [skipped, already hipified] 2024-04-03T15:59:11.4166870Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/permutation_util.h [skipped, already hipified] 2024-04-03T15:59:11.4187092Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.cpp [skipped, already hipified] 2024-04-03T15:59:11.4199605Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape.h [skipped, already hipified] 2024-04-03T15:59:11.4356545Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.cpp [skipped, already hipified] 2024-04-03T15:59:11.4407730Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/shape_inference.h [skipped, already hipified] 2024-04-03T15:59:11.4451309Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.cpp [skipped, already hipified] 2024-04-03T15:59:11.4483284Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor.h [skipped, already hipified] 2024-04-03T15:59:11.4518000Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.cpp [skipped, already hipified] 2024-04-03T15:59:11.4540832Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_impl.h [skipped, already hipified] 2024-04-03T15:59:11.4555533Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.cpp [skipped, already hipified] 2024-04-03T15:59:11.4569540Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/tensor_util.h [skipped, already hipified] 2024-04-03T15:59:11.4587911Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.cpp [skipped, already hipified] 2024-04-03T15:59:11.4596575Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/thread_pool.h [skipped, already hipified] 2024-04-03T15:59:11.4611276Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.cpp [skipped, already hipified] 2024-04-03T15:59:11.4646669Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/trie.h [skipped, already hipified] 2024-04-03T15:59:11.4656089Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/unique.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/unique.h [skipped, already hipified] 2024-04-03T15:59:11.4669727Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/util.h [skipped, already hipified] 2024-04-03T15:59:11.4680031Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/internal_ops/ltc_ops.h [skipped, already hipified] 2024-04-03T15:59:11.4690367Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp [skipped, already hipified] 2024-04-03T15:59:11.4696889Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h [skipped, already hipified] 2024-04-03T15:59:11.4711972Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.cpp [skipped, already hipified] 2024-04-03T15:59:11.4719834Z /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/core/ops/utils.h [skipped, already hipified] 2024-04-03T15:59:11.4762647Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.cpp [skipped, already hipified] 2024-04-03T15:59:11.4768370Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/init.h [skipped, already hipified] 2024-04-03T15:59:11.4778575Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.cpp [skipped, already hipified] 2024-04-03T15:59:11.4785432Z /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/python/python_util.h [skipped, already hipified] 2024-04-03T15:59:11.4793197Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.cpp [skipped, already hipified] 2024-04-03T15:59:11.4801095Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/config.h [skipped, already hipified] 2024-04-03T15:59:11.4814598Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.cpp [skipped, already hipified] 2024-04-03T15:59:11.4828115Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/dynamic_ir.h [skipped, already hipified] 2024-04-03T15:59:11.4840975Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ir_builder.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ir_builder.h [skipped, already hipified] 2024-04-03T15:59:11.4853753Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp [skipped, already hipified] 2024-04-03T15:59:11.4864369Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/tensor_aten_ops.h [skipped, already hipified] 2024-04-03T15:59:11.4875666Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp [skipped, already hipified] 2024-04-03T15:59:11.4905881Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_autograd_functions.h [skipped, already hipified] 2024-04-03T15:59:11.4940772Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp [skipped, already hipified] 2024-04-03T15:59:11.4954636Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_backend_impl.h [skipped, already hipified] 2024-04-03T15:59:11.5004541Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp [skipped, already hipified] 2024-04-03T15:59:11.5013412Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_eager_fallback.h [skipped, already hipified] 2024-04-03T15:59:11.5027554Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp [skipped, already hipified] 2024-04-03T15:59:11.5046287Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_lowering_context.h [skipped, already hipified] 2024-04-03T15:59:11.5119799Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_native_functions.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_native_functions.cpp [skipped, already hipified] 2024-04-03T15:59:11.5133164Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.cpp [skipped, already hipified] 2024-04-03T15:59:11.5147745Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node.h [skipped, already hipified] 2024-04-03T15:59:11.5169877Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp [skipped, already hipified] 2024-04-03T15:59:11.5177998Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ts_node_lowering.h [skipped, already hipified] 2024-04-03T15:59:11.5191820Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.cpp [skipped, already hipified] 2024-04-03T15:59:11.5201196Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/device_data.h [skipped, already hipified] 2024-04-03T15:59:11.5212334Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.cpp -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.cpp [skipped, already hipified] 2024-04-03T15:59:11.5221677Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/generic.h [skipped, already hipified] 2024-04-03T15:59:11.5238218Z /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/to_copy.h -> /var/lib/jenkins/workspace/torch/csrc/lazy/ts_backend/ops/to_copy.h [skipped, already hipified] 2024-04-03T15:59:11.5247243Z /var/lib/jenkins/workspace/torch/csrc/monitor/counters.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/counters.cpp [skipped, already hipified] 2024-04-03T15:59:11.5275114Z /var/lib/jenkins/workspace/torch/csrc/monitor/counters.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/counters.h [skipped, already hipified] 2024-04-03T15:59:11.5284847Z /var/lib/jenkins/workspace/torch/csrc/monitor/events.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/events.cpp [skipped, already hipified] 2024-04-03T15:59:11.5298049Z /var/lib/jenkins/workspace/torch/csrc/monitor/events.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/events.h [skipped, already hipified] 2024-04-03T15:59:11.5330656Z /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.cpp [skipped, already hipified] 2024-04-03T15:59:11.5336105Z /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.h -> /var/lib/jenkins/workspace/torch/csrc/monitor/python_init.h [skipped, already hipified] 2024-04-03T15:59:11.5361715Z /var/lib/jenkins/workspace/torch/csrc/mps/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/mps/Module.cpp [skipped, already hipified] 2024-04-03T15:59:11.5379064Z /var/lib/jenkins/workspace/torch/csrc/mps/Module.h -> /var/lib/jenkins/workspace/torch/csrc/mps/Module.h [skipped, already hipified] 2024-04-03T15:59:11.5391468Z /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.cpp [skipped, already hipified] 2024-04-03T15:59:11.5396296Z /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.h -> /var/lib/jenkins/workspace/torch/csrc/multiprocessing/init.h [skipped, already hipified] 2024-04-03T15:59:11.5403891Z /var/lib/jenkins/workspace/torch/csrc/onnx/back_compat.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/back_compat.h [skipped, already hipified] 2024-04-03T15:59:11.5451528Z /var/lib/jenkins/workspace/torch/csrc/onnx/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/onnx/init.cpp [skipped, already hipified] 2024-04-03T15:59:11.5465217Z /var/lib/jenkins/workspace/torch/csrc/onnx/init.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/init.h [skipped, already hipified] 2024-04-03T15:59:11.5471623Z /var/lib/jenkins/workspace/torch/csrc/onnx/onnx.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/onnx.h [skipped, already hipified] 2024-04-03T15:59:11.5480801Z /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/diagnostics.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/diagnostics.h [skipped, already hipified] 2024-04-03T15:59:11.5493414Z /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/generated/rules.h -> /var/lib/jenkins/workspace/torch/csrc/onnx/diagnostics/generated/rules.h [skipped, already hipified] 2024-04-03T15:59:11.5504978Z /var/lib/jenkins/workspace/torch/csrc/profiler/api.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/api.h [skipped, already hipified] 2024-04-03T15:59:11.5672958Z /var/lib/jenkins/workspace/torch/csrc/profiler/collection.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/collection.cpp [skipped, already hipified] 2024-04-03T15:59:11.5739164Z /var/lib/jenkins/workspace/torch/csrc/profiler/collection.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/collection.h [skipped, already hipified] 2024-04-03T15:59:11.5760416Z /var/lib/jenkins/workspace/torch/csrc/profiler/combined_traceback.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/combined_traceback.cpp [skipped, already hipified] 2024-04-03T15:59:11.5789098Z /var/lib/jenkins/workspace/torch/csrc/profiler/combined_traceback.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/combined_traceback.h [skipped, already hipified] 2024-04-03T15:59:11.5819930Z /var/lib/jenkins/workspace/torch/csrc/profiler/containers.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/containers.h [skipped, already hipified] 2024-04-03T15:59:11.5844438Z /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.cpp [skipped, already hipified] 2024-04-03T15:59:11.5861206Z /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/data_flow.h [skipped, already hipified] 2024-04-03T15:59:11.5869524Z /var/lib/jenkins/workspace/torch/csrc/profiler/events.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/events.h [skipped, already hipified] 2024-04-03T15:59:11.5885106Z /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_client_interface.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_client_interface.cpp [skipped, already hipified] 2024-04-03T15:59:11.5921279Z /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.cpp [skipped, already hipified] 2024-04-03T15:59:11.5941076Z /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/kineto_shim.h [skipped, already hipified] 2024-04-03T15:59:11.5950450Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf-inl.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf-inl.h [skipped, already hipified] 2024-04-03T15:59:11.5969147Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf.cpp [skipped, already hipified] 2024-04-03T15:59:11.5981038Z /var/lib/jenkins/workspace/torch/csrc/profiler/perf.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/perf.h [skipped, already hipified] 2024-04-03T15:59:11.6062959Z /var/lib/jenkins/workspace/torch/csrc/profiler/util.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/util.cpp [skipped, already hipified] 2024-04-03T15:59:11.6085239Z /var/lib/jenkins/workspace/torch/csrc/profiler/util.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/util.h [skipped, already hipified] 2024-04-03T15:59:11.6107905Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.cpp [skipped, already hipified] 2024-04-03T15:59:11.6126042Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/observer.h [skipped, already hipified] 2024-04-03T15:59:11.6134751Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.cpp [skipped, already hipified] 2024-04-03T15:59:11.6144886Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/python_tracer.h [skipped, already hipified] 2024-04-03T15:59:11.6154425Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/vulkan.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/vulkan.cpp [skipped, already hipified] 2024-04-03T15:59:11.6162690Z /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/vulkan.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/orchestration/vulkan.h [skipped, already hipified] 2024-04-03T15:59:11.6185743Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/combined_traceback.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/combined_traceback.cpp [ok] 2024-04-03T15:59:11.6195693Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/combined_traceback.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/combined_traceback.h [skipped, already hipified] 2024-04-03T15:59:11.6267599Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.cpp [skipped, already hipified] 2024-04-03T15:59:11.6275908Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/init.h [skipped, already hipified] 2024-04-03T15:59:11.6285803Z /var/lib/jenkins/workspace/torch/csrc/profiler/python/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/python/pybind.h [skipped, already hipified] 2024-04-03T15:59:11.6359952Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_trace_observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_trace_observer.cpp [skipped, already hipified] 2024-04-03T15:59:11.6367437Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_trace_observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/execution_trace_observer.h [skipped, already hipified] 2024-04-03T15:59:11.6379515Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.cpp [skipped, already hipified] 2024-04-03T15:59:11.6389438Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/itt_observer.h [skipped, already hipified] 2024-04-03T15:59:11.6412737Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.cpp [skipped, already hipified] 2024-04-03T15:59:11.6419091Z /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/standalone/nvtx_observer.h [skipped, already hipified] 2024-04-03T15:59:11.6435677Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.cpp [skipped, already hipified] 2024-04-03T15:59:11.6446853Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/base.h [ok] 2024-04-03T15:59:11.6463419Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/cuda.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/cuda.cpp [ok] 2024-04-03T15:59:11.6471847Z /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/itt.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/stubs/itt.cpp [skipped, already hipified] 2024-04-03T15:59:11.6481159Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/action.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/action.h [skipped, already hipified] 2024-04-03T15:59:11.6491887Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/communicate.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/communicate.h [skipped, already hipified] 2024-04-03T15:59:11.6502809Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/dwarf_enums.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/dwarf_enums.h [skipped, already hipified] 2024-04-03T15:59:11.6519862Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/eh_frame_hdr.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/eh_frame_hdr.h [skipped, already hipified] 2024-04-03T15:59:11.6566336Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/fde.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/fde.h [skipped, already hipified] 2024-04-03T15:59:11.6603069Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/lexer.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/lexer.h [skipped, already hipified] 2024-04-03T15:59:11.6651219Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/unwind.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/unwind.cpp [skipped, already hipified] 2024-04-03T15:59:11.6660173Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/unwind.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/unwind.h [skipped, already hipified] 2024-04-03T15:59:11.6665583Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/unwind_error.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/unwind_error.h [skipped, already hipified] 2024-04-03T15:59:11.6675026Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/unwind_fb.cpp -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/unwind_fb.cpp [skipped, already hipified] 2024-04-03T15:59:11.6686558Z /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/unwinder.h -> /var/lib/jenkins/workspace/torch/csrc/profiler/unwind/unwinder.h [skipped, already hipified] 2024-04-03T15:59:11.6735910Z /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.cpp -> /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.cpp [skipped, already hipified] 2024-04-03T15:59:11.6756166Z /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.h -> /var/lib/jenkins/workspace/torch/csrc/tensor/python_tensor.h [skipped, already hipified] 2024-04-03T15:59:11.6797047Z /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.cpp [skipped, already hipified] 2024-04-03T15:59:11.6823215Z /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.h -> /var/lib/jenkins/workspace/torch/csrc/utils/byte_order.h [skipped, already hipified] 2024-04-03T15:59:11.6831960Z /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.cpp [skipped, already hipified] 2024-04-03T15:59:11.6838546Z /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.h -> /var/lib/jenkins/workspace/torch/csrc/utils/cpp_stacktraces.h [skipped, already hipified] 2024-04-03T15:59:11.6846798Z /var/lib/jenkins/workspace/torch/csrc/utils/cuda_enabled.h -> /var/lib/jenkins/workspace/torch/csrc/utils/cuda_enabled.h [ok] 2024-04-03T15:59:11.6859500Z /var/lib/jenkins/workspace/torch/csrc/utils/device_lazy_init.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/device_lazy_init.cpp [skipped, already hipified] 2024-04-03T15:59:11.6870912Z /var/lib/jenkins/workspace/torch/csrc/utils/device_lazy_init.h -> /var/lib/jenkins/workspace/torch/csrc/utils/device_lazy_init.h [skipped, already hipified] 2024-04-03T15:59:11.6910619Z /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.cpp [skipped, already hipified] 2024-04-03T15:59:11.6928728Z /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.h -> /var/lib/jenkins/workspace/torch/csrc/utils/disable_torch_function.h [skipped, already hipified] 2024-04-03T15:59:11.6940555Z /var/lib/jenkins/workspace/torch/csrc/utils/init.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/init.cpp [skipped, already hipified] 2024-04-03T15:59:11.6946831Z /var/lib/jenkins/workspace/torch/csrc/utils/init.h -> /var/lib/jenkins/workspace/torch/csrc/utils/init.h [skipped, already hipified] 2024-04-03T15:59:11.6989037Z /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.cpp [skipped, already hipified] 2024-04-03T15:59:11.6997787Z /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.h -> /var/lib/jenkins/workspace/torch/csrc/utils/invalid_arguments.h [skipped, already hipified] 2024-04-03T15:59:11.7014301Z /var/lib/jenkins/workspace/torch/csrc/utils/nested.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/nested.cpp [skipped, already hipified] 2024-04-03T15:59:11.7021605Z /var/lib/jenkins/workspace/torch/csrc/utils/nested.h -> /var/lib/jenkins/workspace/torch/csrc/utils/nested.h [skipped, already hipified] 2024-04-03T15:59:11.7028295Z /var/lib/jenkins/workspace/torch/csrc/utils/numpy_stub.h -> /var/lib/jenkins/workspace/torch/csrc/utils/numpy_stub.h [skipped, already hipified] 2024-04-03T15:59:11.7035227Z /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.cpp [skipped, already hipified] 2024-04-03T15:59:11.7045044Z /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.h -> /var/lib/jenkins/workspace/torch/csrc/utils/object_ptr.h [skipped, already hipified] 2024-04-03T15:59:11.7053943Z /var/lib/jenkins/workspace/torch/csrc/utils/out_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/out_types.cpp [skipped, already hipified] 2024-04-03T15:59:11.7060396Z /var/lib/jenkins/workspace/torch/csrc/utils/out_types.h -> /var/lib/jenkins/workspace/torch/csrc/utils/out_types.h [skipped, already hipified] 2024-04-03T15:59:11.7080625Z /var/lib/jenkins/workspace/torch/csrc/utils/pybind.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/pybind.cpp [skipped, already hipified] 2024-04-03T15:59:11.7121195Z /var/lib/jenkins/workspace/torch/csrc/utils/pybind.h -> /var/lib/jenkins/workspace/torch/csrc/utils/pybind.h [skipped, already hipified] 2024-04-03T15:59:11.7128590Z /var/lib/jenkins/workspace/torch/csrc/utils/pycfunction_helpers.h -> /var/lib/jenkins/workspace/torch/csrc/utils/pycfunction_helpers.h [skipped, already hipified] 2024-04-03T15:59:11.7135957Z /var/lib/jenkins/workspace/torch/csrc/utils/pyobject_preservation.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/pyobject_preservation.cpp [skipped, already hipified] 2024-04-03T15:59:11.7142903Z /var/lib/jenkins/workspace/torch/csrc/utils/pyobject_preservation.h -> /var/lib/jenkins/workspace/torch/csrc/utils/pyobject_preservation.h [skipped, already hipified] 2024-04-03T15:59:11.7316648Z /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.cpp [skipped, already hipified] 2024-04-03T15:59:11.7442462Z /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_arg_parser.h [skipped, already hipified] 2024-04-03T15:59:11.7450534Z /var/lib/jenkins/workspace/torch/csrc/utils/python_compat.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_compat.h [skipped, already hipified] 2024-04-03T15:59:11.7553288Z /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.cpp [skipped, already hipified] 2024-04-03T15:59:11.7559167Z /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_dispatch.h [skipped, already hipified] 2024-04-03T15:59:11.7580784Z /var/lib/jenkins/workspace/torch/csrc/utils/python_numbers.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_numbers.h [skipped, already hipified] 2024-04-03T15:59:11.7592423Z /var/lib/jenkins/workspace/torch/csrc/utils/python_raii.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_raii.h [skipped, already hipified] 2024-04-03T15:59:11.7614048Z /var/lib/jenkins/workspace/torch/csrc/utils/python_scalars.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_scalars.h [skipped, already hipified] 2024-04-03T15:59:11.7647456Z /var/lib/jenkins/workspace/torch/csrc/utils/python_strings.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_strings.h [skipped, already hipified] 2024-04-03T15:59:11.7654720Z /var/lib/jenkins/workspace/torch/csrc/utils/python_stub.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_stub.h [skipped, already hipified] 2024-04-03T15:59:11.7661576Z /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.cpp [skipped, already hipified] 2024-04-03T15:59:11.7691716Z /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_symnode.h [skipped, already hipified] 2024-04-03T15:59:11.7699645Z /var/lib/jenkins/workspace/torch/csrc/utils/python_torch_function_mode.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_torch_function_mode.h [skipped, already hipified] 2024-04-03T15:59:11.7705869Z /var/lib/jenkins/workspace/torch/csrc/utils/python_tuples.h -> /var/lib/jenkins/workspace/torch/csrc/utils/python_tuples.h [skipped, already hipified] 2024-04-03T15:59:11.7767850Z /var/lib/jenkins/workspace/torch/csrc/utils/pythoncapi_compat.h -> /var/lib/jenkins/workspace/torch/csrc/utils/pythoncapi_compat.h [skipped, already hipified] 2024-04-03T15:59:11.7830213Z /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.cpp [skipped, already hipified] 2024-04-03T15:59:11.7845568Z /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.h -> /var/lib/jenkins/workspace/torch/csrc/utils/schema_info.h [skipped, already hipified] 2024-04-03T15:59:11.7854908Z /var/lib/jenkins/workspace/torch/csrc/utils/six.h -> /var/lib/jenkins/workspace/torch/csrc/utils/six.h [skipped, already hipified] 2024-04-03T15:59:11.7866086Z /var/lib/jenkins/workspace/torch/csrc/utils/structseq.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/structseq.cpp [skipped, already hipified] 2024-04-03T15:59:11.7871899Z /var/lib/jenkins/workspace/torch/csrc/utils/structseq.h -> /var/lib/jenkins/workspace/torch/csrc/utils/structseq.h [skipped, already hipified] 2024-04-03T15:59:11.7887240Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.cpp [skipped, already hipified] 2024-04-03T15:59:11.7894615Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_apply.h [skipped, already hipified] 2024-04-03T15:59:11.7918868Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.cpp [skipped, already hipified] 2024-04-03T15:59:11.7928696Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_dtypes.h [skipped, already hipified] 2024-04-03T15:59:11.7945748Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.cpp [skipped, already hipified] 2024-04-03T15:59:11.7965602Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_flatten.h [skipped, already hipified] 2024-04-03T15:59:11.7974402Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.cpp [skipped, already hipified] 2024-04-03T15:59:11.7980553Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_layouts.h [skipped, already hipified] 2024-04-03T15:59:11.7992470Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.cpp [skipped, already hipified] 2024-04-03T15:59:11.8016079Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_list.h [skipped, already hipified] 2024-04-03T15:59:11.8027169Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.cpp [skipped, already hipified] 2024-04-03T15:59:11.8033748Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_memoryformats.h [skipped, already hipified] 2024-04-03T15:59:11.8247960Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.cpp [skipped, already hipified] 2024-04-03T15:59:11.8262126Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_new.h [skipped, already hipified] 2024-04-03T15:59:11.8320806Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.cpp [skipped, already hipified] 2024-04-03T15:59:11.8327270Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_numpy.h [skipped, already hipified] 2024-04-03T15:59:11.8337530Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.cpp [skipped, already hipified] 2024-04-03T15:59:11.8342705Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_qschemes.h [skipped, already hipified] 2024-04-03T15:59:11.8365371Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.cpp [skipped, already hipified] 2024-04-03T15:59:11.8373169Z /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.h -> /var/lib/jenkins/workspace/torch/csrc/utils/tensor_types.h [skipped, already hipified] 2024-04-03T15:59:11.8394408Z /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark-inl.h -> /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark-inl.h [skipped, already hipified] 2024-04-03T15:59:11.8411069Z /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.cpp [skipped, already hipified] 2024-04-03T15:59:11.8434474Z /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.h -> /var/lib/jenkins/workspace/torch/csrc/utils/throughput_benchmark.h [skipped, already hipified] 2024-04-03T15:59:11.8444297Z /var/lib/jenkins/workspace/torch/csrc/utils/torch_dispatch_mode.h -> /var/lib/jenkins/workspace/torch/csrc/utils/torch_dispatch_mode.h [skipped, already hipified] 2024-04-03T15:59:11.8448884Z /var/lib/jenkins/workspace/torch/csrc/utils/variadic.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/variadic.cpp [skipped, already hipified] 2024-04-03T15:59:11.8468964Z /var/lib/jenkins/workspace/torch/csrc/utils/variadic.h -> /var/lib/jenkins/workspace/torch/csrc/utils/variadic.h [skipped, already hipified] 2024-04-03T15:59:11.8474612Z /var/lib/jenkins/workspace/torch/csrc/utils/verbose.cpp -> /var/lib/jenkins/workspace/torch/csrc/utils/verbose.cpp [skipped, already hipified] 2024-04-03T15:59:11.8479696Z /var/lib/jenkins/workspace/torch/csrc/utils/verbose.h -> /var/lib/jenkins/workspace/torch/csrc/utils/verbose.h [skipped, already hipified] 2024-04-03T15:59:11.8499276Z /var/lib/jenkins/workspace/torch/csrc/xpu/Event.cpp -> /var/lib/jenkins/workspace/torch/csrc/xpu/Event.cpp [skipped, already hipified] 2024-04-03T15:59:11.8504690Z /var/lib/jenkins/workspace/torch/csrc/xpu/Event.h -> /var/lib/jenkins/workspace/torch/csrc/xpu/Event.h [skipped, already hipified] 2024-04-03T15:59:11.8542954Z /var/lib/jenkins/workspace/torch/csrc/xpu/Module.cpp -> /var/lib/jenkins/workspace/torch/csrc/xpu/Module.cpp [skipped, already hipified] 2024-04-03T15:59:11.8548121Z /var/lib/jenkins/workspace/torch/csrc/xpu/Module.h -> /var/lib/jenkins/workspace/torch/csrc/xpu/Module.h [skipped, already hipified] 2024-04-03T15:59:11.8570193Z /var/lib/jenkins/workspace/torch/csrc/xpu/Stream.cpp -> /var/lib/jenkins/workspace/torch/csrc/xpu/Stream.cpp [ok] 2024-04-03T15:59:11.8576799Z /var/lib/jenkins/workspace/torch/csrc/xpu/Stream.h -> /var/lib/jenkins/workspace/torch/csrc/xpu/Stream.h [skipped, already hipified] 2024-04-03T15:59:11.8583093Z /var/lib/jenkins/workspace/torch/lib/libshm/alloc_info.h -> /var/lib/jenkins/workspace/torch/lib/libshm/alloc_info.h [skipped, already hipified] 2024-04-03T15:59:11.8600303Z /var/lib/jenkins/workspace/torch/lib/libshm/core.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm/core.cpp [skipped, already hipified] 2024-04-03T15:59:11.8609870Z /var/lib/jenkins/workspace/torch/lib/libshm/err.h -> /var/lib/jenkins/workspace/torch/lib/libshm/err.h [skipped, already hipified] 2024-04-03T15:59:11.8618632Z /var/lib/jenkins/workspace/torch/lib/libshm/libshm.h -> /var/lib/jenkins/workspace/torch/lib/libshm/libshm.h [skipped, already hipified] 2024-04-03T15:59:11.8638449Z /var/lib/jenkins/workspace/torch/lib/libshm/manager.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm/manager.cpp [skipped, already hipified] 2024-04-03T15:59:11.8656556Z /var/lib/jenkins/workspace/torch/lib/libshm/socket.h -> /var/lib/jenkins/workspace/torch/lib/libshm/socket.h [skipped, already hipified] 2024-04-03T15:59:11.8671720Z /var/lib/jenkins/workspace/torch/lib/libshm_windows/core.cpp -> /var/lib/jenkins/workspace/torch/lib/libshm_windows/core.cpp [skipped, already hipified] 2024-04-03T15:59:11.8678583Z /var/lib/jenkins/workspace/torch/lib/libshm_windows/libshm.h -> /var/lib/jenkins/workspace/torch/lib/libshm_windows/libshm.h [skipped, already hipified] 2024-04-03T15:59:11.8740878Z /var/lib/jenkins/workspace/torch/nn/functional.pyi.in -> /var/lib/jenkins/workspace/torch/nn/functional.pyi.in [skipped, already hipified] 2024-04-03T15:59:11.8749802Z /var/lib/jenkins/workspace/torch/utils/benchmark/utils/timeit_template.cpp -> /var/lib/jenkins/workspace/torch/utils/benchmark/utils/timeit_template.cpp [skipped, already hipified] 2024-04-03T15:59:11.8757893Z /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp [skipped, already hipified] 2024-04-03T15:59:11.8767944Z /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> /var/lib/jenkins/workspace/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp [skipped, already hipified] 2024-04-03T15:59:11.8784572Z /var/lib/jenkins/workspace/torch/utils/data/datapipes/datapipe.pyi.in -> /var/lib/jenkins/workspace/torch/utils/data/datapipes/datapipe.pyi.in [skipped, already hipified] 2024-04-03T15:59:11.9087703Z /var/lib/jenkins/workspace/torch/_inductor/codegen/cpp_wrapper_cpu.py -> /var/lib/jenkins/workspace/torch/_inductor/codegen/cpp_wrapper_cpu.py [ok] 2024-04-03T15:59:11.9139303Z /var/lib/jenkins/workspace/torch/_inductor/codegen/cpp_wrapper_cuda.py -> /var/lib/jenkins/workspace/torch/_inductor/codegen/cpp_wrapper_cuda.py [ok] 2024-04-03T15:59:11.9335709Z /var/lib/jenkins/workspace/torch/_inductor/codegen/wrapper.py -> /var/lib/jenkins/workspace/torch/_inductor/codegen/wrapper.py [ok] 2024-04-03T15:59:11.9336930Z Successfully preprocessed all matching files. 2024-04-03T15:59:11.9869555Z + [[ linux-focal-rocm6.0-py3.8 == *xpu* ]] 2024-04-03T15:59:11.9870446Z + '[' -z 6 ']' 2024-04-03T15:59:11.9871066Z + [[ linux-focal-rocm6.0-py3.8 == *cuda* ]] 2024-04-03T15:59:11.9871914Z + [[ linux-focal-rocm6.0-py3.8 == *cuda* ]] 2024-04-03T15:59:11.9872774Z + [[ linux-focal-rocm6.0-py3.8 == *clang* ]] 2024-04-03T15:59:11.9873682Z + [[ linux-focal-rocm6.0-py3.8 == *-clang*-asan* ]] 2024-04-03T15:59:11.9874527Z + [[ linux-focal-rocm6.0-py3.8 == *no-ops* ]] 2024-04-03T15:59:11.9875382Z + [[ linux-focal-rocm6.0-py3.8 == *-pch* ]] 2024-04-03T15:59:11.9876478Z + [[ linux-focal-rocm6.0-py3.8 == *linux-focal-py3.7-gcc7-build* ]] 2024-04-03T15:59:11.9880488Z + [[ linux-focal-rocm6.0-py3.8 != *android* ]] 2024-04-03T15:59:11.9881169Z + [[ linux-focal-rocm6.0-py3.8 != *cuda* ]] 2024-04-03T15:59:11.9881636Z + export BUILD_STATIC_RUNTIME_BENCHMARK=ON 2024-04-03T15:59:11.9882079Z + BUILD_STATIC_RUNTIME_BENCHMARK=ON 2024-04-03T15:59:11.9882541Z ++ stat -c %u /var/lib/jenkins/workspace 2024-04-03T15:59:11.9975255Z + WORKSPACE_ORIGINAL_OWNER_ID=1000 2024-04-03T15:59:11.9976060Z + sudo chown -R jenkins /var/lib/jenkins/workspace 2024-04-03T15:59:12.6563474Z + git config --global --add safe.directory /var/lib/jenkins/workspace 2024-04-03T15:59:12.6726951Z + [[ linux-focal-rocm6.0-py3.8 == *-bazel-* ]] 2024-04-03T15:59:12.6727958Z + echo 'The next three invocations are expected to fail with invalid command error messages.' 2024-04-03T15:59:12.6729323Z The next three invocations are expected to fail with invalid command error messages. 2024-04-03T15:59:12.6730047Z + get_exit_code python setup.py bad_argument 2024-04-03T15:59:12.6730529Z + set +e 2024-04-03T15:59:12.6730971Z + python setup.py bad_argument 2024-04-03T15:59:13.0213253Z Building wheel torch-2.4.0a0+gitd253bd7 2024-04-03T15:59:13.0745749Z invalid command 'bad_argument' 2024-04-03T15:59:13.1034104Z + retcode=1 2024-04-03T15:59:13.1034671Z + set -e 2024-04-03T15:59:13.1034931Z + return 1 2024-04-03T15:59:13.1038232Z + get_exit_code python setup.py 'clean]' 2024-04-03T15:59:13.1038847Z + set +e 2024-04-03T15:59:13.1039171Z + python setup.py 'clean]' 2024-04-03T15:59:13.3138568Z Building wheel torch-2.4.0a0+gitd253bd7 2024-04-03T15:59:13.3416028Z invalid command name 'clean]' 2024-04-03T15:59:13.3707710Z + retcode=1 2024-04-03T15:59:13.3708110Z + set -e 2024-04-03T15:59:13.3708360Z + return 1 2024-04-03T15:59:13.3712084Z + get_exit_code python setup.py clean bad_argument 2024-04-03T15:59:13.3712587Z + set +e 2024-04-03T15:59:13.3712901Z + python setup.py clean bad_argument 2024-04-03T15:59:13.5793113Z Building wheel torch-2.4.0a0+gitd253bd7 2024-04-03T15:59:13.6156940Z invalid command 'bad_argument' 2024-04-03T15:59:13.6445190Z + retcode=1 2024-04-03T15:59:13.6445810Z + set -e 2024-04-03T15:59:13.6446122Z + return 1 2024-04-03T15:59:13.6447066Z + [[ linux-focal-rocm6.0-py3.8 != *libtorch* ]] 2024-04-03T15:59:13.6448034Z + [[ linux-focal-rocm6.0-py3.8 != *rocm* ]] 2024-04-03T15:59:13.6448482Z + python setup.py bdist_wheel 2024-04-03T15:59:13.8136993Z Building wheel torch-2.4.0a0+gitd253bd7 2024-04-03T15:59:13.8802056Z -- Building version 2.4.0a0+gitd253bd7 2024-04-03T15:59:13.9053405Z cmake -GNinja -DBUILD_ENVIRONMENT=linux-focal-rocm6.0-py3.8 -DBUILD_PYTHON=True -DBUILD_STATIC_RUNTIME_BENCHMARK=ON -DBUILD_TEST=True -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/var/lib/jenkins/workspace/torch -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.8/lib/python3.8/site-packages;/opt/conda -DNUMPY_INCLUDE_DIR=/opt/conda/envs/py_3.8/lib/python3.8/site-packages/numpy/core/include -DPYTHON_EXECUTABLE=/opt/conda/envs/py_3.8/bin/python -DPYTHON_INCLUDE_DIR=/opt/conda/envs/py_3.8/include/python3.8 -DPYTHON_LIBRARY=/opt/conda/envs/py_3.8/lib/libpython3.8.so.1.0 -DTORCH_BUILD_VERSION=2.4.0a0+gitd253bd7 -DTORCH_CUDA_ARCH_LIST=5.2 -DUSE_LLVM=/opt/rocm/llvm -DUSE_NUMPY=True /var/lib/jenkins/workspace 2024-04-03T15:59:14.1919332Z -- The CXX compiler identification is GNU 9.4.0 2024-04-03T15:59:14.2946043Z -- The C compiler identification is GNU 9.4.0 2024-04-03T15:59:14.3155006Z -- Detecting CXX compiler ABI info 2024-04-03T15:59:14.4435984Z -- Detecting CXX compiler ABI info - done 2024-04-03T15:59:14.4534548Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2024-04-03T15:59:14.4537633Z -- Detecting CXX compile features 2024-04-03T15:59:14.4543133Z -- Detecting CXX compile features - done 2024-04-03T15:59:14.4574195Z -- Detecting C compiler ABI info 2024-04-03T15:59:14.5363626Z -- Detecting C compiler ABI info - done 2024-04-03T15:59:14.5457444Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2024-04-03T15:59:14.5460228Z -- Detecting C compile features 2024-04-03T15:59:14.5464370Z -- Detecting C compile features - done 2024-04-03T15:59:14.5493733Z -- /opt/cache/bin/c++ /var/lib/jenkins/workspace/torch/abi-check.cpp -o /var/lib/jenkins/workspace/build/abi-check 2024-04-03T15:59:14.8768384Z -- Determined _GLIBCXX_USE_CXX11_ABI=1 2024-04-03T15:59:14.8768988Z -- Not forcing any particular BLAS to be found 2024-04-03T15:59:14.8799540Z -- Could not find ccache. Consider installing ccache to speed up compilation. 2024-04-03T15:59:14.8834801Z -- Performing Test C_HAS_AVX_1 2024-04-03T15:59:15.1618058Z -- Performing Test C_HAS_AVX_1 - Failed 2024-04-03T15:59:15.1618860Z -- Performing Test C_HAS_AVX_2 2024-04-03T15:59:15.3217188Z -- Performing Test C_HAS_AVX_2 - Success 2024-04-03T15:59:15.3218860Z -- Performing Test C_HAS_AVX2_1 2024-04-03T15:59:15.5643678Z -- Performing Test C_HAS_AVX2_1 - Failed 2024-04-03T15:59:15.5644240Z -- Performing Test C_HAS_AVX2_2 2024-04-03T15:59:15.7061921Z -- Performing Test C_HAS_AVX2_2 - Success 2024-04-03T15:59:15.7062684Z -- Performing Test C_HAS_AVX512_1 2024-04-03T15:59:15.9590048Z -- Performing Test C_HAS_AVX512_1 - Failed 2024-04-03T15:59:15.9590992Z -- Performing Test C_HAS_AVX512_2 2024-04-03T15:59:16.1117442Z -- Performing Test C_HAS_AVX512_2 - Success 2024-04-03T15:59:16.1118386Z -- Performing Test CXX_HAS_AVX_1 2024-04-03T15:59:16.3482660Z -- Performing Test CXX_HAS_AVX_1 - Failed 2024-04-03T15:59:16.3483540Z -- Performing Test CXX_HAS_AVX_2 2024-04-03T15:59:16.4988311Z -- Performing Test CXX_HAS_AVX_2 - Success 2024-04-03T15:59:16.4989474Z -- Performing Test CXX_HAS_AVX2_1 2024-04-03T15:59:16.7366177Z -- Performing Test CXX_HAS_AVX2_1 - Failed 2024-04-03T15:59:16.7367116Z -- Performing Test CXX_HAS_AVX2_2 2024-04-03T15:59:16.9403362Z -- Performing Test CXX_HAS_AVX2_2 - Success 2024-04-03T15:59:16.9404279Z -- Performing Test CXX_HAS_AVX512_1 2024-04-03T15:59:17.1822172Z -- Performing Test CXX_HAS_AVX512_1 - Failed 2024-04-03T15:59:17.1822748Z -- Performing Test CXX_HAS_AVX512_2 2024-04-03T15:59:17.3369610Z -- Performing Test CXX_HAS_AVX512_2 - Success 2024-04-03T15:59:17.3370754Z -- Current compiler supports avx2 extension. Will build perfkernels. 2024-04-03T15:59:17.3371676Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS 2024-04-03T15:59:17.4757024Z -- Performing Test CAFFE2_COMPILER_SUPPORTS_AVX512_EXTENSIONS - Success 2024-04-03T15:59:17.4757989Z -- Current compiler supports avx512f extension. Will build fbgemm. 2024-04-03T15:59:17.4763253Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY 2024-04-03T15:59:17.5681171Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_VISIBILITY - Success 2024-04-03T15:59:17.5686933Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY 2024-04-03T15:59:17.6634124Z -- Performing Test COMPILER_SUPPORTS_HIDDEN_INLINE_VISIBILITY - Success 2024-04-03T15:59:17.6640042Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC 2024-04-03T15:59:17.7659511Z -- Performing Test COMPILER_SUPPORTS_RDYNAMIC - Success 2024-04-03T15:59:17.7801713Z CUDA_TOOLKIT_ROOT_DIR not found or specified 2024-04-03T15:59:17.8029357Z -- Could NOT find CUDA (missing: CUDA_TOOLKIT_ROOT_DIR CUDA_NVCC_EXECUTABLE CUDA_INCLUDE_DIRS CUDA_CUDART_LIBRARY) 2024-04-03T15:59:17.8037938Z CMake Warning at cmake/public/cuda.cmake:31 (message): 2024-04-03T15:59:17.8039318Z Caffe2: CUDA cannot be found. Depending on whether you are building Caffe2 2024-04-03T15:59:17.8040228Z or a Caffe2 dependent library, the next warning / error will give you more 2024-04-03T15:59:17.8040803Z info. 2024-04-03T15:59:17.8041095Z Call Stack (most recent call first): 2024-04-03T15:59:17.8041522Z cmake/Dependencies.cmake:44 (include) 2024-04-03T15:59:17.8041930Z CMakeLists.txt:760 (include) 2024-04-03T15:59:17.8042184Z 2024-04-03T15:59:17.8042305Z  2024-04-03T15:59:17.8042728Z CMake Warning at cmake/Dependencies.cmake:80 (message): 2024-04-03T15:59:17.8043466Z Not compiling with CUDA. Suppress this warning with -DUSE_CUDA=OFF. 2024-04-03T15:59:17.8044059Z Call Stack (most recent call first): 2024-04-03T15:59:17.8044463Z CMakeLists.txt:760 (include) 2024-04-03T15:59:17.8044716Z 2024-04-03T15:59:17.8044837Z  2024-04-03T15:59:17.8061901Z -- Building using own protobuf under third_party per request. 2024-04-03T15:59:17.8062535Z -- Use custom protobuf build. 2024-04-03T15:59:17.8086192Z -- 2024-04-03T15:59:17.8086476Z -- 3.13.0.0 2024-04-03T15:59:17.8093148Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-04-03T15:59:17.9031400Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-04-03T15:59:17.9032029Z -- Check if compiler accepts -pthread 2024-04-03T15:59:17.9906617Z -- Check if compiler accepts -pthread - yes 2024-04-03T15:59:17.9915341Z -- Found Threads: TRUE 2024-04-03T15:59:17.9919083Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS 2024-04-03T15:59:18.1471555Z -- Performing Test protobuf_HAVE_BUILTIN_ATOMICS - Success 2024-04-03T15:59:18.1654835Z -- Caffe2 protobuf include directory: $$ 2024-04-03T15:59:18.1670994Z -- Trying to find preferred BLAS backend of choice: MKL 2024-04-03T15:59:18.1695272Z -- MKL_THREADING = OMP 2024-04-03T15:59:18.1697011Z -- Looking for sys/types.h 2024-04-03T15:59:18.2567033Z -- Looking for sys/types.h - found 2024-04-03T15:59:18.2567601Z -- Looking for stdint.h 2024-04-03T15:59:18.3727240Z -- Looking for stdint.h - found 2024-04-03T15:59:18.3727751Z -- Looking for stddef.h 2024-04-03T15:59:18.4941623Z -- Looking for stddef.h - found 2024-04-03T15:59:18.4942134Z -- Check size of void* 2024-04-03T15:59:18.5816270Z -- Check size of void* - done 2024-04-03T15:59:18.5878210Z -- MKL_THREADING = OMP 2024-04-03T15:59:18.5920041Z -- Check OMP with lib /opt/conda/lib/libgomp.so and flags -fopenmp -v 2024-04-03T15:59:18.6951776Z -- Check OMP with lib /opt/conda/lib/libgomp.so and flags -fopenmp -v 2024-04-03T15:59:18.8833774Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:59:18.8834973Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-04-03T15:59:18.8835994Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:59:18.8836810Z problems in calling code that expects `find_package` result variables 2024-04-03T15:59:18.8837435Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:59:18.8837904Z Call Stack (most recent call first): 2024-04-03T15:59:18.8838498Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:59:18.8839159Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:59:18.8839689Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:59:18.8840248Z cmake/Modules/FindOpenMP.cmake:246 (find_package) 2024-04-03T15:59:18.8840820Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-04-03T15:59:18.8841357Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:59:18.8841893Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:59:18.8842423Z cmake/Dependencies.cmake:221 (find_package) 2024-04-03T15:59:18.8842865Z CMakeLists.txt:760 (include) 2024-04-03T15:59:18.8843480Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:18.8844053Z  2024-04-03T15:59:18.9950642Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:59:18.9952371Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-04-03T15:59:18.9953230Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:59:18.9954040Z problems in calling code that expects `find_package` result variables 2024-04-03T15:59:18.9954656Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:59:18.9955115Z Call Stack (most recent call first): 2024-04-03T15:59:18.9955712Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:59:18.9956357Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:59:18.9956916Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:59:18.9957472Z cmake/Modules/FindOpenMP.cmake:246 (find_package) 2024-04-03T15:59:18.9958033Z cmake/Modules/FindOpenMP.cmake:506 (_OPENMP_GET_FLAGS) 2024-04-03T15:59:18.9958583Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:59:18.9959121Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:59:18.9959641Z cmake/Dependencies.cmake:221 (find_package) 2024-04-03T15:59:18.9960095Z CMakeLists.txt:760 (include) 2024-04-03T15:59:18.9960711Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:18.9961273Z  2024-04-03T15:59:18.9972219Z -- Looking for cblas_sgemm 2024-04-03T15:59:19.3362671Z -- Looking for cblas_sgemm - found 2024-04-03T15:59:19.3363800Z -- Looking for cblas_gemm_bf16bf16f32 2024-04-03T15:59:19.5838885Z -- Looking for cblas_gemm_bf16bf16f32 - found 2024-04-03T15:59:19.5839742Z -- Looking for cblas_gemm_f16f16f32 2024-04-03T15:59:19.6970648Z -- Looking for cblas_gemm_f16f16f32 - not found 2024-04-03T15:59:19.7049455Z -- Check OMP with lib /opt/conda/lib/libgomp.so and flags -fopenmp -v 2024-04-03T15:59:19.8121719Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:59:19.8123856Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-04-03T15:59:19.8125623Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:59:19.8127114Z problems in calling code that expects `find_package` result variables 2024-04-03T15:59:19.8128172Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:59:19.8128954Z Call Stack (most recent call first): 2024-04-03T15:59:19.8130048Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:59:19.8131230Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:59:19.8132194Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:59:19.8133385Z cmake/Dependencies.cmake:221 (find_package) 2024-04-03T15:59:19.8134213Z CMakeLists.txt:760 (include) 2024-04-03T15:59:19.8135360Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:19.8136521Z  2024-04-03T15:59:19.8138137Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:59:19.8140297Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-04-03T15:59:19.8141707Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:59:19.8143062Z problems in calling code that expects `find_package` result variables 2024-04-03T15:59:19.8144185Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:59:19.8144949Z Call Stack (most recent call first): 2024-04-03T15:59:19.8145995Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:59:19.8147124Z cmake/Modules/FindMKL.cmake:236 (FIND_PACKAGE) 2024-04-03T15:59:19.8148024Z cmake/Modules/FindMKL.cmake:335 (CHECK_ALL_LIBRARIES) 2024-04-03T15:59:19.8148924Z cmake/Dependencies.cmake:221 (find_package) 2024-04-03T15:59:19.8149671Z CMakeLists.txt:760 (include) 2024-04-03T15:59:19.8150776Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:19.8151741Z  2024-04-03T15:59:19.8215942Z -- MKL libraries: /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so;/opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so;/opt/conda/envs/py_3.8/lib/libmkl_core.so;-fopenmp;/usr/lib/x86_64-linux-gnu/libpthread.so;/usr/lib/x86_64-linux-gnu/libm.so;/usr/lib/x86_64-linux-gnu/libdl.so 2024-04-03T15:59:19.8217948Z -- MKL include directory: /opt/conda/envs/py_3.8/include 2024-04-03T15:59:19.8218646Z -- MKL OpenMP type: GNU 2024-04-03T15:59:19.8219036Z -- MKL OpenMP library: -fopenmp 2024-04-03T15:59:19.8649778Z -- The ASM compiler identification is GNU 2024-04-03T15:59:19.8675723Z -- Found assembler: /opt/cache/bin/cc 2024-04-03T15:59:19.8845106Z -- Brace yourself, we are building NNPACK 2024-04-03T15:59:19.8891138Z -- Performing Test NNPACK_ARCH_IS_X86_32 2024-04-03T15:59:19.9310924Z -- Performing Test NNPACK_ARCH_IS_X86_32 - Failed 2024-04-03T15:59:19.9494715Z -- Found PythonInterp: /opt/conda/envs/py_3.8/bin/python (found version "3.8.19") 2024-04-03T15:59:19.9495452Z -- NNPACK backend is x86-64 2024-04-03T15:59:19.9496554Z -- Downloading six (Python package) to /var/lib/jenkins/workspace/build/confu-srcs/six (define PYTHON_SIX_SOURCE_DIR to avoid it) 2024-04-03T15:59:19.9699374Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/ExternalProject.cmake:3091 (message): 2024-04-03T15:59:19.9700547Z The DOWNLOAD_EXTRACT_TIMESTAMP option was not given and policy CMP0135 is 2024-04-03T15:59:19.9701389Z not set. The policy's OLD behavior will be used. When using a URL 2024-04-03T15:59:19.9702170Z download, the timestamps of extracted files should preferably be that of 2024-04-03T15:59:19.9702929Z the time of extraction, otherwise code that depends on the extracted 2024-04-03T15:59:19.9703693Z contents might not be rebuilt if the URL changes. The OLD behavior 2024-04-03T15:59:19.9704472Z preserves the timestamps from the archive instead, but this is usually not 2024-04-03T15:59:19.9705249Z what you want. Update your project to the NEW behavior or specify the 2024-04-03T15:59:19.9705999Z DOWNLOAD_EXTRACT_TIMESTAMP option with a value of true to avoid this 2024-04-03T15:59:19.9706767Z robustness issue. 2024-04-03T15:59:19.9707080Z Call Stack (most recent call first): 2024-04-03T15:59:19.9707962Z /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/ExternalProject.cmake:4208 (_ep_add_download_command) 2024-04-03T15:59:19.9708792Z CMakeLists.txt:6 (ExternalProject_Add) 2024-04-03T15:59:19.9709450Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:19.9709905Z 2024-04-03T15:59:19.9792362Z -- Configuring done (0.0s) 2024-04-03T15:59:19.9806593Z -- Generating done (0.0s) 2024-04-03T15:59:19.9818025Z -- Build files have been written to: /var/lib/jenkins/workspace/build/confu-deps/six-download 2024-04-03T15:59:19.9998060Z [1/9] Creating directories for 'six' 2024-04-03T15:59:20.0609282Z [2/9] Performing download step (download, verify and extract) for 'six' 2024-04-03T15:59:20.0609959Z -- Downloading... 2024-04-03T15:59:20.0610732Z dst='/var/lib/jenkins/workspace/build/confu-deps/six-download/six-prefix/src/six-1.11.0.tar.gz' 2024-04-03T15:59:20.0611519Z timeout='none' 2024-04-03T15:59:20.0611861Z inactivity timeout='none' 2024-04-03T15:59:20.0612934Z -- Using src='https://pypi.python.org/packages/16/d8/bc6316cf98419719bd59c91742194c111b6f2e85abac88e496adefaf7afe/six-1.11.0.tar.gz' 2024-04-03T15:59:20.0613936Z -- [download 100% complete] 2024-04-03T15:59:20.0614313Z -- [download 0% complete] 2024-04-03T15:59:20.0614682Z -- [download 23% complete] 2024-04-03T15:59:20.0615034Z -- [download 55% complete] 2024-04-03T15:59:20.0615399Z -- [download 100% complete] 2024-04-03T15:59:20.0615776Z -- verifying file... 2024-04-03T15:59:20.0616598Z file='/var/lib/jenkins/workspace/build/confu-deps/six-download/six-prefix/src/six-1.11.0.tar.gz' 2024-04-03T15:59:20.0617398Z -- Downloading... done 2024-04-03T15:59:20.0617736Z -- extracting... 2024-04-03T15:59:20.0618666Z src='/var/lib/jenkins/workspace/build/confu-deps/six-download/six-prefix/src/six-1.11.0.tar.gz' 2024-04-03T15:59:20.0619573Z dst='/var/lib/jenkins/workspace/build/confu-srcs/six' 2024-04-03T15:59:20.0620111Z -- extracting... [tar xfz] 2024-04-03T15:59:20.0620467Z -- extracting... [analysis] 2024-04-03T15:59:20.0620842Z -- extracting... [rename] 2024-04-03T15:59:20.0621216Z -- extracting... [clean up] 2024-04-03T15:59:20.0621572Z -- extracting... done 2024-04-03T15:59:20.0699503Z [3/9] No update step for 'six' 2024-04-03T15:59:20.0788158Z [4/9] No patch step for 'six' 2024-04-03T15:59:20.0876808Z [5/9] No configure step for 'six' 2024-04-03T15:59:20.0965011Z [6/9] No build step for 'six' 2024-04-03T15:59:20.1053331Z [7/9] No install step for 'six' 2024-04-03T15:59:20.1140109Z [8/9] No test step for 'six' 2024-04-03T15:59:20.1271494Z [9/9] Completed 'six' 2024-04-03T15:59:20.6648600Z -- Found Python: /opt/conda/bin/python3.12 (found version "3.12.1") found components: Interpreter 2024-04-03T15:59:20.6723487Z -- Failed to find LLVM FileCheck 2024-04-03T15:59:20.6764853Z -- Found Git: /usr/bin/git (found version "2.25.1") 2024-04-03T15:59:20.7605969Z -- git version: v1.6.1 normalized to 1.6.1 2024-04-03T15:59:20.7606882Z -- Version: 1.6.1 2024-04-03T15:59:20.7614107Z -- Looking for shm_open in rt 2024-04-03T15:59:20.8494503Z -- Looking for shm_open in rt - found 2024-04-03T15:59:20.8503290Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 2024-04-03T15:59:20.9437825Z -- Performing Test HAVE_CXX_FLAG_STD_CXX11 - Success 2024-04-03T15:59:20.9447138Z -- Performing Test HAVE_CXX_FLAG_WALL 2024-04-03T15:59:21.0440440Z -- Performing Test HAVE_CXX_FLAG_WALL - Success 2024-04-03T15:59:21.0450352Z -- Performing Test HAVE_CXX_FLAG_WEXTRA 2024-04-03T15:59:21.1388572Z -- Performing Test HAVE_CXX_FLAG_WEXTRA - Success 2024-04-03T15:59:21.1398614Z -- Performing Test HAVE_CXX_FLAG_WSHADOW 2024-04-03T15:59:21.2617702Z -- Performing Test HAVE_CXX_FLAG_WSHADOW - Success 2024-04-03T15:59:21.2628659Z -- Performing Test HAVE_CXX_FLAG_WERROR 2024-04-03T15:59:21.3853002Z -- Performing Test HAVE_CXX_FLAG_WERROR - Success 2024-04-03T15:59:21.3868897Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE 2024-04-03T15:59:21.4895873Z -- Performing Test HAVE_CXX_FLAG_WSUGGEST_OVERRIDE - Success 2024-04-03T15:59:21.4905823Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC 2024-04-03T15:59:21.5880376Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC - Success 2024-04-03T15:59:21.5889910Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS 2024-04-03T15:59:21.6824546Z -- Performing Test HAVE_CXX_FLAG_PEDANTIC_ERRORS - Success 2024-04-03T15:59:21.6834138Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 2024-04-03T15:59:21.7378574Z -- Performing Test HAVE_CXX_FLAG_WSHORTEN_64_TO_32 - Failed 2024-04-03T15:59:21.7388525Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING 2024-04-03T15:59:21.8614974Z -- Performing Test HAVE_CXX_FLAG_FSTRICT_ALIASING - Success 2024-04-03T15:59:21.8625266Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS 2024-04-03T15:59:21.9915449Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED_DECLARATIONS - Success 2024-04-03T15:59:21.9925092Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED 2024-04-03T15:59:22.0883805Z -- Performing Test HAVE_CXX_FLAG_WNO_DEPRECATED - Success 2024-04-03T15:59:22.0899940Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING 2024-04-03T15:59:22.1890888Z -- Performing Test HAVE_CXX_FLAG_WSTRICT_ALIASING - Success 2024-04-03T15:59:22.1900851Z -- Performing Test HAVE_CXX_FLAG_WD654 2024-04-03T15:59:22.2335623Z -- Performing Test HAVE_CXX_FLAG_WD654 - Failed 2024-04-03T15:59:22.2345135Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY 2024-04-03T15:59:22.2847846Z -- Performing Test HAVE_CXX_FLAG_WTHREAD_SAFETY - Failed 2024-04-03T15:59:22.2858826Z -- Performing Test HAVE_CXX_FLAG_COVERAGE 2024-04-03T15:59:22.4099061Z -- Performing Test HAVE_CXX_FLAG_COVERAGE - Success 2024-04-03T15:59:22.4100824Z -- Performing Test HAVE_STD_REGEX 2024-04-03T15:59:22.4101561Z -- Performing Test HAVE_STD_REGEX 2024-04-03T15:59:22.8220631Z -- Performing Test HAVE_STD_REGEX -- success 2024-04-03T15:59:22.8221226Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-04-03T15:59:22.8221711Z -- Performing Test HAVE_GNU_POSIX_REGEX 2024-04-03T15:59:22.8713044Z -- Performing Test HAVE_GNU_POSIX_REGEX -- failed to compile 2024-04-03T15:59:22.8713680Z -- Performing Test HAVE_POSIX_REGEX 2024-04-03T15:59:22.8714137Z -- Performing Test HAVE_POSIX_REGEX 2024-04-03T15:59:23.0650571Z -- Performing Test HAVE_POSIX_REGEX -- success 2024-04-03T15:59:23.0651194Z -- Performing Test HAVE_STEADY_CLOCK 2024-04-03T15:59:23.0651699Z -- Performing Test HAVE_STEADY_CLOCK 2024-04-03T15:59:23.2919810Z -- Performing Test HAVE_STEADY_CLOCK -- success 2024-04-03T15:59:23.3217162Z -- Performing Test COMPILER_SUPPORTS_AVX512 2024-04-03T15:59:23.4396053Z -- Performing Test COMPILER_SUPPORTS_AVX512 - Success 2024-04-03T15:59:23.4421090Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:59:23.4422791Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-04-03T15:59:23.4423690Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:59:23.4424616Z problems in calling code that expects `find_package` result variables 2024-04-03T15:59:23.4425741Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:59:23.4426287Z Call Stack (most recent call first): 2024-04-03T15:59:23.4426887Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:59:23.4427555Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-04-03T15:59:23.4428289Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:23.4428876Z  2024-04-03T15:59:23.4429205Z -- Found OpenMP_C: -fopenmp 2024-04-03T15:59:23.4430451Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:59:23.4432033Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-04-03T15:59:23.4432987Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:59:23.4433983Z problems in calling code that expects `find_package` result variables 2024-04-03T15:59:23.4434680Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:59:23.4435148Z Call Stack (most recent call first): 2024-04-03T15:59:23.4435741Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:59:23.4436423Z third_party/fbgemm/CMakeLists.txt:136 (find_package) 2024-04-03T15:59:23.4437146Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:23.4437703Z  2024-04-03T15:59:23.4438115Z -- Found OpenMP_CXX: -fopenmp 2024-04-03T15:59:23.4438595Z -- Found OpenMP: TRUE 2024-04-03T15:59:23.4439150Z CMake Warning at third_party/fbgemm/CMakeLists.txt:138 (message): 2024-04-03T15:59:23.4439748Z OpenMP found! OpenMP_C_INCLUDE_DIRS = 2024-04-03T15:59:23.4440053Z 2024-04-03T15:59:23.4440163Z  2024-04-03T15:59:23.5475041Z CMake Warning at third_party/fbgemm/CMakeLists.txt:232 (message): 2024-04-03T15:59:23.5476065Z ========== 2024-04-03T15:59:23.5476399Z 2024-04-03T15:59:23.5476628Z  2024-04-03T15:59:23.5477584Z CMake Warning at third_party/fbgemm/CMakeLists.txt:233 (message): 2024-04-03T15:59:23.5478207Z CMAKE_BUILD_TYPE = Release 2024-04-03T15:59:23.5478454Z 2024-04-03T15:59:23.5478561Z  2024-04-03T15:59:23.5479039Z CMake Warning at third_party/fbgemm/CMakeLists.txt:234 (message): 2024-04-03T15:59:23.5479612Z CMAKE_CXX_FLAGS_DEBUG is -g 2024-04-03T15:59:23.5479865Z 2024-04-03T15:59:23.5479969Z  2024-04-03T15:59:23.5480456Z CMake Warning at third_party/fbgemm/CMakeLists.txt:235 (message): 2024-04-03T15:59:23.5481081Z CMAKE_CXX_FLAGS_RELEASE is -O3 -DNDEBUG 2024-04-03T15:59:23.5481388Z 2024-04-03T15:59:23.5481492Z  2024-04-03T15:59:23.5481974Z CMake Warning at third_party/fbgemm/CMakeLists.txt:236 (message): 2024-04-03T15:59:23.5482505Z ========== 2024-04-03T15:59:23.5482671Z 2024-04-03T15:59:23.5482775Z  2024-04-03T15:59:23.5521710Z -- Performing Test __CxxFlag__fno_threadsafe_statics 2024-04-03T15:59:23.6568156Z -- Performing Test __CxxFlag__fno_threadsafe_statics - Success 2024-04-03T15:59:23.6576171Z -- Performing Test __CxxFlag__fno_semantic_interposition 2024-04-03T15:59:23.7549578Z -- Performing Test __CxxFlag__fno_semantic_interposition - Success 2024-04-03T15:59:23.7557043Z -- Performing Test __CxxFlag__fmerge_all_constants 2024-04-03T15:59:23.8550453Z -- Performing Test __CxxFlag__fmerge_all_constants - Success 2024-04-03T15:59:23.8558527Z -- Performing Test __CxxFlag__fno_enforce_eh_specs 2024-04-03T15:59:23.9679014Z -- Performing Test __CxxFlag__fno_enforce_eh_specs - Success 2024-04-03T15:59:23.9701356Z ** AsmJit Summary ** 2024-04-03T15:59:23.9702633Z  ASMJIT_DIR=/var/lib/jenkins/workspace/third_party/fbgemm/third_party/asmjit 2024-04-03T15:59:23.9703979Z  ASMJIT_TEST=FALSE 2024-04-03T15:59:23.9704757Z  ASMJIT_TARGET_TYPE=STATIC 2024-04-03T15:59:23.9705327Z  ASMJIT_DEPS=pthread;rt 2024-04-03T15:59:23.9705784Z  ASMJIT_LIBS=asmjit;pthread;rt 2024-04-03T15:59:23.9706253Z  ASMJIT_CFLAGS=-DASMJIT_STATIC 2024-04-03T15:59:23.9707326Z  ASMJIT_PRIVATE_CFLAGS=-Wall;-Wextra;-Wconversion;-fno-math-errno;-fno-threadsafe-statics;-fno-semantic-interposition;-DASMJIT_STATIC 2024-04-03T15:59:23.9708357Z  ASMJIT_PRIVATE_CFLAGS_DBG= 2024-04-03T15:59:23.9709048Z  ASMJIT_PRIVATE_CFLAGS_REL=-O2;-fmerge-all-constants;-fno-enforce-eh-specs 2024-04-03T15:59:23.9762196Z -- Found Numa: /usr/include 2024-04-03T15:59:23.9763113Z -- Found Numa (include: /usr/include, library: /usr/lib/x86_64-linux-gnu/libnuma.so) 2024-04-03T15:59:23.9790834Z -- Using third party subdirectory Eigen. 2024-04-03T15:59:23.9999131Z -- Found PythonInterp: /opt/conda/envs/py_3.8/bin/python (found suitable version "3.8.19", minimum required is "3.0") 2024-04-03T15:59:24.0039045Z -- Found PythonLibs: /opt/conda/envs/py_3.8/lib/libpython3.8.so.1.0 (found suitable version "3.8.19", minimum required is "3.0") 2024-04-03T15:59:24.0041098Z -- Using third_party/pybind11. 2024-04-03T15:59:24.0041865Z -- pybind11 include dirs: /var/lib/jenkins/workspace/cmake/../third_party/pybind11/include 2024-04-03T15:59:24.0984159Z -- Checking for module 'mpi-c' 2024-04-03T15:59:24.1040182Z -- No package 'mpi-c' found 2024-04-03T15:59:24.1503972Z -- Could NOT find MPI_C (missing: MPI_C_LIB_NAMES MPI_C_HEADER_DIR MPI_C_WORKS) 2024-04-03T15:59:24.2089114Z -- Checking for module 'mpi-cxx' 2024-04-03T15:59:24.2116889Z -- No package 'mpi-cxx' found 2024-04-03T15:59:24.2590999Z -- Could NOT find MPI_CXX (missing: MPI_CXX_LIB_NAMES MPI_CXX_HEADER_DIR MPI_CXX_WORKS) 2024-04-03T15:59:24.2592642Z -- Could NOT find MPI (missing: MPI_C_FOUND MPI_CXX_FOUND) 2024-04-03T15:59:24.2599113Z CMake Warning at cmake/Dependencies.cmake:1182 (message): 2024-04-03T15:59:24.2600474Z Not compiling with MPI. Suppress this warning with -DUSE_MPI=OFF 2024-04-03T15:59:24.2601507Z Call Stack (most recent call first): 2024-04-03T15:59:24.2602253Z CMakeLists.txt:760 (include) 2024-04-03T15:59:24.2602681Z 2024-04-03T15:59:24.2602873Z  2024-04-03T15:59:24.2630655Z -- Adding OpenMP CXX_FLAGS: -fopenmp 2024-04-03T15:59:24.2631830Z -- Will link against OpenMP libraries: /opt/conda/lib/libgomp.so 2024-04-03T15:59:24.2632914Z -- Looking for LLVM in /opt/rocm/llvm 2024-04-03T15:59:24.2668342Z -- Performing Test Terminfo_LINKABLE 2024-04-03T15:59:24.3528035Z -- Performing Test Terminfo_LINKABLE - Success 2024-04-03T15:59:24.3539804Z -- Found Terminfo: /opt/conda/lib/libtinfo.so 2024-04-03T15:59:24.3644010Z -- Found ZLIB: /opt/conda/lib/libz.so (found version "1.2.13") 2024-04-03T15:59:24.3766315Z -- Found LLVM 17.0.0git 2024-04-03T15:59:24.3766825Z -- Using LLVMConfig.cmake in: /opt/rocm/llvm/lib/cmake/llvm 2024-04-03T15:59:24.3791788Z Building PyTorch for GPU arch: gfx906;gfx90a 2024-04-03T15:59:24.6149188Z -- Found HIP: /opt/rocm (found suitable version "6.0.32830-d62f6a171", minimum required is "1.0") 2024-04-03T15:59:24.6153399Z HIP VERSION: 6.0.32830-d62f6a171 2024-04-03T15:59:24.7308629Z -- Caffe2: Header version is: 6.0.0 2024-04-03T15:59:24.7309363Z  2024-04-03T15:59:24.7310257Z ***** ROCm version from rocm_version.h **** 2024-04-03T15:59:24.7311188Z  2024-04-03T15:59:24.7311740Z ROCM_VERSION_DEV: 6.0.0 2024-04-03T15:59:24.7312286Z ROCM_VERSION_DEV_MAJOR: 6 2024-04-03T15:59:24.7312725Z ROCM_VERSION_DEV_MINOR: 0 2024-04-03T15:59:24.7313142Z ROCM_VERSION_DEV_PATCH: 0 2024-04-03T15:59:24.7313571Z ROCM_VERSION_DEV_INT: 60000 2024-04-03T15:59:24.7314031Z HIP_VERSION_MAJOR: 6 2024-04-03T15:59:24.7314412Z HIP_VERSION_MINOR: 0 2024-04-03T15:59:24.7314797Z TORCH_HIP_VERSION: 600 2024-04-03T15:59:24.7315148Z  2024-04-03T15:59:24.7315419Z ***** Library versions from dpkg ***** 2024-04-03T15:59:24.7315821Z  2024-04-03T15:59:24.7503654Z rocm-dev VERSION: 6.0.0.60000-91~20.04 2024-04-03T15:59:24.7504223Z rocm-device-libs VERSION: 1.0.0.60000-91~20.04 2024-04-03T15:59:24.7633544Z rocm-libs VERSION: 6.0.0.60000-91~20.04 2024-04-03T15:59:24.7765046Z hsakmt-roct-dev VERSION: 20231016.2.245.60000-91~20.04 2024-04-03T15:59:24.7895513Z hsa-rocr-dev VERSION: 1.12.0.60000-91~20.04 2024-04-03T15:59:24.8294455Z  2024-04-03T15:59:24.8294914Z ***** Library versions from cmake find_package ***** 2024-04-03T15:59:24.8295386Z  2024-04-03T15:59:24.8611909Z hip VERSION: 6.0.23494 2024-04-03T15:59:24.8619574Z hsa-runtime64 VERSION: 1.12.60000 2024-04-03T15:59:24.8625020Z amd_comgr VERSION: 2.6.0 2024-04-03T15:59:24.8855998Z rocrand VERSION: 2.10.17 2024-04-03T15:59:24.8882969Z hiprand VERSION: 2.10.16 2024-04-03T15:59:24.8906148Z rocblas VERSION: 4.0.0 2024-04-03T15:59:24.8929868Z hipblas VERSION: 2.0.0 2024-04-03T15:59:24.8951176Z hipblaslt VERSION: 0.6.0 2024-04-03T15:59:24.8974619Z miopen VERSION: 3.00.0 2024-04-03T15:59:24.9011052Z hipfft VERSION: 1.0.12 2024-04-03T15:59:24.9034639Z hipsparse VERSION: 3.0.0 2024-04-03T15:59:24.9291091Z rccl VERSION: 2.18.3 2024-04-03T15:59:24.9311600Z rocprim VERSION: 3.0.0 2024-04-03T15:59:24.9339072Z hipcub VERSION: 3.0.0 2024-04-03T15:59:24.9357649Z rocthrust VERSION: 3.0.0 2024-04-03T15:59:24.9394175Z hipsolver VERSION: 2.0.0 2024-04-03T15:59:25.5731952Z hipblaslt is NOT using custom data type 2024-04-03T15:59:26.1855509Z hipblaslt is NOT using custom compute type 2024-04-03T15:59:26.4719943Z hipblaslt provides getIndexFromAlgo 2024-04-03T15:59:26.5655959Z HIP is using new type enums 2024-04-03T15:59:26.5657944Z INFOCompiling with HIP for AMD. 2024-04-03T15:59:26.5658969Z INFOForcing USE_SYSTEM_NCCL to ON since it's required by using RCCL 2024-04-03T15:59:26.5660266Z TORCH_HIP_VERSION=600 is added as a compiler defines 2024-04-03T15:59:26.5661222Z -- Disabling Kernel Assert for ROCm 2024-04-03T15:59:26.5815105Z -- RCCL Found! 2024-04-03T15:59:26.6012747Z -- Performing Test UV_LINT_W4 2024-04-03T15:59:26.6249687Z -- Performing Test UV_LINT_W4 - Failed 2024-04-03T15:59:26.6256805Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC 2024-04-03T15:59:26.6495532Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER_MSVC - Failed 2024-04-03T15:59:26.6502326Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC 2024-04-03T15:59:26.6741782Z -- Performing Test UV_LINT_NO_CONDITIONAL_CONSTANT_MSVC - Failed 2024-04-03T15:59:26.6748457Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC 2024-04-03T15:59:26.6986169Z -- Performing Test UV_LINT_NO_NONSTANDARD_MSVC - Failed 2024-04-03T15:59:26.6992950Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC 2024-04-03T15:59:26.7229752Z -- Performing Test UV_LINT_NO_NONSTANDARD_EMPTY_TU_MSVC - Failed 2024-04-03T15:59:26.7236254Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC 2024-04-03T15:59:26.7475780Z -- Performing Test UV_LINT_NO_NONSTANDARD_FILE_SCOPE_MSVC - Failed 2024-04-03T15:59:26.7482904Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC 2024-04-03T15:59:26.7718473Z -- Performing Test UV_LINT_NO_NONSTANDARD_NONSTATIC_DLIMPORT_MSVC - Failed 2024-04-03T15:59:26.7725607Z -- Performing Test UV_LINT_NO_HIDES_LOCAL 2024-04-03T15:59:26.7961887Z -- Performing Test UV_LINT_NO_HIDES_LOCAL - Failed 2024-04-03T15:59:26.7968718Z -- Performing Test UV_LINT_NO_HIDES_PARAM 2024-04-03T15:59:26.8204134Z -- Performing Test UV_LINT_NO_HIDES_PARAM - Failed 2024-04-03T15:59:26.8211488Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL 2024-04-03T15:59:26.8446930Z -- Performing Test UV_LINT_NO_HIDES_GLOBAL - Failed 2024-04-03T15:59:26.8454130Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC 2024-04-03T15:59:26.8691524Z -- Performing Test UV_LINT_NO_CONDITIONAL_ASSIGNMENT_MSVC - Failed 2024-04-03T15:59:26.8698189Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC 2024-04-03T15:59:26.8935012Z -- Performing Test UV_LINT_NO_UNSAFE_MSVC - Failed 2024-04-03T15:59:26.8942213Z -- Performing Test UV_LINT_WALL 2024-04-03T15:59:26.9749671Z -- Performing Test UV_LINT_WALL - Success 2024-04-03T15:59:26.9756218Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER 2024-04-03T15:59:27.0652127Z -- Performing Test UV_LINT_NO_UNUSED_PARAMETER - Success 2024-04-03T15:59:27.0659588Z -- Performing Test UV_LINT_STRICT_PROTOTYPES 2024-04-03T15:59:27.1591145Z -- Performing Test UV_LINT_STRICT_PROTOTYPES - Success 2024-04-03T15:59:27.1597815Z -- Performing Test UV_LINT_EXTRA 2024-04-03T15:59:27.2437280Z -- Performing Test UV_LINT_EXTRA - Success 2024-04-03T15:59:27.2444114Z -- Performing Test UV_LINT_UTF8_MSVC 2024-04-03T15:59:27.2687601Z -- Performing Test UV_LINT_UTF8_MSVC - Failed 2024-04-03T15:59:27.2695639Z -- Performing Test UV_F_STRICT_ALIASING 2024-04-03T15:59:27.3936034Z -- Performing Test UV_F_STRICT_ALIASING - Success 2024-04-03T15:59:27.3958368Z -- summary of build options: 2024-04-03T15:59:27.3959021Z Install prefix: /var/lib/jenkins/workspace/torch 2024-04-03T15:59:27.3959522Z Target system: Linux 2024-04-03T15:59:27.3959850Z Compiler: 2024-04-03T15:59:27.3960451Z C compiler: /opt/cache/bin/cc 2024-04-03T15:59:27.3960854Z CFLAGS: 2024-04-03T15:59:27.3961052Z 2024-04-03T15:59:27.3981935Z -- Found uv: 1.38.1 (found version "1.38.1") 2024-04-03T15:59:27.3996617Z CMake Warning at cmake/Dependencies.cmake:1419 (message): 2024-04-03T15:59:27.3997243Z TensorPipe doesn't yet support ROCm 2024-04-03T15:59:27.3997675Z Call Stack (most recent call first): 2024-04-03T15:59:27.3998074Z CMakeLists.txt:760 (include) 2024-04-03T15:59:27.3998331Z 2024-04-03T15:59:27.3998606Z  2024-04-03T15:59:27.4021957Z CMake Warning (dev) at third_party/gloo/CMakeLists.txt:21 (option): 2024-04-03T15:59:27.4022734Z Policy CMP0077 is not set: option() honors normal variables. Run "cmake 2024-04-03T15:59:27.4023619Z --help-policy CMP0077" for policy details. Use the cmake_policy command to 2024-04-03T15:59:27.4024418Z set the policy and suppress this warning. 2024-04-03T15:59:27.4024836Z 2024-04-03T15:59:27.4025258Z For compatibility with older versions of CMake, option is clearing the 2024-04-03T15:59:27.4026061Z normal variable 'BUILD_BENCHMARK'. 2024-04-03T15:59:27.4026704Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:27.4027281Z  2024-04-03T15:59:27.4027566Z -- Enabling sccache for CXX 2024-04-03T15:59:27.4027942Z -- Enabling sccache for C 2024-04-03T15:59:27.4028324Z -- Gloo build as SHARED library 2024-04-03T15:59:27.4059297Z HIP library name: amdhip64 2024-04-03T15:59:27.6781828Z Successfully preprocessed all matching files. 2024-04-03T15:59:27.6891269Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:59:27.6892531Z The package name passed to `find_package_handle_standard_args` (RCCL) does 2024-04-03T15:59:27.6893299Z not match the name of the calling package (rccl). This can lead to 2024-04-03T15:59:27.6894054Z problems in calling code that expects `find_package` result variables 2024-04-03T15:59:27.6894707Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:59:27.6895165Z Call Stack (most recent call first): 2024-04-03T15:59:27.6895847Z third_party/gloo/cmake/Modules/Findrccl.cmake:43 (find_package_handle_standard_args) 2024-04-03T15:59:27.6896731Z third_party/gloo/cmake/Dependencies.cmake:177 (find_package) 2024-04-03T15:59:27.6897309Z third_party/gloo/CMakeLists.txt:111 (include) 2024-04-03T15:59:27.6898036Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:27.6898875Z  2024-04-03T15:59:27.6899187Z -- Found RCCL: /opt/rocm-6.0.0/include 2024-04-03T15:59:27.6899922Z -- Determining RCCL version from the header file: /opt/rocm-6.0.0/include/rccl/rccl.h 2024-04-03T15:59:27.6906336Z -- Found RCCL (include: /opt/rocm-6.0.0/include, library: /opt/rocm/lib/librccl.so) 2024-04-03T15:59:27.7195112Z CMake Warning at cmake/Dependencies.cmake:1514 (message): 2024-04-03T15:59:27.7195910Z Metal is only used in ios builds. 2024-04-03T15:59:27.7196356Z Call Stack (most recent call first): 2024-04-03T15:59:27.7196770Z CMakeLists.txt:760 (include) 2024-04-03T15:59:27.7197014Z 2024-04-03T15:59:27.7197132Z  2024-04-03T15:59:27.7447263Z -- Found PythonInterp: /opt/conda/envs/py_3.8/bin/python (found version "3.8.19") 2024-04-03T15:59:27.7450476Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-04-03T15:59:27.7453278Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-04-03T15:59:27.7455813Z Generated: /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-04-03T15:59:27.8531003Z -- 2024-04-03T15:59:27.8531533Z -- ******** Summary ******** 2024-04-03T15:59:27.8532427Z -- CMake version : 3.26.4 2024-04-03T15:59:27.8533618Z -- CMake command : /opt/conda/envs/py_3.8/bin/cmake 2024-04-03T15:59:27.8534421Z -- System : Linux 2024-04-03T15:59:27.8534985Z -- C++ compiler : /opt/cache/bin/c++ 2024-04-03T15:59:27.8535550Z -- C++ compiler version : 9.4.0 2024-04-03T15:59:27.8536544Z -- CXX flags : -D_GLIBCXX_USE_CXX11_ABI=1 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2024-04-03T15:59:27.8537424Z -- Build type : Release 2024-04-03T15:59:27.8538642Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=60000;TORCH_HIP_VERSION=600;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;__STDC_FORMAT_MACROS 2024-04-03T15:59:27.8540005Z -- CMAKE_PREFIX_PATH : /opt/conda/envs/py_3.8/lib/python3.8/site-packages;/opt/conda 2024-04-03T15:59:27.8540882Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2024-04-03T15:59:27.8542452Z -- CMAKE_MODULE_PATH : /opt/rocm/lib/cmake/hip;/var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix;/opt/rocm/llvm/lib/cmake/llvm 2024-04-03T15:59:27.8543699Z -- 2024-04-03T15:59:27.8544030Z -- ONNX version : 1.15.0rc2 2024-04-03T15:59:27.8544575Z -- ONNX NAMESPACE : onnx_torch 2024-04-03T15:59:27.8545092Z -- ONNX_USE_LITE_PROTO : OFF 2024-04-03T15:59:27.8545577Z -- USE_PROTOBUF_SHARED_LIBS : OFF 2024-04-03T15:59:27.8546073Z -- Protobuf_USE_STATIC_LIBS : ON 2024-04-03T15:59:27.8546572Z -- ONNX_DISABLE_EXCEPTIONS : OFF 2024-04-03T15:59:27.8547075Z -- ONNX_DISABLE_STATIC_REGISTRATION : OFF 2024-04-03T15:59:27.8547578Z -- ONNX_WERROR : OFF 2024-04-03T15:59:27.8548058Z -- ONNX_BUILD_TESTS : OFF 2024-04-03T15:59:27.8548532Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-04-03T15:59:27.8549014Z -- ONNX_BUILD_SHARED_LIBS : 2024-04-03T15:59:27.8549490Z -- BUILD_SHARED_LIBS : OFF 2024-04-03T15:59:27.8549888Z -- 2024-04-03T15:59:27.8550212Z -- Protobuf compiler : 2024-04-03T15:59:27.8550680Z -- Protobuf includes : 2024-04-03T15:59:27.8551136Z -- Protobuf libraries : 2024-04-03T15:59:27.8551616Z -- BUILD_ONNX_PYTHON : OFF 2024-04-03T15:59:27.8574047Z -- 2024-04-03T15:59:27.8574503Z -- ******** Summary ******** 2024-04-03T15:59:27.8575144Z -- CMake version : 3.26.4 2024-04-03T15:59:27.8575900Z -- CMake command : /opt/conda/envs/py_3.8/bin/cmake 2024-04-03T15:59:27.8576958Z -- System : Linux 2024-04-03T15:59:27.8577438Z -- C++ compiler : /opt/cache/bin/c++ 2024-04-03T15:59:27.8577919Z -- C++ compiler version : 9.4.0 2024-04-03T15:59:27.8578936Z -- CXX flags : -D_GLIBCXX_USE_CXX11_ABI=1 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -Wnon-virtual-dtor 2024-04-03T15:59:27.8580114Z -- Build type : Release 2024-04-03T15:59:27.8581239Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=60000;TORCH_HIP_VERSION=600;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1 2024-04-03T15:59:27.8582349Z -- CMAKE_PREFIX_PATH : /opt/conda/envs/py_3.8/lib/python3.8/site-packages;/opt/conda 2024-04-03T15:59:27.8583152Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2024-04-03T15:59:27.8584642Z -- CMAKE_MODULE_PATH : /opt/rocm/lib/cmake/hip;/var/lib/jenkins/workspace/cmake/Modules;/var/lib/jenkins/workspace/cmake/public/../Modules_CUDA_fix;/opt/rocm/llvm/lib/cmake/llvm 2024-04-03T15:59:27.8585885Z -- 2024-04-03T15:59:27.8586179Z -- ONNX version : 1.4.1 2024-04-03T15:59:27.8586610Z -- ONNX NAMESPACE : onnx_torch 2024-04-03T15:59:27.8587067Z -- ONNX_BUILD_TESTS : OFF 2024-04-03T15:59:27.8587476Z -- ONNX_BUILD_BENCHMARKS : OFF 2024-04-03T15:59:27.8587873Z -- ONNX_USE_LITE_PROTO : OFF 2024-04-03T15:59:27.8588283Z -- ONNXIFI_DUMMY_BACKEND : 2024-04-03T15:59:27.8588622Z -- 2024-04-03T15:59:27.8588914Z -- Protobuf compiler : 2024-04-03T15:59:27.8589484Z -- Protobuf includes : 2024-04-03T15:59:27.8589872Z -- Protobuf libraries : 2024-04-03T15:59:27.8590268Z -- BUILD_ONNX_PYTHON : OFF 2024-04-03T15:59:27.8590875Z -- Found CUDA with FP16 support, compiling with torch.cuda.HalfTensor 2024-04-03T15:59:27.8591507Z -- Adding -DNDEBUG to compile flags 2024-04-03T15:59:27.8599734Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 2024-04-03T15:59:27.9045835Z -- Checking prototype magma_get_sgeqrf_nb for MAGMA_V2 - False 2024-04-03T15:59:27.9046464Z -- Compiling with MAGMA support 2024-04-03T15:59:27.9047183Z -- MAGMA INCLUDE DIRECTORIES: /opt/rocm/magma/include 2024-04-03T15:59:27.9047791Z -- MAGMA LIBRARIES: /opt/rocm/magma/lib/libmagma.so 2024-04-03T15:59:27.9048286Z -- MAGMA V2 check: 0 2024-04-03T15:59:27.9271639Z -- Could not find hardware support for NEON on this machine. 2024-04-03T15:59:27.9272306Z -- No OMAP3 processor on this machine. 2024-04-03T15:59:27.9272782Z -- No OMAP4 processor on this machine. 2024-04-03T15:59:27.9291503Z -- Found a library with LAPACK API (mkl). 2024-04-03T15:59:27.9292171Z disabling CUDA because NOT USE_CUDA is set 2024-04-03T15:59:27.9302846Z -- Will build oneDNN Graph 2024-04-03T15:59:27.9319105Z -- MKLDNN_CPU_RUNTIME = OMP 2024-04-03T15:59:27.9345636Z -- DNNL_TARGET_ARCH: X64 2024-04-03T15:59:27.9377248Z -- DNNL_LIBRARY_NAME: dnnl 2024-04-03T15:59:27.9446605Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:59:27.9447959Z The package name passed to `find_package_handle_standard_args` (OpenMP_C) 2024-04-03T15:59:27.9448783Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:59:27.9449577Z problems in calling code that expects `find_package` result variables 2024-04-03T15:59:27.9450360Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:59:27.9450984Z Call Stack (most recent call first): 2024-04-03T15:59:27.9452128Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:59:27.9453178Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-04-03T15:59:27.9453857Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-04-03T15:59:27.9454587Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:27.9455158Z  2024-04-03T15:59:27.9455441Z -- Found OpenMP_C: -fopenmp 2024-04-03T15:59:27.9456533Z CMake Warning (dev) at /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/FindPackageHandleStandardArgs.cmake:438 (message): 2024-04-03T15:59:27.9457691Z The package name passed to `find_package_handle_standard_args` (OpenMP_CXX) 2024-04-03T15:59:27.9458713Z does not match the name of the calling package (OpenMP). This can lead to 2024-04-03T15:59:27.9459493Z problems in calling code that expects `find_package` result variables 2024-04-03T15:59:27.9460128Z (e.g., `_FOUND`) to follow a certain pattern. 2024-04-03T15:59:27.9460590Z Call Stack (most recent call first): 2024-04-03T15:59:27.9461186Z cmake/Modules/FindOpenMP.cmake:590 (find_package_handle_standard_args) 2024-04-03T15:59:27.9461989Z third_party/ideep/mkl-dnn/cmake/OpenMP.cmake:55 (find_package) 2024-04-03T15:59:27.9462676Z third_party/ideep/mkl-dnn/CMakeLists.txt:119 (include) 2024-04-03T15:59:27.9463391Z This warning is for project developers. Use -Wno-dev to suppress it. 2024-04-03T15:59:27.9463961Z  2024-04-03T15:59:27.9464258Z -- Found OpenMP_CXX: -fopenmp 2024-04-03T15:59:27.9541755Z -- Could NOT find Doxyrest (missing: DOXYREST_EXECUTABLE) 2024-04-03T15:59:27.9741669Z -- Found PythonInterp: /opt/conda/envs/py_3.8/bin/python (found suitable version "3.8.19", minimum required is "2.7") 2024-04-03T15:59:27.9763910Z -- Failed to locate sphinx-build executable (missing: SPHINX_EXECUTABLE) 2024-04-03T15:59:27.9990330Z -- Enabled workload: TRAINING 2024-04-03T15:59:27.9990814Z -- Enabled primitives: ALL 2024-04-03T15:59:27.9991214Z -- Enabled primitive CPU ISA: ALL 2024-04-03T15:59:27.9991866Z -- Enabled primitive GPU ISA: ALL 2024-04-03T15:59:27.9992285Z -- Enabled GeMM kernels ISA: ALL 2024-04-03T15:59:28.0063470Z -- Primitive cache is enabled 2024-04-03T15:59:28.0211732Z -- Graph component is enabled 2024-04-03T15:59:28.0297672Z -- Graph compiler backend is disabled. 2024-04-03T15:59:28.0362941Z -- Found MKL-DNN: TRUE 2024-04-03T15:59:28.0367093Z -- Looking for clock_gettime in rt 2024-04-03T15:59:28.1243355Z -- Looking for clock_gettime in rt - found 2024-04-03T15:59:28.1243891Z -- Looking for mmap 2024-04-03T15:59:28.2344653Z -- Looking for mmap - found 2024-04-03T15:59:28.2345365Z -- Looking for shm_open 2024-04-03T15:59:28.3225922Z -- Looking for shm_open - found 2024-04-03T15:59:28.3226429Z -- Looking for shm_unlink 2024-04-03T15:59:28.4250541Z -- Looking for shm_unlink - found 2024-04-03T15:59:28.4251117Z -- Looking for malloc_usable_size 2024-04-03T15:59:28.5269219Z -- Looking for malloc_usable_size - found 2024-04-03T15:59:28.5274594Z --  2024-04-03T15:59:28.5308721Z -- check z16 2024-04-03T15:59:28.5310831Z -- Performing Test COMPILE_OUT_z16 2024-04-03T15:59:28.5741385Z -- Performing Test COMPILE_OUT_z16 - Failed 2024-04-03T15:59:28.5741978Z -- check z15 2024-04-03T15:59:28.5742405Z -- Performing Test COMPILE_OUT_z15 2024-04-03T15:59:28.6178633Z -- Performing Test COMPILE_OUT_z15 - Failed 2024-04-03T15:59:28.6179251Z -- check z14 2024-04-03T15:59:28.6179630Z -- Performing Test COMPILE_OUT_z14 2024-04-03T15:59:28.6612386Z -- Performing Test COMPILE_OUT_z14 - Failed 2024-04-03T15:59:28.6612933Z --  2024-04-03T15:59:28.6675418Z -- Version: 10.2.1 2024-04-03T15:59:28.6675842Z -- Build type: Release 2024-04-03T15:59:28.6708141Z -- Using Kineto with Roctracer support 2024-04-03T15:59:28.6708984Z -- Configuring Kineto dependency: 2024-04-03T15:59:28.6709656Z -- KINETO_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto 2024-04-03T15:59:28.6710307Z -- KINETO_BUILD_TESTS = OFF 2024-04-03T15:59:28.6710732Z -- KINETO_LIBRARY_TYPE = static 2024-04-03T15:59:28.6933244Z -- Found PythonInterp: /opt/conda/envs/py_3.8/bin/python (found version "3.8.19") 2024-04-03T15:59:28.6934545Z INFO CUDA_SOURCE_DIR =  2024-04-03T15:59:28.6934987Z INFO ROCM_SOURCE_DIR = /opt/rocm 2024-04-03T15:59:28.7112751Z INFO Building with roctracer 2024-04-03T15:59:28.7467202Z -- Kineto: FMT_SOURCE_DIR = /var/lib/jenkins/workspace/third_party/fmt 2024-04-03T15:59:28.7468158Z -- Kineto: FMT_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/fmt/include 2024-04-03T15:59:28.7468998Z INFO CUPTI_INCLUDE_DIR = /extras/CUPTI/include 2024-04-03T15:59:28.7469738Z INFO ROCTRACER_INCLUDE_DIR = /opt/rocm/include/roctracer 2024-04-03T15:59:28.7470848Z INFO DYNOLOG_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/ 2024-04-03T15:59:28.7472446Z INFO IPCFABRIC_INCLUDE_DIR = /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog//dynolog/src/ipcfabric/ 2024-04-03T15:59:28.7498105Z -- Configured Kineto 2024-04-03T15:59:28.7514935Z -- GCC 9.4.0: Adding gcc and gcc_s libs to link line 2024-04-03T15:59:28.7530491Z -- Performing Test HAS_WERROR_RETURN_TYPE 2024-04-03T15:59:28.8528545Z -- Performing Test HAS_WERROR_RETURN_TYPE - Success 2024-04-03T15:59:28.8537741Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR 2024-04-03T15:59:28.9603913Z -- Performing Test HAS_WERROR_NON_VIRTUAL_DTOR - Success 2024-04-03T15:59:28.9610904Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT 2024-04-03T15:59:29.0057004Z -- Performing Test HAS_WERROR_BRACED_SCALAR_INIT - Failed 2024-04-03T15:59:29.0065729Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT 2024-04-03T15:59:29.0509602Z -- Performing Test HAS_WERROR_RANGE_LOOP_CONSTRUCT - Failed 2024-04-03T15:59:29.0517583Z -- Performing Test HAS_WERROR_BOOL_OPERATION 2024-04-03T15:59:29.1504446Z -- Performing Test HAS_WERROR_BOOL_OPERATION - Success 2024-04-03T15:59:29.1511948Z -- Performing Test HAS_WNARROWING 2024-04-03T15:59:29.2761465Z -- Performing Test HAS_WNARROWING - Success 2024-04-03T15:59:29.2769492Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS 2024-04-03T15:59:29.3771127Z -- Performing Test HAS_WNO_MISSING_FIELD_INITIALIZERS - Success 2024-04-03T15:59:29.3779319Z -- Performing Test HAS_WNO_TYPE_LIMITS 2024-04-03T15:59:29.5004287Z -- Performing Test HAS_WNO_TYPE_LIMITS - Success 2024-04-03T15:59:29.5011933Z -- Performing Test HAS_WNO_ARRAY_BOUNDS 2024-04-03T15:59:29.6004658Z -- Performing Test HAS_WNO_ARRAY_BOUNDS - Success 2024-04-03T15:59:29.6012623Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS 2024-04-03T15:59:29.6979292Z -- Performing Test HAS_WNO_UNKNOWN_PRAGMAS - Success 2024-04-03T15:59:29.6986670Z -- Performing Test HAS_WNO_UNUSED_PARAMETER 2024-04-03T15:59:29.8237782Z -- Performing Test HAS_WNO_UNUSED_PARAMETER - Success 2024-04-03T15:59:29.8245540Z -- Performing Test HAS_WNO_UNUSED_FUNCTION 2024-04-03T15:59:29.9574157Z -- Performing Test HAS_WNO_UNUSED_FUNCTION - Success 2024-04-03T15:59:29.9582414Z -- Performing Test HAS_WNO_UNUSED_RESULT 2024-04-03T15:59:30.0547609Z -- Performing Test HAS_WNO_UNUSED_RESULT - Success 2024-04-03T15:59:30.0556055Z -- Performing Test HAS_WNO_STRICT_OVERFLOW 2024-04-03T15:59:30.1723207Z -- Performing Test HAS_WNO_STRICT_OVERFLOW - Success 2024-04-03T15:59:30.1731205Z -- Performing Test HAS_WNO_STRICT_ALIASING 2024-04-03T15:59:30.2902367Z -- Performing Test HAS_WNO_STRICT_ALIASING - Success 2024-04-03T15:59:30.2910413Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW 2024-04-03T15:59:30.3868518Z -- Performing Test HAS_WNO_STRINGOP_OVERFLOW - Success 2024-04-03T15:59:30.3875638Z -- Performing Test HAS_WVLA_EXTENSION 2024-04-03T15:59:30.4344931Z -- Performing Test HAS_WVLA_EXTENSION - Failed 2024-04-03T15:59:30.4353281Z -- Performing Test HAS_WSUGGEST_OVERRIDE 2024-04-03T15:59:30.5319533Z -- Performing Test HAS_WSUGGEST_OVERRIDE - Success 2024-04-03T15:59:30.5327270Z -- Performing Test HAS_WNEWLINE_EOF 2024-04-03T15:59:30.5789744Z -- Performing Test HAS_WNEWLINE_EOF - Failed 2024-04-03T15:59:30.5796930Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE 2024-04-03T15:59:30.6315218Z -- Performing Test HAS_WINCONSISTENT_MISSING_OVERRIDE - Failed 2024-04-03T15:59:30.6323110Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE 2024-04-03T15:59:30.6804515Z -- Performing Test HAS_WINCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE - Failed 2024-04-03T15:59:30.6812331Z -- Performing Test HAS_WNO_ERROR_PEDANTIC 2024-04-03T15:59:30.8238415Z -- Performing Test HAS_WNO_ERROR_PEDANTIC - Success 2024-04-03T15:59:30.8245520Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST 2024-04-03T15:59:30.9560739Z -- Performing Test HAS_WNO_ERROR_OLD_STYLE_CAST - Success 2024-04-03T15:59:30.9577776Z -- Performing Test HAS_WNO_ERROR_INCONSISTENT_MISSING_OVERRIDE 2024-04-03T15:59:31.0027753Z -- Performing Test HAS_WNO_ERROR_INCONSISTENT_MISSING_OVERRIDE - Failed 2024-04-03T15:59:31.0035565Z -- Performing Test HAS_WNO_ERROR_INCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE 2024-04-03T15:59:31.0493643Z -- Performing Test HAS_WNO_ERROR_INCONSISTENT_MISSING_DESTRUCTOR_OVERRIDE - Failed 2024-04-03T15:59:31.0501706Z -- Performing Test HAS_WCONSTANT_CONVERSION 2024-04-03T15:59:31.0993061Z -- Performing Test HAS_WCONSTANT_CONVERSION - Failed 2024-04-03T15:59:31.1001256Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION 2024-04-03T15:59:31.1521361Z -- Performing Test HAS_WNO_INVALID_PARTIAL_SPECIALIZATION - Failed 2024-04-03T15:59:31.1529466Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE 2024-04-03T15:59:31.2052422Z -- Performing Test HAS_WNO_ALIGNED_ALLOCATION_UNAVAILABLE - Failed 2024-04-03T15:59:31.2060829Z -- Performing Test HAS_WNO_MISSING_BRACES 2024-04-03T15:59:31.3246577Z -- Performing Test HAS_WNO_MISSING_BRACES - Success 2024-04-03T15:59:31.3254321Z -- Performing Test HAS_QUNUSED_ARGUMENTS 2024-04-03T15:59:31.3746537Z -- Performing Test HAS_QUNUSED_ARGUMENTS - Failed 2024-04-03T15:59:31.3754910Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS 2024-04-03T15:59:31.5022103Z -- Performing Test HAS_FDIAGNOSTICS_COLOR_ALWAYS - Success 2024-04-03T15:59:31.5030558Z -- Performing Test HAS_FALIGNED_NEW 2024-04-03T15:59:31.6424011Z -- Performing Test HAS_FALIGNED_NEW - Success 2024-04-03T15:59:31.6432266Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE 2024-04-03T15:59:31.7579085Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_VARIABLE - Success 2024-04-03T15:59:31.7586468Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED 2024-04-03T15:59:31.8908548Z -- Performing Test HAS_WNO_MAYBE_UNINITIALIZED - Success 2024-04-03T15:59:31.8915998Z -- Performing Test HAS_FSTANDALONE_DEBUG 2024-04-03T15:59:31.9412648Z -- Performing Test HAS_FSTANDALONE_DEBUG - Failed 2024-04-03T15:59:31.9421531Z -- Performing Test HAS_FNO_MATH_ERRNO 2024-04-03T15:59:32.0411907Z -- Performing Test HAS_FNO_MATH_ERRNO - Success 2024-04-03T15:59:32.0420877Z -- Performing Test HAS_FNO_TRAPPING_MATH 2024-04-03T15:59:32.1391906Z -- Performing Test HAS_FNO_TRAPPING_MATH - Success 2024-04-03T15:59:32.1400388Z -- Performing Test HAS_WERROR_FORMAT 2024-04-03T15:59:32.2657559Z -- Performing Test HAS_WERROR_FORMAT - Success 2024-04-03T15:59:32.2717349Z -- Performing Test HAS_WDEPRECATED 2024-04-03T15:59:32.3804047Z -- Performing Test HAS_WDEPRECATED - Success 2024-04-03T15:59:32.3804959Z -- NUMA paths: 2024-04-03T15:59:32.3805399Z -- /usr/include 2024-04-03T15:59:32.3805767Z -- /usr/lib/x86_64-linux-gnu/libnuma.so 2024-04-03T15:59:32.3828137Z -- Looking for backtrace 2024-04-03T15:59:32.4710495Z -- Looking for backtrace - found 2024-04-03T15:59:32.4711191Z -- backtrace facility detected in default set of libraries 2024-04-03T15:59:32.4713253Z -- Found Backtrace: /usr/include 2024-04-03T15:59:35.6356814Z -- headers outputs: 2024-04-03T15:59:42.5231478Z -- sources outputs: 2024-04-03T15:59:43.8151029Z -- declarations_yaml outputs: 2024-04-03T15:59:43.8209136Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT 2024-04-03T15:59:43.9250519Z -- Performing Test COMPILER_SUPPORTS_NO_AVX256_SPLIT - Success 2024-04-03T15:59:43.9713032Z -- Using ATen parallel backend: OMP 2024-04-03T15:59:43.9738084Z Building PyTorch for GPU arch: gfx906;gfx90a 2024-04-03T15:59:43.9766198Z HIP VERSION: 6.0.32830-d62f6a171 2024-04-03T15:59:44.0867021Z -- Caffe2: Header version is: 6.0.0 2024-04-03T15:59:44.0867744Z  2024-04-03T15:59:44.0868043Z ***** ROCm version from rocm_version.h **** 2024-04-03T15:59:44.0868468Z  2024-04-03T15:59:44.0868759Z ROCM_VERSION_DEV: 6.0.0 2024-04-03T15:59:44.0869169Z ROCM_VERSION_DEV_MAJOR: 6 2024-04-03T15:59:44.0869589Z ROCM_VERSION_DEV_MINOR: 0 2024-04-03T15:59:44.0870027Z ROCM_VERSION_DEV_PATCH: 0 2024-04-03T15:59:44.0870441Z ROCM_VERSION_DEV_INT: 60000 2024-04-03T15:59:44.0872090Z HIP_VERSION_MAJOR: 6 2024-04-03T15:59:44.0872847Z HIP_VERSION_MINOR: 0 2024-04-03T15:59:44.0873247Z TORCH_HIP_VERSION: 600 2024-04-03T15:59:44.0873596Z  2024-04-03T15:59:44.0873873Z ***** Library versions from dpkg ***** 2024-04-03T15:59:44.0874259Z  2024-04-03T15:59:44.1009262Z rocm-dev VERSION: 6.0.0.60000-91~20.04 2024-04-03T15:59:44.1010056Z rocm-device-libs VERSION: 1.0.0.60000-91~20.04 2024-04-03T15:59:44.1146143Z rocm-libs VERSION: 6.0.0.60000-91~20.04 2024-04-03T15:59:44.1285079Z hsakmt-roct-dev VERSION: 20231016.2.245.60000-91~20.04 2024-04-03T15:59:44.1420430Z hsa-rocr-dev VERSION: 1.12.0.60000-91~20.04 2024-04-03T15:59:44.1836852Z  2024-04-03T15:59:44.1837301Z ***** Library versions from cmake find_package ***** 2024-04-03T15:59:44.1837784Z  2024-04-03T15:59:44.2045719Z hip VERSION: 6.0.23494 2024-04-03T15:59:44.2054277Z hsa-runtime64 VERSION: 1.12.60000 2024-04-03T15:59:44.2060350Z amd_comgr VERSION: 2.6.0 2024-04-03T15:59:44.2071656Z rocrand VERSION: 2.10.17 2024-04-03T15:59:44.2081507Z hiprand VERSION: 2.10.16 2024-04-03T15:59:44.2090777Z rocblas VERSION: 4.0.0 2024-04-03T15:59:44.2099207Z hipblas VERSION: 2.0.0 2024-04-03T15:59:44.2108030Z hipblaslt VERSION: 0.6.0 2024-04-03T15:59:44.2116878Z miopen VERSION: 3.00.0 2024-04-03T15:59:44.2125838Z hipfft VERSION: 1.0.12 2024-04-03T15:59:44.2134926Z hipsparse VERSION: 3.0.0 2024-04-03T15:59:44.2143361Z rccl VERSION: 2.18.3 2024-04-03T15:59:44.2152174Z rocprim VERSION: 3.0.0 2024-04-03T15:59:44.2161291Z hipcub VERSION: 3.0.0 2024-04-03T15:59:44.2170374Z rocthrust VERSION: 3.0.0 2024-04-03T15:59:44.2179355Z hipsolver VERSION: 2.0.0 2024-04-03T15:59:44.8500885Z hipblaslt is NOT using custom data type 2024-04-03T15:59:45.5016516Z hipblaslt is NOT using custom compute type 2024-04-03T15:59:45.7630762Z hipblaslt provides getIndexFromAlgo 2024-04-03T15:59:45.8593648Z HIP is using new type enums 2024-04-03T15:59:45.8611356Z ROCm is enabled. 2024-04-03T15:59:45.9917797Z -- Found OpenSSL: /opt/conda/lib/libcrypto.so (found version "3.0.13") 2024-04-03T15:59:45.9957222Z -- Check size of long double 2024-04-03T15:59:46.0868147Z -- Check size of long double - done 2024-04-03T15:59:46.0868862Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE 2024-04-03T15:59:46.1726659Z -- Performing Test COMPILER_SUPPORTS_LONG_DOUBLE - Success 2024-04-03T15:59:46.1727405Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 2024-04-03T15:59:46.2692443Z -- Performing Test COMPILER_SUPPORTS_FLOAT128 - Success 2024-04-03T15:59:46.2693088Z -- Performing Test COMPILER_SUPPORTS_SSE2 2024-04-03T15:59:46.4324519Z -- Performing Test COMPILER_SUPPORTS_SSE2 - Success 2024-04-03T15:59:46.4325220Z -- Performing Test COMPILER_SUPPORTS_SSE4 2024-04-03T15:59:46.5583982Z -- Performing Test COMPILER_SUPPORTS_SSE4 - Success 2024-04-03T15:59:46.5584651Z -- Performing Test COMPILER_SUPPORTS_AVX 2024-04-03T15:59:46.6849294Z -- Performing Test COMPILER_SUPPORTS_AVX - Success 2024-04-03T15:59:46.6850276Z -- Performing Test COMPILER_SUPPORTS_FMA4 2024-04-03T15:59:46.8101411Z -- Performing Test COMPILER_SUPPORTS_FMA4 - Success 2024-04-03T15:59:46.8102080Z -- Performing Test COMPILER_SUPPORTS_AVX2 2024-04-03T15:59:46.9548817Z -- Performing Test COMPILER_SUPPORTS_AVX2 - Success 2024-04-03T15:59:46.9549475Z -- Performing Test COMPILER_SUPPORTS_AVX512F 2024-04-03T15:59:47.0828407Z -- Performing Test COMPILER_SUPPORTS_AVX512F - Success 2024-04-03T15:59:47.0856125Z -- Found OpenMP_C: -fopenmp (found version "4.5") 2024-04-03T15:59:47.0860729Z -- Found OpenMP_CXX: -fopenmp (found version "4.5") 2024-04-03T15:59:47.0864553Z -- Found OpenMP: TRUE (found version "4.5") 2024-04-03T15:59:47.0866465Z -- Performing Test COMPILER_SUPPORTS_OPENMP 2024-04-03T15:59:47.1782380Z -- Performing Test COMPILER_SUPPORTS_OPENMP - Success 2024-04-03T15:59:47.1783494Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD 2024-04-03T15:59:47.2667285Z -- Performing Test COMPILER_SUPPORTS_OMP_SIMD - Success 2024-04-03T15:59:47.2668374Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES 2024-04-03T15:59:47.3569928Z -- Performing Test COMPILER_SUPPORTS_WEAK_ALIASES - Success 2024-04-03T15:59:47.3570748Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH 2024-04-03T15:59:47.4489401Z -- Performing Test COMPILER_SUPPORTS_BUILTIN_MATH - Success 2024-04-03T15:59:47.4490095Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM 2024-04-03T15:59:47.5785551Z -- Performing Test COMPILER_SUPPORTS_SYS_GETRANDOM - Success 2024-04-03T15:59:47.5988626Z -- Configuring build for SLEEF-v3.6.0 2024-04-03T15:59:47.5989728Z  Target system: Linux-4.14.336-257.562.amzn2.x86_64 2024-04-03T15:59:47.5990305Z  Target processor: x86_64 2024-04-03T15:59:47.5990864Z  Host system: Linux-4.14.336-257.562.amzn2.x86_64 2024-04-03T15:59:47.5991401Z  Host processor: x86_64 2024-04-03T15:59:47.5991904Z  Detected C compiler: GNU @ /opt/cache/bin/cc 2024-04-03T15:59:47.5992406Z  CMake: 3.26.4 2024-04-03T15:59:47.5992801Z  Make program: /usr/local/bin/ninja 2024-04-03T15:59:47.5994072Z -- Using option `-Wall -Wno-unused-function -Wno-attributes -Wno-unused-result -Wno-psabi -ffp-contract=off -fno-math-errno -fno-trapping-math` to compile libsleef 2024-04-03T15:59:47.5995422Z -- Building shared libs : OFF 2024-04-03T15:59:47.5995825Z -- Building static test bins: OFF 2024-04-03T15:59:47.5996244Z -- MPFR : LIB_MPFR-NOTFOUND 2024-04-03T15:59:47.5996623Z -- GMP : LIBGMP-NOTFOUND 2024-04-03T15:59:47.5997014Z -- RT : /usr/lib/x86_64-linux-gnu/librt.so 2024-04-03T15:59:47.5997469Z -- FFTW3 : LIBFFTW3-NOTFOUND 2024-04-03T15:59:47.5997840Z -- OPENSSL : 3.0.13 2024-04-03T15:59:47.5998164Z -- SDE : SDE_COMMAND-NOTFOUND 2024-04-03T15:59:47.5998568Z -- COMPILER_SUPPORTS_OPENMP : 1 2024-04-03T15:59:47.6102219Z AT_INSTALL_INCLUDE_DIR include/ATen/core 2024-04-03T15:59:47.6103417Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h 2024-04-03T15:59:47.6104625Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/aten_interned_strings.h 2024-04-03T15:59:47.6105799Z core header install: /var/lib/jenkins/workspace/build/aten/src/ATen/core/enum_tag.h 2024-04-03T15:59:48.2424390Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD 2024-04-03T15:59:48.2958691Z -- Performing Test HAS_WNO_UNUSED_PRIVATE_FIELD - Failed 2024-04-03T15:59:48.2963755Z -- Generating sources for unboxing kernels /opt/conda/envs/py_3.8/bin/python;-m;torchgen.gen_executorch;--source-path=/var/lib/jenkins/workspace/test/edge/../../test/edge;--install-dir=/var/lib/jenkins/workspace/build/out;--tags-path=/var/lib/jenkins/workspace/test/edge/../../aten/src/ATen/native/tags.yaml;--aten-yaml-path=/var/lib/jenkins/workspace/test/edge/../../aten/src/ATen/native/native_functions.yaml;--use-aten-lib;--op-selection-yaml-path=/var/lib/jenkins/workspace/test/edge/../../test/edge/selected_operators.yaml;--custom-ops-yaml-path=/var/lib/jenkins/workspace/test/edge/../../test/edge/custom_ops.yaml 2024-04-03T15:59:48.3096093Z -- Performing Test HAS_WNO_UNUSED_VARIABLE 2024-04-03T15:59:48.4536933Z -- Performing Test HAS_WNO_UNUSED_VARIABLE - Success 2024-04-03T15:59:48.4549636Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER 2024-04-03T15:59:48.5581404Z -- Performing Test HAS_WNO_UNUSED_BUT_SET_PARAMETER - Success 2024-04-03T15:59:48.5629404Z -- _GLIBCXX_USE_CXX11_ABI=1 is already defined as a cmake variable 2024-04-03T15:59:48.6408782Z INFOcaffe2 ROCM_SOURCE_DIR = /opt/rocm 2024-04-03T15:59:48.6946737Z -- Using lib/python3.8/site-packages as python relative installation path 2024-04-03T15:59:48.7382872Z CMake Warning at CMakeLists.txt:1154 (message): 2024-04-03T15:59:48.7383846Z Generated cmake files are only fully tested if one builds with system glog, 2024-04-03T15:59:48.7384696Z gflags, and protobuf. Other settings may generate files that are not well 2024-04-03T15:59:48.7385291Z tested. 2024-04-03T15:59:48.7385438Z 2024-04-03T15:59:48.7385556Z  2024-04-03T15:59:48.7396275Z -- 2024-04-03T15:59:48.7396776Z -- ******** Summary ******** 2024-04-03T15:59:48.7397305Z -- General: 2024-04-03T15:59:48.7397816Z -- CMake version : 3.26.4 2024-04-03T15:59:48.7398721Z -- CMake command : /opt/conda/envs/py_3.8/bin/cmake 2024-04-03T15:59:48.7399522Z -- System : Linux 2024-04-03T15:59:48.7400271Z -- C++ compiler : /opt/cache/bin/c++ 2024-04-03T15:59:48.7401023Z -- C++ compiler id : GNU 2024-04-03T15:59:48.7401645Z -- C++ compiler version : 9.4.0 2024-04-03T15:59:48.7402276Z -- Using ccache if found : ON 2024-04-03T15:59:48.7403044Z -- Found ccache : CCACHE_PROGRAM-NOTFOUND 2024-04-03T15:59:48.7409498Z -- CXX flags : -D_GLIBCXX_USE_CXX11_ABI=1 -fvisibility-inlines-hidden -DUSE_PTHREADPOOL -DNDEBUG -DUSE_KINETO -DLIBKINETO_NOCUPTI -DUSE_FBGEMM -DUSE_QNNPACK -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-unused-function -Wno-unused-result -Wno-strict-overflow -Wno-strict-aliasing -Wno-stringop-overflow -Wsuggest-override -Wno-psabi -Wno-error=pedantic -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 2024-04-03T15:59:48.7414314Z -- Build type : Release 2024-04-03T15:59:48.7416473Z -- Compile definitions : TORCH_ENABLE_LLVM;ROCM_VERSION=60000;TORCH_HIP_VERSION=600;ONNX_ML=1;ONNXIFI_ENABLE_EXT=1;ONNX_NAMESPACE=onnx_torch;IDEEP_USE_MKL;HAVE_MMAP=1;_FILE_OFFSET_BITS=64;HAVE_SHM_OPEN=1;HAVE_SHM_UNLINK=1;HAVE_MALLOC_USABLE_SIZE=1;USE_EXTERNAL_MZCRC;MINIZ_DISABLE_ZIP_READER_CRC32_CHECKS;FLASHATTENTION_DISABLE_ALIBI 2024-04-03T15:59:48.7418997Z -- CMAKE_PREFIX_PATH : /opt/conda/envs/py_3.8/lib/python3.8/site-packages;/opt/conda 2024-04-03T15:59:48.7419817Z -- CMAKE_INSTALL_PREFIX : /var/lib/jenkins/workspace/torch 2024-04-03T15:59:48.7420367Z -- USE_GOLD_LINKER : OFF 2024-04-03T15:59:48.7420721Z -- 2024-04-03T15:59:48.7421021Z -- TORCH_VERSION : 2.4.0 2024-04-03T15:59:48.7421433Z -- BUILD_CAFFE2 : OFF 2024-04-03T15:59:48.7421826Z -- BUILD_CAFFE2_OPS : OFF 2024-04-03T15:59:48.7422254Z -- BUILD_STATIC_RUNTIME_BENCHMARK: ON 2024-04-03T15:59:48.7422699Z -- BUILD_BINARY : OFF 2024-04-03T15:59:48.7423091Z -- BUILD_CUSTOM_PROTOBUF : ON 2024-04-03T15:59:48.7423554Z -- Link local protobuf : ON 2024-04-03T15:59:48.7423954Z -- BUILD_DOCS : OFF 2024-04-03T15:59:48.7424349Z -- BUILD_PYTHON : True 2024-04-03T15:59:48.7424767Z -- Python version : 3.8.19 2024-04-03T15:59:48.7425321Z -- Python executable : /opt/conda/envs/py_3.8/bin/python 2024-04-03T15:59:48.7425882Z -- Pythonlibs version : 3.8.19 2024-04-03T15:59:48.7426481Z -- Python library : /opt/conda/envs/py_3.8/lib/libpython3.8.so.1.0 2024-04-03T15:59:48.7427238Z -- Python includes : /opt/conda/envs/py_3.8/include/python3.8 2024-04-03T15:59:48.7427913Z -- Python site-packages: lib/python3.8/site-packages 2024-04-03T15:59:48.7428422Z -- BUILD_SHARED_LIBS : ON 2024-04-03T15:59:48.7428872Z -- CAFFE2_USE_MSVC_STATIC_RUNTIME : OFF 2024-04-03T15:59:48.7429334Z -- BUILD_TEST : True 2024-04-03T15:59:48.7429722Z -- BUILD_JNI : OFF 2024-04-03T15:59:48.7430125Z -- BUILD_MOBILE_AUTOGRAD : OFF 2024-04-03T15:59:48.7430545Z -- BUILD_LITE_INTERPRETER: OFF 2024-04-03T15:59:48.7430937Z -- INTERN_BUILD_MOBILE : 2024-04-03T15:59:48.7431335Z -- TRACING_BASED : OFF 2024-04-03T15:59:48.7431736Z -- USE_BLAS : 1 2024-04-03T15:59:48.7432106Z -- BLAS : mkl 2024-04-03T15:59:48.7432498Z -- BLAS_HAS_SBGEMM : 2024-04-03T15:59:48.7432879Z -- USE_LAPACK : 1 2024-04-03T15:59:48.7433248Z -- LAPACK : mkl 2024-04-03T15:59:48.7433641Z -- USE_ASAN : OFF 2024-04-03T15:59:48.7434029Z -- USE_TSAN : OFF 2024-04-03T15:59:48.7434414Z -- USE_CPP_CODE_COVERAGE : OFF 2024-04-03T15:59:48.7434819Z -- USE_CUDA : OFF 2024-04-03T15:59:48.7435204Z -- USE_XPU : OFF 2024-04-03T15:59:48.7435575Z -- USE_ROCM : ON 2024-04-03T15:59:48.7435963Z -- ROCM_VERSION : 2024-04-03T15:59:48.7436349Z -- USE_FLASH_ATTENTION : ON 2024-04-03T15:59:48.7436735Z -- BUILD_NVFUSER : 2024-04-03T15:59:48.7437112Z -- USE_EIGEN_FOR_BLAS : 2024-04-03T15:59:48.7437494Z -- USE_FBGEMM : ON 2024-04-03T15:59:48.7437881Z -- USE_FAKELOWP : OFF 2024-04-03T15:59:48.7438291Z -- USE_KINETO : ON 2024-04-03T15:59:48.7438686Z -- USE_FFMPEG : OFF 2024-04-03T15:59:48.7439067Z -- USE_GFLAGS : OFF 2024-04-03T15:59:48.7439454Z -- USE_GLOG : OFF 2024-04-03T15:59:48.7439841Z -- USE_LEVELDB : OFF 2024-04-03T15:59:48.7440219Z -- USE_LITE_PROTO : OFF 2024-04-03T15:59:48.7440613Z -- USE_LMDB : OFF 2024-04-03T15:59:48.7440998Z -- USE_METAL : OFF 2024-04-03T15:59:48.7441530Z -- USE_PYTORCH_METAL : OFF 2024-04-03T15:59:48.7441967Z -- USE_PYTORCH_METAL_EXPORT : OFF 2024-04-03T15:59:48.7442409Z -- USE_MPS : OFF 2024-04-03T15:59:48.7442784Z -- USE_MKL : ON 2024-04-03T15:59:48.7443179Z -- USE_MKLDNN : ON 2024-04-03T15:59:48.7443582Z -- USE_MKLDNN_ACL : OFF 2024-04-03T15:59:48.7443972Z -- USE_MKLDNN_CBLAS : OFF 2024-04-03T15:59:48.7444363Z -- USE_UCC : OFF 2024-04-03T15:59:48.7444746Z -- USE_ITT : ON 2024-04-03T15:59:48.7445217Z -- USE_NCCL : ON 2024-04-03T15:59:48.7445608Z -- USE_SYSTEM_NCCL : ON 2024-04-03T15:59:48.7446004Z -- USE_NNPACK : ON 2024-04-03T15:59:48.7446383Z -- USE_NUMPY : ON 2024-04-03T15:59:48.7446780Z -- USE_OBSERVERS : ON 2024-04-03T15:59:48.7447174Z -- USE_OPENCL : OFF 2024-04-03T15:59:48.7447553Z -- USE_OPENCV : OFF 2024-04-03T15:59:48.7447947Z -- USE_OPENMP : ON 2024-04-03T15:59:48.7448337Z -- USE_TBB : OFF 2024-04-03T15:59:48.7448715Z -- USE_MIMALLOC : OFF 2024-04-03T15:59:48.7449106Z -- USE_VULKAN : OFF 2024-04-03T15:59:48.7449497Z -- USE_PROF : OFF 2024-04-03T15:59:48.7449873Z -- USE_QNNPACK : ON 2024-04-03T15:59:48.7450272Z -- USE_PYTORCH_QNNPACK : ON 2024-04-03T15:59:48.7450669Z -- USE_XNNPACK : ON 2024-04-03T15:59:48.7451045Z -- USE_REDIS : OFF 2024-04-03T15:59:48.7451439Z -- USE_ROCKSDB : OFF 2024-04-03T15:59:48.7451826Z -- USE_ZMQ : OFF 2024-04-03T15:59:48.7452207Z -- USE_DISTRIBUTED : ON 2024-04-03T15:59:48.7452603Z -- USE_MPI : OFF 2024-04-03T15:59:48.7453005Z -- USE_GLOO : ON 2024-04-03T15:59:48.7453401Z -- USE_GLOO_WITH_OPENSSL : OFF 2024-04-03T15:59:48.7453822Z -- USE_TENSORPIPE : ON 2024-04-03T15:59:48.7454611Z -- Public Dependencies : caffe2::mkl 2024-04-03T15:59:48.7456149Z -- Private Dependencies : Threads::Threads;pthreadpool;cpuinfo;qnnpack;pytorch_qnnpack;nnpack;XNNPACK;fbgemm;ittnotify;fp16;caffe2::openmp;tensorpipe;gloo;foxi_loader;rt;fmt::fmt-header-only;kineto;gcc_s;gcc;dl 2024-04-03T15:59:48.7457606Z -- Public CUDA Deps. : 2024-04-03T15:59:48.7458038Z -- Private CUDA Deps. : __caffe2_nccl 2024-04-03T15:59:48.7458607Z -- USE_COREML_DELEGATE : OFF 2024-04-03T15:59:48.7459037Z -- BUILD_LAZY_TS_BACKEND : ON 2024-04-03T15:59:48.7459457Z -- USE_ROCM_KERNEL_ASSERT : OFF 2024-04-03T15:59:48.7466265Z -- Performing Test HAS_WMISSING_PROTOTYPES 2024-04-03T15:59:48.8411344Z -- Performing Test HAS_WMISSING_PROTOTYPES - Failed 2024-04-03T15:59:48.8419136Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES 2024-04-03T15:59:48.9647533Z -- Performing Test HAS_WERROR_MISSING_PROTOTYPES - Failed 2024-04-03T15:59:48.9727089Z -- Configuring done (35.1s) 2024-04-03T15:59:51.3428936Z -- Generating done (2.0s) 2024-04-03T15:59:51.3524838Z CMake Warning: 2024-04-03T15:59:51.3525495Z Manually-specified variables were not used by the project: 2024-04-03T15:59:51.3525913Z 2024-04-03T15:59:51.3526025Z BUILD_ENVIRONMENT 2024-04-03T15:59:51.3526242Z 2024-04-03T15:59:51.3526353Z  2024-04-03T15:59:51.3552843Z -- Build files have been written to: /var/lib/jenkins/workspace/build 2024-04-03T15:59:51.4547922Z cmake --build . --target install --config Release -- -j 6 2024-04-03T15:59:51.6514929Z 2024-04-03T15:59:51.6517694Z [0/4] Generating ATen declarations_yaml 2024-04-03T15:59:51.6702159Z [0/4] Generating ATen headers 2024-04-03T15:59:55.9742320Z [0/4] Generating ATen sources 2024-04-03T15:59:59.0353595Z [1/4] Generating ATen declarations_yaml 2024-04-03T16:00:00.4558975Z [2/4] Generating ATen headers 2024-04-03T16:00:00.4562970Z [3/4] Generating ATen sources 2024-04-03T16:00:00.5404867Z 2024-04-03T16:00:00.5411735Z [0/8653] Creating directories for 'aotriton_external' 2024-04-03T16:00:00.5414317Z [0/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2024-04-03T16:00:00.5417212Z [0/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2024-04-03T16:00:00.5420051Z [0/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2024-04-03T16:00:00.5421721Z [0/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-04-03T16:00:00.5534134Z [0/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-04-03T16:00:00.5535556Z [1/8653] Creating directories for 'aotriton_external' 2024-04-03T16:00:00.7360004Z [1/8653] Performing download step (git clone) for 'aotriton_external' 2024-04-03T16:00:00.7363448Z [2/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/arena.cc.o 2024-04-03T16:00:00.7780770Z [2/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-04-03T16:00:00.7783122Z [3/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/any_lite.cc.o 2024-04-03T16:00:00.7786866Z [3/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-04-03T16:00:00.7788625Z [4/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-04-03T16:00:00.8255695Z [4/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-04-03T16:00:00.8258925Z [5/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-04-03T16:00:00.8260903Z [5/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-04-03T16:00:00.8262644Z [6/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/extension_set.cc.o 2024-04-03T16:00:00.8939108Z [6/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2024-04-03T16:00:00.8941197Z [7/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-04-03T16:00:00.9752185Z [7/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-04-03T16:00:00.9755525Z [8/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/strtod.cc.o 2024-04-03T16:00:00.9987755Z [8/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-04-03T16:00:00.9989773Z [9/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-04-03T16:00:01.0456942Z [9/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-04-03T16:00:01.0460880Z [10/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-04-03T16:00:01.0466340Z [10/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2024-04-03T16:00:01.0469827Z [11/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-04-03T16:00:01.1451686Z [11/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2024-04-03T16:00:01.1454653Z [12/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-04-03T16:00:01.1687920Z [12/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2024-04-03T16:00:01.1691585Z [13/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-04-03T16:00:01.2092119Z [13/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-04-03T16:00:01.2093988Z [14/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-04-03T16:00:01.2508595Z [14/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2024-04-03T16:00:01.2511598Z [15/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/parse_context.cc.o 2024-04-03T16:00:01.3117286Z [15/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-04-03T16:00:01.3119842Z [16/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/message_lite.cc.o 2024-04-03T16:00:01.3120993Z In file included from /usr/include/string.h:495, 2024-04-03T16:00:01.3121867Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2024-04-03T16:00:01.3123033Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2024-04-03T16:00:01.3124179Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2024-04-03T16:00:01.3125353Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2024-04-03T16:00:01.3126467Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2024-04-03T16:00:01.3128035Z In function ‘void* memcpy(void*, const void*, size_t)’, 2024-04-03T16:00:01.3130037Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2024-04-03T16:00:01.3133121Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:85:28: 2024-04-03T16:00:01.3136557Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2024-04-03T16:00:01.3139068Z 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2024-04-03T16:00:01.3139910Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:00:01.3140577Z 2024-04-03T16:00:01.3521214Z [16/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2024-04-03T16:00:01.3525914Z [17/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/repeated_field.cc.o 2024-04-03T16:00:01.3529431Z [17/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-04-03T16:00:01.3532637Z [18/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-04-03T16:00:01.5027212Z [18/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-04-03T16:00:01.5029369Z [19/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/common.cc.o 2024-04-03T16:00:01.5031793Z [19/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-04-03T16:00:01.5033698Z [20/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-04-03T16:00:01.5035419Z [20/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-04-03T16:00:01.5037113Z [21/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/status.cc.o 2024-04-03T16:00:01.5487045Z [21/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-04-03T16:00:01.5489341Z [22/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-04-03T16:00:01.5876540Z [22/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2024-04-03T16:00:01.5880329Z [23/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-04-03T16:00:01.6725497Z [23/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-04-03T16:00:01.6729504Z [24/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-04-03T16:00:01.7255019Z [24/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2024-04-03T16:00:01.7258598Z [25/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-04-03T16:00:01.7499627Z [25/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2024-04-03T16:00:01.7502681Z [26/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/time.cc.o 2024-04-03T16:00:01.8052710Z [26/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2024-04-03T16:00:01.8055008Z [27/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-04-03T16:00:01.8785172Z [27/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-04-03T16:00:01.8794619Z [28/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any_lite.cc.o 2024-04-03T16:00:01.9060620Z [28/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-04-03T16:00:01.9065720Z [29/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf-lite.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-04-03T16:00:01.9371085Z [29/8653] Linking CXX static library lib/libprotobuf-lite.a 2024-04-03T16:00:01.9374056Z [30/8653] Linking CXX static library lib/libprotobuf-lite.a 2024-04-03T16:00:01.9791805Z [30/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-04-03T16:00:01.9794159Z [31/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/arena.cc.o 2024-04-03T16:00:02.0365444Z [31/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-04-03T16:00:02.0374114Z [32/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set.cc.o 2024-04-03T16:00:02.0874115Z [32/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-04-03T16:00:02.0883351Z [33/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_enum_util.cc.o 2024-04-03T16:00:02.1768065Z [33/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-04-03T16:00:02.1776165Z [34/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/io_win32.cc.o 2024-04-03T16:00:02.2098488Z [34/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2024-04-03T16:00:02.2101851Z [35/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven_lite.cc.o 2024-04-03T16:00:02.2546332Z [35/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-04-03T16:00:02.2549367Z [36/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/implicit_weak_message.cc.o 2024-04-03T16:00:02.2825128Z [36/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-04-03T16:00:02.2828221Z [37/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_util.cc.o 2024-04-03T16:00:02.4094597Z [37/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-04-03T16:00:02.4097998Z [38/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/strtod.cc.o 2024-04-03T16:00:02.4247875Z [38/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2024-04-03T16:00:02.4250856Z [39/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream.cc.o 2024-04-03T16:00:02.4312454Z [39/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2024-04-03T16:00:02.4315601Z [40/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl_lite.cc.o 2024-04-03T16:00:02.4730479Z [40/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2024-04-03T16:00:02.4733653Z [41/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/zero_copy_stream_impl.cc.o 2024-04-03T16:00:02.5068034Z [41/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-04-03T16:00:02.5071286Z [42/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/coded_stream.cc.o 2024-04-03T16:00:02.6081079Z [42/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2024-04-03T16:00:02.6084199Z [43/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/bytestream.cc.o 2024-04-03T16:00:02.6324177Z [43/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-04-03T16:00:02.6325765Z [44/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/parse_context.cc.o 2024-04-03T16:00:02.7259688Z [44/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2024-04-03T16:00:02.7262854Z [45/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/common.cc.o 2024-04-03T16:00:02.7362681Z [45/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-04-03T16:00:02.7365622Z [46/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/repeated_field.cc.o 2024-04-03T16:00:02.7470939Z [46/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-04-03T16:00:02.7474032Z [47/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message_lite.cc.o 2024-04-03T16:00:02.7475610Z In file included from /usr/include/string.h:495, 2024-04-03T16:00:02.7476394Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/port.h:39, 2024-04-03T16:00:02.7477575Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/macros.h:34, 2024-04-03T16:00:02.7478721Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/stubs/common.h:46, 2024-04-03T16:00:02.7479903Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.h:45, 2024-04-03T16:00:02.7481138Z from /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/message_lite.cc:36: 2024-04-03T16:00:02.7482266Z In function ‘void* memcpy(void*, const void*, size_t)’, 2024-04-03T16:00:02.7484662Z inlined from ‘google::protobuf::uint8* google::protobuf::io::EpsCopyOutputStream::WriteRaw(const void*, int, google::protobuf::uint8*)’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/io/coded_stream.h:699:16, 2024-04-03T16:00:02.7489861Z inlined from ‘bool google::protobuf::MessageLite::SerializePartialToZeroCopyStream(google::protobuf::io::ZeroCopyOutputStream*) const’ at /var/lib/jenkins/workspace/third_party/protobuf/src/google/protobuf/implicit_weak_message.h:85:28: 2024-04-03T16:00:02.7495128Z /usr/include/x86_64-linux-gnu/bits/string_fortified.h:34:33: warning: ‘void* __builtin___memcpy_chk(void*, const void*, long unsigned int, long unsigned int)’ specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 2024-04-03T16:00:02.7498998Z 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__dest)); 2024-04-03T16:00:02.7500083Z | ~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:00:02.7500712Z 2024-04-03T16:00:02.7853754Z [47/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-04-03T16:00:02.7857015Z [48/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/int128.cc.o 2024-04-03T16:00:02.8264429Z [48/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-04-03T16:00:02.8267214Z [49/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/status.cc.o 2024-04-03T16:00:02.9005232Z [49/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-04-03T16:00:02.9009113Z [50/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringpiece.cc.o 2024-04-03T16:00:02.9011667Z [50/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2024-04-03T16:00:02.9014108Z [51/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/statusor.cc.o 2024-04-03T16:00:02.9421148Z [51/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-04-03T16:00:02.9424728Z [52/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/stringprintf.cc.o 2024-04-03T16:00:02.9816203Z [52/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2024-04-03T16:00:02.9819303Z [53/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/structurally_valid.cc.o 2024-04-03T16:00:03.0561297Z [53/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2024-04-03T16:00:03.0564270Z [54/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/strutil.cc.o 2024-04-03T16:00:03.0944650Z [54/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2024-04-03T16:00:03.0946346Z [55/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/time.cc.o 2024-04-03T16:00:03.1193511Z [55/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2024-04-03T16:00:03.1196691Z [56/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format_lite.cc.o 2024-04-03T16:00:03.1848413Z [56/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2024-04-03T16:00:03.1851334Z [57/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.cc.o 2024-04-03T16:00:03.2260909Z [57/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2024-04-03T16:00:03.2263303Z [58/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/any.pb.cc.o 2024-04-03T16:00:03.3479144Z [58/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2024-04-03T16:00:03.3481134Z [59/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/parser.cc.o 2024-04-03T16:00:03.3842232Z [59/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2024-04-03T16:00:03.3844642Z [60/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/compiler/importer.cc.o 2024-04-03T16:00:03.5839330Z [60/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2024-04-03T16:00:03.5841744Z [61/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.pb.cc.o 2024-04-03T16:00:03.5843456Z [61/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2024-04-03T16:00:03.5845001Z [62/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/duration.pb.cc.o 2024-04-03T16:00:03.5984296Z [62/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2024-04-03T16:00:03.5986176Z [63/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor_database.cc.o 2024-04-03T16:00:03.6351616Z [63/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2024-04-03T16:00:03.6355015Z [64/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/api.pb.cc.o 2024-04-03T16:00:03.7608325Z [64/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2024-04-03T16:00:03.7611656Z [65/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/empty.pb.cc.o 2024-04-03T16:00:03.8362127Z [65/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2024-04-03T16:00:03.8365424Z [66/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/descriptor.cc.o 2024-04-03T16:00:03.8951858Z [66/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2024-04-03T16:00:03.8955319Z [67/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/extension_set_heavy.cc.o 2024-04-03T16:00:03.8961754Z [67/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2024-04-03T16:00:03.8964820Z [68/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/field_mask.pb.cc.o 2024-04-03T16:00:03.9653697Z [68/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2024-04-03T16:00:03.9656528Z [69/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/gzip_stream.cc.o 2024-04-03T16:00:04.0543215Z [69/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2024-04-03T16:00:04.0546441Z [70/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_reflection.cc.o 2024-04-03T16:00:04.1060866Z [70/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2024-04-03T16:00:04.1062659Z [71/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/generated_message_table_driven.cc.o 2024-04-03T16:00:04.1070856Z [71/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2024-04-03T16:00:04.1074070Z [72/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/printer.cc.o 2024-04-03T16:00:04.1358278Z [72/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2024-04-03T16:00:04.1360357Z [73/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/dynamic_message.cc.o 2024-04-03T16:00:04.1627913Z [73/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2024-04-03T16:00:04.1630977Z [74/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/io/tokenizer.cc.o 2024-04-03T16:00:04.3237061Z [74/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2024-04-03T16:00:04.3245625Z [75/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/map_field.cc.o 2024-04-03T16:00:04.3706958Z [75/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2024-04-03T16:00:04.3709698Z [76/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/service.cc.o 2024-04-03T16:00:04.3984478Z [76/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2024-04-03T16:00:04.3986157Z [77/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/source_context.pb.cc.o 2024-04-03T16:00:04.4208002Z [77/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2024-04-03T16:00:04.4211378Z [78/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/reflection_ops.cc.o 2024-04-03T16:00:04.4637780Z [78/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2024-04-03T16:00:04.4640803Z [79/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/message.cc.o 2024-04-03T16:00:04.5690800Z [79/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2024-04-03T16:00:04.5693908Z [80/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/stubs/substitute.cc.o 2024-04-03T16:00:04.6619449Z [80/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2024-04-03T16:00:04.6622525Z [81/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/struct.pb.cc.o 2024-04-03T16:00:04.7749649Z [81/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2024-04-03T16:00:04.7752899Z [82/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/text_format.cc.o 2024-04-03T16:00:04.7762501Z [82/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2024-04-03T16:00:04.7764409Z [83/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/unknown_field_set.cc.o 2024-04-03T16:00:04.8583349Z [83/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2024-04-03T16:00:04.8586390Z [84/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/delimited_message_util.cc.o 2024-04-03T16:00:05.0183996Z [84/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2024-04-03T16:00:05.0353350Z [85/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_mask_util.cc.o 2024-04-03T16:00:05.0355643Z [85/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2024-04-03T16:00:05.0357949Z [86/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/field_comparator.cc.o 2024-04-03T16:00:05.0430817Z [86/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2024-04-03T16:00:05.0433520Z [87/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/timestamp.pb.cc.o 2024-04-03T16:00:05.1102887Z [87/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2024-04-03T16:00:05.1106585Z [88/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/datapiece.cc.o 2024-04-03T16:00:05.1896262Z [88/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2024-04-03T16:00:05.1901900Z [89/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/type.pb.cc.o 2024-04-03T16:00:05.2302205Z [89/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2024-04-03T16:00:05.2310702Z [90/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/error_listener.cc.o 2024-04-03T16:00:05.3037422Z [90/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2024-04-03T16:00:05.3041072Z [91/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/field_mask_utility.cc.o 2024-04-03T16:00:05.3573545Z [91/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2024-04-03T16:00:05.3579951Z [92/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/default_value_objectwriter.cc.o 2024-04-03T16:00:05.3583651Z [92/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2024-04-03T16:00:05.3587066Z [93/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_escaping.cc.o 2024-04-03T16:00:05.5512423Z [93/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2024-04-03T16:00:05.5515973Z [94/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_objectwriter.cc.o 2024-04-03T16:00:05.5519037Z [94/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2024-04-03T16:00:05.5522406Z [95/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/object_writer.cc.o 2024-04-03T16:00:05.6011486Z [95/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2024-04-03T16:00:05.6015108Z [96/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectsource.cc.o 2024-04-03T16:00:05.6856595Z [96/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2024-04-03T16:00:05.6861251Z [97/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/json_stream_parser.cc.o 2024-04-03T16:00:05.6923840Z [97/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2024-04-03T16:00:05.6927082Z [98/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/proto_writer.cc.o 2024-04-03T16:00:05.8201366Z [98/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2024-04-03T16:00:05.8204909Z [99/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info.cc.o 2024-04-03T16:00:05.8575751Z [99/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2024-04-03T16:00:05.8578230Z [100/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/protostream_objectwriter.cc.o 2024-04-03T16:00:05.9035184Z [100/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2024-04-03T16:00:05.9037926Z [101/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/type_info_test_helper.cc.o 2024-04-03T16:00:06.0149117Z [101/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2024-04-03T16:00:06.0151258Z [102/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/json_util.cc.o 2024-04-03T16:00:06.0807806Z [102/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2024-04-03T16:00:06.0810948Z [103/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/internal/utility.cc.o 2024-04-03T16:00:06.1331815Z [103/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2024-04-03T16:00:06.1334966Z [104/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/time_util.cc.o 2024-04-03T16:00:06.1344646Z [104/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2024-04-03T16:00:06.1348063Z [105/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/type_resolver_util.cc.o 2024-04-03T16:00:06.1793487Z [105/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2024-04-03T16:00:06.1797587Z [106/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/util/message_differencer.cc.o 2024-04-03T16:00:06.3545061Z [106/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2024-04-03T16:00:06.3547054Z [107/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wrappers.pb.cc.o 2024-04-03T16:00:06.3717870Z [107/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2024-04-03T16:00:06.3720537Z [108/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_doc_comment.cc.o 2024-04-03T16:00:06.3800309Z [108/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2024-04-03T16:00:06.3808997Z [109/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotobuf.dir/__/src/google/protobuf/wire_format.cc.o 2024-04-03T16:00:06.4522843Z [109/8653] Linking CXX static library lib/libprotobuf.a 2024-04-03T16:00:06.4524383Z [110/8653] Linking CXX static library lib/libprotobuf.a 2024-04-03T16:00:06.4719449Z [110/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2024-04-03T16:00:06.4722603Z [111/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/code_generator.cc.o 2024-04-03T16:00:06.4791636Z [111/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2024-04-03T16:00:06.4793879Z [112/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_extension.cc.o 2024-04-03T16:00:06.6838856Z [112/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2024-04-03T16:00:06.6842390Z [113/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_field.cc.o 2024-04-03T16:00:06.7005034Z [113/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2024-04-03T16:00:06.7008483Z [114/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum_field.cc.o 2024-04-03T16:00:06.7234414Z [114/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2024-04-03T16:00:06.7240628Z [115/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_file.cc.o 2024-04-03T16:00:06.7925445Z [115/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2024-04-03T16:00:06.7927972Z [116/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_enum.cc.o 2024-04-03T16:00:06.8049554Z [116/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2024-04-03T16:00:06.8058395Z [117/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/command_line_interface.cc.o 2024-04-03T16:00:06.9954236Z [117/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2024-04-03T16:00:06.9957478Z [118/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_generator.cc.o 2024-04-03T16:00:07.0077389Z [118/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2024-04-03T16:00:07.0079314Z [119/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_helpers.cc.o 2024-04-03T16:00:07.0697429Z [119/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2024-04-03T16:00:07.0700978Z [120/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_map_field.cc.o 2024-04-03T16:00:07.1149917Z [120/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2024-04-03T16:00:07.1152654Z [121/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message.cc.o 2024-04-03T16:00:07.1520854Z [121/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2024-04-03T16:00:07.1524367Z [122/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_message_field.cc.o 2024-04-03T16:00:07.2524761Z [122/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2024-04-03T16:00:07.2528328Z [123/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_padding_optimizer.cc.o 2024-04-03T16:00:07.3273717Z [123/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2024-04-03T16:00:07.3275789Z [124/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_primitive_field.cc.o 2024-04-03T16:00:07.3307618Z [124/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2024-04-03T16:00:07.3311536Z [125/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_service.cc.o 2024-04-03T16:00:07.4264800Z [125/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2024-04-03T16:00:07.4268386Z [126/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/cpp/cpp_string_field.cc.o 2024-04-03T16:00:07.4841044Z [126/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2024-04-03T16:00:07.4844446Z [127/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum.cc.o 2024-04-03T16:00:07.6133026Z [127/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2024-04-03T16:00:07.6136697Z [128/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_enum_field.cc.o 2024-04-03T16:00:07.6384702Z [128/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2024-04-03T16:00:07.6388330Z [129/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_generator.cc.o 2024-04-03T16:00:07.6682749Z [129/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2024-04-03T16:00:07.6686448Z [130/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_field_base.cc.o 2024-04-03T16:00:07.7854314Z [130/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2024-04-03T16:00:07.7858080Z [131/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_helpers.cc.o 2024-04-03T16:00:07.8549821Z [131/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2024-04-03T16:00:07.8553515Z [132/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_map_field.cc.o 2024-04-03T16:00:07.9481252Z [132/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2024-04-03T16:00:07.9484621Z [133/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message.cc.o 2024-04-03T16:00:07.9890355Z [133/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2024-04-03T16:00:07.9894207Z [134/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_message_field.cc.o 2024-04-03T16:00:08.0385188Z [134/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2024-04-03T16:00:08.0389060Z [135/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_primitive_field.cc.o 2024-04-03T16:00:08.1584217Z [135/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2024-04-03T16:00:08.1588060Z [136/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_reflection_class.cc.o 2024-04-03T16:00:08.1963995Z [136/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2024-04-03T16:00:08.1973885Z [137/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_enum_field.cc.o 2024-04-03T16:00:08.2551757Z [137/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2024-04-03T16:00:08.2555566Z [138/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_message_field.cc.o 2024-04-03T16:00:08.3279382Z [138/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2024-04-03T16:00:08.3283044Z [139/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_repeated_primitive_field.cc.o 2024-04-03T16:00:08.3839129Z [139/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2024-04-03T16:00:08.3843370Z [140/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_source_generator_base.cc.o 2024-04-03T16:00:08.4745962Z [140/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2024-04-03T16:00:08.4749634Z [141/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_doc_comment.cc.o 2024-04-03T16:00:08.5010771Z [141/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2024-04-03T16:00:08.5020040Z [142/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/csharp/csharp_wrapper_field.cc.o 2024-04-03T16:00:08.5247486Z [142/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2024-04-03T16:00:08.5250140Z [143/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_context.cc.o 2024-04-03T16:00:08.6477676Z [143/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2024-04-03T16:00:08.6480956Z [144/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum.cc.o 2024-04-03T16:00:08.6972195Z [144/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2024-04-03T16:00:08.6976688Z [145/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field.cc.o 2024-04-03T16:00:08.8244055Z [145/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2024-04-03T16:00:08.8247317Z [146/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_field_lite.cc.o 2024-04-03T16:00:08.8417134Z [146/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2024-04-03T16:00:08.8419111Z [147/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_enum_lite.cc.o 2024-04-03T16:00:08.8500367Z [147/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2024-04-03T16:00:08.8503919Z [148/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension.cc.o 2024-04-03T16:00:08.9497422Z [148/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2024-04-03T16:00:08.9500811Z [149/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_extension_lite.cc.o 2024-04-03T16:00:09.0451064Z [149/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2024-04-03T16:00:09.0454591Z [150/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_field.cc.o 2024-04-03T16:00:09.0504047Z [150/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2024-04-03T16:00:09.0507141Z [151/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_file.cc.o 2024-04-03T16:00:09.1104171Z [151/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2024-04-03T16:00:09.1106097Z [152/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator_factory.cc.o 2024-04-03T16:00:09.1373319Z [152/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2024-04-03T16:00:09.1375259Z [153/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_generator.cc.o 2024-04-03T16:00:09.2360819Z [153/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2024-04-03T16:00:09.2362678Z [154/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_helpers.cc.o 2024-04-03T16:00:09.3244178Z [154/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2024-04-03T16:00:09.3246069Z [155/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message.cc.o 2024-04-03T16:00:09.3631929Z [155/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2024-04-03T16:00:09.3635191Z [156/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field.cc.o 2024-04-03T16:00:09.3916283Z [156/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2024-04-03T16:00:09.3918566Z [157/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_map_field_lite.cc.o 2024-04-03T16:00:09.4512312Z [157/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2024-04-03T16:00:09.4515297Z [158/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder.cc.o 2024-04-03T16:00:09.5439514Z [158/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2024-04-03T16:00:09.5443307Z [159/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_builder_lite.cc.o 2024-04-03T16:00:09.6374707Z [159/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2024-04-03T16:00:09.6378990Z [160/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field.cc.o 2024-04-03T16:00:09.6746237Z [160/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2024-04-03T16:00:09.6749771Z [161/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_field_lite.cc.o 2024-04-03T16:00:09.6998376Z [161/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2024-04-03T16:00:09.7002013Z [162/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_message_lite.cc.o 2024-04-03T16:00:09.7226493Z [162/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2024-04-03T16:00:09.7229162Z [163/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_name_resolver.cc.o 2024-04-03T16:00:09.8165001Z [163/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2024-04-03T16:00:09.8168640Z [164/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field.cc.o 2024-04-03T16:00:09.9661266Z [164/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2024-04-03T16:00:09.9664513Z [165/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_primitive_field_lite.cc.o 2024-04-03T16:00:09.9667994Z [165/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2024-04-03T16:00:09.9670156Z [166/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_shared_code_generator.cc.o 2024-04-03T16:00:09.9672048Z [166/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2024-04-03T16:00:09.9673882Z [167/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field.cc.o 2024-04-03T16:00:09.9869778Z [167/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2024-04-03T16:00:09.9871185Z [168/8653] Performing download step (git clone) for 'aotriton_external' 2024-04-03T16:00:09.9871797Z Cloning into 'src'... 2024-04-03T16:00:09.9872395Z HEAD is now at 24a3fe9 Bump the triton version to disable the downloading of cuda 2024-04-03T16:00:09.9873589Z Submodule 'third_party/incbin' (https://github.com/graphitemaster/incbin.git) registered for path 'third_party/incbin' 2024-04-03T16:00:09.9874984Z Submodule 'third_party/pybind11' (https://github.com/pybind/pybind11.git) registered for path 'third_party/pybind11' 2024-04-03T16:00:09.9876409Z Submodule 'third_party/triton' (https://github.com/ROCmSoftwarePlatform/triton.git) registered for path 'third_party/triton' 2024-04-03T16:00:09.9877641Z Cloning into '/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin'... 2024-04-03T16:00:09.9878658Z Cloning into '/var/lib/jenkins/workspace/build/aotriton/src/third_party/pybind11'... 2024-04-03T16:00:09.9879669Z Cloning into '/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton'... 2024-04-03T16:00:09.9880690Z Submodule path 'third_party/incbin': checked out '6e576cae5ab5810f25e2631f2e0b80cbe7dc8cbf' 2024-04-03T16:00:09.9881962Z Submodule path 'third_party/pybind11': checked out '8a099e44b3d5f85b20f05828d919d2332a8de841' 2024-04-03T16:00:09.9883011Z Submodule path 'third_party/triton': checked out '9b73a543a5545960bcaf2830900b0560eec443c5' 2024-04-03T16:00:09.9884393Z Submodule 'third_party/triton_shared' (https://github.com/microsoft/triton-shared) registered for path 'third_party/triton/third_party/triton_shared' 2024-04-03T16:00:09.9885924Z Cloning into '/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/third_party/triton_shared'... 2024-04-03T16:00:09.9887398Z Submodule path 'third_party/triton/third_party/triton_shared': checked out '450e6be65f99a0b15fd130892594b85e0897574c' 2024-04-03T16:00:09.9888098Z 2024-04-03T16:00:10.0008569Z [168/8653] Performing update step for 'aotriton_external' 2024-04-03T16:00:10.0009947Z [169/8653] Performing update step for 'aotriton_external' 2024-04-03T16:00:10.0119529Z [169/8653] No patch step for 'aotriton_external' 2024-04-03T16:00:10.0120743Z [170/8653] No patch step for 'aotriton_external' 2024-04-03T16:00:10.0211838Z [170/8653] Performing configure step for 'aotriton_external' 2024-04-03T16:00:10.0214205Z [171/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_service.cc.o 2024-04-03T16:00:10.0607223Z [171/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2024-04-03T16:00:10.0609366Z [172/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/well_known_types_embed.cc.o 2024-04-03T16:00:10.1485268Z [172/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2024-04-03T16:00:10.1489093Z [173/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/java/java_string_field_lite.cc.o 2024-04-03T16:00:10.2751280Z [173/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2024-04-03T16:00:10.2754569Z [174/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum.cc.o 2024-04-03T16:00:10.2993663Z [174/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2024-04-03T16:00:10.2995660Z [175/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_enum_field.cc.o 2024-04-03T16:00:10.3488219Z [175/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2024-04-03T16:00:10.3491888Z [176/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/js/js_generator.cc.o 2024-04-03T16:00:10.3503988Z [176/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2024-04-03T16:00:10.3505973Z [177/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_extension.cc.o 2024-04-03T16:00:10.4566675Z [177/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2024-04-03T16:00:10.4571698Z [178/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_field.cc.o 2024-04-03T16:00:10.5679613Z [178/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2024-04-03T16:00:10.5683028Z [179/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_file.cc.o 2024-04-03T16:00:10.6152667Z [179/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2024-04-03T16:00:10.6156424Z [180/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_helpers.cc.o 2024-04-03T16:00:10.6160248Z [180/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2024-04-03T16:00:10.6163850Z [181/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_generator.cc.o 2024-04-03T16:00:10.6767836Z [181/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2024-04-03T16:00:10.6771623Z [182/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_map_field.cc.o 2024-04-03T16:00:10.7762559Z [182/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2024-04-03T16:00:10.7764457Z [183/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message.cc.o 2024-04-03T16:00:10.8777061Z [183/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2024-04-03T16:00:10.8780823Z [184/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_primitive_field.cc.o 2024-04-03T16:00:10.9112289Z [184/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2024-04-03T16:00:10.9116021Z [185/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_message_field.cc.o 2024-04-03T16:00:10.9338738Z [185/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2024-04-03T16:00:10.9341535Z [186/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/objectivec/objectivec_oneof.cc.o 2024-04-03T16:00:10.9935955Z [186/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2024-04-03T16:00:10.9940049Z [187/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/php/php_generator.cc.o 2024-04-03T16:00:11.0584565Z [187/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2024-04-03T16:00:11.0587359Z [188/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.cc.o 2024-04-03T16:00:11.1755741Z [188/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2024-04-03T16:00:11.1758896Z [189/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/plugin.pb.cc.o 2024-04-03T16:00:11.2192092Z [189/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2024-04-03T16:00:11.2193965Z [190/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/python/python_generator.cc.o 2024-04-03T16:00:11.2202558Z [190/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2024-04-03T16:00:11.2205542Z [191/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/zip_writer.cc.o 2024-04-03T16:00:11.2843203Z [191/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2024-04-03T16:00:11.2845450Z [192/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/subprocess.cc.o 2024-04-03T16:00:11.2847669Z [192/8653] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-04-03T16:00:11.2850216Z [193/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8clamp/sse2.c.o 2024-04-03T16:00:11.3223526Z [193/8653] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-04-03T16:00:11.3226183Z [194/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2024-04-03T16:00:11.3476103Z [194/8653] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-04-03T16:00:11.3477961Z [195/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/libprotoc.dir/__/src/google/protobuf/compiler/ruby/ruby_generator.cc.o 2024-04-03T16:00:11.3716557Z [195/8653] Linking CXX static library lib/libprotoc.a 2024-04-03T16:00:11.3718275Z [196/8653] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/legacy-api.c.o 2024-04-03T16:00:11.4077692Z [196/8653] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-04-03T16:00:11.4078945Z [197/8653] Linking CXX static library lib/libprotoc.a 2024-04-03T16:00:11.4100648Z [197/8653] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-04-03T16:00:11.4101897Z [198/8653] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/portable-api.c.o 2024-04-03T16:00:11.4451906Z [198/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2024-04-03T16:00:11.4454586Z [199/8653] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/memory.c.o 2024-04-03T16:00:11.4825179Z [199/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-04-03T16:00:11.4827699Z [200/8653] Building CXX object third_party/protobuf/cmake/CMakeFiles/protoc.dir/__/src/google/protobuf/compiler/main.cc.o 2024-04-03T16:00:11.4831214Z [200/8653] Linking CXX executable bin/protoc-3.13.0.0 2024-04-03T16:00:11.4832910Z [201/8653] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/pthreads.c.o 2024-04-03T16:00:11.5231161Z [201/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-04-03T16:00:11.5232472Z [202/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/fully-connected-output.c.o 2024-04-03T16:00:11.5768062Z [202/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-04-03T16:00:11.5770225Z [203/8653] Building C object confu-deps/pthreadpool/CMakeFiles/pthreadpool.dir/src/fastpath.c.o 2024-04-03T16:00:11.5772034Z [203/8653] Linking C static library lib/libpthreadpool.a 2024-04-03T16:00:11.5773605Z [204/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/api.c.o 2024-04-03T16:00:11.5775436Z [204/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-04-03T16:00:11.5778581Z [205/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/cache.c.o 2024-04-03T16:00:11.5899764Z [205/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-04-03T16:00:11.5901447Z [206/8653] Linking C static library lib/libpthreadpool.a 2024-04-03T16:00:11.6601408Z [206/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-04-03T16:00:11.6603761Z [207/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/info.c.o 2024-04-03T16:00:11.6763932Z [207/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-04-03T16:00:11.6765946Z [208/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/init.c.o 2024-04-03T16:00:11.6800805Z [208/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-04-03T16:00:11.6802314Z [209/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/log.c.o 2024-04-03T16:00:11.7123606Z [209/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-04-03T16:00:11.7124786Z [210/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/init.c.o 2024-04-03T16:00:11.7310672Z [210/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-04-03T16:00:11.7312435Z [211/8653] Linking CXX executable bin/protoc-3.13.0.0 2024-04-03T16:00:11.7313456Z Warning: Unused direct dependencies: 2024-04-03T16:00:11.7324874Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T16:00:11.7325466Z 2024-04-03T16:00:11.7366142Z [211/8653] Creating executable symlink bin/protoc 2024-04-03T16:00:11.7366802Z [212/8653] Creating executable symlink bin/protoc 2024-04-03T16:00:11.7400534Z [212/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-04-03T16:00:11.7402339Z [213/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/vendor.c.o 2024-04-03T16:00:11.7798706Z [213/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-04-03T16:00:11.7799873Z [214/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/uarch.c.o 2024-04-03T16:00:11.8241382Z [214/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-04-03T16:00:11.8243688Z [215/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/topology.c.o 2024-04-03T16:00:11.8245961Z [215/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-04-03T16:00:11.8248119Z [216/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/name.c.o 2024-04-03T16:00:11.8250176Z [216/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-04-03T16:00:11.8252125Z [217/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/isa.c.o 2024-04-03T16:00:11.8692685Z [217/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-04-03T16:00:11.8694620Z [218/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/init.c.o 2024-04-03T16:00:11.8891667Z [218/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-04-03T16:00:11.8893912Z [219/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/descriptor.c.o 2024-04-03T16:00:11.9210050Z [219/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-04-03T16:00:11.9211276Z [220/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/cpuinfo.c.o 2024-04-03T16:00:11.9554935Z [220/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-04-03T16:00:11.9557296Z [221/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/cache/deterministic.c.o 2024-04-03T16:00:11.9559665Z [221/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-04-03T16:00:11.9561951Z [222/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/x86/linux/init.c.o 2024-04-03T16:00:11.9922488Z [222/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-04-03T16:00:11.9924877Z [223/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/smallfile.c.o 2024-04-03T16:00:12.0121892Z [223/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-04-03T16:00:12.0123239Z [224/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/multiline.c.o 2024-04-03T16:00:12.0361969Z [224/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-04-03T16:00:12.0363738Z [225/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/cpulist.c.o 2024-04-03T16:00:12.0704816Z [225/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-04-03T16:00:12.0707092Z [226/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo.dir/src/linux/processors.c.o 2024-04-03T16:00:12.0766428Z [226/8653] Linking C static library lib/libcpuinfo.a 2024-04-03T16:00:12.0768011Z [227/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/api.c.o 2024-04-03T16:00:12.0849108Z [227/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-04-03T16:00:12.0852015Z [228/8653] Linking C static library lib/libcpuinfo.a 2024-04-03T16:00:12.0943169Z [228/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-04-03T16:00:12.0944401Z [229/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/cache.c.o 2024-04-03T16:00:12.1408574Z [229/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-04-03T16:00:12.1409896Z [230/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/init.c.o 2024-04-03T16:00:12.1699856Z [230/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-04-03T16:00:12.1701117Z [231/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/init.c.o 2024-04-03T16:00:12.1737510Z [231/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-04-03T16:00:12.1739877Z [232/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/vendor.c.o 2024-04-03T16:00:12.2075372Z [232/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-04-03T16:00:12.2077664Z [233/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/log.c.o 2024-04-03T16:00:12.2141848Z [233/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-04-03T16:00:12.2143102Z [234/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/info.c.o 2024-04-03T16:00:12.2535308Z [234/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-04-03T16:00:12.2536811Z [235/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/uarch.c.o 2024-04-03T16:00:12.2751175Z [235/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-04-03T16:00:12.2753385Z [236/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/name.c.o 2024-04-03T16:00:12.3497084Z [236/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-04-03T16:00:12.3499772Z [237/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/descriptor.c.o 2024-04-03T16:00:12.3501626Z [237/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-04-03T16:00:12.3502987Z [238/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/topology.c.o 2024-04-03T16:00:12.3504446Z [238/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-04-03T16:00:12.3506061Z [239/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/deterministic.c.o 2024-04-03T16:00:12.3817519Z [239/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-04-03T16:00:12.3819989Z [240/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/isa.c.o 2024-04-03T16:00:12.3987356Z [240/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-04-03T16:00:12.3989520Z [241/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/cache/init.c.o 2024-04-03T16:00:12.4577935Z [241/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-04-03T16:00:12.4579444Z [242/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/smallfile.c.o 2024-04-03T16:00:12.4933717Z [242/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-04-03T16:00:12.4935181Z [243/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/init.c.o 2024-04-03T16:00:12.4937557Z [243/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2024-04-03T16:00:12.4939145Z [244/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/cpulist.c.o 2024-04-03T16:00:12.5183830Z [244/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2024-04-03T16:00:12.5185114Z [245/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/x86/linux/cpuinfo.c.o 2024-04-03T16:00:12.5413999Z [245/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2024-04-03T16:00:12.5416510Z [246/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/multiline.c.o 2024-04-03T16:00:12.5716633Z [246/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2024-04-03T16:00:12.5717977Z [247/8653] Building C object confu-deps/cpuinfo/CMakeFiles/cpuinfo_internals.dir/src/linux/processors.c.o 2024-04-03T16:00:12.5898901Z [247/8653] Linking C static library lib/libcpuinfo_internals.a 2024-04-03T16:00:12.5899702Z [248/8653] Linking C static library lib/libcpuinfo_internals.a 2024-04-03T16:00:12.6055348Z [248/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2024-04-03T16:00:12.6056526Z [249/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/init.c.o 2024-04-03T16:00:12.6491605Z [249/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2024-04-03T16:00:12.6493696Z [250/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/average-pooling.c.o 2024-04-03T16:00:12.6502706Z [250/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2024-04-03T16:00:12.6504882Z [251/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/channel-shuffle.c.o 2024-04-03T16:00:12.6932550Z [251/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2024-04-03T16:00:12.6934673Z [252/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/add.c.o 2024-04-03T16:00:12.7256831Z [252/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2024-04-03T16:00:12.7258050Z [253/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/clamp.c.o 2024-04-03T16:00:12.7450892Z [253/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2024-04-03T16:00:12.7453166Z [254/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/fully-connected.c.o 2024-04-03T16:00:12.7706206Z [254/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2024-04-03T16:00:12.7708278Z [255/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/deconvolution.c.o 2024-04-03T16:00:12.8036306Z [255/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2024-04-03T16:00:12.8038668Z [256/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/global-average-pooling.c.o 2024-04-03T16:00:12.8256552Z [256/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2024-04-03T16:00:12.8258537Z [257/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/convolution.c.o 2024-04-03T16:00:12.8589535Z [257/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2024-04-03T16:00:12.8591148Z [258/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/leaky-relu.c.o 2024-04-03T16:00:12.8783503Z [258/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2024-04-03T16:00:12.8785588Z [259/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/max-pooling.c.o 2024-04-03T16:00:12.8995697Z [259/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2024-04-03T16:00:12.8996825Z [260/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sigmoid.c.o 2024-04-03T16:00:12.9471917Z [260/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2024-04-03T16:00:12.9474049Z [261/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/indirection.c.o 2024-04-03T16:00:12.9713271Z [261/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2024-04-03T16:00:12.9714596Z [262/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/softargmax.c.o 2024-04-03T16:00:12.9911334Z [262/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2024-04-03T16:00:12.9913504Z [263/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8lut32norm/scalar.c.o 2024-04-03T16:00:13.0273801Z [263/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2024-04-03T16:00:13.0275449Z [264/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-delete.c.o 2024-04-03T16:00:13.0307317Z [264/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2024-04-03T16:00:13.0309483Z [265/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/operator-run.c.o 2024-04-03T16:00:13.0564246Z [265/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2024-04-03T16:00:13.0565622Z [266/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8lut/scalar.c.o 2024-04-03T16:00:13.1086331Z [266/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2024-04-03T16:00:13.1088729Z [267/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2024-04-03T16:00:13.1402675Z [267/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2024-04-03T16:00:13.1405045Z [268/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2024-04-03T16:00:13.1407308Z [268/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2024-04-03T16:00:13.1409665Z [269/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2024-04-03T16:00:13.2089521Z [269/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2024-04-03T16:00:13.2090822Z [270/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/sgemm/6x8-psimd.c.o 2024-04-03T16:00:13.2292965Z [270/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2024-04-03T16:00:13.2294239Z [271/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2024-04-03T16:00:13.2733987Z [271/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2024-04-03T16:00:13.2736536Z [272/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2024-04-03T16:00:13.3206398Z [272/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2024-04-03T16:00:13.3208779Z [273/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2024-04-03T16:00:13.3657754Z [273/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2024-04-03T16:00:13.3660611Z [274/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2024-04-03T16:00:13.3662733Z [274/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2024-04-03T16:00:13.3664894Z [275/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2024-04-03T16:00:13.3704585Z [275/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2024-04-03T16:00:13.3705800Z [276/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2024-04-03T16:00:13.4535724Z [276/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2024-04-03T16:00:13.4537150Z [277/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8clamp/sse2.c.o 2024-04-03T16:00:13.4892578Z [277/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2024-04-03T16:00:13.4895066Z [278/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/16x9p8q-sse2.c.o 2024-04-03T16:00:13.5218679Z [278/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2024-04-03T16:00:13.5220622Z [279/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8vadd/sse2.c.o 2024-04-03T16:00:13.5483639Z [279/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2024-04-03T16:00:13.5484929Z [280/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2024-04-03T16:00:13.5489637Z [280/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2024-04-03T16:00:13.5490942Z [281/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2024-04-03T16:00:13.5743959Z [281/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2024-04-03T16:00:13.5745206Z [282/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2024-04-03T16:00:13.6160075Z [282/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2024-04-03T16:00:13.6162313Z [283/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/u8rmax/sse2.c.o 2024-04-03T16:00:13.6466419Z [283/8653] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2024-04-03T16:00:13.6467522Z [284/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x2-sse2.c.o 2024-04-03T16:00:13.6664241Z [284/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2024-04-03T16:00:13.6666341Z [285/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x4-sse2.c.o 2024-04-03T16:00:13.7027080Z [285/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2024-04-03T16:00:13.7029391Z [286/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/x3-sse2.c.o 2024-04-03T16:00:13.7226174Z [286/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2024-04-03T16:00:13.7228545Z [287/8653] Building C object confu-deps/QNNPACK/CMakeFiles/qnnpack.dir/src/x8zip/xm-sse2.c.o 2024-04-03T16:00:13.7450682Z [287/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2024-04-03T16:00:13.7452879Z [288/8653] Building C object confu-deps/clog/CMakeFiles/clog.dir/src/clog.c.o 2024-04-03T16:00:13.7455017Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_fatal’: 2024-04-03T16:00:13.7460188Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c:120:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2024-04-03T16:00:13.7463142Z 120 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2024-04-03T16:00:13.7463927Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:00:13.7464934Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_error’: 2024-04-03T16:00:13.7467993Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c:196:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2024-04-03T16:00:13.7469518Z 196 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2024-04-03T16:00:13.7470277Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:00:13.7471452Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_warning’: 2024-04-03T16:00:13.7474690Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c:272:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2024-04-03T16:00:13.7477563Z 272 | write(STDERR_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2024-04-03T16:00:13.7479007Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:00:13.7480817Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_info’: 2024-04-03T16:00:13.7484185Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c:348:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2024-04-03T16:00:13.7485875Z 348 | write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2024-04-03T16:00:13.7486649Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:00:13.7487635Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c: In function ‘clog_vlog_debug’: 2024-04-03T16:00:13.7489383Z /var/lib/jenkins/workspace/third_party/QNNPACK/deps/clog/src/clog.c:424:4: warning: ignoring return value of ‘write’, declared with attribute warn_unused_result [-Wunused-result] 2024-04-03T16:00:13.7490851Z 424 | write(STDOUT_FILENO, out_buffer, prefix_chars + format_chars + CLOG_SUFFIX_LENGTH); 2024-04-03T16:00:13.7491629Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:00:13.7492025Z 2024-04-03T16:00:13.7554191Z [288/8653] Linking C static library lib/libclog.a 2024-04-03T16:00:13.7555293Z [289/8653] Linking C static library lib/libclog.a 2024-04-03T16:00:13.7643155Z [289/8653] Linking C static library lib/libqnnpack.a 2024-04-03T16:00:13.7644936Z [290/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/init.c.o 2024-04-03T16:00:13.7743468Z [290/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2024-04-03T16:00:13.7745352Z [291/8653] Linking C static library lib/libqnnpack.a 2024-04-03T16:00:13.7849210Z [291/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2024-04-03T16:00:13.7851650Z [292/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/add.c.o 2024-04-03T16:00:13.8171356Z [292/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2024-04-03T16:00:13.8173987Z [293/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/average-pooling.c.o 2024-04-03T16:00:13.8401683Z [293/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2024-04-03T16:00:13.8404287Z [294/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/channel-shuffle.c.o 2024-04-03T16:00:13.8901313Z [294/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2024-04-03T16:00:13.8902615Z [295/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/clamp.c.o 2024-04-03T16:00:13.9109634Z [295/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2024-04-03T16:00:13.9111162Z [296/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconvolution.c.o 2024-04-03T16:00:13.9449593Z [296/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2024-04-03T16:00:13.9452180Z [297/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-prepack.cc.o 2024-04-03T16:00:13.9454537Z [297/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2024-04-03T16:00:13.9457137Z [298/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/convolution.c.o 2024-04-03T16:00:13.9853044Z [298/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2024-04-03T16:00:13.9854863Z [299/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-prepack.cc.o 2024-04-03T16:00:14.0141249Z [299/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2024-04-03T16:00:14.0143544Z [300/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected.c.o 2024-04-03T16:00:14.0444984Z [300/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2024-04-03T16:00:14.0447473Z [301/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardsigmoid.c.o 2024-04-03T16:00:14.0749937Z [301/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2024-04-03T16:00:14.0752507Z [302/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fully-connected-sparse.c.o 2024-04-03T16:00:14.0754863Z [302/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2024-04-03T16:00:14.0757342Z [303/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/global-average-pooling.c.o 2024-04-03T16:00:14.1230171Z [303/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2024-04-03T16:00:14.1232463Z [304/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/leaky-relu.c.o 2024-04-03T16:00:14.1419804Z [304/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2024-04-03T16:00:14.1421215Z [305/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/hardswish.c.o 2024-04-03T16:00:14.1825455Z [305/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2024-04-03T16:00:14.1828052Z [306/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sigmoid.c.o 2024-04-03T16:00:14.2132695Z [306/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2024-04-03T16:00:14.2134235Z [307/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/max-pooling.c.o 2024-04-03T16:00:14.2185037Z [307/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2024-04-03T16:00:14.2187343Z [308/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/softargmax.c.o 2024-04-03T16:00:14.2764155Z [308/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2024-04-03T16:00:14.2766616Z [309/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-delete.c.o 2024-04-03T16:00:14.3028041Z [309/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-unpack.cc.o 2024-04-03T16:00:14.3029346Z [310/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/tanh.c.o 2024-04-03T16:00:14.3624969Z [310/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2024-04-03T16:00:14.3627532Z [311/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-run.cc.o 2024-04-03T16:00:14.4180334Z [311/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2024-04-03T16:00:14.4182525Z [312/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-unpack.cc.o 2024-04-03T16:00:14.4624037Z [312/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2024-04-03T16:00:14.4625712Z [313/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/fc-dynamic-run.cc.o 2024-04-03T16:00:14.4627805Z [313/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2024-04-03T16:00:14.4629260Z [314/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/deconv-run.cc.o 2024-04-03T16:00:14.4674149Z [314/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2024-04-03T16:00:14.4676574Z [315/8653] Building CXX object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/conv-run.cc.o 2024-04-03T16:00:14.5372770Z [315/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2024-04-03T16:00:14.5374802Z [316/8653] Performing configure step for 'aotriton_external' 2024-04-03T16:00:14.5375894Z -- The CXX compiler identification is GNU 9.4.0 2024-04-03T16:00:14.5376830Z -- The C compiler identification is GNU 9.4.0 2024-04-03T16:00:14.5377317Z -- Detecting CXX compiler ABI info 2024-04-03T16:00:14.5377784Z -- Detecting CXX compiler ABI info - done 2024-04-03T16:00:14.5378576Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2024-04-03T16:00:14.5379154Z -- Detecting CXX compile features 2024-04-03T16:00:14.5379613Z -- Detecting CXX compile features - done 2024-04-03T16:00:14.5380100Z -- Detecting C compiler ABI info 2024-04-03T16:00:14.5380527Z -- Detecting C compiler ABI info - done 2024-04-03T16:00:14.5381105Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2024-04-03T16:00:14.5381666Z -- Detecting C compile features 2024-04-03T16:00:14.5382084Z -- Detecting C compile features - done 2024-04-03T16:00:14.5382512Z -- pybind11 v2.11.1 2024-04-03T16:00:14.5383291Z -- Found PythonInterp: /opt/conda/bin/python3 (found suitable version "3.12.1", minimum required is "3.6") 2024-04-03T16:00:14.5384206Z -- Found PythonLibs: /opt/conda/lib/libpython3.12.so 2024-04-03T16:00:14.5384723Z -- Performing Test HAS_FLTO 2024-04-03T16:00:14.5385129Z -- Performing Test HAS_FLTO - Success 2024-04-03T16:00:14.5385938Z -- Found Python3: /opt/conda/bin/python3.12 (found version "3.12.1") found components: Interpreter 2024-04-03T16:00:14.5386843Z VENV_SITE /var/lib/jenkins/.local/lib/python3.8/site-packages 2024-04-03T16:00:14.5387263Z 2024-04-03T16:00:14.5387718Z CMAKE_SOURCE_DIR /var/lib/jenkins/workspace/build/aotriton/src 2024-04-03T16:00:14.5388446Z CMAKE_CURRENT_LIST_DIR /var/lib/jenkins/workspace/build/aotriton/src/v2src 2024-04-03T16:00:14.5389259Z CMAKE_CURRENT_BINARY_DIR /var/lib/jenkins/workspace/build/aotriton/build/v2src 2024-04-03T16:00:14.5389924Z -- AOTRITON_ZSTD_INCLUDE 2024-04-03T16:00:14.5390323Z -- AOTRITON_SHIM_FLAGS --archive_only; 2024-04-03T16:00:14.5390930Z -- AOTRITON_EXTRA_COMPILER_OPTIONS -I/opt/rocm/include/ -O3 -DNDEBUG 2024-04-03T16:00:14.5391504Z CMAKE_INSTALL_INCLUDEDIR include 2024-04-03T16:00:14.5392014Z -- Configuring done (4.5s) 2024-04-03T16:00:14.5392379Z -- Generating done (0.0s) 2024-04-03T16:00:14.5393018Z -- Build files have been written to: /var/lib/jenkins/workspace/build/aotriton/build 2024-04-03T16:00:14.5393540Z 2024-04-03T16:00:14.5865062Z [316/8653] Performing build step for 'aotriton_external' 2024-04-03T16:00:14.5867088Z [317/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/indirection.c.o 2024-04-03T16:00:14.5869532Z [317/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2024-04-03T16:00:14.5872007Z [318/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8lut/scalar.c.o 2024-04-03T16:00:14.5873705Z [318/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2024-04-03T16:00:14.5875090Z [319/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8lut32norm/scalar.c.o 2024-04-03T16:00:14.6167825Z [319/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2024-04-03T16:00:14.6170332Z [320/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/operator-run.c.o 2024-04-03T16:00:14.6290456Z [320/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2024-04-03T16:00:14.6291836Z [321/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/sgemm/6x8-psimd.c.o 2024-04-03T16:00:14.6983843Z [321/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2024-04-03T16:00:14.6986638Z [322/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8xm-sse2.c.o 2024-04-03T16:00:14.7281822Z [322/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2024-04-03T16:00:14.7284698Z [323/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/up8x9-sse2.c.o 2024-04-03T16:00:14.7286471Z [323/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2024-04-03T16:00:14.7287967Z [324/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8avgpool/mp8x9p8q-sse2.c.o 2024-04-03T16:00:14.8270850Z [324/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2024-04-03T16:00:14.8273652Z [325/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2.c.o 2024-04-03T16:00:14.8466632Z [325/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2024-04-03T16:00:14.8469328Z [326/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8conv/4x4c2-sse2.c.o 2024-04-03T16:00:14.9161145Z [326/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2024-04-03T16:00:14.9163740Z [327/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/mp8x7p7q-sse2.c.o 2024-04-03T16:00:14.9469142Z [327/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2024-04-03T16:00:14.9471810Z [328/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x27-sse2.c.o 2024-04-03T16:00:14.9697400Z [328/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2024-04-03T16:00:14.9699375Z [329/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/mp8x25-sse2-per-channel.c.o 2024-04-03T16:00:14.9775518Z [329/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2024-04-03T16:00:14.9778158Z [330/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2.c.o 2024-04-03T16:00:15.0474332Z [330/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2024-04-03T16:00:15.0476845Z [331/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8x7-sse2.c.o 2024-04-03T16:00:15.0633871Z [331/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2024-04-03T16:00:15.0636404Z [332/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gavgpool/up8xm-sse2.c.o 2024-04-03T16:00:15.1045963Z [332/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2024-04-03T16:00:15.1048219Z [333/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8dwconv/up8x9-sse2-per-channel.c.o 2024-04-03T16:00:15.1214168Z [333/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2024-04-03T16:00:15.1217030Z [334/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/2x4c8-sse2.c.o 2024-04-03T16:00:15.1911646Z [334/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2024-04-03T16:00:15.1914311Z [335/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-dq-sse2.c.o 2024-04-03T16:00:15.2488144Z [335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-04-03T16:00:15.2489636Z [336/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm/4x4c2-sse2.c.o 2024-04-03T16:00:15.2794165Z [336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-04-03T16:00:15.2795813Z [337/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4c1x4-dq-packedA-sse2.c.o 2024-04-03T16:00:15.2843660Z [337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-04-03T16:00:15.2845842Z [338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u2.c.o 2024-04-03T16:00:15.3190431Z [338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-04-03T16:00:15.3193266Z [339/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8vadd/sse2.c.o 2024-04-03T16:00:15.3447648Z [339/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2024-04-03T16:00:15.3449215Z [340/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/q8gemm_sparse/8x4-packA-sse2.c.o 2024-04-03T16:00:15.3813732Z [340/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2024-04-03T16:00:15.3816849Z [341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u8.c.o 2024-04-03T16:00:15.4016894Z [341/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2024-04-03T16:00:15.4019772Z [342/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u4.c.o 2024-04-03T16:00:15.4350141Z [342/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2024-04-03T16:00:15.4352815Z [343/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u1.c.o 2024-04-03T16:00:15.4395821Z [343/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2024-04-03T16:00:15.4398084Z [344/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8maxpool/sub16-sse2.c.o 2024-04-03T16:00:15.4662153Z [344/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2024-04-03T16:00:15.4664776Z [345/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/u8rmax/sse2.c.o 2024-04-03T16:00:15.4957555Z [345/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2024-04-03T16:00:15.4959470Z [346/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x2-sse2.c.o 2024-04-03T16:00:15.5370909Z [346/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2024-04-03T16:00:15.5373709Z [347/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x3-sse2.c.o 2024-04-03T16:00:15.5833475Z [347/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2024-04-03T16:00:15.5836193Z [348/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/xm-sse2.c.o 2024-04-03T16:00:15.5839057Z [348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-04-03T16:00:15.5841993Z [349/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-kernel.c.o 2024-04-03T16:00:15.5872257Z [349/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-04-03T16:00:15.5874476Z [350/8653] Building C object confu-deps/pytorch_qnnpack/CMakeFiles/pytorch_qnnpack.dir/src/x8zip/x4-sse2.c.o 2024-04-03T16:00:15.6115834Z [350/8653] Linking CXX static library lib/libpytorch_qnnpack.a 2024-04-03T16:00:15.6116654Z [351/8653] Linking CXX static library lib/libpytorch_qnnpack.a 2024-04-03T16:00:15.6288055Z [351/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2024-04-03T16:00:15.6289561Z [352/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-output.c.o 2024-04-03T16:00:15.6804425Z [352/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2024-04-03T16:00:15.6807287Z [353/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/max-pooling-output.c.o 2024-04-03T16:00:15.7243930Z [353/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2024-04-03T16:00:15.7246497Z [354/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/softmax-output.c.o 2024-04-03T16:00:15.7249104Z [354/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2024-04-03T16:00:15.7251834Z [355/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/convolution-input-gradient.c.o 2024-04-03T16:00:15.7282820Z [355/8653] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2024-04-03T16:00:15.7284179Z [356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u4.c.o 2024-04-03T16:00:15.7619580Z [356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-04-03T16:00:15.7622855Z [357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u2.c.o 2024-04-03T16:00:15.8046654Z [357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-04-03T16:00:15.8048446Z [358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples1-scalar.c.o 2024-04-03T16:00:15.8345491Z [358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-04-03T16:00:15.8348035Z [359/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-output.c.o 2024-04-03T16:00:15.8386323Z [359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-04-03T16:00:15.8388582Z [360/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack_reference_layers.dir/src/ref/relu-input-gradient.c.o 2024-04-03T16:00:15.8537077Z [360/8653] Linking C static library lib/libnnpack_reference_layers.a 2024-04-03T16:00:15.8796845Z [361/8653] Linking C static library lib/libnnpack_reference_layers.a 2024-04-03T16:00:15.8798121Z [361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-04-03T16:00:15.8799704Z [362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/cs16-bfly4-samples4-scalar.c.o 2024-04-03T16:00:15.9235898Z [362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-04-03T16:00:15.9237632Z [363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x2.c.o 2024-04-03T16:00:15.9534314Z [363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-04-03T16:00:15.9537141Z [364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x4.c.o 2024-04-03T16:00:15.9574234Z [364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-04-03T16:00:15.9575845Z [365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-bfly4/gen/cs16-bfly4-scalar-x1.c.o 2024-04-03T16:00:15.9926078Z [365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-04-03T16:00:15.9927756Z [366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x1.c.o 2024-04-03T16:00:16.0251854Z [366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-04-03T16:00:16.0253531Z [367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x4.c.o 2024-04-03T16:00:16.0474913Z [367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-04-03T16:00:16.0477630Z [368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-fftr/gen/cs16-fftr-scalar-x2.c.o 2024-04-03T16:00:16.0775563Z [368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-04-03T16:00:16.0779539Z [369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x2.c.o 2024-04-03T16:00:16.1022518Z [369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-04-03T16:00:16.1025707Z [370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x1.c.o 2024-04-03T16:00:16.1294552Z [370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-04-03T16:00:16.1298100Z [371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x3.c.o 2024-04-03T16:00:16.1574083Z [371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-04-03T16:00:16.1576130Z [372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/cs16-vsquareabs/gen/cs16-vsquareabs-scalar-x4.c.o 2024-04-03T16:00:16.1888390Z [372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-04-03T16:00:16.1891594Z [373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u1.c.o 2024-04-03T16:00:16.2061094Z [373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-04-03T16:00:16.2064247Z [374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u2.c.o 2024-04-03T16:00:16.2503285Z [374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-04-03T16:00:16.2507777Z [375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u4.c.o 2024-04-03T16:00:16.2767660Z [375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-04-03T16:00:16.2769367Z [376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-scalar-u3.c.o 2024-04-03T16:00:16.3292264Z [376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-04-03T16:00:16.3294060Z [377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u1.c.o 2024-04-03T16:00:16.3485514Z [377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-04-03T16:00:16.3487332Z [378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u2.c.o 2024-04-03T16:00:16.4086556Z [378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-04-03T16:00:16.4089746Z [379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u4.c.o 2024-04-03T16:00:16.4304313Z [379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-04-03T16:00:16.4307567Z [380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-fmagic-u3.c.o 2024-04-03T16:00:16.4522122Z [380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-04-03T16:00:16.4525346Z [381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u2.c.o 2024-04-03T16:00:16.4914355Z [381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-04-03T16:00:16.4917304Z [382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u1.c.o 2024-04-03T16:00:16.5167054Z [382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-04-03T16:00:16.5168979Z [383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u3.c.o 2024-04-03T16:00:16.5797759Z [383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-04-03T16:00:16.5800707Z [384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u1.c.o 2024-04-03T16:00:16.5802443Z [384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-04-03T16:00:16.5804097Z [385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-qs8-vcvt/gen/f16-qs8-vcvt-scalar-imagic-u4.c.o 2024-04-03T16:00:16.6196751Z [385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-04-03T16:00:16.6199893Z [386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u2-acc2.c.o 2024-04-03T16:00:16.6747873Z [386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-04-03T16:00:16.6750826Z [387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc2.c.o 2024-04-03T16:00:16.7229821Z [387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-04-03T16:00:16.7232809Z [388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u3-acc3.c.o 2024-04-03T16:00:16.7436613Z [388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-04-03T16:00:16.7438782Z [389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u1.c.o 2024-04-03T16:00:16.7767726Z [389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-04-03T16:00:16.7770761Z [390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmax-scalar-u4-acc4.c.o 2024-04-03T16:00:16.7812381Z [390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-04-03T16:00:16.7815512Z [391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u2-acc2.c.o 2024-04-03T16:00:16.8261704Z [391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-04-03T16:00:16.8264800Z [392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u3-acc3.c.o 2024-04-03T16:00:16.8610182Z [392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-04-03T16:00:16.8612014Z [393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc2.c.o 2024-04-03T16:00:16.8977565Z [393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-04-03T16:00:16.8980894Z [394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u1.c.o 2024-04-03T16:00:16.9269893Z [394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-04-03T16:00:16.9272988Z [395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rmin-scalar-u4-acc4.c.o 2024-04-03T16:00:16.9485517Z [395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-04-03T16:00:16.9488942Z [396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u2-acc2.c.o 2024-04-03T16:00:17.0010447Z [396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-04-03T16:00:17.0012197Z [397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc2.c.o 2024-04-03T16:00:17.0329022Z [397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-04-03T16:00:17.0332137Z [398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u3-acc3.c.o 2024-04-03T16:00:17.0613490Z [398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-04-03T16:00:17.0616739Z [399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/gen/f16-rminmax-scalar-u4-acc4.c.o 2024-04-03T16:00:17.0895446Z [399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T16:00:17.0899015Z [400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-scalar-c1.c.o 2024-04-03T16:00:17.1318728Z [400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-04-03T16:00:17.1320533Z [401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-scalar-c1.c.o 2024-04-03T16:00:17.1622720Z [401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-04-03T16:00:17.1626155Z [402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-scalar-c1.c.o 2024-04-03T16:00:17.2019189Z [402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-04-03T16:00:17.2022639Z [403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T16:00:17.2190580Z [403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-04-03T16:00:17.2192341Z [404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-scalar-c1.c.o 2024-04-03T16:00:17.2506770Z [404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2024-04-03T16:00:17.2508959Z [405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-scalar-1x1.c.o 2024-04-03T16:00:17.2740484Z [405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2024-04-03T16:00:17.2742612Z [406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p0p1c3x4-scalar-1x1.c.o 2024-04-03T16:00:17.3104743Z [406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2024-04-03T16:00:17.3107934Z [407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc/f32-conv-hwc-3x3s2p1c3x4-scalar-1x1.c.o 2024-04-03T16:00:17.3521850Z [407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2024-04-03T16:00:17.3526098Z [408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc2.c.o 2024-04-03T16:00:17.3990222Z [408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-04-03T16:00:17.3992577Z [409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1.c.o 2024-04-03T16:00:17.4347317Z [409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2024-04-03T16:00:17.4351319Z [410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc3.c.o 2024-04-03T16:00:17.4573003Z [410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2024-04-03T16:00:17.4576998Z [411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-1x1-acc4.c.o 2024-04-03T16:00:17.4801296Z [411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-04-03T16:00:17.4805025Z [412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1-acc2.c.o 2024-04-03T16:00:17.5347614Z [412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2024-04-03T16:00:17.5350156Z [413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-3x1.c.o 2024-04-03T16:00:17.5632331Z [413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2024-04-03T16:00:17.5636155Z [414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-2x1.c.o 2024-04-03T16:00:17.5843672Z [414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-04-03T16:00:17.5846597Z [415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-4x1.c.o 2024-04-03T16:00:17.6724840Z [415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2024-04-03T16:00:17.6728372Z [416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc2.c.o 2024-04-03T16:00:17.6874674Z [416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2024-04-03T16:00:17.6876901Z [417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-6x1.c.o 2024-04-03T16:00:17.7128851Z [417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2024-04-03T16:00:17.7130897Z [418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-scalar-5x1.c.o 2024-04-03T16:00:17.7185476Z [418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-04-03T16:00:17.7189265Z [419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc3.c.o 2024-04-03T16:00:17.8116746Z [419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2024-04-03T16:00:17.8120812Z [420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1-acc4.c.o 2024-04-03T16:00:17.8124801Z [420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2024-04-03T16:00:17.8128702Z [421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-1x1.c.o 2024-04-03T16:00:17.8420805Z [421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2024-04-03T16:00:17.8422869Z [422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1.c.o 2024-04-03T16:00:17.8690362Z [422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2024-04-03T16:00:17.8693409Z [423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-2x1-acc2.c.o 2024-04-03T16:00:17.9152594Z [423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2024-04-03T16:00:17.9154651Z [424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-4x1.c.o 2024-04-03T16:00:17.9337955Z [424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2024-04-03T16:00:17.9342008Z [425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-scalar-3x1.c.o 2024-04-03T16:00:18.0175511Z [425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-04-03T16:00:18.0179699Z [426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc2.c.o 2024-04-03T16:00:18.0763756Z [426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2024-04-03T16:00:18.0767456Z [427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc5.c.o 2024-04-03T16:00:18.0771199Z [427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-04-03T16:00:18.0774895Z [428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc3.c.o 2024-04-03T16:00:18.0817253Z [428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2024-04-03T16:00:18.0820492Z [429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1-acc4.c.o 2024-04-03T16:00:18.0864622Z [429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2024-04-03T16:00:18.0866978Z [430/8653] Generating src/x86_64-fma/2d-fourier-8x8.py.o 2024-04-03T16:00:18.1851284Z [430/8653] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2024-04-03T16:00:18.1853761Z [431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-1x1.c.o 2024-04-03T16:00:18.2003128Z [431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2024-04-03T16:00:18.2005192Z [432/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc3.c.o 2024-04-03T16:00:18.2077156Z [432/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2024-04-03T16:00:18.2080706Z [433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1.c.o 2024-04-03T16:00:18.2368668Z [433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2024-04-03T16:00:18.2372640Z [434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-2x1-acc2.c.o 2024-04-03T16:00:18.3119271Z [434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2024-04-03T16:00:18.3123176Z [435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1.c.o 2024-04-03T16:00:18.3351465Z [435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2024-04-03T16:00:18.3355510Z [436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc2.c.o 2024-04-03T16:00:18.3598401Z [436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-04-03T16:00:18.3601775Z [437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-scalar-3x1-acc2.c.o 2024-04-03T16:00:18.4312888Z [437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2024-04-03T16:00:18.4316708Z [438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc4.c.o 2024-04-03T16:00:18.4320440Z [438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-04-03T16:00:18.4324189Z [439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc3.c.o 2024-04-03T16:00:18.4800522Z [439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2024-04-03T16:00:18.4804159Z [440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1.c.o 2024-04-03T16:00:18.5149548Z [440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2024-04-03T16:00:18.5153454Z [441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-1x1-acc5.c.o 2024-04-03T16:00:18.5523607Z [441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2024-04-03T16:00:18.5526237Z [442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc3.c.o 2024-04-03T16:00:18.6090372Z [442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2024-04-03T16:00:18.6093307Z [443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1.c.o 2024-04-03T16:00:18.6333033Z [443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T16:00:18.6336863Z [444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1.c.o 2024-04-03T16:00:18.6557591Z [444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-04-03T16:00:18.6561493Z [445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-2x1-acc2.c.o 2024-04-03T16:00:18.6799036Z [445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-04-03T16:00:18.6802811Z [446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-scalar-3x1-acc2.c.o 2024-04-03T16:00:18.7361719Z [446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-04-03T16:00:18.7365243Z [447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T16:00:18.7649883Z [447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-04-03T16:00:18.7653608Z [448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-minmax-scalar.c.o 2024-04-03T16:00:18.7901777Z [448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-04-03T16:00:18.7905296Z [449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar-acc2.c.o 2024-04-03T16:00:18.8132878Z [449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-04-03T16:00:18.8134805Z [450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l1c1s1r-scalar.c.o 2024-04-03T16:00:18.8639195Z [450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-04-03T16:00:18.8642212Z [451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar-acc2.c.o 2024-04-03T16:00:18.8859568Z [451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-04-03T16:00:18.8863132Z [452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-minmax-scalar.c.o 2024-04-03T16:00:18.9099137Z [452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-04-03T16:00:18.9102599Z [453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar-acc2.c.o 2024-04-03T16:00:18.9326791Z [453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-04-03T16:00:18.9328589Z [454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-2f2m2l4c1s1r-scalar.c.o 2024-04-03T16:00:18.9917993Z [454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-04-03T16:00:18.9920261Z [455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar-acc2.c.o 2024-04-03T16:00:19.0341086Z [455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-04-03T16:00:19.0342825Z [456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3f3m3l1c1s1r-scalar.c.o 2024-04-03T16:00:19.0563385Z [456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-04-03T16:00:19.0566678Z [457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.1052098Z [457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.1055149Z [458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar-acc2.c.o 2024-04-03T16:00:19.1312623Z [458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-04-03T16:00:19.1314379Z [459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-minmax-scalar.c.o 2024-04-03T16:00:19.2094856Z [459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-04-03T16:00:19.2098206Z [460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p1c-scalar.c.o 2024-04-03T16:00:19.2101536Z [460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-04-03T16:00:19.2104774Z [461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar.c.o 2024-04-03T16:00:19.2402098Z [461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.2405650Z [462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.2645283Z [462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-04-03T16:00:19.2648241Z [463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar-acc2.c.o 2024-04-03T16:00:19.3447175Z [463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-04-03T16:00:19.3450693Z [464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p2c-scalar.c.o 2024-04-03T16:00:19.3453706Z [464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-04-03T16:00:19.3456851Z [465/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar-acc2.c.o 2024-04-03T16:00:19.3766996Z [465/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.3770162Z [466/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar.c.o 2024-04-03T16:00:19.3846647Z [466/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-04-03T16:00:19.3850012Z [467/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.4772100Z [467/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-04-03T16:00:19.4775433Z [468/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.4920897Z [468/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-04-03T16:00:19.4924062Z [469/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p1c-scalar.c.o 2024-04-03T16:00:19.4964019Z [469/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.4967391Z [470/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-minmax-scalar.c.o 2024-04-03T16:00:19.5274141Z [470/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-04-03T16:00:19.5276392Z [471/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar-acc2.c.o 2024-04-03T16:00:19.6012616Z [471/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-04-03T16:00:19.6015929Z [472/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.6019384Z [472/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-04-03T16:00:19.6021118Z [473/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p2c-scalar.c.o 2024-04-03T16:00:19.6412375Z [473/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.6414290Z [474/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-minmax-scalar.c.o 2024-04-03T16:00:19.6608294Z [474/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-04-03T16:00:19.6610347Z [475/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar-acc2.c.o 2024-04-03T16:00:19.7141448Z [475/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-04-03T16:00:19.7144489Z [476/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.7330043Z [476/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-04-03T16:00:19.7332008Z [477/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-minmax-scalar.c.o 2024-04-03T16:00:19.7577459Z [477/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.7581284Z [478/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar-acc2.c.o 2024-04-03T16:00:19.7949131Z [478/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-04-03T16:00:19.7950957Z [479/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l1c1s1r-scalar.c.o 2024-04-03T16:00:19.8356074Z [479/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-04-03T16:00:19.8357881Z [480/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l1c1s1r-scalar.c.o 2024-04-03T16:00:19.8526711Z [480/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-04-03T16:00:19.8528599Z [481/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.9173741Z [481/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-04-03T16:00:19.9175642Z [482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-minmax-scalar.c.o 2024-04-03T16:00:19.9178446Z [482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-04-03T16:00:19.9181404Z [483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar.c.o 2024-04-03T16:00:19.9766742Z [483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-04-03T16:00:19.9770146Z [484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar-acc2.c.o 2024-04-03T16:00:20.0438705Z [484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-04-03T16:00:20.0442604Z [485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-minmax-scalar.c.o 2024-04-03T16:00:20.0445939Z [485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-04-03T16:00:20.0449067Z [486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l1c1s1r-scalar-acc2.c.o 2024-04-03T16:00:20.0766017Z [486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-04-03T16:00:20.0769165Z [487/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar-acc2.c.o 2024-04-03T16:00:20.0848635Z [487/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-04-03T16:00:20.0851264Z [488/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p1c-scalar.c.o 2024-04-03T16:00:20.1713437Z [488/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-04-03T16:00:20.1715692Z [489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar-acc2.c.o 2024-04-03T16:00:20.1718293Z [489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-04-03T16:00:20.1721637Z [490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar-acc2.c.o 2024-04-03T16:00:20.1949142Z [490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-04-03T16:00:20.1952035Z [491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-minmax-scalar.c.o 2024-04-03T16:00:20.2238153Z [491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-04-03T16:00:20.2240023Z [492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p2c-scalar.c.o 2024-04-03T16:00:20.2949376Z [492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-04-03T16:00:20.2952603Z [493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar.c.o 2024-04-03T16:00:20.3119350Z [493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-04-03T16:00:20.3122830Z [494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-minmax-scalar-acc2.c.o 2024-04-03T16:00:20.3161301Z [494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-04-03T16:00:20.3164661Z [495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar-acc2.c.o 2024-04-03T16:00:20.3521660Z [495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-04-03T16:00:20.3523361Z [496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p1c-scalar.c.o 2024-04-03T16:00:20.4409267Z [496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-04-03T16:00:20.4412294Z [497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar.c.o 2024-04-03T16:00:20.4577860Z [497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-04-03T16:00:20.4580980Z [498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar-acc2.c.o 2024-04-03T16:00:20.4584005Z [498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-04-03T16:00:20.4585833Z [499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-scalar.c.o 2024-04-03T16:00:20.4652473Z [499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-04-03T16:00:20.4654276Z [500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p2c-minmax-scalar-acc2.c.o 2024-04-03T16:00:20.5351242Z [500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-04-03T16:00:20.5354433Z [501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u1.c.o 2024-04-03T16:00:20.5357405Z [501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-04-03T16:00:20.5359133Z [502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u2.c.o 2024-04-03T16:00:20.5597990Z [502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-04-03T16:00:20.5599763Z [503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u3.c.o 2024-04-03T16:00:20.5845056Z [503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-04-03T16:00:20.5847492Z [504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-bitcast-u4.c.o 2024-04-03T16:00:20.6354114Z [504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-04-03T16:00:20.6357445Z [505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u3.c.o 2024-04-03T16:00:20.6659339Z [505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-04-03T16:00:20.6662592Z [506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u2.c.o 2024-04-03T16:00:20.6702599Z [506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-04-03T16:00:20.6705944Z [507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u4.c.o 2024-04-03T16:00:20.7030759Z [507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-04-03T16:00:20.7033993Z [508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-scalar-fabsf-u1.c.o 2024-04-03T16:00:20.7505925Z [508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:20.7508987Z [509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-scalar-c1.c.o 2024-04-03T16:00:20.7661567Z [509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-04-03T16:00:20.7665106Z [510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-scalar-u1.c.o 2024-04-03T16:00:20.7984937Z [510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-04-03T16:00:20.7988117Z [511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-scalar-c1.c.o 2024-04-03T16:00:20.8572875Z [511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:20.8574571Z [512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-relu-scalar.c.o 2024-04-03T16:00:20.8722782Z [512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-04-03T16:00:20.8724712Z [513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:20.8939425Z [513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-04-03T16:00:20.8942296Z [514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:20.9239574Z [514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-04-03T16:00:20.9243295Z [515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x4-scalar.c.o 2024-04-03T16:00:21.0012247Z [515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-04-03T16:00:21.0013902Z [516/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-relu-scalar.c.o 2024-04-03T16:00:21.0243055Z [516/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-04-03T16:00:21.0245983Z [517/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-2x4-scalar.c.o 2024-04-03T16:00:21.0471724Z [517/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:21.0474790Z [518/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-minmax-scalar.c.o 2024-04-03T16:00:21.0566874Z [518/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-04-03T16:00:21.0569934Z [519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-relu-scalar.c.o 2024-04-03T16:00:21.1188711Z [519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-04-03T16:00:21.1191538Z [520/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2-scalar.c.o 2024-04-03T16:00:21.1422168Z [520/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-04-03T16:00:21.1423892Z [521/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:21.1799164Z [521/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-04-03T16:00:21.1802095Z [522/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-scalar.c.o 2024-04-03T16:00:21.2196801Z [522/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-04-03T16:00:21.2200052Z [523/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x4-relu-scalar.c.o 2024-04-03T16:00:21.2394117Z [523/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-04-03T16:00:21.2395918Z [524/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x4-minmax-scalar.c.o 2024-04-03T16:00:21.2875645Z [524/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-04-03T16:00:21.2879182Z [525/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-2x4-minmax-scalar.c.o 2024-04-03T16:00:21.3184640Z [525/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-04-03T16:00:21.3188278Z [526/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p2.c.o 2024-04-03T16:00:21.3228604Z [526/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-04-03T16:00:21.3230368Z [527/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p1.c.o 2024-04-03T16:00:21.3576301Z [527/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-04-03T16:00:21.3579600Z [528/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x4-minmax-scalar.c.o 2024-04-03T16:00:21.4086950Z [528/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-04-03T16:00:21.4090010Z [529/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c1.c.o 2024-04-03T16:00:21.4232298Z [529/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:21.4311578Z [530/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c2.c.o 2024-04-03T16:00:21.4314763Z [530/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-04-03T16:00:21.4318021Z [531/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-scalar-p4.c.o 2024-04-03T16:00:21.4600123Z [531/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-04-03T16:00:21.4601956Z [532/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-scalar-c4.c.o 2024-04-03T16:00:21.5287342Z [532/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:21.5290540Z [533/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:21.5745415Z [533/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-04-03T16:00:21.5748555Z [534/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-scalar.c.o 2024-04-03T16:00:21.5751544Z [534/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-04-03T16:00:21.5754645Z [535/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:21.5798416Z [535/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-04-03T16:00:21.5801616Z [536/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x4-relu-scalar.c.o 2024-04-03T16:00:21.6671740Z [536/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-04-03T16:00:21.6673692Z [537/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-scalar.c.o 2024-04-03T16:00:21.6675260Z [537/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-04-03T16:00:21.6676821Z [538/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-2x4-relu-scalar.c.o 2024-04-03T16:00:21.7191543Z [538/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:21.7202317Z [539/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-minmax-scalar.c.o 2024-04-03T16:00:21.7205953Z [539/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-04-03T16:00:21.7209271Z [540/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-relu-scalar.c.o 2024-04-03T16:00:21.7795096Z [540/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-04-03T16:00:21.7798217Z [541/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:21.8155180Z [541/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T16:00:21.8156914Z [542/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-relu-scalar.c.o 2024-04-03T16:00:21.8504736Z [542/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T16:00:21.8507036Z [543/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2-scalar.c.o 2024-04-03T16:00:21.8559253Z [543/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-04-03T16:00:21.8562253Z [544/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x4-scalar.c.o 2024-04-03T16:00:21.8989374Z [544/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-04-03T16:00:21.8991253Z [545/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T16:00:21.9179006Z [545/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-04-03T16:00:21.9180763Z [546/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T16:00:21.9406445Z [546/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-04-03T16:00:21.9409478Z [547/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-2x4-minmax-scalar.c.o 2024-04-03T16:00:21.9664079Z [547/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-04-03T16:00:21.9666055Z [548/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-scalar-c1.c.o 2024-04-03T16:00:21.9888882Z [548/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-04-03T16:00:21.9890662Z [549/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-3x3-minmax-scalar.c.o 2024-04-03T16:00:22.0247812Z [549/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-04-03T16:00:22.0250569Z [550/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x4-minmax-scalar.c.o 2024-04-03T16:00:22.0458804Z [550/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:22.0462069Z [551/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x2-minmax-scalar.c.o 2024-04-03T16:00:22.0687993Z [551/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:22.0690262Z [552/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x1.c.o 2024-04-03T16:00:22.0923934Z [552/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-04-03T16:00:22.0925947Z [553/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-scalar-2x4.c.o 2024-04-03T16:00:22.1499291Z [553/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:22.1501137Z [554/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:22.1693510Z [554/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:22.1696741Z [555/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:22.1949437Z [555/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-04-03T16:00:22.1952851Z [556/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x2-minmax-scalar.c.o 2024-04-03T16:00:22.2756883Z [556/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-04-03T16:00:22.2760230Z [557/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:22.2763635Z [557/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:22.2766944Z [558/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:22.3240391Z [558/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-04-03T16:00:22.3243786Z [559/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-relu-scalar.c.o 2024-04-03T16:00:22.3406199Z [559/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-04-03T16:00:22.3409162Z [560/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x4-scalar.c.o 2024-04-03T16:00:22.4071413Z [560/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-04-03T16:00:22.4073486Z [561/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-relu-scalar.c.o 2024-04-03T16:00:22.4417417Z [561/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-04-03T16:00:22.4420356Z [562/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:22.4422221Z [562/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-04-03T16:00:22.4424353Z [563/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x4-scalar.c.o 2024-04-03T16:00:22.5258467Z [563/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:22.5261930Z [564/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-minmax-scalar.c.o 2024-04-03T16:00:22.5265293Z [564/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-04-03T16:00:22.5279392Z [565/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-relu-scalar.c.o 2024-04-03T16:00:22.5799831Z [565/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-04-03T16:00:22.5802763Z [566/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:22.5805963Z [566/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-04-03T16:00:22.5809014Z [567/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2-scalar.c.o 2024-04-03T16:00:22.6386880Z [567/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-04-03T16:00:22.6390432Z [568/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-relu-scalar.c.o 2024-04-03T16:00:22.6699418Z [568/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-04-03T16:00:22.6702716Z [569/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-1x1-minmax-scalar.c.o 2024-04-03T16:00:22.6751974Z [569/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-04-03T16:00:22.6753737Z [570/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x4-scalar.c.o 2024-04-03T16:00:22.7138636Z [570/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-04-03T16:00:22.7140649Z [571/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-2x1-minmax-scalar.c.o 2024-04-03T16:00:22.7701603Z [571/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-04-03T16:00:22.7704778Z [572/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-4x1-minmax-scalar.c.o 2024-04-03T16:00:22.8024628Z [572/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-04-03T16:00:22.8026847Z [573/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x2-minmax-scalar.c.o 2024-04-03T16:00:22.8104968Z [573/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-04-03T16:00:22.8108433Z [574/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x4-minmax-scalar.c.o 2024-04-03T16:00:22.8433629Z [574/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-04-03T16:00:22.8436435Z [575/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-spmm/gen/f32-qc8w-spmm-8x1-minmax-scalar.c.o 2024-04-03T16:00:22.8758835Z [575/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-04-03T16:00:22.8762321Z [576/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u2.c.o 2024-04-03T16:00:22.8976626Z [576/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-04-03T16:00:22.8979610Z [577/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u1.c.o 2024-04-03T16:00:22.9214939Z [577/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-04-03T16:00:22.9216786Z [578/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u3.c.o 2024-04-03T16:00:22.9467835Z [578/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-04-03T16:00:22.9471066Z [579/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-fmagic-u4.c.o 2024-04-03T16:00:22.9827140Z [579/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-04-03T16:00:22.9830630Z [580/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u2.c.o 2024-04-03T16:00:23.0033373Z [580/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-04-03T16:00:23.0035163Z [581/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u1.c.o 2024-04-03T16:00:23.0261003Z [581/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-04-03T16:00:23.0262804Z [582/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u3.c.o 2024-04-03T16:00:23.0533853Z [582/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-04-03T16:00:23.0537239Z [583/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-imagic-u4.c.o 2024-04-03T16:00:23.0840800Z [583/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-04-03T16:00:23.0843192Z [584/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u1.c.o 2024-04-03T16:00:23.1176133Z [584/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-04-03T16:00:23.1179943Z [585/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u2.c.o 2024-04-03T16:00:23.1379535Z [585/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-04-03T16:00:23.1382604Z [586/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u4.c.o 2024-04-03T16:00:23.1603155Z [586/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-04-03T16:00:23.1606174Z [587/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-scalar-lrintf-u3.c.o 2024-04-03T16:00:23.1801427Z [587/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-04-03T16:00:23.1803398Z [588/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u1.c.o 2024-04-03T16:00:23.2132590Z [588/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-04-03T16:00:23.2135972Z [589/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u2.c.o 2024-04-03T16:00:23.2483127Z [589/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-04-03T16:00:23.2485336Z [590/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u3.c.o 2024-04-03T16:00:23.2695936Z [590/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-04-03T16:00:23.2699361Z [591/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u1.c.o 2024-04-03T16:00:23.3167149Z [591/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-04-03T16:00:23.3170278Z [592/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-fmagic-u4.c.o 2024-04-03T16:00:23.3172598Z [592/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-04-03T16:00:23.3175784Z [593/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u2.c.o 2024-04-03T16:00:23.3766524Z [593/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-04-03T16:00:23.3770675Z [594/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u3.c.o 2024-04-03T16:00:23.3772844Z [594/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-04-03T16:00:23.3774731Z [595/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-imagic-u4.c.o 2024-04-03T16:00:23.4146349Z [595/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-04-03T16:00:23.4149726Z [596/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u1.c.o 2024-04-03T16:00:23.4355879Z [596/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-04-03T16:00:23.4357910Z [597/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u2.c.o 2024-04-03T16:00:23.4655459Z [597/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2024-04-03T16:00:23.4659580Z [598/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u3.c.o 2024-04-03T16:00:23.4896957Z [598/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-04-03T16:00:23.4900063Z [599/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-scalar-lrintf-u4.c.o 2024-04-03T16:00:23.5259186Z [599/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2024-04-03T16:00:23.5261881Z [600/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u1.c.o 2024-04-03T16:00:23.5760253Z [600/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2024-04-03T16:00:23.5762729Z [601/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2.c.o 2024-04-03T16:00:23.5773853Z [601/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-04-03T16:00:23.5777455Z [602/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u2-acc2.c.o 2024-04-03T16:00:23.6267604Z [602/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-04-03T16:00:23.6269857Z [603/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc2.c.o 2024-04-03T16:00:23.6277644Z [603/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-04-03T16:00:23.6281918Z [604/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4-acc4.c.o 2024-04-03T16:00:23.6694876Z [604/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-04-03T16:00:23.6697133Z [605/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u1.c.o 2024-04-03T16:00:23.6918724Z [605/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-04-03T16:00:23.6922368Z [606/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-lut64-p2-u4.c.o 2024-04-03T16:00:23.7263628Z [606/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-04-03T16:00:23.7267237Z [607/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2-acc2.c.o 2024-04-03T16:00:23.7600788Z [607/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-04-03T16:00:23.7602968Z [608/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u2.c.o 2024-04-03T16:00:23.7800107Z [608/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-04-03T16:00:23.7803443Z [609/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc2.c.o 2024-04-03T16:00:23.8024910Z [609/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-04-03T16:00:23.8028044Z [610/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4-acc4.c.o 2024-04-03T16:00:23.8280069Z [610/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-04-03T16:00:23.8281993Z [611/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-scalar-rr2-p5-u4.c.o 2024-04-03T16:00:23.8707380Z [611/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-04-03T16:00:23.8710661Z [612/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u2-acc2.c.o 2024-04-03T16:00:23.8898119Z [612/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-04-03T16:00:23.8900058Z [613/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u1.c.o 2024-04-03T16:00:23.9224296Z [613/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-04-03T16:00:23.9227334Z [614/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u3-acc3.c.o 2024-04-03T16:00:23.9274132Z [614/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-04-03T16:00:23.9275784Z [615/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc2.c.o 2024-04-03T16:00:23.9922290Z [615/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-04-03T16:00:23.9923893Z [616/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-scalar-u4-acc4.c.o 2024-04-03T16:00:23.9933955Z [616/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-04-03T16:00:23.9935616Z [617/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u2-acc2.c.o 2024-04-03T16:00:24.0221905Z [617/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-04-03T16:00:24.0223532Z [618/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u1.c.o 2024-04-03T16:00:24.0506800Z [618/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-04-03T16:00:24.0509860Z [619/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-fabsf.c.o 2024-04-03T16:00:24.0844718Z [619/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-04-03T16:00:24.0847860Z [620/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc2.c.o 2024-04-03T16:00:24.1192941Z [620/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-04-03T16:00:24.1194767Z [621/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u3-acc3.c.o 2024-04-03T16:00:24.1399238Z [621/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-04-03T16:00:24.1401281Z [622/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-scalar-u4-acc4.c.o 2024-04-03T16:00:24.1733945Z [622/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-04-03T16:00:24.1735689Z [623/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u1.c.o 2024-04-03T16:00:24.2046737Z [623/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-04-03T16:00:24.2049080Z [624/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u2-acc2.c.o 2024-04-03T16:00:24.2350841Z [624/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-04-03T16:00:24.2353840Z [625/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc2.c.o 2024-04-03T16:00:24.2389747Z [625/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-04-03T16:00:24.2392322Z [626/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u3-acc3.c.o 2024-04-03T16:00:24.2929578Z [626/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-04-03T16:00:24.2932845Z [627/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-scalar-u4-acc4.c.o 2024-04-03T16:00:24.3240620Z [627/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-04-03T16:00:24.3243492Z [628/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u1.c.o 2024-04-03T16:00:24.3282478Z [628/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-04-03T16:00:24.3284103Z [629/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u2-acc2.c.o 2024-04-03T16:00:24.3612185Z [629/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-04-03T16:00:24.3614811Z [630/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u3-acc3.c.o 2024-04-03T16:00:24.4052296Z [630/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-04-03T16:00:24.4053966Z [631/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc2.c.o 2024-04-03T16:00:24.4219748Z [631/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-04-03T16:00:24.4222669Z [632/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar-pipelined.c.o 2024-04-03T16:00:24.4591191Z [632/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-04-03T16:00:24.4592896Z [633/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-1x1-minmax-scalar.c.o 2024-04-03T16:00:24.4771096Z [633/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-04-03T16:00:24.4772813Z [634/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-scalar-u4-acc4.c.o 2024-04-03T16:00:24.5133261Z [634/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-04-03T16:00:24.5135075Z [635/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar-pipelined.c.o 2024-04-03T16:00:24.5430786Z [635/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-04-03T16:00:24.5433275Z [636/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-2x1-minmax-scalar.c.o 2024-04-03T16:00:24.5793900Z [636/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-04-03T16:00:24.5795669Z [637/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar-pipelined.c.o 2024-04-03T16:00:24.6013886Z [637/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-04-03T16:00:24.6015927Z [638/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-scalar.c.o 2024-04-03T16:00:24.6188548Z [638/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-04-03T16:00:24.6190177Z [639/8653] Generating src/x86_64-fma/2d-fourier-16x16.py.o 2024-04-03T16:00:24.6570033Z [639/8653] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2024-04-03T16:00:24.6571688Z [640/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar.c.o 2024-04-03T16:00:24.6573385Z [640/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-04-03T16:00:24.6575017Z [641/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x2-minmax-scalar.c.o 2024-04-03T16:00:24.6938891Z [641/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-04-03T16:00:24.6941989Z [642/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-scalar-pipelined.c.o 2024-04-03T16:00:24.7233863Z [642/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-04-03T16:00:24.7236479Z [643/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x4-minmax-scalar.c.o 2024-04-03T16:00:24.7574372Z [643/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-04-03T16:00:24.7577699Z [644/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u2.c.o 2024-04-03T16:00:24.7759564Z [644/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-04-03T16:00:24.7761468Z [645/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u1.c.o 2024-04-03T16:00:24.8188909Z [645/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-04-03T16:00:24.8191037Z [646/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u8.c.o 2024-04-03T16:00:24.8492205Z [646/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-04-03T16:00:24.8493911Z [647/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-scalar-u4.c.o 2024-04-03T16:00:24.8498948Z [647/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-04-03T16:00:24.8501712Z [648/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u1.c.o 2024-04-03T16:00:24.9256436Z [648/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-04-03T16:00:24.9260011Z [649/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u2.c.o 2024-04-03T16:00:24.9263006Z [649/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-04-03T16:00:24.9266019Z [650/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u4.c.o 2024-04-03T16:00:24.9557988Z [650/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-04-03T16:00:24.9561098Z [651/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u1.c.o 2024-04-03T16:00:24.9829072Z [651/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-04-03T16:00:24.9832144Z [652/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-relu-scalar-u8.c.o 2024-04-03T16:00:25.0357668Z [652/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-04-03T16:00:25.0360781Z [653/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u4.c.o 2024-04-03T16:00:25.0807265Z [653/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-04-03T16:00:25.0809637Z [654/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u1.c.o 2024-04-03T16:00:25.0811324Z [654/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-04-03T16:00:25.0812899Z [655/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u2.c.o 2024-04-03T16:00:25.0851618Z [655/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-04-03T16:00:25.0855013Z [656/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-scalar-u8.c.o 2024-04-03T16:00:25.1451994Z [656/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-04-03T16:00:25.1453706Z [657/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u2.c.o 2024-04-03T16:00:25.1745688Z [657/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-04-03T16:00:25.1748677Z [658/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u4.c.o 2024-04-03T16:00:25.1796060Z [658/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-04-03T16:00:25.1799101Z [659/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u1.c.o 2024-04-03T16:00:25.2377759Z [659/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-04-03T16:00:25.2380245Z [660/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-scalar-u8.c.o 2024-04-03T16:00:25.2382507Z [660/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-04-03T16:00:25.2385354Z [661/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u2.c.o 2024-04-03T16:00:25.2878244Z [661/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-04-03T16:00:25.2881677Z [662/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u8.c.o 2024-04-03T16:00:25.3033221Z [662/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-04-03T16:00:25.3035472Z [663/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-relu-scalar-u4.c.o 2024-04-03T16:00:25.3416337Z [663/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-04-03T16:00:25.3419942Z [664/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u1.c.o 2024-04-03T16:00:25.3622675Z [664/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-04-03T16:00:25.3625654Z [665/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u2.c.o 2024-04-03T16:00:25.3861104Z [665/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-04-03T16:00:25.3864025Z [666/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u4.c.o 2024-04-03T16:00:25.4253975Z [666/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-04-03T16:00:25.4255699Z [667/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u1.c.o 2024-04-03T16:00:25.4549919Z [667/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-04-03T16:00:25.4552846Z [668/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-scalar-u8.c.o 2024-04-03T16:00:25.4555646Z [668/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-04-03T16:00:25.4558708Z [669/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u2.c.o 2024-04-03T16:00:25.5274416Z [669/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-04-03T16:00:25.5276245Z [670/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u4.c.o 2024-04-03T16:00:25.5721497Z [670/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-04-03T16:00:25.5723932Z [671/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u2.c.o 2024-04-03T16:00:25.5725622Z [671/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-04-03T16:00:25.5728416Z [672/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-scalar-u8.c.o 2024-04-03T16:00:25.5765049Z [672/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-04-03T16:00:25.5766681Z [673/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u1.c.o 2024-04-03T16:00:25.6507595Z [673/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-04-03T16:00:25.6510071Z [674/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u4.c.o 2024-04-03T16:00:25.6512024Z [674/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-04-03T16:00:25.6513930Z [675/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u1.c.o 2024-04-03T16:00:25.6787784Z [675/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-04-03T16:00:25.6789816Z [676/8653] Generating src/x86_64-fma/2d-winograd-8x8-3x3.py.o 2024-04-03T16:00:25.6807561Z [676/8653] Generating src/x86_64-fma/blas/s8gemm.py.o 2024-04-03T16:00:25.6809745Z [677/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-relu-scalar-u8.c.o 2024-04-03T16:00:25.6908269Z [677/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-04-03T16:00:25.6910564Z [678/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u2.c.o 2024-04-03T16:00:25.7494332Z [678/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-04-03T16:00:25.7497263Z [679/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u8.c.o 2024-04-03T16:00:25.7802666Z [679/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-04-03T16:00:25.7805111Z [680/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-scalar-u4.c.o 2024-04-03T16:00:25.8147195Z [680/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-04-03T16:00:25.8150509Z [681/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u1.c.o 2024-04-03T16:00:25.8440835Z [681/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-04-03T16:00:25.8443929Z [682/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u4.c.o 2024-04-03T16:00:25.8491853Z [682/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-04-03T16:00:25.8493555Z [683/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u2.c.o 2024-04-03T16:00:25.8857505Z [683/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-04-03T16:00:25.8860391Z [684/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-scalar-u8.c.o 2024-04-03T16:00:25.9210750Z [684/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-04-03T16:00:25.9212628Z [685/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u4.c.o 2024-04-03T16:00:25.9364990Z [685/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-04-03T16:00:25.9367742Z [686/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u1.c.o 2024-04-03T16:00:25.9676691Z [686/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-04-03T16:00:25.9679857Z [687/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u2.c.o 2024-04-03T16:00:25.9877156Z [687/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-04-03T16:00:25.9878292Z [688/8653] Generating src/x86_64-fma/blas/s8gemm.py.o 2024-04-03T16:00:26.0048921Z [688/8653] Generating src/x86_64-fma/blas/c8gemm.py.o 2024-04-03T16:00:26.0051247Z [689/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-relu-scalar-u8.c.o 2024-04-03T16:00:26.0262754Z [689/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-04-03T16:00:26.0264570Z [690/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u1.c.o 2024-04-03T16:00:26.0700183Z [690/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-04-03T16:00:26.0703015Z [691/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u4.c.o 2024-04-03T16:00:26.1054472Z [691/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-04-03T16:00:26.1056087Z [692/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u2.c.o 2024-04-03T16:00:26.1350621Z [692/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-04-03T16:00:26.1353822Z [693/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-scalar-u8.c.o 2024-04-03T16:00:26.1403420Z [693/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-04-03T16:00:26.1406244Z [694/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-scalar-u1.c.o 2024-04-03T16:00:26.1820288Z [694/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-04-03T16:00:26.1823252Z [695/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-scalar.c.o 2024-04-03T16:00:26.2176306Z [695/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-04-03T16:00:26.2178381Z [696/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-float.c.o 2024-04-03T16:00:26.2643592Z [696/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-04-03T16:00:26.2645438Z [697/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-int.c.o 2024-04-03T16:00:26.2793661Z [697/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-04-03T16:00:26.2797015Z [698/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x4-scalar-float.c.o 2024-04-03T16:00:26.2848829Z [698/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-04-03T16:00:26.2851470Z [699/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-1x2-scalar-int.c.o 2024-04-03T16:00:26.3188090Z [699/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-04-03T16:00:26.3191260Z [700/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-float.c.o 2024-04-03T16:00:26.3721708Z [700/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-04-03T16:00:26.3725340Z [701/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x1-scalar-int.c.o 2024-04-03T16:00:26.4016578Z [701/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-04-03T16:00:26.4018194Z [702/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u8.c.o 2024-04-03T16:00:26.4059850Z [702/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-04-03T16:00:26.4061448Z [703/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u4.c.o 2024-04-03T16:00:26.4374548Z [703/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-04-03T16:00:26.4376889Z [704/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-scalar-u2.c.o 2024-04-03T16:00:26.4798561Z [704/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-04-03T16:00:26.4801580Z [705/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u1.c.o 2024-04-03T16:00:26.5234789Z [705/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-04-03T16:00:26.5237853Z [706/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u2.c.o 2024-04-03T16:00:26.5289339Z [706/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-04-03T16:00:26.5290544Z [707/8653] Generating src/x86_64-fma/blas/c8gemm.py.o 2024-04-03T16:00:26.5414345Z [707/8653] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2024-04-03T16:00:26.5416561Z [708/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u4.c.o 2024-04-03T16:00:26.5911924Z [708/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-04-03T16:00:26.5914782Z [709/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u1.c.o 2024-04-03T16:00:26.6206269Z [709/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-04-03T16:00:26.6209241Z [710/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-scalar-u8.c.o 2024-04-03T16:00:26.6257258Z [710/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-04-03T16:00:26.6259377Z [711/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u4.c.o 2024-04-03T16:00:26.6586029Z [711/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-04-03T16:00:26.6587683Z [712/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u2.c.o 2024-04-03T16:00:26.6998329Z [712/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-04-03T16:00:26.7001581Z [713/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-scalar-u8.c.o 2024-04-03T16:00:26.7214746Z [713/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-04-03T16:00:26.7216864Z [714/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u2.c.o 2024-04-03T16:00:26.7556318Z [714/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-04-03T16:00:26.7559559Z [715/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u1.c.o 2024-04-03T16:00:26.7871938Z [715/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-04-03T16:00:26.7875173Z [716/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u4.c.o 2024-04-03T16:00:26.8075133Z [716/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-04-03T16:00:26.8077742Z [717/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-scalar-u8.c.o 2024-04-03T16:00:26.8417814Z [717/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-04-03T16:00:26.8420743Z [718/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u2.c.o 2024-04-03T16:00:26.8727563Z [718/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-04-03T16:00:26.8729204Z [719/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u1.c.o 2024-04-03T16:00:26.9173629Z [719/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-04-03T16:00:26.9175304Z [720/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u4.c.o 2024-04-03T16:00:26.9217709Z [720/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-04-03T16:00:26.9219498Z [721/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-relu-scalar-u8.c.o 2024-04-03T16:00:26.9593518Z [721/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-04-03T16:00:26.9596392Z [722/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u1.c.o 2024-04-03T16:00:26.9922285Z [722/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-04-03T16:00:26.9924127Z [723/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u2.c.o 2024-04-03T16:00:27.0077236Z [723/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-04-03T16:00:27.0078992Z [724/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u8.c.o 2024-04-03T16:00:27.0083366Z [724/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-04-03T16:00:27.0084549Z [725/8653] Generating src/x86_64-fma/blas/s4c6gemm.py.o 2024-04-03T16:00:27.0384317Z [725/8653] Generating src/x86_64-fma/blas/conv1x1.py.o 2024-04-03T16:00:27.0386893Z [726/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-scalar-u4.c.o 2024-04-03T16:00:27.0823614Z [726/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-04-03T16:00:27.0825350Z [727/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u2.c.o 2024-04-03T16:00:27.0985834Z [727/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-04-03T16:00:27.0987753Z [728/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u1.c.o 2024-04-03T16:00:27.1414561Z [728/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-04-03T16:00:27.1416257Z [729/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u4.c.o 2024-04-03T16:00:27.1609924Z [729/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-04-03T16:00:27.1613394Z [730/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-scalar-u8.c.o 2024-04-03T16:00:27.2028827Z [730/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-04-03T16:00:27.2032041Z [731/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u1.c.o 2024-04-03T16:00:27.2180885Z [731/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-04-03T16:00:27.2184001Z [732/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u2.c.o 2024-04-03T16:00:27.2589080Z [732/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-04-03T16:00:27.2591586Z [733/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u8.c.o 2024-04-03T16:00:27.2621755Z [733/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-04-03T16:00:27.2623742Z [734/8653] Generating src/x86_64-fma/blas/conv1x1.py.o 2024-04-03T16:00:27.2972880Z [734/8653] Generating src/x86_64-fma/blas/sgemm.py.o 2024-04-03T16:00:27.2974091Z [735/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u1.c.o 2024-04-03T16:00:27.3278818Z [735/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-04-03T16:00:27.3281953Z [736/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-relu-scalar-u4.c.o 2024-04-03T16:00:27.3329110Z [736/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-04-03T16:00:27.3330928Z [737/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u2.c.o 2024-04-03T16:00:27.3942389Z [737/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-04-03T16:00:27.3944135Z [738/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u1.c.o 2024-04-03T16:00:27.4236205Z [738/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-04-03T16:00:27.4237881Z [739/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u4.c.o 2024-04-03T16:00:27.4279698Z [739/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-04-03T16:00:27.4281384Z [740/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-scalar-u8.c.o 2024-04-03T16:00:27.4598998Z [740/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-04-03T16:00:27.4602560Z [741/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u2.c.o 2024-04-03T16:00:27.5105724Z [741/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-04-03T16:00:27.5108564Z [742/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u4.c.o 2024-04-03T16:00:27.5420691Z [742/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-04-03T16:00:27.5424053Z [743/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u1.c.o 2024-04-03T16:00:27.5464574Z [743/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-04-03T16:00:27.5467380Z [744/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-scalar-u8.c.o 2024-04-03T16:00:27.5800680Z [744/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-04-03T16:00:27.5802528Z [745/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u2.c.o 2024-04-03T16:00:27.6159823Z [745/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-04-03T16:00:27.6162576Z [746/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u4.c.o 2024-04-03T16:00:27.6481163Z [746/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-04-03T16:00:27.6484038Z [747/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-relu-scalar-u8.c.o 2024-04-03T16:00:27.6499757Z [747/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-04-03T16:00:27.6501832Z [748/8653] Generating src/x86_64-fma/blas/sgemm.py.o 2024-04-03T16:00:27.6718437Z [748/8653] Generating src/x86_64-fma/max-pooling.py.o 2024-04-03T16:00:27.6719787Z [749/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u1.c.o 2024-04-03T16:00:27.6930617Z [749/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-04-03T16:00:27.6933556Z [750/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u2.c.o 2024-04-03T16:00:27.7166881Z [750/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-04-03T16:00:27.7170105Z [751/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u4.c.o 2024-04-03T16:00:27.7605375Z [751/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-04-03T16:00:27.7607058Z [752/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-scalar-u8.c.o 2024-04-03T16:00:27.7823251Z [752/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-04-03T16:00:27.7825142Z [753/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u1.c.o 2024-04-03T16:00:27.8019993Z [753/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-04-03T16:00:27.8023640Z [754/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u4.c.o 2024-04-03T16:00:27.8257957Z [754/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-04-03T16:00:27.8259339Z [755/8653] Generating src/x86_64-fma/max-pooling.py.o 2024-04-03T16:00:27.8356392Z [755/8653] Generating src/x86_64-fma/relu.py.o 2024-04-03T16:00:27.8358740Z [756/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u8.c.o 2024-04-03T16:00:27.8549743Z [756/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-04-03T16:00:27.8551694Z [757/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-scalar-u2.c.o 2024-04-03T16:00:27.9177229Z [757/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-04-03T16:00:27.9179301Z [758/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u1.c.o 2024-04-03T16:00:27.9471846Z [758/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-04-03T16:00:27.9474877Z [759/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u2.c.o 2024-04-03T16:00:27.9516485Z [759/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-04-03T16:00:27.9519997Z [760/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u8.c.o 2024-04-03T16:00:27.9834155Z [760/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-04-03T16:00:27.9835244Z [761/8653] Generating src/x86_64-fma/relu.py.o 2024-04-03T16:00:27.9868383Z [761/8653] Generating src/x86_64-fma/softmax.py.o 2024-04-03T16:00:27.9869727Z [762/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-relu-scalar-u4.c.o 2024-04-03T16:00:28.0542113Z [762/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-04-03T16:00:28.0543950Z [763/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u1.c.o 2024-04-03T16:00:28.0887171Z [763/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-04-03T16:00:28.0888967Z [764/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u2.c.o 2024-04-03T16:00:28.0932606Z [764/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-04-03T16:00:28.0934277Z [765/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u8.c.o 2024-04-03T16:00:28.1271302Z [765/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-04-03T16:00:28.1274230Z [766/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-scalar-u4.c.o 2024-04-03T16:00:28.1639452Z [766/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-04-03T16:00:28.1641399Z [767/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u1.c.o 2024-04-03T16:00:28.2025650Z [767/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-04-03T16:00:28.2027532Z [768/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u2.c.o 2024-04-03T16:00:28.2246838Z [768/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-04-03T16:00:28.2251037Z [769/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u4.c.o 2024-04-03T16:00:28.2566588Z [769/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-04-03T16:00:28.2568335Z [770/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-scalar-u8.c.o 2024-04-03T16:00:28.2926206Z [770/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-04-03T16:00:28.2928712Z [771/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u1.c.o 2024-04-03T16:00:28.3267282Z [771/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-04-03T16:00:28.3269209Z [772/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u2.c.o 2024-04-03T16:00:28.3590856Z [772/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-04-03T16:00:28.3593827Z [773/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u4.c.o 2024-04-03T16:00:28.3896509Z [773/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-04-03T16:00:28.3898547Z [774/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-scalar-u8.c.o 2024-04-03T16:00:28.3942135Z [774/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-04-03T16:00:28.3945487Z [775/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u1.c.o 2024-04-03T16:00:28.4621170Z [775/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-04-03T16:00:28.4624377Z [776/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u2.c.o 2024-04-03T16:00:28.4920012Z [776/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-04-03T16:00:28.4921809Z [777/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u1.c.o 2024-04-03T16:00:28.4960626Z [777/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-04-03T16:00:28.4962316Z [778/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u8.c.o 2024-04-03T16:00:28.5284393Z [778/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-04-03T16:00:28.5286808Z [779/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-scalar-u4.c.o 2024-04-03T16:00:28.6037393Z [779/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-04-03T16:00:28.6040411Z [780/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u4.c.o 2024-04-03T16:00:28.6043427Z [780/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-04-03T16:00:28.6046656Z [781/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u8.c.o 2024-04-03T16:00:28.6381932Z [781/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-04-03T16:00:28.6383035Z [782/8653] Generating src/x86_64-fma/softmax.py.o 2024-04-03T16:00:28.6575422Z [782/8653] Generating src/x86_64-fma/blas/sdotxf.py.o 2024-04-03T16:00:28.6577949Z [783/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u1.c.o 2024-04-03T16:00:28.6591039Z [783/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-04-03T16:00:28.6594461Z [784/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-relu-scalar-u2.c.o 2024-04-03T16:00:28.7021764Z [784/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-04-03T16:00:28.7024698Z [785/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u2.c.o 2024-04-03T16:00:28.7386565Z [785/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-04-03T16:00:28.7388302Z [786/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u1.c.o 2024-04-03T16:00:28.7690595Z [786/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-04-03T16:00:28.7692469Z [787/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u4.c.o 2024-04-03T16:00:28.7697308Z [787/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-04-03T16:00:28.7699574Z [788/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-scalar-u8.c.o 2024-04-03T16:00:28.8348974Z [788/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-04-03T16:00:28.8845823Z [789/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u2.c.o 2024-04-03T16:00:28.8849038Z [789/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-04-03T16:00:28.8852250Z [790/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u4.c.o 2024-04-03T16:00:28.8855415Z [790/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-04-03T16:00:28.8858897Z [791/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-scalar-u8.c.o 2024-04-03T16:00:28.9104920Z [791/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-04-03T16:00:28.9106622Z [792/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u1.c.o 2024-04-03T16:00:28.9688266Z [792/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-04-03T16:00:28.9689936Z [793/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u4.c.o 2024-04-03T16:00:28.9985784Z [793/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-04-03T16:00:28.9987424Z [794/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u2.c.o 2024-04-03T16:00:29.0036840Z [794/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-04-03T16:00:29.0039316Z [795/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-relu-scalar-u8.c.o 2024-04-03T16:00:29.0348123Z [795/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-04-03T16:00:29.0349732Z [796/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u1.c.o 2024-04-03T16:00:29.0851230Z [796/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-04-03T16:00:29.0852363Z [797/8653] Generating src/x86_64-fma/blas/sdotxf.py.o 2024-04-03T16:00:29.1051623Z [797/8653] Generating src/x86_64-fma/blas/shdotxf.py.o 2024-04-03T16:00:29.1053592Z [798/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u8.c.o 2024-04-03T16:00:29.1056247Z [798/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-04-03T16:00:29.1058031Z [799/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u1.c.o 2024-04-03T16:00:29.1355514Z [799/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-04-03T16:00:29.1357114Z [800/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u4.c.o 2024-04-03T16:00:29.1509029Z [800/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-04-03T16:00:29.1511896Z [801/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-scalar-u2.c.o 2024-04-03T16:00:29.2220893Z [801/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-04-03T16:00:29.2223966Z [802/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u1.c.o 2024-04-03T16:00:29.2226989Z [802/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-04-03T16:00:29.2230029Z [803/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u2.c.o 2024-04-03T16:00:29.2535669Z [803/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-04-03T16:00:29.2538888Z [804/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-scalar-u4.c.o 2024-04-03T16:00:29.2626870Z [804/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-04-03T16:00:29.2629953Z [805/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u2.c.o 2024-04-03T16:00:29.3308213Z [805/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-04-03T16:00:29.3310022Z [806/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u8.c.o 2024-04-03T16:00:29.3622789Z [806/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-04-03T16:00:29.3625654Z [807/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-scalar-u4.c.o 2024-04-03T16:00:29.3666655Z [807/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-04-03T16:00:29.3670230Z [808/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u2.c.o 2024-04-03T16:00:29.3977201Z [808/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-04-03T16:00:29.3979429Z [809/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u1.c.o 2024-04-03T16:00:29.5091855Z [809/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-04-03T16:00:29.5093844Z [810/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u5.c.o 2024-04-03T16:00:29.5322520Z [810/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-04-03T16:00:29.5324442Z [811/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u6.c.o 2024-04-03T16:00:29.5564757Z [811/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-04-03T16:00:29.5567739Z [812/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u4.c.o 2024-04-03T16:00:29.5646340Z [812/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-04-03T16:00:29.5649843Z [813/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-lut16-p3-u3.c.o 2024-04-03T16:00:29.6287594Z [813/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-04-03T16:00:29.6289278Z [814/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u1.c.o 2024-04-03T16:00:29.6630148Z [814/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-04-03T16:00:29.6633294Z [815/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u3.c.o 2024-04-03T16:00:29.6876939Z [815/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-04-03T16:00:29.6879888Z [816/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u2.c.o 2024-04-03T16:00:29.7413359Z [816/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-04-03T16:00:29.7415134Z [817/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u4.c.o 2024-04-03T16:00:29.7799698Z [817/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-04-03T16:00:29.7801879Z [818/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u6.c.o 2024-04-03T16:00:29.8135160Z [818/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-04-03T16:00:29.8136875Z [819/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-scalar-rr2-p6-u5.c.o 2024-04-03T16:00:29.8519133Z [819/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-04-03T16:00:29.8520906Z [820/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u2.c.o 2024-04-03T16:00:29.8737093Z [820/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-04-03T16:00:29.8739150Z [821/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u4.c.o 2024-04-03T16:00:29.8952975Z [821/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-04-03T16:00:29.8955806Z [822/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-scalar-u1.c.o 2024-04-03T16:00:29.9335060Z [822/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-04-03T16:00:29.9336978Z [823/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u1.c.o 2024-04-03T16:00:29.9693639Z [823/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-04-03T16:00:29.9696790Z [824/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c1-minmax-scalar-2x.c.o 2024-04-03T16:00:29.9951262Z [824/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-04-03T16:00:29.9953853Z [825/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u4.c.o 2024-04-03T16:00:30.0253781Z [825/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-04-03T16:00:30.0255377Z [826/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-scalar-u2.c.o 2024-04-03T16:00:30.0433066Z [826/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-04-03T16:00:30.0436106Z [827/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c2-minmax-scalar-2x.c.o 2024-04-03T16:00:30.0980903Z [827/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-04-03T16:00:30.0984279Z [828/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-scalar-2x.c.o 2024-04-03T16:00:30.1278382Z [828/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-04-03T16:00:30.1280242Z [829/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u1.c.o 2024-04-03T16:00:30.1330614Z [829/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-04-03T16:00:30.1333594Z [830/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u2.c.o 2024-04-03T16:00:30.1714284Z [830/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-04-03T16:00:30.1717397Z [831/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u4.c.o 2024-04-03T16:00:30.2184324Z [831/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-04-03T16:00:30.2185956Z [832/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-scalar-u8.c.o 2024-04-03T16:00:30.2576851Z [832/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-04-03T16:00:30.2580082Z [833/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u2.c.o 2024-04-03T16:00:30.2620367Z [833/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-04-03T16:00:30.2622881Z [834/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u1.c.o 2024-04-03T16:00:30.3245459Z [834/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-04-03T16:00:30.3248610Z [835/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-scalar-libm-u4.c.o 2024-04-03T16:00:30.3719293Z [835/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-04-03T16:00:30.3722776Z [836/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u1.c.o 2024-04-03T16:00:30.4023233Z [836/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-04-03T16:00:30.4025943Z [837/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u4.c.o 2024-04-03T16:00:30.4027553Z [837/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-04-03T16:00:30.4029165Z [838/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-scalar-libm-u2.c.o 2024-04-03T16:00:30.4563703Z [838/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-04-03T16:00:30.4568701Z [839/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u1.c.o 2024-04-03T16:00:30.4804073Z [839/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-04-03T16:00:30.4806543Z [840/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u2.c.o 2024-04-03T16:00:30.5422841Z [840/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-04-03T16:00:30.5424666Z [841/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-scalar-libm-u4.c.o 2024-04-03T16:00:30.5678476Z [841/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-04-03T16:00:30.5681213Z [842/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u4.c.o 2024-04-03T16:00:30.6015939Z [842/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-04-03T16:00:30.6019269Z [843/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u1.c.o 2024-04-03T16:00:30.6069779Z [843/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-04-03T16:00:30.6072115Z [844/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-scalar-libm-u2.c.o 2024-04-03T16:00:30.6886033Z [844/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2024-04-03T16:00:30.6889644Z [845/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u1.c.o 2024-04-03T16:00:30.7227182Z [845/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-04-03T16:00:30.7230248Z [846/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u4.c.o 2024-04-03T16:00:30.7283964Z [846/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2024-04-03T16:00:30.7287189Z [847/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-scalar-rsqrt-u2.c.o 2024-04-03T16:00:30.7603533Z [847/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2024-04-03T16:00:30.7607275Z [848/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u1.c.o 2024-04-03T16:00:30.8191911Z [848/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2024-04-03T16:00:30.8195629Z [849/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u2.c.o 2024-04-03T16:00:30.8472665Z [849/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2024-04-03T16:00:30.8476406Z [850/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u1.c.o 2024-04-03T16:00:30.8712962Z [850/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-04-03T16:00:30.8716556Z [851/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut64-p2-div-u4.c.o 2024-04-03T16:00:30.8941606Z [851/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-load1.c.o 2024-04-03T16:00:30.8945658Z [852/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u2.c.o 2024-04-03T16:00:30.9516792Z [852/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse2.c.o 2024-04-03T16:00:30.9522090Z [853/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-lut2048-p1-div-u4.c.o 2024-04-03T16:00:30.9724426Z [853/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-dup.c.o 2024-04-03T16:00:30.9727833Z [854/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-scalar-rr2-p5-div-u1.c.o 2024-04-03T16:00:31.0319614Z [854/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-load1.c.o 2024-04-03T16:00:31.0323145Z [855/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse2.c.o 2024-04-03T16:00:31.0326822Z [855/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse2.c.o 2024-04-03T16:00:31.0330284Z [856/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-load1.c.o 2024-04-03T16:00:31.0655612Z [856/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-04-03T16:00:31.0657749Z [857/8653] Generating src/x86_64-fma/blas/shdotxf.py.o 2024-04-03T16:00:31.1092411Z [857/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2024-04-03T16:00:31.1095177Z [858/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-dup.c.o 2024-04-03T16:00:31.1297034Z [858/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2024-04-03T16:00:31.1300313Z [859/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse2-load1.c.o 2024-04-03T16:00:31.1730667Z [859/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2024-04-03T16:00:31.1732825Z [860/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/init.c.o 2024-04-03T16:00:31.2025304Z [860/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2024-04-03T16:00:31.2028292Z [861/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse2.c.o 2024-04-03T16:00:31.2367052Z [861/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2024-04-03T16:00:31.2369202Z [862/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u1.c.o 2024-04-03T16:00:31.2401899Z [862/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2024-04-03T16:00:31.2404112Z [863/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-inference.c.o 2024-04-03T16:00:31.2644215Z [863/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2024-04-03T16:00:31.2646703Z [864/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-inference.c.o 2024-04-03T16:00:31.2857099Z [864/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2024-04-03T16:00:31.2858585Z [865/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/pooling-output.c.o 2024-04-03T16:00:31.3524042Z [865/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2024-04-03T16:00:31.3525339Z [866/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/softmax-output.c.o 2024-04-03T16:00:31.3974122Z [866/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2024-04-03T16:00:31.3976193Z [867/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-input-gradient.c.o 2024-04-03T16:00:31.3977513Z [867/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2024-04-03T16:00:31.3978796Z [868/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/relu-output.c.o 2024-04-03T16:00:31.4014757Z [868/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2024-04-03T16:00:31.4017116Z [869/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/fully-connected-output.c.o 2024-04-03T16:00:31.4413209Z [869/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-04-03T16:00:31.4415847Z [870/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-input-gradient.c.o 2024-04-03T16:00:31.4796269Z [870/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-04-03T16:00:31.4797915Z [871/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-kernel-gradient.c.o 2024-04-03T16:00:31.4962894Z [871/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-04-03T16:00:31.4964666Z [872/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/x86_64-fma/softmax.c.o 2024-04-03T16:00:31.5609992Z [872/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-04-03T16:00:31.5613364Z [873/8653] Building C object confu-deps/NNPACK/CMakeFiles/nnpack.dir/src/convolution-output.c.o 2024-04-03T16:00:31.5615107Z [873/8653] Linking C static library lib/libnnpack.a 2024-04-03T16:00:31.5617411Z [874/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u2.c.o 2024-04-03T16:00:31.5751091Z [874/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T16:00:31.5752707Z [875/8653] Linking C static library lib/libnnpack.a 2024-04-03T16:00:31.5769648Z [875/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-04-03T16:00:31.5773071Z [876/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-scalar-sqrt-u4.c.o 2024-04-03T16:00:31.6390414Z [876/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-04-03T16:00:31.6393256Z [877/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-04-03T16:00:31.6842298Z [877/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T16:00:31.6845837Z [878/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-04-03T16:00:31.6847804Z [878/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-04-03T16:00:31.6849987Z [879/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T16:00:31.7140610Z [879/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-04-03T16:00:31.7143613Z [880/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-04-03T16:00:31.7145383Z [880/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-04-03T16:00:31.7147168Z [881/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-04-03T16:00:31.7847625Z [881/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-04-03T16:00:31.7851151Z [882/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-scalar-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T16:00:31.8037868Z [882/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-04-03T16:00:31.8040458Z [883/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u1.c.o 2024-04-03T16:00:31.8431006Z [883/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-04-03T16:00:31.8432596Z [884/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u1.c.o 2024-04-03T16:00:31.8482690Z [884/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-04-03T16:00:31.8485598Z [885/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u2.c.o 2024-04-03T16:00:31.8773054Z [885/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-04-03T16:00:31.8774894Z [886/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-scalar-u4.c.o 2024-04-03T16:00:31.9106934Z [886/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-04-03T16:00:31.9109952Z [887/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u2.c.o 2024-04-03T16:00:31.9454297Z [887/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-04-03T16:00:31.9456148Z [888/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-scalar-u4.c.o 2024-04-03T16:00:31.9748278Z [888/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-04-03T16:00:31.9751284Z [889/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u1.c.o 2024-04-03T16:00:31.9995274Z [889/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-04-03T16:00:31.9996893Z [890/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u2.c.o 2024-04-03T16:00:32.0196722Z [890/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-04-03T16:00:32.0198317Z [891/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-scalar-u4.c.o 2024-04-03T16:00:32.0253953Z [891/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-04-03T16:00:32.0257155Z [892/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u1.c.o 2024-04-03T16:00:32.0582204Z [892/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-04-03T16:00:32.0583869Z [893/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u3.c.o 2024-04-03T16:00:32.0798483Z [893/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-04-03T16:00:32.0800296Z [894/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u2.c.o 2024-04-03T16:00:32.1007007Z [894/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-04-03T16:00:32.1008686Z [895/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut4-p4.c.o 2024-04-03T16:00:32.1283121Z [895/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-04-03T16:00:32.1284810Z [896/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p3.c.o 2024-04-03T16:00:32.1624372Z [896/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-04-03T16:00:32.1625978Z [897/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/i16-vlshift/gen/i16-vlshift-scalar-u4.c.o 2024-04-03T16:00:32.1709439Z [897/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-04-03T16:00:32.1711126Z [898/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut8-p4.c.o 2024-04-03T16:00:32.2020842Z [898/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-04-03T16:00:32.2023557Z [899/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p3.c.o 2024-04-03T16:00:32.2263205Z [899/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-04-03T16:00:32.2265014Z [900/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-lut16-p4.c.o 2024-04-03T16:00:32.2494102Z [900/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-04-03T16:00:32.2497140Z [901/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p5.c.o 2024-04-03T16:00:32.2867244Z [901/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-04-03T16:00:32.2868826Z [902/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-scalar-rr2-p6.c.o 2024-04-03T16:00:32.2909874Z [902/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-04-03T16:00:32.2911719Z [903/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut64-p2.c.o 2024-04-03T16:00:32.3305932Z [903/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-04-03T16:00:32.3309541Z [904/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-lut2048-p1.c.o 2024-04-03T16:00:32.3531846Z [904/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-04-03T16:00:32.3534366Z [905/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-scalar-rr2-p5.c.o 2024-04-03T16:00:32.3788406Z [905/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-04-03T16:00:32.3791100Z [906/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-scalar-bitcast.c.o 2024-04-03T16:00:32.4023270Z [906/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-04-03T16:00:32.4026108Z [907/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-accumulate/gen/u32-filterbank-accumulate-scalar-x1.c.o 2024-04-03T16:00:32.4211904Z [907/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-04-03T16:00:32.4215152Z [908/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-filterbank-subtract/u32-filterbank-subtract-scalar-x2.c.o 2024-04-03T16:00:32.4656555Z [908/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-04-03T16:00:32.4658523Z [909/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-cvt.c.o 2024-04-03T16:00:32.4660003Z [909/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-04-03T16:00:32.4661483Z [910/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-addsub.c.o 2024-04-03T16:00:32.4908558Z [910/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-04-03T16:00:32.4911189Z [911/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-scalar-floor.c.o 2024-04-03T16:00:32.5353288Z [911/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-04-03T16:00:32.5355254Z [912/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-addsub.c.o 2024-04-03T16:00:32.5560130Z [912/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-04-03T16:00:32.5561641Z [913/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-addsub.c.o 2024-04-03T16:00:32.5917312Z [913/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-04-03T16:00:32.5920492Z [914/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-nearbyint.c.o 2024-04-03T16:00:32.5967617Z [914/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-04-03T16:00:32.5969838Z [915/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-ceil.c.o 2024-04-03T16:00:32.6237815Z [915/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-04-03T16:00:32.6240353Z [916/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-scalar-rint.c.o 2024-04-03T16:00:32.6510462Z [916/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c.o 2024-04-03T16:00:32.6512411Z [917/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-scalar-cvt.c.o 2024-04-03T16:00:32.6835593Z [917/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c.o 2024-04-03T16:00:32.6837239Z [918/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-addsub.c.o 2024-04-03T16:00:32.7051307Z [918/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-04-03T16:00:32.7052893Z [919/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-trunc.c.o 2024-04-03T16:00:32.7519873Z [919/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T16:00:32.7522244Z [920/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-scalar-cvt.c.o 2024-04-03T16:00:32.7525193Z [920/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-04-03T16:00:32.7528410Z [921/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut64-p2-div.c.o 2024-04-03T16:00:32.7571563Z [921/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T16:00:32.7575066Z [922/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-lut2048-p1-div.c.o 2024-04-03T16:00:32.8085964Z [922/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T16:00:32.8087760Z [923/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-scalar-rr2-p5-div.c.o 2024-04-03T16:00:32.8397106Z [923/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T16:00:32.8400425Z [924/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T16:00:32.8941645Z [924/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T16:00:32.8944217Z [925/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-04-03T16:00:32.8946256Z [925/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-04-03T16:00:32.8948319Z [926/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T16:00:32.8987955Z [926/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:00:32.8991690Z [927/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T16:00:32.9590179Z [927/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-04-03T16:00:32.9592288Z [928/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T16:00:32.9895007Z [928/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T16:00:32.9897027Z [929/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:00:32.9951153Z [929/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-04-03T16:00:32.9953120Z [930/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-04-03T16:00:33.0303145Z [930/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T16:00:33.0306998Z [931/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T16:00:33.0508911Z [931/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T16:00:33.0512213Z [932/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-04-03T16:00:33.0786842Z [932/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-04-03T16:00:33.0788811Z [933/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T16:00:33.1197082Z [933/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T16:00:33.1200846Z [934/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T16:00:33.1204220Z [934/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T16:00:33.1206290Z [935/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-04-03T16:00:33.1564915Z [935/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T16:00:33.1566892Z [936/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T16:00:33.2192789Z [936/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T16:00:33.2196376Z [937/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T16:00:33.2200117Z [937/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.o 2024-04-03T16:00:33.2201990Z [938/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T16:00:33.2481559Z [938/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.o 2024-04-03T16:00:33.2484522Z [939/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-04-03T16:00:33.2795627Z [939/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.o 2024-04-03T16:00:33.2797548Z [940/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T16:00:33.2984243Z [940/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:00:33.2986395Z [941/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T16:00:33.3324970Z [941/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.o 2024-04-03T16:00:33.3326856Z [942/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-div.c.o 2024-04-03T16:00:33.3630766Z [942/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T16:00:33.3634439Z [943/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ps-rcp.c.o 2024-04-03T16:00:33.3636618Z [943/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T16:00:33.3638581Z [944/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h4ts-div.c.o 2024-04-03T16:00:33.4109967Z [944/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T16:00:33.4112076Z [945/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:00:33.4314604Z [945/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T16:00:33.4317823Z [946/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr1-p6h5ts-rcp.c.o 2024-04-03T16:00:33.4558044Z [946/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T16:00:33.4560020Z [947/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T16:00:33.4923110Z [947/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-04-03T16:00:33.4925051Z [948/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T16:00:33.4965015Z [948/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T16:00:33.4968385Z [949/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T16:00:33.5272859Z [949/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.o 2024-04-03T16:00:33.5275265Z [950/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T16:00:33.5596549Z [950/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T16:00:33.5598707Z [951/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T16:00:33.5750589Z [951/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.o 2024-04-03T16:00:33.5752682Z [952/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-04-03T16:00:33.6195226Z [952/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T16:00:33.6197952Z [953/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-rcp.c.o 2024-04-03T16:00:33.6199892Z [953/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T16:00:33.6201810Z [954/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T16:00:33.6441685Z [954/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T16:00:33.6443645Z [955/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T16:00:33.6689924Z [955/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T16:00:33.6691916Z [956/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T16:00:33.6892660Z [956/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T16:00:33.6894620Z [957/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut8-p4h3ts-rcp.c.o 2024-04-03T16:00:33.7208367Z [957/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T16:00:33.7210341Z [958/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T16:00:33.7539524Z [958/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.o 2024-04-03T16:00:33.7543199Z [959/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T16:00:33.7550677Z [959/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.o 2024-04-03T16:00:33.7553475Z [960/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T16:00:33.8079502Z [960/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.o 2024-04-03T16:00:33.8081934Z [961/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T16:00:33.8085030Z [961/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T16:00:33.8088717Z [962/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T16:00:33.8591004Z [962/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T16:00:33.8594683Z [963/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ps-div.c.o 2024-04-03T16:00:33.8598386Z [963/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T16:00:33.8602051Z [964/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h4ts-div.c.o 2024-04-03T16:00:33.8772763Z [964/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T16:00:33.8774891Z [965/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1minus-rr2-p6h5ts-div.c.o 2024-04-03T16:00:33.9118981Z [965/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T16:00:33.9121120Z [966/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T16:00:33.9566617Z [966/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:00:33.9570384Z [967/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T16:00:33.9573950Z [967/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T16:00:33.9577653Z [968/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T16:00:33.9749048Z [968/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T16:00:33.9752719Z [969/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T16:00:34.0119615Z [969/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T16:00:34.0121695Z [970/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T16:00:34.0430888Z [970/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T16:00:34.0432846Z [971/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:00:34.0761363Z [971/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T16:00:34.0763898Z [972/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T16:00:34.0765811Z [972/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T16:00:34.0767692Z [973/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T16:00:34.1172470Z [973/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T16:00:34.1174420Z [974/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T16:00:34.1400613Z [974/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.o 2024-04-03T16:00:34.1402702Z [975/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T16:00:34.1652009Z [975/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.o 2024-04-03T16:00:34.1654048Z [976/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T16:00:34.2128809Z [976/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.o 2024-04-03T16:00:34.2131054Z [977/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T16:00:34.2133570Z [977/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T16:00:34.2137012Z [978/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T16:00:34.2444150Z [978/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T16:00:34.2446065Z [979/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h4ts-div.c.o 2024-04-03T16:00:34.2835336Z [979/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T16:00:34.2837248Z [980/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ps-div.c.o 2024-04-03T16:00:34.3143502Z [980/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T16:00:34.3145439Z [981/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T16:00:34.3461275Z [981/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T16:00:34.3463580Z [982/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T16:00:34.3465505Z [982/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T16:00:34.3467342Z [983/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr1-p6h5ts-div.c.o 2024-04-03T16:00:34.3848164Z [983/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T16:00:34.3851695Z [984/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T16:00:34.4052711Z [984/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T16:00:34.4054928Z [985/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T16:00:34.4305132Z [985/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T16:00:34.4308247Z [986/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T16:00:34.4629683Z [986/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T16:00:34.4633103Z [987/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T16:00:34.4635216Z [987/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T16:00:34.4637103Z [988/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T16:00:34.4863079Z [988/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T16:00:34.4866758Z [989/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T16:00:34.5688426Z [989/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T16:00:34.5690914Z [990/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T16:00:34.5692779Z [990/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.o 2024-04-03T16:00:34.5695029Z [991/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T16:00:34.5919171Z [991/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.o 2024-04-03T16:00:34.5922218Z [992/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T16:00:34.6181901Z [992/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.o 2024-04-03T16:00:34.6183826Z [993/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T16:00:34.6468384Z [993/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-04-03T16:00:34.6470178Z [994/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T16:00:34.6896355Z [994/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-04-03T16:00:34.6899912Z [995/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h4ts-div.c.o 2024-04-03T16:00:34.7497777Z [995/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-04-03T16:00:34.7500520Z [996/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ps-div.c.o 2024-04-03T16:00:34.7502772Z [996/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-04-03T16:00:34.7505459Z [997/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-binsearch.c.o 2024-04-03T16:00:34.7508578Z [997/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-04-03T16:00:34.7511525Z [998/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-scalar-expm1plus-rr2-p6h5ts-div.c.o 2024-04-03T16:00:34.7514761Z [998/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-04-03T16:00:34.7517548Z [999/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-bitmanip.c.o 2024-04-03T16:00:34.8175404Z [999/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-04-03T16:00:34.8177166Z [1000/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti32-sqrt-lrint.c.o 2024-04-03T16:00:34.8483046Z [1000/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-04-03T16:00:34.8484773Z [1001/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrtf-lrintf.c.o 2024-04-03T16:00:34.8523946Z [1001/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-04-03T16:00:34.8852502Z [1002/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvti64-sqrt-lrint.c.o 2024-04-03T16:00:34.8855221Z [1002/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-04-03T16:00:34.8948586Z [1003/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-clz-newton.c.o 2024-04-03T16:00:34.8950286Z [1003/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-04-03T16:00:34.8951995Z [1004/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrt-lrint.c.o 2024-04-03T16:00:34.9372625Z [1004/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-04-03T16:00:34.9374360Z [1005/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-cvtu32-sqrtf-lrintf.c.o 2024-04-03T16:00:34.9693884Z [1005/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-04-03T16:00:34.9695981Z [1006/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-hashemian.c.o 2024-04-03T16:00:34.9698227Z [1006/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2024-04-03T16:00:34.9700092Z [1007/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u32-sqrt-scalar-tflm.c.o 2024-04-03T16:00:35.0162460Z [1007/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2024-04-03T16:00:35.0369814Z [1008/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-llrint.c.o 2024-04-03T16:00:35.0371794Z [1008/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:35.0373773Z [1009/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu32-sqrt-cvtsatu32f64.c.o 2024-04-03T16:00:35.0746118Z [1009/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2024-04-03T16:00:35.0749604Z [1010/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/u64-sqrt-scalar-cvtu64-sqrt-llrint.c.o 2024-04-03T16:00:35.1268182Z [1010/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2024-04-03T16:00:35.1271275Z [1011/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x1-minmax-scalar.c.o 2024-04-03T16:00:35.1439494Z [1011/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:35.1441415Z [1012/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x2-minmax-scalar.c.o 2024-04-03T16:00:35.1730220Z [1012/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2024-04-03T16:00:35.1732362Z [1013/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:35.1964220Z [1013/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:35.1967295Z [1014/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x2-minmax-scalar.c.o 2024-04-03T16:00:35.2127253Z [1014/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-04-03T16:00:35.2131363Z [1015/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8-minmax-scalar.c.o 2024-04-03T16:00:35.3014710Z [1015/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:35.3017792Z [1016/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8-minmax-scalar.c.o 2024-04-03T16:00:35.3021269Z [1016/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2024-04-03T16:00:35.3024282Z [1017/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:35.3026188Z [1017/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-04-03T16:00:35.3028055Z [1018/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x2-minmax-scalar.c.o 2024-04-03T16:00:35.3318542Z [1018/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:35.3320485Z [1019/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:35.3511815Z [1019/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2024-04-03T16:00:35.3514278Z [1020/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:35.4250372Z [1020/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:35.4252499Z [1021/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:35.4439748Z [1021/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-04-03T16:00:35.4441699Z [1022/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8-minmax-scalar.c.o 2024-04-03T16:00:35.4715902Z [1022/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:35.4718051Z [1023/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8-minmax-scalar.c.o 2024-04-03T16:00:35.5063472Z [1023/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2024-04-03T16:00:35.5065455Z [1024/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x2-minmax-scalar.c.o 2024-04-03T16:00:35.5110110Z [1024/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-04-03T16:00:35.5112066Z [1025/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:35.5737505Z [1025/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:35.5739685Z [1026/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x2-minmax-scalar.c.o 2024-04-03T16:00:35.5975198Z [1026/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2024-04-03T16:00:35.5977253Z [1027/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4-minmax-scalar.c.o 2024-04-03T16:00:35.6203103Z [1027/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:35.6205113Z [1028/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8-minmax-scalar.c.o 2024-04-03T16:00:35.6548213Z [1028/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:35.6552127Z [1029/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4-minmax-scalar.c.o 2024-04-03T16:00:35.6555956Z [1029/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:35.6559566Z [1030/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x2-minmax-scalar.c.o 2024-04-03T16:00:35.7301846Z [1030/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:35.7305493Z [1031/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:35.7532538Z [1031/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:35.7536135Z [1032/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8-minmax-scalar.c.o 2024-04-03T16:00:35.7925315Z [1032/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:35.7927834Z [1033/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:35.8106421Z [1033/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:35.8110489Z [1034/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4-minmax-scalar.c.o 2024-04-03T16:00:35.8113329Z [1034/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:35.8116796Z [1035/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:35.8801045Z [1035/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:35.8803152Z [1036/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:35.9382681Z [1036/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:35.9386479Z [1037/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:35.9390208Z [1037/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:35.9393917Z [1038/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:35.9397639Z [1038/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:35.9401358Z [1039/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:35.9437902Z [1039/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:35.9440844Z [1040/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.0385918Z [1040/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.0389319Z [1041/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.0559048Z [1041/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.0561347Z [1042/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.1008682Z [1042/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.1010769Z [1043/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.1080652Z [1043/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.1083419Z [1044/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.1509330Z [1044/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.1512224Z [1045/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.1911183Z [1045/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.1914604Z [1046/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.2237139Z [1046/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.2239228Z [1047/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.2439510Z [1047/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.2443432Z [1048/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.2630471Z [1048/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.2633313Z [1049/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.3193433Z [1049/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.3195539Z [1050/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.3411017Z [1050/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.3413246Z [1051/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.3666006Z [1051/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.3668120Z [1052/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.3913013Z [1052/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.3916297Z [1053/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.4199671Z [1053/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.4201930Z [1054/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.4706871Z [1054/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.4710205Z [1055/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.4960018Z [1055/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.4962055Z [1056/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.5191879Z [1056/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.5194348Z [1057/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.5432603Z [1057/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.5434622Z [1058/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.5838777Z [1058/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:36.5842221Z [1059/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.6069030Z [1059/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.6072871Z [1060/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.6246520Z [1060/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.6250086Z [1061/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.6636599Z [1061/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.6640433Z [1062/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.6834428Z [1062/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:36.6836490Z [1063/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:36.7204199Z [1063/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.7207780Z [1064/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.7452140Z [1064/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.7455295Z [1065/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.7681223Z [1065/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.7683461Z [1066/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.8294232Z [1066/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:36.8297892Z [1067/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.8302638Z [1067/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.8306074Z [1068/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:36.8619544Z [1068/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.8622498Z [1069/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.8624423Z [1069/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.8626332Z [1070/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.9197990Z [1070/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:36.9201712Z [1071/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:36.9373507Z [1071/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.9377171Z [1072/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:36.9846786Z [1072/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:36.9850691Z [1073/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:37.0045164Z [1073/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:37.0048198Z [1074/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:37.0380835Z [1074/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:37.0383243Z [1075/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:37.0426435Z [1075/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:37.0429345Z [1076/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:37.1054461Z [1076/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-04-03T16:00:37.1056294Z [1077/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:37.1498601Z [1077/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-04-03T16:00:37.1501831Z [1078/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:37.1507955Z [1078/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-04-03T16:00:37.1510451Z [1079/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:37.1807597Z [1079/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-04-03T16:00:37.1809424Z [1080/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:37.1907770Z [1080/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T16:00:37.1909659Z [1081/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u1.c.o 2024-04-03T16:00:37.2346173Z [1081/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T16:00:37.2348055Z [1082/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u2.c.o 2024-04-03T16:00:37.2787833Z [1082/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T16:00:37.2790710Z [1083/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u4.c.o 2024-04-03T16:00:37.2793996Z [1083/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:37.2796602Z [1084/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-scalar-u3.c.o 2024-04-03T16:00:37.2841549Z [1084/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T16:00:37.2844446Z [1085/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T16:00:37.3320682Z [1085/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T16:00:37.3324606Z [1086/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T16:00:37.3728961Z [1086/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T16:00:37.3733030Z [1087/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T16:00:37.4242775Z [1087/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T16:00:37.4246551Z [1088/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:37.4250238Z [1088/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T16:00:37.4253933Z [1089/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T16:00:37.4287187Z [1089/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T16:00:37.4290818Z [1090/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T16:00:37.4754892Z [1090/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T16:00:37.4757548Z [1091/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T16:00:37.5270108Z [1091/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T16:00:37.5272830Z [1092/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T16:00:37.5274833Z [1092/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:37.5276804Z [1093/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T16:00:37.5524970Z [1093/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T16:00:37.5527205Z [1094/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T16:00:37.5958820Z [1094/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T16:00:37.5960882Z [1095/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T16:00:37.5975362Z [1095/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T16:00:37.5979338Z [1096/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T16:00:37.6503449Z [1096/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T16:00:37.6507496Z [1097/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T16:00:37.6706904Z [1097/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T16:00:37.6710167Z [1098/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T16:00:37.7101196Z [1098/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:37.7103889Z [1099/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:37.7131284Z [1099/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:37.7133522Z [1100/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T16:00:37.7296539Z [1100/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:37.7298776Z [1101/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T16:00:37.7735922Z [1101/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:37.7740454Z [1102/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T16:00:37.8148867Z [1102/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:37.8151036Z [1103/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:37.8388695Z [1103/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:37.8390872Z [1104/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-4p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:37.8618008Z [1104/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:37.8620349Z [1105/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:37.8809464Z [1105/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:37.8813622Z [1106/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:37.9372516Z [1106/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:37.9374756Z [1107/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:37.9669959Z [1107/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:37.9672385Z [1108/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:37.9713172Z [1108/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:37.9715393Z [1109/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.0061686Z [1109/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.0065156Z [1110/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.0201927Z [1110/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.0206239Z [1111/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.0879040Z [1111/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.0881304Z [1112/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.1199370Z [1112/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.1203383Z [1113/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.1207074Z [1113/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.1209274Z [1114/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.1898843Z [1114/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.1903414Z [1115/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.1906744Z [1115/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.1908913Z [1116/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.2666349Z [1116/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.2669805Z [1117/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.2673037Z [1117/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.2676862Z [1118/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.2841870Z [1118/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.2844133Z [1119/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.3366766Z [1119/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.3371248Z [1120/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.3379690Z [1120/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.3384369Z [1121/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.4155880Z [1121/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.4158295Z [1122/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.4161963Z [1122/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.4165746Z [1123/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.4498014Z [1123/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.4500661Z [1124/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.4597201Z [1124/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.4599446Z [1125/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.5486345Z [1125/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.5490300Z [1126/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.5494250Z [1126/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.5498454Z [1127/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.5814014Z [1127/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.5818425Z [1128/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.5906707Z [1128/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.5910943Z [1129/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.6705772Z [1129/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.6709815Z [1130/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.7232618Z [1130/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.7235335Z [1131/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.7242616Z [1131/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.7246397Z [1132/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.7249868Z [1132/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.7253275Z [1133/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.7651118Z [1133/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.7654822Z [1134/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.8251148Z [1134/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.8254796Z [1135/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.8462053Z [1135/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.8464198Z [1136/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.8798396Z [1136/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.8802327Z [1137/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.8863525Z [1137/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:38.8867584Z [1138/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:38.9658050Z [1138/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:38.9660458Z [1139/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.0179248Z [1139/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.0182541Z [1140/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.0184594Z [1140/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.0186850Z [1141/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.0223465Z [1141/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.0225711Z [1142/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.0635770Z [1142/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.0640600Z [1143/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.1283140Z [1143/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.1285280Z [1144/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.1582531Z [1144/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.1586128Z [1145/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.1783652Z [1145/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.1786974Z [1146/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.2007450Z [1146/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.2009562Z [1147/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.2329145Z [1147/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.2332683Z [1148/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.2953273Z [1148/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.2955516Z [1149/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.3160006Z [1149/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.3162226Z [1150/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.3508851Z [1150/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.3512912Z [1151/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.3516794Z [1151/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.3520347Z [1152/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.3899637Z [1152/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.3903278Z [1153/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.4426757Z [1153/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.4429031Z [1154/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.4722345Z [1154/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.4724737Z [1155/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.4729939Z [1155/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.4733596Z [1156/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.5149607Z [1156/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.5152177Z [1157/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.5538230Z [1157/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.5542162Z [1158/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.5983699Z [1158/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.5985712Z [1159/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.6137233Z [1159/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.6139447Z [1160/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.6437070Z [1160/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.6440415Z [1161/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.7010794Z [1161/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.7014592Z [1162/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.7305958Z [1162/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.7307968Z [1163/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.7358632Z [1163/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.7360646Z [1164/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.7641109Z [1164/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.7644500Z [1165/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.8331821Z [1165/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.8333883Z [1166/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.8636381Z [1166/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.8639007Z [1167/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.8642197Z [1167/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.8645630Z [1168/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.9032121Z [1168/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.9034147Z [1169/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.9244581Z [1169/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:39.9247370Z [1170/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:39.9835101Z [1170/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:39.9837111Z [1171/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.0130816Z [1171/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.0134564Z [1172/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.0138146Z [1172/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.0140415Z [1173/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.0500013Z [1173/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.0502206Z [1174/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.1072854Z [1174/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.1076755Z [1175/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.1539876Z [1175/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.1543778Z [1176/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.1547885Z [1176/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.1550723Z [1177/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.1778873Z [1177/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.1781786Z [1178/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.2034027Z [1178/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.2037676Z [1179/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.2584183Z [1179/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.2586317Z [1180/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.2798842Z [1180/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.2800893Z [1181/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.3051017Z [1181/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.3053071Z [1182/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.3581286Z [1182/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.3583465Z [1183/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.3779205Z [1183/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.3782530Z [1184/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.4006273Z [1184/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.4008307Z [1185/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.4232436Z [1185/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.4235393Z [1186/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.4681524Z [1186/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.4685486Z [1187/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.4877759Z [1187/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.4880850Z [1188/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.5095039Z [1188/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.5097163Z [1189/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.5627306Z [1189/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.5631390Z [1190/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.5823289Z [1190/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.5826580Z [1191/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.6029393Z [1191/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.6033122Z [1192/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.6562256Z [1192/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.6567261Z [1193/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.6943311Z [1193/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.6945377Z [1194/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.6979217Z [1194/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.6982170Z [1195/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.7543383Z [1195/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.7545621Z [1196/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.7769911Z [1196/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.7771942Z [1197/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.8025991Z [1197/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-04-03T16:00:40.8029539Z [1198/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:40.8518069Z [1198/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-04-03T16:00:40.8521893Z [1199/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.8524311Z [1199/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-04-03T16:00:40.8526262Z [1200/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-scalar-fmagic.c.o 2024-04-03T16:00:40.8841073Z [1200/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-04-03T16:00:40.8843523Z [1201/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-scalar.c.o 2024-04-03T16:00:40.9085592Z [1201/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-04-03T16:00:40.9087559Z [1202/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:40.9391995Z [1202/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-04-03T16:00:40.9395061Z [1203/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned32.c.o 2024-04-03T16:00:40.9609923Z [1203/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-04-03T16:00:40.9613281Z [1204/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-unsigned64.c.o 2024-04-03T16:00:40.9940821Z [1204/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-04-03T16:00:40.9943110Z [1205/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-scalar-signed64.c.o 2024-04-03T16:00:40.9945429Z [1205/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-04-03T16:00:40.9948489Z [1206/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-scalar.c.o 2024-04-03T16:00:41.0420317Z [1206/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-04-03T16:00:41.0423734Z [1207/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u1.c.o 2024-04-03T16:00:41.0710342Z [1207/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-04-03T16:00:41.0712153Z [1208/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u2.c.o 2024-04-03T16:00:41.1073460Z [1208/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-04-03T16:00:41.1076334Z [1209/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-scalar-u4.c.o 2024-04-03T16:00:41.1272032Z [1209/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-04-03T16:00:41.1275028Z [1210/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u1.c.o 2024-04-03T16:00:41.1278226Z [1210/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-04-03T16:00:41.1281120Z [1211/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u2.c.o 2024-04-03T16:00:41.1860308Z [1211/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-04-03T16:00:41.1861999Z [1212/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-scalar-u4.c.o 2024-04-03T16:00:41.2132526Z [1212/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-04-03T16:00:41.2135295Z [1213/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u1.c.o 2024-04-03T16:00:41.2342388Z [1213/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-04-03T16:00:41.2345257Z [1214/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u4.c.o 2024-04-03T16:00:41.2694446Z [1214/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-04-03T16:00:41.2697124Z [1215/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u1.c.o 2024-04-03T16:00:41.2699369Z [1215/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-04-03T16:00:41.2702271Z [1216/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-scalar-u2.c.o 2024-04-03T16:00:41.3066085Z [1216/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-04-03T16:00:41.3067935Z [1217/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u2.c.o 2024-04-03T16:00:41.3298028Z [1217/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-04-03T16:00:41.3301143Z [1218/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-scalar-u4.c.o 2024-04-03T16:00:41.3636637Z [1218/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-04-03T16:00:41.3638366Z [1219/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u2.c.o 2024-04-03T16:00:41.3909789Z [1219/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-04-03T16:00:41.3911544Z [1220/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u1.c.o 2024-04-03T16:00:41.4110255Z [1220/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-04-03T16:00:41.4112212Z [1221/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u1.c.o 2024-04-03T16:00:41.4315012Z [1221/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-04-03T16:00:41.4318157Z [1222/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u2.c.o 2024-04-03T16:00:41.4722777Z [1222/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-04-03T16:00:41.4724674Z [1223/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-andxor-u4.c.o 2024-04-03T16:00:41.4770074Z [1223/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-04-03T16:00:41.4771976Z [1224/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-scalar-select-u4.c.o 2024-04-03T16:00:41.5129802Z [1224/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-04-03T16:00:41.5132072Z [1225/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u1.c.o 2024-04-03T16:00:41.5298672Z [1225/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-04-03T16:00:41.5300546Z [1226/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u2.c.o 2024-04-03T16:00:41.5748920Z [1226/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-04-03T16:00:41.5752341Z [1227/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u1.c.o 2024-04-03T16:00:41.5939613Z [1227/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-04-03T16:00:41.5941517Z [1228/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-scalar-u4.c.o 2024-04-03T16:00:41.6312587Z [1228/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-04-03T16:00:41.6314518Z [1229/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u2.c.o 2024-04-03T16:00:41.6342876Z [1229/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:41.6344936Z [1230/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-scalar-u4.c.o 2024-04-03T16:00:41.6543953Z [1230/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:41.6545915Z [1231/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u1.c.o 2024-04-03T16:00:41.6920511Z [1231/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:41.6923698Z [1232/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u2.c.o 2024-04-03T16:00:41.7090391Z [1232/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:41.7092279Z [1233/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-scalar-u4.c.o 2024-04-03T16:00:41.7404904Z [1233/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:41.7408991Z [1234/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:41.7746837Z [1234/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:41.7749060Z [1235/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:41.7979179Z [1235/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:41.7981287Z [1236/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:41.8315494Z [1236/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:41.8317799Z [1237/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:41.8512116Z [1237/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:41.8514414Z [1238/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:41.8741180Z [1238/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:41.8743287Z [1239/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:41.9164914Z [1239/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:41.9167491Z [1240/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:41.9367820Z [1240/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:41.9369911Z [1241/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:41.9618147Z [1241/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:41.9620555Z [1242/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:41.9873397Z [1242/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:41.9877832Z [1243/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.0384740Z [1243/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.0388829Z [1244/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.0838699Z [1244/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.0842523Z [1245/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.0845736Z [1245/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.0847772Z [1246/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.0850558Z [1246/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.0852639Z [1247/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.1303482Z [1247/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.1311587Z [1248/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.1899241Z [1248/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.1903138Z [1249/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.2090774Z [1249/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.2094602Z [1250/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.2280426Z [1250/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.2752678Z [1251/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.2754917Z [1251/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.2757168Z [1252/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.2961168Z [1252/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.2963234Z [1253/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.3301674Z [1253/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.3305631Z [1254/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.3510169Z [1254/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.3513448Z [1255/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.3697105Z [1255/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.3701032Z [1256/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l1c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.4222069Z [1256/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.4224162Z [1257/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.4419748Z [1257/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.4421876Z [1258/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.4631885Z [1258/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.4634091Z [1259/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l2c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.5033532Z [1259/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.5036728Z [1260/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.5268450Z [1260/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.5270505Z [1261/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.5707673Z [1261/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:42.5709645Z [1262/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l4c1s1r-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.5918164Z [1262/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.5921570Z [1263/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.6163965Z [1263/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.6166152Z [1264/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.6679266Z [1264/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.6681179Z [1265/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:42.6974574Z [1265/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:42.6977826Z [1266/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.6980113Z [1266/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.6982378Z [1267/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.7345543Z [1267/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.7348160Z [1268/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.7785339Z [1268/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.7788692Z [1269/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.8031517Z [1269/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:42.8033371Z [1270/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p2c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:42.8384881Z [1270/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.8386843Z [1271/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.8562524Z [1271/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.8565891Z [1272/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.8967016Z [1272/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.8968987Z [1273/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.9302284Z [1273/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.9306044Z [1274/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p4c-minmax-rndnu-scalar.c.o 2024-04-03T16:00:42.9566251Z [1274/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:42.9568453Z [1275/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:42.9870934Z [1275/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:42.9873073Z [1276/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:43.0078512Z [1276/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:43.0081222Z [1277/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p1c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:43.0330928Z [1277/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:43.0332900Z [1278/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:43.0735805Z [1278/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:43.0740107Z [1279/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:43.1181724Z [1279/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-04-03T16:00:43.1183569Z [1280/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:43.1398255Z [1280/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-04-03T16:00:43.1400072Z [1281/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:43.1733898Z [1281/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-04-03T16:00:43.1737487Z [1282/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p2c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:43.1776846Z [1282/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-04-03T16:00:43.1779982Z [1283/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u1.c.o 2024-04-03T16:00:43.2048892Z [1283/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T16:00:43.2050970Z [1284/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p4c-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:43.2365190Z [1284/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T16:00:43.2367209Z [1285/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u2.c.o 2024-04-03T16:00:43.2895783Z [1285/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T16:00:43.2899668Z [1286/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u3.c.o 2024-04-03T16:00:43.2903190Z [1286/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:43.2906956Z [1287/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T16:00:43.3149523Z [1287/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T16:00:43.3151382Z [1288/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-scalar-u4.c.o 2024-04-03T16:00:43.3416361Z [1288/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T16:00:43.3418848Z [1289/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T16:00:43.4087071Z [1289/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T16:00:43.4090139Z [1290/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T16:00:43.4093185Z [1290/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T16:00:43.4096229Z [1291/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:43.4099441Z [1291/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T16:00:43.4102087Z [1292/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T16:00:43.4559589Z [1292/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T16:00:43.4563619Z [1293/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T16:00:43.4734021Z [1293/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T16:00:43.4736300Z [1294/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T16:00:43.5183706Z [1294/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T16:00:43.5185759Z [1295/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T16:00:43.5349641Z [1295/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:43.5351654Z [1296/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c1.c.o 2024-04-03T16:00:43.5661933Z [1296/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T16:00:43.5665575Z [1297/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c2.c.o 2024-04-03T16:00:43.5863475Z [1297/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T16:00:43.5865686Z [1298/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-fmagic-c4.c.o 2024-04-03T16:00:43.6089430Z [1298/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T16:00:43.6091646Z [1299/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T16:00:43.6514086Z [1299/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T16:00:43.6516360Z [1300/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c1.c.o 2024-04-03T16:00:43.6568126Z [1300/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T16:00:43.6570638Z [1301/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c2.c.o 2024-04-03T16:00:43.6836667Z [1301/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:43.6838629Z [1302/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-imagic-c4.c.o 2024-04-03T16:00:43.7093958Z [1302/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:43.7096306Z [1303/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c1.c.o 2024-04-03T16:00:43.7745675Z [1303/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:43.7749288Z [1304/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c2.c.o 2024-04-03T16:00:43.7751281Z [1304/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:43.7753535Z [1305/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-scalar-lrintf-c4.c.o 2024-04-03T16:00:43.7913428Z [1305/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:43.7915324Z [1306/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:43.8510710Z [1306/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:43.8513753Z [1307/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:43.8981989Z [1307/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:43.8984245Z [1308/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:43.8986283Z [1308/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:43.8989607Z [1309/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:43.9537698Z [1309/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:43.9541802Z [1310/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:43.9864477Z [1310/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:43.9866351Z [1311/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.0056315Z [1311/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.0059728Z [1312/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.0357030Z [1312/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.0360712Z [1313/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.0750931Z [1313/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.0764154Z [1314/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.1297223Z [1314/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.1301262Z [1315/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.1490069Z [1315/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.1493058Z [1316/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.1707715Z [1316/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.1709550Z [1317/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.2081082Z [1317/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.2084569Z [1318/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.2638763Z [1318/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.2641760Z [1319/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.2953121Z [1319/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.2956643Z [1320/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.2959784Z [1320/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.2961921Z [1321/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.3314477Z [1321/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.3318075Z [1322/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.3531169Z [1322/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.3533537Z [1323/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.4108663Z [1323/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.4111811Z [1324/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.4423424Z [1324/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.4425463Z [1325/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.4468269Z [1325/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.4471707Z [1326/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.4800402Z [1326/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.4804000Z [1327/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.5380105Z [1327/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.5381994Z [1328/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.5824890Z [1328/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.5826873Z [1329/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.5833999Z [1329/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.5837484Z [1330/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.5839576Z [1330/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.5841419Z [1331/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.6848470Z [1331/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.6850353Z [1332/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.7019916Z [1332/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.7021778Z [1333/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.7065351Z [1333/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.7067244Z [1334/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.7415262Z [1334/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.7417423Z [1335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.7656173Z [1335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.7659907Z [1336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.8535844Z [1336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.8538047Z [1337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.8830030Z [1337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.8831871Z [1338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.8873562Z [1338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.8875688Z [1339/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:44.9204176Z [1339/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.9206111Z [1340/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:44.9283272Z [1340/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.9285080Z [1341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:44.9936522Z [1341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:44.9938771Z [1342/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.0408983Z [1342/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.0412631Z [1343/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.0416317Z [1343/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.0420191Z [1344/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.0725764Z [1344/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.0729452Z [1345/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.0732802Z [1345/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.0735409Z [1346/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.1551270Z [1346/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.1553133Z [1347/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.1989371Z [1347/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.1992942Z [1348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.1996562Z [1348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.1999957Z [1349/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.2037306Z [1349/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.2040647Z [1350/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.2418938Z [1350/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.2422495Z [1351/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.2993069Z [1351/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.2997053Z [1352/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.3208170Z [1352/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.3210163Z [1353/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.3443322Z [1353/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.3446049Z [1354/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.3765725Z [1354/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.3768129Z [1355/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.3920630Z [1355/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.3924100Z [1356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.4602796Z [1356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.4606000Z [1357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.4895920Z [1357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.4900095Z [1358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.4939879Z [1358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.4941889Z [1359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.5287700Z [1359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.5289879Z [1360/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.5417539Z [1360/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.5421237Z [1361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.6168550Z [1361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.6170459Z [1362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.6605389Z [1362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.6607597Z [1363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.6609638Z [1363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.6611601Z [1364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.6881397Z [1364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.6883221Z [1365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.6955327Z [1365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.6957334Z [1366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x2-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.7580620Z [1366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.7582580Z [1367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-fmagic.c.o 2024-04-03T16:00:45.7786991Z [1367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-04-03T16:00:45.7788880Z [1368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-imagic.c.o 2024-04-03T16:00:45.8119287Z [1368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-04-03T16:00:45.8121905Z [1369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-scalar-lrintf.c.o 2024-04-03T16:00:45.8124165Z [1369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-04-03T16:00:45.8126306Z [1370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-rndnu-scalar.c.o 2024-04-03T16:00:45.8531857Z [1370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-04-03T16:00:45.8533840Z [1371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-scalar.c.o 2024-04-03T16:00:45.8924352Z [1371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-04-03T16:00:45.8927121Z [1372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-signed64.c.o 2024-04-03T16:00:45.8928951Z [1372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-04-03T16:00:45.8930765Z [1373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned64.c.o 2024-04-03T16:00:45.9247361Z [1373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-04-03T16:00:45.9250601Z [1374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-scalar-unsigned32.c.o 2024-04-03T16:00:45.9328914Z [1374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-04-03T16:00:45.9330739Z [1375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4-minmax-fp32-scalar-lrintf.c.o 2024-04-03T16:00:46.0068466Z [1375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-04-03T16:00:46.0070169Z [1376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u4.c.o 2024-04-03T16:00:46.0074188Z [1376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-04-03T16:00:46.0075957Z [1377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u1.c.o 2024-04-03T16:00:46.0315569Z [1377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-04-03T16:00:46.0317218Z [1378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u1.c.o 2024-04-03T16:00:46.0524883Z [1378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-04-03T16:00:46.0526552Z [1379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u2.c.o 2024-04-03T16:00:46.0763545Z [1379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-04-03T16:00:46.0766059Z [1380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-scalar-u2.c.o 2024-04-03T16:00:46.1232879Z [1380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-04-03T16:00:46.1234500Z [1381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u2.c.o 2024-04-03T16:00:46.1528108Z [1381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-04-03T16:00:46.1531128Z [1382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u4.c.o 2024-04-03T16:00:46.1571154Z [1382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-04-03T16:00:46.1572850Z [1383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-scalar-u4.c.o 2024-04-03T16:00:46.1926959Z [1383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-04-03T16:00:46.1929743Z [1384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-scalar-u1.c.o 2024-04-03T16:00:46.2005450Z [1384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-04-03T16:00:46.2007318Z [1385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u1.c.o 2024-04-03T16:00:46.2513131Z [1385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-04-03T16:00:46.2516032Z [1386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u4.c.o 2024-04-03T16:00:46.2806898Z [1386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-04-03T16:00:46.2808848Z [1387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-scalar-u2.c.o 2024-04-03T16:00:46.2852364Z [1387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-04-03T16:00:46.2855053Z [1388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u2.c.o 2024-04-03T16:00:46.3179379Z [1388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-04-03T16:00:46.3182369Z [1389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u1.c.o 2024-04-03T16:00:46.3440065Z [1389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-04-03T16:00:46.3441827Z [1390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-andxor-u4.c.o 2024-04-03T16:00:46.3666976Z [1390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-04-03T16:00:46.3670439Z [1391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u1.c.o 2024-04-03T16:00:46.3901717Z [1391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-04-03T16:00:46.3903461Z [1392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u2.c.o 2024-04-03T16:00:46.4100302Z [1392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-04-03T16:00:46.4102077Z [1393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-scalar-select-u4.c.o 2024-04-03T16:00:46.4397350Z [1393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-04-03T16:00:46.4400769Z [1394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u1.c.o 2024-04-03T16:00:46.4733750Z [1394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-04-03T16:00:46.4735526Z [1395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u4.c.o 2024-04-03T16:00:46.5193277Z [1395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-04-03T16:00:46.5196701Z [1396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u2.c.o 2024-04-03T16:00:46.5200046Z [1396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-04-03T16:00:46.5203348Z [1397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-scalar-u2.c.o 2024-04-03T16:00:46.5504682Z [1397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-04-03T16:00:46.5506421Z [1398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u4.c.o 2024-04-03T16:00:46.5586360Z [1398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T16:00:46.5588107Z [1399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-scalar-u1.c.o 2024-04-03T16:00:46.5917022Z [1399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-04-03T16:00:46.5919882Z [1400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c1.c.o 2024-04-03T16:00:46.6278147Z [1400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-04-03T16:00:46.6281426Z [1401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c2.c.o 2024-04-03T16:00:46.6603242Z [1401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-04-03T16:00:46.6606375Z [1402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-scalar-c4.c.o 2024-04-03T16:00:46.6648641Z [1402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-04-03T16:00:46.6651386Z [1403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T16:00:46.6933835Z [1403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-04-03T16:00:46.6936492Z [1404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x1.c.o 2024-04-03T16:00:46.7441479Z [1404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-04-03T16:00:46.7443186Z [1405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-scalar-u4.c.o 2024-04-03T16:00:46.7816591Z [1405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-04-03T16:00:46.7818435Z [1406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x2.c.o 2024-04-03T16:00:46.7860518Z [1406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-04-03T16:00:46.7862168Z [1407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x3.c.o 2024-04-03T16:00:46.8199220Z [1407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-04-03T16:00:46.8200867Z [1408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-rmaxabs/gen/s16-rmaxabs-scalar-x4.c.o 2024-04-03T16:00:46.8297932Z [1408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-04-03T16:00:46.8301065Z [1409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u1.c.o 2024-04-03T16:00:46.8646604Z [1409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-04-03T16:00:46.8648471Z [1410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u2.c.o 2024-04-03T16:00:46.9007103Z [1410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-04-03T16:00:46.9008759Z [1411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u3.c.o 2024-04-03T16:00:46.9201737Z [1411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-04-03T16:00:46.9204592Z [1412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s16-window/gen/s16-window-scalar-u4.c.o 2024-04-03T16:00:46.9573917Z [1412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T16:00:46.9577109Z [1413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c1.c.o 2024-04-03T16:00:46.9625188Z [1413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-04-03T16:00:46.9626767Z [1414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c4.c.o 2024-04-03T16:00:46.9942391Z [1414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-04-03T16:00:46.9944187Z [1415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-scalar-c2.c.o 2024-04-03T16:00:47.0183597Z [1415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:00:47.0185532Z [1416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-lut32norm/u8-lut32norm-scalar.c.o 2024-04-03T16:00:47.0394920Z [1416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:00:47.0398235Z [1417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-scalar-c1.c.o 2024-04-03T16:00:47.0938159Z [1417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:00:47.0940323Z [1418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-scalar-u4.c.o 2024-04-03T16:00:47.1400734Z [1418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:00:47.1403731Z [1419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:00:47.1407014Z [1419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:00:47.1410081Z [1420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-scalar-u2.c.o 2024-04-03T16:00:47.1412523Z [1420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-04-03T16:00:47.1414593Z [1421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:00:47.2180355Z [1421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-04-03T16:00:47.2182360Z [1422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:00:47.2495689Z [1422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-04-03T16:00:47.2497363Z [1423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x2.c.o 2024-04-03T16:00:47.2539083Z [1423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-04-03T16:00:47.2542006Z [1424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x1.c.o 2024-04-03T16:00:47.2867437Z [1424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-04-03T16:00:47.2869833Z [1425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:00:47.3246213Z [1425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-04-03T16:00:47.3249161Z [1426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x3.c.o 2024-04-03T16:00:47.3512928Z [1426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-04-03T16:00:47.3514623Z [1427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u32-vlog/gen/u32-vlog-scalar-x4.c.o 2024-04-03T16:00:47.3954721Z [1427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-04-03T16:00:47.3956262Z [1428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u1.c.o 2024-04-03T16:00:47.4391710Z [1428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-04-03T16:00:47.4394344Z [1429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:00:47.4396094Z [1429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-04-03T16:00:47.4397552Z [1430/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u2.c.o 2024-04-03T16:00:47.4436849Z [1430/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-04-03T16:00:47.4438842Z [1431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u64-u32-vsqrtshift/u64-u32-vsqrtshift-scalar-cvtu32-sqrt-cvtu32f64-u1.c.o 2024-04-03T16:00:47.4856562Z [1431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:47.4858428Z [1432/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u4.c.o 2024-04-03T16:00:47.5185983Z [1432/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-04-03T16:00:47.5187621Z [1433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u8.c.o 2024-04-03T16:00:47.5727805Z [1433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:47.5729492Z [1434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-scalar-u16.c.o 2024-04-03T16:00:47.6298043Z [1434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-04-03T16:00:47.6301749Z [1435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:47.6304755Z [1435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:47.6306530Z [1436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u2.c.o 2024-04-03T16:00:47.6450899Z [1436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-04-03T16:00:47.6452980Z [1437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:47.6643858Z [1437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:47.6646881Z [1438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x2-gemm-goi-scalar-int-u2.c.o 2024-04-03T16:00:47.7217097Z [1438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-04-03T16:00:47.7219286Z [1439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u2.c.o 2024-04-03T16:00:47.7799002Z [1439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:47.7801698Z [1440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u2.c.o 2024-04-03T16:00:47.7804013Z [1440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-04-03T16:00:47.7806114Z [1441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:47.7809185Z [1441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-04-03T16:00:47.7812273Z [1442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u2.c.o 2024-04-03T16:00:47.7849509Z [1442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-04-03T16:00:47.7852689Z [1443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:47.8724667Z [1443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-04-03T16:00:47.8727754Z [1444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x4-scalar-int.c.o 2024-04-03T16:00:47.9020012Z [1444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-04-03T16:00:47.9022505Z [1445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x1-scalar-int.c.o 2024-04-03T16:00:47.9024240Z [1445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-04-03T16:00:47.9025953Z [1446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-1x2-scalar-int.c.o 2024-04-03T16:00:47.9095744Z [1446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-04-03T16:00:47.9099741Z [1447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-packw/gen/x8-packw-x32-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:47.9451694Z [1447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-04-03T16:00:47.9453500Z [1448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x2-scalar-int.c.o 2024-04-03T16:00:48.0057934Z [1448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-04-03T16:00:48.0061068Z [1449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x4-scalar-int.c.o 2024-04-03T16:00:48.0064129Z [1449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-04-03T16:00:48.0065830Z [1450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x2-scalar-int.c.o 2024-04-03T16:00:48.0496923Z [1450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-04-03T16:00:48.0498858Z [1451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-2x4-scalar-int.c.o 2024-04-03T16:00:48.0662154Z [1451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-04-03T16:00:48.0664976Z [1452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-4x1-scalar-int.c.o 2024-04-03T16:00:48.0741774Z [1452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.0744666Z [1453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-scalar.c.o 2024-04-03T16:00:48.1008707Z [1453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.1011726Z [1454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-scalar.c.o 2024-04-03T16:00:48.1192842Z [1454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-04-03T16:00:48.1194491Z [1455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-scalar.c.o 2024-04-03T16:00:48.1467605Z [1455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-04-03T16:00:48.1470768Z [1456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-scalar.c.o 2024-04-03T16:00:48.1941061Z [1456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-04-03T16:00:48.1944555Z [1457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.1948065Z [1457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-04-03T16:00:48.1951504Z [1458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.2322083Z [1458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-04-03T16:00:48.2324099Z [1459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x2-scalar-int.c.o 2024-04-03T16:00:48.2490493Z [1459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-04-03T16:00:48.2492632Z [1460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-1x4-scalar-int.c.o 2024-04-03T16:00:48.2779443Z [1460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-04-03T16:00:48.2781278Z [1461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x1-scalar-int.c.o 2024-04-03T16:00:48.2990794Z [1461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-04-03T16:00:48.2993050Z [1462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x2-scalar-int.c.o 2024-04-03T16:00:48.3542614Z [1462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-04-03T16:00:48.3544987Z [1463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-2x4-scalar-int.c.o 2024-04-03T16:00:48.3552232Z [1463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-04-03T16:00:48.3555513Z [1464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x1-scalar-int.c.o 2024-04-03T16:00:48.3557282Z [1464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-04-03T16:00:48.3559040Z [1465/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x2-scalar-int.c.o 2024-04-03T16:00:48.4005808Z [1465/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-04-03T16:00:48.4008871Z [1466/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-4x4-scalar-int.c.o 2024-04-03T16:00:48.4185420Z [1466/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-04-03T16:00:48.4188464Z [1467/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x2-scalar.c.o 2024-04-03T16:00:48.4554826Z [1467/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-04-03T16:00:48.4556776Z [1468/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x2-scalar.c.o 2024-04-03T16:00:48.4715729Z [1468/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-04-03T16:00:48.4717518Z [1469/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-1x4-scalar.c.o 2024-04-03T16:00:48.5181700Z [1469/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-04-03T16:00:48.5184889Z [1470/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x4-scalar.c.o 2024-04-03T16:00:48.5261114Z [1470/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-04-03T16:00:48.5263062Z [1471/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-2x1-scalar.c.o 2024-04-03T16:00:48.5557193Z [1471/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-04-03T16:00:48.5560530Z [1472/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x1-scalar.c.o 2024-04-03T16:00:48.5865568Z [1472/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-04-03T16:00:48.5867382Z [1473/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x2-scalar.c.o 2024-04-03T16:00:48.6448351Z [1473/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-04-03T16:00:48.6451880Z [1474/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/gen/x24-transposec-4x4-scalar.c.o 2024-04-03T16:00:48.6454891Z [1474/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-04-03T16:00:48.6458494Z [1475/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-float.c.o 2024-04-03T16:00:48.6461729Z [1475/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-04-03T16:00:48.6464187Z [1476/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c1s1r-gemm-scalar-int.c.o 2024-04-03T16:00:48.6800463Z [1476/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-04-03T16:00:48.6802591Z [1477/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-float.c.o 2024-04-03T16:00:48.7107347Z [1477/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-04-03T16:00:48.7109266Z [1478/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-2c2s1r-gemm-scalar-int.c.o 2024-04-03T16:00:48.7523102Z [1478/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-04-03T16:00:48.7525090Z [1479/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-float.c.o 2024-04-03T16:00:48.8008478Z [1479/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.8011837Z [1480/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-int.c.o 2024-04-03T16:00:48.8015057Z [1480/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2024-04-03T16:00:48.8017023Z [1481/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c1s1r-gemm-scalar-float.c.o 2024-04-03T16:00:48.8019301Z [1481/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.8021069Z [1482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packb/gen/x32-packb-4c4s1r-gemm-scalar-int.c.o 2024-04-03T16:00:48.8514387Z [1482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-04-03T16:00:48.8516266Z [1483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-float-u4.c.o 2024-04-03T16:00:48.8905600Z [1483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.8907458Z [1484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-float-u4.c.o 2024-04-03T16:00:48.9401305Z [1484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2024-04-03T16:00:48.9404563Z [1485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-float-u4.c.o 2024-04-03T16:00:48.9407480Z [1485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.9409639Z [1486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.9411641Z [1486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2024-04-03T16:00:48.9413551Z [1487/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x3-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.9886423Z [1487/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:48.9888429Z [1488/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x4-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:49.0226875Z [1488/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-04-03T16:00:49.0228750Z [1489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:49.0679671Z [1489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-04-03T16:00:49.0682680Z [1490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-scalar-float-u4.c.o 2024-04-03T16:00:49.0684839Z [1490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.0686783Z [1491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-float-u4.c.o 2024-04-03T16:00:49.0722347Z [1491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.0724383Z [1492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-scalar-int-u4.c.o 2024-04-03T16:00:49.1141686Z [1492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.1144953Z [1493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-2x-scalar.c.o 2024-04-03T16:00:49.1592267Z [1493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.1595818Z [1494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-3x-scalar.c.o 2024-04-03T16:00:49.2672694Z [1494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.2674886Z [1495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.3228929Z [1495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:00:49.3233359Z [1496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.3237356Z [1496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:00:49.3241228Z [1497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.3486360Z [1497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.3489850Z [1498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.3834087Z [1498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:00:49.3838276Z [1499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.4591662Z [1499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:00:49.4596276Z [1500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:00:49.4599911Z [1500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.4603804Z [1501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:00:49.4852983Z [1501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:00:49.4855293Z [1502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:00:49.5496952Z [1502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:00:49.5499165Z [1503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:00:49.5722299Z [1503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.5724370Z [1504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.5910220Z [1504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:00:49.5914318Z [1505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:00:49.6401325Z [1505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-04-03T16:00:49.6403315Z [1506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:00:49.6762959Z [1506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-04-03T16:00:49.6765206Z [1507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-float.c.o 2024-04-03T16:00:49.6962356Z [1507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-04-03T16:00:49.6964396Z [1508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.7409469Z [1508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-04-03T16:00:49.7411684Z [1509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:00:49.7717137Z [1509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-04-03T16:00:49.7718986Z [1510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-float.c.o 2024-04-03T16:00:49.7757781Z [1510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-04-03T16:00:49.7759870Z [1511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x2-scalar-int.c.o 2024-04-03T16:00:49.8144027Z [1511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-04-03T16:00:49.8147891Z [1512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:00:49.8355317Z [1512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-04-03T16:00:49.8358366Z [1513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-2x4-scalar-int.c.o 2024-04-03T16:00:49.8643342Z [1513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-04-03T16:00:49.8645312Z [1514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-float.c.o 2024-04-03T16:00:49.8833618Z [1514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-04-03T16:00:49.8835585Z [1515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-float.c.o 2024-04-03T16:00:49.9227218Z [1515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-04-03T16:00:49.9230168Z [1516/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x1-scalar-int.c.o 2024-04-03T16:00:49.9277971Z [1516/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-04-03T16:00:49.9279799Z [1517/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x2-scalar-int.c.o 2024-04-03T16:00:49.9826149Z [1517/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-04-03T16:00:49.9827969Z [1518/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-float.c.o 2024-04-03T16:00:50.0163709Z [1518/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-04-03T16:00:50.0165758Z [1519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-int.c.o 2024-04-03T16:00:50.0205902Z [1519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-04-03T16:00:50.0207665Z [1520/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c1s1r-gemm-scalar-int.c.o 2024-04-03T16:00:50.0580067Z [1520/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-04-03T16:00:50.0583605Z [1521/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-scalar-float.c.o 2024-04-03T16:00:50.0787511Z [1521/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-04-03T16:00:50.0789183Z [1522/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-scalar.c.o 2024-04-03T16:00:50.1050839Z [1522/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-04-03T16:00:50.1052660Z [1523/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-float.c.o 2024-04-03T16:00:50.1379669Z [1523/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-04-03T16:00:50.1382917Z [1524/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-2c2s1r-gemm-scalar-int.c.o 2024-04-03T16:00:50.1461872Z [1524/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-04-03T16:00:50.1464918Z [1525/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-float.c.o 2024-04-03T16:00:50.1704471Z [1525/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-04-03T16:00:50.1707423Z [1526/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c1s1r-gemm-scalar-int.c.o 2024-04-03T16:00:50.1977378Z [1526/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-04-03T16:00:50.1980319Z [1527/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-float.c.o 2024-04-03T16:00:50.2242867Z [1527/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-04-03T16:00:50.2244514Z [1528/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zerob/gen/x32-zerob-4c4s1r-gemm-scalar-int.c.o 2024-04-03T16:00:50.2574767Z [1528/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-04-03T16:00:50.2577963Z [1529/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-scalar.c.o 2024-04-03T16:00:50.2617467Z [1529/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-04-03T16:00:50.2619299Z [1530/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-scalar.c.o 2024-04-03T16:00:50.2935456Z [1530/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-04-03T16:00:50.2938685Z [1531/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-scalar.c.o 2024-04-03T16:00:50.3289598Z [1531/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-04-03T16:00:50.3291359Z [1532/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-scalar.c.o 2024-04-03T16:00:50.3607644Z [1532/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-04-03T16:00:50.3609525Z [1533/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-float.c.o 2024-04-03T16:00:50.3614735Z [1533/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-04-03T16:00:50.3618130Z [1534/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-int.c.o 2024-04-03T16:00:50.3974550Z [1534/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-04-03T16:00:50.3978435Z [1535/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-1x2-scalar-float.c.o 2024-04-03T16:00:50.4200485Z [1535/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-04-03T16:00:50.4202429Z [1536/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x1-scalar-int.c.o 2024-04-03T16:00:50.4484806Z [1536/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-04-03T16:00:50.4486638Z [1537/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-float.c.o 2024-04-03T16:00:50.4742558Z [1537/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-04-03T16:00:50.4744386Z [1538/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-scalar-int.c.o 2024-04-03T16:00:50.4926703Z [1538/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-04-03T16:00:50.4929673Z [1539/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-float.c.o 2024-04-03T16:00:50.5382659Z [1539/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-04-03T16:00:50.5384670Z [1540/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-float.c.o 2024-04-03T16:00:50.5387180Z [1540/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-04-03T16:00:50.5390180Z [1541/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x1-scalar-int.c.o 2024-04-03T16:00:50.5847510Z [1541/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-04-03T16:00:50.5850600Z [1542/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x2-scalar-int.c.o 2024-04-03T16:00:50.6005248Z [1542/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-04-03T16:00:50.6007189Z [1543/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-copy/xx-copy-scalar-memcpy.c.o 2024-04-03T16:00:50.6298710Z [1543/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-04-03T16:00:50.6300865Z [1544/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p4-scalar-u16.c.o 2024-04-03T16:00:50.6504078Z [1544/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T16:00:50.6507094Z [1545/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-scalar-u16.c.o 2024-04-03T16:00:50.6753328Z [1545/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-04-03T16:00:50.6755459Z [1546/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-transposev/xx-transposev-1x1-scalar-memcpy.c.o 2024-04-03T16:00:50.7142959Z [1546/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-04-03T16:00:50.7146044Z [1547/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u2.c.o 2024-04-03T16:00:50.7311318Z [1547/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T16:00:50.7313313Z [1548/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u1.c.o 2024-04-03T16:00:50.7632222Z [1548/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T16:00:50.7634212Z [1549/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T16:00:50.7889649Z [1549/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-04-03T16:00:50.7893271Z [1550/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u1.c.o 2024-04-03T16:00:50.8119598Z [1550/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T16:00:50.8121527Z [1551/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u2.c.o 2024-04-03T16:00:50.8361822Z [1551/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.o 2024-04-03T16:00:50.8363754Z [1552/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T16:00:50.8631167Z [1552/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T16:00:50.8633069Z [1553/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h2ts-rcp.c.o 2024-04-03T16:00:50.8850784Z [1553/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.o 2024-04-03T16:00:50.8853888Z [1554/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T16:00:50.9040832Z [1554/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T16:00:50.9044284Z [1555/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T16:00:50.9271917Z [1555/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T16:00:50.9275396Z [1556/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ps-rcp.c.o 2024-04-03T16:00:50.9608472Z [1556/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-04-03T16:00:50.9610525Z [1557/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T16:00:50.9844466Z [1557/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:00:50.9846388Z [1558/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut4-p4h3ts-rcp.c.o 2024-04-03T16:00:51.0084645Z [1558/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-04-03T16:00:51.0086710Z [1559/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T16:00:51.0514704Z [1559/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T16:00:51.0517768Z [1560/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T16:00:51.0547691Z [1560/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-04-03T16:00:51.0551461Z [1561/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h2ts-rcp.c.o 2024-04-03T16:00:51.0796319Z [1561/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T16:00:51.0799395Z [1562/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:00:51.1022523Z [1562/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T16:00:51.1024446Z [1563/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ps-rcp.c.o 2024-04-03T16:00:51.1344526Z [1563/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-04-03T16:00:51.1346434Z [1564/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T16:00:51.1508321Z [1564/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T16:00:51.1511416Z [1565/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut8-p4h3ts-rcp.c.o 2024-04-03T16:00:51.1923243Z [1565/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T16:00:51.1925143Z [1566/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-rcp.c.o 2024-04-03T16:00:51.2117402Z [1566/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T16:00:51.2119332Z [1567/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T16:00:51.2719355Z [1567/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T16:00:51.2722299Z [1568/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T16:00:51.2750927Z [1568/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.o 2024-04-03T16:00:51.2754386Z [1569/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T16:00:51.2757560Z [1569/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.o 2024-04-03T16:00:51.2760748Z [1570/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T16:00:51.3185292Z [1570/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.o 2024-04-03T16:00:51.3187180Z [1571/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T16:00:51.3486707Z [1571/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:00:51.3488615Z [1572/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T16:00:51.3789338Z [1572/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.o 2024-04-03T16:00:51.3792709Z [1573/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-div.c.o 2024-04-03T16:00:51.3832004Z [1573/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T16:00:51.3834584Z [1574/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h4ts-div.c.o 2024-04-03T16:00:51.4170935Z [1574/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T16:00:51.4174671Z [1575/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ps-rcp.c.o 2024-04-03T16:00:51.4382927Z [1575/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T16:00:51.4385458Z [1576/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:00:51.4722947Z [1576/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T16:00:51.4724959Z [1577/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr1-p6h5ts-rcp.c.o 2024-04-03T16:00:51.4880631Z [1577/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T16:00:51.4882579Z [1578/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T16:00:51.5190807Z [1578/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-04-03T16:00:51.5194501Z [1579/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T16:00:51.5406066Z [1579/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T16:00:51.5408131Z [1580/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T16:00:51.5628562Z [1580/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T16:00:51.5630871Z [1581/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T16:00:51.5955380Z [1581/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T16:00:51.5959013Z [1582/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T16:00:51.6005480Z [1582/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T16:00:51.6008859Z [1583/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h2ts-rcp.c.o 2024-04-03T16:00:51.6304571Z [1583/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T16:00:51.6306906Z [1584/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T16:00:51.6549942Z [1584/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T16:00:51.6552796Z [1585/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T16:00:51.6822007Z [1585/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T16:00:51.6824065Z [1586/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T16:00:51.7027050Z [1586/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T16:00:51.7028990Z [1587/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T16:00:51.7252368Z [1587/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.o 2024-04-03T16:00:51.7254290Z [1588/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T16:00:51.7554485Z [1588/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.o 2024-04-03T16:00:51.7558190Z [1589/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T16:00:51.7863315Z [1589/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.o 2024-04-03T16:00:51.7866410Z [1590/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T16:00:51.7869741Z [1590/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T16:00:51.7872591Z [1591/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T16:00:51.8411209Z [1591/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T16:00:51.8413079Z [1592/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ps-div.c.o 2024-04-03T16:00:51.8723233Z [1592/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T16:00:51.8726786Z [1593/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h4ts-div.c.o 2024-04-03T16:00:51.8729761Z [1593/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T16:00:51.8731601Z [1594/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1minus-rr2-p6h5ts-div.c.o 2024-04-03T16:00:51.9109533Z [1594/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T16:00:51.9111563Z [1595/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ps-div.c.o 2024-04-03T16:00:51.9316436Z [1595/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:00:51.9319284Z [1596/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h2ts-div.c.o 2024-04-03T16:00:51.9549376Z [1596/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T16:00:51.9551417Z [1597/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut4-p4h3ts-div.c.o 2024-04-03T16:00:51.9840454Z [1597/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T16:00:51.9843761Z [1598/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h2ts-div.c.o 2024-04-03T16:00:52.0064662Z [1598/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T16:00:52.0066586Z [1599/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p3h1ts-div.c.o 2024-04-03T16:00:52.0284269Z [1599/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T16:00:52.0286210Z [1600/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:00:52.0742278Z [1600/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T16:00:52.0745580Z [1601/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p3h1ts-div.c.o 2024-04-03T16:00:52.1034218Z [1601/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T16:00:52.1036164Z [1602/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h2ts-div.c.o 2024-04-03T16:00:52.1088086Z [1602/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T16:00:52.1090198Z [1603/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut8-p4h3ts-div.c.o 2024-04-03T16:00:52.1549488Z [1603/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.o 2024-04-03T16:00:52.1552770Z [1604/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ps-div.c.o 2024-04-03T16:00:52.1556164Z [1604/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.o 2024-04-03T16:00:52.1559941Z [1605/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut16-p4h3ts-div.c.o 2024-04-03T16:00:52.2075821Z [1605/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.o 2024-04-03T16:00:52.2077722Z [1606/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut32-p3h1ts-div.c.o 2024-04-03T16:00:52.2273200Z [1606/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T16:00:52.2275069Z [1607/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ts-div.c.o 2024-04-03T16:00:52.2605365Z [1607/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T16:00:52.2608670Z [1608/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-lut64-p3h1ts-div.c.o 2024-04-03T16:00:52.2655057Z [1608/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T16:00:52.2657041Z [1609/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h4ts-div.c.o 2024-04-03T16:00:52.2982692Z [1609/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T16:00:52.2985411Z [1610/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr1-p6h5ps-div.c.o 2024-04-03T16:00:52.3230952Z [1610/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T16:00:52.3232841Z [1611/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h2ts-div.c.o 2024-04-03T16:00:52.3540885Z [1611/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T16:00:52.3544240Z [1612/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p3h1ts-div.c.o 2024-04-03T16:00:52.3785657Z [1612/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T16:00:52.3787540Z [1613/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ts-div.c.o 2024-04-03T16:00:52.4043055Z [1613/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T16:00:52.4044956Z [1614/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut4-p4h3ps-div.c.o 2024-04-03T16:00:52.4383272Z [1614/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T16:00:52.4385632Z [1615/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ps-div.c.o 2024-04-03T16:00:52.4387505Z [1615/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T16:00:52.4389337Z [1616/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h2ts-div.c.o 2024-04-03T16:00:52.4712158Z [1616/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T16:00:52.4715731Z [1617/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut8-p4h3ts-div.c.o 2024-04-03T16:00:52.4972580Z [1617/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T16:00:52.4975614Z [1618/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p3h1ts-div.c.o 2024-04-03T16:00:52.5325816Z [1618/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T16:00:52.5327891Z [1619/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ps-div.c.o 2024-04-03T16:00:52.5688946Z [1619/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.o 2024-04-03T16:00:52.5690831Z [1620/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h3ts-div.c.o 2024-04-03T16:00:52.5717284Z [1620/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.o 2024-04-03T16:00:52.5719334Z [1621/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut16-p4h2ts-div.c.o 2024-04-03T16:00:52.6039084Z [1621/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.o 2024-04-03T16:00:52.6040970Z [1622/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut32-p3h1ts-div.c.o 2024-04-03T16:00:52.6333817Z [1622/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2024-04-03T16:00:52.6335667Z [1623/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-lut64-p3h1ts-div.c.o 2024-04-03T16:00:52.6575161Z [1623/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2024-04-03T16:00:52.6577017Z [1624/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h4ts-div.c.o 2024-04-03T16:00:52.6923398Z [1624/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.o 2024-04-03T16:00:52.6927019Z [1625/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ts-div.c.o 2024-04-03T16:00:52.6969443Z [1625/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2024-04-03T16:00:52.6971430Z [1626/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma-expm1plus-rr2-p6h5ps-div.c.o 2024-04-03T16:00:52.7370072Z [1626/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.o 2024-04-03T16:00:52.7373821Z [1627/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9x-minmax-sse-c4.c.o 2024-04-03T16:00:52.7563924Z [1627/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.o 2024-04-03T16:00:52.7565794Z [1628/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-avgpool/f32-avgpool-9p8x-minmax-sse-c4.c.o 2024-04-03T16:00:52.7939564Z [1628/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.o 2024-04-03T16:00:52.7943400Z [1629/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-1x1.c.o 2024-04-03T16:00:52.8139330Z [1629/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.o 2024-04-03T16:00:52.8141497Z [1630/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc2.c.o 2024-04-03T16:00:52.8885248Z [1630/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2024-04-03T16:00:52.8888541Z [1631/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc4.c.o 2024-04-03T16:00:52.8890522Z [1631/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.o 2024-04-03T16:00:52.8892470Z [1632/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4-acc3.c.o 2024-04-03T16:00:52.9201227Z [1632/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.o 2024-04-03T16:00:52.9204706Z [1633/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-conv-hwc2chw/f32-conv-hwc2chw-3x3s2p1c3x4-sse-2x2.c.o 2024-04-03T16:00:52.9208152Z [1633/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.o 2024-04-03T16:00:52.9211659Z [1634/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-1x4.c.o 2024-04-03T16:00:52.9835144Z [1634/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.o 2024-04-03T16:00:52.9837741Z [1635/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4-acc2.c.o 2024-04-03T16:00:53.0311032Z [1635/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.o 2024-04-03T16:00:53.0312990Z [1636/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-5x4.c.o 2024-04-03T16:00:53.0609638Z [1636/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.o 2024-04-03T16:00:53.0611679Z [1637/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-3x4.c.o 2024-04-03T16:00:53.0657012Z [1637/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2024-04-03T16:00:53.0661032Z [1638/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-2x4.c.o 2024-04-03T16:00:53.0983629Z [1638/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.o 2024-04-03T16:00:53.0987339Z [1639/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-4x4.c.o 2024-04-03T16:00:53.1632477Z [1639/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.o 2024-04-03T16:00:53.1634758Z [1640/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc2.c.o 2024-04-03T16:00:53.1827333Z [1640/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.o 2024-04-03T16:00:53.1829379Z [1641/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-sse-6x4.c.o 2024-04-03T16:00:53.2175137Z [1641/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.o 2024-04-03T16:00:53.2177251Z [1642/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc4.c.o 2024-04-03T16:00:53.2220398Z [1642/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.o 2024-04-03T16:00:53.2223924Z [1643/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4-acc3.c.o 2024-04-03T16:00:53.2959048Z [1643/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.o 2024-04-03T16:00:53.2962295Z [1644/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4-acc2.c.o 2024-04-03T16:00:53.3155163Z [1644/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.o 2024-04-03T16:00:53.3157190Z [1645/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-1x4.c.o 2024-04-03T16:00:53.3381338Z [1645/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.o 2024-04-03T16:00:53.3383331Z [1646/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-4x4.c.o 2024-04-03T16:00:53.3563983Z [1646/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.o 2024-04-03T16:00:53.3565983Z [1647/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-2x4.c.o 2024-04-03T16:00:53.3967466Z [1647/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.o 2024-04-03T16:00:53.3972301Z [1648/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3s2p1-minmax-sse-3x4.c.o 2024-04-03T16:00:53.4560160Z [1648/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.o 2024-04-03T16:00:53.4562365Z [1649/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc4.c.o 2024-04-03T16:00:53.4876278Z [1649/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.o 2024-04-03T16:00:53.4878321Z [1650/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc2.c.o 2024-04-03T16:00:53.4921185Z [1650/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.o 2024-04-03T16:00:53.4924850Z [1651/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc5.c.o 2024-04-03T16:00:53.5355583Z [1651/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.o 2024-04-03T16:00:53.5357614Z [1652/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4-acc3.c.o 2024-04-03T16:00:53.5584548Z [1652/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.o 2024-04-03T16:00:53.5586568Z [1653/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-1x4.c.o 2024-04-03T16:00:53.6199291Z [1653/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.o 2024-04-03T16:00:53.6201307Z [1654/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc3.c.o 2024-04-03T16:00:53.6552282Z [1654/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.o 2024-04-03T16:00:53.6554299Z [1655/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4.c.o 2024-04-03T16:00:53.6772781Z [1655/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2024-04-03T16:00:53.6774787Z [1656/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-2x4-acc2.c.o 2024-04-03T16:00:53.7007793Z [1656/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.o 2024-04-03T16:00:53.7009810Z [1657/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4-acc2.c.o 2024-04-03T16:00:53.7064352Z [1657/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.o 2024-04-03T16:00:53.7066383Z [1658/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-3x4.c.o 2024-04-03T16:00:53.7725020Z [1658/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.o 2024-04-03T16:00:53.7727084Z [1659/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4-acc2.c.o 2024-04-03T16:00:53.8225019Z [1659/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.o 2024-04-03T16:00:53.8228476Z [1660/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-5x4.c.o 2024-04-03T16:00:53.8232226Z [1660/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.o 2024-04-03T16:00:53.8235146Z [1661/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc2.c.o 2024-04-03T16:00:53.8485426Z [1661/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.o 2024-04-03T16:00:53.8489108Z [1662/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc3.c.o 2024-04-03T16:00:53.9252058Z [1662/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.o 2024-04-03T16:00:53.9254256Z [1663/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5p2-minmax-sse-4x4.c.o 2024-04-03T16:00:53.9260536Z [1663/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.o 2024-04-03T16:00:53.9262720Z [1664/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc4.c.o 2024-04-03T16:00:53.9579068Z [1664/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2024-04-03T16:00:53.9581679Z [1665/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4-acc5.c.o 2024-04-03T16:00:53.9584929Z [1665/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.o 2024-04-03T16:00:53.9588477Z [1666/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-1x4.c.o 2024-04-03T16:00:54.0006586Z [1666/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.o 2024-04-03T16:00:54.0010296Z [1667/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc2.c.o 2024-04-03T16:00:54.0778743Z [1667/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse-acc2.c.o 2024-04-03T16:00:54.0782155Z [1668/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4.c.o 2024-04-03T16:00:54.0938208Z [1668/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse.c.o 2024-04-03T16:00:54.0940211Z [1669/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4.c.o 2024-04-03T16:00:54.1031167Z [1669/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse-acc2.c.o 2024-04-03T16:00:54.1034763Z [1670/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-2x4-acc3.c.o 2024-04-03T16:00:54.1477659Z [1670/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2024-04-03T16:00:54.1486600Z [1671/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-5x5s2p2-minmax-sse-3x4-acc2.c.o 2024-04-03T16:00:54.1490527Z [1671/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse-acc2.c.o 2024-04-03T16:00:54.1493825Z [1672/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse-acc2.c.o 2024-04-03T16:00:54.2093025Z [1672/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse.c.o 2024-04-03T16:00:54.2096208Z [1673/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p4c-minmax-sse.c.o 2024-04-03T16:00:54.2390495Z [1673/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse-acc2.c.o 2024-04-03T16:00:54.2392254Z [1674/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse.c.o 2024-04-03T16:00:54.2602712Z [1674/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2024-04-03T16:00:54.2604480Z [1675/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-sse-acc2.c.o 2024-04-03T16:00:54.2930619Z [1675/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.2932452Z [1676/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse-acc2.c.o 2024-04-03T16:00:54.2938801Z [1676/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.2940575Z [1677/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p4c-minmax-sse.c.o 2024-04-03T16:00:54.3807362Z [1677/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.3809174Z [1678/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse.c.o 2024-04-03T16:00:54.4102955Z [1678/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.4106047Z [1679/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-sse-acc2.c.o 2024-04-03T16:00:54.4153833Z [1679/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.4155743Z [1680/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.4519452Z [1680/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.4523035Z [1681/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.5064746Z [1681/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.5068106Z [1682/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.5840170Z [1682/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.5843761Z [1683/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l4c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.5847625Z [1683/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.5851249Z [1684/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.5854770Z [1684/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.5858522Z [1685/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.6187207Z [1685/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.6190428Z [1686/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.6987520Z [1686/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.6990497Z [1687/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.7199103Z [1687/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.7201141Z [1688/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.7526543Z [1688/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.7530063Z [1689/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l4c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.7567919Z [1689/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.7569827Z [1690/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.7891782Z [1690/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.7895005Z [1691/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.8398610Z [1691/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.8400546Z [1692/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.8634941Z [1692/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.8636790Z [1693/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l4c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.8869501Z [1693/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse-acc2.c.o 2024-04-03T16:00:54.8871332Z [1694/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse.c.o 2024-04-03T16:00:54.9102978Z [1694/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse.c.o 2024-04-03T16:00:54.9106365Z [1695/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:54.9538169Z [1695/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse-acc2.c.o 2024-04-03T16:00:54.9540199Z [1696/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse-acc2.c.o 2024-04-03T16:00:55.0448414Z [1696/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2024-04-03T16:00:55.0451477Z [1697/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c4s4r-minmax-sse.c.o 2024-04-03T16:00:55.0454539Z [1697/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse-acc2.c.o 2024-04-03T16:00:55.0457091Z [1698/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse.c.o 2024-04-03T16:00:55.0460212Z [1698/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse.c.o 2024-04-03T16:00:55.0462751Z [1699/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse-acc2.c.o 2024-04-03T16:00:55.0465133Z [1699/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse-acc2.c.o 2024-04-03T16:00:55.0467159Z [1700/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p4c-minmax-sse-acc2.c.o 2024-04-03T16:00:55.1156134Z [1700/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2024-04-03T16:00:55.1159211Z [1701/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-sse.c.o 2024-04-03T16:00:55.1605335Z [1701/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-sse-u4.c.o 2024-04-03T16:00:55.1607082Z [1702/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse-acc2.c.o 2024-04-03T16:00:55.1900589Z [1702/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-sse-c4.c.o 2024-04-03T16:00:55.1902655Z [1703/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse-acc2.c.o 2024-04-03T16:00:55.1952346Z [1703/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-sse-c4.c.o 2024-04-03T16:00:55.1955435Z [1704/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p4c-minmax-sse.c.o 2024-04-03T16:00:55.2326952Z [1704/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-dup.c.o 2024-04-03T16:00:55.2329982Z [1705/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-sse.c.o 2024-04-03T16:00:55.2566008Z [1705/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2024-04-03T16:00:55.2569287Z [1706/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool-cw/f32-gavgpool-cw-sse-u4.c.o 2024-04-03T16:00:55.3053452Z [1706/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-sse.c.o 2024-04-03T16:00:55.3056608Z [1707/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7p7x-minmax-sse-c4.c.o 2024-04-03T16:00:55.3213790Z [1707/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-dup.c.o 2024-04-03T16:00:55.3215714Z [1708/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gavgpool/f32-gavgpool-7x-minmax-sse-c4.c.o 2024-04-03T16:00:55.3963600Z [1708/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-load1.c.o 2024-04-03T16:00:55.3965428Z [1709/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8s4-minmax-sse.c.o 2024-04-03T16:00:55.4124173Z [1709/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-sse.c.o 2024-04-03T16:00:55.4127536Z [1710/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-dup.c.o 2024-04-03T16:00:55.5014729Z [1710/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2024-04-03T16:00:55.5016528Z [1711/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x2c4-minmax-sse.c.o 2024-04-03T16:00:55.5439052Z [1711/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-dup.c.o 2024-04-03T16:00:55.5442156Z [1712/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse-load1.c.o 2024-04-03T16:00:55.5482405Z [1712/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2024-04-03T16:00:55.5484983Z [1713/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-dup.c.o 2024-04-03T16:00:55.5855418Z [1713/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-sse.c.o 2024-04-03T16:00:55.5858099Z [1714/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8s4-minmax-sse.c.o 2024-04-03T16:00:55.6085697Z [1714/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-dup.c.o 2024-04-03T16:00:55.6088677Z [1715/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse-load1.c.o 2024-04-03T16:00:55.6665237Z [1715/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-load1.c.o 2024-04-03T16:00:55.6668519Z [1716/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8s4-minmax-sse.c.o 2024-04-03T16:00:55.7760813Z [1716/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-sse.c.o 2024-04-03T16:00:55.7764102Z [1717/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-dup.c.o 2024-04-03T16:00:55.7767391Z [1717/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2c4-minmax-sse.c.o 2024-04-03T16:00:55.7770649Z [1718/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse-load1.c.o 2024-04-03T16:00:55.8068862Z [1718/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-dup.c.o 2024-04-03T16:00:55.8071907Z [1719/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-load1.c.o 2024-04-03T16:00:55.8158268Z [1719/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-load1.c.o 2024-04-03T16:00:55.8159953Z [1720/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8s4-minmax-sse.c.o 2024-04-03T16:00:55.8482871Z [1720/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-sse.c.o 2024-04-03T16:00:55.8484562Z [1721/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse-dup.c.o 2024-04-03T16:00:55.9207144Z [1721/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-dup.c.o 2024-04-03T16:00:55.9210241Z [1722/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x2c4-minmax-sse.c.o 2024-04-03T16:00:55.9629776Z [1722/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-load1.c.o 2024-04-03T16:00:55.9633042Z [1723/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8s4-minmax-sse.c.o 2024-04-03T16:00:56.0250515Z [1723/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-sse.c.o 2024-04-03T16:00:56.0252388Z [1724/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.0448276Z [1724/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.0450224Z [1725/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.0812397Z [1725/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.0815880Z [1726/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.1358538Z [1726/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-sse.c.o 2024-04-03T16:00:56.1361946Z [1727/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8s4-minmax-sse.c.o 2024-04-03T16:00:56.1729719Z [1727/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.1733259Z [1728/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.1984012Z [1728/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.1987752Z [1729/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8s4-minmax-sse.c.o 2024-04-03T16:00:56.2424110Z [1729/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-sse.c.o 2024-04-03T16:00:56.2427441Z [1730/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.2759939Z [1730/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.2763677Z [1731/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.3452816Z [1731/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.3454628Z [1732/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8s4-minmax-sse.c.o 2024-04-03T16:00:56.3615828Z [1732/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-sse.c.o 2024-04-03T16:00:56.3617902Z [1733/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.3958764Z [1733/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.3960568Z [1734/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.4589765Z [1734/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.4591925Z [1735/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.4757323Z [1735/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-sse.c.o 2024-04-03T16:00:56.4760439Z [1736/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8s4-minmax-sse.c.o 2024-04-03T16:00:56.5890662Z [1736/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p4.c.o 2024-04-03T16:00:56.5892839Z [1737/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.5894595Z [1737/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2024-04-03T16:00:56.5896450Z [1738/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.6331224Z [1738/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c4.c.o 2024-04-03T16:00:56.6333571Z [1739/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8s4-minmax-sse.c.o 2024-04-03T16:00:56.6336218Z [1739/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2024-04-03T16:00:56.6339530Z [1740/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.6427172Z [1740/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.6428928Z [1741/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p4.c.o 2024-04-03T16:00:56.7715249Z [1741/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.7718622Z [1742/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c8.c.o 2024-04-03T16:00:56.8008763Z [1742/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-sse.c.o 2024-04-03T16:00:56.8010653Z [1743/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.8054128Z [1743/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.8055872Z [1744/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.8515560Z [1744/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.8518881Z [1745/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear/gen/f32-ibilinear-sse-c4.c.o 2024-04-03T16:00:56.8520691Z [1745/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-sse.c.o 2024-04-03T16:00:56.8522576Z [1746/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ibilinear-chw/gen/f32-ibilinear-chw-sse-p8.c.o 2024-04-03T16:00:56.9235580Z [1746/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2024-04-03T16:00:56.9237658Z [1747/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x2c4-minmax-sse.c.o 2024-04-03T16:00:56.9837508Z [1747/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.9839294Z [1748/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.9841044Z [1748/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2024-04-03T16:00:56.9842693Z [1749/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8s4-minmax-sse.c.o 2024-04-03T16:00:56.9847959Z [1749/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-sse.c.o 2024-04-03T16:00:56.9851201Z [1750/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.9882997Z [1750/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-dup.c.o 2024-04-03T16:00:56.9886133Z [1751/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8s4-minmax-sse.c.o 2024-04-03T16:00:57.0926452Z [1751/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-load1.c.o 2024-04-03T16:00:57.0929867Z [1752/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-dup.c.o 2024-04-03T16:00:57.0933170Z [1752/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-sse.c.o 2024-04-03T16:00:57.0936549Z [1753/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse-load1.c.o 2024-04-03T16:00:57.1179010Z [1753/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2c4-minmax-sse.c.o 2024-04-03T16:00:57.1181150Z [1754/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-dup.c.o 2024-04-03T16:00:57.1571171Z [1754/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-dup.c.o 2024-04-03T16:00:57.1574336Z [1755/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8s4-minmax-sse.c.o 2024-04-03T16:00:57.1617075Z [1755/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-load1.c.o 2024-04-03T16:00:57.1618985Z [1756/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse-load1.c.o 2024-04-03T16:00:57.2693599Z [1756/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-sse.c.o 2024-04-03T16:00:57.2697691Z [1757/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8s4-minmax-sse.c.o 2024-04-03T16:00:57.2700131Z [1757/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2024-04-03T16:00:57.2701952Z [1758/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-dup.c.o 2024-04-03T16:00:57.2703811Z [1758/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2024-04-03T16:00:57.2705734Z [1759/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse-load1.c.o 2024-04-03T16:00:57.3153692Z [1759/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2024-04-03T16:00:57.3156990Z [1760/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8s4-minmax-sse.c.o 2024-04-03T16:00:57.3316363Z [1760/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-sse.c.o 2024-04-03T16:00:57.3319426Z [1761/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x2c4-minmax-sse.c.o 2024-04-03T16:00:57.3822921Z [1761/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x4.c.o 2024-04-03T16:00:57.3826142Z [1762/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-maxpool/f32-maxpool-9p8x-minmax-sse-c4.c.o 2024-04-03T16:00:57.4262692Z [1762/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x8.c.o 2024-04-03T16:00:57.4265773Z [1763/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9p8x-minmax-sse-c4.c.o 2024-04-03T16:00:57.4268715Z [1763/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u4.c.o 2024-04-03T16:00:57.4271655Z [1764/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-pavgpool/f32-pavgpool-9x-minmax-sse-c4.c.o 2024-04-03T16:00:57.4307924Z [1764/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u8-acc2.c.o 2024-04-03T16:00:57.4310849Z [1765/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x4.c.o 2024-04-03T16:00:57.4712052Z [1765/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u12-acc3.c.o 2024-04-03T16:00:57.4714789Z [1766/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-ppmm/gen/f32-ppmm-4x8-minmax-sse.c.o 2024-04-03T16:00:57.5140168Z [1766/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc2.c.o 2024-04-03T16:00:57.5141778Z [1767/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse-2x8.c.o 2024-04-03T16:00:57.5331815Z [1767/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2024-04-03T16:00:57.5334012Z [1768/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u12-acc3.c.o 2024-04-03T16:00:57.5599097Z [1768/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u4.c.o 2024-04-03T16:00:57.5601823Z [1769/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u4.c.o 2024-04-03T16:00:57.5799436Z [1769/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u8-acc2.c.o 2024-04-03T16:00:57.5801236Z [1770/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc2.c.o 2024-04-03T16:00:57.6057917Z [1770/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u12-acc3.c.o 2024-04-03T16:00:57.6060770Z [1771/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u8-acc2.c.o 2024-04-03T16:00:57.6287346Z [1771/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc2.c.o 2024-04-03T16:00:57.6289133Z [1772/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-sse-u16-acc4.c.o 2024-04-03T16:00:57.6477527Z [1772/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc4.c.o 2024-04-03T16:00:57.6479285Z [1773/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u4.c.o 2024-04-03T16:00:57.6799985Z [1773/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u4.c.o 2024-04-03T16:00:57.6802858Z [1774/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u8-acc2.c.o 2024-04-03T16:00:57.7000604Z [1774/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u8-acc2.c.o 2024-04-03T16:00:57.7002446Z [1775/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u12-acc3.c.o 2024-04-03T16:00:57.7240920Z [1775/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u12-acc3.c.o 2024-04-03T16:00:57.7242749Z [1776/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc2.c.o 2024-04-03T16:00:57.7477468Z [1776/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc2.c.o 2024-04-03T16:00:57.7480699Z [1777/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-sse-u16-acc4.c.o 2024-04-03T16:00:57.7721733Z [1777/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2024-04-03T16:00:57.7723391Z [1778/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u4.c.o 2024-04-03T16:00:57.8016577Z [1778/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u4.c.o 2024-04-03T16:00:57.8019624Z [1779/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u8-acc2.c.o 2024-04-03T16:00:57.8191727Z [1779/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u8-acc2.c.o 2024-04-03T16:00:57.8194987Z [1780/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u12-acc3.c.o 2024-04-03T16:00:57.8663043Z [1780/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u12-acc3.c.o 2024-04-03T16:00:57.8665522Z [1781/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc2.c.o 2024-04-03T16:00:57.8671542Z [1781/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc2.c.o 2024-04-03T16:00:57.8674574Z [1782/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-sse-u16-acc4.c.o 2024-04-03T16:00:57.8949367Z [1782/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2024-04-03T16:00:57.8950931Z [1783/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u4.c.o 2024-04-03T16:00:57.9218771Z [1783/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-sse.c.o 2024-04-03T16:00:57.9221751Z [1784/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u8-acc2.c.o 2024-04-03T16:00:57.9466260Z [1784/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-sse.c.o 2024-04-03T16:00:57.9468254Z [1785/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u12-acc3.c.o 2024-04-03T16:00:58.0177446Z [1785/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-sse.c.o 2024-04-03T16:00:58.0179375Z [1786/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc2.c.o 2024-04-03T16:00:58.0420513Z [1786/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2024-04-03T16:00:58.0422174Z [1787/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-sse-u16-acc4.c.o 2024-04-03T16:00:58.0731579Z [1787/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u4.c.o 2024-04-03T16:00:58.0734503Z [1788/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-4x1-minmax-sse.c.o 2024-04-03T16:00:58.0950462Z [1788/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u8.c.o 2024-04-03T16:00:58.0953663Z [1789/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-8x1-minmax-sse.c.o 2024-04-03T16:00:58.1394475Z [1789/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u4.c.o 2024-04-03T16:00:58.1396154Z [1790/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u4.c.o 2024-04-03T16:00:58.1592872Z [1790/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u8.c.o 2024-04-03T16:00:58.1594686Z [1791/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-16x1-minmax-sse.c.o 2024-04-03T16:00:58.1787809Z [1791/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u4.c.o 2024-04-03T16:00:58.1790822Z [1792/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-sse-u8.c.o 2024-04-03T16:00:58.2181924Z [1792/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u8.c.o 2024-04-03T16:00:58.2185219Z [1793/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u4.c.o 2024-04-03T16:00:58.2392538Z [1793/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u4.c.o 2024-04-03T16:00:58.2395032Z [1794/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-spmm/gen/f32-spmm-32x1-minmax-sse.c.o 2024-04-03T16:00:58.2637290Z [1794/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u8.c.o 2024-04-03T16:00:58.2639966Z [1795/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-sse-u8.c.o 2024-04-03T16:00:58.2867093Z [1795/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u4.c.o 2024-04-03T16:00:58.2868939Z [1796/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u4.c.o 2024-04-03T16:00:58.3128720Z [1796/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2024-04-03T16:00:58.3130487Z [1797/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-sse-u8.c.o 2024-04-03T16:00:58.3453266Z [1797/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u4.c.o 2024-04-03T16:00:58.3454906Z [1798/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u4.c.o 2024-04-03T16:00:58.3981531Z [1798/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2024-04-03T16:00:58.3983095Z [1799/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u8.c.o 2024-04-03T16:00:58.4276452Z [1799/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u4.c.o 2024-04-03T16:00:58.4278002Z [1800/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-sse-u4.c.o 2024-04-03T16:00:58.4320392Z [1800/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2024-04-03T16:00:58.4323368Z [1801/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-sse-u8.c.o 2024-04-03T16:00:58.4696206Z [1801/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u4.c.o 2024-04-03T16:00:58.4698051Z [1802/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u8.c.o 2024-04-03T16:00:58.4774667Z [1802/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2024-04-03T16:00:58.4776350Z [1803/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-sse-u4.c.o 2024-04-03T16:00:58.5392332Z [1803/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u4.c.o 2024-04-03T16:00:58.5394063Z [1804/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u4.c.o 2024-04-03T16:00:58.5824299Z [1804/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u8.c.o 2024-04-03T16:00:58.5826903Z [1805/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u4.c.o 2024-04-03T16:00:58.5828517Z [1805/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u4.c.o 2024-04-03T16:00:58.5830104Z [1806/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-sse-u8.c.o 2024-04-03T16:00:58.5868920Z [1806/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u8.c.o 2024-04-03T16:00:58.5871914Z [1807/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u4.c.o 2024-04-03T16:00:58.6299230Z [1807/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u4.c.o 2024-04-03T16:00:58.6301979Z [1808/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-sse-u8.c.o 2024-04-03T16:00:58.6713416Z [1808/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u8.c.o 2024-04-03T16:00:58.6715104Z [1809/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-sse-u8.c.o 2024-04-03T16:00:58.6961145Z [1809/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u4.c.o 2024-04-03T16:00:58.6962854Z [1810/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u4.c.o 2024-04-03T16:00:58.7294240Z [1810/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u8.c.o 2024-04-03T16:00:58.7297106Z [1811/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u4.c.o 2024-04-03T16:00:58.7299366Z [1811/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u4.c.o 2024-04-03T16:00:58.7301081Z [1812/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-sse-u8.c.o 2024-04-03T16:00:58.7707573Z [1812/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2024-04-03T16:00:58.7710598Z [1813/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-sse-u8.c.o 2024-04-03T16:00:58.8127164Z [1813/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u4.c.o 2024-04-03T16:00:58.8128962Z [1814/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u4.c.o 2024-04-03T16:00:58.8315493Z [1814/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2024-04-03T16:00:58.8318531Z [1815/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-sse-u8.c.o 2024-04-03T16:00:58.9040744Z [1815/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u4.c.o 2024-04-03T16:00:58.9044001Z [1816/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u8.c.o 2024-04-03T16:00:58.9343683Z [1816/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u8.c.o 2024-04-03T16:00:58.9345887Z [1817/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-sse-u4.c.o 2024-04-03T16:00:58.9347642Z [1817/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u4.c.o 2024-04-03T16:00:58.9349642Z [1818/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u4.c.o 2024-04-03T16:00:58.9352494Z [1818/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u8.c.o 2024-04-03T16:00:58.9354098Z [1819/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-sse-u8.c.o 2024-04-03T16:00:58.9783390Z [1819/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u4.c.o 2024-04-03T16:00:58.9786562Z [1820/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u4.c.o 2024-04-03T16:00:59.0439851Z [1820/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2024-04-03T16:00:59.0444389Z [1821/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u4.c.o 2024-04-03T16:00:59.0447436Z [1821/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u4.c.o 2024-04-03T16:00:59.0450862Z [1822/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u4.c.o 2024-04-03T16:00:59.0703511Z [1822/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2024-04-03T16:00:59.0705275Z [1823/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-sse-u8.c.o 2024-04-03T16:00:59.0968046Z [1823/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u12.c.o 2024-04-03T16:00:59.0971108Z [1824/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-sse-u8.c.o 2024-04-03T16:00:59.1377455Z [1824/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u16.c.o 2024-04-03T16:00:59.1380681Z [1825/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u4.c.o 2024-04-03T16:00:59.1541088Z [1825/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u4.c.o 2024-04-03T16:00:59.1542846Z [1826/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u8.c.o 2024-04-03T16:00:59.1854082Z [1826/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2024-04-03T16:00:59.1857084Z [1827/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-sse-u8.c.o 2024-04-03T16:00:59.2049808Z [1827/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u4.c.o 2024-04-03T16:00:59.2052625Z [1828/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u12.c.o 2024-04-03T16:00:59.2496108Z [1828/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2024-04-03T16:00:59.2499449Z [1829/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u4.c.o 2024-04-03T16:00:59.2937324Z [1829/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2024-04-03T16:00:59.2940581Z [1830/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vcmul/gen/f32-vcmul-sse-u16.c.o 2024-04-03T16:00:59.2943599Z [1830/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-sse-2x.c.o 2024-04-03T16:00:59.2946646Z [1831/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-sse-u8.c.o 2024-04-03T16:00:59.2949425Z [1831/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u4.c.o 2024-04-03T16:00:59.2952197Z [1832/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u4.c.o 2024-04-03T16:00:59.3562632Z [1832/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u8.c.o 2024-04-03T16:00:59.3564352Z [1833/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse-u8.c.o 2024-04-03T16:00:59.3872565Z [1833/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u4.c.o 2024-04-03T16:00:59.3875242Z [1834/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c8-minmax-sse-2x.c.o 2024-04-03T16:00:59.3876971Z [1834/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2024-04-03T16:00:59.3878654Z [1835/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vmulcaddc/gen/f32-vmulcaddc-c4-minmax-sse-2x.c.o 2024-04-03T16:00:59.4879565Z [1835/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u16.c.o 2024-04-03T16:00:59.4881205Z [1836/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u4.c.o 2024-04-03T16:00:59.4885765Z [1836/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u4.c.o 2024-04-03T16:00:59.4887895Z [1837/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-sse-u8.c.o 2024-04-03T16:00:59.5348542Z [1837/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u8.c.o 2024-04-03T16:00:59.5351549Z [1838/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u4.c.o 2024-04-03T16:00:59.5354427Z [1838/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u16.c.o 2024-04-03T16:00:59.5357102Z [1839/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u16.c.o 2024-04-03T16:00:59.5456063Z [1839/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u4.c.o 2024-04-03T16:00:59.5457758Z [1840/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-sse-rsqrt-u8.c.o 2024-04-03T16:00:59.6417401Z [1840/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u8.c.o 2024-04-03T16:00:59.6420727Z [1841/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u16.c.o 2024-04-03T16:00:59.6423727Z [1841/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u4.c.o 2024-04-03T16:00:59.6426676Z [1842/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u8.c.o 2024-04-03T16:00:59.6871354Z [1842/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u8.c.o 2024-04-03T16:00:59.6873617Z [1843/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-sse-u4.c.o 2024-04-03T16:00:59.6984142Z [1843/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u4.c.o 2024-04-03T16:00:59.6986718Z [1844/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u8.c.o 2024-04-03T16:00:59.7368564Z [1844/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u8.c.o 2024-04-03T16:00:59.7370154Z [1845/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-sse-sqrt-u4.c.o 2024-04-03T16:00:59.7607342Z [1845/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse-addsub.c.o 2024-04-03T16:00:59.7608852Z [1846/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u8.c.o 2024-04-03T16:00:59.7880129Z [1846/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse-addsub.c.o 2024-04-03T16:00:59.7885635Z [1847/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-sse-u4.c.o 2024-04-03T16:00:59.8229186Z [1847/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse-addsub.c.o 2024-04-03T16:00:59.8230717Z [1848/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u4.c.o 2024-04-03T16:00:59.8461469Z [1848/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse-addsub.c.o 2024-04-03T16:00:59.8464212Z [1849/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse-addsub.c.o 2024-04-03T16:00:59.8808550Z [1849/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-hh1mac.c.o 2024-04-03T16:00:59.8810063Z [1850/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse-addsub.c.o 2024-04-03T16:00:59.9101338Z [1850/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr1mac.c.o 2024-04-03T16:00:59.9104237Z [1851/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-sse-u8.c.o 2024-04-03T16:00:59.9106041Z [1851/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr2mac.c.o 2024-04-03T16:00:59.9107484Z [1852/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse-addsub.c.o 2024-04-03T16:00:59.9474858Z [1852/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-sse.c.o 2024-04-03T16:00:59.9476354Z [1853/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse-addsub.c.o 2024-04-03T16:00:59.9812957Z [1853/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2024-04-03T16:00:59.9815930Z [1854/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-hh1mac.c.o 2024-04-03T16:01:00.0039691Z [1854/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u8.c.o 2024-04-03T16:01:00.0041506Z [1855/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr1mac.c.o 2024-04-03T16:01:00.0444013Z [1855/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u16.c.o 2024-04-03T16:01:00.0447099Z [1856/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-sse-nr2mac.c.o 2024-04-03T16:01:00.0747648Z [1856/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u24.c.o 2024-04-03T16:01:00.0750571Z [1857/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packx/x32-packx-4x-sse.c.o 2024-04-03T16:01:00.0753486Z [1857/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2024-04-03T16:01:00.0756522Z [1858/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/x32-transposec-4x4-sse.c.o 2024-04-03T16:01:00.1137049Z [1858/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u8.c.o 2024-04-03T16:01:00.1140352Z [1859/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u8.c.o 2024-04-03T16:01:00.1288454Z [1859/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u16.c.o 2024-04-03T16:01:00.1293935Z [1860/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u16.c.o 2024-04-03T16:01:00.1971160Z [1860/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u24.c.o 2024-04-03T16:01:00.1974140Z [1861/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u32.c.o 2024-04-03T16:01:00.1976030Z [1861/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u32.c.o 2024-04-03T16:01:00.1978152Z [1862/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u8.c.o 2024-04-03T16:01:00.2291673Z [1862/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u8.c.o 2024-04-03T16:01:00.2293332Z [1863/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int16-u24.c.o 2024-04-03T16:01:00.2548880Z [1863/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2024-04-03T16:01:00.2552333Z [1864/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u16.c.o 2024-04-03T16:01:00.3096223Z [1864/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u8.c.o 2024-04-03T16:01:00.3099143Z [1865/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u24.c.o 2024-04-03T16:01:00.3101476Z [1865/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2024-04-03T16:01:00.3103753Z [1866/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse2-int32-u32.c.o 2024-04-03T16:01:00.3360377Z [1866/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2024-04-03T16:01:00.3362163Z [1867/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u8.c.o 2024-04-03T16:01:00.4075092Z [1867/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2024-04-03T16:01:00.4077697Z [1868/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vabs-sse2-u16.c.o 2024-04-03T16:01:00.4080628Z [1868/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2024-04-03T16:01:00.4083612Z [1869/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9p8x-sse2-c4.c.o 2024-04-03T16:01:00.4399677Z [1869/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u8.c.o 2024-04-03T16:01:00.4402444Z [1870/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u8.c.o 2024-04-03T16:01:00.4489268Z [1870/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2024-04-03T16:01:00.4490920Z [1871/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-4x-sse2-c4.c.o 2024-04-03T16:01:00.4780307Z [1871/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u24.c.o 2024-04-03T16:01:00.4783358Z [1872/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vneg-sse2-u16.c.o 2024-04-03T16:01:00.5419541Z [1872/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u32.c.o 2024-04-03T16:01:00.5421306Z [1873/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-argmaxpool/f32-argmaxpool-9x-sse2-c4.c.o 2024-04-03T16:01:00.5569086Z [1873/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.5572079Z [1874/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u16.c.o 2024-04-03T16:01:00.5615864Z [1874/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.5617658Z [1875/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u24.c.o 2024-04-03T16:01:00.5950677Z [1875/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.5953770Z [1876/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u8.c.o 2024-04-03T16:01:00.6083186Z [1876/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.6084878Z [1877/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse2-u32.c.o 2024-04-03T16:01:00.6788153Z [1877/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.6791140Z [1878/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.6980100Z [1878/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.6981964Z [1879/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.7208434Z [1879/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.7211541Z [1880/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.7478781Z [1880/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.7480690Z [1881/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.7706489Z [1881/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.7708432Z [1882/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.8478999Z [1882/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.8480948Z [1883/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.8918255Z [1883/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.8921478Z [1884/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.8923449Z [1884/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.8925156Z [1885/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.8997364Z [1885/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.8999150Z [1886/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.9403267Z [1886/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.9406989Z [1887/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.9979878Z [1887/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse2-dup.c.o 2024-04-03T16:01:00.9981778Z [1888/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.0194541Z [1888/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x4.c.o 2024-04-03T16:01:01.0196440Z [1889/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.0418210Z [1889/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x8.c.o 2024-04-03T16:01:01.0420083Z [1890/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.0669749Z [1890/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.0883155Z [1891/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.0884926Z [1891/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.0886702Z [1892/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.1183022Z [1892/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.1186121Z [1893/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x4.c.o 2024-04-03T16:01:01.1365140Z [1893/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.1368261Z [1894/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse2-2x8.c.o 2024-04-03T16:01:01.2219204Z [1894/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.2222827Z [1895/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.2226532Z [1895/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.2230080Z [1896/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.2551565Z [1896/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-load1.c.o 2024-04-03T16:01:01.2553630Z [1897/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.2633611Z [1897/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse2.c.o 2024-04-03T16:01:01.2637006Z [1898/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.2970983Z [1898/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.2973410Z [1899/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.3794641Z [1899/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-load1.c.o 2024-04-03T16:01:01.3797901Z [1900/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-load1.c.o 2024-04-03T16:01:01.4232048Z [1900/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse2.c.o 2024-04-03T16:01:01.4235352Z [1901/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse2.c.o 2024-04-03T16:01:01.4238511Z [1901/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse2.c.o 2024-04-03T16:01:01.4241146Z [1902/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-load1.c.o 2024-04-03T16:01:01.4277526Z [1902/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.4279404Z [1903/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.4611777Z [1903/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u24.c.o 2024-04-03T16:01:01.4615005Z [1904/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.5412377Z [1904/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u32.c.o 2024-04-03T16:01:01.5415494Z [1905/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.5708385Z [1905/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u40.c.o 2024-04-03T16:01:01.5711964Z [1906/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse2.c.o 2024-04-03T16:01:01.5720311Z [1906/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u48.c.o 2024-04-03T16:01:01.5723679Z [1907/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse2.c.o 2024-04-03T16:01:01.6638688Z [1907/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u56.c.o 2024-04-03T16:01:01.6640733Z [1908/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u24.c.o 2024-04-03T16:01:01.7003491Z [1908/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u64.c.o 2024-04-03T16:01:01.7007043Z [1909/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u32.c.o 2024-04-03T16:01:01.7670729Z [1909/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u72.c.o 2024-04-03T16:01:01.7674383Z [1910/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u56.c.o 2024-04-03T16:01:01.7819238Z [1910/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u80.c.o 2024-04-03T16:01:01.7821426Z [1911/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u48.c.o 2024-04-03T16:01:01.7879147Z [1911/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u8.c.o 2024-04-03T16:01:01.7881244Z [1912/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u40.c.o 2024-04-03T16:01:01.8536332Z [1912/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u16.c.o 2024-04-03T16:01:01.8540674Z [1913/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u64.c.o 2024-04-03T16:01:01.9939471Z [1913/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-dup.c.o 2024-04-03T16:01:01.9942201Z [1914/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u72.c.o 2024-04-03T16:01:01.9944023Z [1914/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-load1.c.o 2024-04-03T16:01:01.9946357Z [1915/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u16.c.o 2024-04-03T16:01:01.9949454Z [1915/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse2.c.o 2024-04-03T16:01:01.9952414Z [1916/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u8.c.o 2024-04-03T16:01:02.0243943Z [1916/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u8.c.o 2024-04-03T16:01:02.0245716Z [1917/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-dup.c.o 2024-04-03T16:01:02.0396439Z [1917/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u16.c.o 2024-04-03T16:01:02.0398480Z [1918/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u80.c.o 2024-04-03T16:01:02.1282092Z [1918/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u24.c.o 2024-04-03T16:01:02.1283760Z [1919/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u24.c.o 2024-04-03T16:01:02.1286391Z [1919/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2024-04-03T16:01:02.1288288Z [1920/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse2.c.o 2024-04-03T16:01:02.1583962Z [1920/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u8.c.o 2024-04-03T16:01:02.1585613Z [1921/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u8.c.o 2024-04-03T16:01:02.1683979Z [1921/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u16.c.o 2024-04-03T16:01:02.1685634Z [1922/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u16.c.o 2024-04-03T16:01:02.2054883Z [1922/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u24.c.o 2024-04-03T16:01:02.2058574Z [1923/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse2-load1.c.o 2024-04-03T16:01:02.2623803Z [1923/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2024-04-03T16:01:02.2625476Z [1924/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u24.c.o 2024-04-03T16:01:02.3060520Z [1924/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.o 2024-04-03T16:01:02.3063333Z [1925/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u16.c.o 2024-04-03T16:01:02.3065442Z [1925/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.o 2024-04-03T16:01:02.3067304Z [1926/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse2-u32.c.o 2024-04-03T16:01:02.3105795Z [1926/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.o 2024-04-03T16:01:02.3107675Z [1927/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u32.c.o 2024-04-03T16:01:02.3501395Z [1927/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.o 2024-04-03T16:01:02.3505110Z [1928/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-sse2-u8.c.o 2024-04-03T16:01:02.3883795Z [1928/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.o 2024-04-03T16:01:02.3885955Z [1929/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u4.c.o 2024-04-03T16:01:02.4117223Z [1929/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.o 2024-04-03T16:01:02.4120554Z [1930/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc2.c.o 2024-04-03T16:01:02.4470050Z [1930/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2024-04-03T16:01:02.4472218Z [1931/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8.c.o 2024-04-03T16:01:02.4656571Z [1931/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.o 2024-04-03T16:01:02.4660407Z [1932/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12-acc3.c.o 2024-04-03T16:01:02.4992836Z [1932/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.o 2024-04-03T16:01:02.4996534Z [1933/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u8-acc2.c.o 2024-04-03T16:01:02.5214574Z [1933/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.o 2024-04-03T16:01:02.5217993Z [1934/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u12.c.o 2024-04-03T16:01:02.5541620Z [1934/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.o 2024-04-03T16:01:02.5543956Z [1935/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc2.c.o 2024-04-03T16:01:02.5746745Z [1935/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.o 2024-04-03T16:01:02.5748920Z [1936/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16-acc4.c.o 2024-04-03T16:01:02.5938053Z [1936/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u4.c.o 2024-04-03T16:01:02.5941703Z [1937/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u16.c.o 2024-04-03T16:01:02.6201335Z [1937/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u8.c.o 2024-04-03T16:01:02.6205095Z [1938/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc2.c.o 2024-04-03T16:01:02.6720893Z [1938/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2024-04-03T16:01:02.6723785Z [1939/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u4.c.o 2024-04-03T16:01:02.6908042Z [1939/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u16.c.o 2024-04-03T16:01:02.6910107Z [1940/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20.c.o 2024-04-03T16:01:02.7287619Z [1940/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u20.c.o 2024-04-03T16:01:02.7289354Z [1941/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u8.c.o 2024-04-03T16:01:02.7317825Z [1941/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u24.c.o 2024-04-03T16:01:02.7320005Z [1942/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u12.c.o 2024-04-03T16:01:02.7723626Z [1942/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u4.c.o 2024-04-03T16:01:02.7727358Z [1943/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-sse2-rr2-p5-u20-acc5.c.o 2024-04-03T16:01:02.7961120Z [1943/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u8.c.o 2024-04-03T16:01:02.7964259Z [1944/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u16.c.o 2024-04-03T16:01:02.8485606Z [1944/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u12.c.o 2024-04-03T16:01:02.8487295Z [1945/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u20.c.o 2024-04-03T16:01:02.8779651Z [1945/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u16.c.o 2024-04-03T16:01:02.8782498Z [1946/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u4.c.o 2024-04-03T16:01:02.8823551Z [1946/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u20.c.o 2024-04-03T16:01:02.8825223Z [1947/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-lut16-p3-u24.c.o 2024-04-03T16:01:02.9156653Z [1947/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u24.c.o 2024-04-03T16:01:02.9159598Z [1948/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u8.c.o 2024-04-03T16:01:02.9308230Z [1948/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u4.c.o 2024-04-03T16:01:02.9311535Z [1949/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u12.c.o 2024-04-03T16:01:02.9871767Z [1949/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u8.c.o 2024-04-03T16:01:02.9873393Z [1950/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u16.c.o 2024-04-03T16:01:03.0175871Z [1950/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u4.c.o 2024-04-03T16:01:03.0177711Z [1951/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u20.c.o 2024-04-03T16:01:03.0238224Z [1951/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2024-04-03T16:01:03.0241163Z [1952/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse2-rr2-p6-u24.c.o 2024-04-03T16:01:03.0499053Z [1952/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u4.c.o 2024-04-03T16:01:03.0500674Z [1953/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u4.c.o 2024-04-03T16:01:03.0835670Z [1953/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2024-04-03T16:01:03.0838704Z [1954/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse2-u8.c.o 2024-04-03T16:01:03.1288419Z [1954/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u4.c.o 2024-04-03T16:01:03.1289977Z [1955/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u4.c.o 2024-04-03T16:01:03.1645386Z [1955/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2024-04-03T16:01:03.1647034Z [1956/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u8.c.o 2024-04-03T16:01:03.1798446Z [1956/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u4.c.o 2024-04-03T16:01:03.1801231Z [1957/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse2-u8.c.o 2024-04-03T16:01:03.2017291Z [1957/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2024-04-03T16:01:03.2019005Z [1958/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u4.c.o 2024-04-03T16:01:03.2370354Z [1958/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.o 2024-04-03T16:01:03.2373834Z [1959/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse2-u4.c.o 2024-04-03T16:01:03.2539811Z [1959/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2024-04-03T16:01:03.2543127Z [1960/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse2-u8.c.o 2024-04-03T16:01:03.2875161Z [1960/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.o 2024-04-03T16:01:03.2878387Z [1961/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u4.c.o 2024-04-03T16:01:03.3190672Z [1961/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.o 2024-04-03T16:01:03.3192531Z [1962/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse2-u8.c.o 2024-04-03T16:01:03.3374868Z [1962/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u20.c.o 2024-04-03T16:01:03.3379253Z [1963/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u4.c.o 2024-04-03T16:01:03.3744576Z [1963/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u24.c.o 2024-04-03T16:01:03.3746630Z [1964/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u12.c.o 2024-04-03T16:01:03.4272601Z [1964/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u4.c.o 2024-04-03T16:01:03.4274474Z [1965/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u16.c.o 2024-04-03T16:01:03.4774748Z [1965/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u8.c.o 2024-04-03T16:01:03.4778056Z [1966/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u24.c.o 2024-04-03T16:01:03.4780631Z [1966/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u12.c.o 2024-04-03T16:01:03.4782436Z [1967/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u8.c.o 2024-04-03T16:01:03.4789990Z [1967/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u16.c.o 2024-04-03T16:01:03.4793126Z [1968/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-lut64-p2-div-u20.c.o 2024-04-03T16:01:03.5227417Z [1968/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u20.c.o 2024-04-03T16:01:03.5229685Z [1969/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u4.c.o 2024-04-03T16:01:03.5767118Z [1969/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u24.c.o 2024-04-03T16:01:03.5769620Z [1970/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u8.c.o 2024-04-03T16:01:03.6033847Z [1970/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T16:01:03.6035796Z [1971/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u12.c.o 2024-04-03T16:01:03.6233660Z [1971/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T16:01:03.6235875Z [1972/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u20.c.o 2024-04-03T16:01:03.6463599Z [1972/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-04-03T16:01:03.6465692Z [1973/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u16.c.o 2024-04-03T16:01:03.6737025Z [1973/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T16:01:03.6739128Z [1974/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse2-rr2-p5-div-u24.c.o 2024-04-03T16:01:03.7272540Z [1974/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T16:01:03.7274552Z [1975/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-04-03T16:01:03.7464601Z [1975/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T16:01:03.7467772Z [1976/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T16:01:03.7662630Z [1976/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-04-03T16:01:03.7666127Z [1977/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T16:01:03.7972673Z [1977/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:01:03.7975769Z [1978/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T16:01:03.8333731Z [1978/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-04-03T16:01:03.8337687Z [1979/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T16:01:03.8576108Z [1979/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T16:01:03.8580220Z [1980/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:01:03.8879658Z [1980/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-04-03T16:01:03.8881799Z [1981/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T16:01:03.9357871Z [1981/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:01:03.9360052Z [1982/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-04-03T16:01:03.9389839Z [1982/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-04-03T16:01:03.9393749Z [1983/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-04-03T16:01:03.9751945Z [1983/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-04-03T16:01:03.9753928Z [1984/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T16:01:04.0691621Z [1984/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-04-03T16:01:04.0694035Z [1985/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-04-03T16:01:04.0851346Z [1985/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-04-03T16:01:04.0853521Z [1986/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-04-03T16:01:04.1104661Z [1986/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int16.c.o 2024-04-03T16:01:04.1106434Z [1987/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:01:04.1168302Z [1987/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int32.c.o 2024-04-03T16:01:04.1171313Z [1988/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-04-03T16:01:04.1431763Z [1988/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-lut64-p2.c.o 2024-04-03T16:01:04.1434855Z [1989/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-04-03T16:01:04.1887227Z [1989/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-p5.c.o 2024-04-03T16:01:04.1890078Z [1990/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int16.c.o 2024-04-03T16:01:04.2130090Z [1990/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-lut16-p3.c.o 2024-04-03T16:01:04.2132906Z [1991/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse2-int32.c.o 2024-04-03T16:01:04.2451452Z [1991/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-p6.c.o 2024-04-03T16:01:04.2453480Z [1992/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse2-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-04-03T16:01:04.2768931Z [1992/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-sse2-rr2-p5.c.o 2024-04-03T16:01:04.2771566Z [1993/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-p5.c.o 2024-04-03T16:01:04.2773436Z [1993/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse2.c.o 2024-04-03T16:01:04.2775008Z [1994/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-sse2-rr2-lut64-p2.c.o 2024-04-03T16:01:04.3137325Z [1994/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse2-cvt.c.o 2024-04-03T16:01:04.3139197Z [1995/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-lut16-p3.c.o 2024-04-03T16:01:04.3344240Z [1995/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse2-cvt.c.o 2024-04-03T16:01:04.3346864Z [1996/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-sse2-rr2-p6.c.o 2024-04-03T16:01:04.3687725Z [1996/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse2-cvt.c.o 2024-04-03T16:01:04.3689258Z [1997/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-sse2-rr2-p5.c.o 2024-04-03T16:01:04.3919665Z [1997/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse2-cvt.c.o 2024-04-03T16:01:04.3921231Z [1998/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse2.c.o 2024-04-03T16:01:04.4143583Z [1998/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-div.c.o 2024-04-03T16:01:04.4145307Z [1999/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse2-cvt.c.o 2024-04-03T16:01:04.4334029Z [1999/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr1.c.o 2024-04-03T16:01:04.4335607Z [2000/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse2-cvt.c.o 2024-04-03T16:01:04.4563544Z [2000/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr2.c.o 2024-04-03T16:01:04.4565154Z [2001/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse2-cvt.c.o 2024-04-03T16:01:04.4856105Z [2001/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-div.c.o 2024-04-03T16:01:04.4859259Z [2002/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse2-cvt.c.o 2024-04-03T16:01:04.5226950Z [2002/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr1.c.o 2024-04-03T16:01:04.5228595Z [2003/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr2.c.o 2024-04-03T16:01:04.5526597Z [2003/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr2.c.o 2024-04-03T16:01:04.5529488Z [2004/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-nr1.c.o 2024-04-03T16:01:04.5752029Z [2004/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:01:04.5753944Z [2005/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-div.c.o 2024-04-03T16:01:04.5987750Z [2005/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:01:04.5990780Z [2006/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr1.c.o 2024-04-03T16:01:04.6330528Z [2006/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:01:04.6333646Z [2007/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-p5-nr2.c.o 2024-04-03T16:01:04.6375861Z [2007/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr2.c.o 2024-04-03T16:01:04.6378910Z [2008/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-sse2-rr2-lut64-p2-div.c.o 2024-04-03T16:01:04.6730161Z [2008/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-04-03T16:01:04.6733975Z [2009/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:01:04.6950279Z [2009/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-04-03T16:01:04.6953411Z [2010/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:01:04.7442649Z [2010/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-04-03T16:01:04.7446355Z [2011/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:01:04.7748086Z [2011/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-04-03T16:01:04.7751541Z [2012/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr1-p6h5ts-nr2.c.o 2024-04-03T16:01:04.7754891Z [2012/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-04-03T16:01:04.7758335Z [2013/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-04-03T16:01:04.8184652Z [2013/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-04-03T16:01:04.8187965Z [2014/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-04-03T16:01:04.8387911Z [2014/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:04.8391625Z [2015/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-04-03T16:01:04.8795914Z [2015/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:04.8799768Z [2016/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-04-03T16:01:04.9018989Z [2016/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:04.9021036Z [2017/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-04-03T16:01:04.9215972Z [2017/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:04.9221027Z [2018/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-sse2-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-04-03T16:01:04.9892990Z [2018/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:04.9895217Z [2019/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.0140240Z [2019/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.0143649Z [2020/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.0466326Z [2020/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.0470320Z [2021/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.0666329Z [2021/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.0668589Z [2022/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.0859548Z [2022/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.0863417Z [2023/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.1614675Z [2023/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.1616767Z [2024/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.1814714Z [2024/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.1816825Z [2025/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.2288930Z [2025/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.2292806Z [2026/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.2296767Z [2026/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.2300887Z [2027/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.2332881Z [2027/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.2334912Z [2028/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.3232437Z [2028/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.3234454Z [2029/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.3539741Z [2029/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.3541955Z [2030/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.3622240Z [2030/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.3624276Z [2031/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.4294121Z [2031/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.4296396Z [2032/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.4617700Z [2032/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.4620927Z [2033/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.4622944Z [2033/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.4624955Z [2034/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.4980128Z [2034/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.4984122Z [2035/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.5183882Z [2035/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.5186176Z [2036/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.5612410Z [2036/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.5616532Z [2037/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.5791233Z [2037/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.5794244Z [2038/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.6126800Z [2038/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.6128865Z [2039/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.6624642Z [2039/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:05.6628525Z [2040/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.6630885Z [2040/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.6633083Z [2041/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld64.c.o 2024-04-03T16:01:05.6981185Z [2041/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:05.6983232Z [2042/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-sse2-ld128.c.o 2024-04-03T16:01:05.7308251Z [2042/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.7311063Z [2043/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.7473005Z [2043/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:05.7475332Z [2044/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:05.8076476Z [2044/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.8078792Z [2045/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.8273496Z [2045/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:05.8275548Z [2046/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.8605121Z [2046/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.8607224Z [2047/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:05.8651991Z [2047/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:05.8654001Z [2048/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:05.9331174Z [2048/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.9333313Z [2049/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.9650178Z [2049/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:05.9652225Z [2050/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:05.9693810Z [2050/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:05.9696916Z [2051/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.0022760Z [2051/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.0026328Z [2052/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.0178694Z [2052/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.0182599Z [2053/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.1381095Z [2053/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.1383536Z [2054/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.1385544Z [2054/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.1388607Z [2055/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.1391351Z [2055/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.1394771Z [2056/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.1397769Z [2056/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.1401023Z [2057/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.1818016Z [2057/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.1821548Z [2058/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.2677890Z [2058/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u8.c.o 2024-04-03T16:01:06.2681099Z [2059/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u8.c.o 2024-04-03T16:01:06.2684299Z [2059/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u16.c.o 2024-04-03T16:01:06.2686130Z [2060/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.3155176Z [2060/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u24.c.o 2024-04-03T16:01:06.3157639Z [2061/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.3159544Z [2061/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2024-04-03T16:01:06.3161500Z [2062/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.3295023Z [2062/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:06.3307651Z [2063/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.4118980Z [2063/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-04-03T16:01:06.4121459Z [2064/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u24.c.o 2024-04-03T16:01:06.4123699Z [2064/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-04-03T16:01:06.4127131Z [2065/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u32.c.o 2024-04-03T16:01:06.4435262Z [2065/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:06.4437034Z [2066/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse2-u16.c.o 2024-04-03T16:01:06.4527647Z [2066/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-04-03T16:01:06.4529812Z [2067/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:06.4861888Z [2067/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-04-03T16:01:06.4863849Z [2068/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-04-03T16:01:06.5350461Z [2068/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.5353793Z [2069/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-04-03T16:01:06.5715802Z [2069/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.5719050Z [2070/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:06.5947492Z [2070/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.5951207Z [2071/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-04-03T16:01:06.6136813Z [2071/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.6139118Z [2072/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-04-03T16:01:06.6435361Z [2072/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.6437891Z [2073/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.7223445Z [2073/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.7225653Z [2074/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.7528092Z [2074/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.7530280Z [2075/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.7823509Z [2075/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.7827916Z [2076/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.8078171Z [2076/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.8082503Z [2077/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.8647430Z [2077/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.8651768Z [2078/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.8915530Z [2078/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.8917811Z [2079/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.9324311Z [2079/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.9326599Z [2080/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.9575132Z [2080/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.9580211Z [2081/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:06.9939877Z [2081/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:06.9943248Z [2082/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:07.0137891Z [2082/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:07.0140161Z [2083/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:07.0396513Z [2083/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:07.0398846Z [2084/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:07.0859388Z [2084/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:07.0861506Z [2085/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:07.1221904Z [2085/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:07.1224121Z [2086/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:07.1256492Z [2086/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:07.1261342Z [2087/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:07.2079537Z [2087/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:07.2081629Z [2088/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:07.2230540Z [2088/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:07.2234192Z [2089/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:07.2308624Z [2089/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.2312281Z [2090/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:07.2627020Z [2090/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.2629390Z [2091/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:07.3393979Z [2091/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.3396694Z [2092/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:07.3398865Z [2092/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.3401313Z [2093/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse2-mul16-add16.c.o 2024-04-03T16:01:07.4013544Z [2093/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.4017219Z [2094/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.4020667Z [2094/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.4024300Z [2095/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.4432266Z [2095/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.4436035Z [2096/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.5024479Z [2096/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.5563495Z [2097/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.5567311Z [2097/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.5571251Z [2098/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.5574899Z [2098/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.5577971Z [2099/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.5580312Z [2099/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.5582249Z [2100/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.6396377Z [2100/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.6398687Z [2101/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.6712302Z [2101/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.6714506Z [2102/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.6906127Z [2102/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.6908313Z [2103/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.7149477Z [2103/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.7151476Z [2104/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.7339321Z [2104/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.7343012Z [2105/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.8233310Z [2105/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.8237035Z [2106/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.8395693Z [2106/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.8397691Z [2107/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.8630535Z [2107/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.8633739Z [2108/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.8690464Z [2108/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.8692652Z [2109/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.8980685Z [2109/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.8984516Z [2110/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:07.9702817Z [2110/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:07.9705141Z [2111/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.0073439Z [2111/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.0075738Z [2112/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.0077688Z [2112/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.0079746Z [2113/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.0524415Z [2113/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.0527994Z [2114/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.1078240Z [2114/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.1081843Z [2115/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.1473430Z [2115/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.1476503Z [2116/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.1479991Z [2116/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.1482956Z [2117/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.1874809Z [2117/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.1878676Z [2118/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.2102663Z [2118/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.2104705Z [2119/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.2677682Z [2119/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.2681277Z [2120/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.3011026Z [2120/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.3014575Z [2121/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.3056165Z [2121/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.3058640Z [2122/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.3401083Z [2122/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.3407207Z [2123/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.3576481Z [2123/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.3580311Z [2124/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.4205735Z [2124/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.4209582Z [2125/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.4513100Z [2125/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.4515948Z [2126/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.4519439Z [2126/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.4522549Z [2127/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.4903279Z [2127/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.4906500Z [2128/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.5138079Z [2128/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.5141967Z [2129/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.5727975Z [2129/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.5730169Z [2130/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.6188427Z [2130/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.6192134Z [2131/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.6196134Z [2131/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.6199786Z [2132/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.6240114Z [2132/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.6243516Z [2133/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.6748015Z [2133/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse2.c.o 2024-04-03T16:01:08.6752079Z [2134/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.7264525Z [2134/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse2.c.o 2024-04-03T16:01:08.7266495Z [2135/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.7715462Z [2135/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse2.c.o 2024-04-03T16:01:08.7717741Z [2136/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse2.c.o 2024-04-03T16:01:08.7719513Z [2136/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:08.7721420Z [2137/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:08.7760222Z [2137/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:08.7762171Z [2138/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:08.8137268Z [2138/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u24.c.o 2024-04-03T16:01:08.8140136Z [2139/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse2.c.o 2024-04-03T16:01:08.8502575Z [2139/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u32.c.o 2024-04-03T16:01:08.8506640Z [2140/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse2.c.o 2024-04-03T16:01:08.8825644Z [2140/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:08.8829241Z [2141/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:08.9005660Z [2141/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:08.9007518Z [2142/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:08.9584391Z [2142/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.o 2024-04-03T16:01:08.9586884Z [2143/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u24.c.o 2024-04-03T16:01:08.9588814Z [2143/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.o 2024-04-03T16:01:08.9590604Z [2144/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse2-mul16-ld64-u32.c.o 2024-04-03T16:01:08.9907598Z [2144/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u16.c.o 2024-04-03T16:01:08.9909538Z [2145/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:09.0191916Z [2145/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2024-04-03T16:01:09.0194058Z [2146/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u24.c.o 2024-04-03T16:01:09.0506190Z [2146/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u16.c.o 2024-04-03T16:01:09.0509547Z [2147/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:09.0722919Z [2147/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u32.c.o 2024-04-03T16:01:09.0724660Z [2148/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u16.c.o 2024-04-03T16:01:09.0987295Z [2148/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u16.c.o 2024-04-03T16:01:09.0989032Z [2149/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse2-mul16-ld64-u32.c.o 2024-04-03T16:01:09.1428001Z [2149/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2024-04-03T16:01:09.1430955Z [2150/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u16.c.o 2024-04-03T16:01:09.1434272Z [2150/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:09.1437362Z [2151/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse2-u32.c.o 2024-04-03T16:01:09.1600858Z [2151/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:09.1602629Z [2152/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse2-u32.c.o 2024-04-03T16:01:09.1959054Z [2152/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:09.1962170Z [2153/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u16.c.o 2024-04-03T16:01:09.2326437Z [2153/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:09.2329803Z [2154/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse2-u32.c.o 2024-04-03T16:01:09.2645829Z [2154/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u4.c.o 2024-04-03T16:01:09.2649711Z [2155/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:09.2879133Z [2155/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u8.c.o 2024-04-03T16:01:09.2881927Z [2156/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:09.3114830Z [2156/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u16.c.o 2024-04-03T16:01:09.3116662Z [2157/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:09.3450206Z [2157/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:09.3453378Z [2158/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:09.4523998Z [2158/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:09.4527119Z [2159/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9p8x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:09.4537020Z [2159/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.4540928Z [2160/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-avgpool/qu8-avgpool-9x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:09.4978900Z [2160/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.4980993Z [2161/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u4.c.o 2024-04-03T16:01:09.4983017Z [2161/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.4984895Z [2162/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u8.c.o 2024-04-03T16:01:09.5060989Z [2162/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.5062851Z [2163/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse2-u16.c.o 2024-04-03T16:01:09.6102817Z [2163/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.6104851Z [2164/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.6563795Z [2164/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.6566818Z [2165/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.6568748Z [2165/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.6570655Z [2166/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.6648716Z [2166/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.6650925Z [2167/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.7047154Z [2167/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.7049131Z [2168/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.7905534Z [2168/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.7909225Z [2169/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.8228942Z [2169/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u8.c.o 2024-04-03T16:01:09.8230815Z [2170/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.8273837Z [2170/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u16.c.o 2024-04-03T16:01:09.8277160Z [2171/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.8670353Z [2171/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u24.c.o 2024-04-03T16:01:09.8672189Z [2172/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.8821734Z [2172/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2024-04-03T16:01:09.8825269Z [2173/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse2-mul16.c.o 2024-04-03T16:01:09.9397315Z [2173/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:09.9399240Z [2174/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u32.c.o 2024-04-03T16:01:09.9700459Z [2174/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-04-03T16:01:09.9703430Z [2175/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u24.c.o 2024-04-03T16:01:09.9705350Z [2175/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-04-03T16:01:09.9707234Z [2176/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u16.c.o 2024-04-03T16:01:10.0094961Z [2176/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:10.0098509Z [2177/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse2-u8.c.o 2024-04-03T16:01:10.0367494Z [2177/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-04-03T16:01:10.0369551Z [2178/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:10.0711087Z [2178/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-04-03T16:01:10.0715030Z [2179/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c16.c.o 2024-04-03T16:01:10.1028462Z [2179/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.1031646Z [2180/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse2-c24.c.o 2024-04-03T16:01:10.1085477Z [2180/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.1087586Z [2181/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c8.c.o 2024-04-03T16:01:10.1504887Z [2181/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.1508377Z [2182/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c24.c.o 2024-04-03T16:01:10.1730253Z [2182/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.1733829Z [2183/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse2-c16.c.o 2024-04-03T16:01:10.2290236Z [2183/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.2293454Z [2184/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.2466641Z [2184/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.2468507Z [2185/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.2755402Z [2185/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.2757279Z [2186/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.2988567Z [2186/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.2991818Z [2187/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.3214318Z [2187/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.3217477Z [2188/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.3782310Z [2188/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.3785476Z [2189/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.3934806Z [2189/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.3936745Z [2190/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.4251047Z [2190/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.4254633Z [2191/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.4616962Z [2191/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.4619434Z [2192/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.4854791Z [2192/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.4857680Z [2193/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.5306940Z [2193/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.5310104Z [2194/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.5749733Z [2194/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.5753364Z [2195/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.5980208Z [2195/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.5982238Z [2196/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.6242561Z [2196/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.6245304Z [2197/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.6482248Z [2197/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.6484286Z [2198/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.7085911Z [2198/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.7088038Z [2199/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.7406827Z [2199/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.7410074Z [2200/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.7413042Z [2200/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.7414864Z [2201/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.8144473Z [2201/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.8146382Z [2202/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.8386802Z [2202/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.8390973Z [2203/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.9004527Z [2203/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.9008720Z [2204/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.9441802Z [2204/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:10.9449831Z [2205/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.9493557Z [2205/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:10.9497362Z [2206/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.0232485Z [2206/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.0236166Z [2207/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.0537318Z [2207/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.0541104Z [2208/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.0599126Z [2208/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.0601764Z [2209/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.1006405Z [2209/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.1010039Z [2210/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.1402425Z [2210/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.1406291Z [2211/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.1988373Z [2211/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.1992048Z [2212/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.2289835Z [2212/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.2293688Z [2213/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.2299980Z [2213/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.2305084Z [2214/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.3012498Z [2214/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.3021894Z [2215/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.3304638Z [2215/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.3309234Z [2216/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.3781251Z [2216/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.3786347Z [2217/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.4469657Z [2217/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.4474280Z [2218/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.5119113Z [2218/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.5121823Z [2219/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.5123696Z [2219/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.5125492Z [2220/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.5133579Z [2220/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.5137286Z [2221/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.5798463Z [2221/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.5800331Z [2222/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.6312186Z [2222/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.6315075Z [2223/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.6317113Z [2223/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-sse2.c.o 2024-04-03T16:01:11.6319079Z [2224/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.6610682Z [2224/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse2.c.o 2024-04-03T16:01:11.6613315Z [2225/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld64.c.o 2024-04-03T16:01:11.6615182Z [2225/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse2.c.o 2024-04-03T16:01:11.6617596Z [2226/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.7246852Z [2226/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:11.7250445Z [2227/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-fp32-sse2.c.o 2024-04-03T16:01:11.7463184Z [2227/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:11.7465425Z [2228/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse2.c.o 2024-04-03T16:01:11.7899918Z [2228/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:11.7903299Z [2229/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse2-ld128.c.o 2024-04-03T16:01:11.7940686Z [2229/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:11.8225529Z [2230/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse2.c.o 2024-04-03T16:01:11.8227230Z [2230/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u16.c.o 2024-04-03T16:01:11.8228868Z [2231/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:11.8769656Z [2231/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2024-04-03T16:01:11.8772390Z [2232/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:11.8939687Z [2232/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u16.c.o 2024-04-03T16:01:11.8941434Z [2233/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:11.9310262Z [2233/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u32.c.o 2024-04-03T16:01:11.9313718Z [2234/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:11.9384468Z [2234/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u16.c.o 2024-04-03T16:01:11.9388246Z [2235/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u16.c.o 2024-04-03T16:01:11.9679385Z [2235/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2024-04-03T16:01:11.9680993Z [2236/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse2-u32.c.o 2024-04-03T16:01:12.0011315Z [2236/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:12.0013738Z [2237/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u16.c.o 2024-04-03T16:01:12.0474769Z [2237/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:12.0478301Z [2238/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u16.c.o 2024-04-03T16:01:12.0481524Z [2238/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:12.0485024Z [2239/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse2-u32.c.o 2024-04-03T16:01:12.0728508Z [2239/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:12.0730588Z [2240/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:12.1219794Z [2240/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2024-04-03T16:01:12.1223214Z [2241/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse2-u32.c.o 2024-04-03T16:01:12.1226267Z [2241/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c16.c.o 2024-04-03T16:01:12.1229621Z [2242/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:12.1662058Z [2242/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-04-03T16:01:12.1663905Z [2243/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u16.c.o 2024-04-03T16:01:12.1987112Z [2243/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2024-04-03T16:01:12.1989825Z [2244/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c8.c.o 2024-04-03T16:01:12.1991580Z [2244/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2024-04-03T16:01:12.1994531Z [2245/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse2-mul16-ld64-u8.c.o 2024-04-03T16:01:12.2416204Z [2245/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c16.c.o 2024-04-03T16:01:12.2420284Z [2246/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-04-03T16:01:12.2590595Z [2246/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-04-03T16:01:12.2592438Z [2247/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse2-c16.c.o 2024-04-03T16:01:12.3078070Z [2247/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2024-04-03T16:01:12.3079825Z [2248/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c8.c.o 2024-04-03T16:01:12.3405847Z [2248/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2024-04-03T16:01:12.3408744Z [2249/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse2-c16.c.o 2024-04-03T16:01:12.3461814Z [2249/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2024-04-03T16:01:12.3464880Z [2250/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse2-u64.c.o 2024-04-03T16:01:12.3809844Z [2250/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-sse2.c.o 2024-04-03T16:01:12.3811648Z [2251/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-maxpool/u8-maxpool-9p8x-minmax-sse2-c16.c.o 2024-04-03T16:01:12.4172408Z [2251/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2024-04-03T16:01:12.4175633Z [2252/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-rmax/u8-rmax-sse2-u16.c.o 2024-04-03T16:01:12.4535504Z [2252/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2024-04-03T16:01:12.4537077Z [2253/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-vclamp/u8-vclamp-sse2-u64.c.o 2024-04-03T16:01:12.5162977Z [2253/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2024-04-03T16:01:12.5166178Z [2254/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x3-sse2.c.o 2024-04-03T16:01:12.5167879Z [2254/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2024-04-03T16:01:12.5169265Z [2255/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x2-sse2.c.o 2024-04-03T16:01:12.5646451Z [2255/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-sse2.c.o 2024-04-03T16:01:12.5648098Z [2256/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-x4-sse2.c.o 2024-04-03T16:01:12.6094937Z [2256/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-sse2.c.o 2024-04-03T16:01:12.6097158Z [2257/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-switch-sse2.c.o 2024-04-03T16:01:12.6356449Z [2257/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-sse2.c.o 2024-04-03T16:01:12.6358118Z [2258/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-zip/x8-zip-xm-sse2.c.o 2024-04-03T16:01:12.6585490Z [2258/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2024-04-03T16:01:12.6587375Z [2259/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-16x16-reuse-mov-sse2.c.o 2024-04-03T16:01:12.7457113Z [2259/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-sse2.c.o 2024-04-03T16:01:12.7462218Z [2260/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-switch-sse2.c.o 2024-04-03T16:01:12.7686331Z [2260/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/x16-transposec-4x8-sse2.c.o 2024-04-03T16:01:12.7688924Z [2261/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-multi-mov-sse2.c.o 2024-04-03T16:01:12.8289546Z [2261/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T16:01:12.8293001Z [2262/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/x16-transposec-4x8-sse2.c.o 2024-04-03T16:01:12.8586229Z [2262/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2024-04-03T16:01:12.8589598Z [2263/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-multi-sse2.c.o 2024-04-03T16:01:12.8629554Z [2263/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T16:01:12.8631630Z [2264/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-mov-sse2.c.o 2024-04-03T16:01:12.8968531Z [2264/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2024-04-03T16:01:12.8973994Z [2265/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T16:01:12.9233850Z [2265/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T16:01:12.9237313Z [2266/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-8x8-reuse-switch-sse2.c.o 2024-04-03T16:01:12.9556330Z [2266/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8.c.o 2024-04-03T16:01:12.9559806Z [2267/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x2c4-gemm-goi-sse2-u4.c.o 2024-04-03T16:01:12.9785284Z [2267/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T16:01:12.9788082Z [2268/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4.c.o 2024-04-03T16:01:13.0042528Z [2268/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4.c.o 2024-04-03T16:01:13.0045862Z [2269/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T16:01:13.0454454Z [2269/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T16:01:13.0458713Z [2270/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T16:01:13.1096552Z [2270/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8.c.o 2024-04-03T16:01:13.1100027Z [2271/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-sse2-u8.c.o 2024-04-03T16:01:13.1930475Z [2271/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T16:01:13.1932340Z [2272/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T16:01:13.2613411Z [2272/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4.c.o 2024-04-03T16:01:13.2623105Z [2273/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u4.c.o 2024-04-03T16:01:13.2935167Z [2273/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T16:01:13.2939228Z [2274/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T16:01:13.3266158Z [2274/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8.c.o 2024-04-03T16:01:13.3269850Z [2275/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T16:01:13.3640855Z [2275/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T16:01:13.3653636Z [2276/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-sse2-u8.c.o 2024-04-03T16:01:13.3919302Z [2276/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4.c.o 2024-04-03T16:01:13.3928905Z [2277/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u4.c.o 2024-04-03T16:01:13.4304687Z [2277/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T16:01:13.4309042Z [2278/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T16:01:13.4621997Z [2278/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8.c.o 2024-04-03T16:01:13.4628597Z [2279/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-sse2-u8.c.o 2024-04-03T16:01:13.5847238Z [2279/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-sse2.c.o 2024-04-03T16:01:13.5855330Z [2280/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4.c.o 2024-04-03T16:01:13.6161590Z [2280/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-sse2.c.o 2024-04-03T16:01:13.6172023Z [2281/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u4-prfm.c.o 2024-04-03T16:01:13.7514839Z [2281/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-sse2.c.o 2024-04-03T16:01:13.7524953Z [2282/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8.c.o 2024-04-03T16:01:13.7832324Z [2282/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-sse2.c.o 2024-04-03T16:01:13.7835791Z [2283/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-sse2-u8-prfm.c.o 2024-04-03T16:01:13.9400480Z [2283/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-sse2.c.o 2024-04-03T16:01:13.9408588Z [2284/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-mov-sse2.c.o 2024-04-03T16:01:13.9647853Z [2284/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-sse2.c.o 2024-04-03T16:01:13.9651237Z [2285/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-multi-sse2.c.o 2024-04-03T16:01:13.9968720Z [2285/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-sse2.c.o 2024-04-03T16:01:13.9970456Z [2286/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-multi-switch-sse2.c.o 2024-04-03T16:01:14.0198171Z [2286/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2024-04-03T16:01:14.0201345Z [2287/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-mov-sse2.c.o 2024-04-03T16:01:14.0653674Z [2287/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2024-04-03T16:01:14.0656226Z [2288/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-unpool/x32-unpool-sse2.c.o 2024-04-03T16:01:14.0922853Z [2288/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2024-04-03T16:01:14.0925527Z [2289/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-multi-sse2.c.o 2024-04-03T16:01:14.1142004Z [2289/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2024-04-03T16:01:14.1149078Z [2290/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x2-sse2.c.o 2024-04-03T16:01:14.1782827Z [2290/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2024-04-03T16:01:14.1785782Z [2291/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x3-sse2.c.o 2024-04-03T16:01:14.2137500Z [2291/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-sse2.c.o 2024-04-03T16:01:14.2141740Z [2292/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-x4-sse2.c.o 2024-04-03T16:01:14.2761974Z [2292/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-sse2.c.o 2024-04-03T16:01:14.2763690Z [2293/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-zip/x32-zip-xm-sse2.c.o 2024-04-03T16:01:14.2937817Z [2293/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-sse2.c.o 2024-04-03T16:01:14.2940976Z [2294/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-4x4-reuse-switch-sse2.c.o 2024-04-03T16:01:14.3702263Z [2294/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-sse2.c.o 2024-04-03T16:01:14.3705909Z [2295/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-mov-sse2.c.o 2024-04-03T16:01:14.4418560Z [2295/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-sse2.c.o 2024-04-03T16:01:14.4421778Z [2296/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-switch-sse2.c.o 2024-04-03T16:01:14.4585642Z [2296/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2024-04-03T16:01:14.4587342Z [2297/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-multi-multi-sse2.c.o 2024-04-03T16:01:14.4942177Z [2297/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2024-04-03T16:01:14.4945584Z [2298/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-mov-sse2.c.o 2024-04-03T16:01:14.5118127Z [2298/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.o 2024-04-03T16:01:14.5120122Z [2299/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-multi-sse2.c.o 2024-04-03T16:01:14.5551377Z [2299/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.o 2024-04-03T16:01:14.5554949Z [2300/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-fill/xx-fill-sse2-u64.c.o 2024-04-03T16:01:14.5792985Z [2300/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.o 2024-04-03T16:01:14.5794988Z [2301/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/xx-pad/xx-pad-p16-sse2-u16.c.o 2024-04-03T16:01:14.6638293Z [2301/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.o 2024-04-03T16:01:14.6640508Z [2302/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-2x2-reuse-switch-sse2.c.o 2024-04-03T16:01:14.7081839Z [2302/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2024-04-03T16:01:14.7085658Z [2303/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc3.c.o 2024-04-03T16:01:14.7089399Z [2303/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.o 2024-04-03T16:01:14.7092828Z [2304/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc2.c.o 2024-04-03T16:01:14.7094899Z [2304/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.o 2024-04-03T16:01:14.7097302Z [2305/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4-acc4.c.o 2024-04-03T16:01:14.7693234Z [2305/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.o 2024-04-03T16:01:14.7704996Z [2306/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-1x4.c.o 2024-04-03T16:01:14.8406365Z [2306/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.o 2024-04-03T16:01:14.8409466Z [2307/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4-acc2.c.o 2024-04-03T16:01:14.8863081Z [2307/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.o 2024-04-03T16:01:14.8866642Z [2308/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-2x4.c.o 2024-04-03T16:01:14.8869926Z [2308/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-ssse3.c.o 2024-04-03T16:01:14.8873394Z [2309/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-3x4.c.o 2024-04-03T16:01:14.8876673Z [2309/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-ssse3.c.o 2024-04-03T16:01:14.8879944Z [2310/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-4x4.c.o 2024-04-03T16:01:14.9669412Z [2310/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u16.c.o 2024-04-03T16:01:14.9672772Z [2311/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-ssse3.c.o 2024-04-03T16:01:15.0057289Z [2311/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2024-04-03T16:01:15.0059548Z [2312/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-ssse3.c.o 2024-04-03T16:01:15.0149605Z [2312/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u16.c.o 2024-04-03T16:01:15.0153229Z [2313/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-5x4.c.o 2024-04-03T16:01:15.0387982Z [2313/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u32.c.o 2024-04-03T16:01:15.0389716Z [2314/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u16.c.o 2024-04-03T16:01:15.0729901Z [2314/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u16.c.o 2024-04-03T16:01:15.0731883Z [2315/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv2d-chw/gen/f32-dwconv2d-chw-3x3p1-minmax-ssse3-6x4.c.o 2024-04-03T16:01:15.1482763Z [2315/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2024-04-03T16:01:15.1487266Z [2316/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-ssse3-u32.c.o 2024-04-03T16:01:15.1490394Z [2316/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u4.c.o 2024-04-03T16:01:15.1493612Z [2317/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u32.c.o 2024-04-03T16:01:15.1749758Z [2317/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u8.c.o 2024-04-03T16:01:15.1751452Z [2318/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-ssse3-u16.c.o 2024-04-03T16:01:15.2127332Z [2318/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u16.c.o 2024-04-03T16:01:15.2130395Z [2319/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u16.c.o 2024-04-03T16:01:15.2337580Z [2319/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-ssse3.c.o 2024-04-03T16:01:15.2340901Z [2320/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-ssse3-u32.c.o 2024-04-03T16:01:15.3055269Z [2320/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-ssse3.c.o 2024-04-03T16:01:15.3059270Z [2321/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-ssse3.c.o 2024-04-03T16:01:15.3255152Z [2321/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u16.c.o 2024-04-03T16:01:15.3258195Z [2322/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-ssse3.c.o 2024-04-03T16:01:15.4067831Z [2322/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2024-04-03T16:01:15.4071037Z [2323/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u4.c.o 2024-04-03T16:01:15.4392067Z [2323/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u16.c.o 2024-04-03T16:01:15.4395691Z [2324/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u8.c.o 2024-04-03T16:01:15.4447044Z [2324/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u32.c.o 2024-04-03T16:01:15.4450410Z [2325/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-ssse3-u16.c.o 2024-04-03T16:01:15.4927663Z [2325/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u16.c.o 2024-04-03T16:01:15.4933483Z [2326/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u16.c.o 2024-04-03T16:01:15.5017655Z [2326/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2024-04-03T16:01:15.5020817Z [2327/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-ssse3-u32.c.o 2024-04-03T16:01:15.5859903Z [2327/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u16.c.o 2024-04-03T16:01:15.5865800Z [2328/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u16.c.o 2024-04-03T16:01:15.6735382Z [2328/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u32.c.o 2024-04-03T16:01:15.6740372Z [2329/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u16.c.o 2024-04-03T16:01:15.6743829Z [2329/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2024-04-03T16:01:15.6747073Z [2330/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u16.c.o 2024-04-03T16:01:15.6909447Z [2330/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u8.c.o 2024-04-03T16:01:15.6912878Z [2331/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-ssse3-u32.c.o 2024-04-03T16:01:15.7638515Z [2331/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2024-04-03T16:01:15.7642032Z [2332/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-ssse3-u32.c.o 2024-04-03T16:01:15.8213948Z [2332/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u24.c.o 2024-04-03T16:01:15.8218882Z [2333/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u8.c.o 2024-04-03T16:01:15.8265914Z [2333/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u32.c.o 2024-04-03T16:01:15.8267666Z [2334/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u16.c.o 2024-04-03T16:01:15.8510417Z [2334/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u8.c.o 2024-04-03T16:01:15.8515046Z [2335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x24-transposec/x24-transposec-4x4-ssse3.c.o 2024-04-03T16:01:15.8832130Z [2335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u16.c.o 2024-04-03T16:01:15.8834983Z [2336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-ssse3-u32.c.o 2024-04-03T16:01:15.9520736Z [2336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u24.c.o 2024-04-03T16:01:15.9529390Z [2337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u8.c.o 2024-04-03T16:01:15.9844459Z [2337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u32.c.o 2024-04-03T16:01:15.9847415Z [2338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u32.c.o 2024-04-03T16:01:15.9856818Z [2338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2024-04-03T16:01:15.9865473Z [2339/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int16-u24.c.o 2024-04-03T16:01:16.0368996Z [2339/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u16.c.o 2024-04-03T16:01:16.0373462Z [2340/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u16.c.o 2024-04-03T16:01:16.0632567Z [2340/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u24.c.o 2024-04-03T16:01:16.0635520Z [2341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u24.c.o 2024-04-03T16:01:16.1293690Z [2341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u32.c.o 2024-04-03T16:01:16.1303167Z [2342/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u16.c.o 2024-04-03T16:01:16.1791280Z [2342/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x4.c.o 2024-04-03T16:01:16.1800513Z [2343/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-sse41-int32-u32.c.o 2024-04-03T16:01:16.1813240Z [2343/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x8.c.o 2024-04-03T16:01:16.1816037Z [2344/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u8.c.o 2024-04-03T16:01:16.2446343Z [2344/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.2449225Z [2345/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u24.c.o 2024-04-03T16:01:16.2739248Z [2345/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.2742412Z [2346/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-sse41-u32.c.o 2024-04-03T16:01:16.3260353Z [2346/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.3263278Z [2347/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x4.c.o 2024-04-03T16:01:16.3489116Z [2347/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.3492060Z [2348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-sse41-2x8.c.o 2024-04-03T16:01:16.4267670Z [2348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.4270856Z [2349/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.4615938Z [2349/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.4619805Z [2350/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.4624591Z [2350/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-load1.c.o 2024-04-03T16:01:16.4626456Z [2351/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.5810961Z [2351/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse41.c.o 2024-04-03T16:01:16.5817476Z [2352/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.6065443Z [2352/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.6068223Z [2353/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.6660292Z [2353/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-load1.c.o 2024-04-03T16:01:16.6668990Z [2354/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.6679509Z [2354/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse41.c.o 2024-04-03T16:01:16.6687235Z [2355/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8s4-minmax-sse41.c.o 2024-04-03T16:01:16.7459489Z [2355/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse41.c.o 2024-04-03T16:01:16.7462779Z [2356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-sse41-load1.c.o 2024-04-03T16:01:16.7652437Z [2356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.7659815Z [2357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-load1.c.o 2024-04-03T16:01:16.8120454Z [2357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-load1.c.o 2024-04-03T16:01:16.8128480Z [2358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.8718860Z [2358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse41.c.o 2024-04-03T16:01:16.8725876Z [2359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x2c4-minmax-sse41.c.o 2024-04-03T16:01:16.8917318Z [2359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.8919172Z [2360/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x8s4-minmax-sse41.c.o 2024-04-03T16:01:16.9788747Z [2360/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-load1.c.o 2024-04-03T16:01:16.9792228Z [2361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-dup.c.o 2024-04-03T16:01:16.9798832Z [2361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse41.c.o 2024-04-03T16:01:16.9802454Z [2362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-sse41-load1.c.o 2024-04-03T16:01:17.0642050Z [2362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2c4-minmax-sse41.c.o 2024-04-03T16:01:17.0645236Z [2363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8s4-minmax-sse41.c.o 2024-04-03T16:01:17.1134881Z [2363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-dup.c.o 2024-04-03T16:01:17.1138616Z [2364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-dup.c.o 2024-04-03T16:01:17.1343505Z [2364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-load1.c.o 2024-04-03T16:01:17.1346776Z [2365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-sse41-load1.c.o 2024-04-03T16:01:17.1947378Z [2365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse41.c.o 2024-04-03T16:01:17.1950967Z [2366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8s4-minmax-sse41.c.o 2024-04-03T16:01:17.2373416Z [2366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u8.c.o 2024-04-03T16:01:17.2375342Z [2367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x2c4-minmax-sse41.c.o 2024-04-03T16:01:17.2668123Z [2367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u16.c.o 2024-04-03T16:01:17.2671153Z [2368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-dup.c.o 2024-04-03T16:01:17.3202249Z [2368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u24.c.o 2024-04-03T16:01:17.3207211Z [2369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-sse41-load1.c.o 2024-04-03T16:01:17.3372709Z [2369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2024-04-03T16:01:17.3381101Z [2370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u8.c.o 2024-04-03T16:01:17.3797958Z [2370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u4.c.o 2024-04-03T16:01:17.3801400Z [2371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8s4-minmax-sse41.c.o 2024-04-03T16:01:17.3982118Z [2371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u8.c.o 2024-04-03T16:01:17.3984464Z [2372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u16.c.o 2024-04-03T16:01:17.4442308Z [2372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u12.c.o 2024-04-03T16:01:17.4445488Z [2373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u24.c.o 2024-04-03T16:01:17.4756896Z [2373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u16.c.o 2024-04-03T16:01:17.4760430Z [2374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-sse41-u32.c.o 2024-04-03T16:01:17.5195877Z [2374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u20.c.o 2024-04-03T16:01:17.5199271Z [2375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u4.c.o 2024-04-03T16:01:17.5377376Z [2375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u24.c.o 2024-04-03T16:01:17.5380956Z [2376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u8.c.o 2024-04-03T16:01:17.5840852Z [2376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u4.c.o 2024-04-03T16:01:17.5842747Z [2377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u12.c.o 2024-04-03T16:01:17.6625007Z [2377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u8.c.o 2024-04-03T16:01:17.6626849Z [2378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u16.c.o 2024-04-03T16:01:17.7011525Z [2378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u12.c.o 2024-04-03T16:01:17.7014915Z [2379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u20.c.o 2024-04-03T16:01:17.7079260Z [2379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u16.c.o 2024-04-03T16:01:17.7082705Z [2380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-lut16-p3-u24.c.o 2024-04-03T16:01:17.7528320Z [2380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u20.c.o 2024-04-03T16:01:17.7531403Z [2381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u4.c.o 2024-04-03T16:01:17.7535371Z [2381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u24.c.o 2024-04-03T16:01:17.7538588Z [2382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u8.c.o 2024-04-03T16:01:17.8683128Z [2382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u4.c.o 2024-04-03T16:01:17.8686975Z [2383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u12.c.o 2024-04-03T16:01:17.9034563Z [2383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2024-04-03T16:01:17.9037587Z [2384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u16.c.o 2024-04-03T16:01:17.9415167Z [2384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u4.c.o 2024-04-03T16:01:17.9418020Z [2385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u20.c.o 2024-04-03T16:01:17.9424502Z [2385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2024-04-03T16:01:17.9427337Z [2386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u4.c.o 2024-04-03T16:01:17.9915745Z [2386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u4.c.o 2024-04-03T16:01:17.9918805Z [2387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-sse41-rr2-p6-u24.c.o 2024-04-03T16:01:18.0679328Z [2387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2024-04-03T16:01:18.0682372Z [2388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-sse41-u8.c.o 2024-04-03T16:01:18.1108393Z [2388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u4.c.o 2024-04-03T16:01:18.1111545Z [2389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u8.c.o 2024-04-03T16:01:18.1426486Z [2389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2024-04-03T16:01:18.1434118Z [2390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-sse41-u4.c.o 2024-04-03T16:01:18.1443904Z [2390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u4.c.o 2024-04-03T16:01:18.1446412Z [2391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u8.c.o 2024-04-03T16:01:18.1867016Z [2391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2024-04-03T16:01:18.1869662Z [2392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-sse41-u4.c.o 2024-04-03T16:01:18.2786057Z [2392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.o 2024-04-03T16:01:18.2789412Z [2393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u4.c.o 2024-04-03T16:01:18.3110466Z [2393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2024-04-03T16:01:18.3118078Z [2394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-sse41-u8.c.o 2024-04-03T16:01:18.3121295Z [2394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.o 2024-04-03T16:01:18.3124278Z [2395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u4.c.o 2024-04-03T16:01:18.3623434Z [2395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.o 2024-04-03T16:01:18.3626791Z [2396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-sse41-u8.c.o 2024-04-03T16:01:18.3838272Z [2396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u20.c.o 2024-04-03T16:01:18.3841962Z [2397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u4.c.o 2024-04-03T16:01:18.4549606Z [2397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u24.c.o 2024-04-03T16:01:18.4559593Z [2398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u16.c.o 2024-04-03T16:01:18.4738371Z [2398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u4.c.o 2024-04-03T16:01:18.4741811Z [2399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u12.c.o 2024-04-03T16:01:18.5121753Z [2399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u8.c.o 2024-04-03T16:01:18.5126720Z [2400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u8.c.o 2024-04-03T16:01:18.5304300Z [2400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u12.c.o 2024-04-03T16:01:18.5307933Z [2401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u20.c.o 2024-04-03T16:01:18.5649868Z [2401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u16.c.o 2024-04-03T16:01:18.5653354Z [2402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-lut64-p2-div-u24.c.o 2024-04-03T16:01:18.6400724Z [2402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u20.c.o 2024-04-03T16:01:18.6403957Z [2403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u4.c.o 2024-04-03T16:01:18.6426470Z [2403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u24.c.o 2024-04-03T16:01:18.6432398Z [2404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u8.c.o 2024-04-03T16:01:18.6664427Z [2404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T16:01:18.6668080Z [2405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u12.c.o 2024-04-03T16:01:18.7230995Z [2405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T16:01:18.7234537Z [2406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u16.c.o 2024-04-03T16:01:18.7779941Z [2406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-04-03T16:01:18.7782934Z [2407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u20.c.o 2024-04-03T16:01:18.8535685Z [2407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T16:01:18.8546426Z [2408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T16:01:18.8563617Z [2408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u20.c.o 2024-04-03T16:01:18.8568732Z [2409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u4.c.o 2024-04-03T16:01:18.8901222Z [2409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-04-03T16:01:18.8904922Z [2410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-sse41-rr2-p5-div-u24.c.o 2024-04-03T16:01:18.9443597Z [2410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T16:01:18.9451636Z [2411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u12.c.o 2024-04-03T16:01:19.0039603Z [2411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T16:01:19.0043374Z [2412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T16:01:19.0626550Z [2412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-04-03T16:01:19.0630737Z [2413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-04-03T16:01:19.0654947Z [2413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:01:19.0659163Z [2414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-lut8-p4h3ts-div-u20.c.o 2024-04-03T16:01:19.0961185Z [2414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u20.c.o 2024-04-03T16:01:19.0963947Z [2415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u4.c.o 2024-04-03T16:01:19.1628326Z [2415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T16:01:19.1632386Z [2416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T16:01:19.2359986Z [2416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-04-03T16:01:19.2366084Z [2417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u20.c.o 2024-04-03T16:01:19.2673443Z [2417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T16:01:19.2677342Z [2418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u12.c.o 2024-04-03T16:01:19.2683111Z [2418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-04-03T16:01:19.2687172Z [2419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T16:01:19.2905287Z [2419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:01:19.2909075Z [2420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:01:19.3842491Z [2420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u20.c.o 2024-04-03T16:01:19.3846530Z [2421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u4.c.o 2024-04-03T16:01:19.4235795Z [2421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T16:01:19.4239371Z [2422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T16:01:19.4563758Z [2422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-04-03T16:01:19.4567128Z [2423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u12.c.o 2024-04-03T16:01:19.4619351Z [2423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-04-03T16:01:19.4622952Z [2424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:01:19.4966309Z [2424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-04-03T16:01:19.4968979Z [2425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u20.c.o 2024-04-03T16:01:19.6163034Z [2425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-04-03T16:01:19.6167582Z [2426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T16:01:19.6485792Z [2426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u20.c.o 2024-04-03T16:01:19.6489425Z [2427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u4.c.o 2024-04-03T16:01:19.6500776Z [2427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-04-03T16:01:19.6509302Z [2428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-04-03T16:01:19.6512186Z [2428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int16.c.o 2024-04-03T16:01:19.6514993Z [2429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u12.c.o 2024-04-03T16:01:19.7049293Z [2429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int32.c.o 2024-04-03T16:01:19.7051097Z [2430/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-04-03T16:01:19.8013505Z [2430/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse41.c.o 2024-04-03T16:01:19.8015120Z [2431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int32.c.o 2024-04-03T16:01:19.8230339Z [2431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-04-03T16:01:19.8233154Z [2432/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-sse41-int16.c.o 2024-04-03T16:01:19.8595183Z [2432/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-04-03T16:01:19.8603612Z [2433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-04-03T16:01:19.8696552Z [2433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-04-03T16:01:19.8699884Z [2434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-sse41-expm1minus-rr1-p6h5ts-nr2-u20.c.o 2024-04-03T16:01:19.9325015Z [2434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-04-03T16:01:19.9327672Z [2435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundd-sse41.c.o 2024-04-03T16:01:19.9512757Z [2435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:19.9514488Z [2436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundu-sse41.c.o 2024-04-03T16:01:19.9842050Z [2436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:19.9844985Z [2437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundne-sse41.c.o 2024-04-03T16:01:20.0200455Z [2437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.0203420Z [2438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-sse41.c.o 2024-04-03T16:01:20.0491738Z [2438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.0494965Z [2439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-roundz-sse41.c.o 2024-04-03T16:01:20.1132595Z [2439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.1136182Z [2440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.1319878Z [2440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.1323450Z [2441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.1797821Z [2441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.1801675Z [2442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.1985874Z [2442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.2704374Z [2443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.2707663Z [2443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.2710772Z [2444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.2876299Z [2444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.2879854Z [2445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.3361009Z [2445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.3364991Z [2446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.3640449Z [2446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.3642488Z [2447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.4157954Z [2447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.4161506Z [2448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.5260503Z [2448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.5265492Z [2449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.5269550Z [2449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.5273492Z [2450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.5437658Z [2450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.5441274Z [2451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.5455445Z [2451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.5459757Z [2452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.6397123Z [2452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.6407958Z [2453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.7121381Z [2453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.7125271Z [2454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.7131481Z [2454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.7135342Z [2455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.7440044Z [2455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2024-04-03T16:01:20.7443527Z [2456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:20.7469778Z [2456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u32.c.o 2024-04-03T16:01:20.7473222Z [2457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.8600498Z [2457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2024-04-03T16:01:20.8610015Z [2458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld64.c.o 2024-04-03T16:01:20.8930822Z [2458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u32.c.o 2024-04-03T16:01:20.8940441Z [2459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-sse41-ld128.c.o 2024-04-03T16:01:21.0157329Z [2459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u16.c.o 2024-04-03T16:01:21.0160489Z [2460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u16.c.o 2024-04-03T16:01:21.0331067Z [2460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u32.c.o 2024-04-03T16:01:21.0332718Z [2461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u16.c.o 2024-04-03T16:01:21.0724427Z [2461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2024-04-03T16:01:21.0727593Z [2462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx512f-u32.c.o 2024-04-03T16:01:21.1873066Z [2462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u32.c.o 2024-04-03T16:01:21.1876174Z [2463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx512f-u32.c.o 2024-04-03T16:01:21.2121042Z [2463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2024-04-03T16:01:21.2127244Z [2464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u16.c.o 2024-04-03T16:01:21.2980194Z [2464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u32.c.o 2024-04-03T16:01:21.2983123Z [2465/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx512f-u32.c.o 2024-04-03T16:01:21.3259882Z [2465/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:21.3263245Z [2466/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u16.c.o 2024-04-03T16:01:21.4548381Z [2466/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:21.4553197Z [2467/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx512f-u32.c.o 2024-04-03T16:01:21.4983939Z [2467/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:21.4986217Z [2468/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:21.5028943Z [2468/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:21.5032452Z [2469/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u16.c.o 2024-04-03T16:01:21.5521921Z [2469/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:21.5525527Z [2470/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx512f-u32.c.o 2024-04-03T16:01:21.5719579Z [2470/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:21.5723443Z [2471/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:21.6573455Z [2471/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:21.6576557Z [2472/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:21.7229721Z [2472/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:21.7237427Z [2473/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:21.7510508Z [2473/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:21.7513447Z [2474/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:21.7747683Z [2474/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:21.7751615Z [2475/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:21.8536892Z [2475/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:21.8540963Z [2476/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:21.8548539Z [2476/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:21.8552228Z [2477/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:21.9078759Z [2477/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:21.9087190Z [2478/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:21.9700036Z [2478/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:21.9703531Z [2479/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:21.9883868Z [2479/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:21.9887713Z [2480/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.0287067Z [2480/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.0291157Z [2481/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:22.1053682Z [2481/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.1062960Z [2482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.1966198Z [2482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.1973374Z [2483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:22.2186538Z [2483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.2188592Z [2484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.2723397Z [2484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:22.2726761Z [2485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.3379200Z [2485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.3382689Z [2486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:22.3559619Z [2486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.3563409Z [2487/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.3842852Z [2487/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:22.3848532Z [2488/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.4776911Z [2488/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.4780537Z [2489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.5643486Z [2489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.5653447Z [2490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.5663700Z [2490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:22.5667618Z [2491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.5846730Z [2491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.5850206Z [2492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:22.6916970Z [2492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.6920485Z [2493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:22.7136527Z [2493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:22.7138772Z [2494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.7548261Z [2494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u8.c.o 2024-04-03T16:01:22.7551392Z [2495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:22.8291785Z [2495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2024-04-03T16:01:22.8294879Z [2496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:22.9067846Z [2496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u24.c.o 2024-04-03T16:01:22.9076144Z [2497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:23.0601759Z [2497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u32.c.o 2024-04-03T16:01:23.0604843Z [2498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:23.0962033Z [2498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-04-03T16:01:23.0965441Z [2499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u8.c.o 2024-04-03T16:01:23.1481135Z [2499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-04-03T16:01:23.1484175Z [2500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u16.c.o 2024-04-03T16:01:23.2509953Z [2500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-04-03T16:01:23.2514274Z [2501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-04-03T16:01:23.3080068Z [2501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-04-03T16:01:23.3083173Z [2502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-04-03T16:01:23.3090021Z [2502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-04-03T16:01:23.3092367Z [2503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u24.c.o 2024-04-03T16:01:23.3881687Z [2503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-04-03T16:01:23.3885413Z [2504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-04-03T16:01:23.4129512Z [2504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:23.4132001Z [2505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-sse41-u32.c.o 2024-04-03T16:01:23.4878282Z [2505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:23.4881802Z [2506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-04-03T16:01:23.4916572Z [2506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:23.4928098Z [2507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-04-03T16:01:23.5194029Z [2507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:23.5197947Z [2508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-gavgpool/gen/qs8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-04-03T16:01:23.6331523Z [2508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:23.6338988Z [2509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:23.7017698Z [2509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:23.7028876Z [2510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:23.7384473Z [2510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:23.7388251Z [2511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:23.8550178Z [2511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:23.8553915Z [2512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:23.9007556Z [2512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:23.9011533Z [2513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:23.9038809Z [2513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:23.9042772Z [2514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:23.9048996Z [2514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:23.9052698Z [2515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.0787316Z [2515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.0797195Z [2516/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.0830012Z [2516/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.0837098Z [2517/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.1078919Z [2517/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:24.1082656Z [2518/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:24.1796405Z [2518/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.1799229Z [2519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.2625530Z [2519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.2629344Z [2520/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:24.2990321Z [2520/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:24.2999719Z [2521/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.3872863Z [2521/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.3877610Z [2522/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.4521747Z [2522/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.4526242Z [2523/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.4803178Z [2523/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.4806172Z [2524/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:24.6016937Z [2524/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.6022080Z [2525/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.6246059Z [2525/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:24.6248204Z [2526/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.6717840Z [2526/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.6720991Z [2527/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:24.6983618Z [2527/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.6987824Z [2528/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.7205568Z [2528/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:24.7209626Z [2529/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.8433989Z [2529/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.8437687Z [2530/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.8712037Z [2530/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.8714185Z [2531/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.9089180Z [2531/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:24.9093265Z [2532/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.9308962Z [2532/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:24.9311105Z [2533/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:24.9969758Z [2533/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:24.9974232Z [2534/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:25.0144026Z [2534/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:25.0147470Z [2535/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:25.0761591Z [2535/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.0764088Z [2536/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16-add16.c.o 2024-04-03T16:01:25.1253397Z [2536/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.1257170Z [2537/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:25.1515803Z [2537/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.1518002Z [2538/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.2572612Z [2538/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.2576702Z [2539/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:25.3170867Z [2539/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.3180264Z [2540/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.3190984Z [2540/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.3199161Z [2541/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:25.3700811Z [2541/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.3702990Z [2542/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.4150742Z [2542/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.4159393Z [2543/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.4785274Z [2543/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.4788648Z [2544/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.5161240Z [2544/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.5163258Z [2545/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.5702712Z [2545/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.5706274Z [2546/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.5916558Z [2546/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.5920536Z [2547/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.6302460Z [2547/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.6306649Z [2548/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.7120428Z [2548/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.7124302Z [2549/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.7325021Z [2549/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.7328929Z [2550/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.7799669Z [2550/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.7807104Z [2551/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.8484268Z [2551/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.8488160Z [2552/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.8990110Z [2552/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.8994108Z [2553/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.9179148Z [2553/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.9182391Z [2554/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.9753401Z [2554/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.9757305Z [2555/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:25.9973245Z [2555/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:25.9982150Z [2556/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.0590907Z [2556/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.0594792Z [2557/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.1020257Z [2557/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.1030222Z [2558/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.1213753Z [2558/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.1217545Z [2559/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.1969172Z [2559/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.1973196Z [2560/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.2161184Z [2560/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.2165128Z [2561/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.2790922Z [2561/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.2800737Z [2562/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.2966450Z [2562/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.2969995Z [2563/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.3360384Z [2563/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.3363192Z [2564/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.4232630Z [2564/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.4239944Z [2565/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.4540406Z [2565/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.4547768Z [2566/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.4557697Z [2566/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.4561367Z [2567/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.5005558Z [2567/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.5009051Z [2568/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.5096026Z [2568/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.6374342Z [2569/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.6378486Z [2569/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.6382049Z [2570/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.6655333Z [2570/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.6659748Z [2571/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.7154802Z [2571/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.7158833Z [2572/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.7207721Z [2572/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.7211766Z [2573/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.7444938Z [2573/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.7448610Z [2574/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.8383333Z [2574/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.8387368Z [2575/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.8603664Z [2575/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.8607718Z [2576/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:26.9010836Z [2576/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:26.9013641Z [2577/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:27.0174368Z [2577/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:27.0177800Z [2578/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:27.0514427Z [2578/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:27.0517997Z [2579/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:27.0581238Z [2579/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse41.c.o 2024-04-03T16:01:27.0583411Z [2580/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:27.0998680Z [2580/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse41.c.o 2024-04-03T16:01:27.1000778Z [2581/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:27.1388710Z [2581/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse41.c.o 2024-04-03T16:01:27.1392255Z [2582/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:27.1874421Z [2582/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-sra.c.o 2024-04-03T16:01:27.1877692Z [2583/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-fp32-sse41.c.o 2024-04-03T16:01:27.2117190Z [2583/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-srl.c.o 2024-04-03T16:01:27.2119971Z [2584/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:27.2503305Z [2584/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:27.2507033Z [2585/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-gemmlowp-sse41.c.o 2024-04-03T16:01:27.2864652Z [2585/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:27.2867853Z [2586/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-sra.c.o 2024-04-03T16:01:27.2871240Z [2586/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u24.c.o 2024-04-03T16:01:27.2874586Z [2587/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndna-sse41.c.o 2024-04-03T16:01:27.3627060Z [2587/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u32.c.o 2024-04-03T16:01:27.3630269Z [2588/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:27.3824224Z [2588/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T16:01:27.3831203Z [2589/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:27.4236080Z [2589/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T16:01:27.4239958Z [2590/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-requantization/qs8-requantization-rndnu-sse41-srl.c.o 2024-04-03T16:01:27.4491428Z [2590/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u24.c.o 2024-04-03T16:01:27.4493962Z [2591/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u24.c.o 2024-04-03T16:01:27.4717558Z [2591/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u32.c.o 2024-04-03T16:01:27.4721358Z [2592/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul16-ld64-u32.c.o 2024-04-03T16:01:27.5815584Z [2592/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:27.5819270Z [2593/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:27.6491234Z [2593/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:27.6495193Z [2594/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T16:01:27.6697805Z [2594/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.o 2024-04-03T16:01:27.6699987Z [2595/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T16:01:27.7042314Z [2595/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.o 2024-04-03T16:01:27.7045632Z [2596/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u32.c.o 2024-04-03T16:01:27.7226877Z [2596/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T16:01:27.7228754Z [2597/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-sse41-mul32-ld32-u24.c.o 2024-04-03T16:01:27.7552531Z [2597/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T16:01:27.7554519Z [2598/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:27.8003763Z [2598/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.o 2024-04-03T16:01:27.8013095Z [2599/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u32.c.o 2024-04-03T16:01:27.8197791Z [2599/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.o 2024-04-03T16:01:27.8202453Z [2600/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul16-ld64-u24.c.o 2024-04-03T16:01:28.0131909Z [2600/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u8.c.o 2024-04-03T16:01:28.0135129Z [2601/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T16:01:28.0352335Z [2601/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u16.c.o 2024-04-03T16:01:28.0354714Z [2602/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T16:01:28.0718897Z [2602/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2024-04-03T16:01:28.0722055Z [2603/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u24.c.o 2024-04-03T16:01:28.0725201Z [2603/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u8.c.o 2024-04-03T16:01:28.0728574Z [2604/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-sse41-mul32-ld32-u32.c.o 2024-04-03T16:01:28.1348463Z [2604/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u16.c.o 2024-04-03T16:01:28.1351177Z [2605/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u8.c.o 2024-04-03T16:01:28.2789375Z [2605/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u32.c.o 2024-04-03T16:01:28.2795292Z [2606/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u16.c.o 2024-04-03T16:01:28.3677743Z [2606/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u8.c.o 2024-04-03T16:01:28.3679567Z [2607/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u8.c.o 2024-04-03T16:01:28.4088498Z [2607/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u16.c.o 2024-04-03T16:01:28.4091555Z [2608/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-sse41-u32.c.o 2024-04-03T16:01:28.4313693Z [2608/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2024-04-03T16:01:28.4316513Z [2609/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u16.c.o 2024-04-03T16:01:28.4372750Z [2609/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:28.4380321Z [2610/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-sse41-u32.c.o 2024-04-03T16:01:28.5932603Z [2610/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:28.5940813Z [2611/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:28.5962732Z [2611/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:28.5965967Z [2612/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:28.6188912Z [2612/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:28.6192223Z [2613/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u8.c.o 2024-04-03T16:01:28.6514750Z [2613/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u4.c.o 2024-04-03T16:01:28.6517551Z [2614/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u16.c.o 2024-04-03T16:01:28.7128345Z [2614/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u8.c.o 2024-04-03T16:01:28.7132034Z [2615/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-sse41-u32.c.o 2024-04-03T16:01:28.7876799Z [2615/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u16.c.o 2024-04-03T16:01:28.7880999Z [2616/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:28.8528225Z [2616/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:28.8539510Z [2617/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:28.9759060Z [2617/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:28.9769304Z [2618/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u8.c.o 2024-04-03T16:01:29.0040090Z [2618/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.0046159Z [2619/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u4.c.o 2024-04-03T16:01:29.0495272Z [2619/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.0498646Z [2620/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-sse41-u16.c.o 2024-04-03T16:01:29.1193271Z [2620/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.1196962Z [2621/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.1652562Z [2621/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.1656530Z [2622/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.2018521Z [2622/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.2020587Z [2623/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.2807182Z [2623/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.2811115Z [2624/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.2979954Z [2624/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.2982002Z [2625/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.3796285Z [2625/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.3799684Z [2626/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.4266898Z [2626/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.4270659Z [2627/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.4492149Z [2627/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.4494439Z [2628/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.4799423Z [2628/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.4802956Z [2629/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.5788600Z [2629/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.5792213Z [2630/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.6094257Z [2630/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.6097958Z [2631/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.6154722Z [2631/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.6158587Z [2632/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.7022895Z [2632/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.7024903Z [2633/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.7246585Z [2633/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.7249890Z [2634/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.7757673Z [2634/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.7760384Z [2635/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.7930870Z [2635/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:29.7934106Z [2636/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.8696187Z [2636/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u8.c.o 2024-04-03T16:01:29.8699547Z [2637/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul16.c.o 2024-04-03T16:01:29.9629453Z [2637/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2024-04-03T16:01:29.9631790Z [2638/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:30.0309924Z [2638/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u24.c.o 2024-04-03T16:01:30.0313923Z [2639/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:30.0488366Z [2639/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u32.c.o 2024-04-03T16:01:30.0496163Z [2640/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u8.c.o 2024-04-03T16:01:30.1164362Z [2640/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-04-03T16:01:30.1173414Z [2641/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-sse41-mul32.c.o 2024-04-03T16:01:30.1788437Z [2641/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-04-03T16:01:30.1792565Z [2642/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c8.c.o 2024-04-03T16:01:30.2013115Z [2642/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-04-03T16:01:30.2016055Z [2643/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u16.c.o 2024-04-03T16:01:30.3309836Z [2643/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-04-03T16:01:30.3318995Z [2644/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u24.c.o 2024-04-03T16:01:30.3781323Z [2644/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-04-03T16:01:30.3789695Z [2645/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-sse41-u32.c.o 2024-04-03T16:01:30.3846011Z [2645/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-04-03T16:01:30.3849232Z [2646/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c16.c.o 2024-04-03T16:01:30.4432797Z [2646/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:30.4436209Z [2647/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c8.c.o 2024-04-03T16:01:30.4447098Z [2647/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:30.4454821Z [2648/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7p7x-minmax-fp32-sse41-c24.c.o 2024-04-03T16:01:30.5745449Z [2648/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:30.5752262Z [2649/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c16.c.o 2024-04-03T16:01:30.6013430Z [2649/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:30.6022507Z [2650/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gavgpool/gen/qu8-gavgpool-7x-minmax-fp32-sse41-c24.c.o 2024-04-03T16:01:30.6265774Z [2650/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:30.6268998Z [2651/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:30.6758798Z [2651/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:30.6762486Z [2652/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:30.6772646Z [2652/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:30.6776219Z [2653/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:30.8117358Z [2653/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:30.8125957Z [2654/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:30.8443230Z [2654/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:30.8446671Z [2655/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:30.8457748Z [2655/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:30.8464579Z [2656/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:30.9016546Z [2656/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:30.9018787Z [2657/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:30.9555142Z [2657/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:30.9558376Z [2658/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.0760690Z [2658/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.0764131Z [2659/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.1515199Z [2659/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.1518238Z [2660/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.1521160Z [2660/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.1523916Z [2661/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.1526927Z [2661/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.1529789Z [2662/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.2366438Z [2662/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.2370082Z [2663/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.3232636Z [2663/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.3236086Z [2664/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.3561239Z [2664/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.3567816Z [2665/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.4023697Z [2665/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.4025602Z [2666/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.4432201Z [2666/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.4435893Z [2667/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.5325942Z [2667/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.5335092Z [2668/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.5512848Z [2668/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.5516284Z [2669/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.5979250Z [2669/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.5983523Z [2670/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.6190474Z [2670/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.6194069Z [2671/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.7028015Z [2671/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.7037003Z [2672/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.7356682Z [2672/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.7362415Z [2673/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.7366573Z [2673/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.7370788Z [2674/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.8269603Z [2674/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.8274342Z [2675/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.8708728Z [2675/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.8712516Z [2676/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.9149909Z [2676/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.9160782Z [2677/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.9487143Z [2677/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:31.9490648Z [2678/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.9537461Z [2678/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:31.9540608Z [2679/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.0640697Z [2679/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.0644062Z [2680/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.1089527Z [2680/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.1092900Z [2681/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.1102881Z [2681/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.1106371Z [2682/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.1118609Z [2682/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.1121923Z [2683/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.1529140Z [2683/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.1532427Z [2684/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.2593774Z [2684/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.2597060Z [2685/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.2924834Z [2685/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.2927073Z [2686/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.3407756Z [2686/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.3411115Z [2687/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.3808233Z [2687/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.3814833Z [2688/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.3872154Z [2688/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.3875651Z [2689/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.4884010Z [2689/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.4891589Z [2690/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.5082487Z [2690/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse41.c.o 2024-04-03T16:01:32.5084381Z [2691/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.5559715Z [2691/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse41.c.o 2024-04-03T16:01:32.5564421Z [2692/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.5720770Z [2692/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:32.5724071Z [2693/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld64.c.o 2024-04-03T16:01:32.6138458Z [2693/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:32.6140403Z [2694/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-sse41-ld128.c.o 2024-04-03T16:01:32.6186325Z [2694/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T16:01:32.6189839Z [2695/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-gemmlowp-sse41.c.o 2024-04-03T16:01:32.6682575Z [2695/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T16:01:32.6686434Z [2696/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-requantization/qu8-requantization-rndna-sse41.c.o 2024-04-03T16:01:32.6880934Z [2696/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:32.6884294Z [2697/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:32.7624894Z [2697/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:32.7628270Z [2698/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:32.8144577Z [2698/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T16:01:32.8148202Z [2699/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:32.8483662Z [2699/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T16:01:32.8494394Z [2700/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:32.8497784Z [2700/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u8.c.o 2024-04-03T16:01:32.8500968Z [2701/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T16:01:32.9479972Z [2701/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u16.c.o 2024-04-03T16:01:32.9483030Z [2702/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T16:01:33.0555706Z [2702/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2024-04-03T16:01:33.0559458Z [2703/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u8.c.o 2024-04-03T16:01:33.0759245Z [2703/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u8.c.o 2024-04-03T16:01:33.0762303Z [2704/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-sse41-mul32-ld32-u16.c.o 2024-04-03T16:01:33.1175771Z [2704/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u16.c.o 2024-04-03T16:01:33.1178774Z [2705/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u8.c.o 2024-04-03T16:01:33.1216753Z [2705/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u32.c.o 2024-04-03T16:01:33.1221743Z [2706/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u16.c.o 2024-04-03T16:01:33.2465044Z [2706/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u8.c.o 2024-04-03T16:01:33.2475875Z [2707/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-sse41-u32.c.o 2024-04-03T16:01:33.3099194Z [2707/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u16.c.o 2024-04-03T16:01:33.3102432Z [2708/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u8.c.o 2024-04-03T16:01:33.3350714Z [2708/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2024-04-03T16:01:33.3353559Z [2709/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u32.c.o 2024-04-03T16:01:33.3776725Z [2709/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:33.3778689Z [2710/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u8.c.o 2024-04-03T16:01:33.4283376Z [2710/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:33.4287164Z [2711/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-sse41-u16.c.o 2024-04-03T16:01:33.5445089Z [2711/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:33.5448733Z [2712/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:33.5661932Z [2712/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:33.5666668Z [2713/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:33.5670123Z [2713/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c8.c.o 2024-04-03T16:01:33.5673306Z [2714/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u16.c.o 2024-04-03T16:01:33.5945521Z [2714/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2024-04-03T16:01:33.5948839Z [2715/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u8.c.o 2024-04-03T16:01:33.6434526Z [2715/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2024-04-03T16:01:33.6444029Z [2716/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-sse41-u32.c.o 2024-04-03T16:01:33.6933835Z [2716/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2024-04-03T16:01:33.6937075Z [2717/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c8.c.o 2024-04-03T16:01:33.7238035Z [2717/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c8.c.o 2024-04-03T16:01:33.7241130Z [2718/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-ibilinear/gen/s8-ibilinear-sse41-c16.c.o 2024-04-03T16:01:33.7245331Z [2718/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2024-04-03T16:01:33.7248784Z [2719/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-sse41-mul16-ld64-u16.c.o 2024-04-03T16:01:33.7629810Z [2719/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u8.c.o 2024-04-03T16:01:33.7633133Z [2720/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-maxpool/s8-maxpool-9p8x-minmax-sse41-c16.c.o 2024-04-03T16:01:33.8410953Z [2720/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2024-04-03T16:01:33.8413741Z [2721/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c8.c.o 2024-04-03T16:01:33.8417055Z [2721/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u24.c.o 2024-04-03T16:01:33.8419331Z [2722/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/s8-vclamp/s8-vclamp-sse41-u64.c.o 2024-04-03T16:01:33.8724536Z [2722/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u32.c.o 2024-04-03T16:01:33.8727793Z [2723/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u8.c.o 2024-04-03T16:01:33.8813605Z [2723/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u8.c.o 2024-04-03T16:01:33.8816873Z [2724/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/u8-ibilinear/gen/u8-ibilinear-sse41-c16.c.o 2024-04-03T16:01:33.9311917Z [2724/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u16.c.o 2024-04-03T16:01:33.9315005Z [2725/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u16.c.o 2024-04-03T16:01:34.0180566Z [2725/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u24.c.o 2024-04-03T16:01:34.0183551Z [2726/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u24.c.o 2024-04-03T16:01:34.0650875Z [2726/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u32.c.o 2024-04-03T16:01:34.0654063Z [2727/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u8.c.o 2024-04-03T16:01:34.0657480Z [2727/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx-acc2.c.o 2024-04-03T16:01:34.0660925Z [2728/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u24.c.o 2024-04-03T16:01:34.0664154Z [2728/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx.c.o 2024-04-03T16:01:34.0667359Z [2729/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u16.c.o 2024-04-03T16:01:34.1062880Z [2729/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx-acc2.c.o 2024-04-03T16:01:34.1064631Z [2730/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int16-u32.c.o 2024-04-03T16:01:34.2046560Z [2730/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2024-04-03T16:01:34.2049485Z [2731/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx-int32-u32.c.o 2024-04-03T16:01:34.3371563Z [2731/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx-acc2.c.o 2024-04-03T16:01:34.3378188Z [2732/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx-acc2.c.o 2024-04-03T16:01:34.3560323Z [2732/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx.c.o 2024-04-03T16:01:34.3563607Z [2733/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx.c.o 2024-04-03T16:01:34.4073940Z [2733/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx-acc2.c.o 2024-04-03T16:01:34.4075707Z [2734/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-avx.c.o 2024-04-03T16:01:34.4255500Z [2734/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2024-04-03T16:01:34.4259097Z [2735/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx-acc2.c.o 2024-04-03T16:01:34.5726498Z [2735/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:34.5737499Z [2736/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx-acc2.c.o 2024-04-03T16:01:34.6385756Z [2736/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.o 2024-04-03T16:01:34.6389030Z [2737/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx-acc2.c.o 2024-04-03T16:01:34.6396480Z [2737/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:34.6400011Z [2738/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-avx.c.o 2024-04-03T16:01:34.6723985Z [2738/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.o 2024-04-03T16:01:34.6726991Z [2739/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx.c.o 2024-04-03T16:01:34.7213444Z [2739/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:34.7217002Z [2740/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:34.8874675Z [2740/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2024-04-03T16:01:34.8877799Z [2741/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-avx.c.o 2024-04-03T16:01:34.9175513Z [2741/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:34.9184638Z [2742/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx.c.o 2024-04-03T16:01:34.9199321Z [2742/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.o 2024-04-03T16:01:34.9202541Z [2743/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:35.0489586Z [2743/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:35.0493236Z [2744/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:35.1340588Z [2744/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.o 2024-04-03T16:01:35.1343967Z [2745/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l8c8s4r-minmax-avx.c.o 2024-04-03T16:01:35.2122787Z [2745/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:35.2126266Z [2746/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:35.2524990Z [2746/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.o 2024-04-03T16:01:35.2528768Z [2747/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-6f6m7l16c8s4r-minmax-avx.c.o 2024-04-03T16:01:35.2857573Z [2747/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx-acc2.c.o 2024-04-03T16:01:35.2860665Z [2748/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:35.4432404Z [2748/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx.c.o 2024-04-03T16:01:35.4435756Z [2749/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l8c8s4r-minmax-avx.c.o 2024-04-03T16:01:35.4976344Z [2749/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx-acc2.c.o 2024-04-03T16:01:35.4979513Z [2750/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx-acc2.c.o 2024-04-03T16:01:35.5298899Z [2750/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2024-04-03T16:01:35.5300705Z [2751/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-8f8m9l16c8s4r-minmax-avx.c.o 2024-04-03T16:01:35.5432209Z [2751/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx-acc2.c.o 2024-04-03T16:01:35.5441824Z [2752/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx-acc2.c.o 2024-04-03T16:01:35.6496186Z [2752/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2024-04-03T16:01:35.6503943Z [2753/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-avx.c.o 2024-04-03T16:01:35.7786966Z [2753/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx-acc2.c.o 2024-04-03T16:01:35.7798460Z [2754/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx-acc2.c.o 2024-04-03T16:01:35.8129362Z [2754/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx.c.o 2024-04-03T16:01:35.8131107Z [2755/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx.c.o 2024-04-03T16:01:35.8793203Z [2755/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u8.c.o 2024-04-03T16:01:35.8803343Z [2756/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx-acc2.c.o 2024-04-03T16:01:36.0033004Z [2756/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u16.c.o 2024-04-03T16:01:36.0035771Z [2757/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u8.c.o 2024-04-03T16:01:36.0413210Z [2757/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2024-04-03T16:01:36.0416093Z [2758/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u16.c.o 2024-04-03T16:01:36.0631208Z [2758/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u32.c.o 2024-04-03T16:01:36.0641107Z [2759/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-avx.c.o 2024-04-03T16:01:36.0653931Z [2759/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.0663470Z [2760/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx-acc2.c.o 2024-04-03T16:01:36.1373032Z [2760/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.1377807Z [2761/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx.c.o 2024-04-03T16:01:36.1726720Z [2761/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.1729401Z [2762/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u32.c.o 2024-04-03T16:01:36.2260883Z [2762/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.2263908Z [2763/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx-u24.c.o 2024-04-03T16:01:36.3821813Z [2763/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.3824891Z [2764/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.4139860Z [2764/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.4143340Z [2765/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.4842332Z [2765/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.4849589Z [2766/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.5313522Z [2766/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.5316714Z [2767/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.5997811Z [2767/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.6000932Z [2768/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.6864614Z [2768/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.6868163Z [2769/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.7827547Z [2769/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.7838405Z [2770/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.8151973Z [2770/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.8155181Z [2771/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.9444393Z [2771/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:36.9453610Z [2772/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.0125166Z [2772/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.0134119Z [2773/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.0367956Z [2773/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.0371443Z [2774/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.1141618Z [2774/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.1145920Z [2775/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.1510553Z [2775/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.1512641Z [2776/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.3187852Z [2776/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.3189919Z [2777/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.3455734Z [2777/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.3459840Z [2778/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.4120012Z [2778/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.4123522Z [2779/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.4655149Z [2779/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.4659025Z [2780/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.5139064Z [2780/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.5142449Z [2781/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.6815110Z [2781/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.6818905Z [2782/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.7044590Z [2782/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.7047781Z [2783/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.7438288Z [2783/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.7443347Z [2784/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.8020335Z [2784/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.8024499Z [2785/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.9278210Z [2785/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:37.9282765Z [2786/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.0056763Z [2786/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.0060426Z [2787/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.0460922Z [2787/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.0470890Z [2788/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.1323309Z [2788/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.1326437Z [2789/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.1508703Z [2789/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x8.c.o 2024-04-03T16:01:38.1515523Z [2790/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.2663073Z [2790/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x16.c.o 2024-04-03T16:01:38.2666465Z [2791/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.3507589Z [2791/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.3518291Z [2792/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.4017923Z [2792/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.4021411Z [2793/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x8.c.o 2024-04-03T16:01:38.4496550Z [2793/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.4500098Z [2794/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx-2x16.c.o 2024-04-03T16:01:38.4788075Z [2794/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.4794332Z [2795/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.6358498Z [2795/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.6362388Z [2796/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.6857028Z [2796/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.6872953Z [2797/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.7038948Z [2797/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.7042801Z [2798/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.8032180Z [2798/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.8035906Z [2799/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.8391163Z [2799/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.8394469Z [2800/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.9833796Z [2800/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:38.9837569Z [2801/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.0119509Z [2801/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.0123301Z [2802/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.0943551Z [2802/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.0946813Z [2803/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.1893856Z [2803/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.1904065Z [2804/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.2030373Z [2804/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.2033001Z [2805/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.3322433Z [2805/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.3325739Z [2806/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.3882050Z [2806/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.3891199Z [2807/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.4730381Z [2807/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u8.c.o 2024-04-03T16:01:39.4732891Z [2808/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.5515383Z [2808/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u16.c.o 2024-04-03T16:01:39.5519122Z [2809/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.5692904Z [2809/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u24.c.o 2024-04-03T16:01:39.5699531Z [2810/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.6578498Z [2810/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2024-04-03T16:01:39.6582719Z [2811/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx-broadcast.c.o 2024-04-03T16:01:39.6763118Z [2811/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u8.c.o 2024-04-03T16:01:39.6766241Z [2812/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u8.c.o 2024-04-03T16:01:39.7790398Z [2812/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u16.c.o 2024-04-03T16:01:39.7798538Z [2813/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u24.c.o 2024-04-03T16:01:39.8106381Z [2813/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u24.c.o 2024-04-03T16:01:39.8109483Z [2814/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u16.c.o 2024-04-03T16:01:39.8118031Z [2814/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2024-04-03T16:01:39.8120932Z [2815/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx-u32.c.o 2024-04-03T16:01:39.9548077Z [2815/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u8.c.o 2024-04-03T16:01:39.9557257Z [2816/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u8.c.o 2024-04-03T16:01:39.9570921Z [2816/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u16-acc2.c.o 2024-04-03T16:01:39.9574001Z [2817/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u16.c.o 2024-04-03T16:01:40.1243718Z [2817/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u24-acc3.c.o 2024-04-03T16:01:40.1252782Z [2818/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u8.c.o 2024-04-03T16:01:40.1523089Z [2818/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc2.c.o 2024-04-03T16:01:40.1525292Z [2819/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u24.c.o 2024-04-03T16:01:40.1901585Z [2819/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2024-04-03T16:01:40.1904833Z [2820/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx-u32.c.o 2024-04-03T16:01:40.3244870Z [2820/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u8.c.o 2024-04-03T16:01:40.3247585Z [2821/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u16-acc2.c.o 2024-04-03T16:01:40.3427066Z [2821/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u16-acc2.c.o 2024-04-03T16:01:40.3435519Z [2822/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u24-acc3.c.o 2024-04-03T16:01:40.4421000Z [2822/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u24-acc3.c.o 2024-04-03T16:01:40.4424838Z [2823/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc4.c.o 2024-04-03T16:01:40.4594110Z [2823/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc2.c.o 2024-04-03T16:01:40.4595710Z [2824/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u8.c.o 2024-04-03T16:01:40.5136396Z [2824/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc4.c.o 2024-04-03T16:01:40.5144682Z [2825/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx-u32-acc2.c.o 2024-04-03T16:01:40.5752628Z [2825/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u8.c.o 2024-04-03T16:01:40.5756878Z [2826/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u16-acc2.c.o 2024-04-03T16:01:40.5979999Z [2826/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u16-acc2.c.o 2024-04-03T16:01:40.5983944Z [2827/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u24-acc3.c.o 2024-04-03T16:01:40.6852357Z [2827/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u24-acc3.c.o 2024-04-03T16:01:40.6860764Z [2828/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc2.c.o 2024-04-03T16:01:40.7032014Z [2828/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc2.c.o 2024-04-03T16:01:40.7040710Z [2829/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx-u32-acc4.c.o 2024-04-03T16:01:40.8015414Z [2829/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2024-04-03T16:01:40.8019168Z [2830/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u16-acc2.c.o 2024-04-03T16:01:40.8849634Z [2830/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u8.c.o 2024-04-03T16:01:40.8852672Z [2831/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u24-acc3.c.o 2024-04-03T16:01:40.8863831Z [2831/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u16-acc2.c.o 2024-04-03T16:01:40.8866786Z [2832/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u8.c.o 2024-04-03T16:01:40.9414885Z [2832/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u24-acc3.c.o 2024-04-03T16:01:40.9423900Z [2833/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc2.c.o 2024-04-03T16:01:41.0168870Z [2833/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc2.c.o 2024-04-03T16:01:41.0173270Z [2834/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx-u32-acc4.c.o 2024-04-03T16:01:41.1430922Z [2834/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2024-04-03T16:01:41.1440379Z [2835/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u8.c.o 2024-04-03T16:01:41.1817024Z [2835/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u8.c.o 2024-04-03T16:01:41.1820036Z [2836/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u24-acc3.c.o 2024-04-03T16:01:41.2333900Z [2836/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u16.c.o 2024-04-03T16:01:41.2336127Z [2837/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u16-acc2.c.o 2024-04-03T16:01:41.2694401Z [2837/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u8.c.o 2024-04-03T16:01:41.2697305Z [2838/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc2.c.o 2024-04-03T16:01:41.4308559Z [2838/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u16.c.o 2024-04-03T16:01:41.4318129Z [2839/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx-u32-acc4.c.o 2024-04-03T16:01:41.5265380Z [2839/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u8.c.o 2024-04-03T16:01:41.5275677Z [2840/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u8.c.o 2024-04-03T16:01:41.6389009Z [2840/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u16.c.o 2024-04-03T16:01:41.6396281Z [2841/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx-u16.c.o 2024-04-03T16:01:41.6411857Z [2841/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u8.c.o 2024-04-03T16:01:41.6420670Z [2842/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u16.c.o 2024-04-03T16:01:41.6773101Z [2842/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u16.c.o 2024-04-03T16:01:41.6776419Z [2843/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx-u8.c.o 2024-04-03T16:01:41.8589413Z [2843/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u8.c.o 2024-04-03T16:01:41.8598508Z [2844/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u16.c.o 2024-04-03T16:01:41.9079825Z [2844/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2024-04-03T16:01:41.9082676Z [2845/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx-u8.c.o 2024-04-03T16:01:41.9613147Z [2845/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u8.c.o 2024-04-03T16:01:41.9624551Z [2846/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u8.c.o 2024-04-03T16:01:41.9883870Z [2846/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2024-04-03T16:01:41.9887882Z [2847/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx-u16.c.o 2024-04-03T16:01:42.0443480Z [2847/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u8.c.o 2024-04-03T16:01:42.0454163Z [2848/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u8.c.o 2024-04-03T16:01:42.1723432Z [2848/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2024-04-03T16:01:42.1729810Z [2849/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u8.c.o 2024-04-03T16:01:42.1952762Z [2849/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u8.c.o 2024-04-03T16:01:42.1955540Z [2850/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx-u16.c.o 2024-04-03T16:01:42.2462232Z [2850/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2024-04-03T16:01:42.2471403Z [2851/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx-u16.c.o 2024-04-03T16:01:42.2693835Z [2851/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u8.c.o 2024-04-03T16:01:42.2695963Z [2852/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u8.c.o 2024-04-03T16:01:42.4017523Z [2852/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u16.c.o 2024-04-03T16:01:42.4023779Z [2853/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx-u16.c.o 2024-04-03T16:01:42.4880954Z [2853/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u8.c.o 2024-04-03T16:01:42.4884242Z [2854/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u8.c.o 2024-04-03T16:01:42.5084518Z [2854/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u16.c.o 2024-04-03T16:01:42.5086153Z [2855/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u8.c.o 2024-04-03T16:01:42.5518688Z [2855/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u8.c.o 2024-04-03T16:01:42.5521192Z [2856/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx-u16.c.o 2024-04-03T16:01:42.5636534Z [2856/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u16.c.o 2024-04-03T16:01:42.5639514Z [2857/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx-u16.c.o 2024-04-03T16:01:42.6949137Z [2857/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u8.c.o 2024-04-03T16:01:42.6955726Z [2858/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u8.c.o 2024-04-03T16:01:42.7469259Z [2858/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u16.c.o 2024-04-03T16:01:42.7472541Z [2859/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx-u16.c.o 2024-04-03T16:01:42.7475437Z [2859/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u8.c.o 2024-04-03T16:01:42.7478205Z [2860/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u8.c.o 2024-04-03T16:01:42.7797004Z [2860/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2024-04-03T16:01:42.7803913Z [2861/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx-u16.c.o 2024-04-03T16:01:42.8833614Z [2861/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u8.c.o 2024-04-03T16:01:42.8842259Z [2862/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u8.c.o 2024-04-03T16:01:43.0046661Z [2862/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2024-04-03T16:01:43.0049729Z [2863/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx-u16.c.o 2024-04-03T16:01:43.0417191Z [2863/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u8.c.o 2024-04-03T16:01:43.0420162Z [2864/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u16.c.o 2024-04-03T16:01:43.1150762Z [2864/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u16.c.o 2024-04-03T16:01:43.1153355Z [2865/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u8.c.o 2024-04-03T16:01:43.1341706Z [2865/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u8.c.o 2024-04-03T16:01:43.1344831Z [2866/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx-u8.c.o 2024-04-03T16:01:43.3121625Z [2866/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u16.c.o 2024-04-03T16:01:43.3130849Z [2867/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx-u16.c.o 2024-04-03T16:01:43.3584441Z [2867/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u8.c.o 2024-04-03T16:01:43.3587455Z [2868/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u8.c.o 2024-04-03T16:01:43.4115030Z [2868/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2024-04-03T16:01:43.4121308Z [2869/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u8.c.o 2024-04-03T16:01:43.4439377Z [2869/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u8.c.o 2024-04-03T16:01:43.4442847Z [2870/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx-u16.c.o 2024-04-03T16:01:43.5791912Z [2870/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u16.c.o 2024-04-03T16:01:43.5795285Z [2871/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx-u16.c.o 2024-04-03T16:01:43.6677632Z [2871/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u24.c.o 2024-04-03T16:01:43.6680854Z [2872/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u8.c.o 2024-04-03T16:01:43.7058034Z [2872/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2024-04-03T16:01:43.7066301Z [2873/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx-u16.c.o 2024-04-03T16:01:43.7069262Z [2873/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u40.c.o 2024-04-03T16:01:43.7072501Z [2874/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u8.c.o 2024-04-03T16:01:43.7456212Z [2874/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u48.c.o 2024-04-03T16:01:43.7459759Z [2875/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u16.c.o 2024-04-03T16:01:43.9361269Z [2875/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u8.c.o 2024-04-03T16:01:43.9364463Z [2876/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u24.c.o 2024-04-03T16:01:43.9741518Z [2876/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u16.c.o 2024-04-03T16:01:43.9745007Z [2877/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u32.c.o 2024-04-03T16:01:43.9980863Z [2877/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u24.c.o 2024-04-03T16:01:43.9984087Z [2878/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u48.c.o 2024-04-03T16:01:44.0373691Z [2878/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u32.c.o 2024-04-03T16:01:44.0375441Z [2879/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut4-p4-perm-u40.c.o 2024-04-03T16:01:44.1003143Z [2879/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u40.c.o 2024-04-03T16:01:44.1006481Z [2880/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u8.c.o 2024-04-03T16:01:44.2285090Z [2880/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u48.c.o 2024-04-03T16:01:44.2286821Z [2881/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u16.c.o 2024-04-03T16:01:44.2630310Z [2881/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u8.c.o 2024-04-03T16:01:44.2633591Z [2882/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u24.c.o 2024-04-03T16:01:44.2818128Z [2882/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u16.c.o 2024-04-03T16:01:44.2823579Z [2883/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u32.c.o 2024-04-03T16:01:44.3137884Z [2883/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u24.c.o 2024-04-03T16:01:44.3139806Z [2884/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u40.c.o 2024-04-03T16:01:44.4560618Z [2884/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u32.c.o 2024-04-03T16:01:44.4570532Z [2885/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-lut16-p3-u48.c.o 2024-04-03T16:01:44.5156027Z [2885/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u40.c.o 2024-04-03T16:01:44.5159323Z [2886/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u8.c.o 2024-04-03T16:01:44.5162832Z [2886/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u48.c.o 2024-04-03T16:01:44.5166120Z [2887/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u24.c.o 2024-04-03T16:01:44.5569755Z [2887/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u8.c.o 2024-04-03T16:01:44.5572899Z [2888/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u16.c.o 2024-04-03T16:01:44.5788739Z [2888/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2024-04-03T16:01:44.5791482Z [2889/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u32.c.o 2024-04-03T16:01:44.7515601Z [2889/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u8.c.o 2024-04-03T16:01:44.7525716Z [2890/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u40.c.o 2024-04-03T16:01:44.8420856Z [2890/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2024-04-03T16:01:44.8423703Z [2891/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u8.c.o 2024-04-03T16:01:44.9205450Z [2891/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u8.c.o 2024-04-03T16:01:44.9208358Z [2892/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx-rr2-p6-u48.c.o 2024-04-03T16:01:44.9218794Z [2892/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u16.c.o 2024-04-03T16:01:44.9221469Z [2893/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u8.c.o 2024-04-03T16:01:44.9348357Z [2893/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u8.c.o 2024-04-03T16:01:44.9351034Z [2894/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-avx-u16.c.o 2024-04-03T16:01:45.1086641Z [2894/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2024-04-03T16:01:45.1089070Z [2895/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vlrelu/gen/f32-vlrelu-avx-u16.c.o 2024-04-03T16:01:45.1316081Z [2895/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u8.c.o 2024-04-03T16:01:45.1318799Z [2896/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u8.c.o 2024-04-03T16:01:45.2113024Z [2896/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2024-04-03T16:01:45.2115780Z [2897/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrelu/gen/f32-vrelu-avx-u16.c.o 2024-04-03T16:01:45.2131983Z [2897/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u8.c.o 2024-04-03T16:01:45.2139683Z [2898/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u16.c.o 2024-04-03T16:01:45.2939691Z [2898/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2024-04-03T16:01:45.2943676Z [2899/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndd-avx-u8.c.o 2024-04-03T16:01:45.4573657Z [2899/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u8.c.o 2024-04-03T16:01:45.4581695Z [2900/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u8.c.o 2024-04-03T16:01:45.4626570Z [2900/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2024-04-03T16:01:45.4629380Z [2901/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndne-avx-u16.c.o 2024-04-03T16:01:45.5157432Z [2901/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u8.c.o 2024-04-03T16:01:45.5161987Z [2902/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u16.c.o 2024-04-03T16:01:45.5484270Z [2902/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2024-04-03T16:01:45.5490179Z [2903/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx-u8.c.o 2024-04-03T16:01:45.7204858Z [2903/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u32.c.o 2024-04-03T16:01:45.7207610Z [2904/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u8.c.o 2024-04-03T16:01:45.7431355Z [2904/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u8.c.o 2024-04-03T16:01:45.7434214Z [2905/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx-u16.c.o 2024-04-03T16:01:45.8243805Z [2905/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u16.c.o 2024-04-03T16:01:45.8247585Z [2906/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u16.c.o 2024-04-03T16:01:45.8424627Z [2906/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u24.c.o 2024-04-03T16:01:45.8427902Z [2907/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u8.c.o 2024-04-03T16:01:46.0057378Z [2907/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u32.c.o 2024-04-03T16:01:46.0061181Z [2908/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx-rsqrt-u32.c.o 2024-04-03T16:01:46.0295835Z [2908/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u40.c.o 2024-04-03T16:01:46.0302087Z [2909/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u8.c.o 2024-04-03T16:01:46.0612540Z [2909/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u48.c.o 2024-04-03T16:01:46.0614348Z [2910/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u16.c.o 2024-04-03T16:01:46.1205601Z [2910/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u56.c.o 2024-04-03T16:01:46.1209352Z [2911/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u24.c.o 2024-04-03T16:01:46.1618028Z [2911/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u64.c.o 2024-04-03T16:01:46.1621684Z [2912/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u32.c.o 2024-04-03T16:01:46.3093882Z [2912/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u72.c.o 2024-04-03T16:01:46.3101973Z [2913/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u48.c.o 2024-04-03T16:01:46.3272184Z [2913/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u80.c.o 2024-04-03T16:01:46.3280525Z [2914/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u56.c.o 2024-04-03T16:01:46.3752717Z [2914/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u8.c.o 2024-04-03T16:01:46.3756171Z [2915/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u40.c.o 2024-04-03T16:01:46.4297930Z [2915/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u16.c.o 2024-04-03T16:01:46.4302572Z [2916/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u64.c.o 2024-04-03T16:01:46.5887276Z [2916/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u24.c.o 2024-04-03T16:01:46.5897637Z [2917/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u80.c.o 2024-04-03T16:01:46.6112458Z [2917/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u32.c.o 2024-04-03T16:01:46.6117359Z [2918/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u8.c.o 2024-04-03T16:01:46.6778471Z [2918/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2024-04-03T16:01:46.6782145Z [2919/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-div-u72.c.o 2024-04-03T16:01:46.6862507Z [2919/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u48.c.o 2024-04-03T16:01:46.6865686Z [2920/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u16.c.o 2024-04-03T16:01:46.8291132Z [2920/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u56.c.o 2024-04-03T16:01:46.8294732Z [2921/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u24.c.o 2024-04-03T16:01:46.9594168Z [2921/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u64.c.o 2024-04-03T16:01:46.9601646Z [2922/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u32.c.o 2024-04-03T16:01:47.0204101Z [2922/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u72.c.o 2024-04-03T16:01:47.0207282Z [2923/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u40.c.o 2024-04-03T16:01:47.0703093Z [2923/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u80.c.o 2024-04-03T16:01:47.0712472Z [2924/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u48.c.o 2024-04-03T16:01:47.0723361Z [2924/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u8.c.o 2024-04-03T16:01:47.0729271Z [2925/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u56.c.o 2024-04-03T16:01:47.2616737Z [2925/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u16.c.o 2024-04-03T16:01:47.2628607Z [2926/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u64.c.o 2024-04-03T16:01:47.2977333Z [2926/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u32.c.o 2024-04-03T16:01:47.2980241Z [2927/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u72.c.o 2024-04-03T16:01:47.3297851Z [2927/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u8.c.o 2024-04-03T16:01:47.3302251Z [2928/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx-rr2-p5-nr2-u80.c.o 2024-04-03T16:01:47.3569193Z [2928/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u16.c.o 2024-04-03T16:01:47.3571085Z [2929/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u16.c.o 2024-04-03T16:01:47.4962748Z [2929/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u24.c.o 2024-04-03T16:01:47.4967943Z [2930/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u8.c.o 2024-04-03T16:01:47.6211219Z [2930/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u32.c.o 2024-04-03T16:01:47.6214511Z [2931/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx-sqrt-u32.c.o 2024-04-03T16:01:47.6256841Z [2931/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u40.c.o 2024-04-03T16:01:47.6260888Z [2932/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u8.c.o 2024-04-03T16:01:47.7565604Z [2932/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u48.c.o 2024-04-03T16:01:47.7569428Z [2933/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u16.c.o 2024-04-03T16:01:47.8127082Z [2933/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u56.c.o 2024-04-03T16:01:47.8137941Z [2934/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u24.c.o 2024-04-03T16:01:47.8379096Z [2934/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u64.c.o 2024-04-03T16:01:47.8381239Z [2935/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u32.c.o 2024-04-03T16:01:47.9279583Z [2935/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u72.c.o 2024-04-03T16:01:47.9283664Z [2936/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u40.c.o 2024-04-03T16:01:48.0105241Z [2936/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u80.c.o 2024-04-03T16:01:48.0109449Z [2937/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u48.c.o 2024-04-03T16:01:48.0764923Z [2937/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T16:01:48.0775986Z [2938/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u56.c.o 2024-04-03T16:01:48.1623988Z [2938/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T16:01:48.1634655Z [2939/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u64.c.o 2024-04-03T16:01:48.1955338Z [2939/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-04-03T16:01:48.1958509Z [2940/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u72.c.o 2024-04-03T16:01:48.2535734Z [2940/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-04-03T16:01:48.2540079Z [2941/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div-u80.c.o 2024-04-03T16:01:48.3133799Z [2941/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T16:01:48.3137531Z [2942/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T16:01:48.3805391Z [2942/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:01:48.3809281Z [2943/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T16:01:48.4566863Z [2943/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T16:01:48.4570831Z [2944/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-04-03T16:01:48.4768557Z [2944/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T16:01:48.4772157Z [2945/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-04-03T16:01:48.5607610Z [2945/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-04-03T16:01:48.5611227Z [2946/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T16:01:48.6413571Z [2946/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T16:01:48.6417732Z [2947/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:01:48.6683020Z [2947/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-04-03T16:01:48.6686131Z [2948/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T16:01:48.7527220Z [2948/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T16:01:48.7530508Z [2949/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T16:01:48.8807933Z [2949/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-04-03T16:01:48.8817980Z [2950/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-04-03T16:01:49.0033515Z [2950/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T16:01:49.0043113Z [2951/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T16:01:49.0327513Z [2951/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T16:01:49.0339038Z [2952/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T16:01:49.0796115Z [2952/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:01:49.0806206Z [2953/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-04-03T16:01:49.1489929Z [2953/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T16:01:49.1493307Z [2954/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-04-03T16:01:49.2297628Z [2954/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T16:01:49.2301338Z [2955/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T16:01:49.2908319Z [2955/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-04-03T16:01:49.2919904Z [2956/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T16:01:49.3132245Z [2956/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T16:01:49.3134281Z [2957/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:01:49.3524887Z [2957/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-04-03T16:01:49.3528575Z [2958/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T16:01:49.4489590Z [2958/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T16:01:49.4492890Z [2959/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T16:01:49.5409987Z [2959/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-04-03T16:01:49.5420164Z [2960/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-04-03T16:01:49.5641274Z [2960/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T16:01:49.5645011Z [2961/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T16:01:49.6128908Z [2961/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-04-03T16:01:49.6138630Z [2962/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-04-03T16:01:49.6630410Z [2962/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-04-03T16:01:49.6639795Z [2963/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T16:01:49.7589677Z [2963/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-04-03T16:01:49.7599019Z [2964/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-04-03T16:01:49.8757149Z [2964/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u32.c.o 2024-04-03T16:01:49.8767103Z [2965/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u8.c.o 2024-04-03T16:01:49.8779174Z [2965/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u40.c.o 2024-04-03T16:01:49.8788224Z [2966/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T16:01:49.9806824Z [2966/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u48.c.o 2024-04-03T16:01:49.9817057Z [2967/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u16.c.o 2024-04-03T16:01:50.0618014Z [2967/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u56.c.o 2024-04-03T16:01:50.0622151Z [2968/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u24.c.o 2024-04-03T16:01:50.2084863Z [2968/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u64.c.o 2024-04-03T16:01:50.2088522Z [2969/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u32.c.o 2024-04-03T16:01:50.2646297Z [2969/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u72.c.o 2024-04-03T16:01:50.2649902Z [2970/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u48.c.o 2024-04-03T16:01:50.2653220Z [2970/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u80.c.o 2024-04-03T16:01:50.2656801Z [2971/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u40.c.o 2024-04-03T16:01:50.3428347Z [2971/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u8.c.o 2024-04-03T16:01:50.3437813Z [2972/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u56.c.o 2024-04-03T16:01:50.4288583Z [2972/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u16.c.o 2024-04-03T16:01:50.4292000Z [2973/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u64.c.o 2024-04-03T16:01:50.5429389Z [2973/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u8.c.o 2024-04-03T16:01:50.5431423Z [2974/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u8.c.o 2024-04-03T16:01:50.5692594Z [2974/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u16.c.o 2024-04-03T16:01:50.5696003Z [2975/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u72.c.o 2024-04-03T16:01:50.6200587Z [2975/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u8.c.o 2024-04-03T16:01:50.6209725Z [2976/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx-expm1minus-rr1-p6h5ts-nr2-u80.c.o 2024-04-03T16:01:50.6750662Z [2976/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u16.c.o 2024-04-03T16:01:50.6758437Z [2977/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx-u16.c.o 2024-04-03T16:01:50.8294265Z [2977/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx-rr2-p5.c.o 2024-04-03T16:01:50.8304149Z [2978/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u8.c.o 2024-04-03T16:01:50.8618827Z [2978/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut4-p4-perm.c.o 2024-04-03T16:01:50.8621711Z [2979/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u8.c.o 2024-04-03T16:01:50.8631341Z [2979/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut16-p3.c.o 2024-04-03T16:01:50.8634083Z [2980/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx-u16.c.o 2024-04-03T16:01:50.9585727Z [2980/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-p6.c.o 2024-04-03T16:01:50.9589445Z [2981/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx-u16.c.o 2024-04-03T16:01:50.9763727Z [2981/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-lut64-p2-div.c.o 2024-04-03T16:01:50.9773861Z [2982/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx-rr2-p5.c.o 2024-04-03T16:01:51.1131687Z [2982/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-div.c.o 2024-04-03T16:01:51.1142761Z [2983/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut4-p4-perm.c.o 2024-04-03T16:01:51.1628785Z [2983/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr1.c.o 2024-04-03T16:01:51.1632626Z [2984/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-lut16-p3.c.o 2024-04-03T16:01:51.1645484Z [2984/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr2.c.o 2024-04-03T16:01:51.1648132Z [2985/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx-rr2-p6.c.o 2024-04-03T16:01:51.2553944Z [2985/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div.c.o 2024-04-03T16:01:51.2557345Z [2986/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-lut64-p2-div.c.o 2024-04-03T16:01:51.2784395Z [2986/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:01:51.2787791Z [2987/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-div.c.o 2024-04-03T16:01:51.4748020Z [2987/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:01:51.4756765Z [2988/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr2.c.o 2024-04-03T16:01:51.5126710Z [2988/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:01:51.5129801Z [2989/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx-rr2-p5-nr1.c.o 2024-04-03T16:01:51.5269329Z [2989/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c.o 2024-04-03T16:01:51.5273080Z [2990/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:01:51.5755569Z [2990/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-04-03T16:01:51.5760657Z [2991/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-lut4-p4h2ts-perm-div.c.o 2024-04-03T16:01:51.6239412Z [2991/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-04-03T16:01:51.6243074Z [2992/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:01:51.7671791Z [2992/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-04-03T16:01:51.7682558Z [2993/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:01:51.8040158Z [2993/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-04-03T16:01:51.8044325Z [2994/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr1-p6h5ts-nr2.c.o 2024-04-03T16:01:51.8553973Z [2994/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-04-03T16:01:51.8556116Z [2995/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr1.c.o 2024-04-03T16:01:51.9153330Z [2995/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-04-03T16:01:51.9155823Z [2996/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h2ts-nr2.c.o 2024-04-03T16:01:51.9697240Z [2996/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:51.9701111Z [2997/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr1.c.o 2024-04-03T16:01:52.0813469Z [2997/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:52.0824808Z [2998/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr2.c.o 2024-04-03T16:01:52.1063007Z [2998/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:52.1066591Z [2999/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ps-nr2.c.o 2024-04-03T16:01:52.1537648Z [2999/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:52.1541695Z [3000/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx-expm1minus-rr2-lut8-p4h3ts-nr1.c.o 2024-04-03T16:01:52.2443714Z [3000/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:52.2447601Z [3001/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:52.3128110Z [3001/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:52.3133741Z [3002/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:52.4550055Z [3002/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:52.4561478Z [3003/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:52.4779111Z [3003/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:52.4782851Z [3004/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:52.5277700Z [3004/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:52.5281555Z [3005/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:52.6535457Z [3005/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:52.6539815Z [3006/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:52.7726664Z [3006/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:52.7738223Z [3007/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:52.9555576Z [3007/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:52.9566408Z [3008/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.0275246Z [3008/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.0279195Z [3009/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.0320760Z [3009/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.0324393Z [3010/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.2049049Z [3010/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.2059499Z [3011/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.2383548Z [3011/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.2393568Z [3012/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.3765665Z [3012/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.3769134Z [3013/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.5012718Z [3013/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.5023563Z [3014/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.5332639Z [3014/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.5336417Z [3015/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.6457322Z [3015/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.6461047Z [3016/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.7415698Z [3016/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.7425328Z [3017/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.8370704Z [3017/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.8374381Z [3018/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:53.8940513Z [3018/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.8950348Z [3019/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:53.9999640Z [3019/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:54.0013598Z [3020/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:54.1117242Z [3020/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.1128473Z [3021/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:54.1496807Z [3021/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.1499564Z [3022/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:54.2568709Z [3022/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.2580701Z [3023/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld64.c.o 2024-04-03T16:01:54.2945488Z [3023/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.2954728Z [3024/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-avx-ld128.c.o 2024-04-03T16:01:54.4964575Z [3024/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.4968218Z [3025/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.5362023Z [3025/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.5365927Z [3026/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.5819478Z [3026/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:01:54.5823416Z [3027/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.7214369Z [3027/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:01:54.7218763Z [3028/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:01:54.7756575Z [3028/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.7759914Z [3029/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.7763053Z [3029/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:01:54.7766755Z [3030/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.7808186Z [3030/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:01:54.7811708Z [3031/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:01:54.8829083Z [3031/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:54.8832149Z [3032/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:55.0325280Z [3032/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:01:55.0336575Z [3033/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:01:55.0359485Z [3033/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:01:55.0362861Z [3034/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:01:55.1563406Z [3034/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:55.1567014Z [3035/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:01:55.1916532Z [3035/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:01:55.1927351Z [3036/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:55.1962720Z [3036/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:01:55.1966022Z [3037/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:55.3520866Z [3037/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:55.3524301Z [3038/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:01:55.3916390Z [3038/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u8.c.o 2024-04-03T16:01:55.3919248Z [3039/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:01:55.4554098Z [3039/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u16.c.o 2024-04-03T16:01:55.4557054Z [3040/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:01:55.4964885Z [3040/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u24.c.o 2024-04-03T16:01:55.4968237Z [3041/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:55.6535967Z [3041/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2024-04-03T16:01:55.6539974Z [3042/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:55.7331811Z [3042/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:01:55.7341530Z [3043/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u16.c.o 2024-04-03T16:01:55.7724001Z [3043/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:55.7726877Z [3044/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u8.c.o 2024-04-03T16:01:55.8728034Z [3044/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:01:55.8739035Z [3045/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u24.c.o 2024-04-03T16:01:55.8773312Z [3045/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:55.8783000Z [3046/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx-u32.c.o 2024-04-03T16:01:56.0153628Z [3046/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.0157704Z [3047/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx-mul16-add16.c.o 2024-04-03T16:01:56.0273070Z [3047/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.0282967Z [3048/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:01:56.2291780Z [3048/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.2302055Z [3049/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:56.3421013Z [3049/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.3425264Z [3050/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.3913960Z [3050/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.3917700Z [3051/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.3945724Z [3051/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.3949928Z [3052/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.4545644Z [3052/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.4554896Z [3053/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:01:56.5946375Z [3053/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.5950333Z [3054/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.6583111Z [3054/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.6593745Z [3055/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.6795125Z [3055/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.6805007Z [3056/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.7949435Z [3056/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.7959069Z [3057/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.8216231Z [3057/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.8226325Z [3058/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.8553554Z [3058/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:56.8556302Z [3059/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.8873436Z [3059/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:56.8877989Z [3060/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.0673169Z [3060/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.0682868Z [3061/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.1290744Z [3061/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.1293168Z [3062/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.1633599Z [3062/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.1643485Z [3063/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.1715294Z [3063/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.1718174Z [3064/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.2418715Z [3064/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.2422318Z [3065/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.3834979Z [3065/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.3844444Z [3066/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.4773861Z [3066/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.4777530Z [3067/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.4937991Z [3067/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.4940938Z [3068/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.5640149Z [3068/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.5649026Z [3069/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.6002774Z [3069/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.6005302Z [3070/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.6473956Z [3070/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.6477291Z [3071/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.6882788Z [3071/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.6886736Z [3072/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.7192783Z [3072/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.7194962Z [3073/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.7939047Z [3073/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.7942541Z [3074/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.8208010Z [3074/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.8211538Z [3075/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.9119969Z [3075/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.9123867Z [3076/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:57.9508653Z [3076/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:57.9515690Z [3077/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.0223122Z [3077/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.0227001Z [3078/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.0728488Z [3078/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.0731990Z [3079/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.0735357Z [3079/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.0739295Z [3080/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.2040803Z [3080/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.2048707Z [3081/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.2373492Z [3081/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.2384301Z [3082/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.3357040Z [3082/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.3360636Z [3083/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.4232845Z [3083/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.4242533Z [3084/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.4730473Z [3084/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.4739567Z [3085/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.4754687Z [3085/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.4759171Z [3086/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.4776693Z [3086/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.4780660Z [3087/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.6076313Z [3087/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.6080563Z [3088/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.6285072Z [3088/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.6289158Z [3089/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.6868115Z [3089/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.6877090Z [3090/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.7796427Z [3090/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T16:01:58.7801972Z [3091/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.8036215Z [3091/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T16:01:58.8039729Z [3092/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.8488485Z [3092/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u24.c.o 2024-04-03T16:01:58.8492050Z [3093/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:01:58.8545600Z [3093/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u32.c.o 2024-04-03T16:01:58.8548263Z [3094/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:01:58.9082571Z [3094/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T16:01:58.9093110Z [3095/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T16:01:59.0083310Z [3095/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T16:01:59.0086529Z [3096/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T16:01:59.1118818Z [3096/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u24.c.o 2024-04-03T16:01:59.1131127Z [3097/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u24.c.o 2024-04-03T16:01:59.1249238Z [3097/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u32.c.o 2024-04-03T16:01:59.1258436Z [3098/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul16-ld64-u32.c.o 2024-04-03T16:01:59.2679281Z [3098/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T16:01:59.2682378Z [3099/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T16:01:59.3018144Z [3099/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T16:01:59.3021484Z [3100/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T16:01:59.3476921Z [3100/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u24.c.o 2024-04-03T16:01:59.3482904Z [3101/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T16:01:59.4319470Z [3101/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u32.c.o 2024-04-03T16:01:59.4322702Z [3102/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u24.c.o 2024-04-03T16:01:59.5310853Z [3102/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T16:01:59.5315350Z [3103/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx-mul32-ld32-u32.c.o 2024-04-03T16:01:59.5366135Z [3103/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T16:01:59.5369365Z [3104/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T16:01:59.5837554Z [3104/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u24.c.o 2024-04-03T16:01:59.5840834Z [3105/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u24.c.o 2024-04-03T16:01:59.5977443Z [3105/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u32.c.o 2024-04-03T16:01:59.5980548Z [3106/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul16-ld64-u32.c.o 2024-04-03T16:01:59.8200759Z [3106/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u8.c.o 2024-04-03T16:01:59.8203882Z [3107/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T16:01:59.8860662Z [3107/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u16.c.o 2024-04-03T16:01:59.8869109Z [3108/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T16:01:59.9003754Z [3108/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2024-04-03T16:01:59.9012929Z [3109/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u24.c.o 2024-04-03T16:01:59.9617506Z [3109/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u8.c.o 2024-04-03T16:01:59.9630196Z [3110/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx-mul32-ld32-u32.c.o 2024-04-03T16:01:59.9674798Z [3110/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u16.c.o 2024-04-03T16:01:59.9676784Z [3111/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u8.c.o 2024-04-03T16:02:00.1782269Z [3111/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u32.c.o 2024-04-03T16:02:00.1790819Z [3112/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u16.c.o 2024-04-03T16:02:00.2105803Z [3112/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u8.c.o 2024-04-03T16:02:00.2107975Z [3113/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx-u32.c.o 2024-04-03T16:02:00.2457247Z [3113/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u16.c.o 2024-04-03T16:02:00.2459487Z [3114/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u8.c.o 2024-04-03T16:02:00.3409636Z [3114/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2024-04-03T16:02:00.3418656Z [3115/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u16.c.o 2024-04-03T16:02:00.4183542Z [3115/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:00.4186012Z [3116/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vhswish/gen/qs8-vhswish-avx-u32.c.o 2024-04-03T16:02:00.4682920Z [3116/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:00.4685406Z [3117/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u8.c.o 2024-04-03T16:02:00.5255500Z [3117/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:00.5269196Z [3118/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u16.c.o 2024-04-03T16:02:00.5280300Z [3118/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:00.5282803Z [3119/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx-u32.c.o 2024-04-03T16:02:00.6053384Z [3119/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u4.c.o 2024-04-03T16:02:00.6056120Z [3120/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:00.6699231Z [3120/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u8.c.o 2024-04-03T16:02:00.6708937Z [3121/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmul/gen/qs8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:00.6963967Z [3121/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u16.c.o 2024-04-03T16:02:00.6972292Z [3122/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:00.8244055Z [3122/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:00.8246801Z [3123/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vmulc/gen/qs8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:00.9374256Z [3123/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:00.9380026Z [3124/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u4.c.o 2024-04-03T16:02:00.9547818Z [3124/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:00.9550235Z [3125/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u8.c.o 2024-04-03T16:02:01.0142773Z [3125/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.0145782Z [3126/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs16-qs8-vcvt/gen/qs16-qs8-vcvt-avx-u16.c.o 2024-04-03T16:02:01.1356005Z [3126/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.1358611Z [3127/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.2214091Z [3127/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.2217822Z [3128/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.4216914Z [3128/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:02:01.4220480Z [3129/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.4259748Z [3129/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.4263319Z [3130/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.5290180Z [3130/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:02:01.5296426Z [3131/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.5475088Z [3131/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.5479092Z [3132/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:02:01.6957925Z [3132/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:02:01.6961527Z [3133/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.7072559Z [3133/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.7076008Z [3134/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:02:01.7969236Z [3134/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:02:01.7973109Z [3135/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.8437236Z [3135/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:01.8445164Z [3136/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:02:02.0376659Z [3136/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u8.c.o 2024-04-03T16:02:02.0379921Z [3137/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:02.0432797Z [3137/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u16.c.o 2024-04-03T16:02:02.0435612Z [3138/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul16.c.o 2024-04-03T16:02:02.1811133Z [3138/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u24.c.o 2024-04-03T16:02:02.1814059Z [3139/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:02.2278681Z [3139/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2024-04-03T16:02:02.2281743Z [3140/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx-mul32.c.o 2024-04-03T16:02:02.2710420Z [3140/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:02.2713163Z [3141/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u8.c.o 2024-04-03T16:02:02.4468507Z [3141/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:02.4480697Z [3142/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u24.c.o 2024-04-03T16:02:02.4740346Z [3142/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:02.4743811Z [3143/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u16.c.o 2024-04-03T16:02:02.5492427Z [3143/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:02.5495240Z [3144/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx-u32.c.o 2024-04-03T16:02:02.5532213Z [3144/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:02.5534586Z [3145/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:02.5630039Z [3145/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:02.5632676Z [3146/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:02.6837489Z [3146/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:02.6842909Z [3147/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:02.7932079Z [3147/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:02.7934910Z [3148/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:02.8759168Z [3148/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:02.8761883Z [3149/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:02.9640250Z [3149/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:02.9643556Z [3150/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:02.9887221Z [3150/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:02.9896150Z [3151/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:02.9991403Z [3151/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:02.9993731Z [3152/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.1010798Z [3152/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.1013423Z [3153/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.1393618Z [3153/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.1402420Z [3154/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.2998425Z [3154/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.3013095Z [3155/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.3814000Z [3155/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.3823455Z [3156/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.4108413Z [3156/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.4116588Z [3157/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.4662291Z [3157/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.4665167Z [3158/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.4810042Z [3158/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.4813115Z [3159/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.5867963Z [3159/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.5871567Z [3160/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.7433671Z [3160/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.7444500Z [3161/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.8364963Z [3161/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.8368453Z [3162/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.8741789Z [3162/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.8748896Z [3163/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.8882087Z [3163/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.8884641Z [3164/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:03.9729994Z [3164/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:03.9741459Z [3165/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.0128929Z [3165/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.0139432Z [3166/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.1078020Z [3166/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.1080823Z [3167/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.1140222Z [3167/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.1150280Z [3168/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.2102899Z [3168/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.2113190Z [3169/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.2683709Z [3169/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.2686531Z [3170/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.3784797Z [3170/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.3794458Z [3171/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.4971248Z [3171/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.4977098Z [3172/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.5007776Z [3172/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.5016941Z [3173/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.5639239Z [3173/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.5642599Z [3174/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.6042715Z [3174/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.6045051Z [3175/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.6598157Z [3175/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.6601521Z [3176/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.8219890Z [3176/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.8229688Z [3177/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.8536056Z [3177/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.8539705Z [3178/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.9067497Z [3178/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.9076594Z [3179/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.9552007Z [3179/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:04.9560753Z [3180/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.9725261Z [3180/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:04.9728625Z [3181/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:05.0693697Z [3181/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:05.0697202Z [3182/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:05.2115304Z [3182/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:05.2118755Z [3183/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:05.2554750Z [3183/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:05.2560825Z [3184/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:05.2689701Z [3184/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:05.2693128Z [3185/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:05.3594194Z [3185/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:05.3604661Z [3186/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:05.4499119Z [3186/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T16:02:05.4508416Z [3187/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld128.c.o 2024-04-03T16:02:05.5033908Z [3187/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T16:02:05.5043158Z [3188/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:05.5310897Z [3188/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:05.5313672Z [3189/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-avx-ld64.c.o 2024-04-03T16:02:05.5466866Z [3189/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:05.5470293Z [3190/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:05.6870591Z [3190/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T16:02:05.6874116Z [3191/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T16:02:05.8304739Z [3191/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T16:02:05.8307660Z [3192/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:05.8344948Z [3192/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u8.c.o 2024-04-03T16:02:05.8348517Z [3193/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:05.9032443Z [3193/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u16.c.o 2024-04-03T16:02:05.9035980Z [3194/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T16:02:05.9590371Z [3194/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2024-04-03T16:02:05.9595431Z [3195/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u8.c.o 2024-04-03T16:02:06.0567647Z [3195/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u8.c.o 2024-04-03T16:02:06.0576494Z [3196/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx-mul32-ld32-u16.c.o 2024-04-03T16:02:06.2174372Z [3196/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u16.c.o 2024-04-03T16:02:06.2185227Z [3197/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u8.c.o 2024-04-03T16:02:06.2236760Z [3197/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u32.c.o 2024-04-03T16:02:06.2239639Z [3198/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u16.c.o 2024-04-03T16:02:06.2649282Z [3198/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u8.c.o 2024-04-03T16:02:06.2653164Z [3199/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx-u32.c.o 2024-04-03T16:02:06.3289576Z [3199/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u16.c.o 2024-04-03T16:02:06.3292378Z [3200/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u8.c.o 2024-04-03T16:02:06.4440256Z [3200/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2024-04-03T16:02:06.4443310Z [3201/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u16.c.o 2024-04-03T16:02:06.5934077Z [3201/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:06.5937560Z [3202/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vhswish/gen/qu8-vhswish-avx-u32.c.o 2024-04-03T16:02:06.6616627Z [3202/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:06.6620131Z [3203/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u16.c.o 2024-04-03T16:02:06.7265568Z [3203/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:06.7268982Z [3204/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u8.c.o 2024-04-03T16:02:06.7393407Z [3204/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:06.7397148Z [3205/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:06.7753358Z [3205/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u16.c.o 2024-04-03T16:02:06.7755685Z [3206/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx-u32.c.o 2024-04-03T16:02:06.8543049Z [3206/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u32.c.o 2024-04-03T16:02:06.8545551Z [3207/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmul/gen/qu8-vmul-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:06.9848381Z [3207/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u48.c.o 2024-04-03T16:02:06.9850884Z [3208/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u8.c.o 2024-04-03T16:02:06.9897309Z [3208/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2024-04-03T16:02:06.9900995Z [3209/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vmulc/gen/qu8-vmulc-minmax-fp32-avx-mul16-ld64-u16.c.o 2024-04-03T16:02:07.1297148Z [3209/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4-prfm.c.o 2024-04-03T16:02:07.1299761Z [3210/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u16.c.o 2024-04-03T16:02:07.1497549Z [3210/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4.c.o 2024-04-03T16:02:07.1500695Z [3211/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u32.c.o 2024-04-03T16:02:07.1877160Z [3211/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.o 2024-04-03T16:02:07.1880358Z [3212/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u48.c.o 2024-04-03T16:02:07.3590821Z [3212/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4.c.o 2024-04-03T16:02:07.3602110Z [3213/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx-u64.c.o 2024-04-03T16:02:07.4986665Z [3213/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4-prfm.c.o 2024-04-03T16:02:07.4999428Z [3214/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4-prfm.c.o 2024-04-03T16:02:07.5232875Z [3214/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2024-04-03T16:02:07.5236530Z [3215/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8-gemm-goi-avx-u4.c.o 2024-04-03T16:02:07.6200659Z [3215/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.o 2024-04-03T16:02:07.6204381Z [3216/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4-prfm.c.o 2024-04-03T16:02:07.6429912Z [3216/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2024-04-03T16:02:07.6432898Z [3217/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x8s4-gemm-goi-avx-u4.c.o 2024-04-03T16:02:07.7241536Z [3217/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-mov-avx.c.o 2024-04-03T16:02:07.7244908Z [3218/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4-prfm.c.o 2024-04-03T16:02:07.8635431Z [3218/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-switch-avx.c.o 2024-04-03T16:02:07.8638398Z [3219/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4-prfm.c.o 2024-04-03T16:02:07.9258906Z [3219/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-mov-avx.c.o 2024-04-03T16:02:07.9261766Z [3220/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx-u4.c.o 2024-04-03T16:02:08.0173653Z [3220/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2024-04-03T16:02:08.0176470Z [3221/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16s4-gemm-goi-avx-u4.c.o 2024-04-03T16:02:08.1159261Z [3221/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-switch-avx.c.o 2024-04-03T16:02:08.1163007Z [3222/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-mov-avx.c.o 2024-04-03T16:02:08.1510668Z [3222/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-mov-avx.c.o 2024-04-03T16:02:08.1514283Z [3223/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-multi-switch-avx.c.o 2024-04-03T16:02:08.2444630Z [3223/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-multi-avx.c.o 2024-04-03T16:02:08.2454688Z [3224/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-mov-avx.c.o 2024-04-03T16:02:08.3552849Z [3224/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-switch-avx.c.o 2024-04-03T16:02:08.3563385Z [3225/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-multi-avx.c.o 2024-04-03T16:02:08.4427333Z [3225/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-mov-avx.c.o 2024-04-03T16:02:08.4429827Z [3226/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-transposec/gen/x32-transposec-8x8-reuse-switch-avx.c.o 2024-04-03T16:02:08.5637979Z [3226/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2024-04-03T16:02:08.5641667Z [3227/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-mov-avx.c.o 2024-04-03T16:02:08.5674833Z [3227/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-switch-avx.c.o 2024-04-03T16:02:08.5680941Z [3228/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-multi-avx.c.o 2024-04-03T16:02:08.6558784Z [3228/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2024-04-03T16:02:08.6569700Z [3229/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-mov-avx.c.o 2024-04-03T16:02:08.7082163Z [3229/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2024-04-03T16:02:08.7092639Z [3230/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-multi-switch-avx.c.o 2024-04-03T16:02:08.7748133Z [3230/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u8.c.o 2024-04-03T16:02:08.7751393Z [3231/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-multi-avx.c.o 2024-04-03T16:02:08.9897326Z [3231/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2024-04-03T16:02:08.9907880Z [3232/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9p8x-minmax-f16c-c8.c.o 2024-04-03T16:02:09.0152913Z [3232/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u8.c.o 2024-04-03T16:02:09.0167724Z [3233/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x64-transposec/gen/x64-transposec-4x4-reuse-switch-avx.c.o 2024-04-03T16:02:09.0213351Z [3233/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u16-acc2.c.o 2024-04-03T16:02:09.0216528Z [3234/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-avgpool/f16-avgpool-9x-minmax-f16c-c8.c.o 2024-04-03T16:02:09.1544259Z [3234/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u24-acc3.c.o 2024-04-03T16:02:09.1547442Z [3235/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u16.c.o 2024-04-03T16:02:09.2257482Z [3235/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc2.c.o 2024-04-03T16:02:09.2261383Z [3236/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-f16c-u8.c.o 2024-04-03T16:02:09.3481136Z [3236/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2024-04-03T16:02:09.3484515Z [3237/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u24-acc3.c.o 2024-04-03T16:02:09.3784416Z [3237/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c8.c.o 2024-04-03T16:02:09.3788075Z [3238/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u16-acc2.c.o 2024-04-03T16:02:09.4186838Z [3238/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c16.c.o 2024-04-03T16:02:09.4189664Z [3239/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u8.c.o 2024-04-03T16:02:09.4418700Z [3239/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c24.c.o 2024-04-03T16:02:09.4420575Z [3240/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc2.c.o 2024-04-03T16:02:09.5759851Z [3240/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c32.c.o 2024-04-03T16:02:09.5770029Z [3241/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-rsum/gen/f16-f32acc-rsum-f16c-u32-acc4.c.o 2024-04-03T16:02:09.6719491Z [3241/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c8.c.o 2024-04-03T16:02:09.6721492Z [3242/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c16.c.o 2024-04-03T16:02:09.6970904Z [3242/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c16.c.o 2024-04-03T16:02:09.6974700Z [3243/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c8.c.o 2024-04-03T16:02:09.7634603Z [3243/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c24.c.o 2024-04-03T16:02:09.7644844Z [3244/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c24.c.o 2024-04-03T16:02:09.7702437Z [3244/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c32.c.o 2024-04-03T16:02:09.7705709Z [3245/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7p7x-minmax-f16c-c32.c.o 2024-04-03T16:02:09.9596161Z [3245/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2024-04-03T16:02:09.9605353Z [3246/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c8.c.o 2024-04-03T16:02:10.0184051Z [3246/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x8.c.o 2024-04-03T16:02:10.0186990Z [3247/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c24.c.o 2024-04-03T16:02:10.0765489Z [3247/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x16.c.o 2024-04-03T16:02:10.0768027Z [3248/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c16.c.o 2024-04-03T16:02:10.0821437Z [3248/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2024-04-03T16:02:10.0826698Z [3249/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gavgpool/gen/f16-gavgpool-7x-minmax-f16c-c32.c.o 2024-04-03T16:02:10.1643213Z [3249/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u8.c.o 2024-04-03T16:02:10.1655830Z [3250/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-maxpool/f16-maxpool-9p8x-minmax-f16c-c8.c.o 2024-04-03T16:02:10.3551247Z [3250/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u16.c.o 2024-04-03T16:02:10.3553593Z [3251/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-rminmax/f16-rmax-f16c-u32.c.o 2024-04-03T16:02:10.3720223Z [3251/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u8.c.o 2024-04-03T16:02:10.3723196Z [3252/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x8.c.o 2024-04-03T16:02:10.4205485Z [3252/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u16.c.o 2024-04-03T16:02:10.4214983Z [3253/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u16.c.o 2024-04-03T16:02:10.4323776Z [3253/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u8.c.o 2024-04-03T16:02:10.4331086Z [3254/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-prelu/gen/f16-prelu-f16c-2x16.c.o 2024-04-03T16:02:10.5000392Z [3254/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u16.c.o 2024-04-03T16:02:10.5010177Z [3255/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vadd-minmax-f16c-u8.c.o 2024-04-03T16:02:10.6555132Z [3255/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u8.c.o 2024-04-03T16:02:10.6564881Z [3256/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u8.c.o 2024-04-03T16:02:10.6772646Z [3256/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u16.c.o 2024-04-03T16:02:10.6781763Z [3257/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u8.c.o 2024-04-03T16:02:10.7259217Z [3257/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u8.c.o 2024-04-03T16:02:10.7268662Z [3258/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vaddc-minmax-f16c-u16.c.o 2024-04-03T16:02:10.7330062Z [3258/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2024-04-03T16:02:10.7339232Z [3259/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdiv-minmax-f16c-u16.c.o 2024-04-03T16:02:10.8754964Z [3259/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u8.c.o 2024-04-03T16:02:10.8760559Z [3260/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u8.c.o 2024-04-03T16:02:10.9816310Z [3260/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2024-04-03T16:02:10.9825287Z [3261/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u16.c.o 2024-04-03T16:02:11.0046823Z [3261/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u8.c.o 2024-04-03T16:02:11.0056374Z [3262/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vdivc-minmax-f16c-u16.c.o 2024-04-03T16:02:11.0563169Z [3262/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2024-04-03T16:02:11.0572348Z [3263/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmax-f16c-u8.c.o 2024-04-03T16:02:11.0873699Z [3263/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u8.c.o 2024-04-03T16:02:11.0882555Z [3264/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u8.c.o 2024-04-03T16:02:11.2582726Z [3264/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2024-04-03T16:02:11.2592402Z [3265/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmaxc-f16c-u16.c.o 2024-04-03T16:02:11.2841357Z [3265/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u8.c.o 2024-04-03T16:02:11.2844926Z [3266/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u16.c.o 2024-04-03T16:02:11.3399737Z [3266/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u16.c.o 2024-04-03T16:02:11.3403019Z [3267/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmin-f16c-u8.c.o 2024-04-03T16:02:11.3663755Z [3267/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u8.c.o 2024-04-03T16:02:11.3667501Z [3268/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u16.c.o 2024-04-03T16:02:11.4782701Z [3268/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u16.c.o 2024-04-03T16:02:11.4792212Z [3269/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vminc-f16c-u8.c.o 2024-04-03T16:02:11.5419193Z [3269/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u8.c.o 2024-04-03T16:02:11.5422303Z [3270/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u8.c.o 2024-04-03T16:02:11.5989961Z [3270/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u16.c.o 2024-04-03T16:02:11.5999505Z [3271/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmul-minmax-f16c-u16.c.o 2024-04-03T16:02:11.6049962Z [3271/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u8.c.o 2024-04-03T16:02:11.6052263Z [3272/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u8.c.o 2024-04-03T16:02:11.6745867Z [3272/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u16.c.o 2024-04-03T16:02:11.6749169Z [3273/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vmulc-minmax-f16c-u16.c.o 2024-04-03T16:02:11.7743780Z [3273/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u8.c.o 2024-04-03T16:02:11.7754170Z [3274/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u16.c.o 2024-04-03T16:02:11.8358701Z [3274/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2024-04-03T16:02:11.8364579Z [3275/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u16.c.o 2024-04-03T16:02:11.8602457Z [3275/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u8.c.o 2024-04-03T16:02:11.8608351Z [3276/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrsubc-minmax-f16c-u8.c.o 2024-04-03T16:02:11.9049160Z [3276/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2024-04-03T16:02:11.9051672Z [3277/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vrdivc-minmax-f16c-u8.c.o 2024-04-03T16:02:11.9882029Z [3277/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u8.c.o 2024-04-03T16:02:11.9891388Z [3278/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u8.c.o 2024-04-03T16:02:12.0691182Z [3278/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u16.c.o 2024-04-03T16:02:12.0694122Z [3279/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiff-f16c-u16.c.o 2024-04-03T16:02:12.1128342Z [3279/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u8.c.o 2024-04-03T16:02:12.1397438Z [3280/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u8.c.o 2024-04-03T16:02:12.1399971Z [3280/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u16.c.o 2024-04-03T16:02:12.1402725Z [3281/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsqrdiffc-f16c-u16.c.o 2024-04-03T16:02:12.1687662Z [3281/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u8.c.o 2024-04-03T16:02:12.1689913Z [3282/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u8.c.o 2024-04-03T16:02:12.2777372Z [3282/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2024-04-03T16:02:12.2780754Z [3283/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsub-minmax-f16c-u16.c.o 2024-04-03T16:02:12.3001790Z [3283/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u8.c.o 2024-04-03T16:02:12.3004549Z [3284/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u8.c.o 2024-04-03T16:02:12.3295979Z [3284/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2024-04-03T16:02:12.3299134Z [3285/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vbinary/gen/f16-vsubc-minmax-f16c-u16.c.o 2024-04-03T16:02:12.4152357Z [3285/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u8.c.o 2024-04-03T16:02:12.4155058Z [3286/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u16.c.o 2024-04-03T16:02:12.5206896Z [3286/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2024-04-03T16:02:12.5209737Z [3287/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vclamp/gen/f16-vclamp-f16c-u8.c.o 2024-04-03T16:02:12.5597204Z [3287/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u8.c.o 2024-04-03T16:02:12.5599492Z [3288/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u8.c.o 2024-04-03T16:02:12.5977025Z [3288/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2024-04-03T16:02:12.5980494Z [3289/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u8.c.o 2024-04-03T16:02:12.6080258Z [3289/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u8.c.o 2024-04-03T16:02:12.6083088Z [3290/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vhswish/gen/f16-vhswish-f16c-u16.c.o 2024-04-03T16:02:12.6655896Z [3290/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2024-04-03T16:02:12.6659023Z [3291/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vlrelu/gen/f16-vlrelu-f16c-u16.c.o 2024-04-03T16:02:12.7619025Z [3291/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u8.c.o 2024-04-03T16:02:12.7622952Z [3292/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u8.c.o 2024-04-03T16:02:12.8016240Z [3292/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2024-04-03T16:02:12.8019910Z [3293/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u8.c.o 2024-04-03T16:02:12.8291591Z [3293/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u8.c.o 2024-04-03T16:02:12.8294147Z [3294/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndne-f16c-u16.c.o 2024-04-03T16:02:12.8608421Z [3294/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2024-04-03T16:02:12.8617475Z [3295/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndd-f16c-u16.c.o 2024-04-03T16:02:12.9808749Z [3295/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u8.c.o 2024-04-03T16:02:12.9816917Z [3296/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u8.c.o 2024-04-03T16:02:13.0077130Z [3296/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u16.c.o 2024-04-03T16:02:13.0080241Z [3297/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndu-f16c-u16.c.o 2024-04-03T16:02:13.0665358Z [3297/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2024-04-03T16:02:13.0673232Z [3298/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u8.c.o 2024-04-03T16:02:13.0886342Z [3298/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u8.c.o 2024-04-03T16:02:13.0888931Z [3299/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vrnd/gen/f16-vrndz-f16c-u16.c.o 2024-04-03T16:02:13.1856722Z [3299/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u16.c.o 2024-04-03T16:02:13.1860009Z [3300/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u8.c.o 2024-04-03T16:02:13.2586280Z [3300/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u32.c.o 2024-04-03T16:02:13.2587969Z [3301/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u16.c.o 2024-04-03T16:02:13.3052695Z [3301/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-04-03T16:02:13.3055380Z [3302/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u8.c.o 2024-04-03T16:02:13.3058519Z [3302/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-04-03T16:02:13.3061168Z [3303/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-rsqrt-u32.c.o 2024-04-03T16:02:13.3689648Z [3303/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-04-03T16:02:13.3693854Z [3304/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u16.c.o 2024-04-03T16:02:13.5057706Z [3304/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-04-03T16:02:13.5061083Z [3305/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-04-03T16:02:13.5364596Z [3305/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-04-03T16:02:13.5368963Z [3306/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-04-03T16:02:13.5426667Z [3306/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-04-03T16:02:13.5429680Z [3307/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsqrt/gen/f16-vsqrt-f16c-sqrt-u32.c.o 2024-04-03T16:02:13.5809784Z [3307/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-04-03T16:02:13.5812764Z [3308/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-04-03T16:02:13.7221249Z [3308/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-04-03T16:02:13.7225100Z [3309/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-04-03T16:02:13.7543524Z [3309/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-04-03T16:02:13.7547328Z [3310/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-04-03T16:02:13.7594171Z [3310/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-04-03T16:02:13.7598565Z [3311/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-04-03T16:02:13.8141948Z [3311/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-04-03T16:02:13.8144956Z [3312/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-04-03T16:02:13.8760979Z [3312/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-04-03T16:02:13.8765344Z [3313/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-04-03T16:02:14.0079471Z [3313/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-04-03T16:02:14.0082416Z [3314/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-04-03T16:02:14.0294878Z [3314/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-04-03T16:02:14.0297664Z [3315/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-04-03T16:02:14.0608077Z [3315/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-04-03T16:02:14.0610797Z [3316/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-04-03T16:02:14.1292967Z [3316/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-04-03T16:02:14.1297267Z [3317/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-04-03T16:02:14.1508811Z [3317/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-04-03T16:02:14.1512942Z [3318/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-04-03T16:02:14.3018684Z [3318/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-04-03T16:02:14.3022604Z [3319/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-04-03T16:02:14.3056388Z [3319/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-04-03T16:02:14.3058910Z [3320/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-04-03T16:02:14.3066836Z [3320/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-04-03T16:02:14.3069338Z [3321/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-04-03T16:02:14.3633725Z [3321/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u8.c.o 2024-04-03T16:02:14.3637395Z [3322/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-04-03T16:02:14.4196080Z [3322/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u16.c.o 2024-04-03T16:02:14.4210699Z [3323/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-04-03T16:02:14.5560808Z [3323/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u24.c.o 2024-04-03T16:02:14.5564628Z [3324/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-04-03T16:02:14.5582812Z [3324/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u32.c.o 2024-04-03T16:02:14.5584834Z [3325/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u8.c.o 2024-04-03T16:02:14.5837495Z [3325/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u40.c.o 2024-04-03T16:02:14.5840137Z [3326/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-04-03T16:02:14.6200428Z [3326/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u48.c.o 2024-04-03T16:02:14.6204270Z [3327/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u16.c.o 2024-04-03T16:02:14.7613074Z [3327/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u56.c.o 2024-04-03T16:02:14.7615272Z [3328/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u32.c.o 2024-04-03T16:02:14.8163137Z [3328/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u64.c.o 2024-04-03T16:02:14.8166718Z [3329/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u48.c.o 2024-04-03T16:02:14.8370444Z [3329/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u72.c.o 2024-04-03T16:02:14.8372761Z [3330/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u56.c.o 2024-04-03T16:02:14.8731785Z [3330/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u80.c.o 2024-04-03T16:02:14.8734442Z [3331/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u40.c.o 2024-04-03T16:02:14.8814397Z [3331/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u8.c.o 2024-04-03T16:02:14.8816984Z [3332/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u24.c.o 2024-04-03T16:02:15.0175049Z [3332/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2024-04-03T16:02:15.0178659Z [3333/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u64.c.o 2024-04-03T16:02:15.0337469Z [3333/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u8.c.o 2024-04-03T16:02:15.0341096Z [3334/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u72.c.o 2024-04-03T16:02:15.0727613Z [3334/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2024-04-03T16:02:15.0730963Z [3335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-f16c-polynomial-p19h9t2-u80.c.o 2024-04-03T16:02:15.1499429Z [3335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-f16c.c.o 2024-04-03T16:02:15.1502099Z [3336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u16.c.o 2024-04-03T16:02:15.1770962Z [3336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-f16c.c.o 2024-04-03T16:02:15.1773817Z [3337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vunary/gen/f16-vsqr-f16c-u8.c.o 2024-04-03T16:02:15.2934672Z [3337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c.o 2024-04-03T16:02:15.2937872Z [3338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u16.c.o 2024-04-03T16:02:15.3546586Z [3338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c.o 2024-04-03T16:02:15.3552071Z [3339/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-f32-cvt-f16c.c.o 2024-04-03T16:02:15.3555540Z [3339/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p17h8t2.c.o 2024-04-03T16:02:15.3558980Z [3340/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-f16c-u8.c.o 2024-04-03T16:02:15.4282924Z [3340/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p19h9t2.c.o 2024-04-03T16:02:15.4285465Z [3341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-f16-cvt-f16c.c.o 2024-04-03T16:02:15.4787308Z [3341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:15.4790311Z [3342/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-div.c.o 2024-04-03T16:02:15.5191120Z [3342/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:15.5200368Z [3343/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-expm1minus-rr1-p3h2ts-rcp.c.o 2024-04-03T16:02:15.5849594Z [3343/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:15.5852434Z [3344/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p17h8t2.c.o 2024-04-03T16:02:15.6444608Z [3344/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:15.6448137Z [3345/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-f16c-polynomial-p19h9t2.c.o 2024-04-03T16:02:15.7195343Z [3345/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:15.7199204Z [3346/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:15.7417126Z [3346/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:15.7421168Z [3347/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:15.8134741Z [3347/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:15.8138846Z [3348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:15.8619008Z [3348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:15.8622965Z [3349/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:15.9368396Z [3349/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:15.9372165Z [3350/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:15.9818942Z [3350/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:15.9826658Z [3351/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.0030387Z [3351/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.0032631Z [3352/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.1042921Z [3352/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.1046569Z [3353/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.1454103Z [3353/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.1456707Z [3354/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.1614983Z [3354/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.1617438Z [3355/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.2430939Z [3355/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.2434824Z [3356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.3301402Z [3356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.3305254Z [3357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.3611834Z [3357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.3615535Z [3358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.3619396Z [3358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.3623006Z [3359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.4355120Z [3359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.4358968Z [3360/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.5290532Z [3360/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.5294409Z [3361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.5971308Z [3361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.5975330Z [3362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.6217669Z [3362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.6221127Z [3363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.6506928Z [3363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.6510825Z [3364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.6804702Z [3364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.6807198Z [3365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.7782259Z [3365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:16.7791494Z [3366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.8612322Z [3366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:16.8615982Z [3367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld64.c.o 2024-04-03T16:02:16.8808315Z [3367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:16.8810430Z [3368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.9163099Z [3368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:16.9166934Z [3369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x4c8-minmax-xop-ld128.c.o 2024-04-03T16:02:16.9285423Z [3369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:16.9289309Z [3370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.0310502Z [3370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.0314331Z [3371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.0733205Z [3371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.0736791Z [3372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.0975254Z [3372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.0977309Z [3373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.1737977Z [3373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.1749378Z [3374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.2016296Z [3374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.2019689Z [3375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.2962541Z [3375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.2966725Z [3376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.3154868Z [3376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.3158198Z [3377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.3484470Z [3377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.3487972Z [3378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.3964101Z [3378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.3967773Z [3379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.4634082Z [3379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.4636470Z [3380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.5106319Z [3380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.5110202Z [3381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.5702529Z [3381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.5705450Z [3382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.6053370Z [3382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.6056729Z [3383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.6770565Z [3383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.6772750Z [3384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.6992136Z [3384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.6995061Z [3385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.7741553Z [3385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.7745771Z [3386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.8374890Z [3386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.8728739Z [3387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.8730830Z [3387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.8733971Z [3388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.8994653Z [3388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:17.8997005Z [3389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.9250758Z [3389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:17.9254861Z [3390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:18.0493051Z [3390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:18.0495236Z [3391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:18.1138934Z [3391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:18.1149524Z [3392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:18.1185443Z [3392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:18.1190688Z [3393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:18.1855789Z [3393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:18.1857946Z [3394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:18.2182253Z [3394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.2186243Z [3395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:18.3270795Z [3395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.3570865Z [3396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul16-add16.c.o 2024-04-03T16:02:18.3574388Z [3396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.3576480Z [3397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:18.3670645Z [3397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.3674794Z [3398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:18.4792230Z [3398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.4794221Z [3399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.4938429Z [3399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.4941999Z [3400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.5315381Z [3400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.5318429Z [3401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.5482673Z [3401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.5484710Z [3402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.6162941Z [3402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.6165092Z [3403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.6865210Z [3403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.6868897Z [3404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.7283978Z [3404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.7287785Z [3405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.7512575Z [3405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.7516414Z [3406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.8212425Z [3406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.8214602Z [3407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.8810118Z [3407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:18.8813574Z [3408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.8987547Z [3408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:18.8989746Z [3409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.0178691Z [3409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.0182136Z [3410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.0382415Z [3410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.0384597Z [3411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.0642929Z [3411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.0645673Z [3412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.0913287Z [3412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.0915293Z [3413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.1679901Z [3413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.1683440Z [3414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.2388214Z [3414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.2391993Z [3415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.2943380Z [3415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.2947236Z [3416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.2950974Z [3416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.2954763Z [3417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.3519875Z [3417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.3523382Z [3418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.4475337Z [3418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.4477733Z [3419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.5167949Z [3419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.5170146Z [3420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.5174085Z [3420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.5176329Z [3421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.5466812Z [3421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.5470276Z [3422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.6108722Z [3422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.6112606Z [3423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.7506800Z [3423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.7508818Z [3424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.7801032Z [3424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.7803081Z [3425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.7845722Z [3425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.7849352Z [3426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.8170904Z [3426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.8174579Z [3427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.8528075Z [3427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.8531931Z [3428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:19.9502929Z [3428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:19.9511495Z [3429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.0294425Z [3429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.0297430Z [3430/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.0301272Z [3430/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.0304747Z [3431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.0533512Z [3431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.0535910Z [3432/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.0907761Z [3432/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.0910802Z [3433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.2373371Z [3433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.2377247Z [3434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.2969834Z [3434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.2977452Z [3435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.3209111Z [3435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.3211556Z [3436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.3609122Z [3436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.3611163Z [3437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.5067930Z [3437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.5071565Z [3438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.7125282Z [3438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T16:02:20.7135554Z [3439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.7247460Z [3439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T16:02:20.7257742Z [3440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:20.7527502Z [3440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u24.c.o 2024-04-03T16:02:20.7534889Z [3441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:20.8048798Z [3441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u32.c.o 2024-04-03T16:02:20.8052359Z [3442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:21.0624606Z [3442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T16:02:21.0627669Z [3443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T16:02:21.0906034Z [3443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T16:02:21.0908738Z [3444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u32.c.o 2024-04-03T16:02:21.1324558Z [3444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u24.c.o 2024-04-03T16:02:21.1326394Z [3445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u24.c.o 2024-04-03T16:02:21.1533522Z [3445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u32.c.o 2024-04-03T16:02:21.1536837Z [3446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T16:02:21.1541485Z [3446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.1545484Z [3447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T16:02:21.2707753Z [3447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.2711626Z [3448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u24.c.o 2024-04-03T16:02:21.3565940Z [3448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.3569655Z [3449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T16:02:21.4086651Z [3449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.4095932Z [3450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-xop-mul32-ld32-u32.c.o 2024-04-03T16:02:21.4386662Z [3450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.4390631Z [3451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.4411008Z [3451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.4414315Z [3452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.6726740Z [3452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.6737693Z [3453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.8654055Z [3453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.8664741Z [3454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.8967909Z [3454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.8971970Z [3455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.9575516Z [3455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.9586761Z [3456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c4s4r-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:21.9994908Z [3456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:22.0006045Z [3457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:22.2362084Z [3457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:22.2368937Z [3458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:22.3553495Z [3458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:22.3564052Z [3459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:22.4176819Z [3459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:22.4189593Z [3460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:22.4728423Z [3460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:22.4739115Z [3461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:22.4913208Z [3461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:22.4923455Z [3462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-xop-mul32.c.o 2024-04-03T16:02:22.7342476Z [3462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:22.7353134Z [3463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:22.7838939Z [3463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:22.7842417Z [3464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:22.9282571Z [3464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:22.9290339Z [3465/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:22.9894500Z [3465/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:22.9902823Z [3466/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.0118054Z [3466/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.0121543Z [3467/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.2464482Z [3467/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.2467883Z [3468/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.2792674Z [3468/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.2799411Z [3469/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.4395685Z [3469/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.4405951Z [3470/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.4759982Z [3470/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.4763346Z [3471/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.4919540Z [3471/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.4923183Z [3472/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.7766404Z [3472/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.7776645Z [3473/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.8651917Z [3473/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.8656348Z [3474/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.9150986Z [3474/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.9154555Z [3475/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.9174698Z [3475/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:23.9178525Z [3476/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.9197985Z [3476/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:23.9201514Z [3477/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:24.3017426Z [3477/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:24.3027990Z [3478/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:24.3748684Z [3478/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:24.3758857Z [3479/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:24.4323415Z [3479/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:24.4333461Z [3480/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:24.4438138Z [3480/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:24.4441354Z [3481/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:24.5127189Z [3481/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:24.5131601Z [3482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:24.7526463Z [3482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:24.7530673Z [3483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:24.8786059Z [3483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:24.8790481Z [3484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:24.8872376Z [3484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:24.8875771Z [3485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:24.9130831Z [3485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:24.9141772Z [3486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.0332579Z [3486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.0343171Z [3487/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.2273606Z [3487/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:25.2283589Z [3488/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:25.3662200Z [3488/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.3674043Z [3489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.3739756Z [3489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:25.3749405Z [3490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:25.4189934Z [3490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.4202228Z [3491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.5285094Z [3491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:25.5288734Z [3492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:25.7179972Z [3492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.7186938Z [3493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.8195772Z [3493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:25.8199190Z [3494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:25.8602191Z [3494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.8609893Z [3495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:25.9121491Z [3495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:25.9127498Z [3496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:26.0715423Z [3496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:26.0725391Z [3497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:26.1808282Z [3497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:26.1811900Z [3498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:26.3312942Z [3498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:26.3316480Z [3499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:26.3821333Z [3499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:26.3831694Z [3500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x4c8-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:26.4919308Z [3500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T16:02:26.4930402Z [3501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:26.6152990Z [3501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T16:02:26.6163170Z [3502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:26.6416247Z [3502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T16:02:26.6420589Z [3503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld64.c.o 2024-04-03T16:02:26.8625335Z [3503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T16:02:26.8632532Z [3504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x4c2s4-minmax-fp32-xop-ld128.c.o 2024-04-03T16:02:26.8943483Z [3504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:26.8953226Z [3505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T16:02:26.9884374Z [3505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3.c.o 2024-04-03T16:02:26.9887864Z [3506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T16:02:27.0531006Z [3506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.0534528Z [3507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u16.c.o 2024-04-03T16:02:27.1553645Z [3507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2024-04-03T16:02:27.1556913Z [3508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-xop-mul32-ld32-u8.c.o 2024-04-03T16:02:27.2814110Z [3508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.2824778Z [3509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.3168110Z [3509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3.c.o 2024-04-03T16:02:27.3171321Z [3510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p8c-minmax-fma3.c.o 2024-04-03T16:02:27.4535579Z [3510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.4546396Z [3511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3.c.o 2024-04-03T16:02:27.4831594Z [3511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3.c.o 2024-04-03T16:02:27.4834697Z [3512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.5862394Z [3512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.5868296Z [3513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.6725188Z [3513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2024-04-03T16:02:27.6728507Z [3514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-3p32c-minmax-fma3.c.o 2024-04-03T16:02:27.7212113Z [3514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.7222387Z [3515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.8468454Z [3515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3.c.o 2024-04-03T16:02:27.8481596Z [3516/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.8842952Z [3516/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:27.8872233Z [3517/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p8c-minmax-fma3.c.o 2024-04-03T16:02:28.0017194Z [3517/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-04-03T16:02:28.0021139Z [3518/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p16c-minmax-fma3.c.o 2024-04-03T16:02:28.1064454Z [3518/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:28.1068096Z [3519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3-acc2.c.o 2024-04-03T16:02:28.2160865Z [3519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-04-03T16:02:28.2171097Z [3520/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-04-03T16:02:28.2502256Z [3520/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:28.2513007Z [3521/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-4p32c-minmax-fma3.c.o 2024-04-03T16:02:28.3567978Z [3521/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-04-03T16:02:28.3571894Z [3522/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:28.5597985Z [3522/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:28.5601410Z [3523/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:28.6971133Z [3523/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.o 2024-04-03T16:02:28.6981954Z [3524/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-04-03T16:02:28.8185284Z [3524/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:28.8195665Z [3525/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-04-03T16:02:28.8569348Z [3525/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.o 2024-04-03T16:02:28.8572942Z [3526/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:28.8972246Z [3526/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:28.8976019Z [3527/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:29.1233201Z [3527/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.o 2024-04-03T16:02:29.1243458Z [3528/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l8c8s4r-minmax-fma3.c.o 2024-04-03T16:02:29.3042494Z [3528/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:29.3052870Z [3529/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:29.3074425Z [3529/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.o 2024-04-03T16:02:29.3084236Z [3530/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:29.3870931Z [3530/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:29.3874640Z [3531/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l32c8s4r-minmax-fma3.c.o 2024-04-03T16:02:29.4364237Z [3531/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.o 2024-04-03T16:02:29.4367764Z [3532/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-6f6m7l16c8s4r-minmax-fma3.c.o 2024-04-03T16:02:29.6008593Z [3532/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:29.6019307Z [3533/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:29.7713649Z [3533/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.o 2024-04-03T16:02:29.7717032Z [3534/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l8c8s4r-minmax-fma3.c.o 2024-04-03T16:02:29.8395396Z [3534/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:29.8398909Z [3535/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3.c.o 2024-04-03T16:02:29.8528972Z [3535/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3.c.o 2024-04-03T16:02:29.8539640Z [3536/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:29.9313398Z [3536/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:29.9324237Z [3537/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:30.1156869Z [3537/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2024-04-03T16:02:30.1167510Z [3538/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-8f8m9l32c8s4r-minmax-fma3.c.o 2024-04-03T16:02:30.2878936Z [3538/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3-acc2.c.o 2024-04-03T16:02:30.2888925Z [3539/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:30.3317845Z [3539/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3.c.o 2024-04-03T16:02:30.3327822Z [3540/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p8c-minmax-fma3.c.o 2024-04-03T16:02:30.3948427Z [3540/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:30.3958553Z [3541/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:30.4859247Z [3541/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3.c.o 2024-04-03T16:02:30.4869045Z [3542/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p16c-minmax-fma3.c.o 2024-04-03T16:02:30.5393587Z [3542/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:30.5404015Z [3543/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3-acc2.c.o 2024-04-03T16:02:30.7921764Z [3543/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3.c.o 2024-04-03T16:02:30.7925273Z [3544/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:30.8169997Z [3544/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3-acc2.c.o 2024-04-03T16:02:30.8173307Z [3545/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-9p32c-minmax-fma3.c.o 2024-04-03T16:02:30.8793346Z [3545/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3.c.o 2024-04-03T16:02:30.8796742Z [3546/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p8c-minmax-fma3.c.o 2024-04-03T16:02:31.0003914Z [3546/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2024-04-03T16:02:31.0007068Z [3547/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3.c.o 2024-04-03T16:02:31.0033294Z [3547/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c16.c.o 2024-04-03T16:02:31.0037200Z [3548/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:31.2443879Z [3548/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2024-04-03T16:02:31.2447223Z [3549/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3-acc2.c.o 2024-04-03T16:02:31.3544494Z [3549/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-fma3-2x.c.o 2024-04-03T16:02:31.3550335Z [3550/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c8.c.o 2024-04-03T16:02:31.3667946Z [3550/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-04-03T16:02:31.3677532Z [3551/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-dwconv/gen/f16-dwconv-25p32c-minmax-fma3.c.o 2024-04-03T16:02:31.3920870Z [3551/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-04-03T16:02:31.3924414Z [3552/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-ibilinear/gen/f16-ibilinear-fma3-c16.c.o 2024-04-03T16:02:31.5576481Z [3552/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-04-03T16:02:31.5580301Z [3553/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c8-minmax-fma3-2x.c.o 2024-04-03T16:02:31.6690759Z [3553/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-04-03T16:02:31.6700901Z [3554/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vmulcaddc/gen/f16-vmulcaddc-c16-minmax-fma3-2x.c.o 2024-04-03T16:02:31.7593718Z [3554/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-04-03T16:02:31.7604361Z [3555/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-04-03T16:02:31.8154557Z [3555/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-04-03T16:02:31.8164704Z [3556/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-04-03T16:02:31.8244142Z [3556/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-04-03T16:02:31.8247808Z [3557/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-04-03T16:02:32.0651718Z [3557/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-04-03T16:02:32.0656404Z [3558/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-04-03T16:02:32.2480977Z [3558/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-04-03T16:02:32.2484787Z [3559/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-04-03T16:02:32.2750392Z [3559/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-04-03T16:02:32.2754440Z [3560/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-04-03T16:02:32.3233088Z [3560/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-04-03T16:02:32.3237616Z [3561/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-04-03T16:02:32.3351559Z [3561/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-04-03T16:02:32.3355643Z [3562/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-04-03T16:02:32.5857788Z [3562/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-04-03T16:02:32.5869230Z [3563/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-04-03T16:02:32.7343229Z [3563/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-04-03T16:02:32.7354391Z [3564/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-04-03T16:02:32.7605820Z [3564/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-04-03T16:02:32.7613990Z [3565/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-04-03T16:02:32.8188391Z [3565/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-04-03T16:02:32.8191789Z [3566/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-04-03T16:02:32.8599024Z [3566/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-04-03T16:02:32.8602793Z [3567/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-04-03T16:02:33.0153093Z [3567/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-04-03T16:02:33.0156822Z [3568/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-04-03T16:02:33.1735064Z [3568/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-04-03T16:02:33.1738964Z [3569/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-04-03T16:02:33.2252534Z [3569/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-04-03T16:02:33.2256385Z [3570/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-04-03T16:02:33.2965977Z [3570/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u8.c.o 2024-04-03T16:02:33.2976306Z [3571/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-04-03T16:02:33.3631024Z [3571/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u16.c.o 2024-04-03T16:02:33.3640335Z [3572/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-04-03T16:02:33.5247256Z [3572/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u24.c.o 2024-04-03T16:02:33.5258074Z [3573/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-04-03T16:02:33.6490537Z [3573/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2024-04-03T16:02:33.6501278Z [3574/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u8.c.o 2024-04-03T16:02:33.6548528Z [3574/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u40.c.o 2024-04-03T16:02:33.6552783Z [3575/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-04-03T16:02:33.7759725Z [3575/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u48.c.o 2024-04-03T16:02:33.7763814Z [3576/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u16.c.o 2024-04-03T16:02:33.8778483Z [3576/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u56.c.o 2024-04-03T16:02:33.8788883Z [3577/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u24.c.o 2024-04-03T16:02:33.9594773Z [3577/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u64.c.o 2024-04-03T16:02:33.9603671Z [3578/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u32.c.o 2024-04-03T16:02:34.0738885Z [3578/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u72.c.o 2024-04-03T16:02:34.0743251Z [3579/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u40.c.o 2024-04-03T16:02:34.1977112Z [3579/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u80.c.o 2024-04-03T16:02:34.1980834Z [3580/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u48.c.o 2024-04-03T16:02:34.2531307Z [3580/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:34.2534377Z [3581/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u56.c.o 2024-04-03T16:02:34.3520870Z [3581/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3.c.o 2024-04-03T16:02:34.3524326Z [3582/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u64.c.o 2024-04-03T16:02:34.4529394Z [3582/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:34.4539625Z [3583/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u72.c.o 2024-04-03T16:02:34.4934945Z [3583/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2024-04-03T16:02:34.4938697Z [3584/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-fma3-polynomial-p19h9t2-u80.c.o 2024-04-03T16:02:34.6430343Z [3584/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:34.6440144Z [3585/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3.c.o 2024-04-03T16:02:34.6976739Z [3585/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3.c.o 2024-04-03T16:02:34.6986845Z [3586/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:34.8623620Z [3586/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:34.8633881Z [3587/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:34.9779585Z [3587/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2024-04-03T16:02:34.9789290Z [3588/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:34.9805418Z [3588/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:34.9813626Z [3589/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-fma3.c.o 2024-04-03T16:02:35.1419522Z [3589/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-04-03T16:02:35.1429406Z [3590/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p8c-minmax-fma3.c.o 2024-04-03T16:02:35.1825056Z [3590/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:35.1835182Z [3591/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:35.3575778Z [3591/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-04-03T16:02:35.3579499Z [3592/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-fma3.c.o 2024-04-03T16:02:35.4828891Z [3592/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:35.4838637Z [3593/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:35.4891591Z [3593/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-04-03T16:02:35.4900634Z [3594/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l8c8s4r-minmax-fma3.c.o 2024-04-03T16:02:35.6058731Z [3594/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:35.6062392Z [3595/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:35.6552669Z [3595/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.o 2024-04-03T16:02:35.6555261Z [3596/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c8s4r-minmax-fma3.c.o 2024-04-03T16:02:35.8075940Z [3596/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:35.8079950Z [3597/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.0026619Z [3597/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.o 2024-04-03T16:02:36.0036921Z [3598/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c8s4r-minmax-fma3.c.o 2024-04-03T16:02:36.0198674Z [3598/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.0202221Z [3599/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.0648004Z [3599/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.o 2024-04-03T16:02:36.0651578Z [3600/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l8c8s4r-minmax-fma3.c.o 2024-04-03T16:02:36.1752447Z [3600/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.1756093Z [3601/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.3074919Z [3601/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3.c.o 2024-04-03T16:02:36.3078345Z [3602/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l16c8s4r-minmax-fma3.c.o 2024-04-03T16:02:36.4910093Z [3602/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.4920118Z [3603/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.4980024Z [3603/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2024-04-03T16:02:36.4990042Z [3604/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.5902223Z [3604/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.5912438Z [3605/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-7f6m6l32c8s4r-minmax-fma3.c.o 2024-04-03T16:02:36.6417687Z [3605/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2024-04-03T16:02:36.6422252Z [3606/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p8c-minmax-fma3.c.o 2024-04-03T16:02:36.8199989Z [3606/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.8210419Z [3607/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.9014589Z [3607/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3.c.o 2024-04-03T16:02:36.9018135Z [3608/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3-acc2.c.o 2024-04-03T16:02:36.9486671Z [3608/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:36.9492916Z [3609/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-fma3.c.o 2024-04-03T16:02:37.0366528Z [3609/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.0369997Z [3610/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p8c-minmax-fma3.c.o 2024-04-03T16:02:37.1792736Z [3610/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.1802789Z [3611/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3-acc2.c.o 2024-04-03T16:02:37.2852039Z [3611/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.2862246Z [3612/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-fma3.c.o 2024-04-03T16:02:37.3842837Z [3612/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.3852454Z [3613/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.4205351Z [3613/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.4215054Z [3614/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.5808135Z [3614/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.5817915Z [3615/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.6911017Z [3615/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.6920657Z [3616/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.8830928Z [3616/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.8840447Z [3617/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-3x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.9257823Z [3617/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.9267391Z [3618/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.9773874Z [3618/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:37.9783587Z [3619/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.1186965Z [3619/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.1197335Z [3620/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.3283641Z [3620/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.3287023Z [3621/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.3971952Z [3621/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.3983916Z [3622/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.4110308Z [3622/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.4121464Z [3623/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.4758908Z [3623/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.4769280Z [3624/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.6331338Z [3624/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.6342155Z [3625/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.8913766Z [3625/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.8918060Z [3626/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.9269859Z [3626/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.9280838Z [3627/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.9869513Z [3627/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:38.9872927Z [3628/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.0344798Z [3628/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.0358905Z [3629/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.1035986Z [3629/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.1042113Z [3630/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.4071513Z [3630/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.4075283Z [3631/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.4803334Z [3631/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.4813676Z [3632/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.4908742Z [3632/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.4912678Z [3633/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-3x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.6274024Z [3633/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.6278167Z [3634/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.6793072Z [3634/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.6796345Z [3635/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.9623737Z [3635/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.9634345Z [3636/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.9979983Z [3636/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:39.9983671Z [3637/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.0923183Z [3637/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.0933848Z [3638/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.1347751Z [3638/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.1351314Z [3639/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.1954682Z [3639/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.1958069Z [3640/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.4915545Z [3640/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.4926417Z [3641/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.4965870Z [3641/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.4969498Z [3642/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.6154780Z [3642/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.6158692Z [3643/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.7201994Z [3643/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.7205491Z [3644/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.7270505Z [3644/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.7274028Z [3645/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.9228655Z [3645/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.9238527Z [3646/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.9489215Z [3646/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:40.9492915Z [3647/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.0088855Z [3647/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.0098128Z [3648/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.0933627Z [3648/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.0937294Z [3649/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-3x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.2386191Z [3649/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2024-04-03T16:02:41.2399350Z [3650/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.3600178Z [3650/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.3603826Z [3651/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.4435801Z [3651/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.4440196Z [3652/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.5241564Z [3652/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.5244968Z [3653/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.5594808Z [3653/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.o 2024-04-03T16:02:41.5604268Z [3654/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast-prfm.c.o 2024-04-03T16:02:41.7337259Z [3654/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.7341378Z [3655/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.8044159Z [3655/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.8054692Z [3656/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.9198529Z [3656/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:41.9201900Z [3657/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.0118058Z [3657/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.0128236Z [3658/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast-prfm.c.o 2024-04-03T16:02:42.0543903Z [3658/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.0547361Z [3659/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.1619848Z [3659/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.1627482Z [3660/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16s4-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.2876918Z [3660/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.2890700Z [3661/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.3190124Z [3661/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.3200843Z [3662/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x8-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.5206515Z [3662/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.5217232Z [3663/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.5228925Z [3663/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.5238062Z [3664/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.7035707Z [3664/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.7046352Z [3665/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.8389312Z [3665/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.8398784Z [3666/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.8494303Z [3666/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:42.8503730Z [3667/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.1034190Z [3667/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.1043230Z [3668/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.1410196Z [3668/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.1414033Z [3669/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.2157094Z [3669/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.2160834Z [3670/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.4368992Z [3670/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.4372715Z [3671/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.5269901Z [3671/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.5279956Z [3672/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.6925830Z [3672/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.6929621Z [3673/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.7120752Z [3673/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.7131881Z [3674/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:43.7601465Z [3674/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u8.c.o 2024-04-03T16:02:43.7611711Z [3675/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:44.0181836Z [3675/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2024-04-03T16:02:44.0185187Z [3676/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:44.1079956Z [3676/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u8.c.o 2024-04-03T16:02:44.1083487Z [3677/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:44.1117198Z [3677/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2024-04-03T16:02:44.1120629Z [3678/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u8.c.o 2024-04-03T16:02:44.1342630Z [3678/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u32.c.o 2024-04-03T16:02:44.1346661Z [3679/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-fma3-broadcast.c.o 2024-04-03T16:02:44.2231561Z [3679/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u8.c.o 2024-04-03T16:02:44.2235064Z [3680/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vhswish/gen/f32-vhswish-fma3-u16.c.o 2024-04-03T16:02:44.4512793Z [3680/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u16.c.o 2024-04-03T16:02:44.4522573Z [3681/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u8.c.o 2024-04-03T16:02:44.4830311Z [3681/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u32.c.o 2024-04-03T16:02:44.4840476Z [3682/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u32.c.o 2024-04-03T16:02:44.5141910Z [3682/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-04-03T16:02:44.5152411Z [3683/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-fma3-rsqrt-u16.c.o 2024-04-03T16:02:44.5730162Z [3683/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-04-03T16:02:44.5740391Z [3684/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u8.c.o 2024-04-03T16:02:44.7465494Z [3684/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-04-03T16:02:44.7475947Z [3685/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u16.c.o 2024-04-03T16:02:44.8548936Z [3685/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-04-03T16:02:44.8558921Z [3686/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-fma3-nr1fma1adj-u32.c.o 2024-04-03T16:02:44.9919794Z [3686/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-04-03T16:02:44.9929674Z [3687/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-04-03T16:02:45.0469658Z [3687/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-04-03T16:02:45.0473724Z [3688/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-04-03T16:02:45.0706759Z [3688/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-04-03T16:02:45.0711434Z [3689/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-04-03T16:02:45.1793197Z [3689/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-04-03T16:02:45.1797330Z [3690/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-04-03T16:02:45.2716707Z [3690/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-04-03T16:02:45.2720731Z [3691/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-04-03T16:02:45.4918715Z [3691/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-04-03T16:02:45.4922951Z [3692/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-04-03T16:02:45.5546150Z [3692/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-04-03T16:02:45.5550406Z [3693/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-04-03T16:02:45.5674399Z [3693/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:02:45.5679324Z [3694/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-04-03T16:02:45.5998802Z [3694/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-04-03T16:02:45.6009848Z [3695/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-04-03T16:02:45.7475720Z [3695/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:02:45.7486691Z [3696/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-04-03T16:02:45.9344135Z [3696/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-04-03T16:02:45.9348468Z [3697/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:02:45.9810525Z [3697/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:02:45.9814804Z [3698/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-04-03T16:02:46.0686594Z [3698/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-04-03T16:02:46.0691511Z [3699/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:02:46.1145445Z [3699/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:02:46.1156690Z [3700/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-04-03T16:02:46.2346852Z [3700/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-04-03T16:02:46.2352100Z [3701/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-04-03T16:02:46.3758024Z [3701/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:02:46.3762923Z [3702/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-04-03T16:02:46.4136119Z [3702/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T16:02:46.4143387Z [3703/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:02:46.4868386Z [3703/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T16:02:46.4875113Z [3704/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:02:46.5724105Z [3704/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-04-03T16:02:46.5728021Z [3705/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-04-03T16:02:46.7217961Z [3705/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-04-03T16:02:46.7229385Z [3706/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:02:46.7615727Z [3706/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u8.c.o 2024-04-03T16:02:46.7626538Z [3707/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u8.c.o 2024-04-03T16:02:46.8318389Z [3707/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u16.c.o 2024-04-03T16:02:46.8329056Z [3708/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u16.c.o 2024-04-03T16:02:46.9764613Z [3708/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u24.c.o 2024-04-03T16:02:46.9774740Z [3709/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u24.c.o 2024-04-03T16:02:47.1352110Z [3709/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u32.c.o 2024-04-03T16:02:47.1362339Z [3710/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-div-u32.c.o 2024-04-03T16:02:47.2008796Z [3710/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T16:02:47.2019185Z [3711/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u8.c.o 2024-04-03T16:02:47.2481193Z [3711/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:02:47.2491292Z [3712/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u16.c.o 2024-04-03T16:02:47.3530584Z [3712/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T16:02:47.3540470Z [3713/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u24.c.o 2024-04-03T16:02:47.5146419Z [3713/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T16:02:47.5156919Z [3714/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-lut8-p4h3ts-nr1adj-u32.c.o 2024-04-03T16:02:47.5288048Z [3714/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-04-03T16:02:47.5297344Z [3715/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T16:02:47.6783099Z [3715/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T16:02:47.6793567Z [3716/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:02:47.7158670Z [3716/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-04-03T16:02:47.7162442Z [3717/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T16:02:47.8838162Z [3717/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T16:02:47.8842577Z [3718/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T16:02:47.9846968Z [3718/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-04-03T16:02:47.9851287Z [3719/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T16:02:48.0188966Z [3719/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T16:02:48.0193124Z [3720/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-04-03T16:02:48.1543683Z [3720/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T16:02:48.1554277Z [3721/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T16:02:48.1644002Z [3721/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:02:48.1648054Z [3722/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-04-03T16:02:48.3851996Z [3722/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T16:02:48.3862646Z [3723/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-04-03T16:02:48.4254759Z [3723/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T16:02:48.4264148Z [3724/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T16:02:48.4904906Z [3724/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-04-03T16:02:48.4914193Z [3725/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T16:02:48.5578102Z [3725/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T16:02:48.5589038Z [3726/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:02:48.6320068Z [3726/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-04-03T16:02:48.6331176Z [3727/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T16:02:48.8117386Z [3727/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T16:02:48.8128110Z [3728/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T16:02:48.8997382Z [3728/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-04-03T16:02:48.9001109Z [3729/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-04-03T16:02:48.9481228Z [3729/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T16:02:48.9485648Z [3730/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T16:02:49.0879959Z [3730/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-04-03T16:02:49.0890667Z [3731/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T16:02:49.1270719Z [3731/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-04-03T16:02:49.1282976Z [3732/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-04-03T16:02:49.2280652Z [3732/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-04-03T16:02:49.2291297Z [3733/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-04-03T16:02:49.3456283Z [3733/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-04-03T16:02:49.3460244Z [3734/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T16:02:49.3922669Z [3734/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-04-03T16:02:49.3933918Z [3735/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-04-03T16:02:49.5466070Z [3735/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-04-03T16:02:49.5477027Z [3736/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-04-03T16:02:49.5926913Z [3736/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-04-03T16:02:49.5930818Z [3737/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-04-03T16:02:49.7741886Z [3737/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-04-03T16:02:49.7746709Z [3738/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-04-03T16:02:49.8508229Z [3738/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-04-03T16:02:49.8512085Z [3739/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-04-03T16:02:49.9019395Z [3739/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-04-03T16:02:49.9023288Z [3740/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-04-03T16:02:50.0233768Z [3740/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma1adj.c.o 2024-04-03T16:02:50.0237251Z [3741/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-04-03T16:02:50.0810078Z [3741/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma.c.o 2024-04-03T16:02:50.0813446Z [3742/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-04-03T16:02:50.2328010Z [3742/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr2fma.c.o 2024-04-03T16:02:50.2337566Z [3743/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma1adj.c.o 2024-04-03T16:02:50.2890792Z [3743/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c.o 2024-04-03T16:02:50.2894653Z [3744/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-04-03T16:02:50.3429718Z [3744/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c.o 2024-04-03T16:02:50.3433541Z [3745/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-fma3-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-04-03T16:02:50.4553472Z [3745/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p17h8t2.c.o 2024-04-03T16:02:50.4563401Z [3746/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr1fma.c.o 2024-04-03T16:02:50.5309529Z [3746/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p19h9t2.c.o 2024-04-03T16:02:50.5312474Z [3747/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-fma3-nr2fma.c.o 2024-04-03T16:02:50.6837959Z [3747/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-04-03T16:02:50.6841650Z [3748/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-rcp.c.o 2024-04-03T16:02:50.6877148Z [3748/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-04-03T16:02:50.6880897Z [3749/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-expm1minus-rr1-p3h2ts-div.c.o 2024-04-03T16:02:50.7946583Z [3749/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:02:50.7960221Z [3750/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p17h8t2.c.o 2024-04-03T16:02:50.9012234Z [3750/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1.c.o 2024-04-03T16:02:50.9022307Z [3751/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-fma3-polynomial-p19h9t2.c.o 2024-04-03T16:02:51.0059233Z [3751/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1adj.c.o 2024-04-03T16:02:51.0070003Z [3752/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-04-03T16:02:51.0704994Z [3752/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:02:51.0715283Z [3753/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-04-03T16:02:51.1270186Z [3753/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:02:51.1277907Z [3754/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-div.c.o 2024-04-03T16:02:51.3152720Z [3754/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-04-03T16:02:51.3156413Z [3755/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1.c.o 2024-04-03T16:02:51.4034373Z [3755/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:51.4043746Z [3756/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-lut8-p4h3ps-nr1adj.c.o 2024-04-03T16:02:51.4869760Z [3756/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:51.4873545Z [3757/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:02:51.5400040Z [3757/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:51.5411975Z [3758/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:02:51.6387192Z [3758/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:51.6397669Z [3759/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-fma3-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-04-03T16:02:51.8437123Z [3759/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:51.8447942Z [3760/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:51.9121348Z [3760/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:51.9130816Z [3761/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.0069808Z [3761/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.0080661Z [3762/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.0809653Z [3762/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.0820530Z [3763/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.1162815Z [3763/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.1173730Z [3764/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.3780023Z [3764/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.3784066Z [3765/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.4134853Z [3765/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.4138799Z [3766/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.5660022Z [3766/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.5664795Z [3767/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.6079352Z [3767/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.6082936Z [3768/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-gemm/gen/f16-f32acc-gemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.6770512Z [3768/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.6774293Z [3769/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.8487752Z [3769/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.8498430Z [3770/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.8968969Z [3770/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:52.8979274Z [3771/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.0200869Z [3771/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.0211960Z [3772/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.0549552Z [3772/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.0560357Z [3773/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.1100789Z [3773/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.1104043Z [3774/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.3103852Z [3774/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.3108269Z [3775/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.3835679Z [3775/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.3846059Z [3776/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.5102224Z [3776/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.5112631Z [3777/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32acc-igemm/gen/f16-f32acc-igemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.5619364Z [3777/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.5628108Z [3778/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.6204305Z [3778/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.6214060Z [3779/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.8659993Z [3779/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.8669779Z [3780/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.9044191Z [3780/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.9047631Z [3781/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.9849620Z [3781/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:53.9853437Z [3782/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.0827793Z [3782/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.0838446Z [3783/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.1364776Z [3783/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.1374933Z [3784/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.3553790Z [3784/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.3558405Z [3785/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.3946131Z [3785/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.3956568Z [3786/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-gemm/gen/f16-gemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.4557744Z [3786/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.4562355Z [3787/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.5348404Z [3787/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.5351852Z [3788/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.5831766Z [3788/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.5835300Z [3789/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.7942037Z [3789/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.7945555Z [3790/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.8327778Z [3790/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.8339179Z [3791/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.8758127Z [3791/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2024-04-03T16:02:54.8761725Z [3792/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:54.9809456Z [3792/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2024-04-03T16:02:54.9820051Z [3793/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:55.0390753Z [3793/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.o 2024-04-03T16:02:55.0401756Z [3794/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:02:55.2019007Z [3794/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.o 2024-04-03T16:02:55.2030453Z [3795/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9p8x-minmax-avx2-c8.c.o 2024-04-03T16:02:55.3833590Z [3795/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2024-04-03T16:02:55.3844157Z [3796/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-pavgpool/f16-pavgpool-9x-minmax-avx2-c8.c.o 2024-04-03T16:02:55.4048901Z [3796/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.o 2024-04-03T16:02:55.4060440Z [3797/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-igemm/gen/f16-igemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T16:02:55.4709596Z [3797/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.o 2024-04-03T16:02:55.4713732Z [3798/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc2.c.o 2024-04-03T16:02:55.5144892Z [3798/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.o 2024-04-03T16:02:55.5149190Z [3799/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32-acc4.c.o 2024-04-03T16:02:55.7038899Z [3799/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.o 2024-04-03T16:02:55.7043142Z [3800/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u32.c.o 2024-04-03T16:02:55.7988066Z [3800/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.o 2024-04-03T16:02:55.7992316Z [3801/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc5.c.o 2024-04-03T16:02:55.8247268Z [3801/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.o 2024-04-03T16:02:55.8251544Z [3802/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40-acc2.c.o 2024-04-03T16:02:55.9225644Z [3802/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.o 2024-04-03T16:02:55.9229667Z [3803/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u40.c.o 2024-04-03T16:02:55.9356571Z [3803/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.o 2024-04-03T16:02:55.9360488Z [3804/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc2.c.o 2024-04-03T16:02:56.1038254Z [3804/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.o 2024-04-03T16:02:56.1044923Z [3805/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48-acc3.c.o 2024-04-03T16:02:56.1640100Z [3805/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.o 2024-04-03T16:02:56.1644306Z [3806/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u48.c.o 2024-04-03T16:02:56.2076613Z [3806/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.o 2024-04-03T16:02:56.2080966Z [3807/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc2.c.o 2024-04-03T16:02:56.3051998Z [3807/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.o 2024-04-03T16:02:56.3055997Z [3808/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64.c.o 2024-04-03T16:02:56.3696001Z [3808/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.o 2024-04-03T16:02:56.3700473Z [3809/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u64-acc4.c.o 2024-04-03T16:02:56.4974028Z [3809/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.o 2024-04-03T16:02:56.4978514Z [3810/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72-acc3.c.o 2024-04-03T16:02:56.5786618Z [3810/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.o 2024-04-03T16:02:56.5790840Z [3811/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u72.c.o 2024-04-03T16:02:56.6124436Z [3811/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.o 2024-04-03T16:02:56.6128697Z [3812/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc2.c.o 2024-04-03T16:02:56.7597184Z [3812/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.o 2024-04-03T16:02:56.7601398Z [3813/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80-acc5.c.o 2024-04-03T16:02:56.8155705Z [3813/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.o 2024-04-03T16:02:56.8166830Z [3814/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u80.c.o 2024-04-03T16:02:56.8713819Z [3814/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u8.c.o 2024-04-03T16:02:56.8724507Z [3815/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc2.c.o 2024-04-03T16:02:56.9874998Z [3815/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2024-04-03T16:02:56.9880778Z [3816/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc3.c.o 2024-04-03T16:02:57.1241932Z [3816/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u8.c.o 2024-04-03T16:02:57.1252429Z [3817/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96.c.o 2024-04-03T16:02:57.1702308Z [3817/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u16.c.o 2024-04-03T16:02:57.1710351Z [3818/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-raddstoreexpminusmax/gen/f16-raddstoreexpminusmax-avx2-rr1-p2-u96-acc6.c.o 2024-04-03T16:02:57.2730769Z [3818/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u24.c.o 2024-04-03T16:02:57.2741194Z [3819/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u8.c.o 2024-04-03T16:02:57.3562953Z [3819/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u32.c.o 2024-04-03T16:02:57.3573039Z [3820/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-velu/gen/f16-velu-avx2-rr1-p3-u16.c.o 2024-04-03T16:02:57.4803867Z [3820/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u40.c.o 2024-04-03T16:02:57.4813443Z [3821/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u8.c.o 2024-04-03T16:02:57.5810342Z [3821/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u48.c.o 2024-04-03T16:02:57.5820195Z [3822/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u16.c.o 2024-04-03T16:02:57.6267874Z [3822/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u56.c.o 2024-04-03T16:02:57.6271360Z [3823/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u24.c.o 2024-04-03T16:02:57.6718220Z [3823/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u64.c.o 2024-04-03T16:02:57.6722908Z [3824/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u32.c.o 2024-04-03T16:02:57.8564439Z [3824/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.o 2024-04-03T16:02:57.8567927Z [3825/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u40.c.o 2024-04-03T16:02:57.9467324Z [3825/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.o 2024-04-03T16:02:57.9470728Z [3826/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u48.c.o 2024-04-03T16:02:58.0115697Z [3826/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.o 2024-04-03T16:02:58.0119493Z [3827/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u56.c.o 2024-04-03T16:02:58.0932021Z [3827/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2024-04-03T16:02:58.0935058Z [3828/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u8.c.o 2024-04-03T16:02:58.1082493Z [3828/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.o 2024-04-03T16:02:58.1085683Z [3829/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-div-u64.c.o 2024-04-03T16:02:58.3293595Z [3829/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.o 2024-04-03T16:02:58.3299790Z [3830/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u16.c.o 2024-04-03T16:02:58.4108139Z [3830/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.o 2024-04-03T16:02:58.4111704Z [3831/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u32.c.o 2024-04-03T16:02:58.4362819Z [3831/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.o 2024-04-03T16:02:58.4367337Z [3832/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u24.c.o 2024-04-03T16:02:58.5244806Z [3832/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-04-03T16:02:58.5248532Z [3833/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u40.c.o 2024-04-03T16:02:58.5574472Z [3833/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-04-03T16:02:58.5578405Z [3834/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u48.c.o 2024-04-03T16:02:58.7979880Z [3834/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-04-03T16:02:58.7983546Z [3835/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u56.c.o 2024-04-03T16:02:58.8565868Z [3835/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-04-03T16:02:58.8569601Z [3836/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vsigmoid/gen/f16-vsigmoid-avx2-rr1-p2-rcp-u64.c.o 2024-04-03T16:02:58.8815155Z [3836/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-04-03T16:02:58.8819674Z [3837/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u8.c.o 2024-04-03T16:02:58.9332766Z [3837/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-04-03T16:02:58.9336750Z [3838/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u16.c.o 2024-04-03T16:02:58.9725502Z [3838/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-04-03T16:02:58.9729664Z [3839/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u24.c.o 2024-04-03T16:02:59.1817599Z [3839/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-04-03T16:02:59.1821589Z [3840/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u32.c.o 2024-04-03T16:02:59.2650827Z [3840/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-04-03T16:02:59.2654916Z [3841/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u40.c.o 2024-04-03T16:02:59.2916794Z [3841/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-04-03T16:02:59.2922134Z [3842/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u48.c.o 2024-04-03T16:02:59.4237399Z [3842/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-04-03T16:02:59.4249731Z [3843/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u56.c.o 2024-04-03T16:02:59.4620728Z [3843/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-04-03T16:02:59.4631485Z [3844/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u64.c.o 2024-04-03T16:02:59.6832561Z [3844/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-04-03T16:02:59.6843183Z [3845/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u72.c.o 2024-04-03T16:02:59.7043713Z [3845/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-04-03T16:02:59.7047458Z [3846/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-div-u80.c.o 2024-04-03T16:02:59.7515785Z [3846/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-04-03T16:02:59.7524434Z [3847/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u8.c.o 2024-04-03T16:02:59.8647119Z [3847/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-04-03T16:02:59.8656758Z [3848/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u16.c.o 2024-04-03T16:02:59.8992563Z [3848/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-04-03T16:02:59.8996194Z [3849/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u24.c.o 2024-04-03T16:03:00.1629323Z [3849/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-04-03T16:03:00.1639997Z [3850/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u32.c.o 2024-04-03T16:03:00.1726722Z [3850/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-04-03T16:03:00.1737058Z [3851/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u40.c.o 2024-04-03T16:03:00.2078542Z [3851/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-04-03T16:03:00.2081940Z [3852/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u48.c.o 2024-04-03T16:03:00.3252072Z [3852/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:00.3263377Z [3853/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u56.c.o 2024-04-03T16:03:00.3818761Z [3853/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:00.3822522Z [3854/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u64.c.o 2024-04-03T16:03:00.5919106Z [3854/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:00.5925990Z [3855/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u72.c.o 2024-04-03T16:03:00.6360228Z [3855/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:00.6363871Z [3856/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-vtanh/gen/f16-vtanh-avx2-expm1minus-rr1-p3h2ts-rcp-u80.c.o 2024-04-03T16:03:00.7882858Z [3856/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:00.7886744Z [3857/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:00.8435166Z [3857/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:00.8438832Z [3858/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:00.8442384Z [3858/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:00.8445997Z [3859/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.0796967Z [3859/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.0808147Z [3860/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.1196436Z [3860/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.1206324Z [3861/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.2446052Z [3861/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.2450234Z [3862/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.2954946Z [3862/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.2958802Z [3863/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.3877722Z [3863/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.3886604Z [3864/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc4w-gemm/gen/f32-qc4w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.6166996Z [3864/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.6173533Z [3865/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.6967365Z [3865/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.6970767Z [3866/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.7333606Z [3866/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.7340002Z [3867/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.7939617Z [3867/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.7943956Z [3868/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.8960660Z [3868/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:01.8976711Z [3869/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.0506274Z [3869/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.0512596Z [3870/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.2218167Z [3870/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.2229932Z [3871/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.2977527Z [3871/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.2988161Z [3872/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.3106121Z [3872/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.3110026Z [3873/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.4259419Z [3873/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.4263481Z [3874/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.5715179Z [3874/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.5725550Z [3875/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.7345026Z [3875/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.7348960Z [3876/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.7764094Z [3876/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.7774506Z [3877/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.8709599Z [3877/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.8713349Z [3878/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.9986793Z [3878/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:02.9996490Z [3879/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:03.0908732Z [3879/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:03.0919168Z [3880/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16s4-minmax-avx2-broadcast.c.o 2024-04-03T16:03:03.2034614Z [3880/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u16.c.o 2024-04-03T16:03:03.2044972Z [3881/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:03.2510478Z [3881/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u32.c.o 2024-04-03T16:03:03.2513751Z [3882/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:03.3858961Z [3882/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u48.c.o 2024-04-03T16:03:03.3862202Z [3883/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x8-minmax-avx2-broadcast.c.o 2024-04-03T16:03:03.6161915Z [3883/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2024-04-03T16:03:03.6165293Z [3884/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx2-broadcast.c.o 2024-04-03T16:03:03.6239362Z [3884/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u16.c.o 2024-04-03T16:03:03.6242289Z [3885/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u16.c.o 2024-04-03T16:03:03.6774083Z [3885/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u32.c.o 2024-04-03T16:03:03.6777366Z [3886/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u32.c.o 2024-04-03T16:03:03.7407321Z [3886/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u48.c.o 2024-04-03T16:03:03.7409618Z [3887/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u48.c.o 2024-04-03T16:03:03.8271515Z [3887/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2024-04-03T16:03:03.8274745Z [3888/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx2-u64.c.o 2024-04-03T16:03:04.0634538Z [3888/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc2.c.o 2024-04-03T16:03:04.0638844Z [3889/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u32.c.o 2024-04-03T16:03:04.0679734Z [3889/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc4.c.o 2024-04-03T16:03:04.0682953Z [3890/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u16.c.o 2024-04-03T16:03:04.1696108Z [3890/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64.c.o 2024-04-03T16:03:04.1699823Z [3891/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u48.c.o 2024-04-03T16:03:04.1771391Z [3891/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72-acc3.c.o 2024-04-03T16:03:04.1781050Z [3892/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx2-u64.c.o 2024-04-03T16:03:04.3216955Z [3892/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72.c.o 2024-04-03T16:03:04.3229341Z [3893/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc2.c.o 2024-04-03T16:03:04.4157769Z [3893/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc2.c.o 2024-04-03T16:03:04.4162702Z [3894/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64-acc4.c.o 2024-04-03T16:03:04.4691991Z [3894/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc5.c.o 2024-04-03T16:03:04.4696340Z [3895/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u64.c.o 2024-04-03T16:03:04.5700407Z [3895/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80.c.o 2024-04-03T16:03:04.5703821Z [3896/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72-acc3.c.o 2024-04-03T16:03:04.6168527Z [3896/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc2.c.o 2024-04-03T16:03:04.6179891Z [3897/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u72.c.o 2024-04-03T16:03:04.7125077Z [3897/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc3.c.o 2024-04-03T16:03:04.7128818Z [3898/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc2.c.o 2024-04-03T16:03:04.9119368Z [3898/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc6.c.o 2024-04-03T16:03:04.9130625Z [3899/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80-acc5.c.o 2024-04-03T16:03:04.9193730Z [3899/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96.c.o 2024-04-03T16:03:04.9203688Z [3900/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u80.c.o 2024-04-03T16:03:04.9816521Z [3900/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc2.c.o 2024-04-03T16:03:04.9822884Z [3901/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc2.c.o 2024-04-03T16:03:05.0506260Z [3901/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc4.c.o 2024-04-03T16:03:05.0516965Z [3902/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc3.c.o 2024-04-03T16:03:05.1892742Z [3902/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64.c.o 2024-04-03T16:03:05.1896549Z [3903/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96-acc6.c.o 2024-04-03T16:03:05.2683985Z [3903/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72-acc3.c.o 2024-04-03T16:03:05.2694695Z [3904/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx2-p5-u96.c.o 2024-04-03T16:03:05.3247273Z [3904/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72.c.o 2024-04-03T16:03:05.3257682Z [3905/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc2.c.o 2024-04-03T16:03:05.4697658Z [3905/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc2.c.o 2024-04-03T16:03:05.4708131Z [3906/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64-acc4.c.o 2024-04-03T16:03:05.5046638Z [3906/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc5.c.o 2024-04-03T16:03:05.5057076Z [3907/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u64.c.o 2024-04-03T16:03:05.5494473Z [3907/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80.c.o 2024-04-03T16:03:05.5505627Z [3908/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72-acc3.c.o 2024-04-03T16:03:05.7002389Z [3908/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc2.c.o 2024-04-03T16:03:05.7012660Z [3909/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u72.c.o 2024-04-03T16:03:05.7428822Z [3909/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc3.c.o 2024-04-03T16:03:05.7439342Z [3910/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc2.c.o 2024-04-03T16:03:05.8919626Z [3910/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc6.c.o 2024-04-03T16:03:05.8930277Z [3911/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80-acc5.c.o 2024-04-03T16:03:05.9785751Z [3911/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96.c.o 2024-04-03T16:03:05.9789017Z [3912/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u80.c.o 2024-04-03T16:03:06.0615901Z [3912/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.o 2024-04-03T16:03:06.0620021Z [3913/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc2.c.o 2024-04-03T16:03:06.1009770Z [3913/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.o 2024-04-03T16:03:06.1013664Z [3914/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc3.c.o 2024-04-03T16:03:06.2114189Z [3914/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.o 2024-04-03T16:03:06.2124698Z [3915/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96-acc6.c.o 2024-04-03T16:03:06.3068383Z [3915/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.o 2024-04-03T16:03:06.3077997Z [3916/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx2-p5-u96.c.o 2024-04-03T16:03:06.3968102Z [3916/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.o 2024-04-03T16:03:06.3973172Z [3917/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc2.c.o 2024-04-03T16:03:06.4443121Z [3917/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.o 2024-04-03T16:03:06.4447477Z [3918/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64-acc4.c.o 2024-04-03T16:03:06.4461604Z [3918/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.o 2024-04-03T16:03:06.4465538Z [3919/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u64.c.o 2024-04-03T16:03:06.6377497Z [3919/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.o 2024-04-03T16:03:06.6388496Z [3920/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72.c.o 2024-04-03T16:03:06.6840362Z [3920/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.o 2024-04-03T16:03:06.6850825Z [3921/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u72-acc3.c.o 2024-04-03T16:03:06.8554817Z [3921/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.o 2024-04-03T16:03:06.8565633Z [3922/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80.c.o 2024-04-03T16:03:06.9319632Z [3922/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.o 2024-04-03T16:03:06.9330810Z [3923/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc5.c.o 2024-04-03T16:03:06.9744657Z [3923/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.o 2024-04-03T16:03:06.9755846Z [3924/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u80-acc2.c.o 2024-04-03T16:03:07.0573163Z [3924/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u8.c.o 2024-04-03T16:03:07.0584146Z [3925/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc2.c.o 2024-04-03T16:03:07.1331939Z [3925/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u16.c.o 2024-04-03T16:03:07.1343091Z [3926/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc3.c.o 2024-04-03T16:03:07.2314770Z [3926/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u24.c.o 2024-04-03T16:03:07.2325710Z [3927/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96-acc6.c.o 2024-04-03T16:03:07.3345519Z [3927/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u32.c.o 2024-04-03T16:03:07.3349337Z [3928/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx2-rr1-p5-u96.c.o 2024-04-03T16:03:07.4547866Z [3928/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u40.c.o 2024-04-03T16:03:07.4552946Z [3929/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u8.c.o 2024-04-03T16:03:07.4961668Z [3929/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u48.c.o 2024-04-03T16:03:07.4966554Z [3930/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u16.c.o 2024-04-03T16:03:07.7171513Z [3930/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2024-04-03T16:03:07.7181795Z [3931/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u24.c.o 2024-04-03T16:03:07.7266400Z [3931/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u64.c.o 2024-04-03T16:03:07.7275269Z [3932/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u32.c.o 2024-04-03T16:03:07.8558898Z [3932/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u72.c.o 2024-04-03T16:03:07.8568540Z [3933/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u40.c.o 2024-04-03T16:03:08.0321941Z [3933/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u80.c.o 2024-04-03T16:03:08.0325351Z [3934/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u48.c.o 2024-04-03T16:03:08.0669529Z [3934/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u8.c.o 2024-04-03T16:03:08.0672745Z [3935/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u56.c.o 2024-04-03T16:03:08.2096661Z [3935/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u16.c.o 2024-04-03T16:03:08.2100316Z [3936/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u64.c.o 2024-04-03T16:03:08.2454327Z [3936/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u24.c.o 2024-04-03T16:03:08.2457887Z [3937/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u72.c.o 2024-04-03T16:03:08.3646711Z [3937/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u32.c.o 2024-04-03T16:03:08.3657232Z [3938/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut4-p4-perm-u80.c.o 2024-04-03T16:03:08.4845681Z [3938/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u40.c.o 2024-04-03T16:03:08.4849146Z [3939/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u8.c.o 2024-04-03T16:03:08.5223202Z [3939/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u48.c.o 2024-04-03T16:03:08.5233741Z [3940/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u16.c.o 2024-04-03T16:03:08.6103239Z [3940/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u56.c.o 2024-04-03T16:03:08.6114169Z [3941/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u24.c.o 2024-04-03T16:03:08.7120650Z [3941/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u64.c.o 2024-04-03T16:03:08.7123718Z [3942/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u32.c.o 2024-04-03T16:03:08.8969583Z [3942/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u72.c.o 2024-04-03T16:03:08.8973357Z [3943/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u40.c.o 2024-04-03T16:03:08.9861431Z [3943/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u80.c.o 2024-04-03T16:03:08.9864890Z [3944/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u48.c.o 2024-04-03T16:03:09.0209406Z [3944/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u8.c.o 2024-04-03T16:03:09.0213328Z [3945/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u56.c.o 2024-04-03T16:03:09.1142887Z [3945/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u16.c.o 2024-04-03T16:03:09.1153553Z [3946/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u72.c.o 2024-04-03T16:03:09.1668881Z [3946/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u24.c.o 2024-04-03T16:03:09.1677647Z [3947/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u64.c.o 2024-04-03T16:03:09.3078355Z [3947/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u32.c.o 2024-04-03T16:03:09.3088280Z [3948/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u8.c.o 2024-04-03T16:03:09.3917554Z [3948/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u40.c.o 2024-04-03T16:03:09.3923380Z [3949/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut8-p4-perm-u80.c.o 2024-04-03T16:03:09.4355404Z [3949/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u48.c.o 2024-04-03T16:03:09.4358789Z [3950/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-lut16-p3-gather-u16.c.o 2024-04-03T16:03:09.5514622Z [3950/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u56.c.o 2024-04-03T16:03:09.5517799Z [3951/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u24.c.o 2024-04-03T16:03:09.6339694Z [3951/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u64.c.o 2024-04-03T16:03:09.6348734Z [3952/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u32.c.o 2024-04-03T16:03:09.7761386Z [3952/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u72.c.o 2024-04-03T16:03:09.7764091Z [3953/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u40.c.o 2024-04-03T16:03:09.8862700Z [3953/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u80.c.o 2024-04-03T16:03:09.8868291Z [3954/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u48.c.o 2024-04-03T16:03:09.8946778Z [3954/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u8.c.o 2024-04-03T16:03:09.8950031Z [3955/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u56.c.o 2024-04-03T16:03:10.0542519Z [3955/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u16.c.o 2024-04-03T16:03:10.0545995Z [3956/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u64.c.o 2024-04-03T16:03:10.0860430Z [3956/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u24.c.o 2024-04-03T16:03:10.0870840Z [3957/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u72.c.o 2024-04-03T16:03:10.2144663Z [3957/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u32.c.o 2024-04-03T16:03:10.2155096Z [3958/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx2-rr1-p6-u80.c.o 2024-04-03T16:03:10.2599365Z [3958/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u40.c.o 2024-04-03T16:03:10.2603103Z [3959/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u8.c.o 2024-04-03T16:03:10.3072742Z [3959/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u48.c.o 2024-04-03T16:03:10.3076516Z [3960/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u16.c.o 2024-04-03T16:03:10.4503051Z [3960/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u56.c.o 2024-04-03T16:03:10.4513353Z [3961/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u24.c.o 2024-04-03T16:03:10.5077712Z [3961/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u64.c.o 2024-04-03T16:03:10.5088012Z [3962/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u32.c.o 2024-04-03T16:03:10.6536813Z [3962/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u72.c.o 2024-04-03T16:03:10.6548367Z [3963/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u48.c.o 2024-04-03T16:03:10.6691373Z [3963/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u80.c.o 2024-04-03T16:03:10.6701835Z [3964/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u40.c.o 2024-04-03T16:03:10.7578188Z [3964/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u88.c.o 2024-04-03T16:03:10.7588521Z [3965/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u56.c.o 2024-04-03T16:03:10.8396516Z [3965/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u96.c.o 2024-04-03T16:03:10.8400269Z [3966/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u72.c.o 2024-04-03T16:03:10.8857026Z [3966/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u8.c.o 2024-04-03T16:03:10.8861184Z [3967/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u64.c.o 2024-04-03T16:03:11.0552484Z [3967/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u16.c.o 2024-04-03T16:03:11.0562858Z [3968/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u88.c.o 2024-04-03T16:03:11.1386562Z [3968/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u24.c.o 2024-04-03T16:03:11.1396612Z [3969/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u80.c.o 2024-04-03T16:03:11.2003124Z [3969/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u32.c.o 2024-04-03T16:03:11.2006811Z [3970/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx2-p5-u96.c.o 2024-04-03T16:03:11.2584364Z [3970/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u40.c.o 2024-04-03T16:03:11.2588555Z [3971/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u16.c.o 2024-04-03T16:03:11.3005037Z [3971/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u48.c.o 2024-04-03T16:03:11.3008487Z [3972/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u8.c.o 2024-04-03T16:03:11.4543441Z [3972/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u56.c.o 2024-04-03T16:03:11.4553971Z [3973/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u24.c.o 2024-04-03T16:03:11.5431286Z [3973/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u64.c.o 2024-04-03T16:03:11.5441707Z [3974/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u40.c.o 2024-04-03T16:03:11.5828124Z [3974/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u72.c.o 2024-04-03T16:03:11.5838441Z [3975/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u32.c.o 2024-04-03T16:03:11.6779549Z [3975/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u80.c.o 2024-04-03T16:03:11.6783108Z [3976/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u48.c.o 2024-04-03T16:03:11.7504230Z [3976/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u88.c.o 2024-04-03T16:03:11.7510188Z [3977/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u56.c.o 2024-04-03T16:03:11.8673267Z [3977/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u96.c.o 2024-04-03T16:03:11.8676880Z [3978/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u64.c.o 2024-04-03T16:03:11.9460102Z [3978/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u8.c.o 2024-04-03T16:03:11.9463931Z [3979/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u80.c.o 2024-04-03T16:03:12.0027917Z [3979/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u16.c.o 2024-04-03T16:03:12.0031286Z [3980/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u72.c.o 2024-04-03T16:03:12.0826794Z [3980/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u24.c.o 2024-04-03T16:03:12.0833238Z [3981/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u96.c.o 2024-04-03T16:03:12.1165745Z [3981/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u32.c.o 2024-04-03T16:03:12.1169259Z [3982/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx2-p5-u88.c.o 2024-04-03T16:03:12.3759851Z [3982/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2024-04-03T16:03:12.3770330Z [3983/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u16.c.o 2024-04-03T16:03:12.4323633Z [3983/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u48.c.o 2024-04-03T16:03:12.4333903Z [3984/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u8.c.o 2024-04-03T16:03:12.4471804Z [3984/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u56.c.o 2024-04-03T16:03:12.4481076Z [3985/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u24.c.o 2024-04-03T16:03:12.5061159Z [3985/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u64.c.o 2024-04-03T16:03:12.5064687Z [3986/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u32.c.o 2024-04-03T16:03:12.6336411Z [3986/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u72.c.o 2024-04-03T16:03:12.6345407Z [3987/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u40.c.o 2024-04-03T16:03:12.8552117Z [3987/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u80.c.o 2024-04-03T16:03:12.8561121Z [3988/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u48.c.o 2024-04-03T16:03:12.8943126Z [3988/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.o 2024-04-03T16:03:12.8947467Z [3989/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u64.c.o 2024-04-03T16:03:12.9008023Z [3989/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.o 2024-04-03T16:03:12.9011765Z [3990/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u56.c.o 2024-04-03T16:03:13.0627861Z [3990/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.o 2024-04-03T16:03:13.0631666Z [3991/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u72.c.o 2024-04-03T16:03:13.2146800Z [3991/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.o 2024-04-03T16:03:13.2150793Z [3992/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-div-u80.c.o 2024-04-03T16:03:13.3400289Z [3992/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.o 2024-04-03T16:03:13.3403939Z [3993/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u8.c.o 2024-04-03T16:03:13.4431994Z [3993/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.o 2024-04-03T16:03:13.4442440Z [3994/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u24.c.o 2024-04-03T16:03:13.4493691Z [3994/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.o 2024-04-03T16:03:13.4497352Z [3995/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u16.c.o 2024-04-03T16:03:13.5581125Z [3995/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.o 2024-04-03T16:03:13.5584555Z [3996/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u32.c.o 2024-04-03T16:03:13.6044673Z [3996/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.o 2024-04-03T16:03:13.6047752Z [3997/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u40.c.o 2024-04-03T16:03:13.7981819Z [3997/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.o 2024-04-03T16:03:13.7985047Z [3998/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u48.c.o 2024-04-03T16:03:13.8731835Z [3998/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.o 2024-04-03T16:03:13.8735191Z [3999/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u56.c.o 2024-04-03T16:03:13.9242969Z [3999/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.o 2024-04-03T16:03:13.9246481Z [4000/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u64.c.o 2024-04-03T16:03:14.0479881Z [4000/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.o 2024-04-03T16:03:14.0483371Z [4001/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u80.c.o 2024-04-03T16:03:14.0903669Z [4001/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.o 2024-04-03T16:03:14.0907251Z [4002/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr1fma-u72.c.o 2024-04-03T16:03:14.2782577Z [4002/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.o 2024-04-03T16:03:14.2790360Z [4003/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u8.c.o 2024-04-03T16:03:14.3977916Z [4003/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.o 2024-04-03T16:03:14.3988573Z [4004/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u24.c.o 2024-04-03T16:03:14.4026288Z [4004/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.o 2024-04-03T16:03:14.4035562Z [4005/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u16.c.o 2024-04-03T16:03:14.5077902Z [4005/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.o 2024-04-03T16:03:14.5081369Z [4006/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u40.c.o 2024-04-03T16:03:14.5510648Z [4006/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.o 2024-04-03T16:03:14.5514267Z [4007/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u32.c.o 2024-04-03T16:03:14.7714799Z [4007/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.o 2024-04-03T16:03:14.7725101Z [4008/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u48.c.o 2024-04-03T16:03:14.8511174Z [4008/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-04-03T16:03:14.8515184Z [4009/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u64.c.o 2024-04-03T16:03:14.8950423Z [4009/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-04-03T16:03:14.8953172Z [4010/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u56.c.o 2024-04-03T16:03:14.9302916Z [4010/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-04-03T16:03:14.9310254Z [4011/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u72.c.o 2024-04-03T16:03:14.9952054Z [4011/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-04-03T16:03:14.9963517Z [4012/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx2-rr1-p5-nr2fma-u80.c.o 2024-04-03T16:03:15.2696751Z [4012/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-04-03T16:03:15.2700960Z [4013/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u8.c.o 2024-04-03T16:03:15.2796805Z [4013/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-04-03T16:03:15.2801233Z [4014/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-04-03T16:03:15.3133290Z [4014/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-04-03T16:03:15.3145210Z [4015/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u24.c.o 2024-04-03T16:03:15.4064390Z [4015/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-04-03T16:03:15.4075439Z [4016/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-04-03T16:03:15.4727566Z [4016/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-04-03T16:03:15.4732606Z [4017/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u40.c.o 2024-04-03T16:03:15.6758991Z [4017/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-04-03T16:03:15.6763148Z [4018/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-04-03T16:03:15.7394092Z [4018/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-04-03T16:03:15.7398273Z [4019/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-04-03T16:03:15.7475255Z [4019/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:03:15.7479457Z [4020/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u56.c.o 2024-04-03T16:03:15.9023030Z [4020/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-04-03T16:03:15.9026807Z [4021/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u72.c.o 2024-04-03T16:03:15.9554666Z [4021/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:03:15.9561423Z [4022/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-04-03T16:03:16.1157900Z [4022/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-04-03T16:03:16.1169249Z [4023/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u8.c.o 2024-04-03T16:03:16.1618583Z [4023/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:03:16.1622787Z [4024/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:03:16.2833404Z [4024/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-04-03T16:03:16.2846308Z [4025/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u24.c.o 2024-04-03T16:03:16.4056656Z [4025/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:03:16.4061030Z [4026/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u40.c.o 2024-04-03T16:03:16.4527969Z [4026/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-04-03T16:03:16.4532136Z [4027/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:03:16.5667168Z [4027/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:03:16.5677345Z [4028/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u56.c.o 2024-04-03T16:03:16.6194667Z [4028/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u8.c.o 2024-04-03T16:03:16.6198924Z [4029/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:03:16.7531317Z [4029/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-04-03T16:03:16.7535125Z [4030/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:03:16.8527325Z [4030/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u24.c.o 2024-04-03T16:03:16.8538716Z [4031/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u72.c.o 2024-04-03T16:03:16.9043000Z [4031/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-04-03T16:03:16.9047278Z [4032/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:03:16.9895742Z [4032/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u40.c.o 2024-04-03T16:03:16.9907394Z [4033/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u8.c.o 2024-04-03T16:03:17.1047600Z [4033/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-04-03T16:03:17.1052081Z [4034/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-04-03T16:03:17.2257676Z [4034/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u56.c.o 2024-04-03T16:03:17.2262113Z [4035/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u24.c.o 2024-04-03T16:03:17.3358887Z [4035/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-04-03T16:03:17.3363091Z [4036/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-04-03T16:03:17.3943327Z [4036/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u72.c.o 2024-04-03T16:03:17.3951958Z [4037/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u40.c.o 2024-04-03T16:03:17.5259461Z [4037/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-04-03T16:03:17.5263798Z [4038/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-04-03T16:03:17.5409199Z [4038/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u8.c.o 2024-04-03T16:03:17.5414111Z [4039/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u56.c.o 2024-04-03T16:03:17.7115935Z [4039/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-04-03T16:03:17.7127823Z [4040/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-04-03T16:03:17.8170503Z [4040/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u24.c.o 2024-04-03T16:03:17.8174853Z [4041/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u72.c.o 2024-04-03T16:03:17.8568897Z [4041/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-04-03T16:03:17.8573240Z [4042/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-04-03T16:03:17.9553564Z [4042/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u40.c.o 2024-04-03T16:03:17.9565470Z [4043/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-04-03T16:03:17.9994110Z [4043/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-04-03T16:03:17.9998706Z [4044/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u8.c.o 2024-04-03T16:03:18.1394677Z [4044/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u56.c.o 2024-04-03T16:03:18.1406643Z [4045/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u24.c.o 2024-04-03T16:03:18.2912724Z [4045/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-04-03T16:03:18.2924683Z [4046/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u40.c.o 2024-04-03T16:03:18.3263131Z [4046/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u72.c.o 2024-04-03T16:03:18.3267262Z [4047/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-04-03T16:03:18.3875957Z [4047/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-04-03T16:03:18.3879405Z [4048/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u56.c.o 2024-04-03T16:03:18.4298545Z [4048/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u8.c.o 2024-04-03T16:03:18.4302602Z [4049/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-04-03T16:03:18.6013443Z [4049/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-04-03T16:03:18.6025015Z [4050/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-04-03T16:03:18.6973583Z [4050/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u24.c.o 2024-04-03T16:03:18.6977892Z [4051/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-04-03T16:03:18.7390082Z [4051/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-04-03T16:03:18.7401740Z [4052/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u72.c.o 2024-04-03T16:03:18.9031611Z [4052/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u40.c.o 2024-04-03T16:03:18.9042929Z [4053/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u8.c.o 2024-04-03T16:03:18.9457896Z [4053/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-04-03T16:03:18.9469342Z [4054/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-04-03T16:03:19.0183436Z [4054/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u56.c.o 2024-04-03T16:03:19.0195052Z [4055/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u24.c.o 2024-04-03T16:03:19.1570311Z [4055/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-04-03T16:03:19.1582059Z [4056/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-04-03T16:03:19.2027107Z [4056/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u72.c.o 2024-04-03T16:03:19.2031005Z [4057/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u40.c.o 2024-04-03T16:03:19.3955695Z [4057/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-04-03T16:03:19.3966886Z [4058/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-04-03T16:03:19.4413473Z [4058/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u8.c.o 2024-04-03T16:03:19.4425211Z [4059/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u56.c.o 2024-04-03T16:03:19.5018724Z [4059/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:03:19.5023069Z [4060/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-04-03T16:03:19.6573510Z [4060/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u24.c.o 2024-04-03T16:03:19.6585283Z [4061/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u72.c.o 2024-04-03T16:03:19.6981369Z [4061/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:03:19.6985564Z [4062/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-04-03T16:03:19.8360476Z [4062/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u40.c.o 2024-04-03T16:03:19.8372067Z [4063/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u8.c.o 2024-04-03T16:03:19.9198040Z [4063/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:03:19.9209550Z [4064/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:03:19.9588844Z [4064/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u56.c.o 2024-04-03T16:03:19.9593080Z [4065/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u24.c.o 2024-04-03T16:03:20.1233849Z [4065/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:03:20.1245626Z [4066/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:03:20.1778076Z [4066/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u72.c.o 2024-04-03T16:03:20.1782410Z [4067/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u40.c.o 2024-04-03T16:03:20.2962355Z [4067/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:03:20.2967651Z [4068/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:03:20.4043427Z [4068/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T16:03:20.4054720Z [4069/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u56.c.o 2024-04-03T16:03:20.4554190Z [4069/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:03:20.4565202Z [4070/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:03:20.6162780Z [4070/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T16:03:20.6166937Z [4071/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:03:20.6601292Z [4071/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T16:03:20.6605282Z [4072/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u72.c.o 2024-04-03T16:03:20.7411786Z [4072/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-04-03T16:03:20.7422684Z [4073/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u8.c.o 2024-04-03T16:03:20.8612208Z [4073/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T16:03:20.8623225Z [4074/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:03:20.8981772Z [4074/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-04-03T16:03:20.8992531Z [4075/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u24.c.o 2024-04-03T16:03:21.0295618Z [4075/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T16:03:21.0306906Z [4076/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T16:03:21.1556688Z [4076/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-04-03T16:03:21.1567518Z [4077/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u40.c.o 2024-04-03T16:03:21.1635414Z [4077/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T16:03:21.1645718Z [4078/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T16:03:21.3504540Z [4078/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T16:03:21.3515272Z [4079/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u56.c.o 2024-04-03T16:03:21.3895019Z [4079/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:03:21.3898654Z [4080/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T16:03:21.4729654Z [4080/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T16:03:21.4733513Z [4081/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u72.c.o 2024-04-03T16:03:21.5992493Z [4081/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T16:03:21.5996419Z [4082/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T16:03:21.6871012Z [4082/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-04-03T16:03:21.6874877Z [4083/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u8.c.o 2024-04-03T16:03:21.7946453Z [4083/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T16:03:21.7949754Z [4084/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:03:21.8433003Z [4084/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-04-03T16:03:21.8436985Z [4085/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u24.c.o 2024-04-03T16:03:21.9343074Z [4085/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T16:03:21.9346940Z [4086/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T16:03:22.0841226Z [4086/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-04-03T16:03:22.0845184Z [4087/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u40.c.o 2024-04-03T16:03:22.1889944Z [4087/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T16:03:22.1894253Z [4088/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T16:03:22.2656101Z [4088/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-04-03T16:03:22.2661356Z [4089/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u56.c.o 2024-04-03T16:03:22.3406804Z [4089/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-04-03T16:03:22.3410042Z [4090/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T16:03:22.3455655Z [4090/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-04-03T16:03:22.3459550Z [4091/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u72.c.o 2024-04-03T16:03:22.5558552Z [4091/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-04-03T16:03:22.5570505Z [4092/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T16:03:22.6719596Z [4092/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-04-03T16:03:22.6731117Z [4093/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u8.c.o 2024-04-03T16:03:22.7107936Z [4093/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-04-03T16:03:22.7113197Z [4094/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u16.c.o 2024-04-03T16:03:22.7752174Z [4094/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-04-03T16:03:22.7756108Z [4095/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u24.c.o 2024-04-03T16:03:22.9202441Z [4095/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-04-03T16:03:22.9213558Z [4096/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u32.c.o 2024-04-03T16:03:23.0290149Z [4096/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-04-03T16:03:23.0301127Z [4097/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u40.c.o 2024-04-03T16:03:23.1452018Z [4097/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-04-03T16:03:23.1462976Z [4098/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u48.c.o 2024-04-03T16:03:23.2382428Z [4098/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p2.c.o 2024-04-03T16:03:23.2393895Z [4099/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u56.c.o 2024-04-03T16:03:23.3079903Z [4099/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p3.c.o 2024-04-03T16:03:23.3083328Z [4100/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u64.c.o 2024-04-03T16:03:23.3801421Z [4100/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p2.c.o 2024-04-03T16:03:23.3804941Z [4101/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u72.c.o 2024-04-03T16:03:23.4416132Z [4101/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p3.c.o 2024-04-03T16:03:23.4419885Z [4102/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx2-expm1minus-rr1-p6h5ts-nr1adj-u80.c.o 2024-04-03T16:03:23.5322629Z [4102/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-div.c.o 2024-04-03T16:03:23.5326242Z [4103/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p2.c.o 2024-04-03T16:03:23.6743823Z [4103/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-rcp.c.o 2024-04-03T16:03:23.6747003Z [4104/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expm1minus-avx2-rr1-p3.c.o 2024-04-03T16:03:23.7868432Z [4104/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-div.c.o 2024-04-03T16:03:23.7874095Z [4105/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p3.c.o 2024-04-03T16:03:23.8449763Z [4105/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-rcp.c.o 2024-04-03T16:03:23.8459245Z [4106/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-expminus-avx2-rr1-p2.c.o 2024-04-03T16:03:23.8707887Z [4106/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p3-perm.c.o 2024-04-03T16:03:23.8717688Z [4107/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-div.c.o 2024-04-03T16:03:23.9389421Z [4107/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p4-perm.c.o 2024-04-03T16:03:23.9399231Z [4108/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p2-rcp.c.o 2024-04-03T16:03:24.1288824Z [4108/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-p5.c.o 2024-04-03T16:03:24.1298556Z [4109/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-div.c.o 2024-04-03T16:03:24.2124588Z [4109/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut4-p4-perm.c.o 2024-04-03T16:03:24.2127482Z [4110/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f16-sigmoid-avx2-rr1-p3-rcp.c.o 2024-04-03T16:03:24.2590649Z [4110/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut8-p4-perm.c.o 2024-04-03T16:03:24.2596293Z [4111/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p3-perm.c.o 2024-04-03T16:03:24.3343336Z [4111/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut16-p3-gather.c.o 2024-04-03T16:03:24.3346696Z [4112/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-lut8-p4-perm.c.o 2024-04-03T16:03:24.3890345Z [4112/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-p6.c.o 2024-04-03T16:03:24.3900232Z [4113/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx2-rr2-p5.c.o 2024-04-03T16:03:24.5115779Z [4113/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr1-p5.c.o 2024-04-03T16:03:24.5118905Z [4114/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut4-p4-perm.c.o 2024-04-03T16:03:24.5644550Z [4114/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr2-p5.c.o 2024-04-03T16:03:24.5647774Z [4115/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut8-p4-perm.c.o 2024-04-03T16:03:24.6021782Z [4115/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx2-p5.c.o 2024-04-03T16:03:24.6026261Z [4116/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-lut16-p3-gather.c.o 2024-04-03T16:03:24.7845493Z [4116/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-div.c.o 2024-04-03T16:03:24.7855543Z [4117/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx2-rr1-p6.c.o 2024-04-03T16:03:24.8758916Z [4117/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2024-04-03T16:03:24.8762207Z [4118/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr1-p5.c.o 2024-04-03T16:03:24.9257808Z [4118/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2024-04-03T16:03:24.9261212Z [4119/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expminus-avx2-rr2-p5.c.o 2024-04-03T16:03:24.9964021Z [4119/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2024-04-03T16:03:24.9967206Z [4120/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx2-p5.c.o 2024-04-03T16:03:25.0440725Z [4120/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-div.c.o 2024-04-03T16:03:25.0451038Z [4121/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-div.c.o 2024-04-03T16:03:25.1972123Z [4121/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr1fma.c.o 2024-04-03T16:03:25.1982083Z [4122/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr1fma.c.o 2024-04-03T16:03:25.3134903Z [4122/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr2fma.c.o 2024-04-03T16:03:25.3138497Z [4123/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma1adj.c.o 2024-04-03T16:03:25.3371716Z [4123/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-div.c.o 2024-04-03T16:03:25.3375321Z [4124/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-lut64-p2-gather-nr2fma.c.o 2024-04-03T16:03:25.4281973Z [4124/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2024-04-03T16:03:25.4285545Z [4125/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr1fma.c.o 2024-04-03T16:03:25.4710707Z [4125/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2024-04-03T16:03:25.4716525Z [4126/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-div.c.o 2024-04-03T16:03:25.6254157Z [4126/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2024-04-03T16:03:25.6257932Z [4127/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-div.c.o 2024-04-03T16:03:25.6320096Z [4127/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-div.c.o 2024-04-03T16:03:25.6323111Z [4128/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr1-p5-nr2fma.c.o 2024-04-03T16:03:25.7524655Z [4128/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr1fma.c.o 2024-04-03T16:03:25.7530528Z [4129/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr1fma.c.o 2024-04-03T16:03:25.8743983Z [4129/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr2fma.c.o 2024-04-03T16:03:25.8754236Z [4130/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma1adj.c.o 2024-04-03T16:03:25.9156674Z [4130/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c.o 2024-04-03T16:03:25.9166924Z [4131/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-lut64-p2-gather-nr2fma.c.o 2024-04-03T16:03:26.0215725Z [4131/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c.o 2024-04-03T16:03:26.0226656Z [4132/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-div.c.o 2024-04-03T16:03:26.0417296Z [4132/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-04-03T16:03:26.0428001Z [4133/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr1fma.c.o 2024-04-03T16:03:26.1677312Z [4133/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-04-03T16:03:26.1687950Z [4134/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx2-rr2-p5-nr2fma.c.o 2024-04-03T16:03:26.3560619Z [4134/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-04-03T16:03:26.3571648Z [4135/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-div.c.o 2024-04-03T16:03:26.3843706Z [4135/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-04-03T16:03:26.3847462Z [4136/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f16-tanh-avx2-expm1minus-rr1-p3h2ts-rcp.c.o 2024-04-03T16:03:26.4395926Z [4136/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-04-03T16:03:26.4400350Z [4137/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-04-03T16:03:26.5221338Z [4137/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-04-03T16:03:26.5225114Z [4138/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-04-03T16:03:26.6470303Z [4138/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-04-03T16:03:26.6480854Z [4139/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-04-03T16:03:26.7854745Z [4139/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-04-03T16:03:26.7866029Z [4140/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-04-03T16:03:26.8405422Z [4140/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:03:26.8415896Z [4141/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-04-03T16:03:26.8928219Z [4141/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:03:26.8937957Z [4142/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-04-03T16:03:26.9032554Z [4142/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-04-03T16:03:26.9040921Z [4143/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-04-03T16:03:27.0541184Z [4143/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.0551161Z [4144/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-04-03T16:03:27.1859627Z [4144/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.1863185Z [4145/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:03:27.2820083Z [4145/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.2823771Z [4146/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:03:27.3575354Z [4146/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.3579541Z [4147/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx2-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-04-03T16:03:27.4043186Z [4147/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.4046809Z [4148/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.5906132Z [4148/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.5917083Z [4149/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.6818490Z [4149/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.6822951Z [4150/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.7436721Z [4150/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.7447607Z [4151/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.8580172Z [4151/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.8583915Z [4152/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.8976731Z [4152/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:27.8980622Z [4153/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.1047611Z [4153/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.1051339Z [4154/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.1548707Z [4154/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.1552657Z [4155/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.1951651Z [4155/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.1962384Z [4156/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.3266452Z [4156/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.3277106Z [4157/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.3562231Z [4157/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.3566026Z [4158/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.6207174Z [4158/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.6221215Z [4159/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.6851839Z [4159/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.6855918Z [4160/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.7625160Z [4160/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.7628852Z [4161/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.7886217Z [4161/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.7889434Z [4162/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.8564552Z [4162/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:28.8570929Z [4163/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.1631652Z [4163/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.1642845Z [4164/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.1950741Z [4164/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.1961175Z [4165/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.2630704Z [4165/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.2641267Z [4166/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.3333287Z [4166/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.3343155Z [4167/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.3761960Z [4167/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:29.3772097Z [4168/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.6286565Z [4168/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:29.6296856Z [4169/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.6592142Z [4169/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:29.6596158Z [4170/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.7326428Z [4170/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:29.7337413Z [4171/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx2.c.o 2024-04-03T16:03:29.7878041Z [4171/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:29.7888953Z [4172/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:29.9527387Z [4172/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:29.9538596Z [4173/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:30.1247611Z [4173/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:30.1259356Z [4174/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:30.1744628Z [4174/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:30.1755912Z [4175/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:30.1863636Z [4175/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:30.1875130Z [4176/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:30.2339711Z [4176/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:30.2350606Z [4177/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:30.5067695Z [4177/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:30.5078188Z [4178/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:30.5857605Z [4178/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:30.5869018Z [4179/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:30.6417809Z [4179/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:30.6422216Z [4180/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:30.6749986Z [4180/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:30.6754928Z [4181/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:30.6850410Z [4181/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:30.6854661Z [4182/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:30.9956203Z [4182/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:30.9960770Z [4183/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:31.0337407Z [4183/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:31.0342027Z [4184/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:31.1643426Z [4184/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:31.1648260Z [4185/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:31.1802880Z [4185/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:31.1806439Z [4186/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:31.2278857Z [4186/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:31.2282925Z [4187/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:31.4827237Z [4187/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:31.4839035Z [4188/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:31.5760328Z [4188/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:31.5771499Z [4189/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:31.6124668Z [4189/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:31.6135672Z [4190/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:31.6880751Z [4190/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:31.6884642Z [4191/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:31.7710969Z [4191/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:31.7715422Z [4192/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:31.9331368Z [4192/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:31.9335700Z [4193/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:32.0067856Z [4193/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:32.0072159Z [4194/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:32.1077388Z [4194/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:32.1084084Z [4195/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:32.1487891Z [4195/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:32.1491703Z [4196/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:32.3527461Z [4196/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:32.3531296Z [4197/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:32.4491280Z [4197/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:32.4495318Z [4198/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:32.4926580Z [4198/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:32.4930176Z [4199/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:32.5776094Z [4199/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:32.5787187Z [4200/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:32.6284254Z [4200/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:32.6287481Z [4201/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:32.8601628Z [4201/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:32.8608159Z [4202/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:32.9991189Z [4202/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:33.0001759Z [4203/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:33.0359490Z [4203/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:33.0363472Z [4204/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:33.1509851Z [4204/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:33.1513952Z [4205/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:33.1936994Z [4205/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:33.1943589Z [4206/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:33.3968266Z [4206/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:33.4072576Z [4207/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:33.4340900Z [4207/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:33.4351288Z [4208/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:33.5150828Z [4208/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:33.5161702Z [4209/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:33.6864449Z [4209/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:33.6871360Z [4210/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:33.7007009Z [4210/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:33.7018147Z [4211/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:33.8405847Z [4211/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:33.8409565Z [4212/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:33.9201725Z [4212/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2024-04-03T16:03:33.9205165Z [4213/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:34.0306378Z [4213/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u24.c.o 2024-04-03T16:03:34.0312457Z [4214/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:34.0675930Z [4214/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u32.c.o 2024-04-03T16:03:34.0679044Z [4215/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:34.2047605Z [4215/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u64.c.o 2024-04-03T16:03:34.2050722Z [4216/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u16.c.o 2024-04-03T16:03:34.2903359Z [4216/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u8.c.o 2024-04-03T16:03:34.2914024Z [4217/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:34.3325640Z [4217/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2024-04-03T16:03:34.3334708Z [4218/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u24.c.o 2024-04-03T16:03:34.4222228Z [4218/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u24.c.o 2024-04-03T16:03:34.4224523Z [4219/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u32.c.o 2024-04-03T16:03:34.4314108Z [4219/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u32.c.o 2024-04-03T16:03:34.4317314Z [4220/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f16-vcvt/gen/qs8-f16-vcvt-avx2-u64.c.o 2024-04-03T16:03:34.5957294Z [4220/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:34.5960876Z [4221/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u8.c.o 2024-04-03T16:03:34.7036119Z [4221/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:34.7047121Z [4222/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u16.c.o 2024-04-03T16:03:34.7491425Z [4222/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:34.7501698Z [4223/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u24.c.o 2024-04-03T16:03:34.8383594Z [4223/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:34.8394332Z [4224/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx2-u32.c.o 2024-04-03T16:03:34.8757860Z [4224/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:34.8768800Z [4225/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:35.1371437Z [4225/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:35.1380132Z [4226/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:35.2094700Z [4226/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:35.2099254Z [4227/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:35.2431939Z [4227/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:35.2439231Z [4228/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:35.3394282Z [4228/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:35.3405705Z [4229/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:35.4149291Z [4229/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:35.4160893Z [4230/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:35.6152062Z [4230/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:35.6162391Z [4231/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:35.6547222Z [4231/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:35.6557129Z [4232/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:35.7154361Z [4232/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:35.7165294Z [4233/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:35.8920001Z [4233/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:35.8931595Z [4234/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:36.0059830Z [4234/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:36.0071084Z [4235/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:36.1932952Z [4235/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:36.1937254Z [4236/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:36.2625548Z [4236/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:36.2630320Z [4237/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:36.2669415Z [4237/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:36.2673804Z [4238/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:36.4580062Z [4238/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:36.4590426Z [4239/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:36.5082985Z [4239/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:36.5093738Z [4240/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:36.7188137Z [4240/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:36.7192631Z [4241/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:36.7305076Z [4241/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:36.7317252Z [4242/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:36.7993313Z [4242/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:36.8005017Z [4243/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:36.9262400Z [4243/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:36.9266741Z [4244/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:37.0270156Z [4244/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:37.0274371Z [4245/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:37.1217329Z [4245/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:37.1222264Z [4246/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:37.3355508Z [4246/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:37.3360278Z [4247/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:37.3511121Z [4247/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:37.3516426Z [4248/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:37.4764814Z [4248/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:37.4775857Z [4249/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:37.5509716Z [4249/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:37.5521471Z [4250/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:37.5850189Z [4250/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:37.5861478Z [4251/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:37.7880518Z [4251/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:37.7891982Z [4252/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s16r-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:37.8264480Z [4252/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:37.8268657Z [4253/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:37.9272754Z [4253/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:37.9277190Z [4254/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:38.0231881Z [4254/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:38.0243619Z [4255/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:38.1403521Z [4255/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:38.1415147Z [4256/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:38.2522044Z [4256/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:38.2525796Z [4257/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:38.3392947Z [4257/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:38.3397276Z [4258/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:38.4033752Z [4258/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:38.4038309Z [4259/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:38.5013192Z [4259/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:38.5024631Z [4260/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:38.5681871Z [4260/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:38.5690124Z [4261/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:38.6987121Z [4261/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:38.6991309Z [4262/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:38.8655836Z [4262/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:38.8660472Z [4263/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:38.8674463Z [4263/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:38.8679709Z [4264/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:39.0208952Z [4264/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:39.0213439Z [4265/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:39.0619940Z [4265/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:39.0630835Z [4266/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:39.2038257Z [4266/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.2049609Z [4267/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-add16-vpunpck.c.o 2024-04-03T16:03:39.3795115Z [4267/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.3806268Z [4268/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpmovsx.c.o 2024-04-03T16:03:39.4403511Z [4268/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.4414868Z [4269/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul16-vpunpck.c.o 2024-04-03T16:03:39.4691371Z [4269/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.4703094Z [4270/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:39.6264670Z [4270/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.6275541Z [4271/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.7313467Z [4271/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.7316986Z [4272/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.8627283Z [4272/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.8632554Z [4273/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.9185703Z [4273/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:39.9189498Z [4274/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:40.0085874Z [4274/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:03:40.0089713Z [4275/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:40.0754494Z [4275/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:03:40.0758741Z [4276/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:40.2411973Z [4276/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u24.c.o 2024-04-03T16:03:40.2416233Z [4277/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:40.2730456Z [4277/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u32.c.o 2024-04-03T16:03:40.2734835Z [4278/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:40.3480120Z [4278/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:03:40.3483672Z [4279/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:03:40.5325128Z [4279/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:03:40.5337459Z [4280/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:03:40.5726918Z [4280/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.o 2024-04-03T16:03:40.5729967Z [4281/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u24.c.o 2024-04-03T16:03:40.6237696Z [4281/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.o 2024-04-03T16:03:40.6241531Z [4282/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx2-mul32-ld64-u32.c.o 2024-04-03T16:03:40.6768189Z [4282/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u16.c.o 2024-04-03T16:03:40.6771263Z [4283/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:03:40.7800596Z [4283/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2024-04-03T16:03:40.7803683Z [4284/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:03:40.9501539Z [4284/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u64.c.o 2024-04-03T16:03:40.9505219Z [4285/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u32.c.o 2024-04-03T16:03:41.0239306Z [4285/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u16.c.o 2024-04-03T16:03:41.0242642Z [4286/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx2-mul32-ld64-u24.c.o 2024-04-03T16:03:41.1148941Z [4286/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2024-04-03T16:03:41.1151925Z [4287/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u32.c.o 2024-04-03T16:03:41.2013140Z [4287/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u64.c.o 2024-04-03T16:03:41.2017471Z [4288/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u16.c.o 2024-04-03T16:03:41.3013879Z [4288/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.3018700Z [4289/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vcvt/gen/qs8-vcvt-avx2-u64.c.o 2024-04-03T16:03:41.3530253Z [4289/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.3533740Z [4290/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u32.c.o 2024-04-03T16:03:41.4098758Z [4290/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.4109618Z [4291/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u16.c.o 2024-04-03T16:03:41.5503031Z [4291/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.5513955Z [4292/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vlrelu/gen/qs8-vlrelu-avx2-u64.c.o 2024-04-03T16:03:41.7032409Z [4292/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.7043606Z [4293/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.8363537Z [4293/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.8375171Z [4294/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.8795249Z [4294/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.8806257Z [4295/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.9839354Z [4295/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:41.9843847Z [4296/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.1054489Z [4296/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.1061168Z [4297/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.1412130Z [4297/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.1415751Z [4298/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.3129625Z [4298/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.3139998Z [4299/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l8c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.3559220Z [4299/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.3563519Z [4300/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.5007041Z [4300/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.5010536Z [4301/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c8s8r-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.6088916Z [4301/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.6093235Z [4302/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.6433509Z [4302/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.6440765Z [4303/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.8078066Z [4303/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u8.c.o 2024-04-03T16:03:42.8088756Z [4304/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.8477905Z [4304/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2024-04-03T16:03:42.8488777Z [4305/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p8c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:42.9889825Z [4305/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u24.c.o 2024-04-03T16:03:42.9900565Z [4306/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:43.1042398Z [4306/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u32.c.o 2024-04-03T16:03:43.1052396Z [4307/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u8.c.o 2024-04-03T16:03:43.1256926Z [4307/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.1267596Z [4308/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx2-mul32.c.o 2024-04-03T16:03:43.2428134Z [4308/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.2438723Z [4309/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u16.c.o 2024-04-03T16:03:43.3083502Z [4309/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.3093362Z [4310/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u24.c.o 2024-04-03T16:03:43.4527997Z [4310/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.4531797Z [4311/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx2-u32.c.o 2024-04-03T16:03:43.4926875Z [4311/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.4938103Z [4312/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.5646681Z [4312/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.5658082Z [4313/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.7387444Z [4313/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.7390791Z [4314/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.8179527Z [4314/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.8182817Z [4315/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.9364512Z [4315/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:03:43.9374762Z [4316/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:43.9830088Z [4316/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:03:43.9833384Z [4317/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:44.0358624Z [4317/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:03:44.0362287Z [4318/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:44.2275791Z [4318/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:03:44.2280213Z [4319/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx2.c.o 2024-04-03T16:03:44.2805323Z [4319/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u16.c.o 2024-04-03T16:03:44.2817478Z [4320/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:03:44.3881860Z [4320/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2024-04-03T16:03:44.3893167Z [4321/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:03:44.4215135Z [4321/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u64.c.o 2024-04-03T16:03:44.4218842Z [4322/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u8.c.o 2024-04-03T16:03:44.4865296Z [4322/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u16.c.o 2024-04-03T16:03:44.4868644Z [4323/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx2-mul32-ld64-u16.c.o 2024-04-03T16:03:44.6716168Z [4323/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2024-04-03T16:03:44.6719236Z [4324/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u16.c.o 2024-04-03T16:03:44.7548549Z [4324/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u64.c.o 2024-04-03T16:03:44.7553778Z [4325/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u32.c.o 2024-04-03T16:03:44.7799784Z [4325/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u32.c.o 2024-04-03T16:03:44.7803737Z [4326/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vcvt/gen/qu8-vcvt-avx2-u64.c.o 2024-04-03T16:03:44.8608332Z [4326/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u64.c.o 2024-04-03T16:03:44.8618116Z [4327/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u16.c.o 2024-04-03T16:03:44.9025901Z [4327/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u96.c.o 2024-04-03T16:03:44.9035799Z [4328/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u32.c.o 2024-04-03T16:03:45.1139672Z [4328/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2024-04-03T16:03:45.1149107Z [4329/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u64.c.o 2024-04-03T16:03:45.1654664Z [4329/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-mov-avx2.c.o 2024-04-03T16:03:45.1665060Z [4330/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u32.c.o 2024-04-03T16:03:45.1999218Z [4330/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2024-04-03T16:03:45.2009719Z [4331/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vlrelu/gen/qu8-vlrelu-avx2-u64.c.o 2024-04-03T16:03:45.2619716Z [4331/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16-prfm.c.o 2024-04-03T16:03:45.2628868Z [4332/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u96.c.o 2024-04-03T16:03:45.3074234Z [4332/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16.c.o 2024-04-03T16:03:45.3077127Z [4333/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx2-u128.c.o 2024-04-03T16:03:45.5217228Z [4333/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2024-04-03T16:03:45.5221112Z [4334/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-mov-avx2.c.o 2024-04-03T16:03:45.5781233Z [4334/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16.c.o 2024-04-03T16:03:45.5792017Z [4335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-transposec/gen/x8-transposec-32x32-reuse-switch-avx2.c.o 2024-04-03T16:03:45.5827722Z [4335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-mov-avx2.c.o 2024-04-03T16:03:45.5831355Z [4336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16-prfm.c.o 2024-04-03T16:03:45.7031845Z [4336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2024-04-03T16:03:45.7043836Z [4337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x8-gemm-goi-avx2-u16.c.o 2024-04-03T16:03:45.7121023Z [4337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:45.7131259Z [4338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16-prfm.c.o 2024-04-03T16:03:45.8918539Z [4338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2024-04-03T16:03:45.8924361Z [4339/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-packw/gen/x16-packw-x16-gemm-goi-avx2-u16.c.o 2024-04-03T16:03:45.9964669Z [4339/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:45.9970739Z [4340/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-switch-avx2.c.o 2024-04-03T16:03:46.0456691Z [4340/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f.c.o 2024-04-03T16:03:46.0460740Z [4341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x16-transposec/gen/x16-transposec-16x16-reuse-mov-avx2.c.o 2024-04-03T16:03:46.2198333Z [4341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:46.2210012Z [4342/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:46.2306079Z [4342/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2024-04-03T16:03:46.2316580Z [4343/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p16c-minmax-avx512f.c.o 2024-04-03T16:03:46.3559314Z [4343/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:46.3569732Z [4344/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:46.4716003Z [4344/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f.c.o 2024-04-03T16:03:46.4726527Z [4345/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-3p32c-minmax-avx512f.c.o 2024-04-03T16:03:46.5683448Z [4345/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.o 2024-04-03T16:03:46.5687096Z [4346/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:46.7494034Z [4346/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.o 2024-04-03T16:03:46.7505020Z [4347/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p16c-minmax-avx512f.c.o 2024-04-03T16:03:46.7536637Z [4347/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.o 2024-04-03T16:03:46.7545923Z [4348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:46.8795617Z [4348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2024-04-03T16:03:46.8799335Z [4349/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-4p32c-minmax-avx512f.c.o 2024-04-03T16:03:46.9221547Z [4349/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:46.9232238Z [4350/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f-acc2.c.o 2024-04-03T16:03:47.0904515Z [4350/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2024-04-03T16:03:47.0907631Z [4351/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l16c16s1r-minmax-avx512f.c.o 2024-04-03T16:03:47.2238603Z [4351/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:47.2249200Z [4352/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f.c.o 2024-04-03T16:03:47.2303237Z [4352/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f.c.o 2024-04-03T16:03:47.2313952Z [4353/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-5f5m5l32c16s1r-minmax-avx512f-acc2.c.o 2024-04-03T16:03:47.3558642Z [4353/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:47.3570577Z [4354/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:47.4044155Z [4354/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2024-04-03T16:03:47.4048066Z [4355/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p16c-minmax-avx512f.c.o 2024-04-03T16:03:47.5913768Z [4355/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:47.5917056Z [4356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:47.6578619Z [4356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f.c.o 2024-04-03T16:03:47.6581946Z [4357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-9p32c-minmax-avx512f.c.o 2024-04-03T16:03:47.6999410Z [4357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:47.7003596Z [4358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:47.8758924Z [4358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:47.8762898Z [4359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p16c-minmax-avx512f.c.o 2024-04-03T16:03:47.9389533Z [4359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:47.9396466Z [4360/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f-acc2.c.o 2024-04-03T16:03:48.0427400Z [4360/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.0438742Z [4361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-dwconv/gen/f32-dwconv-25p32c-minmax-avx512f.c.o 2024-04-03T16:03:48.1597002Z [4361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.1607338Z [4362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-1x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.2161220Z [4362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.2171961Z [4363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-4x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.3831527Z [4363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.3835539Z [4364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-6x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.4721841Z [4364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.4731287Z [4365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-5x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.6019951Z [4365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.6029784Z [4366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-7x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.7293685Z [4366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.7305906Z [4367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemm/gen/f32-gemm-8x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.7341167Z [4367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.7345055Z [4368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-1x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.9237618Z [4368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.9247493Z [4369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-4x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.9602470Z [4369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:48.9605991Z [4370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-5x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.1215973Z [4370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.1220122Z [4371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-6x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.2757564Z [4371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.2769820Z [4372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-7x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.3337345Z [4372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.3349738Z [4373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-gemminc/gen/f32-gemminc-8x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.3477501Z [4373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.3487134Z [4374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-1x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.5159607Z [4374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.5163411Z [4375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-4x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.5494088Z [4375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x16.c.o 2024-04-03T16:03:49.5497888Z [4376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-5x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.7563537Z [4376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x32.c.o 2024-04-03T16:03:49.7569327Z [4377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-7x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.7874233Z [4377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.o 2024-04-03T16:03:49.7878398Z [4378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-6x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.8377318Z [4378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.o 2024-04-03T16:03:49.8388251Z [4379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-igemm/gen/f32-igemm-8x16-minmax-avx512f-broadcast.c.o 2024-04-03T16:03:49.8747598Z [4379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128.c.o 2024-04-03T16:03:49.8751054Z [4380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x16.c.o 2024-04-03T16:03:49.8967267Z [4380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.o 2024-04-03T16:03:49.8970835Z [4381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-prelu/gen/f32-prelu-avx512f-2x32.c.o 2024-04-03T16:03:50.1392586Z [4381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144.c.o 2024-04-03T16:03:50.1396664Z [4382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc2.c.o 2024-04-03T16:03:50.1680332Z [4382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.o 2024-04-03T16:03:50.1684463Z [4383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128-acc4.c.o 2024-04-03T16:03:50.2610939Z [4383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.o 2024-04-03T16:03:50.2615917Z [4384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u128.c.o 2024-04-03T16:03:50.3094312Z [4384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160.c.o 2024-04-03T16:03:50.3099786Z [4385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144-acc3.c.o 2024-04-03T16:03:50.4151707Z [4385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.o 2024-04-03T16:03:50.4163228Z [4386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u144.c.o 2024-04-03T16:03:50.5189811Z [4386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.o 2024-04-03T16:03:50.5200776Z [4387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc2.c.o 2024-04-03T16:03:50.5695827Z [4387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.o 2024-04-03T16:03:50.5706794Z [4388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160-acc5.c.o 2024-04-03T16:03:50.6718229Z [4388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192.c.o 2024-04-03T16:03:50.6722352Z [4389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u160.c.o 2024-04-03T16:03:50.7641769Z [4389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.o 2024-04-03T16:03:50.7650511Z [4390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc2.c.o 2024-04-03T16:03:50.8085577Z [4390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.o 2024-04-03T16:03:50.8095660Z [4391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc3.c.o 2024-04-03T16:03:50.8803244Z [4391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128.c.o 2024-04-03T16:03:50.8808174Z [4392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192-acc6.c.o 2024-04-03T16:03:50.9928194Z [4392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.o 2024-04-03T16:03:50.9932110Z [4393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddexpminusmax/gen/f32-raddexpminusmax-avx512f-p5-scalef-u192.c.o 2024-04-03T16:03:51.0433782Z [4393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144.c.o 2024-04-03T16:03:51.0444330Z [4394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc2.c.o 2024-04-03T16:03:51.2128800Z [4394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.o 2024-04-03T16:03:51.2139398Z [4395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128.c.o 2024-04-03T16:03:51.2277259Z [4395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.o 2024-04-03T16:03:51.2287727Z [4396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u128-acc4.c.o 2024-04-03T16:03:51.3359278Z [4396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160.c.o 2024-04-03T16:03:51.3370088Z [4397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144-acc3.c.o 2024-04-03T16:03:51.3983234Z [4397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.o 2024-04-03T16:03:51.3987176Z [4398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u144.c.o 2024-04-03T16:03:51.4669412Z [4398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.o 2024-04-03T16:03:51.4679456Z [4399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc2.c.o 2024-04-03T16:03:51.6172678Z [4399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.o 2024-04-03T16:03:51.6176957Z [4400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160-acc5.c.o 2024-04-03T16:03:51.6201993Z [4400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192.c.o 2024-04-03T16:03:51.6205796Z [4401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u160.c.o 2024-04-03T16:03:51.8141043Z [4401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc2.c.o 2024-04-03T16:03:51.8153420Z [4402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc2.c.o 2024-04-03T16:03:51.8525484Z [4402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc4.c.o 2024-04-03T16:03:51.8529696Z [4403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc3.c.o 2024-04-03T16:03:51.9658632Z [4403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.o 2024-04-03T16:03:51.9662934Z [4404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192-acc6.c.o 2024-04-03T16:03:52.0472709Z [4404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144-acc3.c.o 2024-04-03T16:03:52.0477360Z [4405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc2.c.o 2024-04-03T16:03:52.0807486Z [4405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.o 2024-04-03T16:03:52.0819173Z [4406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddextexp/gen/f32-raddextexp-avx512f-p5-scalef-u192.c.o 2024-04-03T16:03:52.2269106Z [4406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc2.c.o 2024-04-03T16:03:52.2281407Z [4407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128-acc4.c.o 2024-04-03T16:03:52.2779612Z [4407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc5.c.o 2024-04-03T16:03:52.2784225Z [4408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u128.c.o 2024-04-03T16:03:52.3917101Z [4408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.o 2024-04-03T16:03:52.3929175Z [4409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144-acc3.c.o 2024-04-03T16:03:52.4352035Z [4409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc2.c.o 2024-04-03T16:03:52.4356330Z [4410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u144.c.o 2024-04-03T16:03:52.5233270Z [4410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc3.c.o 2024-04-03T16:03:52.5237871Z [4411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc2.c.o 2024-04-03T16:03:52.6606226Z [4411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc6.c.o 2024-04-03T16:03:52.6610681Z [4412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160-acc5.c.o 2024-04-03T16:03:52.7036638Z [4412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.o 2024-04-03T16:03:52.7040768Z [4413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u160.c.o 2024-04-03T16:03:52.8454939Z [4413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u16.c.o 2024-04-03T16:03:52.8460285Z [4414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc3.c.o 2024-04-03T16:03:52.8838710Z [4414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u32-acc2.c.o 2024-04-03T16:03:52.8845153Z [4415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc2.c.o 2024-04-03T16:03:53.0007205Z [4415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u48-acc3.c.o 2024-04-03T16:03:53.0013938Z [4416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192-acc6.c.o 2024-04-03T16:03:53.0397620Z [4416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc2.c.o 2024-04-03T16:03:53.0400914Z [4417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u16.c.o 2024-04-03T16:03:53.1278698Z [4417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2024-04-03T16:03:53.1282585Z [4418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-raddstoreexpminusmax/gen/f32-raddstoreexpminusmax-avx512f-rr1-p5-scalef-u192.c.o 2024-04-03T16:03:53.2015841Z [4418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u16.c.o 2024-04-03T16:03:53.2022056Z [4419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u32-acc2.c.o 2024-04-03T16:03:53.3170096Z [4419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u32-acc2.c.o 2024-04-03T16:03:53.3173409Z [4420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u48-acc3.c.o 2024-04-03T16:03:53.4894754Z [4420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u48-acc3.c.o 2024-04-03T16:03:53.4897931Z [4421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc2.c.o 2024-04-03T16:03:53.5787185Z [4421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc2.c.o 2024-04-03T16:03:53.5790730Z [4422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmax-avx512f-u64-acc4.c.o 2024-04-03T16:03:53.6652361Z [4422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc4.c.o 2024-04-03T16:03:53.6658520Z [4423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u32-acc2.c.o 2024-04-03T16:03:53.6993829Z [4423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u16.c.o 2024-04-03T16:03:53.6996895Z [4424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u48-acc3.c.o 2024-04-03T16:03:53.7667542Z [4424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u32-acc2.c.o 2024-04-03T16:03:53.7670868Z [4425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u16.c.o 2024-04-03T16:03:53.9555875Z [4425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u48-acc3.c.o 2024-04-03T16:03:53.9566455Z [4426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc2.c.o 2024-04-03T16:03:54.0166302Z [4426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc2.c.o 2024-04-03T16:03:54.0169731Z [4427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rmin-avx512f-u64-acc4.c.o 2024-04-03T16:03:54.0576407Z [4427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2024-04-03T16:03:54.0587114Z [4428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u16.c.o 2024-04-03T16:03:54.1581253Z [4428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u16.c.o 2024-04-03T16:03:54.1591450Z [4429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u32-acc2.c.o 2024-04-03T16:03:54.2077184Z [4429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u32-acc2.c.o 2024-04-03T16:03:54.2082904Z [4430/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u48-acc3.c.o 2024-04-03T16:03:54.3567734Z [4430/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u48-acc3.c.o 2024-04-03T16:03:54.3573702Z [4431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc2.c.o 2024-04-03T16:03:54.4730032Z [4431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc2.c.o 2024-04-03T16:03:54.4740840Z [4432/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rminmax/gen/f32-rminmax-avx512f-u64-acc4.c.o 2024-04-03T16:03:54.4864075Z [4432/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2024-04-03T16:03:54.4867183Z [4433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u16.c.o 2024-04-03T16:03:54.6191065Z [4433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u16.c.o 2024-04-03T16:03:54.6193787Z [4434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u48-acc3.c.o 2024-04-03T16:03:54.6551120Z [4434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u32.c.o 2024-04-03T16:03:54.6554586Z [4435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u32-acc2.c.o 2024-04-03T16:03:54.7394276Z [4435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u16.c.o 2024-04-03T16:03:54.7400301Z [4436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc2.c.o 2024-04-03T16:03:54.8924821Z [4436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u32.c.o 2024-04-03T16:03:54.8928075Z [4437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-rsum/gen/f32-rsum-avx512f-u64-acc4.c.o 2024-04-03T16:03:54.9864645Z [4437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u16.c.o 2024-04-03T16:03:54.9868011Z [4438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u16.c.o 2024-04-03T16:03:55.0304343Z [4438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u32.c.o 2024-04-03T16:03:55.0308239Z [4439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u16.c.o 2024-04-03T16:03:55.0844315Z [4439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u16.c.o 2024-04-03T16:03:55.0850077Z [4440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vadd-minmax-avx512f-u32.c.o 2024-04-03T16:03:55.2169059Z [4440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u32.c.o 2024-04-03T16:03:55.2173295Z [4441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vaddc-minmax-avx512f-u32.c.o 2024-04-03T16:03:55.3714675Z [4441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u16.c.o 2024-04-03T16:03:55.3726189Z [4442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u16.c.o 2024-04-03T16:03:55.4196224Z [4442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2024-04-03T16:03:55.4210148Z [4443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdiv-minmax-avx512f-u32.c.o 2024-04-03T16:03:55.4618117Z [4443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u16.c.o 2024-04-03T16:03:55.4622453Z [4444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u16.c.o 2024-04-03T16:03:55.5141687Z [4444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2024-04-03T16:03:55.5145782Z [4445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vdivc-minmax-avx512f-u32.c.o 2024-04-03T16:03:55.6922361Z [4445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u16.c.o 2024-04-03T16:03:55.6932541Z [4446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u16.c.o 2024-04-03T16:03:55.7986696Z [4446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2024-04-03T16:03:55.7997000Z [4447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmax-avx512f-u32.c.o 2024-04-03T16:03:55.8396144Z [4447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u16.c.o 2024-04-03T16:03:55.8399915Z [4448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u16.c.o 2024-04-03T16:03:55.9070769Z [4448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2024-04-03T16:03:55.9074533Z [4449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmaxc-avx512f-u32.c.o 2024-04-03T16:03:56.0181101Z [4449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u16.c.o 2024-04-03T16:03:56.0191561Z [4450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u16.c.o 2024-04-03T16:03:56.1710333Z [4450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u32.c.o 2024-04-03T16:03:56.1720841Z [4451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmin-avx512f-u32.c.o 2024-04-03T16:03:56.2788593Z [4451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u16.c.o 2024-04-03T16:03:56.2791957Z [4452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u16.c.o 2024-04-03T16:03:56.3221242Z [4452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u32.c.o 2024-04-03T16:03:56.3224523Z [4453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vminc-avx512f-u32.c.o 2024-04-03T16:03:56.3698197Z [4453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u16.c.o 2024-04-03T16:03:56.3701786Z [4454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u16.c.o 2024-04-03T16:03:56.4646279Z [4454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u32.c.o 2024-04-03T16:03:56.4648654Z [4455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmul-minmax-avx512f-u32.c.o 2024-04-03T16:03:56.6357758Z [4455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u16.c.o 2024-04-03T16:03:56.6363771Z [4456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u32.c.o 2024-04-03T16:03:56.6774397Z [4456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u32.c.o 2024-04-03T16:03:56.6777812Z [4457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vmulc-minmax-avx512f-u16.c.o 2024-04-03T16:03:56.8149604Z [4457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u16.c.o 2024-04-03T16:03:56.8155371Z [4458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u32.c.o 2024-04-03T16:03:56.8804665Z [4458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2024-04-03T16:03:56.8808027Z [4459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrdivc-minmax-avx512f-u16.c.o 2024-04-03T16:03:56.9557246Z [4459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u16.c.o 2024-04-03T16:03:56.9563311Z [4460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u16.c.o 2024-04-03T16:03:57.0664603Z [4460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2024-04-03T16:03:57.0674717Z [4461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vrsubc-minmax-avx512f-u32.c.o 2024-04-03T16:03:57.1109202Z [4461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u16.c.o 2024-04-03T16:03:57.1113301Z [4462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u16.c.o 2024-04-03T16:03:57.2572061Z [4462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u32.c.o 2024-04-03T16:03:57.2584002Z [4463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiff-avx512f-u32.c.o 2024-04-03T16:03:57.2994267Z [4463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u16.c.o 2024-04-03T16:03:57.3004232Z [4464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u16.c.o 2024-04-03T16:03:57.4076081Z [4464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u32.c.o 2024-04-03T16:03:57.4079378Z [4465/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsqrdiffc-avx512f-u32.c.o 2024-04-03T16:03:57.4731499Z [4465/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2024-04-03T16:03:57.4734797Z [4466/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u32.c.o 2024-04-03T16:03:57.6059570Z [4466/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u32.c.o 2024-04-03T16:03:57.6062427Z [4467/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsub-minmax-avx512f-u16.c.o 2024-04-03T16:03:57.7264252Z [4467/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.o 2024-04-03T16:03:57.7274828Z [4468/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u32.c.o 2024-04-03T16:03:57.7750650Z [4468/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.o 2024-04-03T16:03:57.7761163Z [4469/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vbinary/gen/f32-vsubc-minmax-avx512f-u16.c.o 2024-04-03T16:03:57.9069764Z [4469/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.o 2024-04-03T16:03:57.9073986Z [4470/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u16.c.o 2024-04-03T16:03:57.9919668Z [4470/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.o 2024-04-03T16:03:57.9922670Z [4471/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vclamp/gen/f32-vclamp-avx512f-u32.c.o 2024-04-03T16:03:58.0411607Z [4471/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u80.c.o 2024-04-03T16:03:58.0415323Z [4472/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u16.c.o 2024-04-03T16:03:58.2269044Z [4472/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u96.c.o 2024-04-03T16:03:58.2279302Z [4473/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u32.c.o 2024-04-03T16:03:58.2416141Z [4473/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u112.c.o 2024-04-03T16:03:58.2426773Z [4474/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u48.c.o 2024-04-03T16:03:58.3476437Z [4474/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u128.c.o 2024-04-03T16:03:58.3480068Z [4475/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u64.c.o 2024-04-03T16:03:58.4567680Z [4475/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u16.c.o 2024-04-03T16:03:58.4573697Z [4476/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u96.c.o 2024-04-03T16:03:58.5037428Z [4476/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u32.c.o 2024-04-03T16:03:58.5043242Z [4477/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u80.c.o 2024-04-03T16:03:58.6689798Z [4477/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u48.c.o 2024-04-03T16:03:58.6693427Z [4478/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u112.c.o 2024-04-03T16:03:58.7770494Z [4478/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u64.c.o 2024-04-03T16:03:58.7774023Z [4479/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-lut16-p3-perm-u128.c.o 2024-04-03T16:03:58.8159655Z [4479/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u80.c.o 2024-04-03T16:03:58.8162993Z [4480/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u16.c.o 2024-04-03T16:03:58.8836797Z [4480/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u96.c.o 2024-04-03T16:03:58.8841105Z [4481/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u32.c.o 2024-04-03T16:03:58.9661336Z [4481/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u112.c.o 2024-04-03T16:03:58.9671713Z [4482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u48.c.o 2024-04-03T16:03:59.1096560Z [4482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2024-04-03T16:03:59.1106819Z [4483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u64.c.o 2024-04-03T16:03:59.2454698Z [4483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2024-04-03T16:03:59.2458066Z [4484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u80.c.o 2024-04-03T16:03:59.2877260Z [4484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u32.c.o 2024-04-03T16:03:59.2880279Z [4485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u96.c.o 2024-04-03T16:03:59.3367564Z [4485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2024-04-03T16:03:59.3373173Z [4486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u112.c.o 2024-04-03T16:03:59.4795349Z [4486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u32.c.o 2024-04-03T16:03:59.4805268Z [4487/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-velu/gen/f32-velu-avx512f-rr1-p6-u128.c.o 2024-04-03T16:03:59.5905478Z [4487/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u16.c.o 2024-04-03T16:03:59.5915712Z [4488/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u16.c.o 2024-04-03T16:03:59.7219429Z [4488/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2024-04-03T16:03:59.7229814Z [4489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndu-avx512f-u32.c.o 2024-04-03T16:03:59.7531796Z [4489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u64.c.o 2024-04-03T16:03:59.7542713Z [4490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u32.c.o 2024-04-03T16:03:59.8024834Z [4490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.o 2024-04-03T16:03:59.8028462Z [4491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrnd/gen/f32-vrndz-avx512f-u16.c.o 2024-04-03T16:03:59.9238720Z [4491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.o 2024-04-03T16:03:59.9249578Z [4492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u16.c.o 2024-04-03T16:04:00.0531715Z [4492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.o 2024-04-03T16:04:00.0542653Z [4493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u32.c.o 2024-04-03T16:04:00.1995783Z [4493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.o 2024-04-03T16:04:00.2006143Z [4494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u32.c.o 2024-04-03T16:04:00.2051589Z [4494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.o 2024-04-03T16:04:00.2055894Z [4495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u16.c.o 2024-04-03T16:04:00.2338948Z [4495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.o 2024-04-03T16:04:00.2342921Z [4496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vrsqrt/gen/f32-vrsqrt-avx512f-rsqrt-u64.c.o 2024-04-03T16:04:00.3197540Z [4496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.o 2024-04-03T16:04:00.3201762Z [4497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u48.c.o 2024-04-03T16:04:00.4864515Z [4497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.o 2024-04-03T16:04:00.4868548Z [4498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u64.c.o 2024-04-03T16:04:00.5612219Z [4498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.o 2024-04-03T16:04:00.5616302Z [4499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u112.c.o 2024-04-03T16:04:00.6093274Z [4499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.o 2024-04-03T16:04:00.6097588Z [4500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u80.c.o 2024-04-03T16:04:00.6227425Z [4500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.o 2024-04-03T16:04:00.6231698Z [4501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u96.c.o 2024-04-03T16:04:00.7794626Z [4501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.o 2024-04-03T16:04:00.7806153Z [4502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u128.c.o 2024-04-03T16:04:00.9426412Z [4502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u16.c.o 2024-04-03T16:04:00.9442481Z [4503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u144.c.o 2024-04-03T16:04:00.9570191Z [4503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u32.c.o 2024-04-03T16:04:00.9582582Z [4504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u160.c.o 2024-04-03T16:04:00.9989630Z [4504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u48.c.o 2024-04-03T16:04:00.9993739Z [4505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u176.c.o 2024-04-03T16:04:01.1178677Z [4505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u64.c.o 2024-04-03T16:04:01.1182659Z [4506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleexpminusmax/gen/f32-vscaleexpminusmax-avx512f-p5-scalef-u192.c.o 2024-04-03T16:04:01.3150461Z [4506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u80.c.o 2024-04-03T16:04:01.3161671Z [4507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u16.c.o 2024-04-03T16:04:01.3712356Z [4507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u96.c.o 2024-04-03T16:04:01.3719992Z [4508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u48.c.o 2024-04-03T16:04:01.4454789Z [4508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u112.c.o 2024-04-03T16:04:01.4458653Z [4509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u32.c.o 2024-04-03T16:04:01.4835474Z [4509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u128.c.o 2024-04-03T16:04:01.4839330Z [4510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u64.c.o 2024-04-03T16:04:01.5809603Z [4510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u144.c.o 2024-04-03T16:04:01.5820191Z [4511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u80.c.o 2024-04-03T16:04:01.7797372Z [4511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u160.c.o 2024-04-03T16:04:01.7808553Z [4512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u112.c.o 2024-04-03T16:04:01.8257104Z [4512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u176.c.o 2024-04-03T16:04:01.8267767Z [4513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u96.c.o 2024-04-03T16:04:01.8430359Z [4513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u192.c.o 2024-04-03T16:04:01.8441055Z [4514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u128.c.o 2024-04-03T16:04:01.9173787Z [4514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.o 2024-04-03T16:04:01.9185090Z [4515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u144.c.o 2024-04-03T16:04:01.9955825Z [4515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.o 2024-04-03T16:04:01.9967006Z [4516/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u160.c.o 2024-04-03T16:04:02.1506103Z [4516/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.o 2024-04-03T16:04:02.1517096Z [4517/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u176.c.o 2024-04-03T16:04:02.2134991Z [4517/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.o 2024-04-03T16:04:02.2139179Z [4518/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vscaleextexp/gen/f32-vscaleextexp-avx512f-p5-scalef-u192.c.o 2024-04-03T16:04:02.2607470Z [4518/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u80.c.o 2024-04-03T16:04:02.2611604Z [4519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u32.c.o 2024-04-03T16:04:02.2781482Z [4519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u96.c.o 2024-04-03T16:04:02.2785909Z [4520/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u16.c.o 2024-04-03T16:04:02.5340354Z [4520/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u112.c.o 2024-04-03T16:04:02.5353677Z [4521/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u48.c.o 2024-04-03T16:04:02.6640708Z [4521/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u128.c.o 2024-04-03T16:04:02.6644784Z [4522/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u64.c.o 2024-04-03T16:04:02.6703723Z [4522/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.o 2024-04-03T16:04:02.6707752Z [4523/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u80.c.o 2024-04-03T16:04:02.7073386Z [4523/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.o 2024-04-03T16:04:02.7077023Z [4524/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u96.c.o 2024-04-03T16:04:02.8141707Z [4524/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.o 2024-04-03T16:04:02.8145986Z [4525/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u112.c.o 2024-04-03T16:04:02.9568205Z [4525/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.o 2024-04-03T16:04:02.9573294Z [4526/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-div-u128.c.o 2024-04-03T16:04:03.0637742Z [4526/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u80.c.o 2024-04-03T16:04:03.0649774Z [4527/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u32.c.o 2024-04-03T16:04:03.1097772Z [4527/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u96.c.o 2024-04-03T16:04:03.1109779Z [4528/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u48.c.o 2024-04-03T16:04:03.1144748Z [4528/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u112.c.o 2024-04-03T16:04:03.1155496Z [4529/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u16.c.o 2024-04-03T16:04:03.3517395Z [4529/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u128.c.o 2024-04-03T16:04:03.3521764Z [4530/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u64.c.o 2024-04-03T16:04:03.3940932Z [4530/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.o 2024-04-03T16:04:03.3944980Z [4531/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u80.c.o 2024-04-03T16:04:03.4704996Z [4531/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.o 2024-04-03T16:04:03.4709045Z [4532/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u96.c.o 2024-04-03T16:04:03.5400244Z [4532/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.o 2024-04-03T16:04:03.5406956Z [4533/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u112.c.o 2024-04-03T16:04:03.6004706Z [4533/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.o 2024-04-03T16:04:03.6016022Z [4534/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma-u128.c.o 2024-04-03T16:04:03.7981217Z [4534/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u80.c.o 2024-04-03T16:04:03.7992231Z [4535/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u16.c.o 2024-04-03T16:04:03.8372099Z [4535/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u96.c.o 2024-04-03T16:04:03.8382992Z [4536/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u32.c.o 2024-04-03T16:04:03.9614416Z [4536/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u112.c.o 2024-04-03T16:04:03.9625768Z [4537/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u64.c.o 2024-04-03T16:04:03.9743971Z [4537/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u128.c.o 2024-04-03T16:04:03.9754808Z [4538/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u48.c.o 2024-04-03T16:04:04.0944622Z [4538/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.o 2024-04-03T16:04:04.0955619Z [4539/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u80.c.o 2024-04-03T16:04:04.2051681Z [4539/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.o 2024-04-03T16:04:04.2062911Z [4540/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u96.c.o 2024-04-03T16:04:04.3393114Z [4540/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.o 2024-04-03T16:04:04.3396836Z [4541/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u112.c.o 2024-04-03T16:04:04.3925865Z [4541/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.o 2024-04-03T16:04:04.3929657Z [4542/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u16.c.o 2024-04-03T16:04:04.4229990Z [4542/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u80.c.o 2024-04-03T16:04:04.4234443Z [4543/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-div-u128.c.o 2024-04-03T16:04:04.5679414Z [4543/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u96.c.o 2024-04-03T16:04:04.5683398Z [4544/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u32.c.o 2024-04-03T16:04:04.7056662Z [4544/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u112.c.o 2024-04-03T16:04:04.7068400Z [4545/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u48.c.o 2024-04-03T16:04:04.8472916Z [4545/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u128.c.o 2024-04-03T16:04:04.8486225Z [4546/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u64.c.o 2024-04-03T16:04:04.8671889Z [4546/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.o 2024-04-03T16:04:04.8682977Z [4547/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u80.c.o 2024-04-03T16:04:04.9115222Z [4547/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.o 2024-04-03T16:04:04.9126536Z [4548/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u96.c.o 2024-04-03T16:04:05.1107762Z [4548/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.o 2024-04-03T16:04:05.1119914Z [4549/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u112.c.o 2024-04-03T16:04:05.1588443Z [4549/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2024-04-03T16:04:05.1599378Z [4550/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr1-p5-scalef-nr1fma-u128.c.o 2024-04-03T16:04:05.2539876Z [4550/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u80.c.o 2024-04-03T16:04:05.2544188Z [4551/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u16.c.o 2024-04-03T16:04:05.4249007Z [4551/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u96.c.o 2024-04-03T16:04:05.4271525Z [4552/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u32.c.o 2024-04-03T16:04:05.4353965Z [4552/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u112.c.o 2024-04-03T16:04:05.4358194Z [4553/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u48.c.o 2024-04-03T16:04:05.5728922Z [4553/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u128.c.o 2024-04-03T16:04:05.5740866Z [4554/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u80.c.o 2024-04-03T16:04:05.6935916Z [4554/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.o 2024-04-03T16:04:05.6949669Z [4555/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u64.c.o 2024-04-03T16:04:05.7653898Z [4555/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.o 2024-04-03T16:04:05.7658134Z [4556/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u96.c.o 2024-04-03T16:04:05.9279094Z [4556/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.o 2024-04-03T16:04:05.9292278Z [4557/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u128.c.o 2024-04-03T16:04:05.9305329Z [4557/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.o 2024-04-03T16:04:05.9310430Z [4558/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div-u112.c.o 2024-04-03T16:04:06.0507562Z [4558/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u80.c.o 2024-04-03T16:04:06.0512189Z [4559/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u16.c.o 2024-04-03T16:04:06.1461265Z [4559/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u96.c.o 2024-04-03T16:04:06.1465487Z [4560/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u32.c.o 2024-04-03T16:04:06.2062697Z [4560/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u112.c.o 2024-04-03T16:04:06.2067091Z [4561/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u48.c.o 2024-04-03T16:04:06.3837270Z [4561/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u128.c.o 2024-04-03T16:04:06.3841283Z [4562/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u64.c.o 2024-04-03T16:04:06.4340755Z [4562/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u16.c.o 2024-04-03T16:04:06.4345227Z [4563/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u80.c.o 2024-04-03T16:04:06.4901049Z [4563/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u32.c.o 2024-04-03T16:04:06.4905015Z [4564/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u96.c.o 2024-04-03T16:04:06.6214585Z [4564/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u64.c.o 2024-04-03T16:04:06.6219449Z [4565/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u112.c.o 2024-04-03T16:04:06.6716142Z [4565/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u16.c.o 2024-04-03T16:04:06.6725897Z [4566/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsigmoid/gen/f32-vsigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma-u128.c.o 2024-04-03T16:04:06.8359763Z [4566/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u32.c.o 2024-04-03T16:04:06.8370195Z [4567/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u16.c.o 2024-04-03T16:04:06.9392729Z [4567/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u16.c.o 2024-04-03T16:04:06.9403369Z [4568/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u32.c.o 2024-04-03T16:04:06.9799274Z [4568/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u32.c.o 2024-04-03T16:04:06.9802555Z [4569/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vsqrt/gen/f32-vsqrt-avx512f-nr1fma1adj-u64.c.o 2024-04-03T16:04:07.0969009Z [4569/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u16.c.o 2024-04-03T16:04:07.0974567Z [4570/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u16.c.o 2024-04-03T16:04:07.1986883Z [4570/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u32.c.o 2024-04-03T16:04:07.1992465Z [4571/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vabs-avx512f-u32.c.o 2024-04-03T16:04:07.3319548Z [4571/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm-scalef.c.o 2024-04-03T16:04:07.3329486Z [4572/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u16.c.o 2024-04-03T16:04:07.3826621Z [4572/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm.c.o 2024-04-03T16:04:07.3832597Z [4573/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u16.c.o 2024-04-03T16:04:07.4224773Z [4573/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2024-04-03T16:04:07.4234131Z [4574/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vneg-avx512f-u32.c.o 2024-04-03T16:04:07.5916851Z [4574/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2.c.o 2024-04-03T16:04:07.5926130Z [4575/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vunary/gen/f32-vsqr-avx512f-u32.c.o 2024-04-03T16:04:07.6369877Z [4575/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5-scalef.c.o 2024-04-03T16:04:07.6373221Z [4576/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm-scalef.c.o 2024-04-03T16:04:07.7524428Z [4576/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5.c.o 2024-04-03T16:04:07.7527513Z [4577/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut16-p3-perm.c.o 2024-04-03T16:04:07.7921805Z [4577/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-lut16-p3-perm.c.o 2024-04-03T16:04:07.7932549Z [4578/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2-scalef.c.o 2024-04-03T16:04:07.9082221Z [4578/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-p6.c.o 2024-04-03T16:04:07.9088492Z [4579/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-lut32-p2-perm2.c.o 2024-04-03T16:04:08.0831327Z [4579/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx512f-p5.c.o 2024-04-03T16:04:08.0841273Z [4580/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5-scalef.c.o 2024-04-03T16:04:08.1159461Z [4580/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2024-04-03T16:04:08.1169743Z [4581/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-exp-avx512f-rr2-p5.c.o 2024-04-03T16:04:08.1581292Z [4581/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-04-03T16:04:08.1584953Z [4582/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-lut16-p3-perm.c.o 2024-04-03T16:04:08.2019730Z [4582/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2024-04-03T16:04:08.2023068Z [4583/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-expm1minus-avx512f-rr1-p6.c.o 2024-04-03T16:04:08.3379695Z [4583/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2024-04-03T16:04:08.3385507Z [4584/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-extexp-avx512f-p5.c.o 2024-04-03T16:04:08.4573778Z [4584/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-04-03T16:04:08.4585443Z [4585/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-div.c.o 2024-04-03T16:04:08.5424275Z [4585/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2024-04-03T16:04:08.5429274Z [4586/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-04-03T16:04:08.5877271Z [4586/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2024-04-03T16:04:08.5881711Z [4587/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut16-p3-perm-scalef-nr1fma.c.o 2024-04-03T16:04:08.6669116Z [4587/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-04-03T16:04:08.6680016Z [4588/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-div.c.o 2024-04-03T16:04:08.7648868Z [4588/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2024-04-03T16:04:08.7660366Z [4589/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-04-03T16:04:08.8650850Z [4589/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-div.c.o 2024-04-03T16:04:08.8654278Z [4590/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut32-p2-perm2-scalef-nr1fma.c.o 2024-04-03T16:04:08.9731116Z [4590/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2024-04-03T16:04:08.9741976Z [4591/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-div.c.o 2024-04-03T16:04:09.0094192Z [4591/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma.c.o 2024-04-03T16:04:09.0100753Z [4592/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-04-03T16:04:09.1349357Z [4592/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2024-04-03T16:04:09.1360155Z [4593/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-lut64-p2-gather-scalef-nr1fma.c.o 2024-04-03T16:04:09.1818084Z [4593/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-04-03T16:04:09.1821664Z [4594/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-div.c.o 2024-04-03T16:04:09.2440617Z [4594/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2024-04-03T16:04:09.2450190Z [4595/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma1adj.c.o 2024-04-03T16:04:09.3611802Z [4595/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2024-04-03T16:04:09.3615563Z [4596/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr1-p5-scalef-nr1fma.c.o 2024-04-03T16:04:09.4019227Z [4596/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-04-03T16:04:09.4028603Z [4597/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-div.c.o 2024-04-03T16:04:09.5619746Z [4597/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2024-04-03T16:04:09.5624045Z [4598/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma1adj.c.o 2024-04-03T16:04:09.6536884Z [4598/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2024-04-03T16:04:09.6548800Z [4599/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut16-p3-perm-scalef-nr1fma.c.o 2024-04-03T16:04:09.7003762Z [4599/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-04-03T16:04:09.7007747Z [4600/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-div.c.o 2024-04-03T16:04:09.7830132Z [4600/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2024-04-03T16:04:09.7841302Z [4601/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma.c.o 2024-04-03T16:04:09.8245606Z [4601/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-div.c.o 2024-04-03T16:04:09.8256257Z [4602/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut32-p2-perm2-scalef-nr1fma1adj.c.o 2024-04-03T16:04:10.0497827Z [4602/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2024-04-03T16:04:10.0508767Z [4603/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-div.c.o 2024-04-03T16:04:10.0989479Z [4603/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma.c.o 2024-04-03T16:04:10.1000149Z [4604/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma1adj.c.o 2024-04-03T16:04:10.1553373Z [4604/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma1adj.c.o 2024-04-03T16:04:10.1563713Z [4605/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-lut64-p2-gather-scalef-nr1fma.c.o 2024-04-03T16:04:10.2394230Z [4605/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma.c.o 2024-04-03T16:04:10.2404441Z [4606/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-div.c.o 2024-04-03T16:04:10.2778821Z [4606/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr2fma.c.o 2024-04-03T16:04:10.2788877Z [4607/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma1adj.c.o 2024-04-03T16:04:10.4630819Z [4607/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.o 2024-04-03T16:04:10.4641429Z [4608/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sigmoid-avx512f-rr2-p5-scalef-nr1fma.c.o 2024-04-03T16:04:10.5069141Z [4608/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4.c.o 2024-04-03T16:04:10.5076220Z [4609/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma1adj.c.o 2024-04-03T16:04:10.6160084Z [4609/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2024-04-03T16:04:10.6172870Z [4610/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr1fma.c.o 2024-04-03T16:04:10.7222149Z [4610/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:10.7225280Z [4611/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/f32-sqrt-avx512f-nr2fma.c.o 2024-04-03T16:04:10.7271820Z [4611/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2024-04-03T16:04:10.7276209Z [4612/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4-prfm.c.o 2024-04-03T16:04:10.9229233Z [4612/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:10.9233572Z [4613/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x32-packw/gen/x32-packw-x16-gemm-goi-avx512f-u4.c.o 2024-04-03T16:04:10.9724383Z [4613/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:10.9726970Z [4614/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u16.c.o 2024-04-03T16:04:11.0422516Z [4614/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.0431614Z [4615/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f16-f32-vcvt/gen/f16-f32-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:11.2011001Z [4615/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.2021758Z [4616/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:11.2376256Z [4616/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.2380226Z [4617/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-f16-vcvt/gen/f32-f16-vcvt-avx512skx-u16.c.o 2024-04-03T16:04:11.4423945Z [4617/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.4434959Z [4618/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.5106236Z [4618/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.5109038Z [4619/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.5480127Z [4619/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.5491065Z [4620/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.6350198Z [4620/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.6361165Z [4621/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.6741592Z [4621/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.6750473Z [4622/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.9260559Z [4622/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.9263739Z [4623/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.9710494Z [4623/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:11.9714262Z [4624/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.0605556Z [4624/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.0609327Z [4625/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc4w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.0896109Z [4625/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.0900014Z [4626/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.1636357Z [4626/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.1640511Z [4627/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-1x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.3819199Z [4627/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.3822392Z [4628/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.5245321Z [4628/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.5259460Z [4629/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-2x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.5610553Z [4629/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.5621850Z [4630/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.6550535Z [4630/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.6561510Z [4631/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.6824567Z [4631/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.6827877Z [4632/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-3x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.9251302Z [4632/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:12.9255220Z [4633/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-4x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.0700163Z [4633/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.0711309Z [4634/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.1130138Z [4634/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.1141257Z [4635/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-5x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.2603954Z [4635/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.2614756Z [4636/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.3024867Z [4636/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.3029712Z [4637/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-6x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.4394864Z [4637/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:13.4398187Z [4638/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.5823683Z [4638/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u64.c.o 2024-04-03T16:04:13.5834581Z [4639/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-7x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.6199712Z [4639/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u96.c.o 2024-04-03T16:04:13.6210518Z [4640/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x16-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.7666563Z [4640/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2024-04-03T16:04:13.7676854Z [4641/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:13.8097000Z [4641/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:13.8101190Z [4642/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qc8w-gemm/gen/f32-qc8w-gemm-8x32-minmax-avx512skx-broadcast.c.o 2024-04-03T16:04:13.8939309Z [4642/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u64.c.o 2024-04-03T16:04:13.8948330Z [4643/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u64.c.o 2024-04-03T16:04:14.0197764Z [4643/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u96.c.o 2024-04-03T16:04:14.0208330Z [4644/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u96.c.o 2024-04-03T16:04:14.0326107Z [4644/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2024-04-03T16:04:14.0336854Z [4645/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qs8-vcvt/gen/f32-qs8-vcvt-avx512skx-u128.c.o 2024-04-03T16:04:14.1599373Z [4645/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-04-03T16:04:14.1612257Z [4646/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u64.c.o 2024-04-03T16:04:14.2109259Z [4646/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-04-03T16:04:14.2119038Z [4647/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:14.2555537Z [4647/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-04-03T16:04:14.2566128Z [4648/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u96.c.o 2024-04-03T16:04:14.4720784Z [4648/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-04-03T16:04:14.4732541Z [4649/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-qu8-vcvt/gen/f32-qu8-vcvt-avx512skx-u128.c.o 2024-04-03T16:04:14.5245380Z [4649/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-04-03T16:04:14.5251726Z [4650/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u16.c.o 2024-04-03T16:04:14.6405263Z [4650/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u96.c.o 2024-04-03T16:04:14.6410005Z [4651/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u32.c.o 2024-04-03T16:04:14.6444339Z [4651/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u112.c.o 2024-04-03T16:04:14.6448653Z [4652/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u48.c.o 2024-04-03T16:04:14.8194000Z [4652/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u128.c.o 2024-04-03T16:04:14.8205761Z [4653/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u64.c.o 2024-04-03T16:04:14.9383561Z [4653/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u144.c.o 2024-04-03T16:04:14.9395119Z [4654/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u80.c.o 2024-04-03T16:04:14.9838196Z [4654/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u160.c.o 2024-04-03T16:04:14.9842535Z [4655/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u96.c.o 2024-04-03T16:04:15.0895451Z [4655/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:04:15.0900249Z [4656/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u128.c.o 2024-04-03T16:04:15.1595652Z [4656/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:04:15.1600066Z [4657/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u112.c.o 2024-04-03T16:04:15.2448643Z [4657/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:04:15.2452877Z [4658/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u144.c.o 2024-04-03T16:04:15.3728816Z [4658/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:04:15.3741187Z [4659/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:04:15.4476220Z [4659/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:04:15.4487777Z [4660/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div-u160.c.o 2024-04-03T16:04:15.5525019Z [4660/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u96.c.o 2024-04-03T16:04:15.5529547Z [4661/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:04:15.5945325Z [4661/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u112.c.o 2024-04-03T16:04:15.5957510Z [4662/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:04:15.7728827Z [4662/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u128.c.o 2024-04-03T16:04:15.7733431Z [4663/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:04:15.8696919Z [4663/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u144.c.o 2024-04-03T16:04:15.8701488Z [4664/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:04:15.9637665Z [4664/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u160.c.o 2024-04-03T16:04:15.9642293Z [4665/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u112.c.o 2024-04-03T16:04:15.9923799Z [4665/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-04-03T16:04:15.9928403Z [4666/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u96.c.o 2024-04-03T16:04:16.0825718Z [4666/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-04-03T16:04:16.0830453Z [4667/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u128.c.o 2024-04-03T16:04:16.2481121Z [4667/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-04-03T16:04:16.2492834Z [4668/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u144.c.o 2024-04-03T16:04:16.3900442Z [4668/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-04-03T16:04:16.3912471Z [4669/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj-u160.c.o 2024-04-03T16:04:16.5035956Z [4669/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-04-03T16:04:16.5040388Z [4670/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u32.c.o 2024-04-03T16:04:16.5052632Z [4670/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u96.c.o 2024-04-03T16:04:16.5059567Z [4671/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u16.c.o 2024-04-03T16:04:16.6432392Z [4671/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u112.c.o 2024-04-03T16:04:16.6444526Z [4672/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u48.c.o 2024-04-03T16:04:16.6981259Z [4672/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u128.c.o 2024-04-03T16:04:16.6993260Z [4673/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u64.c.o 2024-04-03T16:04:16.8592358Z [4673/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u144.c.o 2024-04-03T16:04:16.8596584Z [4674/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u80.c.o 2024-04-03T16:04:16.9701657Z [4674/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u160.c.o 2024-04-03T16:04:16.9713570Z [4675/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u96.c.o 2024-04-03T16:04:17.0066164Z [4675/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-04-03T16:04:17.0070558Z [4676/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u112.c.o 2024-04-03T16:04:17.1106600Z [4676/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-04-03T16:04:17.1111470Z [4677/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u144.c.o 2024-04-03T16:04:17.1815674Z [4677/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-04-03T16:04:17.1820774Z [4678/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u128.c.o 2024-04-03T16:04:17.3596518Z [4678/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-04-03T16:04:17.3608462Z [4679/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-div-u160.c.o 2024-04-03T16:04:17.4551647Z [4679/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-04-03T16:04:17.4555902Z [4680/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u16.c.o 2024-04-03T16:04:17.5057405Z [4680/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u96.c.o 2024-04-03T16:04:17.5062324Z [4681/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u32.c.o 2024-04-03T16:04:17.6231681Z [4681/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u112.c.o 2024-04-03T16:04:17.6236097Z [4682/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u48.c.o 2024-04-03T16:04:17.7302569Z [4682/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u128.c.o 2024-04-03T16:04:17.7306698Z [4683/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u64.c.o 2024-04-03T16:04:17.8743048Z [4683/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u144.c.o 2024-04-03T16:04:17.8747755Z [4684/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u96.c.o 2024-04-03T16:04:17.9120970Z [4684/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u160.c.o 2024-04-03T16:04:17.9125253Z [4685/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u80.c.o 2024-04-03T16:04:18.0265822Z [4685/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-04-03T16:04:18.0278070Z [4686/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u112.c.o 2024-04-03T16:04:18.2414452Z [4686/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-04-03T16:04:18.2419476Z [4687/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u144.c.o 2024-04-03T16:04:18.2698753Z [4687/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-04-03T16:04:18.2710420Z [4688/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u128.c.o 2024-04-03T16:04:18.3715004Z [4688/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-04-03T16:04:18.3726612Z [4689/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u16.c.o 2024-04-03T16:04:18.3799964Z [4689/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-04-03T16:04:18.3804532Z [4690/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-gather-nr1adj-u160.c.o 2024-04-03T16:04:18.5145746Z [4690/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u96.c.o 2024-04-03T16:04:18.5150132Z [4691/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u32.c.o 2024-04-03T16:04:18.7121930Z [4691/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u112.c.o 2024-04-03T16:04:18.7126072Z [4692/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u64.c.o 2024-04-03T16:04:18.7471653Z [4692/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u128.c.o 2024-04-03T16:04:18.7483231Z [4693/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u48.c.o 2024-04-03T16:04:18.8634662Z [4693/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u144.c.o 2024-04-03T16:04:18.8645930Z [4694/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u80.c.o 2024-04-03T16:04:18.9986027Z [4694/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u160.c.o 2024-04-03T16:04:18.9997599Z [4695/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u96.c.o 2024-04-03T16:04:19.0427130Z [4695/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:04:19.0439776Z [4696/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u112.c.o 2024-04-03T16:04:19.0952534Z [4696/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:04:19.0964107Z [4697/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u128.c.o 2024-04-03T16:04:19.1828199Z [4697/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:04:19.1839245Z [4698/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u144.c.o 2024-04-03T16:04:19.3291134Z [4698/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:04:19.3302442Z [4699/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-div-u160.c.o 2024-04-03T16:04:19.3876135Z [4699/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:04:19.3879292Z [4700/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u16.c.o 2024-04-03T16:04:19.4638674Z [4700/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u96.c.o 2024-04-03T16:04:19.4649095Z [4701/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u32.c.o 2024-04-03T16:04:19.5095959Z [4701/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u112.c.o 2024-04-03T16:04:19.5107256Z [4702/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u48.c.o 2024-04-03T16:04:19.6641642Z [4702/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u128.c.o 2024-04-03T16:04:19.6646095Z [4703/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u64.c.o 2024-04-03T16:04:19.7690054Z [4703/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u144.c.o 2024-04-03T16:04:19.7694470Z [4704/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u80.c.o 2024-04-03T16:04:19.8717816Z [4704/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u160.c.o 2024-04-03T16:04:19.8722574Z [4705/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u96.c.o 2024-04-03T16:04:19.8799482Z [4705/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:04:19.8803859Z [4706/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u128.c.o 2024-04-03T16:04:19.9376812Z [4706/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T16:04:19.9387803Z [4707/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u112.c.o 2024-04-03T16:04:20.0825930Z [4707/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T16:04:20.0836809Z [4708/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u144.c.o 2024-04-03T16:04:20.2151428Z [4708/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T16:04:20.2165495Z [4709/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-lut8-p4h3ts-perm-nr1adj-u160.c.o 2024-04-03T16:04:20.3404188Z [4709/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T16:04:20.3415380Z [4710/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u16.c.o 2024-04-03T16:04:20.4237570Z [4710/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u96.c.o 2024-04-03T16:04:20.4253589Z [4711/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u32.c.o 2024-04-03T16:04:20.4919445Z [4711/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u112.c.o 2024-04-03T16:04:20.4923448Z [4712/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u48.c.o 2024-04-03T16:04:20.5044410Z [4712/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u128.c.o 2024-04-03T16:04:20.5048272Z [4713/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u64.c.o 2024-04-03T16:04:20.7362364Z [4713/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u144.c.o 2024-04-03T16:04:20.7375009Z [4714/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u80.c.o 2024-04-03T16:04:20.7771093Z [4714/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u160.c.o 2024-04-03T16:04:20.7786217Z [4715/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u96.c.o 2024-04-03T16:04:20.9025403Z [4715/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:04:20.9036846Z [4716/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u112.c.o 2024-04-03T16:04:20.9396825Z [4716/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T16:04:20.9407755Z [4717/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u128.c.o 2024-04-03T16:04:21.0969759Z [4717/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T16:04:21.0980904Z [4718/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u144.c.o 2024-04-03T16:04:21.2830375Z [4718/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T16:04:21.2841113Z [4719/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u16.c.o 2024-04-03T16:04:21.2988404Z [4719/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T16:04:21.2999578Z [4720/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-div-u160.c.o 2024-04-03T16:04:21.4582174Z [4720/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u96.c.o 2024-04-03T16:04:21.4593319Z [4721/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u48.c.o 2024-04-03T16:04:21.5311833Z [4721/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u112.c.o 2024-04-03T16:04:21.5314894Z [4722/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u32.c.o 2024-04-03T16:04:21.6202057Z [4722/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u128.c.o 2024-04-03T16:04:21.6206014Z [4723/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u64.c.o 2024-04-03T16:04:21.7757087Z [4723/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u144.c.o 2024-04-03T16:04:21.7760836Z [4724/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u80.c.o 2024-04-03T16:04:21.8198039Z [4724/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u160.c.o 2024-04-03T16:04:21.8202037Z [4725/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u96.c.o 2024-04-03T16:04:21.9382773Z [4725/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-04-03T16:04:21.9393969Z [4726/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u112.c.o 2024-04-03T16:04:21.9761186Z [4726/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-04-03T16:04:21.9766563Z [4727/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u128.c.o 2024-04-03T16:04:22.1528963Z [4727/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-04-03T16:04:22.1532955Z [4728/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u144.c.o 2024-04-03T16:04:22.2434467Z [4728/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-04-03T16:04:22.2438460Z [4729/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-div.c.o 2024-04-03T16:04:22.2925935Z [4729/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-04-03T16:04:22.2930030Z [4730/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/f32-vtanh/gen/f32-vtanh-avx512skx-expm1minus-rr1-p6h5ts-nr1-u160.c.o 2024-04-03T16:04:22.3402106Z [4730/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-04-03T16:04:22.3406829Z [4731/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-div.c.o 2024-04-03T16:04:22.3873094Z [4731/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-04-03T16:04:22.3877116Z [4732/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut4-p4h3ts-perm-nr1adj.c.o 2024-04-03T16:04:22.6195073Z [4732/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-04-03T16:04:22.6199294Z [4733/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1.c.o 2024-04-03T16:04:22.6262828Z [4733/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:04:22.6266876Z [4734/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-gather-nr1adj.c.o 2024-04-03T16:04:22.7341103Z [4734/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:04:22.7347839Z [4735/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-div.c.o 2024-04-03T16:04:22.7836174Z [4735/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-04-03T16:04:22.7839930Z [4736/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1.c.o 2024-04-03T16:04:22.8365983Z [4736/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:22.8369816Z [4737/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-lut8-p4h3ps-perm-nr1adj.c.o 2024-04-03T16:04:23.0267289Z [4737/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.0278604Z [4738/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-div.c.o 2024-04-03T16:04:23.0790425Z [4738/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.0801727Z [4739/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1.c.o 2024-04-03T16:04:23.1939159Z [4739/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.1949597Z [4740/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/math/gen/f32-tanh-avx512skx-expm1minus-rr1-p6h5ts-nr1adj.c.o 2024-04-03T16:04:23.2777033Z [4740/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.2787423Z [4741/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.3477902Z [4741/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.3488323Z [4742/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.5458611Z [4742/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.5468841Z [4743/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.5490803Z [4743/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.5500305Z [4744/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.7438442Z [4744/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.7449326Z [4745/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.7842494Z [4745/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.7846331Z [4746/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.8858690Z [4746/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:23.8862530Z [4747/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.0225281Z [4747/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.0236339Z [4748/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.0596398Z [4748/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.0600604Z [4749/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.2306698Z [4749/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.2310502Z [4750/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.2399819Z [4750/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.2403820Z [4751/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.3905678Z [4751/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.3915048Z [4752/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.4981736Z [4752/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.4986126Z [4753/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.5601444Z [4753/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.5605696Z [4754/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.7399238Z [4754/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.7403356Z [4755/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.7745962Z [4755/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.7749938Z [4756/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.8644092Z [4756/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.8655456Z [4757/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.9902460Z [4757/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:24.9906427Z [4758/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.0909832Z [4758/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.0913858Z [4759/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.1898658Z [4759/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.1902615Z [4760/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.2283991Z [4760/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.2287813Z [4761/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.3598951Z [4761/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:25.3610626Z [4762/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.4965663Z [4762/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.4976995Z [4763/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.6160108Z [4763/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.6164915Z [4764/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.6502926Z [4764/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:25.6506872Z [4765/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.7575908Z [4765/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.7580084Z [4766/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:25.8948864Z [4766/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.8953248Z [4767/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:25.9934642Z [4767/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:25.9946165Z [4768/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.1366041Z [4768/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.1377362Z [4769/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:26.1699616Z [4769/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.1703555Z [4770/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.3507030Z [4770/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:26.3513729Z [4771/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.3938918Z [4771/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.3943193Z [4772/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:26.5725131Z [4772/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.5736256Z [4773/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.6227829Z [4773/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:26.6231914Z [4774/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.7238848Z [4774/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.7242928Z [4775/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:26.8650110Z [4775/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.8661715Z [4776/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:26.8946166Z [4776/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:26.8957092Z [4777/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.0799816Z [4777/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.0810576Z [4778/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.1352034Z [4778/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.1355674Z [4779/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:27.2642158Z [4779/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:27.2646227Z [4780/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.3697416Z [4780/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.3708980Z [4781/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.4146411Z [4781/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.4157846Z [4782/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:27.6260044Z [4782/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:27.6271230Z [4783/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.6796320Z [4783/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.6800745Z [4784/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:27.7227234Z [4784/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.7231423Z [4785/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.9122266Z [4785/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:27.9133384Z [4786/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.9310311Z [4786/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:27.9313984Z [4787/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:28.1002232Z [4787/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.1008596Z [4788/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.2098630Z [4788/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:28.2102787Z [4789/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:28.2495357Z [4789/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.2499773Z [4790/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.3790931Z [4790/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.3794866Z [4791/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.4297394Z [4791/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:28.4301499Z [4792/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.5762045Z [4792/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.5768912Z [4793/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:28.6960531Z [4793/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.6964330Z [4794/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.7087383Z [4794/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:28.7091661Z [4795/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.9007028Z [4795/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.9018471Z [4796/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:28.9382164Z [4796/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:28.9392335Z [4797/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.0825018Z [4797/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:29.0836219Z [4798/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.2456730Z [4798/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.2468378Z [4799/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:29.2876872Z [4799/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.2888790Z [4800/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.3355451Z [4800/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:29.3359543Z [4801/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.4462044Z [4801/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.4465766Z [4802/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:29.6488686Z [4802/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.6492792Z [4803/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.7078177Z [4803/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:29.7082061Z [4804/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:29.7588655Z [4804/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.7592547Z [4805/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.8716299Z [4805/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:29.8720799Z [4806/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.0390745Z [4806/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:30.0394337Z [4807/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.1706310Z [4807/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.1709872Z [4808/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:30.2361674Z [4808/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.2372721Z [4809/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.3134551Z [4809/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:30.3140415Z [4810/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.4158777Z [4810/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.4169989Z [4811/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:30.5642085Z [4811/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.5655509Z [4812/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.6942768Z [4812/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:30.6946911Z [4813/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.6977268Z [4813/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.6981516Z [4814/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:30.8787944Z [4814/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.8791701Z [4815/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:30.9407670Z [4815/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:30.9411720Z [4816/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.0979895Z [4816/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.0984053Z [4817/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:31.2321280Z [4817/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.2325385Z [4818/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.2393523Z [4818/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:31.2397325Z [4819/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.3568383Z [4819/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.3572058Z [4820/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:31.5045831Z [4820/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.5057552Z [4821/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.5478637Z [4821/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:31.5490559Z [4822/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.6507405Z [4822/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.6519203Z [4823/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:31.7146538Z [4823/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.7156792Z [4824/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.8639964Z [4824/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:31.8651636Z [4825/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.9607743Z [4825/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:31.9620073Z [4826/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:32.0443004Z [4826/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:32.0447389Z [4827/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:32.1458013Z [4827/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:32.1470645Z [4828/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:32.2028429Z [4828/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:32.2031413Z [4829/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:32.2633086Z [4829/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:32.2649032Z [4830/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:32.3939969Z [4830/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:32.3952121Z [4831/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:32.5637228Z [4831/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:32.5648048Z [4832/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:32.7700067Z [4832/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:32.7711057Z [4833/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512skx.c.o 2024-04-03T16:04:32.8013287Z [4833/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:32.8017247Z [4834/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx-prfm.c.o 2024-04-03T16:04:32.8635594Z [4834/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:32.8639463Z [4835/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:33.0362221Z [4835/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.0373645Z [4836/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512skx.c.o 2024-04-03T16:04:33.2011309Z [4836/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.2015826Z [4837/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.2401407Z [4837/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.2405346Z [4838/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.3432081Z [4838/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.3443382Z [4839/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.5563908Z [4839/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.5567771Z [4840/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.5672785Z [4840/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.5677408Z [4841/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.6935526Z [4841/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.6939459Z [4842/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.7588168Z [4842/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u16.c.o 2024-04-03T16:04:33.7594592Z [4843/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:33.7671052Z [4843/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:33.7680928Z [4844/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.0084272Z [4844/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u48.c.o 2024-04-03T16:04:34.0095889Z [4845/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.0681798Z [4845/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u64.c.o 2024-04-03T16:04:34.0690119Z [4846/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u16.c.o 2024-04-03T16:04:34.0820555Z [4846/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.0824478Z [4847/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-dwconv/gen/qs8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.1517353Z [4847/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.1530874Z [4848/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:34.2227814Z [4848/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.2239595Z [4849/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u48.c.o 2024-04-03T16:04:34.4499980Z [4849/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.4512421Z [4850/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-3p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.4919697Z [4850/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.4923537Z [4851/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-f32-vcvt/gen/qs8-f32-vcvt-avx512skx-u64.c.o 2024-04-03T16:04:34.6114346Z [4851/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.6121053Z [4852/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.6274471Z [4852/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.6279428Z [4853/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.7405097Z [4853/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.7409529Z [4854/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.8755855Z [4854/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.8766677Z [4855/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.9157666Z [4855/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:34.9168531Z [4856/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:35.0792264Z [4856/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:35.0802761Z [4857/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:35.1003987Z [4857/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:35.1014278Z [4858/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:35.2187224Z [4858/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:35.2191850Z [4859/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:35.3167662Z [4859/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:35.3179736Z [4860/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:35.4150025Z [4860/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:35.4160907Z [4861/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-dwconv/gen/qs8-qc8w-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:35.5093515Z [4861/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:35.5104841Z [4862/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:35.6372792Z [4862/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:35.6383968Z [4863/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:35.7553204Z [4863/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:35.7557024Z [4864/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:35.8100266Z [4864/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:35.8116840Z [4865/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:35.9877016Z [4865/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:35.9887867Z [4866/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.0738960Z [4866/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.0742907Z [4867/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:36.1091690Z [4867/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:36.1095102Z [4868/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.2720052Z [4868/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.2723903Z [4869/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:36.3121200Z [4869/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:36.3125316Z [4870/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.4499451Z [4870/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.4510413Z [4871/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.5687813Z [4871/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:36.5691969Z [4872/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:36.6139729Z [4872/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.6143312Z [4873/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.6977087Z [4873/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:36.6981168Z [4874/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:36.8046776Z [4874/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.8053238Z [4875/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:36.9717122Z [4875/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:36.9728871Z [4876/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:37.0251905Z [4876/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.0262065Z [4877/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:37.1201683Z [4877/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.1206345Z [4878/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.1899359Z [4878/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:37.1903291Z [4879/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.2991928Z [4879/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.2996438Z [4880/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:37.4495295Z [4880/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.4499445Z [4881/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.5002060Z [4881/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:37.5012683Z [4882/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.6449318Z [4882/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.6460509Z [4883/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.7068872Z [4883/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.7072748Z [4884/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.7089512Z [4884/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:37.7093533Z [4885/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:37.9670944Z [4885/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:37.9674950Z [4886/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.0145896Z [4886/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.0149658Z [4887/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:38.1789228Z [4887/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:38.1794043Z [4888/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:38.1840288Z [4888/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.1847301Z [4889/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.2188542Z [4889/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:38.2192820Z [4890/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.4365245Z [4890/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.4369162Z [4891/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.5062897Z [4891/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:38.5068748Z [4892/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:38.6054345Z [4892/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.6066367Z [4893/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:38.6849381Z [4893/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:38.6862451Z [4894/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.6890609Z [4894/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.6901377Z [4895/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:38.9559447Z [4895/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:38.9570629Z [4896/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:39.0240557Z [4896/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:39.0252046Z [4897/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:39.0670857Z [4897/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:04:39.0674737Z [4898/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:39.1659939Z [4898/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:04:39.1663790Z [4899/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:39.2028272Z [4899/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:04:39.2039485Z [4900/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:39.4470728Z [4900/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:04:39.4481450Z [4901/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:04:39.4989051Z [4901/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:39.5003226Z [4902/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:39.5114191Z [4902/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:39.5133710Z [4903/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vadd/gen/qs8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:04:39.5645692Z [4903/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:39.5649482Z [4904/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:04:39.8588570Z [4904/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:39.8603009Z [4905/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:39.9771935Z [4905/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:39.9775643Z [4906/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:39.9840302Z [4906/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:39.9843930Z [4907/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-vaddc/gen/qs8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:04:40.0764502Z [4907/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.0768500Z [4908/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-6f6m7l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.0989783Z [4908/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.1001972Z [4909/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-5f5m5l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.3976485Z [4909/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.3988493Z [4910/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l16c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.5130069Z [4910/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.5142063Z [4911/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-8f8m9l32c16s1r-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.5644024Z [4911/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u16.c.o 2024-04-03T16:04:40.5654813Z [4912/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.5703363Z [4912/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:40.5705922Z [4913/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-9p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.6209862Z [4913/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u48.c.o 2024-04-03T16:04:40.6214346Z [4914/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p16c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.9592006Z [4914/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u64.c.o 2024-04-03T16:04:40.9596187Z [4915/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u32.c.o 2024-04-03T16:04:40.9600375Z [4915/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:40.9611309Z [4916/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-dwconv/gen/qu8-dwconv-25p32c-minmax-fp32-avx512skx-mul32.c.o 2024-04-03T16:04:40.9615480Z [4916/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:40.9619299Z [4917/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u16.c.o 2024-04-03T16:04:41.0878155Z [4917/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:41.0888189Z [4918/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u64.c.o 2024-04-03T16:04:41.0931290Z [4918/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:41.0941573Z [4919/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-f32-vcvt/gen/qu8-f32-vcvt-avx512skx-u48.c.o 2024-04-03T16:04:41.4437824Z [4919/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:41.4450133Z [4920/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:41.4470807Z [4920/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:41.4474620Z [4921/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:41.4734198Z [4921/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:41.4745442Z [4922/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:41.6145035Z [4922/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:41.6149209Z [4923/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:41.6225569Z [4923/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:41.6236472Z [4924/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:41.8759937Z [4924/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:41.8770859Z [4925/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:41.9213268Z [4925/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:41.9231161Z [4926/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.0243353Z [4926/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.0246986Z [4927/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:42.0731836Z [4927/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:42.0736559Z [4928/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.2486088Z [4928/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.2496072Z [4929/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.3773575Z [4929/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:42.3784236Z [4930/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.4540783Z [4930/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.4551578Z [4931/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:42.5049644Z [4931/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:42.5060504Z [4932/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.5624688Z [4932/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.5634987Z [4933/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:42.7416032Z [4933/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:42.7427480Z [4934/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:42.8762051Z [4934/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.8765312Z [4935/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.9578022Z [4935/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.9589227Z [4936/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:42.9998852Z [4936/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:43.0002663Z [4937/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:43.0829568Z [4937/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.0840793Z [4938/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:43.2821492Z [4938/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.2832362Z [4939/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-gemm/gen/qu8-gemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.3247694Z [4939/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:43.3252802Z [4940/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.4042599Z [4940/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.4046309Z [4941/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:43.4550563Z [4941/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.4554171Z [4942/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-1x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.5138619Z [4942/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:43.5149396Z [4943/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.7246629Z [4943/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.7261514Z [4944/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:43.8315836Z [4944/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.8327121Z [4945/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-2x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:43.8608370Z [4945/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:43.8621067Z [4946/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.0186630Z [4946/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.0197393Z [4947/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:44.0423237Z [4947/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:44.0433963Z [4948/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-3x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.2172416Z [4948/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.2182722Z [4949/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x8c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.2983679Z [4949/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:44.2994099Z [4950/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:44.3397286Z [4950/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.3408328Z [4951/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-4x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.5093989Z [4951/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:44.5104311Z [4952/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.5125952Z [4952/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.5135695Z [4953/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-5x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:44.6560944Z [4953/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:44.6572548Z [4954/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:44.8134677Z [4954/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.8138145Z [4955/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-6x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:44.8181202Z [4955/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:04:44.8186217Z [4956/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:44.9102784Z [4956/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:04:44.9106260Z [4957/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-7x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:45.1280655Z [4957/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:04:45.1291474Z [4958/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx.c.o 2024-04-03T16:04:45.1679118Z [4958/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:04:45.1690245Z [4959/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:04:45.2007824Z [4959/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2024-04-03T16:04:45.2110898Z [4960/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-igemm/gen/qu8-igemm-8x16c8-minmax-fp32-avx512skx-prfm.c.o 2024-04-03T16:04:45.3726511Z [4960/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u128.c.o 2024-04-03T16:04:45.3730031Z [4961/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vadd/gen/qu8-vadd-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:04:45.4211373Z [4961/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u192.c.o 2024-04-03T16:04:45.4215059Z [4962/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u16.c.o 2024-04-03T16:04:45.7022038Z [4962/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u256.c.o 2024-04-03T16:04:45.7028043Z [4963/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u64.c.o 2024-04-03T16:04:45.7277267Z [4963/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u64.c.o 2024-04-03T16:04:45.7280814Z [4964/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qu8-vaddc/gen/qu8-vaddc-minmax-avx512skx-mul32-ld128-u32.c.o 2024-04-03T16:04:45.7889749Z [4964/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2024-04-03T16:04:45.7892804Z [4965/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u128.c.o 2024-04-03T16:04:45.8415819Z [4965/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u192.c.o 2024-04-03T16:04:45.8419575Z [4966/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u192.c.o 2024-04-03T16:04:45.8725740Z [4966/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u256.c.o 2024-04-03T16:04:45.8729026Z [4967/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512skx-vpshufb-u256.c.o 2024-04-03T16:04:46.0476167Z [4967/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:46.0487880Z [4968/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u128.c.o 2024-04-03T16:04:46.0812048Z [4968/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:46.0823279Z [4969/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u64.c.o 2024-04-03T16:04:46.1864755Z [4969/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:46.1876408Z [4970/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u192.c.o 2024-04-03T16:04:46.2359932Z [4970/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:46.2364202Z [4971/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/x8-lut/gen/x8-lut-avx512vbmi-vpermx2b-u256.c.o 2024-04-03T16:04:46.4049886Z [4971/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:46.4059623Z [4972/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:46.5798452Z [4972/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:46.5804908Z [4973/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:46.6136876Z [4973/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:46.6141090Z [4974/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:46.6787834Z [4974/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:46.6792045Z [4975/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:46.7598084Z [4975/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:46.7601002Z [4976/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:46.9292687Z [4976/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:46.9304126Z [4977/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:47.0651351Z [4977/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:47.0655315Z [4978/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:47.1352480Z [4978/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:47.1364223Z [4979/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:47.2114786Z [4979/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:47.2126127Z [4980/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:47.3456612Z [4980/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:47.3461175Z [4981/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:47.4493093Z [4981/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:47.4505149Z [4982/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:47.5861129Z [4982/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:47.5865554Z [4983/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:47.6393570Z [4983/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:47.6398088Z [4984/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:47.7823527Z [4984/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:47.7827505Z [4985/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:47.9258798Z [4985/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:47.9265897Z [4986/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:48.0879700Z [4986/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:48.0884622Z [4987/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:48.1227870Z [4987/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:48.1231833Z [4988/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:48.1889360Z [4988/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:48.1900235Z [4989/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:48.3072251Z [4989/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:48.3082930Z [4990/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:48.4343394Z [4990/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:48.4348554Z [4991/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:48.5801727Z [4991/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:48.5805609Z [4992/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:48.6235352Z [4992/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:48.6239104Z [4993/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:48.6737710Z [4993/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:48.6741696Z [4994/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:48.8353291Z [4994/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:48.8357287Z [4995/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:48.9523222Z [4995/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:48.9533758Z [4996/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:49.2400603Z [4996/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:49.2411973Z [4997/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:49.2934491Z [4997/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:49.2938739Z [4998/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:49.3754053Z [4998/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:49.3760972Z [4999/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:49.4870388Z [4999/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:49.4881769Z [5000/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:49.6667547Z [5000/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:49.6679458Z [5001/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:49.7585952Z [5001/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:49.7597796Z [5002/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:49.8019748Z [5002/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:49.8030624Z [5003/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-gemm/gen/qd8-f16-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:49.9054897Z [5003/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:49.9066205Z [5004/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:50.0794765Z [5004/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:50.0805251Z [5005/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:50.1503800Z [5005/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:50.1508648Z [5006/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:50.2518020Z [5006/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:50.2522500Z [5007/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:50.2970717Z [5007/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:50.2975399Z [5008/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:50.4393997Z [5008/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:50.4398699Z [5009/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:50.6478477Z [5009/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:50.6482243Z [5010/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:50.6904400Z [5010/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:50.6909327Z [5011/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:50.7266846Z [5011/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:50.7278048Z [5012/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:50.7726179Z [5012/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:50.7736172Z [5013/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:50.9317947Z [5013/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:50.9329106Z [5014/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:51.1437492Z [5014/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:51.1448746Z [5015/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:51.1825752Z [5015/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:51.1836953Z [5016/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:51.2333601Z [5016/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:51.2344637Z [5017/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:51.2927710Z [5017/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:51.2931548Z [5018/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:51.4824499Z [5018/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:51.4835965Z [5019/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc8w-igemm/gen/qd8-f16-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:51.6176669Z [5019/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:51.6183339Z [5020/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:51.6697592Z [5020/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:51.6701542Z [5021/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:51.7596764Z [5021/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:51.7600871Z [5022/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:51.7930703Z [5022/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:51.7937497Z [5023/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:52.0450857Z [5023/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:52.0462299Z [5024/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:52.0905228Z [5024/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:52.0908662Z [5025/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:52.1576650Z [5025/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:52.1579784Z [5026/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:52.2584428Z [5026/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:52.2588665Z [5027/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:52.2937428Z [5027/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:52.2948668Z [5028/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:52.5740020Z [5028/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:52.5751225Z [5029/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:52.6241988Z [5029/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:52.6246073Z [5030/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:52.7146089Z [5030/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:52.7157546Z [5031/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:52.7586437Z [5031/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:52.7597696Z [5032/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:52.8542005Z [5032/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:52.8553832Z [5033/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:53.0946266Z [5033/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:53.0957899Z [5034/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:53.1056743Z [5034/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:53.1067423Z [5035/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:53.2355920Z [5035/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:53.2367018Z [5036/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:53.3040593Z [5036/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:53.3045445Z [5037/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:53.3748697Z [5037/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:53.3752716Z [5038/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:53.5833946Z [5038/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:53.5840360Z [5039/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:53.6788939Z [5039/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:53.6794023Z [5040/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:53.7516087Z [5040/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:53.7527605Z [5041/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:53.7758351Z [5041/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:53.7770057Z [5042/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:53.8847628Z [5042/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:53.8852793Z [5043/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:54.0563420Z [5043/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:54.0571166Z [5044/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:54.2235836Z [5044/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:54.2247490Z [5045/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:54.2578652Z [5045/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:54.2582745Z [5046/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:54.3257442Z [5046/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:54.3261611Z [5047/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:54.4361865Z [5047/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:54.4365959Z [5048/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:54.6341053Z [5048/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:54.6344503Z [5049/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:54.7185972Z [5049/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:54.7197183Z [5050/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:54.7652025Z [5050/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:54.7662453Z [5051/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:54.8122048Z [5051/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:54.8131906Z [5052/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.0105993Z [5052/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:55.0117310Z [5053/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:55.1153502Z [5053/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.1165491Z [5054/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.2265286Z [5054/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:55.2269008Z [5055/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:55.3165458Z [5055/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.3169203Z [5056/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.3700985Z [5056/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:55.3704861Z [5057/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:55.5462596Z [5057/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.5470092Z [5058/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.6043072Z [5058/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:55.6047080Z [5059/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:55.6600672Z [5059/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.6605578Z [5060/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.7807965Z [5060/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:55.7811933Z [5061/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:55.8036489Z [5061/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.8041005Z [5062/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:55.9979605Z [5062/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:55.9986120Z [5063/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:56.0919996Z [5063/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:56.0924151Z [5064/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:56.1598715Z [5064/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:56.1602429Z [5065/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:56.3217723Z [5065/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:56.3229255Z [5066/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:56.3705309Z [5066/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:56.3716218Z [5067/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:56.5437756Z [5067/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:56.5441983Z [5068/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:56.6839366Z [5068/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:56.6850823Z [5069/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:56.7108740Z [5069/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:56.7119866Z [5070/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:56.8525066Z [5070/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:56.8528987Z [5071/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:56.8989169Z [5071/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:56.8995897Z [5072/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:57.0696087Z [5072/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:57.0707654Z [5073/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:57.2481832Z [5073/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:57.2485940Z [5074/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:57.2635124Z [5074/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:57.2639224Z [5075/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:57.3911278Z [5075/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:57.3915033Z [5076/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:57.4491400Z [5076/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:57.4501590Z [5077/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:57.6112069Z [5077/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:57.6123129Z [5078/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:57.7086717Z [5078/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:57.7098384Z [5079/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:57.7624069Z [5079/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:57.7627893Z [5080/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:57.9318689Z [5080/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:57.9322305Z [5081/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:57.9741337Z [5081/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:57.9745041Z [5082/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:58.1023918Z [5082/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:58.1027905Z [5083/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:58.2154900Z [5083/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:58.2158518Z [5084/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:58.2275190Z [5084/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:58.2279329Z [5085/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:58.4086149Z [5085/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:58.4090162Z [5086/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:58.4444519Z [5086/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:58.4448647Z [5087/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:58.5728577Z [5087/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:58.5741610Z [5088/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:58.7570258Z [5088/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:58.7582053Z [5089/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:58.8167902Z [5089/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:58.8171780Z [5090/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:58.9293622Z [5090/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:58.9297665Z [5091/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:58.9584501Z [5091/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:58.9591147Z [5092/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:59.0634606Z [5092/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:59.0638738Z [5093/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:59.2788215Z [5093/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:59.2799895Z [5094/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:59.3420253Z [5094/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:59.3430701Z [5095/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:59.4454697Z [5095/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:59.4458990Z [5096/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:59.4777716Z [5096/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:59.4781305Z [5097/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:59.5405456Z [5097/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:59.5411994Z [5098/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:59.7469052Z [5098/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:04:59.7480000Z [5099/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:59.8281963Z [5099/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:59.8292105Z [5100/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:59.9483043Z [5100/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:04:59.9494199Z [5101/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:04:59.9862796Z [5101/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:04:59.9872815Z [5102/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:00.1492832Z [5102/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:00.1504334Z [5103/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:00.2118437Z [5103/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:00.2129961Z [5104/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:00.2144186Z [5104/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:00.2154555Z [5105/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:00.4112453Z [5105/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:00.4123920Z [5106/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:00.5190965Z [5106/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:00.5202287Z [5107/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:00.6559669Z [5107/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:00.6563498Z [5108/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:00.7171617Z [5108/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:00.7176588Z [5109/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:00.7318178Z [5109/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:00.7328031Z [5110/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:00.9610676Z [5110/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:00.9620121Z [5111/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:01.0861087Z [5111/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:01.0872353Z [5112/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:01.1321904Z [5112/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:01.1333143Z [5113/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:01.1876674Z [5113/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:01.1888247Z [5114/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:01.2412027Z [5114/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:01.2423947Z [5115/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-gemm/gen/qd8-f32-qc8w-gemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:01.4851889Z [5115/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:01.4858466Z [5116/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:01.6382528Z [5116/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:01.6386007Z [5117/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:01.6440690Z [5117/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:01.6445445Z [5118/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:01.7444705Z [5118/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:01.7451462Z [5119/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:01.7928125Z [5119/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:01.7939359Z [5120/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:01.9981280Z [5120/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:01.9985248Z [5121/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:02.1309506Z [5121/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:02.1316224Z [5122/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:02.1697676Z [5122/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:02.1702972Z [5123/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:02.3363415Z [5123/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:02.3369772Z [5124/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:02.3772999Z [5124/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:02.3776719Z [5125/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:02.5517691Z [5125/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:02.5529132Z [5126/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:02.6877937Z [5126/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:02.6882161Z [5127/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:02.7411179Z [5127/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:02.7415405Z [5128/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:02.8879902Z [5128/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:02.8888371Z [5129/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:02.9868623Z [5129/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:02.9879176Z [5130/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:03.1103786Z [5130/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:03.1114735Z [5131/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:03.2492902Z [5131/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:03.2504252Z [5132/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:03.2896531Z [5132/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:03.2901488Z [5133/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:03.4202963Z [5133/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:03.4207110Z [5134/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:03.4638709Z [5134/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:03.4646634Z [5135/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:03.6711957Z [5135/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:03.6716081Z [5136/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:03.7944754Z [5136/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:03.7949384Z [5137/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:03.8395344Z [5137/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:03.8400524Z [5138/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:03.9364365Z [5138/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:03.9368396Z [5139/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:04.0473405Z [5139/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:04.0484727Z [5140/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:04.2679164Z [5140/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:04.2684822Z [5141/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:04.3134595Z [5141/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:04.3138662Z [5142/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:04.3860462Z [5142/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:04.3864393Z [5143/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:04.5092892Z [5143/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:04.5097809Z [5144/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:04.5580453Z [5144/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:04.5583821Z [5145/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:04.7278035Z [5145/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:04.7282363Z [5146/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:04.7651796Z [5146/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:04.7655939Z [5147/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:04.9633605Z [5147/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:04.9645308Z [5148/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:04.9847227Z [5148/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:04.9850764Z [5149/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:05.1185186Z [5149/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:05.1192057Z [5150/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:05.1681011Z [5150/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:05.1684887Z [5151/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:05.2980177Z [5151/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:05.2984141Z [5152/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:05.4840382Z [5152/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:05.4844533Z [5153/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:05.5291536Z [5153/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:05.5298220Z [5154/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:05.6377373Z [5154/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:05.6381514Z [5155/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:05.6826411Z [5155/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:05.6830429Z [5156/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:05.8229391Z [5156/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:05.8233163Z [5157/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:05.9633499Z [5157/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:05.9637749Z [5158/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:06.0881325Z [5158/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:06.0885312Z [5159/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x8c8-minmax-avx512vnni.c.o 2024-04-03T16:05:06.1285288Z [5159/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:06.1289316Z [5160/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:06.1744877Z [5160/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:06.1749660Z [5161/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:06.2949204Z [5161/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:06.2955884Z [5162/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:06.5081247Z [5162/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:06.5092582Z [5163/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc8w-igemm/gen/qd8-f32-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:06.5489797Z [5163/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:06.5501880Z [5164/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:06.6457345Z [5164/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:06.6464153Z [5165/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:06.6810534Z [5165/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:06.6815507Z [5166/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:06.8414489Z [5166/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:06.8425945Z [5167/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:07.0147735Z [5167/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:07.0159113Z [5168/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:07.0460754Z [5168/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:07.0466090Z [5169/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-1x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:07.1404811Z [5169/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:07.1409789Z [5170/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:07.1945801Z [5170/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:07.1950531Z [5171/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:07.3624902Z [5171/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:07.3636247Z [5172/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:07.4865543Z [5172/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:07.4869649Z [5173/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:07.5199204Z [5173/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:07.5203246Z [5174/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:07.6423263Z [5174/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:07.6427364Z [5175/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:07.6854013Z [5175/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:07.6857961Z [5176/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-2x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:07.8841552Z [5176/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:07.8852823Z [5177/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.0376065Z [5177/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.0387508Z [5178/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.0471633Z [5178/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.0475664Z [5179/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.1801575Z [5179/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.1805783Z [5180/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.2148356Z [5180/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.2152229Z [5181/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-3x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.3694989Z [5181/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.3699311Z [5182/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.4920906Z [5182/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.4932361Z [5183/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.5376044Z [5183/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.5387665Z [5184/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.7518933Z [5184/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.7530087Z [5185/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.7746382Z [5185/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.7750565Z [5186/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.9486920Z [5186/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.9497967Z [5187/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-4x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:08.9906546Z [5187/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:08.9917676Z [5188/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:09.0397224Z [5188/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:09.0408232Z [5189/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:09.3157358Z [5189/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:09.3168103Z [5190/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:09.3287698Z [5190/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:09.3298719Z [5191/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:09.4638075Z [5191/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:09.4649029Z [5192/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:09.4922150Z [5192/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:09.4933333Z [5193/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-5x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:09.5010826Z [5193/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:09.5021916Z [5194/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:09.7851367Z [5194/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:09.7863387Z [5195/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:09.7921235Z [5195/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:09.7931176Z [5196/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:09.9015501Z [5196/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:09.9026164Z [5197/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:09.9187537Z [5197/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:09.9197813Z [5198/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:10.0866749Z [5198/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:10.0870528Z [5199/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-6x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.2189107Z [5199/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.2193121Z [5200/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:10.3038527Z [5200/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:10.3045133Z [5201/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.4022682Z [5201/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.4026619Z [5202/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.4430463Z [5202/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:10.4434347Z [5203/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:10.6089773Z [5203/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.6101536Z [5204/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.7998968Z [5204/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:10.8010019Z [5205/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.8141451Z [5205/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.8151546Z [5206/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-7x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:10.8423623Z [5206/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:10.8427566Z [5207/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.9345098Z [5207/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:10.9349778Z [5208/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:11.0963604Z [5208/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:11.0968893Z [5209/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c4-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:11.3069112Z [5209/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:11.3071479Z [5210/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:11.3158310Z [5210/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:11.3162069Z [5211/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-gemm/gen/qs8-qc8w-gemm-8x16c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:11.4552462Z [5211/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:11.4556890Z [5212/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:11.5943854Z [5212/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:11.5950357Z [5213/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:11.6737048Z [5213/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:11.6743552Z [5214/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:11.8642523Z [5214/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:11.8653401Z [5215/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:11.9211328Z [5215/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:11.9214167Z [5216/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:12.0019056Z [5216/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:12.0023158Z [5217/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-1x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:12.1428560Z [5217/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:12.1440710Z [5218/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:12.3681620Z [5218/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:12.3689604Z [5219/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:12.4050465Z [5219/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:12.4054687Z [5220/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:12.4887530Z [5220/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:12.4898751Z [5221/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:12.5316148Z [5221/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:12.5326991Z [5222/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:12.6926818Z [5222/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:12.6937869Z [5223/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-2x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:12.8700159Z [5223/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:12.8711955Z [5224/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:12.9148464Z [5224/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:12.9160056Z [5225/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:13.0857148Z [5225/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:13.0867139Z [5226/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:13.0979528Z [5226/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:13.0987668Z [5227/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:13.2062106Z [5227/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:13.2066058Z [5228/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:13.3461068Z [5228/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:13.3472570Z [5229/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-3x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:13.4516247Z [5229/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:13.4520158Z [5230/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:13.5407258Z [5230/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:13.5411106Z [5231/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:13.5972006Z [5231/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:13.5975946Z [5232/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:13.7280837Z [5232/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:13.7284333Z [5233/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:13.8907162Z [5233/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:13.8913630Z [5234/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:13.9220093Z [5234/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:13.9231056Z [5235/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-4x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:13.9653318Z [5235/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:13.9657284Z [5236/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:14.0512462Z [5236/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:14.0517534Z [5237/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:14.3195444Z [5237/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:14.3206655Z [5238/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:14.3728717Z [5238/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:14.3732471Z [5239/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:14.3743319Z [5239/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:14.3749939Z [5240/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:14.5117722Z [5240/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:14.5122571Z [5241/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:14.5210567Z [5241/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:14.5220714Z [5242/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-5x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:14.8057317Z [5242/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:14.8061184Z [5243/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:14.8448629Z [5243/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:14.8459950Z [5244/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:14.9555728Z [5244/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:14.9566883Z [5245/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:15.0256792Z [5245/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:15.0267929Z [5246/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:15.0648075Z [5246/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:15.0651676Z [5247/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-6x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:15.2798906Z [5247/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:15.2810292Z [5248/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:15.3585690Z [5248/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:15.3610165Z [5249/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:15.3969101Z [5249/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:15.3977336Z [5250/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:15.5480115Z [5250/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:15.5491529Z [5251/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:15.5708807Z [5251/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:15.5720001Z [5252/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:15.7471421Z [5252/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:15.7482379Z [5253/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-7x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:15.8357450Z [5253/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:15.8368357Z [5254/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni.c.o 2024-04-03T16:05:15.8839228Z [5254/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:15.8851568Z [5255/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x8c8-minmax-fp32-avx512vnni-prfm.c.o 2024-04-03T16:05:16.0997875Z [5255/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:16.1001631Z [5256/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:16.1406708Z [5256/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:16.1410697Z [5257/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c4-minmax-avx512vnni.c.o 2024-04-03T16:05:16.2388221Z [5257/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:16.2392242Z [5258/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni-prfm.c.o 2024-04-03T16:05:16.3554714Z [5258/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:16.3561488Z [5259/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qs8-qc8w-igemm/gen/qs8-qc8w-igemm-8x16c8-minmax-avx512vnni.c.o 2024-04-03T16:05:16.3904432Z [5259/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:16.3916073Z [5260/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:16.6096966Z [5260/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:16.6106612Z [5261/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:16.7045845Z [5261/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:16.7052690Z [5262/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:16.8042440Z [5262/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:16.8046567Z [5263/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:16.8512442Z [5263/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:16.8516662Z [5264/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:16.9054570Z [5264/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:16.9060597Z [5265/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.1163460Z [5265/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:17.1174087Z [5266/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:17.3003562Z [5266/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.3014531Z [5267/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.3545144Z [5267/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:17.3549418Z [5268/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:17.3664780Z [5268/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.3668717Z [5269/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.4223263Z [5269/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:17.4227541Z [5270/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:17.6335117Z [5270/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.6346743Z [5271/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.7958093Z [5271/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:17.7968787Z [5272/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:17.8590442Z [5272/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.8599768Z [5273/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.8939770Z [5273/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:17.8948984Z [5274/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.9421066Z [5274/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:17.9429818Z [5275/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f16-qc4w-gemm/gen/qd8-f16-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:18.1508644Z [5275/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:18.1520247Z [5276/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:18.3381730Z [5276/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:18.3393348Z [5277/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:18.3809990Z [5277/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:18.3813045Z [5278/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:18.4544471Z [5278/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:18.4549059Z [5279/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:18.4998786Z [5279/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:18.5003104Z [5280/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:18.7562745Z [5280/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:18.7566699Z [5281/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-1x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:18.8477185Z [5281/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:18.8485843Z [5282/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:18.8873410Z [5282/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:18.8884637Z [5283/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:19.0358869Z [5283/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:19.0370169Z [5284/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:19.0673197Z [5284/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:19.0684823Z [5285/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:19.2599962Z [5285/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:19.2604063Z [5286/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:19.3294424Z [5286/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:19.3299858Z [5287/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-2x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:19.3830583Z [5287/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:19.3834768Z [5288/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:19.4841650Z [5288/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:19.4848764Z [5289/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:19.5915231Z [5289/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:19.5919271Z [5290/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:19.8951367Z [5290/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:19.8963015Z [5291/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:19.9902971Z [5291/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:19.9914129Z [5292/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:19.9971468Z [5292/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:19.9983024Z [5293/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-3x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:20.0330004Z [5293/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:20.0334238Z [5294/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:20.2564113Z [5294/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:20.2570777Z [5295/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:20.3959146Z [5295/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:20.3970987Z [5296/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:20.5269235Z [5296/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:20.5281095Z [5297/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:20.5500959Z [5297/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:20.5505521Z [5298/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:20.5659636Z [5298/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:20.5663723Z [5299/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-4x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:20.7608316Z [5299/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:20.7620388Z [5300/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:20.8753025Z [5300/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:20.8759660Z [5301/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.0370502Z [5301/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.0375074Z [5302/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.0718372Z [5302/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.0722238Z [5303/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.1036041Z [5303/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.1041419Z [5304/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.2119572Z [5304/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.2123563Z [5305/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-5x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.4179304Z [5305/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.4192909Z [5306/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.4990447Z [5306/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.4994506Z [5307/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.5606450Z [5307/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.5610418Z [5308/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.6084184Z [5308/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.6090785Z [5309/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.7447587Z [5309/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.7459679Z [5310/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.9213267Z [5310/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.9225292Z [5311/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-6x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:21.9673730Z [5311/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:21.9677680Z [5312/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:22.0478627Z [5312/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:22.0482776Z [5313/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:22.1111835Z [5313/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:22.1115740Z [5314/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:22.2151183Z [5314/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:22.2155261Z [5315/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:22.4196833Z [5315/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:22.4208915Z [5316/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:22.4677301Z [5316/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:22.4684088Z [5317/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-7x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:22.5641635Z [5317/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:22.5653301Z [5318/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:22.6147255Z [5318/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:22.6159160Z [5319/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x8c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:22.7917168Z [5319/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-04-03T16:05:22.7922589Z [5320/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-64.c.o 2024-04-03T16:05:22.8096211Z [5320/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-04-03T16:05:22.8108144Z [5321/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:22.9261587Z [5321/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-04-03T16:05:22.9271854Z [5322/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2-k-over-2048.c.o 2024-04-03T16:05:22.9725434Z [5322/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-04-03T16:05:22.9729013Z [5323/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni-prfm.c.o 2024-04-03T16:05:22.9739579Z [5323/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-04-03T16:05:22.9744125Z [5324/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-4.c.o 2024-04-03T16:05:23.0419897Z [5324/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-04-03T16:05:23.0423206Z [5325/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c4-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:23.0687008Z [5325/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-04-03T16:05:23.0690425Z [5326/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/qd8-f32-qc4w-gemm/gen/qd8-f32-qc4w-gemm-8x16c8-minmax-avx512vnnigfni.c.o 2024-04-03T16:05:23.1263387Z [5326/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-04-03T16:05:23.1266473Z [5327/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-8.c.o 2024-04-03T16:05:23.1615499Z [5327/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-04-03T16:05:23.1618464Z [5328/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-16.c.o 2024-04-03T16:05:23.2213143Z [5328/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-04-03T16:05:23.2216075Z [5329/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-64.c.o 2024-04-03T16:05:23.2313562Z [5329/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-04-03T16:05:23.2316438Z [5330/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-32.c.o 2024-04-03T16:05:23.3317017Z [5330/8653] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2024-04-03T16:05:23.3324657Z [5331/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/exp2minus-k-over-2048.c.o 2024-04-03T16:05:23.3571648Z [5331/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-04-03T16:05:23.3575144Z [5332/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-all.dir/src/tables/vlog.c.o 2024-04-03T16:05:23.3637624Z [5332/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-04-03T16:05:23.3640972Z [5333/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-2048.c.o 2024-04-03T16:05:23.5156395Z [5333/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-04-03T16:05:23.5164981Z [5334/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-8.c.o 2024-04-03T16:05:23.6971263Z [5334/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-04-03T16:05:23.6979851Z [5335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnnigfni.c.o 2024-04-03T16:05:23.8834066Z [5335/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-04-03T16:05:23.8837514Z [5336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-64.c.o 2024-04-03T16:05:24.0439862Z [5336/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-04-03T16:05:24.0448954Z [5337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse41.c.o 2024-04-03T16:05:24.1999796Z [5337/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-04-03T16:05:24.2010810Z [5338/8653] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o 2024-04-03T16:05:24.3368789Z [5338/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-04-03T16:05:24.3377794Z [5339/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx.c.o 2024-04-03T16:05:24.4436789Z [5339/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-04-03T16:05:24.4445262Z [5340/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/scalar.c.o 2024-04-03T16:05:24.5478332Z [5340/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-04-03T16:05:24.5487937Z [5341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-4.c.o 2024-04-03T16:05:24.6438559Z [5341/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-04-03T16:05:24.6447145Z [5342/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/ssse3.c.o 2024-04-03T16:05:24.6589219Z [5342/8653] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2024-04-03T16:05:24.6597416Z [5343/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/xop.c.o 2024-04-03T16:05:25.0148877Z [5343/8653] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2024-04-03T16:05:25.0157291Z [5344/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512skx.c.o 2024-04-03T16:05:25.0596178Z [5344/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-04-03T16:05:25.0598995Z [5345/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/f16c.c.o 2024-04-03T16:05:25.1980999Z [5345/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-04-03T16:05:25.1989524Z [5346/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-2048.c.o 2024-04-03T16:05:25.2324628Z [5346/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-04-03T16:05:25.2333394Z [5347/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse2.c.o 2024-04-03T16:05:25.2849016Z [5347/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-04-03T16:05:25.2857478Z [5348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-32.c.o 2024-04-03T16:05:25.3625439Z [5348/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-04-03T16:05:25.3634733Z [5349/8653] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o 2024-04-03T16:05:25.3899396Z [5349/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-04-03T16:05:25.3902134Z [5350/8653] Building CXX object third_party/googletest/googlemock/CMakeFiles/gmock_main.dir/src/gmock_main.cc.o 2024-04-03T16:05:25.4564941Z [5350/8653] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-04-03T16:05:25.4572275Z [5351/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/vlog.c.o 2024-04-03T16:05:25.5723373Z [5351/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-04-03T16:05:25.5731972Z [5352/8653] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/operator-type.c.o 2024-04-03T16:05:25.6040348Z [5352/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-04-03T16:05:25.6043068Z [5353/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vbmi.c.o 2024-04-03T16:05:25.6615420Z [5353/8653] Building C object confu-deps/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-04-03T16:05:25.6618591Z [5354/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2minus-k-over-16.c.o 2024-04-03T16:05:25.8560650Z [5354/8653] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-04-03T16:05:25.8570106Z [5355/8653] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/log.c.o 2024-04-03T16:05:25.8610709Z [5355/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-04-03T16:05:25.8619667Z [5356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/hardware-config.dir/src/configs/hardware-config.c.o 2024-04-03T16:05:25.8935234Z [5356/8653] Building C object confu-deps/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-04-03T16:05:25.8937851Z [5357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512vnni.c.o 2024-04-03T16:05:25.9601174Z [5357/8653] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-04-03T16:05:25.9603639Z [5358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx512f.c.o 2024-04-03T16:05:26.0442577Z [5358/8653] Building C object confu-deps/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-04-03T16:05:26.0452148Z [5359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/normalization.dir/src/normalization.c.o 2024-04-03T16:05:26.0943339Z [5359/8653] Building C object confu-deps/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-04-03T16:05:26.0952614Z [5360/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microparams-init.dir/src/microparams-init.c.o 2024-04-03T16:05:26.1879367Z [5360/8653] Building C object confu-deps/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-04-03T16:05:26.1881421Z [5361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/packing.dir/src/packing.c.o 2024-04-03T16:05:26.2245230Z [5361/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-04-03T16:05:26.2247972Z [5362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/allocator.dir/src/allocator.c.o 2024-04-03T16:05:26.2838658Z [5362/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-04-03T16:05:26.2840939Z [5363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/cache.dir/src/cache.c.o 2024-04-03T16:05:26.2977516Z [5363/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-04-03T16:05:26.2980161Z [5364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/memory.dir/src/memory.c.o 2024-04-03T16:05:26.3872083Z [5364/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-04-03T16:05:26.3875347Z [5365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernel-utils.dir/src/microkernel-utils.c.o 2024-04-03T16:05:26.4331781Z [5365/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-04-03T16:05:26.4340206Z [5366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/sse.c.o 2024-04-03T16:05:26.4837335Z [5366/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-04-03T16:05:26.4845161Z [5367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/tables/exp2-k-over-64.c.o 2024-04-03T16:05:26.6749116Z [5367/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-04-03T16:05:26.6757697Z [5368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/softmax-nc.c.o 2024-04-03T16:05:26.7256678Z [5368/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-04-03T16:05:26.7263398Z [5369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/transpose-nd.c.o 2024-04-03T16:05:26.8001986Z [5369/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-04-03T16:05:26.8004333Z [5370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unary-elementwise-nc.c.o 2024-04-03T16:05:26.9175878Z [5370/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-04-03T16:05:26.9183418Z [5371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/fma3.c.o 2024-04-03T16:05:26.9597759Z [5371/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-04-03T16:05:26.9600772Z [5372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/unpooling-nhwc.c.o 2024-04-03T16:05:27.0239376Z [5372/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-04-03T16:05:27.0241573Z [5373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operator-utils.dir/src/operator-utils.c.o 2024-04-03T16:05:27.0541731Z [5373/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-04-03T16:05:27.0544572Z [5374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operator-run.dir/src/operator-run.c.o 2024-04-03T16:05:27.1248543Z [5374/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-04-03T16:05:27.1250894Z [5375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/microkernels-prod.dir/src/amalgam/gen/avx2.c.o 2024-04-03T16:05:27.1648439Z [5375/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-04-03T16:05:27.1650776Z [5376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/memory-planner.c.o 2024-04-03T16:05:27.2351574Z [5376/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-04-03T16:05:27.2354830Z [5377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/runtime.c.o 2024-04-03T16:05:27.2638220Z [5377/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-04-03T16:05:27.2640595Z [5378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph.c.o 2024-04-03T16:05:27.3427536Z [5378/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-04-03T16:05:27.3430323Z [5379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/add2.c.o 2024-04-03T16:05:27.4042738Z [5379/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-04-03T16:05:27.4051211Z [5380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/abs.c.o 2024-04-03T16:05:27.4297053Z [5380/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-04-03T16:05:27.4305745Z [5381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/argmax-pooling-2d.c.o 2024-04-03T16:05:27.4971426Z [5381/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-04-03T16:05:27.4979908Z [5382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/average-pooling-2d.c.o 2024-04-03T16:05:27.5290449Z [5382/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-04-03T16:05:27.5299477Z [5383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/bankers-rounding.c.o 2024-04-03T16:05:27.6149240Z [5383/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-04-03T16:05:27.6157207Z [5384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/batch-matrix-multiply.c.o 2024-04-03T16:05:27.6653205Z [5384/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-04-03T16:05:27.6655696Z [5385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/ceiling.c.o 2024-04-03T16:05:27.7313101Z [5385/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-04-03T16:05:27.7315318Z [5386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/clamp.c.o 2024-04-03T16:05:27.7701138Z [5386/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-04-03T16:05:27.7706435Z [5387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/concatenate.c.o 2024-04-03T16:05:27.8418963Z [5387/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-04-03T16:05:27.8421538Z [5388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convert.c.o 2024-04-03T16:05:27.9152927Z [5388/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-04-03T16:05:27.9155710Z [5389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/copy.c.o 2024-04-03T16:05:27.9679305Z [5389/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-04-03T16:05:27.9681764Z [5390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/deconvolution-2d.c.o 2024-04-03T16:05:27.9812624Z [5390/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-04-03T16:05:27.9814958Z [5391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/convolution-2d.c.o 2024-04-03T16:05:28.0799173Z [5391/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-04-03T16:05:28.0801676Z [5392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depth-to-space-2d.c.o 2024-04-03T16:05:28.0968201Z [5392/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-04-03T16:05:28.0975131Z [5393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/depthwise-convolution-2d.c.o 2024-04-03T16:05:28.1879101Z [5393/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-04-03T16:05:28.1881355Z [5394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/divide.c.o 2024-04-03T16:05:28.1954816Z [5394/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-04-03T16:05:28.1957171Z [5395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/elu.c.o 2024-04-03T16:05:28.2315927Z [5395/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-04-03T16:05:28.2318775Z [5396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/even-split.c.o 2024-04-03T16:05:28.3478392Z [5396/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-04-03T16:05:28.3485616Z [5397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected-sparse.c.o 2024-04-03T16:05:28.3861832Z [5397/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-04-03T16:05:28.3868888Z [5398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/floor.c.o 2024-04-03T16:05:28.4508386Z [5398/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-04-03T16:05:28.4510865Z [5399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/fully-connected.c.o 2024-04-03T16:05:28.4803017Z [5399/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-04-03T16:05:28.4806240Z [5400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-sum-pooling.c.o 2024-04-03T16:05:28.5165859Z [5400/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-04-03T16:05:28.5173038Z [5401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/global-average-pooling.c.o 2024-04-03T16:05:28.6213348Z [5401/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-04-03T16:05:28.6220388Z [5402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/hardswish.c.o 2024-04-03T16:05:28.6595680Z [5402/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-04-03T16:05:28.6598017Z [5403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/leaky-relu.c.o 2024-04-03T16:05:28.7326312Z [5403/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-04-03T16:05:28.7328762Z [5404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/maximum2.c.o 2024-04-03T16:05:28.7906419Z [5404/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-04-03T16:05:28.7908782Z [5405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/max-pooling-2d.c.o 2024-04-03T16:05:28.7969707Z [5405/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-04-03T16:05:28.7972202Z [5406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/minimum2.c.o 2024-04-03T16:05:28.9085192Z [5406/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-04-03T16:05:28.9087834Z [5407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/multiply2.c.o 2024-04-03T16:05:28.9463806Z [5407/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-04-03T16:05:28.9466181Z [5408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/negate.c.o 2024-04-03T16:05:28.9902608Z [5408/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-04-03T16:05:28.9904869Z [5409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/reshape-helpers.c.o 2024-04-03T16:05:29.0432510Z [5409/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-04-03T16:05:29.0435055Z [5410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/prelu.c.o 2024-04-03T16:05:29.0895491Z [5410/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-04-03T16:05:29.0898454Z [5411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/scaled-dot-product-attention.c.o 2024-04-03T16:05:29.1689562Z [5411/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-04-03T16:05:29.1691908Z [5412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/sigmoid.c.o 2024-04-03T16:05:29.2210665Z [5412/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-04-03T16:05:29.2212440Z [5413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/softmax.c.o 2024-04-03T16:05:29.2852166Z [5413/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-04-03T16:05:29.2854751Z [5414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/space-to-depth-2d.c.o 2024-04-03T16:05:29.3502852Z [5414/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-04-03T16:05:29.3505351Z [5415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square-root.c.o 2024-04-03T16:05:29.3545691Z [5415/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-04-03T16:05:29.3548116Z [5416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/square.c.o 2024-04-03T16:05:29.4415517Z [5416/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-04-03T16:05:29.4418139Z [5417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/squared-difference.c.o 2024-04-03T16:05:29.4962276Z [5417/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-04-03T16:05:29.4964785Z [5418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-constant-pad.c.o 2024-04-03T16:05:29.5657931Z [5418/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-04-03T16:05:29.5660843Z [5419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-reshape.c.o 2024-04-03T16:05:29.5943273Z [5419/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-04-03T16:05:29.5950968Z [5420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-mean.c.o 2024-04-03T16:05:29.6680837Z [5420/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-04-03T16:05:29.6687981Z [5421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-resize-bilinear-2d.c.o 2024-04-03T16:05:29.7045939Z [5421/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-04-03T16:05:29.7054084Z [5422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-slice.c.o 2024-04-03T16:05:29.7567137Z [5422/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-04-03T16:05:29.7575192Z [5423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/static-transpose.c.o 2024-04-03T16:05:29.8370696Z [5423/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-04-03T16:05:29.8378474Z [5424/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/subtract.c.o 2024-04-03T16:05:29.8756598Z [5424/8653] Building CXX object confu-deps/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-04-03T16:05:29.8759868Z [5425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/tanh.c.o 2024-04-03T16:05:29.9411622Z [5425/8653] Building C object confu-deps/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-04-03T16:05:29.9414886Z [5426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/unpooling-2d.c.o 2024-04-03T16:05:29.9922965Z [5426/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-04-03T16:05:29.9925335Z [5427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/tensor.c.o 2024-04-03T16:05:30.0195065Z [5427/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-04-03T16:05:30.0197554Z [5428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/subgraph.dir/src/subgraph/validation.c.o 2024-04-03T16:05:30.0884521Z [5428/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-04-03T16:05:30.0887321Z [5429/8653] Building C object confu-deps/XNNPACK/CMakeFiles/post-operation.dir/src/operators/post-operation.c.o 2024-04-03T16:05:30.1434717Z [5429/8653] Linking CXX static library lib/libgtest.a 2024-04-03T16:05:30.1435977Z [5430/8653] Linking CXX static library lib/libgtest.a 2024-04-03T16:05:30.1575415Z [5430/8653] Linking CXX static library lib/libgmock.a 2024-04-03T16:05:30.1577792Z [5431/8653] Building CXX object confu-deps/XNNPACK/CMakeFiles/convolution-test-helpers.dir/test/convolution-test-helpers.cc.o 2024-04-03T16:05:30.1645418Z [5431/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-04-03T16:05:30.1647202Z [5432/8653] Linking CXX static library lib/libgmock.a 2024-04-03T16:05:30.1845526Z [5432/8653] Linking CXX static library lib/libgmock_main.a 2024-04-03T16:05:30.1846836Z [5433/8653] Linking CXX static library lib/libgmock_main.a 2024-04-03T16:05:30.2201707Z [5433/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-04-03T16:05:30.2204321Z [5434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/argmaxpool-config.c.o 2024-04-03T16:05:30.2638294Z [5434/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-04-03T16:05:30.2640800Z [5435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/binary-elementwise-config.c.o 2024-04-03T16:05:30.3220083Z [5435/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-04-03T16:05:30.3222585Z [5436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/avgpool-config.c.o 2024-04-03T16:05:30.4063898Z [5436/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-04-03T16:05:30.4066465Z [5437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/cmul-config.c.o 2024-04-03T16:05:30.4474922Z [5437/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-04-03T16:05:30.4477520Z [5438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/conv-hwc2chw-config.c.o 2024-04-03T16:05:30.5029944Z [5438/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-04-03T16:05:30.5038031Z [5439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/experiments-config.c.o 2024-04-03T16:05:30.5328249Z [5439/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-04-03T16:05:30.5330752Z [5440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv-config.c.o 2024-04-03T16:05:30.6027463Z [5440/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-04-03T16:05:30.6030068Z [5441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-config.c.o 2024-04-03T16:05:30.6643578Z [5441/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-04-03T16:05:30.6645873Z [5442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/dwconv2d-chw-config.c.o 2024-04-03T16:05:30.6772875Z [5442/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-04-03T16:05:30.6775569Z [5443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gavgpool-cw-config.c.o 2024-04-03T16:05:30.7917895Z [5443/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-04-03T16:05:30.7921011Z [5444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-chw-config.c.o 2024-04-03T16:05:30.8299347Z [5444/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-04-03T16:05:30.8302029Z [5445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/ibilinear-config.c.o 2024-04-03T16:05:30.9137065Z [5445/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-04-03T16:05:30.9139658Z [5446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/maxpool-config.c.o 2024-04-03T16:05:30.9272513Z [5446/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-04-03T16:05:30.9275223Z [5447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/lut32norm-config.c.o 2024-04-03T16:05:30.9624004Z [5447/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-04-03T16:05:30.9626264Z [5448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/gemm-config.c.o 2024-04-03T16:05:31.0561878Z [5448/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-04-03T16:05:31.0564048Z [5449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/pavgpool-config.c.o 2024-04-03T16:05:31.0898173Z [5449/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-04-03T16:05:31.0901006Z [5450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/raddstoreexpminusmax-config.c.o 2024-04-03T16:05:31.1291231Z [5450/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-04-03T16:05:31.1293778Z [5451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/prelu-config.c.o 2024-04-03T16:05:31.1829049Z [5451/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-04-03T16:05:31.1831539Z [5452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/reduce-config.c.o 2024-04-03T16:05:31.2206059Z [5452/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-04-03T16:05:31.2208476Z [5453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/rmax-config.c.o 2024-04-03T16:05:31.2988654Z [5453/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-04-03T16:05:31.2991139Z [5454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/spmm-config.c.o 2024-04-03T16:05:31.3499651Z [5454/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-04-03T16:05:31.3502034Z [5455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unary-elementwise-config.c.o 2024-04-03T16:05:31.4161909Z [5455/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-04-03T16:05:31.4164688Z [5456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/unpool-config.c.o 2024-04-03T16:05:31.4214842Z [5456/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-04-03T16:05:31.4222702Z [5457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/transpose-config.c.o 2024-04-03T16:05:31.5072557Z [5457/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-04-03T16:05:31.5080396Z [5458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/vmulcaddc-config.c.o 2024-04-03T16:05:31.5376750Z [5458/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-04-03T16:05:31.5384533Z [5459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-fill-config.c.o 2024-04-03T16:05:31.6003133Z [5459/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-04-03T16:05:31.6005734Z [5460/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/xx-pad-config.c.o 2024-04-03T16:05:31.6410109Z [5460/8653] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2024-04-03T16:05:31.6412252Z [5461/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/zip-config.c.o 2024-04-03T16:05:31.6997060Z [5461/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2024-04-03T16:05:31.6999279Z [5462/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/params.c.o 2024-04-03T16:05:31.7296875Z [5462/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2024-04-03T16:05:31.7299529Z [5463/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/configs/x8-lut-config.c.o 2024-04-03T16:05:31.7896202Z [5463/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2024-04-03T16:05:31.7898592Z [5464/8653] Building C object confu-deps/XNNPACK/CMakeFiles/XNNPACK.dir/src/init.c.o 2024-04-03T16:05:32.1522869Z [5464/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2024-04-03T16:05:32.1525517Z [5465/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_name.cc.o 2024-04-03T16:05:32.1587807Z [5465/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2024-04-03T16:05:32.1595428Z [5466/8653] Building CXX object third_party/googletest/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o 2024-04-03T16:05:32.1760688Z [5466/8653] Linking CXX static library lib/libgtest_main.a 2024-04-03T16:05:32.1762340Z [5467/8653] Linking CXX static library lib/libgtest_main.a 2024-04-03T16:05:32.2736958Z [5467/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2024-04-03T16:05:32.2745216Z [5468/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_api_internal.cc.o 2024-04-03T16:05:32.3946989Z [5468/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2024-04-03T16:05:32.3954719Z [5469/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark.cc.o 2024-04-03T16:05:32.5558252Z [5469/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2024-04-03T16:05:32.5565755Z [5470/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_register.cc.o 2024-04-03T16:05:32.7663102Z [5470/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2024-04-03T16:05:32.7670755Z [5471/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/colorprint.cc.o 2024-04-03T16:05:32.8161867Z [5471/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2024-04-03T16:05:32.8168194Z [5472/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/commandlineflags.cc.o 2024-04-03T16:05:32.9131157Z [5472/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2024-04-03T16:05:32.9137524Z [5473/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/benchmark_runner.cc.o 2024-04-03T16:05:32.9598199Z [5473/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2024-04-03T16:05:32.9606241Z [5474/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/complexity.cc.o 2024-04-03T16:05:33.1802281Z [5474/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2024-04-03T16:05:33.1804954Z [5475/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/console_reporter.cc.o 2024-04-03T16:05:33.2767703Z [5475/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2024-04-03T16:05:33.2769394Z [5476/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/counter.cc.o 2024-04-03T16:05:33.4005003Z [5476/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2024-04-03T16:05:33.4013024Z [5477/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/csv_reporter.cc.o 2024-04-03T16:05:33.5895555Z [5477/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2024-04-03T16:05:33.5903414Z [5478/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/perf_counters.cc.o 2024-04-03T16:05:33.6467798Z [5478/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2024-04-03T16:05:33.6475125Z [5479/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/json_reporter.cc.o 2024-04-03T16:05:33.7496166Z [5479/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2024-04-03T16:05:33.7498611Z [5480/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sleep.cc.o 2024-04-03T16:05:33.7765326Z [5480/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2024-04-03T16:05:33.7767635Z [5481/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/reporter.cc.o 2024-04-03T16:05:33.9543317Z [5481/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2024-04-03T16:05:33.9551256Z [5482/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/statistics.cc.o 2024-04-03T16:05:34.1806512Z [5482/8653] Building C object confu-deps/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-04-03T16:05:34.1815486Z [5483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/mutex.dir/src/mutex.c.o 2024-04-03T16:05:34.2399433Z [5483/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-04-03T16:05:34.2407272Z [5484/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark_main.dir/benchmark_main.cc.o 2024-04-03T16:05:34.2496838Z [5484/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-04-03T16:05:34.2505160Z [5485/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/string_util.cc.o 2024-04-03T16:05:34.2906001Z [5485/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-04-03T16:05:34.2908592Z [5486/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/sysinfo.cc.o 2024-04-03T16:05:34.3900062Z [5486/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-04-03T16:05:34.3902485Z [5487/8653] Building CXX object third_party/benchmark/src/CMakeFiles/benchmark.dir/timers.cc.o 2024-04-03T16:05:34.4471412Z [5487/8653] Linking CXX static library lib/libbenchmark.a 2024-04-03T16:05:34.4478237Z [5488/8653] Linking CXX static library lib/libbenchmark.a 2024-04-03T16:05:34.4532227Z [5488/8653] Linking CXX static library lib/libbenchmark_main.a 2024-04-03T16:05:34.4539769Z [5489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operator-delete.c.o 2024-04-03T16:05:34.4653560Z [5489/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-04-03T16:05:34.4660958Z [5490/8653] Linking CXX static library lib/libbenchmark_main.a 2024-04-03T16:05:34.4806353Z [5490/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-04-03T16:05:34.4814295Z [5491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/argmax-pooling-nhwc.c.o 2024-04-03T16:05:34.5448600Z [5491/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-04-03T16:05:34.5456621Z [5492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/average-pooling-nhwc.c.o 2024-04-03T16:05:34.6094105Z [5492/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-04-03T16:05:34.6102297Z [5493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/batch-matrix-multiply-nc.c.o 2024-04-03T16:05:34.7275476Z [5493/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-04-03T16:05:34.7278231Z [5494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/channel-shuffle-nc.c.o 2024-04-03T16:05:34.7669994Z [5494/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-04-03T16:05:34.7672731Z [5495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/binary-elementwise-nd.c.o 2024-04-03T16:05:34.8265080Z [5495/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-04-03T16:05:34.8274372Z [5496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nhwc.c.o 2024-04-03T16:05:34.8533718Z [5496/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-04-03T16:05:34.8537427Z [5497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/convolution-nchw.c.o 2024-04-03T16:05:34.9412261Z [5497/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-04-03T16:05:34.9415171Z [5498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/constant-pad-nd.c.o 2024-04-03T16:05:35.0033017Z [5498/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-04-03T16:05:35.0036117Z [5499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/dynamic-fully-connected-nc.c.o 2024-04-03T16:05:35.0394699Z [5499/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-04-03T16:05:35.0397403Z [5500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/deconvolution-nhwc.c.o 2024-04-03T16:05:35.1611238Z [5500/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-04-03T16:05:35.1614027Z [5501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/fully-connected-nc.c.o 2024-04-03T16:05:35.1876711Z [5501/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-04-03T16:05:35.1879509Z [5502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-ncw.c.o 2024-04-03T16:05:35.2587190Z [5502/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-04-03T16:05:35.2595413Z [5503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/global-average-pooling-nwc.c.o 2024-04-03T16:05:35.3003896Z [5503/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-04-03T16:05:35.3007263Z [5504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/lut-elementwise-nc.c.o 2024-04-03T16:05:35.3441366Z [5504/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-04-03T16:05:35.3449629Z [5505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/max-pooling-nhwc.c.o 2024-04-03T16:05:35.4126495Z [5505/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-04-03T16:05:35.4134756Z [5506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/prelu-nc.c.o 2024-04-03T16:05:35.4887161Z [5506/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-04-03T16:05:35.4889841Z [5507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/reduce-nd.c.o 2024-04-03T16:05:35.5636382Z [5507/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-04-03T16:05:35.5638835Z [5508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nchw.c.o 2024-04-03T16:05:35.6099588Z [5508/8653] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-04-03T16:05:35.6102655Z [5509/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/resize-bilinear-nhwc.c.o 2024-04-03T16:05:35.6466720Z [5509/8653] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-04-03T16:05:35.6470261Z [5510/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/rope-nthc.c.o 2024-04-03T16:05:35.7149405Z [5510/8653] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-04-03T16:05:35.7152081Z [5511/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/slice-nd.c.o 2024-04-03T16:05:35.7527819Z [5511/8653] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-04-03T16:05:35.7536883Z [5512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/operators.dir/src/operators/scaled-dot-product-attention-nhtc.c.o 2024-04-03T16:05:35.8135761Z [5512/8653] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-04-03T16:05:35.8138996Z [5513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/indirection.dir/src/indirection.c.o 2024-04-03T16:05:35.9455105Z [5513/8653] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-04-03T16:05:35.9457662Z [5514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/microkernel-type.c.o 2024-04-03T16:05:35.9992362Z [5514/8653] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-04-03T16:05:36.0003568Z [5515/8653] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/datatype-strings.c.o 2024-04-03T16:05:36.0180215Z [5515/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2024-04-03T16:05:36.0190150Z [5516/8653] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch32-assembler.cc.o 2024-04-03T16:05:36.0835752Z [5516/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2024-04-03T16:05:36.0845129Z [5517/8653] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/assembler.cc.o 2024-04-03T16:05:36.0926671Z [5517/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2024-04-03T16:05:36.0934648Z [5518/8653] Building CXX object confu-deps/XNNPACK/CMakeFiles/jit.dir/src/jit/aarch64-assembler.cc.o 2024-04-03T16:05:36.1518468Z [5518/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2024-04-03T16:05:36.1521950Z [5519/8653] Building C object confu-deps/XNNPACK/CMakeFiles/logging.dir/src/enums/node-type.c.o 2024-04-03T16:05:36.2805683Z [5519/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2024-04-03T16:05:36.2814258Z [5520/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernel.cc.o 2024-04-03T16:05:36.4685278Z [5520/8653] Linking CXX static library lib/libXNNPACK.a 2024-04-03T16:05:36.4693927Z [5521/8653] Linking CXX static library lib/libXNNPACK.a 2024-04-03T16:05:36.8535335Z [5521/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2024-04-03T16:05:36.8537790Z [5522/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDMNBit.cc.o 2024-04-03T16:05:37.0281403Z [5522/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2024-04-03T16:05:37.0283977Z [5523/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/EmbeddingSpMDM.cc.o 2024-04-03T16:05:37.0586936Z [5523/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2024-04-03T16:05:37.0595435Z [5524/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmBfloat16Convert.cc.o 2024-04-03T16:05:37.0758120Z [5524/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2024-04-03T16:05:37.0765023Z [5525/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Fbgemm.cc.o 2024-04-03T16:05:37.2220589Z [5525/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2024-04-03T16:05:37.2223293Z [5526/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/ExecuteKernelU8S8.cc.o 2024-04-03T16:05:37.4289152Z [5526/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2024-04-03T16:05:37.4291859Z [5527/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmConv.cc.o 2024-04-03T16:05:37.5588339Z [5527/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2024-04-03T16:05:37.5591021Z [5528/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFloat16Convert.cc.o 2024-04-03T16:05:37.8159191Z [5528/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2024-04-03T16:05:37.8162638Z [5529/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFPCommon.cc.o 2024-04-03T16:05:37.8580067Z [5529/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2024-04-03T16:05:37.8588725Z [5530/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmFP16.cc.o 2024-04-03T16:05:38.0841156Z [5530/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2024-04-03T16:05:38.0843680Z [5531/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI8Spmdm.cc.o 2024-04-03T16:05:38.1369809Z [5531/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2024-04-03T16:05:38.1377393Z [5532/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmSparseDense.cc.o 2024-04-03T16:05:38.2593381Z [5532/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2024-04-03T16:05:38.2596191Z [5533/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/FbgemmI64.cc.o 2024-04-03T16:05:38.6603089Z [5533/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2024-04-03T16:05:38.6613689Z [5534/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernel.cc.o 2024-04-03T16:05:38.7242627Z [5534/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2024-04-03T16:05:38.7251101Z [5535/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelDirectConvU8S8S32ACC32.cc.o 2024-04-03T16:05:38.8958568Z [5535/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2024-04-03T16:05:38.8966976Z [5536/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16.cc.o 2024-04-03T16:05:39.0121641Z [5536/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2024-04-03T16:05:39.0129987Z [5537/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512.cc.o 2024-04-03T16:05:39.0727901Z [5537/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2024-04-03T16:05:39.0736519Z [5538/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC16Avx512VNNI.cc.o 2024-04-03T16:05:39.4444409Z [5538/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2024-04-03T16:05:39.4453586Z [5539/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32Avx512VNNI.cc.o 2024-04-03T16:05:39.4985405Z [5539/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2024-04-03T16:05:39.4988206Z [5540/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateKernelU8S8S32ACC32.cc.o 2024-04-03T16:05:39.6791176Z [5540/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2024-04-03T16:05:39.6800085Z [5541/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConv.cc.o 2024-04-03T16:05:39.8190159Z [5541/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2024-04-03T16:05:39.8198194Z [5542/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx2.cc.o 2024-04-03T16:05:40.0136466Z [5542/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2024-04-03T16:05:40.0145123Z [5543/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GroupwiseConvAcc32Avx512.cc.o 2024-04-03T16:05:40.1209444Z [5543/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2024-04-03T16:05:40.1217462Z [5544/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAMatrix.cc.o 2024-04-03T16:05:40.1836002Z [5544/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2024-04-03T16:05:40.1838373Z [5545/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithIm2Col.cc.o 2024-04-03T16:05:40.4084437Z [5545/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2024-04-03T16:05:40.4087237Z [5546/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithRowOffset.cc.o 2024-04-03T16:05:40.4508938Z [5546/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2024-04-03T16:05:40.4511614Z [5547/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackAWithQuantRowOffset.cc.o 2024-04-03T16:05:40.5922454Z [5547/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2024-04-03T16:05:40.5925214Z [5548/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackBMatrix.cc.o 2024-04-03T16:05:40.7983378Z [5548/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2024-04-03T16:05:40.7991204Z [5549/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackMatrix.cc.o 2024-04-03T16:05:40.9845962Z [5549/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2024-04-03T16:05:40.9848836Z [5550/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForConv.cc.o 2024-04-03T16:05:41.0878929Z [5550/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2024-04-03T16:05:41.0881488Z [5551/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightMatrixForGConv.cc.o 2024-04-03T16:05:41.3334339Z [5551/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2024-04-03T16:05:41.3341874Z [5552/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/QuantUtils.cc.o 2024-04-03T16:05:41.5606979Z [5552/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2024-04-03T16:05:41.5609695Z [5553/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/PackWeightsForDirectConv.cc.o 2024-04-03T16:05:41.6887040Z [5553/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2024-04-03T16:05:41.6889845Z [5554/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RowWiseSparseAdagradFused.cc.o 2024-04-03T16:05:41.7028782Z [5554/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2024-04-03T16:05:41.7031338Z [5555/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/spmmUtils.cc.o 2024-04-03T16:05:41.8642517Z [5555/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2024-04-03T16:05:41.8649977Z [5556/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/TransposeUtils.cc.o 2024-04-03T16:05:41.9582948Z [5556/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2024-04-03T16:05:41.9591020Z [5557/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/SparseAdagrad.cc.o 2024-04-03T16:05:42.2068583Z [5557/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2024-04-03T16:05:42.2076204Z [5558/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/Utils.cc.o 2024-04-03T16:05:42.2730267Z [5558/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2024-04-03T16:05:42.2733547Z [5559/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/RefImplementations.cc.o 2024-04-03T16:05:42.4655512Z [5559/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2024-04-03T16:05:42.4665749Z [5560/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_generic.dir/src/GenerateI8Depthwise.cc.o 2024-04-03T16:05:42.4996200Z [5560/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2024-04-03T16:05:42.4998814Z [5561/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/EmbeddingSpMDMAvx2.cc.o 2024-04-03T16:05:42.5701310Z [5561/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2024-04-03T16:05:42.5704196Z [5562/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseAvx2.cc.o 2024-04-03T16:05:42.8897581Z [5562/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2024-04-03T16:05:42.8905888Z [5563/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmBfloat16ConvertAvx2.cc.o 2024-04-03T16:05:42.9492456Z [5563/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2024-04-03T16:05:42.9494972Z [5564/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFloat16ConvertAvx2.cc.o 2024-04-03T16:05:43.2692850Z [5564/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2024-04-03T16:05:43.2700749Z [5565/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8Depthwise3DAvx2.cc.o 2024-04-03T16:05:43.3803642Z [5565/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2024-04-03T16:05:43.3806588Z [5566/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwisePerChannelQuantAvx2.cc.o 2024-04-03T16:05:43.4262458Z [5566/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2024-04-03T16:05:43.4270393Z [5567/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/OptimizedKernelsAvx2.cc.o 2024-04-03T16:05:43.5434967Z [5567/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2024-04-03T16:05:43.5443490Z [5568/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmSparseDenseInt8Avx2.cc.o 2024-04-03T16:05:43.5881726Z [5568/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2024-04-03T16:05:43.5890215Z [5569/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmI8DepthwiseAvx2.cc.o 2024-04-03T16:05:43.8175627Z [5569/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2024-04-03T16:05:43.8184745Z [5570/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/PackDepthwiseConvMatrixAvx2.cc.o 2024-04-03T16:05:43.9206109Z [5570/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2024-04-03T16:05:43.9216227Z [5571/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/spmmUtilsAvx2.cc.o 2024-04-03T16:05:43.9716709Z [5571/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2024-04-03T16:05:43.9724402Z [5572/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/UtilsAvx2.cc.o 2024-04-03T16:05:44.2241416Z [5572/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2024-04-03T16:05:44.2249588Z [5573/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/QuantUtilsAvx2.cc.o 2024-04-03T16:05:44.4501208Z [5573/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2024-04-03T16:05:44.4509572Z [5574/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx2.dir/src/FbgemmFP16UKernelsAvx2.cc.o 2024-04-03T16:05:44.5421420Z [5574/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2024-04-03T16:05:44.5428722Z [5575/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmBfloat16ConvertAvx512.cc.o 2024-04-03T16:05:44.6965665Z [5575/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2024-04-03T16:05:44.6973801Z [5576/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/EmbeddingSpMDMAvx512.cc.o 2024-04-03T16:05:44.8542357Z [5576/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2024-04-03T16:05:44.8550647Z [5577/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFloat16ConvertAvx512.cc.o 2024-04-03T16:05:44.9606665Z [5577/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2024-04-03T16:05:44.9615253Z [5578/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseAvx512.cc.o 2024-04-03T16:05:45.2467957Z [5578/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2024-04-03T16:05:45.2476866Z [5579/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseInt8Avx512.cc.o 2024-04-03T16:05:45.2774317Z [5579/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2024-04-03T16:05:45.2783681Z [5580/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmSparseDenseVectorInt8Avx512.cc.o 2024-04-03T16:05:45.4389429Z [5580/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2024-04-03T16:05:45.4397388Z [5581/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/UtilsAvx512.cc.o 2024-04-03T16:05:45.5415378Z [5581/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2024-04-03T16:05:45.5423818Z [5582/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/QuantUtilsAvx512.cc.o 2024-04-03T16:05:45.7344550Z [5582/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2024-04-03T16:05:45.7352868Z [5583/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/operand.cpp.o 2024-04-03T16:05:45.8265069Z [5583/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2024-04-03T16:05:45.8273672Z [5584/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512.cc.o 2024-04-03T16:05:45.9801094Z [5584/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2024-04-03T16:05:45.9809175Z [5585/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/archtraits.cpp.o 2024-04-03T16:05:46.0271828Z [5585/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2024-04-03T16:05:46.0274591Z [5586/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/assembler.cpp.o 2024-04-03T16:05:46.0923604Z [5586/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2024-04-03T16:05:46.0932597Z [5587/8653] Building CXX object third_party/fbgemm/CMakeFiles/fbgemm_avx512.dir/src/FbgemmFP16UKernelsAvx512_256.cc.o 2024-04-03T16:05:46.2091949Z [5587/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2024-04-03T16:05:46.2094690Z [5588/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/builder.cpp.o 2024-04-03T16:05:46.4105312Z [5588/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2024-04-03T16:05:46.4113433Z [5589/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codewriter.cpp.o 2024-04-03T16:05:46.4228593Z [5589/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2024-04-03T16:05:46.4236711Z [5590/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/codeholder.cpp.o 2024-04-03T16:05:46.4975215Z [5590/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2024-04-03T16:05:46.4983566Z [5591/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/constpool.cpp.o 2024-04-03T16:05:46.5888286Z [5591/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2024-04-03T16:05:46.5891164Z [5592/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/cpuinfo.cpp.o 2024-04-03T16:05:46.6255993Z [5592/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2024-04-03T16:05:46.6259105Z [5593/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/compiler.cpp.o 2024-04-03T16:05:46.8451962Z [5593/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2024-04-03T16:05:46.8455161Z [5594/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emithelper.cpp.o 2024-04-03T16:05:46.9020569Z [5594/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2024-04-03T16:05:46.9022573Z [5595/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitterutils.cpp.o 2024-04-03T16:05:46.9543965Z [5595/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2024-04-03T16:05:46.9552637Z [5596/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/emitter.cpp.o 2024-04-03T16:05:46.9892718Z [5596/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2024-04-03T16:05:46.9894773Z [5597/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/environment.cpp.o 2024-04-03T16:05:47.1006387Z [5597/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2024-04-03T16:05:47.1009806Z [5598/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/errorhandler.cpp.o 2024-04-03T16:05:47.2923204Z [5598/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2024-04-03T16:05:47.2926409Z [5599/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/globals.cpp.o 2024-04-03T16:05:47.3233608Z [5599/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2024-04-03T16:05:47.3236358Z [5600/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/formatter.cpp.o 2024-04-03T16:05:47.3656972Z [5600/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2024-04-03T16:05:47.3660488Z [5601/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/func.cpp.o 2024-04-03T16:05:47.4570916Z [5601/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2024-04-03T16:05:47.4578460Z [5602/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/funcargscontext.cpp.o 2024-04-03T16:05:47.5788506Z [5602/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2024-04-03T16:05:47.5790394Z [5603/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/inst.cpp.o 2024-04-03T16:05:47.6479964Z [5603/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2024-04-03T16:05:47.6482722Z [5604/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitallocator.cpp.o 2024-04-03T16:05:47.7457508Z [5604/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2024-04-03T16:05:47.7460632Z [5605/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/jitruntime.cpp.o 2024-04-03T16:05:47.8221628Z [5605/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2024-04-03T16:05:47.8224364Z [5606/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/logger.cpp.o 2024-04-03T16:05:47.9072027Z [5606/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2024-04-03T16:05:47.9074980Z [5607/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/osutils.cpp.o 2024-04-03T16:05:48.0857877Z [5607/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2024-04-03T16:05:48.0860736Z [5608/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/ralocal.cpp.o 2024-04-03T16:05:48.1167039Z [5608/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2024-04-03T16:05:48.1182959Z [5609/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rapass.cpp.o 2024-04-03T16:05:48.2249088Z [5609/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2024-04-03T16:05:48.2251917Z [5610/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/rastack.cpp.o 2024-04-03T16:05:48.2815593Z [5610/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2024-04-03T16:05:48.2818422Z [5611/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/string.cpp.o 2024-04-03T16:05:48.3674200Z [5611/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2024-04-03T16:05:48.3676861Z [5612/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/support.cpp.o 2024-04-03T16:05:48.4956477Z [5612/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2024-04-03T16:05:48.4959330Z [5613/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/type.cpp.o 2024-04-03T16:05:48.5353370Z [5613/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2024-04-03T16:05:48.5356633Z [5614/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/target.cpp.o 2024-04-03T16:05:48.6006401Z [5614/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2024-04-03T16:05:48.6013832Z [5615/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/virtmem.cpp.o 2024-04-03T16:05:48.7592994Z [5615/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2024-04-03T16:05:48.7595537Z [5616/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zone.cpp.o 2024-04-03T16:05:48.8067555Z [5616/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2024-04-03T16:05:48.8070211Z [5617/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonehash.cpp.o 2024-04-03T16:05:48.8574823Z [5617/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2024-04-03T16:05:48.8577831Z [5618/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonelist.cpp.o 2024-04-03T16:05:48.9593488Z [5618/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2024-04-03T16:05:48.9596192Z [5619/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonestack.cpp.o 2024-04-03T16:05:49.0040236Z [5619/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2024-04-03T16:05:49.0042813Z [5620/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonetree.cpp.o 2024-04-03T16:05:49.0979810Z [5620/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2024-04-03T16:05:49.0982527Z [5621/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/core/zonevector.cpp.o 2024-04-03T16:05:49.2753002Z [5621/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2024-04-03T16:05:49.2755801Z [5622/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/armformatter.cpp.o 2024-04-03T16:05:49.3543164Z [5622/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2024-04-03T16:05:49.3545986Z [5623/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64assembler.cpp.o 2024-04-03T16:05:49.4219446Z [5623/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2024-04-03T16:05:49.4222158Z [5624/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64builder.cpp.o 2024-04-03T16:05:49.5615651Z [5624/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2024-04-03T16:05:49.5618758Z [5625/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64emithelper.cpp.o 2024-04-03T16:05:49.6546423Z [5625/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2024-04-03T16:05:49.6554513Z [5626/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64compiler.cpp.o 2024-04-03T16:05:49.7723470Z [5626/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2024-04-03T16:05:49.7726409Z [5627/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64formatter.cpp.o 2024-04-03T16:05:49.8399912Z [5627/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2024-04-03T16:05:49.8407643Z [5628/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64func.cpp.o 2024-04-03T16:05:49.9686789Z [5628/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2024-04-03T16:05:49.9689515Z [5629/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instapi.cpp.o 2024-04-03T16:05:50.0207774Z [5629/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2024-04-03T16:05:50.0210438Z [5630/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64operand.cpp.o 2024-04-03T16:05:50.1357920Z [5630/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2024-04-03T16:05:50.1360699Z [5631/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64instdb.cpp.o 2024-04-03T16:05:50.2771644Z [5631/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2024-04-03T16:05:50.2780536Z [5632/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/arm/a64rapass.cpp.o 2024-04-03T16:05:50.4943679Z [5632/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2024-04-03T16:05:50.4951917Z [5633/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86builder.cpp.o 2024-04-03T16:05:50.5391664Z [5633/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2024-04-03T16:05:50.5399557Z [5634/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86assembler.cpp.o 2024-04-03T16:05:50.5980727Z [5634/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2024-04-03T16:05:50.5988831Z [5635/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86compiler.cpp.o 2024-04-03T16:05:50.7401296Z [5635/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2024-04-03T16:05:50.7404359Z [5636/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86emithelper.cpp.o 2024-04-03T16:05:50.8144914Z [5636/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2024-04-03T16:05:50.8147664Z [5637/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86formatter.cpp.o 2024-04-03T16:05:50.9563259Z [5637/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2024-04-03T16:05:50.9565957Z [5638/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86func.cpp.o 2024-04-03T16:05:51.1120150Z [5638/8653] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2024-04-03T16:05:51.1122914Z [5639/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instapi.cpp.o 2024-04-03T16:05:51.1721559Z [5639/8653] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2024-04-03T16:05:51.1729933Z [5640/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86instdb.cpp.o 2024-04-03T16:05:51.2470791Z [5640/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2024-04-03T16:05:51.2473855Z [5641/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86operand.cpp.o 2024-04-03T16:05:51.2899243Z [5641/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2024-04-03T16:05:51.2902157Z [5642/8653] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/ittnotify_static.c.o 2024-04-03T16:05:51.3611539Z [5642/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2024-04-03T16:05:51.3614444Z [5643/8653] Building CXX object third_party/fbgemm/asmjit/CMakeFiles/asmjit.dir/src/asmjit/x86/x86rapass.cpp.o 2024-04-03T16:05:51.3871418Z [5643/8653] Linking CXX static library lib/libasmjit.a 2024-04-03T16:05:51.3873208Z [5644/8653] Building C object third_party/ittapi/CMakeFiles/ittnotify.dir/src/ittnotify/jitprofiling.c.o 2024-04-03T16:05:51.4576389Z [5644/8653] Linking C static library lib/libittnotify.a 2024-04-03T16:05:51.4581755Z [5645/8653] Linking CXX static library lib/libasmjit.a 2024-04-03T16:05:51.4616583Z [5645/8653] Linking CXX static library lib/libfbgemm.a 2024-04-03T16:05:51.4623658Z [5646/8653] Linking C static library lib/libittnotify.a 2024-04-03T16:05:51.5487361Z [5646/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2024-04-03T16:05:51.5491315Z [5647/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/fs-poll.c.o 2024-04-03T16:05:51.5539092Z [5647/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2024-04-03T16:05:51.5542314Z [5648/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/inet.c.o 2024-04-03T16:05:51.5787896Z [5648/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2024-04-03T16:05:51.5791102Z [5649/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/idna.c.o 2024-04-03T16:05:51.6406247Z [5649/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2024-04-03T16:05:51.6408285Z [5650/8653] Linking CXX static library lib/libfbgemm.a 2024-04-03T16:05:51.7276437Z [5650/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2024-04-03T16:05:51.7280532Z [5651/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/random.c.o 2024-04-03T16:05:51.8287976Z [5651/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2024-04-03T16:05:51.8290850Z [5652/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/timer.c.o 2024-04-03T16:05:51.9165412Z [5652/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2024-04-03T16:05:51.9168382Z [5653/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/threadpool.c.o 2024-04-03T16:05:51.9346941Z [5653/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2024-04-03T16:05:51.9350202Z [5654/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/strscpy.c.o 2024-04-03T16:05:51.9552116Z [5654/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2024-04-03T16:05:51.9555223Z [5655/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-common.c.o 2024-04-03T16:05:52.0356117Z [5655/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2024-04-03T16:05:52.0359178Z [5656/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/version.c.o 2024-04-03T16:05:52.0716715Z [5656/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2024-04-03T16:05:52.0720038Z [5657/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/uv-data-getter-setters.c.o 2024-04-03T16:05:52.1760181Z [5657/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2024-04-03T16:05:52.1769702Z [5658/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/async.c.o 2024-04-03T16:05:52.2512217Z [5658/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2024-04-03T16:05:52.2521272Z [5659/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/core.c.o 2024-04-03T16:05:52.3309031Z [5659/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2024-04-03T16:05:52.3316749Z [5660/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/dl.c.o 2024-04-03T16:05:52.4013218Z [5660/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2024-04-03T16:05:52.4022253Z [5661/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getaddrinfo.c.o 2024-04-03T16:05:52.4545034Z [5661/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2024-04-03T16:05:52.4554435Z [5662/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/fs.c.o 2024-04-03T16:05:52.5319960Z [5662/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2024-04-03T16:05:52.5324262Z [5663/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/getnameinfo.c.o 2024-04-03T16:05:52.5855468Z [5663/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2024-04-03T16:05:52.5864534Z [5664/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop-watcher.c.o 2024-04-03T16:05:52.6466585Z [5664/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2024-04-03T16:05:52.6469968Z [5665/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/loop.c.o 2024-04-03T16:05:52.7425611Z [5665/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2024-04-03T16:05:52.7434629Z [5666/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/pipe.c.o 2024-04-03T16:05:52.8026543Z [5666/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2024-04-03T16:05:52.8035858Z [5667/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/poll.c.o 2024-04-03T16:05:52.8290204Z [5667/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2024-04-03T16:05:52.8293499Z [5668/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/process.c.o 2024-04-03T16:05:52.9605421Z [5668/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2024-04-03T16:05:52.9613307Z [5669/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/signal.c.o 2024-04-03T16:05:53.0280455Z [5669/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2024-04-03T16:05:53.0288272Z [5670/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-devurandom.c.o 2024-04-03T16:05:53.1335637Z [5670/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2024-04-03T16:05:53.1343624Z [5671/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/stream.c.o 2024-04-03T16:05:53.1538624Z [5671/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2024-04-03T16:05:53.1547024Z [5672/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tcp.c.o 2024-04-03T16:05:53.1788440Z [5672/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2024-04-03T16:05:53.1796791Z [5673/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/thread.c.o 2024-04-03T16:05:53.3254272Z [5673/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2024-04-03T16:05:53.3257611Z [5674/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/udp.c.o 2024-04-03T16:05:53.3417906Z [5674/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2024-04-03T16:05:53.3421469Z [5675/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/tty.c.o 2024-04-03T16:05:53.4499291Z [5675/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2024-04-03T16:05:53.4502500Z [5676/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/proctitle.c.o 2024-04-03T16:05:53.4875992Z [5676/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2024-04-03T16:05:53.4884685Z [5677/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-core.c.o 2024-04-03T16:05:53.5443546Z [5677/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2024-04-03T16:05:53.5452051Z [5678/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-syscalls.c.o 2024-04-03T16:05:53.5996253Z [5678/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2024-04-03T16:05:53.6003932Z [5679/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/linux-inotify.c.o 2024-04-03T16:05:53.6461131Z [5679/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2024-04-03T16:05:53.6464397Z [5680/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/procfs-exepath.c.o 2024-04-03T16:05:53.7109847Z [5680/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2024-04-03T16:05:53.7117001Z [5681/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-getrandom.c.o 2024-04-03T16:05:53.8614166Z [5681/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2024-04-03T16:05:53.8622964Z [5682/8653] Building C object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe_uv.dir/__/third_party/libuv/src/unix/random-sysctl-linux.c.o 2024-04-03T16:05:53.9495940Z [5682/8653] Linking C static library lib/libtensorpipe_uv.a 2024-04-03T16:05:53.9503968Z [5683/8653] Linking C static library lib/libtensorpipe_uv.a 2024-04-03T16:05:54.0002995Z [5683/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2024-04-03T16:05:54.0006416Z [5684/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/address.cc.o 2024-04-03T16:05:54.0523781Z [5684/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2024-04-03T16:05:54.0531606Z [5685/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/error.cc.o 2024-04-03T16:05:54.1565326Z [5685/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2024-04-03T16:05:54.1573137Z [5686/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/allocator.cc.o 2024-04-03T16:05:54.2079625Z [5686/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2024-04-03T16:05:54.2088401Z [5687/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/helpers.cc.o 2024-04-03T16:05:54.3641880Z [5687/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2024-04-03T16:05:54.3651203Z [5688/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/error.cc.o 2024-04-03T16:05:54.4879674Z [5688/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2024-04-03T16:05:54.4888301Z [5689/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/fd.cc.o 2024-04-03T16:05:54.5625206Z [5689/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2024-04-03T16:05:54.5634055Z [5690/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/socket.cc.o 2024-04-03T16:05:54.7238686Z [5690/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2024-04-03T16:05:54.7247338Z [5691/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/system.cc.o 2024-04-03T16:05:54.8684674Z [5691/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2024-04-03T16:05:54.8687537Z [5692/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context.cc.o 2024-04-03T16:05:54.8995578Z [5692/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2024-04-03T16:05:54.8998533Z [5693/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/error.cc.o 2024-04-03T16:05:55.1243463Z [5693/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2024-04-03T16:05:55.1252726Z [5694/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/context_impl.cc.o 2024-04-03T16:05:55.3970858Z [5694/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2024-04-03T16:05:55.3979258Z [5695/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener.cc.o 2024-04-03T16:05:55.5231658Z [5695/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2024-04-03T16:05:55.5242240Z [5696/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/error.cc.o 2024-04-03T16:05:55.6182708Z [5696/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2024-04-03T16:05:55.6191135Z [5697/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/listener_impl.cc.o 2024-04-03T16:05:55.6793833Z [5697/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2024-04-03T16:05:55.6801834Z [5698/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe.cc.o 2024-04-03T16:05:55.8334887Z [5698/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2024-04-03T16:05:55.8343551Z [5699/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/core/pipe_impl.cc.o 2024-04-03T16:05:56.0244336Z [5699/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2024-04-03T16:05:56.0253394Z [5700/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/channel_impl.cc.o 2024-04-03T16:05:56.1304513Z [5700/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2024-04-03T16:05:56.1315514Z [5701/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/context_impl.cc.o 2024-04-03T16:05:56.2427740Z [5701/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2024-04-03T16:05:56.2435896Z [5702/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/basic/factory.cc.o 2024-04-03T16:05:56.3649822Z [5702/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2024-04-03T16:05:56.3658666Z [5703/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/channel_impl.cc.o 2024-04-03T16:05:56.5775179Z [5703/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2024-04-03T16:05:56.5785792Z [5704/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/context_impl.cc.o 2024-04-03T16:05:56.7184406Z [5704/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2024-04-03T16:05:56.7192869Z [5705/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/xth/factory.cc.o 2024-04-03T16:05:56.9072196Z [5705/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2024-04-03T16:05:56.9080919Z [5706/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/context_impl.cc.o 2024-04-03T16:05:56.9654383Z [5706/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2024-04-03T16:05:56.9663348Z [5707/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/channel_impl.cc.o 2024-04-03T16:05:57.1407809Z [5707/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2024-04-03T16:05:57.1411617Z [5708/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/cma/factory.cc.o 2024-04-03T16:05:57.3052299Z [5708/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2024-04-03T16:05:57.3056107Z [5709/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/channel_impl.cc.o 2024-04-03T16:05:57.4904668Z [5709/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2024-04-03T16:05:57.4911894Z [5710/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/context_impl.cc.o 2024-04-03T16:05:57.5560072Z [5710/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2024-04-03T16:05:57.5568983Z [5711/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/channel/mpt/factory.cc.o 2024-04-03T16:05:57.7668494Z [5711/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2024-04-03T16:05:57.7677475Z [5712/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/connection_impl.cc.o 2024-04-03T16:05:57.8599334Z [5712/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2024-04-03T16:05:57.8602039Z [5713/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/context_impl.cc.o 2024-04-03T16:05:58.0358856Z [5713/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2024-04-03T16:05:58.0367807Z [5714/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/error.cc.o 2024-04-03T16:05:58.2774255Z [5714/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2024-04-03T16:05:58.2783378Z [5715/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/listener_impl.cc.o 2024-04-03T16:05:58.4523646Z [5715/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2024-04-03T16:05:58.4532584Z [5716/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/factory.cc.o 2024-04-03T16:05:58.5593960Z [5716/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2024-04-03T16:05:58.5596813Z [5717/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/sockaddr.cc.o 2024-04-03T16:05:58.5747729Z [5717/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2024-04-03T16:05:58.5755500Z [5718/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/loop.cc.o 2024-04-03T16:05:58.7288567Z [5718/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2024-04-03T16:05:58.7297950Z [5719/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/uv/utility.cc.o 2024-04-03T16:05:58.8559300Z [5719/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2024-04-03T16:05:58.8568328Z [5720/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/epoll_loop.cc.o 2024-04-03T16:05:59.0617223Z [5720/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2024-04-03T16:05:59.0626207Z [5721/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/shm_segment.cc.o 2024-04-03T16:05:59.3035591Z [5721/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2024-04-03T16:05:59.3044370Z [5722/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/connection_impl.cc.o 2024-04-03T16:05:59.3444431Z [5722/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2024-04-03T16:05:59.3453326Z [5723/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/context_impl.cc.o 2024-04-03T16:05:59.4741833Z [5723/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2024-04-03T16:05:59.4750750Z [5724/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/factory.cc.o 2024-04-03T16:05:59.6418658Z [5724/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2024-04-03T16:05:59.6428204Z [5725/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/listener_impl.cc.o 2024-04-03T16:05:59.7246317Z [5725/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2024-04-03T16:05:59.7255427Z [5726/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/reactor.cc.o 2024-04-03T16:05:59.8264554Z [5726/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2024-04-03T16:05:59.8268165Z [5727/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/shm/sockaddr.cc.o 2024-04-03T16:05:59.9335019Z [5727/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2024-04-03T16:05:59.9337709Z [5728/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/common/ibv.cc.o 2024-04-03T16:06:00.2400489Z [5728/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2024-04-03T16:06:00.2409723Z [5729/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/connection_impl.cc.o 2024-04-03T16:06:00.3277071Z [5729/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2024-04-03T16:06:00.3285590Z [5730/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/error.cc.o 2024-04-03T16:06:00.4122413Z [5730/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2024-04-03T16:06:00.4131401Z [5731/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/context_impl.cc.o 2024-04-03T16:06:00.5954972Z [5731/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2024-04-03T16:06:00.5963830Z [5732/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/factory.cc.o 2024-04-03T16:06:00.7311216Z [5732/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2024-04-03T16:06:00.7314255Z [5733/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/listener_impl.cc.o 2024-04-03T16:06:00.8773165Z [5733/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2024-04-03T16:06:00.8775617Z [5734/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/sockaddr.cc.o 2024-04-03T16:06:00.9283308Z [5734/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2024-04-03T16:06:00.9285179Z [5735/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/utility.cc.o 2024-04-03T16:06:01.0681942Z [5735/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2024-04-03T16:06:01.0684530Z [5736/8653] Building CXX object third_party/tensorpipe/tensorpipe/CMakeFiles/tensorpipe.dir/transport/ibv/reactor.cc.o 2024-04-03T16:06:01.2201787Z [5736/8653] Linking CXX static library lib/libtensorpipe.a 2024-04-03T16:06:01.2203648Z [5737/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/algorithm.cc.o 2024-04-03T16:06:01.2441339Z [5737/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2024-04-03T16:06:01.2444794Z [5738/8653] Linking CXX static library lib/libtensorpipe.a 2024-04-03T16:06:01.3959947Z [5738/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2024-04-03T16:06:01.3966780Z [5739/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgather.cc.o 2024-04-03T16:06:01.4444327Z [5739/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2024-04-03T16:06:01.4446530Z [5740/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allgatherv.cc.o 2024-04-03T16:06:01.5211694Z [5740/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2024-04-03T16:06:01.5219855Z [5741/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce.cc.o 2024-04-03T16:06:01.7043590Z [5741/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2024-04-03T16:06:01.7051094Z [5742/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoall.cc.o 2024-04-03T16:06:01.7654024Z [5742/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2024-04-03T16:06:01.7661713Z [5743/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/allreduce_local.cc.o 2024-04-03T16:06:01.8609382Z [5743/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2024-04-03T16:06:01.8616512Z [5744/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/alltoallv.cc.o 2024-04-03T16:06:01.9905329Z [5744/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2024-04-03T16:06:01.9916750Z [5745/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/barrier.cc.o 2024-04-03T16:06:02.0901256Z [5745/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2024-04-03T16:06:02.0909202Z [5746/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/broadcast.cc.o 2024-04-03T16:06:02.2792880Z [5746/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2024-04-03T16:06:02.2794959Z [5747/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gather.cc.o 2024-04-03T16:06:02.3404181Z [5747/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2024-04-03T16:06:02.3406259Z [5748/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/context.cc.o 2024-04-03T16:06:02.4987798Z [5748/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2024-04-03T16:06:02.4995746Z [5749/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/gatherv.cc.o 2024-04-03T16:06:02.6501827Z [5749/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/utils.cc.o 2024-04-03T16:06:02.6509162Z [5750/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/reduce.cc.o 2024-04-03T16:06:02.7061080Z [5750/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2024-04-03T16:06:02.7068331Z [5751/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/types.cc.o 2024-04-03T16:06:02.7119381Z [5751/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2024-04-03T16:06:02.7126195Z [5752/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/scatter.cc.o 2024-04-03T16:06:02.8758519Z [5752/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2024-04-03T16:06:02.8766052Z [5753/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/logging.cc.o 2024-04-03T16:06:02.9318929Z [5753/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2024-04-03T16:06:02.9327086Z [5754/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/utils.cc.o 2024-04-03T16:06:03.1546167Z [5754/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2024-04-03T16:06:03.1554343Z [5755/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/context.cc.o 2024-04-03T16:06:03.2464910Z [5755/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2024-04-03T16:06:03.2467076Z [5756/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/file_store.cc.o 2024-04-03T16:06:03.3107318Z [5756/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2024-04-03T16:06:03.3108943Z [5757/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/common/linux.cc.o 2024-04-03T16:06:03.4317065Z [5757/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2024-04-03T16:06:03.4322417Z [5758/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/buffer.cc.o 2024-04-03T16:06:03.4694729Z [5758/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2024-04-03T16:06:03.4699713Z [5759/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/hash_store.cc.o 2024-04-03T16:06:03.5596184Z [5759/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2024-04-03T16:06:03.5598592Z [5760/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/prefix_store.cc.o 2024-04-03T16:06:03.6359634Z [5760/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2024-04-03T16:06:03.6367429Z [5761/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/address.cc.o 2024-04-03T16:06:03.7117240Z [5761/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2024-04-03T16:06:03.7126239Z [5762/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/rendezvous/store.cc.o 2024-04-03T16:06:03.8963315Z [5762/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2024-04-03T16:06:03.8970845Z [5763/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/device.cc.o 2024-04-03T16:06:03.9505598Z [5763/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2024-04-03T16:06:03.9513012Z [5764/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/unbound_buffer.cc.o 2024-04-03T16:06:03.9793612Z [5764/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2024-04-03T16:06:03.9801457Z [5765/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/context.cc.o 2024-04-03T16:06:04.1046806Z [5765/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2024-04-03T16:06:04.1054727Z [5766/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/pair.cc.o 2024-04-03T16:06:04.2801050Z [5766/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/error.cc.o 2024-04-03T16:06:04.2809460Z [5767/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/address.cc.o 2024-04-03T16:06:04.5599483Z [5767/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/listener.cc.o 2024-04-03T16:06:04.5608115Z [5768/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/buffer.cc.o 2024-04-03T16:06:04.6020993Z [5768/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2024-04-03T16:06:04.6029035Z [5769/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/context.cc.o 2024-04-03T16:06:04.7039178Z [5769/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2024-04-03T16:06:04.7042383Z [5770/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/device.cc.o 2024-04-03T16:06:04.7558524Z [5770/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/socket.cc.o 2024-04-03T16:06:04.7561326Z [5771/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/error.cc.o 2024-04-03T16:06:04.8881138Z [5771/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2024-04-03T16:06:04.8883726Z [5772/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/listener.cc.o 2024-04-03T16:06:05.0973184Z [5772/8653] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2024-04-03T16:06:05.0981506Z [5773/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/loop.cc.o 2024-04-03T16:06:05.2117687Z [5773/8653] Running gen_proto.py on onnx/onnx.in.proto 2024-04-03T16:06:05.2123462Z [5774/8653] Running gen_proto.py on onnx/onnx.in.proto 2024-04-03T16:06:05.2213450Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx.in.proto 2024-04-03T16:06:05.2215588Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-04-03T16:06:05.2218030Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto3 2024-04-03T16:06:05.2220100Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-ml.pb.h 2024-04-03T16:06:05.2221807Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_pb.py 2024-04-03T16:06:05.2366115Z 2024-04-03T16:06:05.2413322Z [5774/8653] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-04-03T16:06:05.2416400Z [5775/8653] Building C object third_party/foxi/CMakeFiles/foxi_loader.dir/foxi/onnxifi_loader.c.o 2024-04-03T16:06:05.2419214Z [5775/8653] Linking C static library lib/libfoxi_loader.a 2024-04-03T16:06:05.2421258Z [5776/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/pair.cc.o 2024-04-03T16:06:05.2527708Z [5776/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2024-04-03T16:06:05.2530293Z [5777/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/socket.cc.o 2024-04-03T16:06:05.2549115Z [5777/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2024-04-03T16:06:05.2551448Z [5778/8653] Linking C static library lib/libfoxi_loader.a 2024-04-03T16:06:05.2981619Z [5778/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2024-04-03T16:06:05.3003437Z [5779/8653] Building CXX object third_party/gloo/gloo/CMakeFiles/gloo.dir/transport/tcp/unbound_buffer.cc.o 2024-04-03T16:06:05.3543203Z [5779/8653] Linking CXX static library lib/libgloo.a 2024-04-03T16:06:05.3581016Z [5780/8653] Linking CXX static library lib/libgloo.a 2024-04-03T16:06:05.5745113Z [5780/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip.hip.o 2024-04-03T16:06:05.5748663Z [5781/8653] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_onnx_torch-ml.proto 2024-04-03T16:06:05.7128419Z [5781/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_bcube.cc.o 2024-04-03T16:06:05.7139542Z [5782/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/bfloat16.cpp.o 2024-04-03T16:06:05.8384688Z [5782/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_halving_doubling.cc.o 2024-04-03T16:06:05.8388110Z [5783/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/cache_blob_id.cpp.o 2024-04-03T16:06:05.9160333Z [5783/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_local.cc.o 2024-04-03T16:06:05.9175773Z [5784/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/deconvolution.cpp.o 2024-04-03T16:06:08.7995869Z [5784/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_ring.cc.o 2024-04-03T16:06:08.7999810Z [5785/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_local.cc.o 2024-04-03T16:06:08.8984806Z [5785/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_ring_chunked.cc.o 2024-04-03T16:06:08.8994745Z [5786/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip.hip.o 2024-04-03T16:06:08.9307748Z [5786/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_broadcast_one_to_all.cc.o 2024-04-03T16:06:08.9311842Z [5787/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_bcube.cc.o 2024-04-03T16:06:08.9608549Z [5787/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_private.hip.o 2024-04-03T16:06:08.9619754Z [5788/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_halving_doubling.cc.o 2024-04-03T16:06:09.1161475Z [5788/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/nccl/gloo_hip_generated_nccl.hip.o 2024-04-03T16:06:09.1165026Z [5789/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_ring.cc.o 2024-04-03T16:06:09.2240529Z [5789/8653] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-04-03T16:06:09.2246609Z [5790/8653] Running gen_proto.py on onnx/onnx-operators.in.proto 2024-04-03T16:06:09.2249030Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-operators.in.proto 2024-04-03T16:06:09.2251995Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-04-03T16:06:09.2255637Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto3 2024-04-03T16:06:09.2258480Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators-ml.pb.h 2024-04-03T16:06:09.2260780Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_operators_pb.py 2024-04-03T16:06:09.2266713Z 2024-04-03T16:06:09.3290361Z [5790/8653] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-04-03T16:06:09.3300861Z [5791/8653] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-operators_onnx_torch-ml.proto 2024-04-03T16:06:09.4098791Z [5791/8653] Running gen_proto.py on onnx/onnx-data.in.proto 2024-04-03T16:06:09.4100155Z [5792/8653] Running gen_proto.py on onnx/onnx-data.in.proto 2024-04-03T16:06:09.4101642Z Processing /var/lib/jenkins/workspace/third_party/onnx/onnx/onnx-data.in.proto 2024-04-03T16:06:09.4103502Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-04-03T16:06:09.4105663Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto3 2024-04-03T16:06:09.4107602Z Writing /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data.pb.h 2024-04-03T16:06:09.4109314Z generating /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx_data_pb.py 2024-04-03T16:06:09.4110393Z 2024-04-03T16:06:09.5154794Z [5792/8653] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-04-03T16:06:09.5163455Z [5793/8653] Running C++ protocol buffer compiler on /var/lib/jenkins/workspace/build/third_party/onnx/onnx/onnx-data_onnx_torch.proto 2024-04-03T16:06:10.1841197Z [5793/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/image/defs.cc.o 2024-04-03T16:06:10.1843452Z [5794/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/image/defs.cc.o 2024-04-03T16:06:10.9116447Z [5794/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2024-04-03T16:06:10.9119297Z [5795/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_broadcast_one_to_all.cc.o 2024-04-03T16:06:10.9507270Z [5795/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2024-04-03T16:06:10.9510911Z [5796/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_private.hip.o 2024-04-03T16:06:10.9694849Z [5796/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2024-04-03T16:06:10.9704553Z [5797/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/nccl/gloo_hip_generated_nccl.hip.o 2024-04-03T16:06:10.9821186Z [5797/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2024-04-03T16:06:10.9823701Z [5798/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/defs.cc.o 2024-04-03T16:06:11.1425821Z [5798/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2024-04-03T16:06:11.1428888Z [5799/8653] Building HIPCC object third_party/gloo/gloo/CMakeFiles/gloo_hip.dir/__/__/__/build/third_party/gloo/hip/gloo/gloo_hip_generated_hip_allreduce_ring_chunked.cc.o 2024-04-03T16:06:11.5721083Z [5799/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2024-04-03T16:06:11.5729424Z [5800/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/logical/old.cc.o 2024-04-03T16:06:11.7278631Z [5800/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2024-04-03T16:06:11.7281970Z [5801/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/defs.cc.o 2024-04-03T16:06:11.8922466Z [5801/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2024-04-03T16:06:11.8930976Z [5802/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/math/old.cc.o 2024-04-03T16:06:11.9666925Z [5802/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2024-04-03T16:06:11.9675610Z [5803/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/defs.cc.o 2024-04-03T16:06:12.0997737Z [5803/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/old.cc.o 2024-04-03T16:06:12.1006527Z [5804/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/nn/old.cc.o 2024-04-03T16:06:12.2628350Z [5804/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2024-04-03T16:06:12.2631198Z [5805/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/defs.cc.o 2024-04-03T16:06:12.4425507Z [5805/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2024-04-03T16:06:12.4433367Z [5806/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/object_detection/old.cc.o 2024-04-03T16:06:12.7342672Z [5806/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2024-04-03T16:06:12.7351211Z [5807/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/old.cc.o 2024-04-03T16:06:12.8516769Z [5807/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2024-04-03T16:06:12.8522012Z [5808/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/optional/defs.cc.o 2024-04-03T16:06:12.9414294Z [5808/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2024-04-03T16:06:12.9416563Z [5809/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/parser.cc.o 2024-04-03T16:06:13.1010844Z [5809/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2024-04-03T16:06:13.1019328Z [5810/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/printer.cc.o 2024-04-03T16:06:13.2959696Z [5810/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/utils.cc.o 2024-04-03T16:06:13.2967840Z [5811/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/defs.cc.o 2024-04-03T16:06:13.5000851Z [5811/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2024-04-03T16:06:13.5009597Z [5812/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/quantization/old.cc.o 2024-04-03T16:06:13.7926583Z [5812/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2024-04-03T16:06:13.7934387Z [5813/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/defs.cc.o 2024-04-03T16:06:13.9588402Z [5813/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2024-04-03T16:06:13.9596501Z [5814/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/old.cc.o 2024-04-03T16:06:14.0920718Z [5814/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2024-04-03T16:06:14.0928850Z [5815/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/reduction/utils.cc.o 2024-04-03T16:06:14.2111358Z [5815/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2024-04-03T16:06:14.2119734Z [5816/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/defs.cc.o 2024-04-03T16:06:14.4029058Z [5816/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2024-04-03T16:06:14.4037172Z [5817/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/rnn/old.cc.o 2024-04-03T16:06:14.6922852Z [5817/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2024-04-03T16:06:14.6930887Z [5818/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/schema.cc.o 2024-04-03T16:06:14.7981144Z [5818/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2024-04-03T16:06:14.7988962Z [5819/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/sequence/defs.cc.o 2024-04-03T16:06:14.9084874Z [5819/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2024-04-03T16:06:14.9087482Z [5820/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/shape_inference.cc.o 2024-04-03T16:06:15.1399194Z [5820/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2024-04-03T16:06:15.1407097Z [5821/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/defs.cc.o 2024-04-03T16:06:15.4635743Z [5821/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/text/defs.cc.o 2024-04-03T16:06:15.4638039Z [5822/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/old.cc.o 2024-04-03T16:06:15.5040991Z [5822/8653] Linking CXX static library lib/libgloo_hip.a 2024-04-03T16:06:15.5043939Z [5823/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor/utils.cc.o 2024-04-03T16:06:15.5805194Z [5823/8653] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2024-04-03T16:06:15.5813453Z [5824/8653] Linking CXX static library lib/libgloo_hip.a 2024-04-03T16:06:15.6181126Z [5824/8653] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2024-04-03T16:06:15.6189520Z [5825/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_proto_util.cc.o 2024-04-03T16:06:15.8314991Z [5825/8653] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2024-04-03T16:06:15.8317466Z [5826/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/tensor_util.cc.o 2024-04-03T16:06:15.8976347Z [5826/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2024-04-03T16:06:15.8983214Z [5827/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/text/defs.cc.o 2024-04-03T16:06:16.1917388Z [5827/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2024-04-03T16:06:16.1924884Z [5828/8653] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-operators_onnx_torch-ml.pb.cc.o 2024-04-03T16:06:16.3678641Z [5828/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2024-04-03T16:06:16.3700456Z [5829/8653] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx-data_onnx_torch.pb.cc.o 2024-04-03T16:06:16.4437663Z [5829/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2024-04-03T16:06:16.4440659Z [5830/8653] Building CXX object third_party/onnx/CMakeFiles/onnx_proto.dir/onnx/onnx_onnx_torch-ml.pb.cc.o 2024-04-03T16:06:16.5148180Z [5830/8653] Linking CXX static library lib/libonnx_proto.a 2024-04-03T16:06:16.5151185Z [5831/8653] Linking CXX static library lib/libonnx_proto.a 2024-04-03T16:06:16.7143723Z [5831/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2024-04-03T16:06:16.7149933Z [5832/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/assertions.cc.o 2024-04-03T16:06:16.7872465Z [5832/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2024-04-03T16:06:16.7874269Z [5833/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/defs.cc.o 2024-04-03T16:06:16.7970668Z [5833/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2024-04-03T16:06:16.7978194Z [5834/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/__/__/caffe2/onnx/torch_ops/schema.cc.o 2024-04-03T16:06:16.9689828Z [5834/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2024-04-03T16:06:16.9692022Z [5835/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/interned_strings.cc.o 2024-04-03T16:06:17.1244997Z [5835/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2024-04-03T16:06:17.1253252Z [5836/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/checker.cc.o 2024-04-03T16:06:17.2809552Z [5836/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2024-04-03T16:06:17.2811777Z [5837/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/path.cc.o 2024-04-03T16:06:17.4006818Z [5837/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2024-04-03T16:06:17.4009063Z [5838/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/status.cc.o 2024-04-03T16:06:17.5380142Z [5838/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2024-04-03T16:06:17.5382631Z [5839/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/model_helpers.cc.o 2024-04-03T16:06:17.7438334Z [5839/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/utils.cc.o 2024-04-03T16:06:17.7447257Z [5840/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/common/ir_pb_converter.cc.o 2024-04-03T16:06:18.0533168Z [5840/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2024-04-03T16:06:18.0542046Z [5841/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/attr_proto_util.cc.o 2024-04-03T16:06:18.2158789Z [5841/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2024-04-03T16:06:18.2167232Z [5842/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/defs.cc.o 2024-04-03T16:06:18.3605428Z [5842/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2024-04-03T16:06:18.3608059Z [5843/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/old.cc.o 2024-04-03T16:06:18.5036089Z [5843/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2024-04-03T16:06:18.5044238Z [5844/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/controlflow/utils.cc.o 2024-04-03T16:06:18.6269408Z [5844/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/utils.cc.o 2024-04-03T16:06:18.6277938Z [5845/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/data_type_utils.cc.o 2024-04-03T16:06:18.9128555Z [5845/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2024-04-03T16:06:18.9136289Z [5846/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/function.cc.o 2024-04-03T16:06:19.1273121Z [5846/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2024-04-03T16:06:19.1275512Z [5847/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/defs.cc.o 2024-04-03T16:06:19.2991179Z [5847/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2024-04-03T16:06:19.2994179Z [5848/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/old.cc.o 2024-04-03T16:06:19.3324951Z [5848/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/inliner/inliner.cc.o 2024-04-03T16:06:19.3332545Z [5849/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/generator/utils.cc.o 2024-04-03T16:06:19.4475963Z [5849/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2024-04-03T16:06:19.4478496Z [5850/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/defs.cc.o 2024-04-03T16:06:19.7611829Z [5850/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2024-04-03T16:06:19.7620346Z [5851/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/traditionalml/old.cc.o 2024-04-03T16:06:20.0098016Z [5851/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2024-04-03T16:06:20.0105607Z [5852/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/defs/training/defs.cc.o 2024-04-03T16:06:20.1592821Z [5852/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2024-04-03T16:06:20.1600868Z [5853/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/shape_inference/implementation.cc.o 2024-04-03T16:06:20.2702225Z [5853/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2024-04-03T16:06:20.2710528Z [5854/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/inliner/inliner.cc.o 2024-04-03T16:06:20.4357350Z [5854/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2024-04-03T16:06:20.4364506Z [5855/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/convert.cc.o 2024-04-03T16:06:20.6282079Z [5855/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2024-04-03T16:06:20.6284714Z [5856/8653] Building CXX object third_party/onnx/CMakeFiles/onnx.dir/onnx/version_converter/helper.cc.o 2024-04-03T16:06:20.7708837Z [5856/8653] Linking CXX static library lib/libonnx.a 2024-04-03T16:06:20.7710086Z [5857/8653] Linking CXX static library lib/libonnx.a 2024-04-03T16:06:20.8085738Z [5857/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2024-04-03T16:06:20.8088276Z [5858/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/convolution_pd.cpp.o 2024-04-03T16:06:21.0432796Z [5858/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2024-04-03T16:06:21.0441110Z [5859/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/concat.cpp.o 2024-04-03T16:06:21.1190769Z [5859/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/dnnl_threadpool.cpp.o 2024-04-03T16:06:21.1192926Z [5860/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/batch_normalization.cpp.o 2024-04-03T16:06:21.2460394Z [5860/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2024-04-03T16:06:21.2468856Z [5861/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/convolution.cpp.o 2024-04-03T16:06:21.3956910Z [5861/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2024-04-03T16:06:21.3959643Z [5862/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/dnnl_threadpool.cpp.o 2024-04-03T16:06:21.4729946Z [5862/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2024-04-03T16:06:21.4732705Z [5863/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/broadcast_strategy.cpp.o 2024-04-03T16:06:21.5656137Z [5863/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2024-04-03T16:06:21.5659462Z [5864/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/binary.cpp.o 2024-04-03T16:06:21.7791829Z [5864/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/kernel_cache.cpp.o 2024-04-03T16:06:21.7794557Z [5865/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug.cpp.o 2024-04-03T16:06:21.8414533Z [5865/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/group_normalization.cpp.o 2024-04-03T16:06:21.8417684Z [5866/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/experimental.cpp.o 2024-04-03T16:06:21.9531652Z [5866/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2024-04-03T16:06:21.9541086Z [5867/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/fpmath_mode.cpp.o 2024-04-03T16:06:22.0852800Z [5867/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2024-04-03T16:06:22.0860923Z [5868/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/dnnl_debug_autogenerated.cpp.o 2024-04-03T16:06:22.2080110Z [5868/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2024-04-03T16:06:22.2088981Z [5869/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/gemm.cpp.o 2024-04-03T16:06:22.2971447Z [5869/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2024-04-03T16:06:22.2974086Z [5870/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/kernel_cache.cpp.o 2024-04-03T16:06:22.5002877Z [5870/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2024-04-03T16:06:22.5005855Z [5871/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/group_normalization.cpp.o 2024-04-03T16:06:22.7512444Z [5871/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2024-04-03T16:06:22.7520986Z [5872/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/eltwise.cpp.o 2024-04-03T16:06:22.8991408Z [5872/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2024-04-03T16:06:22.9000050Z [5873/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/engine.cpp.o 2024-04-03T16:06:22.9792491Z [5873/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2024-04-03T16:06:22.9801181Z [5874/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify.cpp.o 2024-04-03T16:06:23.0319177Z [5874/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2024-04-03T16:06:23.0321796Z [5875/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/inner_product.cpp.o 2024-04-03T16:06:23.3176744Z [5875/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2024-04-03T16:06:23.3184736Z [5876/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/layer_normalization.cpp.o 2024-04-03T16:06:23.5932109Z [5876/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_desc.cpp.o 2024-04-03T16:06:23.5934715Z [5877/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/lrn.cpp.o 2024-04-03T16:06:23.6546990Z [5877/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2024-04-03T16:06:23.6549726Z [5878/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/matmul.cpp.o 2024-04-03T16:06:23.7530612Z [5878/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2024-04-03T16:06:23.7533342Z [5879/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_debug.cpp.o 2024-04-03T16:06:23.9659276Z [5879/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2024-04-03T16:06:23.9662394Z [5880/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory.cpp.o 2024-04-03T16:06:24.1205423Z [5880/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2024-04-03T16:06:24.1213775Z [5881/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_desc.cpp.o 2024-04-03T16:06:24.3002015Z [5881/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2024-04-03T16:06:24.3004910Z [5882/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_desc_wrapper.cpp.o 2024-04-03T16:06:24.4461934Z [5882/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2024-04-03T16:06:24.4464683Z [5883/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_storage.cpp.o 2024-04-03T16:06:24.5963551Z [5883/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2024-04-03T16:06:24.5971490Z [5884/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_tracking.cpp.o 2024-04-03T16:06:24.9288679Z [5884/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2024-04-03T16:06:24.9291186Z [5885/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/pooling.cpp.o 2024-04-03T16:06:24.9546011Z [5885/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2024-04-03T16:06:24.9549045Z [5886/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/memory_zero_pad.cpp.o 2024-04-03T16:06:25.1538744Z [5886/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2024-04-03T16:06:25.1547192Z [5887/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/prelu.cpp.o 2024-04-03T16:06:25.3325675Z [5887/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2024-04-03T16:06:25.3333245Z [5888/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_attr.cpp.o 2024-04-03T16:06:25.3918584Z [5888/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2024-04-03T16:06:25.3921052Z [5889/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive.cpp.o 2024-04-03T16:06:25.6679071Z [5889/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2024-04-03T16:06:25.6681595Z [5890/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_cache.cpp.o 2024-04-03T16:06:25.8146916Z [5890/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2024-04-03T16:06:25.8155482Z [5891/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_desc_iface.cpp.o 2024-04-03T16:06:25.8879233Z [5891/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2024-04-03T16:06:25.8887716Z [5892/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_exec_types.cpp.o 2024-04-03T16:06:26.1119665Z [5892/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2024-04-03T16:06:26.1127841Z [5893/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_hashing.cpp.o 2024-04-03T16:06:26.3069926Z [5893/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2024-04-03T16:06:26.3078491Z [5894/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/primitive_iface.cpp.o 2024-04-03T16:06:26.4465879Z [5894/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2024-04-03T16:06:26.4473447Z [5895/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/query.cpp.o 2024-04-03T16:06:26.6719472Z [5895/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2024-04-03T16:06:26.6727538Z [5896/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/reorder.cpp.o 2024-04-03T16:06:26.7358892Z [5896/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2024-04-03T16:06:26.7367711Z [5897/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/reduction.cpp.o 2024-04-03T16:06:26.9082576Z [5897/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2024-04-03T16:06:26.9091547Z [5898/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/resampling.cpp.o 2024-04-03T16:06:27.0815956Z [5898/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2024-04-03T16:06:27.0825510Z [5899/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/rnn.cpp.o 2024-04-03T16:06:27.1732400Z [5899/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2024-04-03T16:06:27.1740003Z [5900/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/rw_mutex.cpp.o 2024-04-03T16:06:27.4238488Z [5900/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2024-04-03T16:06:27.4247187Z [5901/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/scratchpad.cpp.o 2024-04-03T16:06:27.4645701Z [5901/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2024-04-03T16:06:27.4654179Z [5902/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/scratchpad_debug.cpp.o 2024-04-03T16:06:27.5957605Z [5902/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/stream_profiler.cpp.o 2024-04-03T16:06:27.5961332Z [5903/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/serialization.cpp.o 2024-04-03T16:06:27.8558766Z [5903/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2024-04-03T16:06:27.8561535Z [5904/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/shuffle.cpp.o 2024-04-03T16:06:28.0536548Z [5904/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2024-04-03T16:06:28.0539142Z [5905/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/softmax.cpp.o 2024-04-03T16:06:28.2559926Z [5905/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2024-04-03T16:06:28.2565235Z [5906/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/stream.cpp.o 2024-04-03T16:06:28.3889023Z [5906/8653] Building C object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2024-04-03T16:06:28.3891909Z [5907/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/stream_profiler.cpp.o 2024-04-03T16:06:28.4339355Z [5907/8653] Building C object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2024-04-03T16:06:28.4342425Z [5908/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/sum.cpp.o 2024-04-03T16:06:28.5344184Z [5908/8653] Building ASM object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2024-04-03T16:06:28.5347934Z [5909/8653] Building ASM object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittptmark64.S.o 2024-04-03T16:06:28.5507690Z [5909/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2024-04-03T16:06:28.5510679Z [5910/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/utils.cpp.o 2024-04-03T16:06:28.7100354Z [5910/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2024-04-03T16:06:28.7109307Z [5911/8653] Building C object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/jitprofiling.c.o 2024-04-03T16:06:28.7356404Z [5911/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2024-04-03T16:06:28.7364893Z [5912/8653] Building C object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/ittnotify/ittnotify_static.c.o 2024-04-03T16:06:29.0232763Z [5912/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2024-04-03T16:06:29.0243119Z [5913/8653] Building CXX object third_party/ideep/mkl-dnn/src/common/CMakeFiles/dnnl_common.dir/verbose.cpp.o 2024-04-03T16:06:29.3358894Z [5913/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2024-04-03T16:06:29.3361420Z [5914/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/bfloat16.cpp.o 2024-04-03T16:06:29.4720200Z [5914/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2024-04-03T16:06:29.4729133Z [5915/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_utils.cpp.o 2024-04-03T16:06:29.4787514Z [5915/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2024-04-03T16:06:29.4795970Z [5916/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/binary_injector_utils.cpp.o 2024-04-03T16:06:29.7899323Z [5916/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2024-04-03T16:06:29.7907816Z [5917/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_batch_normalization_list.cpp.o 2024-04-03T16:06:29.9814734Z [5917/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2024-04-03T16:06:29.9823365Z [5918/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_binary_list.cpp.o 2024-04-03T16:06:30.1560242Z [5918/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2024-04-03T16:06:30.1568767Z [5919/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_concat.cpp.o 2024-04-03T16:06:30.5889000Z [5919/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_group_normalization_list.cpp.o 2024-04-03T16:06:30.5899044Z [5920/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_deconvolution_list.cpp.o 2024-04-03T16:06:30.8203454Z [5920/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2024-04-03T16:06:30.8211709Z [5921/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_eltwise_list.cpp.o 2024-04-03T16:06:30.8389137Z [5921/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2024-04-03T16:06:30.8397230Z [5922/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_engine.cpp.o 2024-04-03T16:06:30.8944412Z [5922/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2024-04-03T16:06:30.8947259Z [5923/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_convolution_list.cpp.o 2024-04-03T16:06:31.0761641Z [5923/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2024-04-03T16:06:31.0764657Z [5924/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_group_normalization_list.cpp.o 2024-04-03T16:06:31.5996022Z [5924/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2024-04-03T16:06:31.6005803Z [5925/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_layer_normalization_list.cpp.o 2024-04-03T16:06:31.7792164Z [5925/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2024-04-03T16:06:31.7794485Z [5926/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_lrn_list.cpp.o 2024-04-03T16:06:31.8177149Z [5926/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2024-04-03T16:06:31.8196803Z [5927/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_inner_product_list.cpp.o 2024-04-03T16:06:31.9458131Z [5927/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2024-04-03T16:06:31.9466109Z [5928/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_prelu_list.cpp.o 2024-04-03T16:06:31.9858646Z [5928/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2024-04-03T16:06:31.9868340Z [5929/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_pooling_list.cpp.o 2024-04-03T16:06:32.4746053Z [5929/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2024-04-03T16:06:32.4755486Z [5930/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_reduction_list.cpp.o 2024-04-03T16:06:32.5323642Z [5930/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2024-04-03T16:06:32.5326310Z [5931/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_resampling_list.cpp.o 2024-04-03T16:06:32.9365940Z [5931/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2024-04-03T16:06:32.9368475Z [5932/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_shuffle_list.cpp.o 2024-04-03T16:06:33.0222037Z [5932/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2024-04-03T16:06:33.0224799Z [5933/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_softmax_list.cpp.o 2024-04-03T16:06:33.0735341Z [5933/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2024-04-03T16:06:33.0738217Z [5934/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_rnn_list.cpp.o 2024-04-03T16:06:33.3469503Z [5934/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2024-04-03T16:06:33.3472178Z [5935/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/float16.cpp.o 2024-04-03T16:06:33.5226028Z [5935/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2024-04-03T16:06:33.5234735Z [5936/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/cpu_sum.cpp.o 2024-04-03T16:06:33.8756024Z [5936/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2024-04-03T16:06:33.8765006Z [5937/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution_utils.cpp.o 2024-04-03T16:06:34.0001737Z [5937/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2024-04-03T16:06:34.0010610Z [5938/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_convolution.cpp.o 2024-04-03T16:06:34.1070239Z [5938/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2024-04-03T16:06:34.1079183Z [5939/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product.cpp.o 2024-04-03T16:06:34.3195534Z [5939/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2024-04-03T16:06:34.3204214Z [5940/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_inner_product_utils.cpp.o 2024-04-03T16:06:34.5158933Z [5940/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2024-04-03T16:06:34.5167741Z [5941/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2024-04-03T16:06:34.7764652Z [5941/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2024-04-03T16:06:34.7773663Z [5942/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution.cpp.o 2024-04-03T16:06:34.9236900Z [5942/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2024-04-03T16:06:34.9245766Z [5943/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_convolution_utils.cpp.o 2024-04-03T16:06:35.1387219Z [5943/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_group_normalization.cpp.o 2024-04-03T16:06:35.1395799Z [5944/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm_x8s8s32x_inner_product.cpp.o 2024-04-03T16:06:35.2932480Z [5944/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2024-04-03T16:06:35.2941572Z [5945/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/nchw_pooling.cpp.o 2024-04-03T16:06:35.3543511Z [5945/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2024-04-03T16:06:35.3546328Z [5946/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_batch_normalization.cpp.o 2024-04-03T16:06:35.6081439Z [5946/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2024-04-03T16:06:35.6089626Z [5947/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/nhwc_pooling.cpp.o 2024-04-03T16:06:35.7216558Z [5947/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2024-04-03T16:06:35.7225001Z [5948/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ncsp_group_normalization.cpp.o 2024-04-03T16:06:36.0417252Z [5948/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2024-04-03T16:06:36.0426002Z [5949/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/nspc_batch_normalization.cpp.o 2024-04-03T16:06:36.1408398Z [5949/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2024-04-03T16:06:36.1416938Z [5950/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/primitive_attr_postops.cpp.o 2024-04-03T16:06:36.1937050Z [5950/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2024-04-03T16:06:36.1972954Z [5951/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/platform.cpp.o 2024-04-03T16:06:36.4932688Z [5951/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2024-04-03T16:06:36.4941024Z [5952/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_batch_normalization.cpp.o 2024-04-03T16:06:36.6909408Z [5952/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2024-04-03T16:06:36.6917979Z [5953/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_binary.cpp.o 2024-04-03T16:06:36.9162550Z [5953/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_group_normalization.cpp.o 2024-04-03T16:06:36.9165471Z [5954/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution.cpp.o 2024-04-03T16:06:37.0647420Z [5954/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2024-04-03T16:06:37.0655994Z [5955/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_convolution_int8.cpp.o 2024-04-03T16:06:37.1321436Z [5955/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2024-04-03T16:06:37.1330150Z [5956/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_deconvolution.cpp.o 2024-04-03T16:06:37.3550562Z [5956/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2024-04-03T16:06:37.3558960Z [5957/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_eltwise.cpp.o 2024-04-03T16:06:37.5794062Z [5957/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2024-04-03T16:06:37.5802694Z [5958/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_group_normalization.cpp.o 2024-04-03T16:06:37.7119803Z [5958/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2024-04-03T16:06:37.7128228Z [5959/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product.cpp.o 2024-04-03T16:06:37.9024865Z [5959/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2024-04-03T16:06:37.9027437Z [5960/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_inner_product_int8.cpp.o 2024-04-03T16:06:38.0307611Z [5960/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2024-04-03T16:06:38.0310984Z [5961/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_layer_normalization.cpp.o 2024-04-03T16:06:38.3585919Z [5961/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2024-04-03T16:06:38.3588488Z [5962/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_lrn.cpp.o 2024-04-03T16:06:38.4779139Z [5962/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2024-04-03T16:06:38.4781786Z [5963/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_prelu.cpp.o 2024-04-03T16:06:38.5768106Z [5963/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2024-04-03T16:06:38.5774845Z [5964/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_pooling.cpp.o 2024-04-03T16:06:38.7159556Z [5964/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/scale_utils.cpp.o 2024-04-03T16:06:38.7162291Z [5965/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_reduction.cpp.o 2024-04-03T16:06:38.8541642Z [5965/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2024-04-03T16:06:38.8550336Z [5966/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_resampling.cpp.o 2024-04-03T16:06:39.2004629Z [5966/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2024-04-03T16:06:39.2013554Z [5967/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_shuffle.cpp.o 2024-04-03T16:06:39.2961415Z [5967/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2024-04-03T16:06:39.2969463Z [5968/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/ref_softmax.cpp.o 2024-04-03T16:06:39.4714818Z [5968/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2024-04-03T16:06:39.4722802Z [5969/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/scale_utils.cpp.o 2024-04-03T16:06:39.7397269Z [5969/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2024-04-03T16:06:39.7405441Z [5970/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_concat.cpp.o 2024-04-03T16:06:39.8235762Z [5970/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/bf16/ref_gemm_bf16.cpp.o 2024-04-03T16:06:39.8244552Z [5971/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_layer_normalization.cpp.o 2024-04-03T16:06:39.9555713Z [5971/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2024-04-03T16:06:39.9564048Z [5972/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/zero_point_utils.cpp.o 2024-04-03T16:06:40.1689654Z [5972/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2024-04-03T16:06:40.1697994Z [5973/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_resampling.cpp.o 2024-04-03T16:06:40.2551985Z [5973/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2024-04-03T16:06:40.2560631Z [5974/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/simple_sum.cpp.o 2024-04-03T16:06:40.4659749Z [5974/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2024-04-03T16:06:40.4667863Z [5975/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/bf16/ref_gemm_bf16.cpp.o 2024-04-03T16:06:40.5388319Z [5975/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2024-04-03T16:06:40.5391421Z [5976/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/gemm_utils_f32.cpp.o 2024-04-03T16:06:40.6977200Z [5976/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2024-04-03T16:06:40.6986352Z [5977/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/f32/ref_gemm_f32.cpp.o 2024-04-03T16:06:41.0021647Z [5977/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2024-04-03T16:06:41.0030016Z [5978/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm.cpp.o 2024-04-03T16:06:41.0479237Z [5978/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2024-04-03T16:06:41.0487219Z [5979/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/gemm_pack.cpp.o 2024-04-03T16:06:41.1633422Z [5979/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2024-04-03T16:06:41.1636342Z [5980/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/ref_gemm_s8x8s32.cpp.o 2024-04-03T16:06:41.2700963Z [5980/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2024-04-03T16:06:41.2709403Z [5981/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/gemm/s8x8s32/simple_gemm_s8s8s32.cpp.o 2024-04-03T16:06:41.5352242Z [5981/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2024-04-03T16:06:41.5354920Z [5982/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/cpu_matmul_list.cpp.o 2024-04-03T16:06:41.8476169Z [5982/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2024-04-03T16:06:41.8484692Z [5983/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_bf16_matmul.cpp.o 2024-04-03T16:06:41.9466497Z [5983/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_sparse_matmul.cpp.o 2024-04-03T16:06:41.9475518Z [5984/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_f32_matmul.cpp.o 2024-04-03T16:06:42.0180053Z [5984/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2024-04-03T16:06:42.0182652Z [5985/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul.cpp.o 2024-04-03T16:06:42.1584084Z [5985/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2024-04-03T16:06:42.1587603Z [5986/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/gemm_x8s8s32x_matmul.cpp.o 2024-04-03T16:06:42.3115298Z [5986/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2024-04-03T16:06:42.3118108Z [5987/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_matmul_int8.cpp.o 2024-04-03T16:06:42.6086400Z [5987/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2024-04-03T16:06:42.6094816Z [5988/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/matmul/ref_sparse_matmul.cpp.o 2024-04-03T16:06:42.9302641Z [5988/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2024-04-03T16:06:42.9311653Z [5989/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder.cpp.o 2024-04-03T16:06:43.1374288Z [5989/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2024-04-03T16:06:43.1377172Z [5990/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_bf16_s8.cpp.o 2024-04-03T16:06:43.3399262Z [5990/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2024-04-03T16:06:43.3408283Z [5991/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_f32_s8.cpp.o 2024-04-03T16:06:43.4983815Z [5991/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2024-04-03T16:06:43.4991747Z [5992/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_comp_s8_s8.cpp.o 2024-04-03T16:06:43.6019853Z [5992/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2024-04-03T16:06:43.6029542Z [5993/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_bf16.cpp.o 2024-04-03T16:06:43.9366339Z [5993/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2024-04-03T16:06:43.9375635Z [5994/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f16.cpp.o 2024-04-03T16:06:44.1724165Z [5994/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2024-04-03T16:06:44.1733056Z [5995/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_bf16.cpp.o 2024-04-03T16:06:44.2623125Z [5995/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2024-04-03T16:06:44.2631928Z [5996/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f16.cpp.o 2024-04-03T16:06:44.5003887Z [5996/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2024-04-03T16:06:44.5007289Z [5997/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_f32.cpp.o 2024-04-03T16:06:44.6933225Z [5997/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2024-04-03T16:06:44.6942800Z [5998/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s32.cpp.o 2024-04-03T16:06:44.8634275Z [5998/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2024-04-03T16:06:44.8658763Z [5999/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_s8.cpp.o 2024-04-03T16:06:45.2741892Z [5999/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2024-04-03T16:06:45.2781739Z [6000/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s32.cpp.o 2024-04-03T16:06:45.3420212Z [6000/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2024-04-03T16:06:45.3423284Z [6001/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_f32_u8.cpp.o 2024-04-03T16:06:45.5030210Z [6001/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2024-04-03T16:06:45.5034660Z [6002/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_s8.cpp.o 2024-04-03T16:06:45.7435279Z [6002/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2024-04-03T16:06:45.7444276Z [6003/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/reorder/cpu_reorder_regular_u8.cpp.o 2024-04-03T16:06:45.9310815Z [6003/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2024-04-03T16:06:45.9320000Z [6004/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/brgemm_cell_common.cpp.o 2024-04-03T16:06:46.2635494Z [6004/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2024-04-03T16:06:46.2644575Z [6005/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_common.cpp.o 2024-04-03T16:06:46.3198253Z [6005/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2024-04-03T16:06:46.3200974Z [6006/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru.cpp.o 2024-04-03T16:06:46.5097919Z [6006/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2024-04-03T16:06:46.5106811Z [6007/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/cell_gru_lbr.cpp.o 2024-04-03T16:06:46.7501478Z [6007/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2024-04-03T16:06:46.7509011Z [6008/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru.cpp.o 2024-04-03T16:06:47.0103325Z [6008/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2024-04-03T16:06:47.0112668Z [6009/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_gru_lbr.cpp.o 2024-04-03T16:06:47.2417366Z [6009/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2024-04-03T16:06:47.2426621Z [6010/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm_projection.cpp.o 2024-04-03T16:06:47.3690838Z [6010/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2024-04-03T16:06:47.3699233Z [6011/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_lstm.cpp.o 2024-04-03T16:06:47.6342189Z [6011/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2024-04-03T16:06:47.6350377Z [6012/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_postgemm_rnn.cpp.o 2024-04-03T16:06:47.8929599Z [6012/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_containers.cpp.o 2024-04-03T16:06:47.8932972Z [6013/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/ref_rnn.cpp.o 2024-04-03T16:06:47.9134643Z [6013/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2024-04-03T16:06:47.9137231Z [6014/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/rnn/rnn_utils.cpp.o 2024-04-03T16:06:48.0008864Z [6014/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2024-04-03T16:06:48.0017302Z [6015/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/jit_utils.cpp.o 2024-04-03T16:06:48.1547377Z [6015/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2024-04-03T16:06:48.1550380Z [6016/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/CMakeFiles/dnnl_cpu.dir/jit_utils/linux_perf/linux_perf.cpp.o 2024-04-03T16:06:48.4378939Z [6016/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2024-04-03T16:06:48.4382689Z [6017/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_containers.cpp.o 2024-04-03T16:06:48.6683386Z [6017/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2024-04-03T16:06:48.6691897Z [6018/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/amx_tile_configure.cpp.o 2024-04-03T16:06:48.7475086Z [6018/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2024-04-03T16:06:48.7484024Z [6019/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm_utils.cpp.o 2024-04-03T16:06:48.8652065Z [6019/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2024-04-03T16:06:48.8661064Z [6020/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_amx_uker.cpp.o 2024-04-03T16:06:48.9995617Z [6020/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2024-04-03T16:06:48.9998630Z [6021/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/brgemm.cpp.o 2024-04-03T16:06:49.4245523Z [6021/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2024-04-03T16:06:49.4256036Z [6022/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brdgmm_kernel.cpp.o 2024-04-03T16:06:49.5919980Z [6022/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2024-04-03T16:06:49.5928762Z [6023/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/brgemm/jit_brgemm_kernel.cpp.o 2024-04-03T16:06:49.6308883Z [6023/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2024-04-03T16:06:49.6316837Z [6024/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_barrier.cpp.o 2024-04-03T16:06:49.7961298Z [6024/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2024-04-03T16:06:49.7964666Z [6025/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_isa_traits.cpp.o 2024-04-03T16:06:49.8693091Z [6025/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2024-04-03T16:06:49.8701890Z [6026/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/cpu_reducer.cpp.o 2024-04-03T16:06:50.0838594Z [6026/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:50.0847873Z [6027/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_copy_kern.cpp.o 2024-04-03T16:06:50.3189093Z [6027/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:50.3199413Z [6028/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/amx/jit_avx512_core_amx_gemm_kern.cpp.o 2024-04-03T16:06:50.4767184Z [6028/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:50.4770821Z [6029/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemm_bf16bf16f32_kern.cpp.o 2024-04-03T16:06:50.5876525Z [6029/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:50.5880148Z [6030/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_gemv_bf16bf16f32_kern.cpp.o 2024-04-03T16:06:50.7237500Z [6030/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:50.7246858Z [6031/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:50.9121458Z [6031/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:50.9131129Z [6032/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:51.1564961Z [6032/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:51.1574253Z [6033/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:51.3016889Z [6033/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:51.3020956Z [6034/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_24x8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:51.4421405Z [6034/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:51.4425480Z [6035/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:51.6585765Z [6035/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:51.6589216Z [6036/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:51.7363437Z [6036/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:51.7367197Z [6037/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:51.9759713Z [6037/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:51.9768732Z [6038/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/bf16/jit_avx512_core_s16_48x8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:52.2640419Z [6038/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2024-04-03T16:06:52.2649417Z [6039/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:52.2788970Z [6039/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2024-04-03T16:06:52.2797812Z [6040/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:52.4806883Z [6040/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:52.4816707Z [6041/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:52.6324167Z [6041/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2024-04-03T16:06:52.6334198Z [6042/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:52.8594753Z [6042/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2024-04-03T16:06:52.8603893Z [6043/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx2_kernel_sgemm_kern.cpp.o 2024-04-03T16:06:53.2294838Z [6043/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:53.2304737Z [6044/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_common_gemm_f32.cpp.o 2024-04-03T16:06:53.2359235Z [6044/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:53.2367717Z [6045/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:53.3674073Z [6045/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2024-04-03T16:06:53.3682543Z [6046/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part1_autogen.cpp.o 2024-04-03T16:06:53.5007402Z [6046/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:53.5017009Z [6047/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_at_kern_part2_autogen.cpp.o 2024-04-03T16:06:53.5731498Z [6047/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:53.5735073Z [6048/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:53.9551689Z [6048/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:53.9561069Z [6049/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_gemm_smalln_tn_f32_kern.cpp.o 2024-04-03T16:06:54.0205941Z [6049/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:54.0215265Z [6050/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx512_core_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:54.1894622Z [6050/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2024-04-03T16:06:54.1904024Z [6051/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:54.3382300Z [6051/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2024-04-03T16:06:54.3392208Z [6052/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:54.4135862Z [6052/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2024-04-03T16:06:54.4140151Z [6053/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:54.6851074Z [6053/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2024-04-03T16:06:54.6860723Z [6054/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:54.9317672Z [6054/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2024-04-03T16:06:54.9320871Z [6055/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemm_f32.cpp.o 2024-04-03T16:06:54.9552817Z [6055/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2024-04-03T16:06:54.9556228Z [6056/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part1_autogen.cpp.o 2024-04-03T16:06:55.1893415Z [6056/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:55.1903291Z [6057/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_gemv_t_f32_kern.cpp.o 2024-04-03T16:06:55.2666478Z [6057/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:55.2671348Z [6058/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_b0_sgemm_kern_part2_autogen.cpp.o 2024-04-03T16:06:55.4927117Z [6058/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:55.4936764Z [6059/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part1_autogen.cpp.o 2024-04-03T16:06:55.7522339Z [6059/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:55.7531744Z [6060/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_avx_kernel_sgemm_kern_part2_autogen.cpp.o 2024-04-03T16:06:55.8492467Z [6060/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2024-04-03T16:06:55.8501598Z [6061/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:55.9640633Z [6061/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2024-04-03T16:06:55.9650316Z [6062/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:56.0967663Z [6062/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2024-04-03T16:06:56.0977458Z [6063/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:56.2860419Z [6063/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2024-04-03T16:06:56.2863539Z [6064/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_f32_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:56.5088086Z [6064/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2024-04-03T16:06:56.5097318Z [6065/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_n_f32_kern.cpp.o 2024-04-03T16:06:56.6815101Z [6065/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2024-04-03T16:06:56.6824364Z [6066/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_gemv_t_f32_kern.cpp.o 2024-04-03T16:06:56.8862983Z [6066/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2024-04-03T16:06:56.8866027Z [6067/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_b0_sgemm_kern_autogen.cpp.o 2024-04-03T16:06:57.0522995Z [6067/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2024-04-03T16:06:57.0526214Z [6068/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/f32/jit_sse41_kernel_sgemm_kern_autogen.cpp.o 2024-04-03T16:06:57.2278948Z [6068/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2024-04-03T16:06:57.2287955Z [6069/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_driver.cpp.o 2024-04-03T16:06:57.4173384Z [6069/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:57.4176256Z [6070/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_info.cpp.o 2024-04-03T16:06:57.5667440Z [6070/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:57.5670956Z [6071/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemm_pack.cpp.o 2024-04-03T16:06:57.6433722Z [6071/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:57.6436957Z [6072/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/gemv_driver.cpp.o 2024-04-03T16:06:57.8503050Z [6072/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:57.8512231Z [6073/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_gemm_s8u8s32_kern.cpp.o 2024-04-03T16:06:58.0198192Z [6073/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T16:06:58.0207608Z [6074/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:58.2437045Z [6074/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T16:06:58.2446760Z [6075/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:58.4420434Z [6075/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T16:06:58.4424035Z [6076/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:58.5444994Z [6076/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T16:06:58.5448840Z [6077/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:58.7043733Z [6077/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:58.7047641Z [6078/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T16:06:58.9461970Z [6078/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:58.9470420Z [6079/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T16:06:59.0500759Z [6079/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:59.0504095Z [6080/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T16:06:59.2157260Z [6080/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:06:59.2166705Z [6081/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T16:06:59.3034329Z [6081/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T16:06:59.3044663Z [6082/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_an_kern_autogen.cpp.o 2024-04-03T16:06:59.4881468Z [6082/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T16:06:59.4886043Z [6083/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_at_kern_autogen.cpp.o 2024-04-03T16:06:59.7612429Z [6083/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T16:06:59.7617193Z [6084/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:06:59.9156044Z [6084/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T16:06:59.9159917Z [6085/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:07:00.0993069Z [6085/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2024-04-03T16:07:00.1002818Z [6086/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T16:07:00.2668400Z [6086/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2024-04-03T16:07:00.2677861Z [6087/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T16:07:00.3349359Z [6087/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2024-04-03T16:07:00.3359022Z [6088/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T16:07:00.5757138Z [6088/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2024-04-03T16:07:00.5767084Z [6089/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx2_vnni_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T16:07:00.6594506Z [6089/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2024-04-03T16:07:00.6597210Z [6090/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemm_s8u8s32_kern.cpp.o 2024-04-03T16:07:00.8365799Z [6090/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:07:00.8375380Z [6091/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_gemv_s8x8s32.cpp.o 2024-04-03T16:07:01.1003220Z [6091/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:07:01.1007116Z [6092/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_kernel_gemv_s8x8s32_kern.cpp.o 2024-04-03T16:07:01.1761006Z [6092/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T16:07:01.1765182Z [6093/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_an_kern_autogen.cpp.o 2024-04-03T16:07:01.5480586Z [6093/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T16:07:01.5487118Z [6094/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_at_kern_autogen.cpp.o 2024-04-03T16:07:01.5552101Z [6094/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T16:07:01.5556157Z [6095/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:07:01.6228032Z [6095/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T16:07:01.6232025Z [6096/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:07:01.8601252Z [6096/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:01.8604997Z [6097/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T16:07:02.0307069Z [6097/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:02.0311057Z [6098/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T16:07:02.2179974Z [6098/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:02.2190402Z [6099/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T16:07:02.3941759Z [6099/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:02.3951351Z [6100/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx512_core_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T16:07:02.5476326Z [6100/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:02.5480377Z [6101/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:02.7429098Z [6101/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:02.7434253Z [6102/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:02.9045075Z [6102/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:02.9048955Z [6103/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:03.1399545Z [6103/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:03.1409484Z [6104/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:03.2762424Z [6104/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2024-04-03T16:07:03.2766361Z [6105/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:03.3832814Z [6105/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2024-04-03T16:07:03.3836737Z [6106/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:03.6084924Z [6106/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:07:03.6088751Z [6107/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:03.7899886Z [6107/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:07:03.7909441Z [6108/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_an_kern_autogen.cpp.o 2024-04-03T16:07:03.8684696Z [6108/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T16:07:03.8694186Z [6109/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:04.0759478Z [6109/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T16:07:04.0768878Z [6110/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_at_kern_autogen.cpp.o 2024-04-03T16:07:04.1718261Z [6110/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T16:07:04.1728225Z [6111/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:07:04.2845910Z [6111/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T16:07:04.2855232Z [6112/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:07:04.5879786Z [6112/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:04.5889321Z [6113/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T16:07:04.6699978Z [6113/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:04.6709526Z [6114/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T16:07:04.8829230Z [6114/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:04.8838969Z [6115/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T16:07:05.0278684Z [6115/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:05.0288015Z [6116/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_avx_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T16:07:05.2199575Z [6116/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:05.2209154Z [6117/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:05.3712441Z [6117/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:05.3722072Z [6118/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:05.5318828Z [6118/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:05.5328341Z [6119/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:05.8562493Z [6119/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:05.8572157Z [6120/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:05.8749261Z [6120/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2024-04-03T16:07:05.8758823Z [6121/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_b0_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:06.0826224Z [6121/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2024-04-03T16:07:06.0835606Z [6122/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_c_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:06.1669131Z [6122/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:07:06.1672392Z [6123/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:06.2916571Z [6123/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:07:06.2920514Z [6124/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_kernel_r_gemm_s8u8s32_kern_autogen.cpp.o 2024-04-03T16:07:06.5839139Z [6124/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T16:07:06.5842839Z [6125/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_an_kern_autogen.cpp.o 2024-04-03T16:07:06.7766635Z [6125/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T16:07:06.7770318Z [6126/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_at_kern_autogen.cpp.o 2024-04-03T16:07:06.9465203Z [6126/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T16:07:06.9475193Z [6127/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bt_kern_autogen.cpp.o 2024-04-03T16:07:06.9707957Z [6127/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T16:07:06.9713172Z [6128/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_bn_kern_autogen.cpp.o 2024-04-03T16:07:07.1199532Z [6128/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2024-04-03T16:07:07.1202853Z [6129/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_an_kern_autogen.cpp.o 2024-04-03T16:07:07.4469957Z [6129/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2024-04-03T16:07:07.4479525Z [6130/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_at_kern_autogen.cpp.o 2024-04-03T16:07:07.5037469Z [6130/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2024-04-03T16:07:07.5047164Z [6131/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bn_kern_autogen.cpp.o 2024-04-03T16:07:07.8165698Z [6131/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2024-04-03T16:07:07.8175458Z [6132/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm/s8x8s32/jit_sse41_u8_copy_sum_bt_kern_autogen.cpp.o 2024-04-03T16:07:07.9948505Z [6132/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2024-04-03T16:07:07.9957613Z [6133/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_convolution.cpp.o 2024-04-03T16:07:08.1878769Z [6133/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2024-04-03T16:07:08.1887968Z [6134/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/gemm_bf16_inner_product.cpp.o 2024-04-03T16:07:08.3603700Z [6134/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2024-04-03T16:07:08.3606977Z [6135/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/injector_utils.cpp.o 2024-04-03T16:07:08.6839987Z [6135/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2024-04-03T16:07:08.6848988Z [6136/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_binary_injector.cpp.o 2024-04-03T16:07:08.8156366Z [6136/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2024-04-03T16:07:08.8159927Z [6137/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_eltwise_injector.cpp.o 2024-04-03T16:07:08.8309369Z [6137/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2024-04-03T16:07:08.8312738Z [6138/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/injectors/jit_uni_postops_injector.cpp.o 2024-04-03T16:07:09.0603130Z [6138/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2024-04-03T16:07:09.0606199Z [6139/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/ip_convolution.cpp.o 2024-04-03T16:07:09.4919872Z [6139/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2024-04-03T16:07:09.4929272Z [6140/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_conv_kernel_f32.cpp.o 2024-04-03T16:07:09.7371271Z [6140/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2024-04-03T16:07:09.7380520Z [6141/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_conv_kernel_f32.cpp.o 2024-04-03T16:07:09.8110725Z [6141/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2024-04-03T16:07:09.8118903Z [6142/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_1x1_convolution.cpp.o 2024-04-03T16:07:09.8950947Z [6142/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2024-04-03T16:07:09.8960193Z [6143/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_conv_kernel.cpp.o 2024-04-03T16:07:09.9606246Z [6143/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2024-04-03T16:07:09.9615331Z [6144/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx2_convolution.cpp.o 2024-04-03T16:07:10.3572360Z [6144/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2024-04-03T16:07:10.3582027Z [6145/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_1x1_convolution.cpp.o 2024-04-03T16:07:10.6387828Z [6145/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2024-04-03T16:07:10.6397077Z [6146/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_conv_kernel.cpp.o 2024-04-03T16:07:10.7983784Z [6146/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2024-04-03T16:07:10.7992988Z [6147/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_common_convolution.cpp.o 2024-04-03T16:07:10.8442401Z [6147/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2024-04-03T16:07:10.8451367Z [6148/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_conv_kernel.cpp.o 2024-04-03T16:07:10.9364697Z [6148/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2024-04-03T16:07:10.9374297Z [6149/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_1x1_convolution.cpp.o 2024-04-03T16:07:11.3040060Z [6149/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2024-04-03T16:07:11.3049973Z [6150/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_conv_kernel.cpp.o 2024-04-03T16:07:11.5439776Z [6150/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2024-04-03T16:07:11.5448996Z [6151/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_convolution.cpp.o 2024-04-03T16:07:11.7635173Z [6151/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2024-04-03T16:07:11.7644281Z [6152/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_amx_deconvolution.cpp.o 2024-04-03T16:07:11.8197301Z [6152/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2024-04-03T16:07:11.8202859Z [6153/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_conv_kernel.cpp.o 2024-04-03T16:07:12.0488534Z [6153/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2024-04-03T16:07:12.0497781Z [6154/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_1x1_convolution.cpp.o 2024-04-03T16:07:12.1553653Z [6154/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_resampling.cpp.o 2024-04-03T16:07:12.1562742Z [6155/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_conv_kernel.cpp.o 2024-04-03T16:07:12.4308853Z [6155/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2024-04-03T16:07:12.4312789Z [6156/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_convolution.cpp.o 2024-04-03T16:07:12.6284966Z [6156/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2024-04-03T16:07:12.6294174Z [6157/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_fp16cvt.cpp.o 2024-04-03T16:07:12.7944512Z [6157/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2024-04-03T16:07:12.7954381Z [6158/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_bf16_dw_conv_kernel.cpp.o 2024-04-03T16:07:13.0399553Z [6158/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2024-04-03T16:07:13.0408532Z [6159/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_resampling.cpp.o 2024-04-03T16:07:13.3202579Z [6159/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2024-04-03T16:07:13.3212014Z [6160/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_conv_kernel.cpp.o 2024-04-03T16:07:13.3358847Z [6160/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2024-04-03T16:07:13.3361680Z [6161/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_1x1_convolution.cpp.o 2024-04-03T16:07:13.6008176Z [6161/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2024-04-03T16:07:13.6017840Z [6162/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_conv_kernel.cpp.o 2024-04-03T16:07:13.6740893Z [6162/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2024-04-03T16:07:13.6744920Z [6163/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_convolution.cpp.o 2024-04-03T16:07:14.0079832Z [6163/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2024-04-03T16:07:14.0088653Z [6164/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_avx512_core_x8s8s32x_deconvolution.cpp.o 2024-04-03T16:07:14.2508376Z [6164/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_strided.cpp.o 2024-04-03T16:07:14.2511507Z [6165/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brdgmm_dw_conv.cpp.o 2024-04-03T16:07:14.4196151Z [6165/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_trans_kernel.cpp.o 2024-04-03T16:07:14.4205151Z [6166/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_1x1_conv.cpp.o 2024-04-03T16:07:14.6093429Z [6166/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2024-04-03T16:07:14.6096526Z [6167/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd.cpp.o 2024-04-03T16:07:14.9519634Z [6167/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_utils.cpp.o 2024-04-03T16:07:14.9528189Z [6168/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv.cpp.o 2024-04-03T16:07:15.1423241Z [6168/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2024-04-03T16:07:15.1432022Z [6169/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_trans_kernel.cpp.o 2024-04-03T16:07:15.1978674Z [6169/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2024-04-03T16:07:15.1981939Z [6170/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_strided.cpp.o 2024-04-03T16:07:15.4205126Z [6170/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2024-04-03T16:07:15.4213921Z [6171/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_w.cpp.o 2024-04-03T16:07:15.5833036Z [6171/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_deconv.cpp.o 2024-04-03T16:07:15.5842252Z [6172/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_bwd_utils.cpp.o 2024-04-03T16:07:15.9820401Z [6172/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2024-04-03T16:07:15.9829139Z [6173/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_comp_pad_kernel.cpp.o 2024-04-03T16:07:16.1350641Z [6173/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2024-04-03T16:07:16.1359432Z [6174/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_trans_kernel.cpp.o 2024-04-03T16:07:16.2750917Z [6174/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2024-04-03T16:07:16.2759802Z [6175/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_conv_utils.cpp.o 2024-04-03T16:07:16.4433563Z [6175/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2024-04-03T16:07:16.4442338Z [6176/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_deconv.cpp.o 2024-04-03T16:07:16.6896995Z [6176/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2024-04-03T16:07:16.6901683Z [6177/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product.cpp.o 2024-04-03T16:07:16.8515305Z [6177/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2024-04-03T16:07:16.8519525Z [6178/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_inner_product_utils.cpp.o 2024-04-03T16:07:16.9436292Z [6178/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2024-04-03T16:07:16.9439879Z [6179/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_brgemm_transpose_utils.cpp.o 2024-04-03T16:07:17.2779057Z [6179/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2024-04-03T16:07:17.2787905Z [6180/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_inner_product_utils.cpp.o 2024-04-03T16:07:17.3463375Z [6180/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2024-04-03T16:07:17.3472302Z [6181/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_conv_zp_src_pad_comp.cpp.o 2024-04-03T16:07:17.6554712Z [6181/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2024-04-03T16:07:17.6563294Z [6182/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_gemm_x8s8s32x_convolution_utils.cpp.o 2024-04-03T16:07:17.7166513Z [6182/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2024-04-03T16:07:17.7175501Z [6183/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_conv_kernel_f32.cpp.o 2024-04-03T16:07:17.9200767Z [6183/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2024-04-03T16:07:17.9209907Z [6184/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_1x1_convolution.cpp.o 2024-04-03T16:07:18.1204419Z [6184/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2024-04-03T16:07:18.1212897Z [6185/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_conv_kernel_f32.cpp.o 2024-04-03T16:07:18.2760055Z [6185/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2024-04-03T16:07:18.2768663Z [6186/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_sse41_convolution.cpp.o 2024-04-03T16:07:18.4521928Z [6186/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2024-04-03T16:07:18.4524995Z [6187/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_transpose_utils.cpp.o 2024-04-03T16:07:18.7168696Z [6187/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_convert_xf16.cpp.o 2024-04-03T16:07:18.7171982Z [6188/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization.cpp.o 2024-04-03T16:07:18.8924012Z [6188/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2024-04-03T16:07:18.8933132Z [6189/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_batch_normalization_s8.cpp.o 2024-04-03T16:07:19.1460113Z [6189/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2024-04-03T16:07:19.1463892Z [6190/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary.cpp.o 2024-04-03T16:07:19.3025161Z [6190/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2024-04-03T16:07:19.3028630Z [6191/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_convert_xf16.cpp.o 2024-04-03T16:07:19.3631160Z [6191/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2024-04-03T16:07:19.3634342Z [6192/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_binary_kernel.cpp.o 2024-04-03T16:07:19.4432723Z [6192/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2024-04-03T16:07:19.4435456Z [6193/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_deconv_zp_pad_str_kernel.cpp.o 2024-04-03T16:07:19.8225364Z [6193/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2024-04-03T16:07:19.8233908Z [6194/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_f32.cpp.o 2024-04-03T16:07:20.0795447Z [6194/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_group_normalization.cpp.o 2024-04-03T16:07:20.0804609Z [6195/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_conv_kernel_utils.cpp.o 2024-04-03T16:07:20.3234513Z [6195/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2024-04-03T16:07:20.3243180Z [6196/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise.cpp.o 2024-04-03T16:07:20.5390165Z [6196/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2024-04-03T16:07:20.5397239Z [6197/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_dw_convolution.cpp.o 2024-04-03T16:07:20.5552350Z [6197/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2024-04-03T16:07:20.5555451Z [6198/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_eltwise_int.cpp.o 2024-04-03T16:07:20.6964337Z [6198/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2024-04-03T16:07:20.6968164Z [6199/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_group_normalization.cpp.o 2024-04-03T16:07:21.0560646Z [6199/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2024-04-03T16:07:21.0568892Z [6200/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_i8i8_pooling.cpp.o 2024-04-03T16:07:21.3170936Z [6200/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2024-04-03T16:07:21.3174165Z [6201/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_layer_normalization.cpp.o 2024-04-03T16:07:21.5680010Z [6201/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2024-04-03T16:07:21.5688524Z [6202/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pool_kernel.cpp.o 2024-04-03T16:07:21.6102610Z [6202/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2024-04-03T16:07:21.6111321Z [6203/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_pooling.cpp.o 2024-04-03T16:07:21.6292897Z [6203/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2024-04-03T16:07:21.6301880Z [6204/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction.cpp.o 2024-04-03T16:07:22.1261151Z [6204/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2024-04-03T16:07:22.1267105Z [6205/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reduction_kernel.cpp.o 2024-04-03T16:07:22.2940708Z [6205/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2024-04-03T16:07:22.2949788Z [6206/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder_utils.cpp.o 2024-04-03T16:07:22.5105103Z [6206/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2024-04-03T16:07:22.5116127Z [6207/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_reorder.cpp.o 2024-04-03T16:07:22.5310218Z [6207/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2024-04-03T16:07:22.5319314Z [6208/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling.cpp.o 2024-04-03T16:07:22.8250281Z [6208/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2024-04-03T16:07:22.8253432Z [6209/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_resampling_kernel.cpp.o 2024-04-03T16:07:23.1524927Z [6209/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2024-04-03T16:07:23.1534507Z [6210/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_softmax.cpp.o 2024-04-03T16:07:23.3506747Z [6210/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2024-04-03T16:07:23.3515808Z [6211/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_tbb_batch_normalization.cpp.o 2024-04-03T16:07:23.5435077Z [6211/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2024-04-03T16:07:23.5443981Z [6212/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_conv_kernel.cpp.o 2024-04-03T16:07:23.6138806Z [6212/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_xf16_sum.cpp.o 2024-04-03T16:07:23.6141850Z [6213/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_1x1_convolution.cpp.o 2024-04-03T16:07:23.7206519Z [6213/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2024-04-03T16:07:23.7215179Z [6214/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_conv_kernel.cpp.o 2024-04-03T16:07:24.0848584Z [6214/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2024-04-03T16:07:24.0852586Z [6215/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_convolution.cpp.o 2024-04-03T16:07:24.3050920Z [6215/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2024-04-03T16:07:24.3060186Z [6216/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_xf16_sum.cpp.o 2024-04-03T16:07:24.3270174Z [6216/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2024-04-03T16:07:24.3279119Z [6217/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/jit_uni_x8s8s32x_deconvolution.cpp.o 2024-04-03T16:07:24.5597083Z [6217/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2024-04-03T16:07:24.5606166Z [6218/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn.cpp.o 2024-04-03T16:07:24.6360257Z [6218/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2024-04-03T16:07:24.6369950Z [6219/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_base.cpp.o 2024-04-03T16:07:24.8719403Z [6219/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2024-04-03T16:07:24.8728885Z [6220/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_blocked.cpp.o 2024-04-03T16:07:25.1461052Z [6220/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2024-04-03T16:07:25.1470183Z [6221/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_bwd_nhwc.cpp.o 2024-04-03T16:07:25.2928788Z [6221/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2024-04-03T16:07:25.2931962Z [6222/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_base.cpp.o 2024-04-03T16:07:25.3642170Z [6222/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2024-04-03T16:07:25.3652077Z [6223/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_nhwc.cpp.o 2024-04-03T16:07:25.4357188Z [6223/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2024-04-03T16:07:25.4366198Z [6224/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_avx512_common_lrn_fwd_blocked.cpp.o 2024-04-03T16:07:25.7264720Z [6224/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_reorders.cpp.o 2024-04-03T16:07:25.7273863Z [6225/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn.cpp.o 2024-04-03T16:07:26.0007996Z [6225/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2024-04-03T16:07:26.0017913Z [6226/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/lrn/jit_uni_lrn_kernel.cpp.o 2024-04-03T16:07:26.3089375Z [6226/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/jit_uni_sparse_matmul.cpp.o 2024-04-03T16:07:26.3098503Z [6227/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul.cpp.o 2024-04-03T16:07:26.3307113Z [6227/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2024-04-03T16:07:26.3316302Z [6228/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_reorders.cpp.o 2024-04-03T16:07:26.3902217Z [6228/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2024-04-03T16:07:26.3905569Z [6229/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_copy_utils.cpp.o 2024-04-03T16:07:26.7447794Z [6229/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2024-04-03T16:07:26.7457158Z [6230/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/brgemm_matmul_utils.cpp.o 2024-04-03T16:07:26.8722441Z [6230/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2024-04-03T16:07:26.8725768Z [6231/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/matmul/jit_uni_sparse_matmul.cpp.o 2024-04-03T16:07:27.1558914Z [6231/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2024-04-03T16:07:27.1562036Z [6232/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_base_kernel.cpp.o 2024-04-03T16:07:27.3032720Z [6232/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2024-04-03T16:07:27.3035852Z [6233/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_backward.cpp.o 2024-04-03T16:07:27.4391582Z [6233/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2024-04-03T16:07:27.4400593Z [6234/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_forward.cpp.o 2024-04-03T16:07:27.6878696Z [6234/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2024-04-03T16:07:27.6888097Z [6235/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_utils.cpp.o 2024-04-03T16:07:27.7496209Z [6235/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2024-04-03T16:07:27.7499932Z [6236/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_prelu_reduction_kernel.cpp.o 2024-04-03T16:07:28.0403011Z [6236/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2024-04-03T16:07:28.0412082Z [6237/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_backward_kernel.cpp.o 2024-04-03T16:07:28.2373346Z [6237/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2024-04-03T16:07:28.2382256Z [6238/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/prelu/jit_uni_prelu_forward_kernel.cpp.o 2024-04-03T16:07:28.3909591Z [6238/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2024-04-03T16:07:28.3921677Z [6239/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_bwd.cpp.o 2024-04-03T16:07:28.6506272Z [6239/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2024-04-03T16:07:28.6515503Z [6240/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_reorders.cpp.o 2024-04-03T16:07:28.7255551Z [6240/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2024-04-03T16:07:28.7264781Z [6241/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_fwd.cpp.o 2024-04-03T16:07:28.7621600Z [6241/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2024-04-03T16:07:28.7630942Z [6242/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/brgemm_cell_common_utils.cpp.o 2024-04-03T16:07:29.0297425Z [6242/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2024-04-03T16:07:29.0306764Z [6243/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_brgemm_transpose_single_row.cpp.o 2024-04-03T16:07:29.2876697Z [6243/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2024-04-03T16:07:29.2879904Z [6244/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_diff_weights_peephole.cpp.o 2024-04-03T16:07:29.6216920Z [6244/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2024-04-03T16:07:29.6226512Z [6245/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/jit_gates_reduction.cpp.o 2024-04-03T16:07:29.7293768Z [6245/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/backend.cpp.o 2024-04-03T16:07:29.7301138Z [6246/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/rnn/rnn_brgemm_utils.cpp.o 2024-04-03T16:07:29.8246738Z [6246/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/allocator.cpp.o 2024-04-03T16:07:29.8255925Z [6247/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle.cpp.o 2024-04-03T16:07:30.0363986Z [6247/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/logical_tensor.cpp.o 2024-04-03T16:07:30.0374036Z [6248/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/shuffle/jit_uni_shuffle_kernel.cpp.o 2024-04-03T16:07:30.1785163Z [6248/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/op_def_constraint.cpp.o 2024-04-03T16:07:30.1795778Z [6249/8653] Building CXX object third_party/ideep/mkl-dnn/src/cpu/x64/CMakeFiles/dnnl_cpu_x64.dir/utils/jit_io_helper.cpp.o 2024-04-03T16:07:30.4302191Z [6249/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/op.cpp.o 2024-04-03T16:07:30.4311236Z [6250/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/backend.cpp.o 2024-04-03T16:07:30.4990622Z [6250/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition_cache.cpp.o 2024-04-03T16:07:30.4999688Z [6251/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/allocator.cpp.o 2024-04-03T16:07:30.5869639Z [6251/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/graph.cpp.o 2024-04-03T16:07:30.5878377Z [6252/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/logical_tensor.cpp.o 2024-04-03T16:07:30.8967232Z [6252/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/op_schema.cpp.o 2024-04-03T16:07:30.8976557Z [6253/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/op_def_constraint.cpp.o 2024-04-03T16:07:31.0633833Z [6253/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition.cpp.o 2024-04-03T16:07:31.0642812Z [6254/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/op.cpp.o 2024-04-03T16:07:31.2440715Z [6254/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition_hashing.cpp.o 2024-04-03T16:07:31.2449683Z [6255/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition_cache.cpp.o 2024-04-03T16:07:31.3843015Z [6255/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition_impl.cpp.o 2024-04-03T16:07:31.3851532Z [6256/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/graph.cpp.o 2024-04-03T16:07:31.6065667Z [6256/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/shape_infer.cpp.o 2024-04-03T16:07:31.6074767Z [6257/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/op_schema.cpp.o 2024-04-03T16:07:31.6619008Z [6257/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/tensor.cpp.o 2024-04-03T16:07:31.6622264Z [6258/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition.cpp.o 2024-04-03T16:07:31.9536353Z [6258/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/value.cpp.o 2024-04-03T16:07:31.9547045Z [6259/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition_hashing.cpp.o 2024-04-03T16:07:32.0740198Z [6259/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2024-04-03T16:07:32.0743510Z [6260/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/partition_impl.cpp.o 2024-04-03T16:07:32.2596437Z [6260/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2024-04-03T16:07:32.2599718Z [6261/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/shape_infer.cpp.o 2024-04-03T16:07:32.3693028Z [6261/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2024-04-03T16:07:32.3696513Z [6262/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/tensor.cpp.o 2024-04-03T16:07:32.5118768Z [6262/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2024-04-03T16:07:32.5129267Z [6263/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/interface/CMakeFiles/dnnl_graph_interface.dir/value.cpp.o 2024-04-03T16:07:32.7766234Z [6263/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2024-04-03T16:07:32.7777252Z [6264/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/fake/CMakeFiles/dnnl_graph_backend_fake.dir/fake_backend.cpp.o 2024-04-03T16:07:33.0547996Z [6264/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/fusion_info.cpp.o 2024-04-03T16:07:33.0557539Z [6265/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/common.cpp.o 2024-04-03T16:07:33.2150424Z [6265/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/layout_id_mgr.cpp.o 2024-04-03T16:07:33.2159989Z [6266/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/constant_cache.cpp.o 2024-04-03T16:07:33.3999730Z [6266/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/layout_propagator.cpp.o 2024-04-03T16:07:33.4009173Z [6267/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_shape_infer.cpp.o 2024-04-03T16:07:33.5919509Z [6267/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/op_executable.cpp.o 2024-04-03T16:07:33.5923066Z [6268/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/dnnl_backend.cpp.o 2024-04-03T16:07:33.6107920Z [6268/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/subgraph.cpp.o 2024-04-03T16:07:33.6111403Z [6269/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/fusion_info.cpp.o 2024-04-03T16:07:33.7086853Z [6269/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2024-04-03T16:07:33.7090504Z [6270/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/layout_id_mgr.cpp.o 2024-04-03T16:07:34.1828532Z [6270/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/constant_propagation.cpp.o 2024-04-03T16:07:34.1838567Z [6271/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/layout_propagator.cpp.o 2024-04-03T16:07:34.3875630Z [6271/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2024-04-03T16:07:34.3879232Z [6272/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/op_executable.cpp.o 2024-04-03T16:07:34.4361711Z [6272/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2024-04-03T16:07:34.4365621Z [6273/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/compile_ops.cpp.o 2024-04-03T16:07:34.5562669Z [6273/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower.cpp.o 2024-04-03T16:07:34.5572308Z [6274/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/subgraph.cpp.o 2024-04-03T16:07:34.7687112Z [6274/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2024-04-03T16:07:34.7696892Z [6275/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/constant_propagation.cpp.o 2024-04-03T16:07:35.1214541Z [6275/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/transform.cpp.o 2024-04-03T16:07:35.1224064Z [6276/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/insert_ops.cpp.o 2024-04-03T16:07:35.3471335Z [6276/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2024-04-03T16:07:35.3480756Z [6277/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/layout_propagation.cpp.o 2024-04-03T16:07:35.4079459Z [6277/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2024-04-03T16:07:35.4088556Z [6278/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/lower.cpp.o 2024-04-03T16:07:35.5358879Z [6278/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2024-04-03T16:07:35.5367953Z [6279/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/memory_planning.cpp.o 2024-04-03T16:07:35.8795697Z [6279/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2024-04-03T16:07:35.8804651Z [6280/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/transform.cpp.o 2024-04-03T16:07:35.9870537Z [6280/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_block_fusion.cpp.o 2024-04-03T16:07:35.9879325Z [6281/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/passes/utils.cpp.o 2024-04-03T16:07:36.2427181Z [6281/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_post_ops.cpp.o 2024-04-03T16:07:36.2437411Z [6282/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/bn_fusion.cpp.o 2024-04-03T16:07:36.3212433Z [6282/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2024-04-03T16:07:36.3222733Z [6283/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/binary_fusion.cpp.o 2024-04-03T16:07:36.5649132Z [6283/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2024-04-03T16:07:36.5658765Z [6284/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/concat_fusion.cpp.o 2024-04-03T16:07:36.7106797Z [6284/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2024-04-03T16:07:36.7116166Z [6285/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_block_fusion.cpp.o 2024-04-03T16:07:36.9081610Z [6285/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/layernorm_fusion.cpp.o 2024-04-03T16:07:36.9091509Z [6286/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/conv_post_ops.cpp.o 2024-04-03T16:07:37.2806606Z [6286/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_post_ops.cpp.o 2024-04-03T16:07:37.2816582Z [6287/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/convtranspose_fusion.cpp.o 2024-04-03T16:07:37.3100304Z [6287/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_post_ops.cpp.o 2024-04-03T16:07:37.3109973Z [6288/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/eltwise_fusion.cpp.o 2024-04-03T16:07:37.5759961Z [6288/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2024-04-03T16:07:37.5769340Z [6289/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/interpolate_fusion.cpp.o 2024-04-03T16:07:37.7181053Z [6289/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2024-04-03T16:07:37.7185228Z [6290/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/layernorm_fusion.cpp.o 2024-04-03T16:07:38.0119674Z [6290/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2024-04-03T16:07:38.0129172Z [6291/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/matmul_post_ops.cpp.o 2024-04-03T16:07:38.2709372Z [6291/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sdp.cpp.o 2024-04-03T16:07:38.2719155Z [6292/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/quantize_fusion.cpp.o 2024-04-03T16:07:38.3683168Z [6292/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2024-04-03T16:07:38.3685838Z [6293/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/pool_post_ops.cpp.o 2024-04-03T16:07:38.6240251Z [6293/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2024-04-03T16:07:38.6249988Z [6294/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reduction_fusion.cpp.o 2024-04-03T16:07:38.7803280Z [6294/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/softmax_post_ops.cpp.o 2024-04-03T16:07:38.7813143Z [6295/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/reorder_fusion.cpp.o 2024-04-03T16:07:38.9511958Z [6295/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2024-04-03T16:07:38.9521690Z [6296/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sdp.cpp.o 2024-04-03T16:07:39.2197075Z [6296/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2024-04-03T16:07:39.2205865Z [6297/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/id.cpp.o 2024-04-03T16:07:39.3522792Z [6297/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2024-04-03T16:07:39.3531592Z [6298/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/shuffle_fusion.cpp.o 2024-04-03T16:07:39.4743554Z [6298/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2024-04-03T16:07:39.4753106Z [6299/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/single_op_pattern.cpp.o 2024-04-03T16:07:39.5845518Z [6299/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2024-04-03T16:07:39.5855091Z [6300/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/softmax_post_ops.cpp.o 2024-04-03T16:07:39.6651100Z [6300/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2024-04-03T16:07:39.6653843Z [6301/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/debug.cpp.o 2024-04-03T16:07:39.7399999Z [6301/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2024-04-03T16:07:39.7403364Z [6302/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/backend/dnnl/CMakeFiles/dnnl_graph_backend_dnnl.dir/patterns/sum_fusion.cpp.o 2024-04-03T16:07:40.1186171Z [6302/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2024-04-03T16:07:40.1189232Z [6303/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/pm/nested_matcher.cpp.o 2024-04-03T16:07:40.3435822Z [6303/8653] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2024-04-03T16:07:40.3443998Z [6304/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pass_manager.cpp.o 2024-04-03T16:07:40.3964592Z [6304/8653] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2024-04-03T16:07:40.3969449Z [6305/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/utils.cpp.o 2024-04-03T16:07:40.4673628Z [6305/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2024-04-03T16:07:40.4676216Z [6306/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/pm/pbuilder.cpp.o 2024-04-03T16:07:40.7203327Z [6306/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2024-04-03T16:07:40.7212733Z [6307/8653] Building CXX object third_party/ideep/mkl-dnn/src/graph/utils/CMakeFiles/dnnl_graph_utils.dir/verbose.cpp.o 2024-04-03T16:07:40.8890153Z [6307/8653] Linking CXX static library lib/libdnnl.a 2024-04-03T16:07:40.8898145Z [6308/8653] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/format.cc.o 2024-04-03T16:07:40.9684699Z [6308/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/RoctracerActivityApi.cpp.o 2024-04-03T16:07:40.9687202Z [6309/8653] Building CXX object third_party/fmt/CMakeFiles/fmt.dir/src/os.cc.o 2024-04-03T16:07:41.0493331Z [6309/8653] Linking CXX static library lib/libfmt.a 2024-04-03T16:07:41.0494856Z [6310/8653] Linking CXX static library lib/libfmt.a 2024-04-03T16:07:41.1409092Z [6310/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/RoctracerLogger.cpp.o 2024-04-03T16:07:41.1411471Z [6311/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/ThreadUtil.cpp.o 2024-04-03T16:07:41.3443008Z [6311/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2024-04-03T16:07:41.3445919Z [6312/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_api.dir/src/libkineto_api.cpp.o 2024-04-03T16:07:41.9317460Z [6312/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2024-04-03T16:07:41.9326615Z [6313/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/RoctracerLogger.cpp.o 2024-04-03T16:07:41.9454031Z [6313/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2024-04-03T16:07:41.9462735Z [6314/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/AbstractConfig.cpp.o 2024-04-03T16:07:41.9856108Z [6314/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2024-04-03T16:07:41.9864531Z [6315/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/RoctracerActivityApi.cpp.o 2024-04-03T16:07:42.1145651Z [6315/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2024-04-03T16:07:42.1154017Z [6316/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityProfiler.cpp.o 2024-04-03T16:07:42.3163318Z [6316/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2024-04-03T16:07:42.3175256Z [6317/8653] Linking CXX static library lib/libdnnl.a 2024-04-03T16:07:42.7325796Z [6317/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2024-04-03T16:07:42.7334890Z [6318/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerProxy.cpp.o 2024-04-03T16:07:42.7792111Z [6318/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2024-04-03T16:07:42.7799689Z [6319/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityType.cpp.o 2024-04-03T16:07:42.8693968Z [6319/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2024-04-03T16:07:42.8702212Z [6320/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ConfigLoader.cpp.o 2024-04-03T16:07:42.9524061Z [6320/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2024-04-03T16:07:42.9527004Z [6321/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ActivityProfilerController.cpp.o 2024-04-03T16:07:43.0917970Z [6321/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2024-04-03T16:07:43.0920704Z [6322/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Config.cpp.o 2024-04-03T16:07:43.3461138Z [6322/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2024-04-03T16:07:43.3469749Z [6323/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Demangle.cpp.o 2024-04-03T16:07:43.5460821Z [6323/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2024-04-03T16:07:43.5468855Z [6324/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/DaemonConfigLoader.cpp.o 2024-04-03T16:07:43.5481229Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:12, 2024-04-03T16:07:43.5484153Z from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.h:21, 2024-04-03T16:07:43.5486454Z from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/DaemonConfigLoader.cpp:16: 2024-04-03T16:07:43.5492540Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘bool dynolog::ipcfabric::EndPoint::tryPeekMsg(dynolog::ipcfabric::EndPoint::TCtxt&) [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T16:07:43.5498700Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:155:44: required from here 2024-04-03T16:07:43.5502839Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:174:50: warning: throw will always call terminate() [-Wterminate] 2024-04-03T16:07:43.5505504Z 174 | throw std::runtime_error(std::strerror(errno)); 2024-04-03T16:07:43.5506522Z | ^ 2024-04-03T16:07:43.5511460Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘const char* dynolog::ipcfabric::EndPoint::getName(const TCtxt&) const [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T16:07:43.5517135Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:170:54: required from here 2024-04-03T16:07:43.5521362Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:187:66: warning: throw will always call terminate() [-Wterminate] 2024-04-03T16:07:43.5524102Z 187 | ". Expected to start with " + std::string(socket_dir)); 2024-04-03T16:07:43.5546054Z | ^ 2024-04-03T16:07:43.5548755Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:194:48: warning: throw will always call terminate() [-Wterminate] 2024-04-03T16:07:43.5550778Z 194 | std::string(ctxt.msg_name.sun_path)); 2024-04-03T16:07:43.5551528Z | ^ 2024-04-03T16:07:43.5555889Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘bool dynolog::ipcfabric::EndPoint::tryRcvMsg(dynolog::ipcfabric::EndPoint::TCtxt&) [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T16:07:43.5561324Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:178:45: required from here 2024-04-03T16:07:43.5565137Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:160:50: warning: throw will always call terminate() [-Wterminate] 2024-04-03T16:07:43.5567332Z 160 | throw std::runtime_error(std::strerror(errno)); 2024-04-03T16:07:43.5568052Z | ^ 2024-04-03T16:07:43.5569217Z 2024-04-03T16:07:43.5620416Z [6324/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2024-04-03T16:07:43.5637028Z [6325/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/CuptiActivityApi.cpp.o 2024-04-03T16:07:43.8436655Z [6325/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/LoggingAPI.cpp.o 2024-04-03T16:07:43.8445188Z [6326/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/GenericTraceActivity.cpp.o 2024-04-03T16:07:43.9623499Z [6326/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2024-04-03T16:07:43.9626896Z [6327/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/ILoggerObserver.cpp.o 2024-04-03T16:07:44.0452981Z [6327/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2024-04-03T16:07:44.0461193Z [6328/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/LoggingAPI.cpp.o 2024-04-03T16:07:44.0861364Z [6328/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2024-04-03T16:07:44.0868633Z [6329/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/IpcFabricConfigClient.cpp.o 2024-04-03T16:07:44.0877022Z In file included from /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:12, 2024-04-03T16:07:44.0879810Z from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.h:21, 2024-04-03T16:07:44.0882050Z from /var/lib/jenkins/workspace/third_party/kineto/libkineto/src/IpcFabricConfigClient.cpp:11: 2024-04-03T16:07:44.0888214Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘bool dynolog::ipcfabric::EndPoint::tryPeekMsg(dynolog::ipcfabric::EndPoint::TCtxt&) [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T16:07:44.0894530Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:155:44: required from here 2024-04-03T16:07:44.0903781Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:174:50: warning: throw will always call terminate() [-Wterminate] 2024-04-03T16:07:44.0906511Z 174 | throw std::runtime_error(std::strerror(errno)); 2024-04-03T16:07:44.0907508Z | ^ 2024-04-03T16:07:44.0912548Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘const char* dynolog::ipcfabric::EndPoint::getName(const TCtxt&) const [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T16:07:44.0918188Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:170:54: required from here 2024-04-03T16:07:44.0922317Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:187:66: warning: throw will always call terminate() [-Wterminate] 2024-04-03T16:07:44.0925073Z 187 | ". Expected to start with " + std::string(socket_dir)); 2024-04-03T16:07:44.0926197Z | ^ 2024-04-03T16:07:44.0929105Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:194:48: warning: throw will always call terminate() [-Wterminate] 2024-04-03T16:07:44.0931734Z 194 | std::string(ctxt.msg_name.sun_path)); 2024-04-03T16:07:44.0932678Z | ^ 2024-04-03T16:07:44.0938204Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h: In instantiation of ‘bool dynolog::ipcfabric::EndPoint::tryRcvMsg(dynolog::ipcfabric::EndPoint::TCtxt&) [with long unsigned int kMaxNumFds = 0; dynolog::ipcfabric::EndPoint::TCtxt = dynolog::ipcfabric::EndPointCtxt<0>]’: 2024-04-03T16:07:44.0944271Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/FabricManager.h:178:45: required from here 2024-04-03T16:07:44.0948569Z /var/lib/jenkins/workspace/third_party/kineto/libkineto/third_party/dynolog/dynolog/src/ipcfabric/Endpoint.h:160:50: warning: throw will always call terminate() [-Wterminate] 2024-04-03T16:07:44.0951255Z 160 | throw std::runtime_error(std::strerror(errno)); 2024-04-03T16:07:44.0958739Z | ^ 2024-04-03T16:07:44.0959407Z 2024-04-03T16:07:44.3403893Z [6329/8653] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2024-04-03T16:07:44.3411905Z [6330/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/Logger.cpp.o 2024-04-03T16:07:44.5036779Z [6330/8653] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2024-04-03T16:07:44.5038605Z [6331/8653] Building CXX object c10/CMakeFiles/c10.dir/core/AutogradState.cpp.o 2024-04-03T16:07:44.6048321Z [6331/8653] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2024-04-03T16:07:44.6056994Z [6332/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/init.cpp.o 2024-04-03T16:07:44.7770313Z [6332/8653] Building CXX object c10/CMakeFiles/c10.dir/core/ConstantSymNodeImpl.cpp.o 2024-04-03T16:07:44.7772294Z [6333/8653] Building CXX object c10/CMakeFiles/c10.dir/core/Allocator.cpp.o 2024-04-03T16:07:44.8609441Z [6333/8653] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2024-04-03T16:07:44.8617350Z [6334/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_csv.cpp.o 2024-04-03T16:07:44.9494713Z [6334/8653] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2024-04-03T16:07:44.9497225Z [6335/8653] Building CXX object third_party/kineto/libkineto/CMakeFiles/kineto_base.dir/src/output_json.cpp.o 2024-04-03T16:07:45.1075333Z [6335/8653] Linking CXX static library lib/libkineto.a 2024-04-03T16:07:45.1078377Z [6336/8653] Linking CXX static library lib/libkineto.a 2024-04-03T16:07:45.1347285Z [6336/8653] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2024-04-03T16:07:45.1349283Z [6337/8653] Building CXX object c10/CMakeFiles/c10.dir/core/ConstantSymNodeImpl.cpp.o 2024-04-03T16:07:45.1727333Z [6337/8653] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2024-04-03T16:07:45.1729105Z [6338/8653] Building CXX object c10/CMakeFiles/c10.dir/core/CPUAllocator.cpp.o 2024-04-03T16:07:45.4011315Z [6338/8653] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2024-04-03T16:07:45.4018379Z [6339/8653] Building CXX object c10/CMakeFiles/c10.dir/core/CopyBytes.cpp.o 2024-04-03T16:07:45.6123050Z [6339/8653] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2024-04-03T16:07:45.6124940Z [6340/8653] Building CXX object c10/CMakeFiles/c10.dir/core/DeviceType.cpp.o 2024-04-03T16:07:45.6920333Z [6340/8653] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2024-04-03T16:07:45.6928076Z [6341/8653] Building CXX object c10/CMakeFiles/c10.dir/core/DefaultDtype.cpp.o 2024-04-03T16:07:45.7473223Z [6341/8653] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2024-04-03T16:07:45.7475009Z [6342/8653] Building CXX object c10/CMakeFiles/c10.dir/core/Device.cpp.o 2024-04-03T16:07:45.8895784Z [6342/8653] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2024-04-03T16:07:45.8897710Z [6343/8653] Building CXX object c10/CMakeFiles/c10.dir/core/GradMode.cpp.o 2024-04-03T16:07:46.0002542Z [6343/8653] Building CXX object c10/CMakeFiles/c10.dir/core/RefcountedDeleter.cpp.o 2024-04-03T16:07:46.0004746Z [6344/8653] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKey.cpp.o 2024-04-03T16:07:46.0846227Z [6344/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2024-04-03T16:07:46.0852970Z [6345/8653] Building CXX object c10/CMakeFiles/c10.dir/core/DispatchKeySet.cpp.o 2024-04-03T16:07:46.4092926Z [6345/8653] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2024-04-03T16:07:46.4095068Z [6346/8653] Building CXX object c10/CMakeFiles/c10.dir/core/InferenceMode.cpp.o 2024-04-03T16:07:46.4765125Z [6346/8653] Building CXX object c10/CMakeFiles/c10.dir/core/ScalarType.cpp.o 2024-04-03T16:07:46.4769491Z [6347/8653] Building CXX object c10/CMakeFiles/c10.dir/core/GeneratorImpl.cpp.o 2024-04-03T16:07:46.6534154Z [6347/8653] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2024-04-03T16:07:46.6541652Z [6348/8653] Building CXX object c10/CMakeFiles/c10.dir/core/RefcountedDeleter.cpp.o 2024-04-03T16:07:46.7393231Z [6348/8653] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2024-04-03T16:07:46.7395133Z [6349/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SafePyObject.cpp.o 2024-04-03T16:07:46.8108493Z [6349/8653] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2024-04-03T16:07:46.8110102Z [6350/8653] Building CXX object c10/CMakeFiles/c10.dir/core/Scalar.cpp.o 2024-04-03T16:07:46.9956892Z [6350/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymBool.cpp.o 2024-04-03T16:07:46.9964221Z [6351/8653] Building CXX object c10/CMakeFiles/c10.dir/core/ScalarType.cpp.o 2024-04-03T16:07:47.2241268Z [6351/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2024-04-03T16:07:47.2248355Z [6352/8653] Building CXX object c10/CMakeFiles/c10.dir/core/Storage.cpp.o 2024-04-03T16:07:47.3080189Z [6352/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2024-04-03T16:07:47.3088170Z [6353/8653] Building CXX object c10/CMakeFiles/c10.dir/core/Stream.cpp.o 2024-04-03T16:07:47.4367329Z [6353/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2024-04-03T16:07:47.4375404Z [6354/8653] Building CXX object c10/CMakeFiles/c10.dir/core/StorageImpl.cpp.o 2024-04-03T16:07:47.5443727Z [6354/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2024-04-03T16:07:47.5451062Z [6355/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymBool.cpp.o 2024-04-03T16:07:47.7142729Z [6355/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymbolicShapeMeta.cpp.o 2024-04-03T16:07:47.7150681Z [6356/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymFloat.cpp.o 2024-04-03T16:07:47.8774808Z [6356/8653] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2024-04-03T16:07:47.8776766Z [6357/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymIntArrayRef.cpp.o 2024-04-03T16:07:48.0201761Z [6357/8653] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2024-04-03T16:07:48.0203626Z [6358/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymNodeImpl.cpp.o 2024-04-03T16:07:48.1069328Z [6358/8653] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2024-04-03T16:07:48.1071192Z [6359/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymInt.cpp.o 2024-04-03T16:07:48.2743381Z [6359/8653] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2024-04-03T16:07:48.2752046Z [6360/8653] Building CXX object c10/CMakeFiles/c10.dir/core/SymbolicShapeMeta.cpp.o 2024-04-03T16:07:48.5658879Z [6360/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COW.cpp.o 2024-04-03T16:07:48.5660772Z [6361/8653] Building CXX object c10/CMakeFiles/c10.dir/core/TensorImpl.cpp.o 2024-04-03T16:07:48.6531117Z [6361/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COWDeleter.cpp.o 2024-04-03T16:07:48.6538352Z [6362/8653] Building CXX object c10/CMakeFiles/c10.dir/core/TensorOptions.cpp.o 2024-04-03T16:07:48.7430142Z [6362/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2024-04-03T16:07:48.7437289Z [6363/8653] Building CXX object c10/CMakeFiles/c10.dir/core/WrapDimMinimal.cpp.o 2024-04-03T16:07:48.8917672Z [6363/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2024-04-03T16:07:48.8925589Z [6364/8653] Building CXX object c10/CMakeFiles/c10.dir/core/UndefinedTensorImpl.cpp.o 2024-04-03T16:07:49.1439108Z [6364/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2024-04-03T16:07:49.1446854Z [6365/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COWDeleter.cpp.o 2024-04-03T16:07:49.1710650Z [6365/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2024-04-03T16:07:49.1718597Z [6366/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/COW.cpp.o 2024-04-03T16:07:49.3535900Z [6366/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2024-04-03T16:07:49.3544162Z [6367/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/DeviceGuardImplInterface.cpp.o 2024-04-03T16:07:49.3891497Z [6367/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyObjectSlot.cpp.o 2024-04-03T16:07:49.3899094Z [6368/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/HermeticPyObjectTLS.cpp.o 2024-04-03T16:07:49.5568299Z [6368/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2024-04-03T16:07:49.5570410Z [6369/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/GPUTrace.cpp.o 2024-04-03T16:07:49.6035333Z [6369/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2024-04-03T16:07:49.6037392Z [6370/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/LocalDispatchKeySet.cpp.o 2024-04-03T16:07:49.9274544Z [6370/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2024-04-03T16:07:49.9277037Z [6371/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyInterpreter.cpp.o 2024-04-03T16:07:50.0652258Z [6371/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2024-04-03T16:07:50.0654871Z [6372/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PythonDispatcherTLS.cpp.o 2024-04-03T16:07:50.1611641Z [6372/8653] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2024-04-03T16:07:50.1614007Z [6373/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/PyObjectSlot.cpp.o 2024-04-03T16:07:50.3045094Z [6373/8653] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2024-04-03T16:07:50.3047160Z [6374/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/SizesAndStrides.cpp.o 2024-04-03T16:07:50.3831969Z [6374/8653] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2024-04-03T16:07:50.3840019Z [6375/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/TorchDispatchModeTLS.cpp.o 2024-04-03T16:07:50.5242523Z [6375/8653] Building CXX object c10/CMakeFiles/c10.dir/util/ApproximateClock.cpp.o 2024-04-03T16:07:50.5249845Z [6376/8653] Building CXX object c10/CMakeFiles/c10.dir/core/impl/alloc_cpu.cpp.o 2024-04-03T16:07:50.8262467Z [6376/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2024-04-03T16:07:50.8270304Z [6377/8653] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUCachingAllocator.cpp.o 2024-04-03T16:07:50.8839933Z [6377/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Bfloat16.cpp.o 2024-04-03T16:07:50.8841734Z [6378/8653] Building CXX object c10/CMakeFiles/c10.dir/core/thread_pool.cpp.o 2024-04-03T16:07:51.1120057Z [6378/8653] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2024-04-03T16:07:51.1126775Z [6379/8653] Building CXX object c10/CMakeFiles/c10.dir/mobile/CPUProfilingAllocator.cpp.o 2024-04-03T16:07:51.2186881Z [6379/8653] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2024-04-03T16:07:51.2193555Z [6380/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Backtrace.cpp.o 2024-04-03T16:07:51.3404049Z [6380/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2024-04-03T16:07:51.3411849Z [6381/8653] Building CXX object c10/CMakeFiles/c10.dir/util/ApproximateClock.cpp.o 2024-04-03T16:07:51.4054902Z [6381/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fn.cpp.o 2024-04-03T16:07:51.4063591Z [6382/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Bfloat16.cpp.o 2024-04-03T16:07:51.4896144Z [6382/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fnuz.cpp.o 2024-04-03T16:07:51.4904030Z [6383/8653] Building CXX object c10/CMakeFiles/c10.dir/util/C++17.cpp.o 2024-04-03T16:07:51.6640783Z [6383/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2.cpp.o 2024-04-03T16:07:51.6648692Z [6384/8653] Building CXX object c10/CMakeFiles/c10.dir/util/DeadlockDetection.cpp.o 2024-04-03T16:07:51.8060978Z [6384/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2fnuz.cpp.o 2024-04-03T16:07:51.8068755Z [6385/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Exception.cpp.o 2024-04-03T16:07:51.9157165Z [6385/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2024-04-03T16:07:51.9164626Z [6386/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fn.cpp.o 2024-04-03T16:07:51.9664654Z [6386/8653] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2024-04-03T16:07:51.9668933Z [6387/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e4m3fnuz.cpp.o 2024-04-03T16:07:52.0790818Z [6387/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2024-04-03T16:07:52.0792510Z [6388/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2.cpp.o 2024-04-03T16:07:52.1769981Z [6388/8653] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2024-04-03T16:07:52.1772298Z [6389/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Float8_e5m2fnuz.cpp.o 2024-04-03T16:07:52.3496067Z [6389/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2024-04-03T16:07:52.3504078Z [6390/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Half.cpp.o 2024-04-03T16:07:52.4856198Z [6390/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2024-04-03T16:07:52.4865062Z [6391/8653] Building CXX object c10/CMakeFiles/c10.dir/util/LeftRight.cpp.o 2024-04-03T16:07:52.6306401Z [6391/8653] Building CXX object c10/CMakeFiles/c10.dir/util/ParallelGuard.cpp.o 2024-04-03T16:07:52.6314271Z [6392/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Logging.cpp.o 2024-04-03T16:07:52.6872315Z [6392/8653] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2024-04-03T16:07:52.6874119Z [6393/8653] Building CXX object c10/CMakeFiles/c10.dir/util/MathConstants.cpp.o 2024-04-03T16:07:52.7031385Z [6393/8653] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2024-04-03T16:07:52.7038702Z [6394/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Metaprogramming.cpp.o 2024-04-03T16:07:52.7453009Z [6394/8653] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2024-04-03T16:07:52.7460591Z [6395/8653] Building CXX object c10/CMakeFiles/c10.dir/util/ParallelGuard.cpp.o 2024-04-03T16:07:52.8041154Z [6395/8653] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2024-04-03T16:07:52.8048054Z [6396/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Optional.cpp.o 2024-04-03T16:07:53.1806204Z [6396/8653] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2024-04-03T16:07:53.1813260Z [6397/8653] Building CXX object c10/CMakeFiles/c10.dir/util/SmallVector.cpp.o 2024-04-03T16:07:53.2176515Z [6397/8653] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2024-04-03T16:07:53.2178807Z [6398/8653] Building CXX object c10/CMakeFiles/c10.dir/util/TypeList.cpp.o 2024-04-03T16:07:53.3040889Z [6398/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2024-04-03T16:07:53.3045269Z [6399/8653] Building CXX object c10/CMakeFiles/c10.dir/util/TypeCast.cpp.o 2024-04-03T16:07:53.3320587Z [6399/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2024-04-03T16:07:53.3322692Z [6400/8653] Building CXX object c10/CMakeFiles/c10.dir/util/ThreadLocalDebugInfo.cpp.o 2024-04-03T16:07:53.4841769Z [6400/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2024-04-03T16:07:53.4843657Z [6401/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Type_no_demangle.cpp.o 2024-04-03T16:07:53.5183920Z [6401/8653] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2024-04-03T16:07:53.5185816Z [6402/8653] Building CXX object c10/CMakeFiles/c10.dir/util/StringUtil.cpp.o 2024-04-03T16:07:53.5716917Z [6402/8653] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2024-04-03T16:07:53.5718305Z [6403/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Unicode.cpp.o 2024-04-03T16:07:53.6357330Z [6403/8653] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2024-04-03T16:07:53.6365124Z [6404/8653] Building CXX object c10/CMakeFiles/c10.dir/util/TypeTraits.cpp.o 2024-04-03T16:07:53.7347579Z [6404/8653] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2024-04-03T16:07:53.7355149Z [6405/8653] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_gflags.cpp.o 2024-04-03T16:07:53.7609456Z [6405/8653] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2024-04-03T16:07:53.7617242Z [6406/8653] Building CXX object c10/CMakeFiles/c10.dir/util/Type_demangle.cpp.o 2024-04-03T16:07:53.8809916Z [6406/8653] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2024-04-03T16:07:53.8811964Z [6407/8653] Building CXX object c10/CMakeFiles/c10.dir/util/UniqueVoidPtr.cpp.o 2024-04-03T16:07:54.0445356Z [6407/8653] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2024-04-03T16:07:54.0449480Z [6408/8653] Building CXX object c10/CMakeFiles/c10.dir/util/complex_math.cpp.o 2024-04-03T16:07:54.2553484Z [6408/8653] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2024-04-03T16:07:54.2561230Z [6409/8653] Building CXX object c10/CMakeFiles/c10.dir/util/flags_use_no_gflags.cpp.o 2024-04-03T16:07:54.4217345Z [6409/8653] Building CXX object c10/CMakeFiles/c10.dir/util/tempfile.cpp.o 2024-04-03T16:07:54.4220760Z [6410/8653] Building CXX object c10/CMakeFiles/c10.dir/util/int128.cpp.o 2024-04-03T16:07:54.4703009Z [6410/8653] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2024-04-03T16:07:54.4704909Z [6411/8653] Building CXX object c10/CMakeFiles/c10.dir/util/intrusive_ptr.cpp.o 2024-04-03T16:07:54.5478410Z [6411/8653] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2024-04-03T16:07:54.5481198Z [6412/8653] Building CXX object c10/CMakeFiles/c10.dir/util/numa.cpp.o 2024-04-03T16:07:54.9017645Z [6412/8653] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2024-04-03T16:07:54.9019643Z [6413/8653] Building CXX object c10/CMakeFiles/c10.dir/util/thread_name.cpp.o 2024-04-03T16:07:55.0000844Z [6413/8653] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2024-04-03T16:07:55.0003455Z [6414/8653] Building CXX object c10/CMakeFiles/c10.dir/util/signal_handler.cpp.o 2024-04-03T16:07:55.0148833Z [6414/8653] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2024-04-03T16:07:55.0156967Z [6415/8653] Building CXX object c10/CMakeFiles/c10.dir/util/tempfile.cpp.o 2024-04-03T16:07:55.2343030Z [6415/8653] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2024-04-03T16:07:55.2350762Z [6416/8653] Building CXX object c10/CMakeFiles/c10.dir/util/typeid.cpp.o 2024-04-03T16:07:55.3398570Z [6416/8653] Linking CXX shared library lib/libc10.so 2024-04-03T16:07:55.3400977Z [6417/8653] Building CXX object c10/test/CMakeFiles/c10_DeviceGuard_test.dir/core/DeviceGuard_test.cpp.o 2024-04-03T16:07:55.6324078Z [6417/8653] Building CXX object c10/test/CMakeFiles/c10_Scalar_test.dir/core/Scalar_test.cpp.o 2024-04-03T16:07:55.6327691Z [6418/8653] Building CXX object c10/test/CMakeFiles/c10_CompileTimeFunctionPointer_test.dir/core/CompileTimeFunctionPointer_test.cpp.o 2024-04-03T16:07:55.7296172Z [6418/8653] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2024-04-03T16:07:55.7301235Z [6419/8653] Linking CXX shared library lib/libc10.so 2024-04-03T16:07:55.7564109Z [6419/8653] Linking CXX executable bin/c10_CompileTimeFunctionPointer_test 2024-04-03T16:07:55.7568401Z [6420/8653] Building CXX object c10/test/CMakeFiles/c10_Device_test.dir/core/Device_test.cpp.o 2024-04-03T16:07:55.8594126Z [6420/8653] Linking CXX executable bin/c10_DeviceGuard_test 2024-04-03T16:07:55.8597472Z [6421/8653] Building CXX object c10/test/CMakeFiles/c10_DispatchKeySet_test.dir/core/DispatchKeySet_test.cpp.o 2024-04-03T16:07:56.0874266Z [6421/8653] Linking CXX executable bin/c10_Device_test 2024-04-03T16:07:56.0881855Z [6422/8653] Building CXX object c10/test/CMakeFiles/c10_StreamGuard_test.dir/core/StreamGuard_test.cpp.o 2024-04-03T16:07:56.1240279Z [6422/8653] Linking CXX executable bin/c10_DispatchKeySet_test 2024-04-03T16:07:56.1248230Z [6423/8653] Building CXX object c10/test/CMakeFiles/c10_Scalar_test.dir/core/Scalar_test.cpp.o 2024-04-03T16:07:56.1775764Z [6423/8653] Linking CXX executable bin/c10_Scalar_test 2024-04-03T16:07:56.1782316Z [6424/8653] Linking CXX executable bin/c10_CompileTimeFunctionPointer_test 2024-04-03T16:07:56.1789468Z Warning: Unused direct dependencies: 2024-04-03T16:07:56.1790356Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:07:56.1795948Z 2024-04-03T16:07:56.2334781Z [6424/8653] Linking CXX executable bin/c10_StreamGuard_test 2024-04-03T16:07:56.2336541Z [6425/8653] Linking CXX executable bin/c10_DeviceGuard_test 2024-04-03T16:07:56.2857047Z [6425/8653] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2024-04-03T16:07:56.2859046Z [6426/8653] Linking CXX executable bin/c10_Device_test 2024-04-03T16:07:56.4230660Z [6426/8653] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2024-04-03T16:07:56.4239596Z [6427/8653] Linking CXX executable bin/c10_DispatchKeySet_test 2024-04-03T16:07:56.4951400Z [6427/8653] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2024-04-03T16:07:56.4958865Z [6428/8653] Linking CXX executable bin/c10_Scalar_test 2024-04-03T16:07:56.5190911Z [6428/8653] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2024-04-03T16:07:56.5193017Z [6429/8653] Linking CXX executable bin/c10_StreamGuard_test 2024-04-03T16:07:56.5193853Z Warning: Unused direct dependencies: 2024-04-03T16:07:56.5194483Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:07:56.5194983Z 2024-04-03T16:07:57.0078580Z [6429/8653] Building CXX object c10/test/CMakeFiles/c10_cow_test.dir/core/impl/cow_test.cpp.o 2024-04-03T16:07:57.0086128Z [6430/8653] Building CXX object c10/test/CMakeFiles/c10_SymInt_test.dir/core/SymInt_test.cpp.o 2024-04-03T16:07:57.0718157Z [6430/8653] Linking CXX executable bin/c10_SymInt_test 2024-04-03T16:07:57.0725733Z [6431/8653] Building CXX object c10/test/CMakeFiles/c10_InlineDeviceGuard_test.dir/core/impl/InlineDeviceGuard_test.cpp.o 2024-04-03T16:07:57.2140907Z [6431/8653] Linking CXX executable bin/c10_InlineDeviceGuard_test 2024-04-03T16:07:57.2148869Z [6432/8653] Building CXX object c10/test/CMakeFiles/c10_SizesAndStrides_test.dir/core/impl/SizesAndStrides_test.cpp.o 2024-04-03T16:07:57.3101322Z [6432/8653] Linking CXX executable bin/c10_SizesAndStrides_test 2024-04-03T16:07:57.3109221Z [6433/8653] Building CXX object c10/test/CMakeFiles/c10_InlineStreamGuard_test.dir/core/impl/InlineStreamGuard_test.cpp.o 2024-04-03T16:07:57.3913853Z [6433/8653] Linking CXX executable bin/c10_InlineStreamGuard_test 2024-04-03T16:07:57.3922977Z [6434/8653] Linking CXX executable bin/c10_SymInt_test 2024-04-03T16:07:57.4306237Z [6434/8653] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2024-04-03T16:07:57.4313778Z [6435/8653] Building CXX object c10/test/CMakeFiles/c10_cow_test.dir/core/impl/cow_test.cpp.o 2024-04-03T16:07:57.4724336Z [6435/8653] Linking CXX executable bin/c10_cow_test 2024-04-03T16:07:57.4725619Z [6436/8653] Linking CXX executable bin/c10_InlineDeviceGuard_test 2024-04-03T16:07:57.5600398Z [6436/8653] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2024-04-03T16:07:57.5607323Z [6437/8653] Linking CXX executable bin/c10_SizesAndStrides_test 2024-04-03T16:07:57.7574495Z [6437/8653] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2024-04-03T16:07:57.7581737Z [6438/8653] Linking CXX executable bin/c10_InlineStreamGuard_test 2024-04-03T16:07:57.8116613Z [6438/8653] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2024-04-03T16:07:57.8117534Z [6439/8653] Linking CXX executable bin/c10_cow_test 2024-04-03T16:07:58.0246142Z [6439/8653] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2024-04-03T16:07:58.0254061Z [6440/8653] Building CXX object c10/test/CMakeFiles/c10_Bitset_test.dir/util/Bitset_test.cpp.o 2024-04-03T16:07:58.0629906Z [6440/8653] Linking CXX executable bin/c10_Bitset_test 2024-04-03T16:07:58.0636701Z [6441/8653] Building CXX object c10/test/CMakeFiles/c10_ConstexprCrc_test.dir/util/ConstexprCrc_test.cpp.o 2024-04-03T16:07:58.2474676Z [6441/8653] Linking CXX executable bin/c10_ConstexprCrc_test 2024-04-03T16:07:58.2481835Z [6442/8653] Building CXX object c10/test/CMakeFiles/c10_DeadlockDetection_test.dir/util/DeadlockDetection_test.cpp.o 2024-04-03T16:07:58.3735858Z [6442/8653] Linking CXX executable bin/c10_DeadlockDetection_test 2024-04-03T16:07:58.3742248Z [6443/8653] Linking CXX executable bin/c10_Bitset_test 2024-04-03T16:07:58.3749715Z Warning: Unused direct dependencies: 2024-04-03T16:07:58.3750554Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:07:58.3755892Z 2024-04-03T16:07:58.4922393Z [6443/8653] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2024-04-03T16:07:58.4928707Z [6444/8653] Linking CXX executable bin/c10_ConstexprCrc_test 2024-04-03T16:07:58.4935842Z Warning: Unused direct dependencies: 2024-04-03T16:07:58.4936807Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:07:58.4942154Z 2024-04-03T16:07:58.5153538Z [6444/8653] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2024-04-03T16:07:58.5160929Z [6445/8653] Building CXX object c10/test/CMakeFiles/c10_LeftRight_test.dir/util/LeftRight_test.cpp.o 2024-04-03T16:07:58.5441020Z [6445/8653] Linking CXX executable bin/c10_LeftRight_test 2024-04-03T16:07:58.5442827Z [6446/8653] Building CXX object c10/test/CMakeFiles/c10_Half_test.dir/util/Half_test.cpp.o 2024-04-03T16:07:58.5855492Z [6446/8653] Linking CXX executable bin/c10_Half_test 2024-04-03T16:07:58.5857007Z [6447/8653] Linking CXX executable bin/c10_DeadlockDetection_test 2024-04-03T16:07:58.9453904Z [6447/8653] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2024-04-03T16:07:58.9461324Z [6448/8653] Linking CXX executable bin/c10_LeftRight_test 2024-04-03T16:07:58.9468712Z Warning: Unused direct dependencies: 2024-04-03T16:07:58.9469864Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:07:58.9475117Z 2024-04-03T16:07:58.9747164Z [6448/8653] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2024-04-03T16:07:58.9753290Z [6449/8653] Linking CXX executable bin/c10_Half_test 2024-04-03T16:07:58.9760459Z Warning: Unused direct dependencies: 2024-04-03T16:07:58.9761353Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:07:58.9766537Z 2024-04-03T16:07:59.0060887Z [6449/8653] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2024-04-03T16:07:59.0068997Z [6450/8653] Building CXX object c10/test/CMakeFiles/c10_Metaprogramming_test.dir/util/Metaprogramming_test.cpp.o 2024-04-03T16:07:59.1326730Z [6450/8653] Linking CXX executable bin/c10_Metaprogramming_test 2024-04-03T16:07:59.1331564Z [6451/8653] Building CXX object c10/test/CMakeFiles/c10_Synchronized_test.dir/util/Synchronized_test.cpp.o 2024-04-03T16:07:59.3314431Z [6451/8653] Linking CXX executable bin/c10_Synchronized_test 2024-04-03T16:07:59.3316451Z [6452/8653] Building CXX object c10/test/CMakeFiles/c10_ThreadLocal_test.dir/util/ThreadLocal_test.cpp.o 2024-04-03T16:07:59.5134183Z [6452/8653] Linking CXX executable bin/c10_ThreadLocal_test 2024-04-03T16:07:59.5139839Z [6453/8653] Linking CXX executable bin/c10_Metaprogramming_test 2024-04-03T16:07:59.5147610Z Warning: Unused direct dependencies: 2024-04-03T16:07:59.5148505Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:07:59.5153535Z 2024-04-03T16:07:59.5433338Z [6453/8653] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2024-04-03T16:07:59.5440731Z [6454/8653] Building CXX object c10/test/CMakeFiles/c10_TypeIndex_test.dir/util/TypeIndex_test.cpp.o 2024-04-03T16:07:59.6078910Z [6454/8653] Linking CXX executable bin/c10_TypeIndex_test 2024-04-03T16:07:59.6080188Z [6455/8653] Linking CXX executable bin/c10_Synchronized_test 2024-04-03T16:07:59.6081247Z Warning: Unused direct dependencies: 2024-04-03T16:07:59.6082344Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:07:59.6082984Z 2024-04-03T16:07:59.6488830Z [6455/8653] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2024-04-03T16:07:59.6491615Z [6456/8653] Building CXX object c10/test/CMakeFiles/c10_TypeList_test.dir/util/TypeList_test.cpp.o 2024-04-03T16:07:59.7242114Z [6456/8653] Linking CXX executable bin/c10_TypeList_test 2024-04-03T16:07:59.7244237Z [6457/8653] Linking CXX executable bin/c10_ThreadLocal_test 2024-04-03T16:07:59.7246963Z Warning: Unused direct dependencies: 2024-04-03T16:07:59.7247882Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:07:59.7253418Z 2024-04-03T16:07:59.7964545Z [6457/8653] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2024-04-03T16:07:59.7966424Z [6458/8653] Linking CXX executable bin/c10_TypeIndex_test 2024-04-03T16:07:59.7967469Z Warning: Unused direct dependencies: 2024-04-03T16:07:59.7968342Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:07:59.7973736Z 2024-04-03T16:08:00.0651522Z [6458/8653] Building CXX object c10/test/CMakeFiles/c10_bit_cast_test.dir/util/bit_cast_test.cpp.o 2024-04-03T16:08:00.0653348Z [6459/8653] Linking CXX executable bin/c10_TypeList_test 2024-04-03T16:08:00.0654315Z Warning: Unused direct dependencies: 2024-04-03T16:08:00.0655789Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:00.0656561Z 2024-04-03T16:08:00.1261051Z [6459/8653] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2024-04-03T16:08:00.1269712Z [6460/8653] Building CXX object c10/test/CMakeFiles/c10_TypeTraits_test.dir/util/TypeTraits_test.cpp.o 2024-04-03T16:08:00.3038589Z [6460/8653] Linking CXX executable bin/c10_TypeTraits_test 2024-04-03T16:08:00.3046172Z [6461/8653] Building CXX object c10/test/CMakeFiles/c10_accumulate_test.dir/util/accumulate_test.cpp.o 2024-04-03T16:08:00.4947052Z [6461/8653] Linking CXX executable bin/c10_accumulate_test 2024-04-03T16:08:00.4954660Z [6462/8653] Building CXX object c10/test/CMakeFiles/c10_bfloat16_test.dir/util/bfloat16_test.cpp.o 2024-04-03T16:08:00.5540458Z [6462/8653] Linking CXX executable bin/c10_bfloat16_test 2024-04-03T16:08:00.5543418Z [6463/8653] Linking CXX executable bin/c10_TypeTraits_test 2024-04-03T16:08:00.5549755Z Warning: Unused direct dependencies: 2024-04-03T16:08:00.5550607Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:00.5556054Z 2024-04-03T16:08:00.6813856Z [6463/8653] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2024-04-03T16:08:00.6815677Z [6464/8653] Linking CXX executable bin/c10_accumulate_test 2024-04-03T16:08:00.7401641Z [6464/8653] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2024-04-03T16:08:00.7409211Z [6465/8653] Building CXX object c10/test/CMakeFiles/c10_bit_cast_test.dir/util/bit_cast_test.cpp.o 2024-04-03T16:08:00.7777598Z [6465/8653] Linking CXX executable bin/c10_bit_cast_test 2024-04-03T16:08:00.7779034Z [6466/8653] Linking CXX executable bin/c10_bfloat16_test 2024-04-03T16:08:00.7781249Z Warning: Unused direct dependencies: 2024-04-03T16:08:00.7782101Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:00.7784216Z 2024-04-03T16:08:00.7948086Z [6466/8653] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2024-04-03T16:08:00.7955667Z [6467/8653] Building CXX object c10/test/CMakeFiles/c10_complex_math_test.dir/util/complex_math_test.cpp.o 2024-04-03T16:08:01.0630934Z [6467/8653] Linking CXX executable bin/c10_complex_math_test 2024-04-03T16:08:01.0632028Z [6468/8653] Linking CXX executable bin/c10_bit_cast_test 2024-04-03T16:08:01.0632796Z Warning: Unused direct dependencies: 2024-04-03T16:08:01.0633449Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:01.0633939Z 2024-04-03T16:08:01.2369666Z [6468/8653] Building CXX object c10/test/CMakeFiles/c10_generic_math_test.dir/util/generic_math_test.cpp.o 2024-04-03T16:08:01.2371802Z [6469/8653] Linking CXX executable bin/c10_complex_math_test 2024-04-03T16:08:01.2372813Z Warning: Unused direct dependencies: 2024-04-03T16:08:01.2373646Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:01.2374264Z 2024-04-03T16:08:01.2719253Z [6469/8653] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2024-04-03T16:08:01.2721654Z [6470/8653] Building CXX object c10/test/CMakeFiles/c10_exception_test.dir/util/exception_test.cpp.o 2024-04-03T16:08:01.3610583Z [6470/8653] Linking CXX executable bin/c10_exception_test 2024-04-03T16:08:01.3612499Z [6471/8653] Building CXX object c10/test/CMakeFiles/c10_complex_test.dir/util/complex_test.cpp.o 2024-04-03T16:08:01.4779991Z [6471/8653] Linking CXX executable bin/c10_complex_test 2024-04-03T16:08:01.4781827Z [6472/8653] Building CXX object c10/test/CMakeFiles/c10_flags_test.dir/util/flags_test.cpp.o 2024-04-03T16:08:01.7012306Z [6472/8653] Linking CXX executable bin/c10_flags_test 2024-04-03T16:08:01.7019995Z [6473/8653] Linking CXX executable bin/c10_exception_test 2024-04-03T16:08:01.7461266Z [6473/8653] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2024-04-03T16:08:01.7463523Z [6474/8653] Building CXX object c10/test/CMakeFiles/c10_generic_math_test.dir/util/generic_math_test.cpp.o 2024-04-03T16:08:01.7677557Z [6474/8653] Linking CXX executable bin/c10_generic_math_test 2024-04-03T16:08:01.7679076Z [6475/8653] Linking CXX executable bin/c10_complex_test 2024-04-03T16:08:01.7680162Z Warning: Unused direct dependencies: 2024-04-03T16:08:01.7681083Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:01.7681790Z 2024-04-03T16:08:01.9261004Z [6475/8653] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2024-04-03T16:08:01.9268527Z [6476/8653] Linking CXX executable bin/c10_flags_test 2024-04-03T16:08:02.2184502Z [6476/8653] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2024-04-03T16:08:02.2190244Z [6477/8653] Building CXX object c10/test/CMakeFiles/c10_intrusive_ptr_test.dir/util/intrusive_ptr_test.cpp.o 2024-04-03T16:08:02.2426463Z [6477/8653] Linking CXX executable bin/c10_intrusive_ptr_test 2024-04-03T16:08:02.2432814Z [6478/8653] Linking CXX executable bin/c10_generic_math_test 2024-04-03T16:08:02.2439550Z Warning: Unused direct dependencies: 2024-04-03T16:08:02.2440387Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:02.2445689Z 2024-04-03T16:08:02.4241478Z [6478/8653] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2024-04-03T16:08:02.4250250Z [6479/8653] Building CXX object c10/test/CMakeFiles/c10_irange_test.dir/util/irange_test.cpp.o 2024-04-03T16:08:02.5928037Z [6479/8653] Linking CXX executable bin/c10_irange_test 2024-04-03T16:08:02.5929940Z [6480/8653] Building CXX object c10/test/CMakeFiles/c10_logging_test.dir/util/logging_test.cpp.o 2024-04-03T16:08:02.8056022Z [6480/8653] Linking CXX executable bin/c10_logging_test 2024-04-03T16:08:02.8063209Z [6481/8653] Linking CXX executable bin/c10_intrusive_ptr_test 2024-04-03T16:08:02.8069349Z Warning: Unused direct dependencies: 2024-04-03T16:08:02.8070206Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:02.8075378Z 2024-04-03T16:08:02.8419830Z [6481/8653] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2024-04-03T16:08:02.8422185Z [6482/8653] Building CXX object c10/test/CMakeFiles/c10_optional_test.dir/util/optional_test.cpp.o 2024-04-03T16:08:02.8588999Z [6482/8653] Linking CXX executable bin/c10_optional_test 2024-04-03T16:08:02.8590190Z [6483/8653] Linking CXX executable bin/c10_irange_test 2024-04-03T16:08:02.8591083Z Warning: Unused direct dependencies: 2024-04-03T16:08:02.8591965Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:02.8592837Z 2024-04-03T16:08:02.9377059Z [6483/8653] Building CXX object c10/test/CMakeFiles/c10_small_vector_test.dir/util/small_vector_test.cpp.o 2024-04-03T16:08:02.9384542Z [6484/8653] Linking CXX executable bin/c10_logging_test 2024-04-03T16:08:03.0499242Z [6484/8653] Building CXX object c10/test/CMakeFiles/c10_ssize_test.dir/util/ssize_test.cpp.o 2024-04-03T16:08:03.0507707Z [6485/8653] Building CXX object c10/test/CMakeFiles/c10_ordered_preserving_dict_test.dir/util/ordered_preserving_dict_test.cpp.o 2024-04-03T16:08:03.2855868Z [6485/8653] Linking CXX executable bin/c10_ordered_preserving_dict_test 2024-04-03T16:08:03.2862771Z [6486/8653] Linking CXX executable bin/c10_optional_test 2024-04-03T16:08:03.2870461Z Warning: Unused direct dependencies: 2024-04-03T16:08:03.2871366Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:03.2876774Z 2024-04-03T16:08:03.3851654Z [6486/8653] Building CXX object c10/test/CMakeFiles/c10_string_util_test.dir/util/string_util_test.cpp.o 2024-04-03T16:08:03.3854748Z [6487/8653] Building CXX object c10/test/CMakeFiles/c10_registry_test.dir/util/registry_test.cpp.o 2024-04-03T16:08:03.4133124Z [6487/8653] Linking CXX executable bin/c10_registry_test 2024-04-03T16:08:03.4135080Z [6488/8653] Linking CXX executable bin/c10_ordered_preserving_dict_test 2024-04-03T16:08:03.6697718Z [6488/8653] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2024-04-03T16:08:03.6699831Z [6489/8653] Linking CXX executable bin/c10_registry_test 2024-04-03T16:08:03.7789952Z [6489/8653] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2024-04-03T16:08:03.7798423Z [6490/8653] Building CXX object c10/test/CMakeFiles/c10_small_vector_test.dir/util/small_vector_test.cpp.o 2024-04-03T16:08:03.8704128Z [6490/8653] Linking CXX executable bin/c10_small_vector_test 2024-04-03T16:08:03.8711997Z [6491/8653] Building CXX object c10/test/CMakeFiles/c10_ssize_test.dir/util/ssize_test.cpp.o 2024-04-03T16:08:04.0960052Z [6491/8653] Linking CXX executable bin/c10_ssize_test 2024-04-03T16:08:04.0967942Z [6492/8653] Building CXX object c10/test/CMakeFiles/c10_string_util_test.dir/util/string_util_test.cpp.o 2024-04-03T16:08:04.2050612Z [6492/8653] Linking CXX executable bin/c10_string_util_test 2024-04-03T16:08:04.2051919Z [6493/8653] Linking CXX executable bin/c10_small_vector_test 2024-04-03T16:08:04.2672119Z [6493/8653] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2024-04-03T16:08:04.2680040Z [6494/8653] Building CXX object c10/test/CMakeFiles/c10_string_view_test.dir/util/string_view_test.cpp.o 2024-04-03T16:08:04.2893826Z [6494/8653] Linking CXX executable bin/c10_string_view_test 2024-04-03T16:08:04.2900054Z [6495/8653] Linking CXX executable bin/c10_ssize_test 2024-04-03T16:08:04.2907647Z Warning: Unused direct dependencies: 2024-04-03T16:08:04.2908475Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:04.2913782Z 2024-04-03T16:08:04.3673252Z [6495/8653] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2024-04-03T16:08:04.3675784Z [6496/8653] Building CXX object c10/test/CMakeFiles/c10_tempfile_test.dir/util/tempfile_test.cpp.o 2024-04-03T16:08:04.4654348Z [6496/8653] Linking CXX executable bin/c10_tempfile_test 2024-04-03T16:08:04.4661436Z [6497/8653] Linking CXX executable bin/c10_string_util_test 2024-04-03T16:08:04.7122576Z [6497/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPAllocatorConfig.cpp.o 2024-04-03T16:08:04.7129135Z [6498/8653] Linking CXX executable bin/c10_string_view_test 2024-04-03T16:08:04.7136900Z Warning: Unused direct dependencies: 2024-04-03T16:08:04.7137806Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:04.7143400Z 2024-04-03T16:08:04.7693030Z [6498/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPDeviceAssertionHost.cpp.o 2024-04-03T16:08:04.7695109Z [6499/8653] Linking CXX executable bin/c10_tempfile_test 2024-04-03T16:08:04.7779236Z [6499/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPCachingAllocator.cpp.o 2024-04-03T16:08:04.7781877Z [6500/8653] Building CXX object c10/benchmark/CMakeFiles/c10_intrusive_ptr_benchmark.dir/intrusive_ptr_benchmark.cpp.o 2024-04-03T16:08:04.9296919Z [6500/8653] Linking CXX executable bin/c10_intrusive_ptr_benchmark 2024-04-03T16:08:04.9298731Z [6501/8653] Building CXX object c10/test/CMakeFiles/c10_typeid_test.dir/util/typeid_test.cpp.o 2024-04-03T16:08:05.1661894Z [6501/8653] Linking CXX executable bin/c10_typeid_test 2024-04-03T16:08:05.1663362Z [6502/8653] Linking CXX executable bin/c10_intrusive_ptr_benchmark 2024-04-03T16:08:05.1664509Z Warning: Unused direct dependencies: 2024-04-03T16:08:05.1665381Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:05.1666357Z /lib/x86_64-linux-gnu/librt.so.1 2024-04-03T16:08:05.1666869Z 2024-04-03T16:08:05.3894969Z [6502/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPException.cpp.o 2024-04-03T16:08:05.3902217Z [6503/8653] Linking CXX executable bin/c10_typeid_test 2024-04-03T16:08:05.5037850Z [6503/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPFunctions.cpp.o 2024-04-03T16:08:05.5045207Z [6504/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPAllocatorConfig.cpp.o 2024-04-03T16:08:05.5052042Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:05.5058838Z 2024-04-03T16:08:05.5270095Z [6504/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPMallocAsyncAllocator.cpp.o 2024-04-03T16:08:05.5278060Z [6505/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPDeviceAssertionHost.cpp.o 2024-04-03T16:08:05.5284763Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:05.5291009Z 2024-04-03T16:08:05.7866637Z [6505/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPMiscFunctions.cpp.o 2024-04-03T16:08:05.7873500Z [6506/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPException.cpp.o 2024-04-03T16:08:05.7880093Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:05.7886302Z 2024-04-03T16:08:05.8882790Z [6506/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPGuardImpl.cpp.o 2024-04-03T16:08:05.8890391Z [6507/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPCachingAllocator.cpp.o 2024-04-03T16:08:05.8897312Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:05.8904064Z 2024-04-03T16:08:05.9207985Z [6507/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPStream.cpp.o 2024-04-03T16:08:05.9210330Z [6508/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPMiscFunctions.cpp.o 2024-04-03T16:08:05.9213039Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:05.9214618Z 2024-04-03T16:08:06.0221318Z [6508/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/driver_api.cpp.o 2024-04-03T16:08:06.0223239Z [6509/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPFunctions.cpp.o 2024-04-03T16:08:06.0225970Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:06.0227937Z 2024-04-03T16:08:06.0563798Z [6509/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPTest.cpp.o 2024-04-03T16:08:06.0569152Z [6510/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/driver_api.cpp.o 2024-04-03T16:08:06.0574311Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:06.0579269Z 2024-04-03T16:08:06.4252273Z [6510/8653] Building CXX object c10/hip/test/CMakeFiles/c10_hip_HIPTest.dir/impl/HIPTest.cpp.o 2024-04-03T16:08:06.4254826Z [6511/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPMallocAsyncAllocator.cpp.o 2024-04-03T16:08:06.4257305Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:06.4258835Z 2024-04-03T16:08:06.6690108Z [6511/8653] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp.o 2024-04-03T16:08:06.6696487Z [6512/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPGuardImpl.cpp.o 2024-04-03T16:08:06.6702387Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:06.6707878Z 2024-04-03T16:08:06.7760987Z [6512/8653] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2024-04-03T16:08:06.7767587Z [6513/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/impl/HIPTest.cpp.o 2024-04-03T16:08:06.7773903Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:06.7780466Z 2024-04-03T16:08:06.7979265Z [6513/8653] Generating /var/lib/jenkins/workspace/torch/csrc/autograd/generated/Functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ViewFuncs.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyNativeFunctions.cpp, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/RegisterLazy.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/Functions.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/variable_factories.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ViewFuncs.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType.h, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyIr.h, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyNonNativeIr.h, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyNativeFunctions.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_3.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_4.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_variable_methods.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_torch_functions_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_torch_functions_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_torch_functions_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_nn_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_fft_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_linalg_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_nested_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_sparse_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_special_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_return_types.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_enum_tag.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_return_types.h, /var/lib/jenkins/workspace/torch/testing/_internal/generated/annotated_fn_args.py, /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2024-04-03T16:08:06.8032601Z [6514/8653] Building CXX object c10/hip/CMakeFiles/c10_hip.dir/HIPStream.cpp.o 2024-04-03T16:08:06.8050350Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T16:08:06.8051726Z 2024-04-03T16:08:06.8185764Z [6514/8653] Linking CXX shared library lib/libc10_hip.so 2024-04-03T16:08:06.8187543Z [6515/8653] Building C object caffe2/CMakeFiles/torch_global_deps.dir/__/torch/csrc/empty.c.o 2024-04-03T16:08:06.8414564Z [6515/8653] Linking C shared library lib/libtorch_global_deps.so 2024-04-03T16:08:07.0477741Z [6516/8653] Building CXX object c10/hip/test/CMakeFiles/c10_hip_HIPTest.dir/impl/HIPTest.cpp.o 2024-04-03T16:08:07.0479880Z [6516/8653] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2024-04-03T16:08:07.0486167Z [6517/8653] Linking CXX shared library lib/libc10_hip.so 2024-04-03T16:08:07.0491985Z Warning: Unused direct dependencies: 2024-04-03T16:08:07.0492880Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T16:08:07.0500174Z 2024-04-03T16:08:07.1078167Z [6517/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_1_var_test 2024-04-03T16:08:07.1081262Z [6518/8653] Building CXX object caffe2/CMakeFiles/caffe2_nvrtc.dir/__/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp.o 2024-04-03T16:08:07.1084156Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2024-04-03T16:08:07.1091579Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T16:08:07.1097672Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T16:08:07.1098750Z | ^~~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1100976Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T16:08:07.1103186Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T16:08:07.1104230Z | ^~~~ 2024-04-03T16:08:07.1106546Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T16:08:07.1108575Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T16:08:07.1109184Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1110131Z In file included from /opt/rocm-6.0.0/include/hip/hip_runtime.h:70, 2024-04-03T16:08:07.1111592Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2024-04-03T16:08:07.1113369Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2024-04-03T16:08:07.1115079Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2024-04-03T16:08:07.1116939Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T16:08:07.1118143Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T16:08:07.1118973Z | ^~~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1120453Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2024-04-03T16:08:07.1126179Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T16:08:07.1130804Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T16:08:07.1131653Z | ^~~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1133420Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T16:08:07.1135291Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T16:08:07.1136260Z | ^~~~ 2024-04-03T16:08:07.1169180Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T16:08:07.1171392Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T16:08:07.1172148Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1173261Z In file included from /opt/rocm-6.0.0/include/hip/hip_runtime.h:70, 2024-04-03T16:08:07.1174763Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2024-04-03T16:08:07.1176375Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2024-04-03T16:08:07.1177865Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2024-04-03T16:08:07.1179956Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T16:08:07.1181256Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T16:08:07.1182138Z | ^~~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1184553Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp: In function ‘at::cuda::NVRTC* at::cuda::load_nvrtc()’: 2024-04-03T16:08:07.1191003Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T16:08:07.1196048Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T16:08:07.1197029Z | ^~~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1198942Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:9:42: note: in definition of macro ‘CREATE_ASSIGN’ 2024-04-03T16:08:07.1201017Z 9 | #define CREATE_ASSIGN(name) self->name = name; 2024-04-03T16:08:07.1201945Z | ^~~~ 2024-04-03T16:08:07.1204048Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:10:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T16:08:07.1205949Z 10 | AT_FORALL_NVRTC(CREATE_ASSIGN) 2024-04-03T16:08:07.1206696Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1207725Z In file included from /opt/rocm-6.0.0/include/hip/hip_runtime.h:70, 2024-04-03T16:08:07.1209235Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2024-04-03T16:08:07.1210968Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2024-04-03T16:08:07.1212795Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2024-04-03T16:08:07.1214625Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T16:08:07.1215917Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T16:08:07.1216891Z | ^~~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1224257Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T16:08:07.1229488Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T16:08:07.1262975Z | ^~~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1265504Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:9:42: note: in definition of macro ‘CREATE_ASSIGN’ 2024-04-03T16:08:07.1268020Z 9 | #define CREATE_ASSIGN(name) self->name = name; 2024-04-03T16:08:07.1269227Z | ^~~~ 2024-04-03T16:08:07.1271754Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:10:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T16:08:07.1274059Z 10 | AT_FORALL_NVRTC(CREATE_ASSIGN) 2024-04-03T16:08:07.1275084Z | ^~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1276177Z In file included from /opt/rocm-6.0.0/include/hip/hip_runtime.h:70, 2024-04-03T16:08:07.1277690Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/ATenHIPGeneral.h:4, 2024-04-03T16:08:07.1279491Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:4, 2024-04-03T16:08:07.1281477Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.cpp:2: 2024-04-03T16:08:07.1283366Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T16:08:07.1284679Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T16:08:07.1285713Z | ^~~~~~~~~~~~~~~~ 2024-04-03T16:08:07.1286212Z 2024-04-03T16:08:07.1341773Z [6518/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_catches_stream 2024-04-03T16:08:07.1343675Z [6519/8653] Building C object sleef/src/common/CMakeFiles/common.dir/common.c.o 2024-04-03T16:08:07.4045281Z [6519/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device 2024-04-03T16:08:07.4047080Z [6520/8653] Linking C shared library lib/libtorch_global_deps.so 2024-04-03T16:08:07.4048079Z Warning: Unused direct dependencies: 2024-04-03T16:08:07.4048884Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T16:08:07.4049790Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T16:08:07.4050632Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T16:08:07.4051412Z /lib/x86_64-linux-gnu/libpthread.so.0 2024-04-03T16:08:07.4052380Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T16:08:07.4053007Z /lib/x86_64-linux-gnu/libdl.so.2 2024-04-03T16:08:07.4053640Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T16:08:07.4054127Z 2024-04-03T16:08:07.4597673Z [6520/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_from_2_processes 2024-04-03T16:08:07.4599921Z [6521/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device 2024-04-03T16:08:07.4601430Z Warning: Unused direct dependencies: 2024-04-03T16:08:07.4602354Z /var/lib/jenkins/workspace/build/lib/libc10_hip.so 2024-04-03T16:08:07.4603379Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:07.4604247Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T16:08:07.4604756Z 2024-04-03T16:08:07.4667462Z [6521/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads 2024-04-03T16:08:07.4674985Z [6522/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_catches_stream 2024-04-03T16:08:07.4684598Z Warning: Unused direct dependencies: 2024-04-03T16:08:07.4685503Z /var/lib/jenkins/workspace/build/lib/libc10_hip.so 2024-04-03T16:08:07.4686447Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:07.4687281Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T16:08:07.4691721Z 2024-04-03T16:08:07.5024705Z [6522/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks 2024-04-03T16:08:07.5031810Z [6523/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_1_var_test 2024-04-03T16:08:07.5042916Z Warning: Unused direct dependencies: 2024-04-03T16:08:07.5043857Z /var/lib/jenkins/workspace/build/lib/libc10_hip.so 2024-04-03T16:08:07.5044853Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:07.5045727Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T16:08:07.5050175Z 2024-04-03T16:08:07.7629384Z [6523/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block 2024-04-03T16:08:07.7631475Z [6524/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_from_2_processes 2024-04-03T16:08:07.7632758Z Warning: Unused direct dependencies: 2024-04-03T16:08:07.7633623Z /var/lib/jenkins/workspace/build/lib/libc10_hip.so 2024-04-03T16:08:07.7634587Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:07.7635424Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T16:08:07.7635902Z 2024-04-03T16:08:07.8868619Z [6524/8653] Linking CXX executable bin/c10_hip_HIPTest 2024-04-03T16:08:07.8870469Z [6525/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads 2024-04-03T16:08:07.8871980Z Warning: Unused direct dependencies: 2024-04-03T16:08:07.8872855Z /var/lib/jenkins/workspace/build/lib/libc10_hip.so 2024-04-03T16:08:07.8873805Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:07.8874640Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T16:08:07.8875110Z 2024-04-03T16:08:07.9028057Z [6525/8653] Linking CXX shared library lib/libcaffe2_nvrtc.so 2024-04-03T16:08:07.9029974Z [6526/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks 2024-04-03T16:08:07.9033490Z Warning: Unused direct dependencies: 2024-04-03T16:08:07.9034397Z /var/lib/jenkins/workspace/build/lib/libc10_hip.so 2024-04-03T16:08:07.9035363Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:07.9036208Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T16:08:07.9043253Z 2024-04-03T16:08:07.9196402Z [6526/8653] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2024-04-03T16:08:07.9203931Z [6527/8653] Linking CXX executable bin/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block 2024-04-03T16:08:07.9214211Z Warning: Unused direct dependencies: 2024-04-03T16:08:07.9215010Z /var/lib/jenkins/workspace/build/lib/libc10_hip.so 2024-04-03T16:08:07.9215863Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:07.9216705Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T16:08:07.9222855Z 2024-04-03T16:08:08.1818118Z [6527/8653] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2024-04-03T16:08:08.1819878Z [6528/8653] Linking CXX executable bin/c10_hip_HIPTest 2024-04-03T16:08:08.1821937Z Warning: Unused direct dependencies: 2024-04-03T16:08:08.1822836Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:08:08.1824141Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T16:08:08.1826073Z 2024-04-03T16:08:08.1865405Z [6528/8653] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2024-04-03T16:08:08.1867824Z [6529/8653] Building C object sleef/src/common/CMakeFiles/addSuffix.dir/addSuffix.c.o 2024-04-03T16:08:08.2437142Z [6529/8653] Linking C executable sleef/bin/addSuffix 2024-04-03T16:08:08.2438806Z [6530/8653] Building C object sleef/src/common/CMakeFiles/arraymap.dir/arraymap.c.o 2024-04-03T16:08:08.2725186Z [6530/8653] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2024-04-03T16:08:08.2727311Z [6531/8653] Linking CXX shared library lib/libcaffe2_nvrtc.so 2024-04-03T16:08:08.2728395Z Warning: Unused direct dependencies: 2024-04-03T16:08:08.2729446Z /opt/rocm/lib/libhiprtc.so.6 2024-04-03T16:08:08.2730225Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T16:08:08.2731013Z /lib/x86_64-linux-gnu/libgcc_s.so.1 2024-04-03T16:08:08.2731546Z 2024-04-03T16:08:08.2828767Z [6531/8653] Generating sources 2024-04-03T16:08:08.2831076Z [6532/8653] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/torch.proto 2024-04-03T16:08:08.4193560Z [6532/8653] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2024-04-03T16:08:08.4196667Z [6533/8653] Running C++/Python protocol buffer compiler on /var/lib/jenkins/workspace/caffe2/proto/caffe2.proto 2024-04-03T16:08:08.4973229Z [6533/8653] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2024-04-03T16:08:08.4982901Z [6534/8653] Linking C executable sleef/bin/addSuffix 2024-04-03T16:08:08.5958074Z [6534/8653] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2024-04-03T16:08:08.5965363Z [6535/8653] Building C object sleef/src/libm/CMakeFiles/mkrename.dir/mkrename.c.o 2024-04-03T16:08:08.9569435Z [6535/8653] Linking C executable sleef/bin/mkrename 2024-04-03T16:08:08.9578560Z [6536/8653] Linking C executable sleef/bin/mkrename 2024-04-03T16:08:08.9957065Z [6536/8653] Generating include/renameavx512fnofma.h 2024-04-03T16:08:08.9958169Z [6537/8653] Generating include/renameavx512fnofma.h 2024-04-03T16:08:08.9959396Z Generating renameavx512fnofma.h: mkrename cinz_ 8 16 avx512fnofma 2024-04-03T16:08:08.9965706Z 2024-04-03T16:08:09.0275028Z [6537/8653] Generating include/renameavx512f.h 2024-04-03T16:08:09.0276165Z [6538/8653] Generating include/renameavx512f.h 2024-04-03T16:08:09.0277223Z Generating renameavx512f.h: mkrename finz_ 8 16 avx512f 2024-04-03T16:08:09.0277986Z 2024-04-03T16:08:09.0633761Z [6538/8653] Generating include/renameavx2.h 2024-04-03T16:08:09.0634849Z [6539/8653] Generating include/renameavx2.h 2024-04-03T16:08:09.0635812Z Generating renameavx2.h: mkrename finz_ 4 8 avx2 2024-04-03T16:08:09.0636491Z 2024-04-03T16:08:09.0955452Z [6539/8653] Generating include/renameavx2128.h 2024-04-03T16:08:09.0956608Z [6540/8653] Generating include/renameavx2128.h 2024-04-03T16:08:09.0957863Z Generating renameavx2128.h: mkrename finz_ 2 4 avx2128 2024-04-03T16:08:09.0958623Z 2024-04-03T16:08:09.1275350Z [6540/8653] Generating include/renamefma4.h 2024-04-03T16:08:09.1276432Z [6541/8653] Generating include/renamefma4.h 2024-04-03T16:08:09.1277355Z Generating renamefma4.h: mkrename finz_ 4 8 fma4 2024-04-03T16:08:09.1278036Z 2024-04-03T16:08:09.1595737Z [6541/8653] Generating include/renameavx.h 2024-04-03T16:08:09.1596814Z [6542/8653] Generating include/renameavx.h 2024-04-03T16:08:09.1597755Z Generating renameavx.h: mkrename cinz_ 4 8 avx 2024-04-03T16:08:09.1598674Z 2024-04-03T16:08:09.1957167Z [6542/8653] Generating include/renamesse4.h 2024-04-03T16:08:09.1958266Z [6543/8653] Generating include/renamesse4.h 2024-04-03T16:08:09.1959227Z Generating renamesse4.h: mkrename cinz_ 2 4 sse4 2024-04-03T16:08:09.1959899Z 2024-04-03T16:08:09.2155787Z [6543/8653] Generating include/renamesse2.h 2024-04-03T16:08:09.2157437Z [6544/8653] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/torch.pb.cc.o 2024-04-03T16:08:09.2428507Z [6544/8653] Generating include/renamepurec_scalar.h 2024-04-03T16:08:09.2429646Z [6545/8653] Generating include/renamesse2.h 2024-04-03T16:08:09.2430595Z Generating renamesse2.h: mkrename cinz_ 2 4 sse2 2024-04-03T16:08:09.2431273Z 2024-04-03T16:08:09.2588367Z [6545/8653] Generating include/renamepurecfma_scalar.h 2024-04-03T16:08:09.2589650Z [6546/8653] Generating include/renamepurec_scalar.h 2024-04-03T16:08:09.2590785Z Generating renamepurec_scalar.h: mkrename cinz_ 1 1 purec 2024-04-03T16:08:09.2591589Z 2024-04-03T16:08:09.2788843Z [6546/8653] Generating include/renamecuda.h 2024-04-03T16:08:09.2789904Z [6547/8653] Generating include/renamepurecfma_scalar.h 2024-04-03T16:08:09.2791046Z Generating renamepurecfma_scalar.h: mkrename finz_ 1 1 purecfma 2024-04-03T16:08:09.2791899Z 2024-04-03T16:08:09.2946615Z [6547/8653] Generating sleeflibm_AVX2128.h.tmp 2024-04-03T16:08:09.2948306Z [6548/8653] Building CXX object caffe2/proto/CMakeFiles/Caffe2_PROTO.dir/caffe2.pb.cc.o 2024-04-03T16:08:09.3095873Z [6548/8653] Generating sleeflibm_AVX.h.tmp 2024-04-03T16:08:09.3097019Z [6549/8653] Generating include/renamecuda.h 2024-04-03T16:08:09.3097992Z Generating renamecuda.h: mkrename finz_ 1 1 cuda 2024-04-03T16:08:09.3098927Z 2024-04-03T16:08:09.3227202Z [6549/8653] Generating sleeflibm_AVX2.h.tmp 2024-04-03T16:08:09.3228299Z [6550/8653] Generating sleeflibm_AVX2128.h.tmp 2024-04-03T16:08:09.3354250Z [6550/8653] Generating sleeflibm_AVX512F.h.tmp 2024-04-03T16:08:09.3355361Z [6551/8653] Generating sleeflibm_AVX.h.tmp 2024-04-03T16:08:09.3547183Z [6551/8653] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-04-03T16:08:09.3548348Z [6552/8653] Generating sleeflibm_AVX2.h.tmp 2024-04-03T16:08:09.3707375Z [6552/8653] Generating sleeflibm_AVX512F_.h.tmp 2024-04-03T16:08:09.3708535Z [6553/8653] Generating sleeflibm_AVX512F.h.tmp 2024-04-03T16:08:09.3947066Z [6553/8653] Generating sleeflibm_AVX_.h.tmp 2024-04-03T16:08:09.3948271Z [6554/8653] Generating sleeflibm_AVX512FNOFMA.h.tmp 2024-04-03T16:08:09.4147964Z [6554/8653] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-04-03T16:08:09.4149125Z [6555/8653] Generating sleeflibm_AVX512F_.h.tmp 2024-04-03T16:08:09.4306851Z [6555/8653] Generating sleeflibm_FMA4.h.tmp 2024-04-03T16:08:09.4307891Z [6556/8653] Generating sleeflibm_AVX_.h.tmp 2024-04-03T16:08:09.4494666Z [6556/8653] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-04-03T16:08:09.4495957Z [6557/8653] Generating sleeflibm_DSP_SCALAR.h.tmp 2024-04-03T16:08:09.4625124Z [6557/8653] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-04-03T16:08:09.4627451Z [6558/8653] Generating sleeflibm_FMA4.h.tmp 2024-04-03T16:08:09.4784909Z [6558/8653] Generating sleeflibm_SSE2.h.tmp 2024-04-03T16:08:09.4787257Z [6559/8653] Generating sleeflibm_PURECFMA_SCALAR.h.tmp 2024-04-03T16:08:09.4985255Z [6559/8653] Generating sleeflibm_SSE4.h.tmp 2024-04-03T16:08:09.4987827Z [6560/8653] Generating sleeflibm_PUREC_SCALAR.h.tmp 2024-04-03T16:08:09.5144897Z [6560/8653] Generating sleeflibm_SSE_.h.tmp 2024-04-03T16:08:09.5147105Z [6561/8653] Generating sleeflibm_SSE2.h.tmp 2024-04-03T16:08:09.5305248Z [6561/8653] Generating include/renamedspscalar.h 2024-04-03T16:08:09.5307883Z [6562/8653] Generating sleeflibm_SSE4.h.tmp 2024-04-03T16:08:09.5345807Z [6562/8653] Generating include/renamedsp128.h 2024-04-03T16:08:09.5346929Z [6563/8653] Generating sleeflibm_SSE_.h.tmp 2024-04-03T16:08:09.5504852Z [6563/8653] Generating ../../../include/sleef.h 2024-04-03T16:08:09.5508758Z [6564/8653] Generating include/renamedspscalar.h 2024-04-03T16:08:09.5551192Z [6564/8653] Generating include/renamedsp256.h 2024-04-03T16:08:09.5554659Z [6565/8653] Generating include/renamedsp128.h 2024-04-03T16:08:09.5606654Z [6565/8653] Linking CXX static library lib/libcaffe2_protos.a 2024-04-03T16:08:09.5609640Z [6566/8653] Generating include/renamedsp256.h 2024-04-03T16:08:09.5906032Z [6566/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2024-04-03T16:08:09.5908915Z [6567/8653] Generating ../../../include/sleef.h 2024-04-03T16:08:09.6184852Z [6567/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2024-04-03T16:08:09.6187692Z [6568/8653] Linking CXX static library lib/libcaffe2_protos.a 2024-04-03T16:08:10.0732365Z [6568/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2024-04-03T16:08:10.0734733Z [6569/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimddp.c.o 2024-04-03T16:08:10.0879916Z [6569/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2024-04-03T16:08:10.0882100Z [6570/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimddp.c.o 2024-04-03T16:08:10.1924479Z [6570/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2024-04-03T16:08:10.1934454Z [6571/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx2.dir/sleefsimdsp.c.o 2024-04-03T16:08:10.5971570Z [6571/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2024-04-03T16:08:10.5973937Z [6572/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimdsp.c.o 2024-04-03T16:08:10.6107729Z [6572/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2024-04-03T16:08:10.6112510Z [6573/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2.dir/sleefsimddp.c.o 2024-04-03T16:08:10.8094120Z [6573/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2024-04-03T16:08:10.8103550Z [6574/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimdsp.c.o 2024-04-03T16:08:11.0414248Z [6574/8653] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2024-04-03T16:08:11.0421929Z [6575/8653] Generating sources 2024-04-03T16:08:11.0786759Z [6575/8653] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2024-04-03T16:08:11.0793910Z [6576/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimdsp.c.o 2024-04-03T16:08:11.2039871Z [6576/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2024-04-03T16:08:11.2049221Z [6577/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx2128.dir/sleefsimddp.c.o 2024-04-03T16:08:11.3823459Z [6577/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2024-04-03T16:08:11.3832230Z [6578/8653] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimdsp.c.o 2024-04-03T16:08:11.6202303Z [6578/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2024-04-03T16:08:11.6210954Z [6579/8653] Building C object sleef/src/libm/CMakeFiles/sleeffma4.dir/sleefsimddp.c.o 2024-04-03T16:08:11.6835128Z [6579/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2024-04-03T16:08:11.6837471Z [6580/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimdsp.c.o 2024-04-03T16:08:11.7723783Z [6580/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2024-04-03T16:08:11.7725899Z [6581/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetfma4.dir/sleefsimddp.c.o 2024-04-03T16:08:11.9070806Z [6581/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2024-04-03T16:08:11.9079907Z [6582/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimdsp.c.o 2024-04-03T16:08:12.2053129Z [6582/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2024-04-03T16:08:12.2060624Z [6583/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimdsp.c.o 2024-04-03T16:08:12.3117576Z [6583/8653] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2024-04-03T16:08:12.3126250Z [6584/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx.dir/sleefsimddp.c.o 2024-04-03T16:08:12.3625280Z [6584/8653] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2024-04-03T16:08:12.3634093Z [6585/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx.dir/sleefsimddp.c.o 2024-04-03T16:08:12.5240315Z [6585/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2024-04-03T16:08:12.5249242Z [6586/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimdsp.c.o 2024-04-03T16:08:12.7429490Z [6586/8653] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2024-04-03T16:08:12.7437130Z [6587/8653] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimddp.c.o 2024-04-03T16:08:12.8744883Z [6587/8653] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2024-04-03T16:08:12.8753945Z [6588/8653] Building C object sleef/src/libm/CMakeFiles/sleefsse4.dir/sleefsimdsp.c.o 2024-04-03T16:08:12.9571466Z [6588/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2024-04-03T16:08:12.9580504Z [6589/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetsse4.dir/sleefsimddp.c.o 2024-04-03T16:08:13.0746314Z [6589/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2024-04-03T16:08:13.0755268Z [6590/8653] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimdsp.c.o 2024-04-03T16:08:13.2841230Z [6590/8653] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2024-04-03T16:08:13.2850237Z [6591/8653] Building C object sleef/src/libm/CMakeFiles/sleefsse2.dir/sleefsimddp.c.o 2024-04-03T16:08:13.4002205Z [6591/8653] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2024-04-03T16:08:13.4004507Z [6592/8653] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimdsp.c.o 2024-04-03T16:08:13.5320565Z [6592/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2024-04-03T16:08:13.5322645Z [6593/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimdsp.c.o 2024-04-03T16:08:13.5934854Z [6593/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2024-04-03T16:08:13.5940688Z [6594/8653] Building C object sleef/src/libm/CMakeFiles/sleefpurec_scalar.dir/sleefsimddp.c.o 2024-04-03T16:08:13.6408314Z [6594/8653] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2024-04-03T16:08:13.6410755Z [6595/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetsse2.dir/sleefsimddp.c.o 2024-04-03T16:08:13.6857375Z [6595/8653] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2024-04-03T16:08:13.6865652Z [6596/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimdsp.c.o 2024-04-03T16:08:13.8230433Z [6596/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2024-04-03T16:08:13.8239765Z [6597/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetpurec_scalar.dir/sleefsimddp.c.o 2024-04-03T16:08:13.8592089Z [6597/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2024-04-03T16:08:13.8599885Z [6598/8653] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimdsp.c.o 2024-04-03T16:08:13.9510309Z [6598/8653] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2024-04-03T16:08:13.9513185Z [6599/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimdsp.c.o 2024-04-03T16:08:14.0031431Z [6599/8653] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2024-04-03T16:08:14.0036399Z [6600/8653] Building C object sleef/src/libm/CMakeFiles/sleefpurecfma_scalar.dir/sleefsimddp.c.o 2024-04-03T16:08:14.0253197Z [6600/8653] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2024-04-03T16:08:14.0255186Z [6601/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetpurecfma_scalar.dir/sleefsimddp.c.o 2024-04-03T16:08:14.0975118Z [6601/8653] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2024-04-03T16:08:14.0977384Z [6602/8653] Building C object sleef/src/libm/CMakeFiles/mkrename_gnuabi.dir/mkrename_gnuabi.c.o 2024-04-03T16:08:14.2270080Z [6602/8653] Linking C executable sleef/bin/mkrename_gnuabi 2024-04-03T16:08:14.2272210Z [6603/8653] Building C object sleef/src/libm/CMakeFiles/mkmasked_gnuabi.dir/mkmasked_gnuabi.c.o 2024-04-03T16:08:14.2791605Z [6603/8653] Linking C executable sleef/bin/mkmasked_gnuabi 2024-04-03T16:08:14.2793287Z [6604/8653] Building C object sleef/src/libm/CMakeFiles/mkalias.dir/mkalias.c.o 2024-04-03T16:08:14.2800640Z [6604/8653] Linking C executable sleef/bin/mkalias 2024-04-03T16:08:14.2803686Z [6605/8653] Building C object sleef/src/libm/CMakeFiles/mkdisp.dir/mkdisp.c.o 2024-04-03T16:08:14.2970337Z [6605/8653] Linking C executable sleef/bin/mkdisp 2024-04-03T16:08:14.2971861Z [6606/8653] Linking C executable sleef/bin/mkrename_gnuabi 2024-04-03T16:08:14.5086950Z [6606/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2024-04-03T16:08:14.5089338Z [6607/8653] Linking C executable sleef/bin/mkdisp 2024-04-03T16:08:14.5400649Z [6607/8653] Generating dispscalar.c.body 2024-04-03T16:08:14.5401695Z [6608/8653] Generating dispscalar.c.body 2024-04-03T16:08:14.5425438Z [6608/8653] Generating dispscalar.c 2024-04-03T16:08:14.5426520Z [6609/8653] Linking C executable sleef/bin/mkalias 2024-04-03T16:08:14.5506600Z [6609/8653] Generating alias_AVX512F_dp.h.tmp 2024-04-03T16:08:14.5507546Z [6610/8653] Generating dispscalar.c 2024-04-03T16:08:14.5518005Z [6610/8653] Building C object sleef/src/libm/CMakeFiles/dispscalar_obj.dir/dispscalar.c.o 2024-04-03T16:08:14.5519746Z [6611/8653] Linking C executable sleef/bin/mkmasked_gnuabi 2024-04-03T16:08:14.5568641Z [6611/8653] Generating alias_AVX512F_sp.h.tmp 2024-04-03T16:08:14.5569696Z [6612/8653] Generating alias_AVX512F_dp.h.tmp 2024-04-03T16:08:14.5772337Z [6612/8653] Generating dispsse.c.tmp 2024-04-03T16:08:14.5773446Z [6613/8653] Generating alias_AVX512F_sp.h.tmp 2024-04-03T16:08:14.6076460Z [6613/8653] Generating include/alias_avx512f.h 2024-04-03T16:08:14.6077498Z [6614/8653] Generating dispsse.c.tmp 2024-04-03T16:08:14.6094758Z [6614/8653] Generating dispsse.c 2024-04-03T16:08:14.6099272Z [6615/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimdsp.c.o 2024-04-03T16:08:14.6160462Z [6615/8653] Generating dispavx.c.tmp 2024-04-03T16:08:14.6163871Z [6616/8653] Generating include/alias_avx512f.h 2024-04-03T16:08:14.6224574Z [6616/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2024-04-03T16:08:14.6228639Z [6617/8653] Generating dispsse.c 2024-04-03T16:08:14.6508818Z [6617/8653] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2024-04-03T16:08:14.6510341Z [6618/8653] Generating dispavx.c.tmp 2024-04-03T16:08:14.6780123Z [6618/8653] Generating dispavx.c 2024-04-03T16:08:14.6783089Z [6619/8653] Generating dispavx.c 2024-04-03T16:08:14.9896442Z [6619/8653] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2024-04-03T16:08:14.9905638Z [6620/8653] Building C object sleef/src/libm/CMakeFiles/dispscalar_obj.dir/dispscalar.c.o 2024-04-03T16:08:15.0881685Z [6620/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2024-04-03T16:08:15.0890513Z [6621/8653] Building C object sleef/src/libm/CMakeFiles/dispsse_obj.dir/dispsse.c.o 2024-04-03T16:08:15.2162727Z [6621/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2024-04-03T16:08:15.2172212Z [6622/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx512fnofma.dir/sleefsimddp.c.o 2024-04-03T16:08:15.3368691Z [6622/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2024-04-03T16:08:15.3377011Z [6623/8653] Building C object sleef/src/libm/CMakeFiles/dispavx_obj.dir/dispavx.c.o 2024-04-03T16:08:15.6051830Z [6623/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2024-04-03T16:08:15.6059861Z [6624/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512fnofma.dir/sleefsimdsp.c.o 2024-04-03T16:08:15.6940929Z [6624/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T16:08:15.6949464Z [6625/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx2128.dir/sleefsimddp.c.o 2024-04-03T16:08:16.2708743Z [6625/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T16:08:16.2718044Z [6626/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T16:08:16.4847108Z [6626/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2024-04-03T16:08:16.4850936Z [6627/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T16:08:16.8200385Z [6627/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T16:08:16.8210516Z [6628/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_DEFAULT.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2024-04-03T16:08:17.2375166Z [6628/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2024-04-03T16:08:17.2384386Z [6629/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX512.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2024-04-03T16:08:17.3798329Z [6629/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2024-04-03T16:08:17.3806657Z [6630/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimdsp.c.o 2024-04-03T16:08:17.6003057Z [6630/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2024-04-03T16:08:17.6013405Z [6631/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T16:08:17.8787206Z [6631/8653] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2024-04-03T16:08:17.8796518Z [6632/8653] Building C object sleef/src/libm/CMakeFiles/sleefavx512f.dir/sleefsimddp.c.o 2024-04-03T16:08:17.9326386Z [6632/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2024-04-03T16:08:17.9334144Z [6633/8653] Building C object sleef/src/libm/CMakeFiles/sleef.dir/rempitab.c.o 2024-04-03T16:08:17.9800325Z [6633/8653] Generating /var/lib/jenkins/workspace/torch/version.py 2024-04-03T16:08:17.9807923Z [6634/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimdsp.c.o 2024-04-03T16:08:18.0840700Z [6634/8653] Generating /var/lib/jenkins/workspace/torch/utils/data/datapipes/datapipe.pyi 2024-04-03T16:08:18.0843346Z [6635/8653] Building CXX object caffe2/CMakeFiles/vec_test_all_types_AVX2.dir/__/aten/src/ATen/test/vec_test_all_types.cpp.o 2024-04-03T16:08:18.1026447Z [6635/8653] Generating /var/lib/jenkins/workspace/torch/_C/__init__.pyi, /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi, /var/lib/jenkins/workspace/torch/nn/functional.pyi 2024-04-03T16:08:18.4293446Z [6636/8653] Generating /var/lib/jenkins/workspace/torch/utils/data/datapipes/datapipe.pyi 2024-04-03T16:08:18.4303297Z [6637/8653] Building C object sleef/src/libm/CMakeFiles/sleefdetavx512f.dir/sleefsimddp.c.o 2024-04-03T16:08:18.5590243Z [6637/8653] Linking C static library sleef/lib/libsleef.a 2024-04-03T16:08:18.5592124Z [6638/8653] Linking C static library sleef/lib/libsleef.a 2024-04-03T16:08:18.5784758Z [6638/8653] Linking CXX executable bin/vec_test_all_types_DEFAULT 2024-04-03T16:08:19.3022073Z [6638/8653] Linking CXX executable bin/vec_test_all_types_AVX512 2024-04-03T16:08:19.3029143Z [6639/8653] Linking CXX executable bin/vec_test_all_types_DEFAULT 2024-04-03T16:08:19.3035404Z Warning: Unused direct dependencies: 2024-04-03T16:08:19.3036345Z /lib/x86_64-linux-gnu/librt.so.1 2024-04-03T16:08:19.3042446Z 2024-04-03T16:08:19.4059265Z [6639/8653] Linking CXX executable bin/vec_test_all_types_AVX2 2024-04-03T16:08:19.4066610Z [6640/8653] Linking CXX executable bin/vec_test_all_types_AVX512 2024-04-03T16:08:19.4072745Z Warning: Unused direct dependencies: 2024-04-03T16:08:19.4073676Z /lib/x86_64-linux-gnu/librt.so.1 2024-04-03T16:08:19.8977259Z 2024-04-03T16:08:19.8983265Z [6641/8653] Linking CXX executable bin/vec_test_all_types_AVX2 2024-04-03T16:08:19.8990260Z Warning: Unused direct dependencies: 2024-04-03T16:08:19.8991211Z /lib/x86_64-linux-gnu/librt.so.1 2024-04-03T16:08:24.5330989Z 2024-04-03T16:08:24.5438797Z [6642/8653] Generating /var/lib/jenkins/workspace/torch/csrc/autograd/generated/Functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ViewFuncs.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_3.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType_4.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_3.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/TraceType_4.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp, /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyNativeFunctions.cpp, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/RegisterLazy.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/Functions.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/variable_factories.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/ViewFuncs.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/VariableType.h, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyIr.h, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyNonNativeIr.h, /var/lib/jenkins/workspace/torch/csrc/lazy/generated/LazyNativeFunctions.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_3.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions_4.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_variable_methods.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_torch_functions_0.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_torch_functions_1.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_torch_functions_2.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_nn_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_fft_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_linalg_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_nested_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_sparse_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_special_functions.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_return_types.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_enum_tag.cpp, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_functions.h, /var/lib/jenkins/workspace/torch/csrc/autograd/generated/python_return_types.h, /var/lib/jenkins/workspace/torch/testing/_internal/generated/annotated_fn_args.py, /var/lib/jenkins/workspace/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp 2024-04-03T16:08:24.5506983Z [6642/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2024-04-03T16:08:24.5626351Z [6642/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2024-04-03T16:08:25.3466101Z [6642/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2024-04-03T16:08:25.3474099Z [6643/8653] Generating /var/lib/jenkins/workspace/torch/version.py 2024-04-03T16:08:25.8242259Z [6643/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2024-04-03T16:08:25.8258217Z [6644/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/prim_ops_registery.cpp.o 2024-04-03T16:08:25.9075426Z [6644/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2024-04-03T16:08:25.9084242Z [6645/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_operators.cpp.o 2024-04-03T16:08:25.9829377Z [6645/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2024-04-03T16:08:25.9831796Z [6646/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/parse_bytecode.cpp.o 2024-04-03T16:08:26.9939978Z [6646/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2024-04-03T16:08:26.9942613Z [6647/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/type_parser.cpp.o 2024-04-03T16:08:27.0955782Z [6647/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2024-04-03T16:08:27.0966322Z [6648/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/quantization.cpp.o 2024-04-03T16:08:27.5089226Z [6648/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2024-04-03T16:08:27.5124480Z [6649/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/promoted_prim_ops.cpp.o 2024-04-03T16:08:27.5649301Z [6649/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2024-04-03T16:08:27.5652367Z [6650/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/register_ops_common_utils.cpp.o 2024-04-03T16:08:27.9663187Z [6650/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedTensorImpl.cpp.o 2024-04-03T16:08:27.9671741Z [6651/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/utils.cpp.o 2024-04-03T16:08:28.5205537Z [6651/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2024-04-03T16:08:28.5215161Z [6652/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders_entry.cpp.o 2024-04-03T16:08:28.6225613Z [6652/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapMode.cpp.o 2024-04-03T16:08:28.6233617Z [6653/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedTensorImpl.cpp.o 2024-04-03T16:08:28.8871778Z [6653/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2024-04-03T16:08:28.8881278Z [6654/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/device_type_analysis.cpp.o 2024-04-03T16:08:29.0115554Z [6654/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2024-04-03T16:08:29.0123741Z [6655/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MapAllocator.cpp.o 2024-04-03T16:08:29.3073570Z [6655/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2024-04-03T16:08:29.3081269Z [6656/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SequenceNumber.cpp.o 2024-04-03T16:08:29.4256356Z [6656/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapTransforms.cpp.o 2024-04-03T16:08:29.4259270Z [6657/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapMode.cpp.o 2024-04-03T16:08:29.8448385Z [6657/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2024-04-03T16:08:29.8456841Z [6658/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ScalarOps.cpp.o 2024-04-03T16:08:30.0160612Z [6658/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2024-04-03T16:08:30.0169269Z [6659/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FuncTorchTLS.cpp.o 2024-04-03T16:08:30.2326467Z [6659/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2024-04-03T16:08:30.2334827Z [6660/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNative.cpp.o 2024-04-03T16:08:30.5359932Z [6660/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2024-04-03T16:08:30.5368837Z [6661/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/MemoryOverlap.cpp.o 2024-04-03T16:08:31.7656440Z [6661/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/StorageUtils.cpp.o 2024-04-03T16:08:31.7660985Z [6662/8653] Generating /var/lib/jenkins/workspace/torch/_C/__init__.pyi, /var/lib/jenkins/workspace/torch/_C/_VariableFunctions.pyi, /var/lib/jenkins/workspace/torch/nn/functional.pyi 2024-04-03T16:08:32.1438478Z [6662/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2024-04-03T16:08:32.1481443Z [6663/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/StorageUtils.cpp.o 2024-04-03T16:08:32.1782646Z [6663/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/IPUHooksInterface.cpp.o 2024-04-03T16:08:32.1785334Z [6664/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseTensorImpl.cpp.o 2024-04-03T16:08:32.3160257Z [6664/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedFallback.cpp.o 2024-04-03T16:08:32.3162950Z [6665/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyVmapTransforms.cpp.o 2024-04-03T16:08:32.3920322Z [6665/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2024-04-03T16:08:32.3923221Z [6666/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SparseCsrTensorImpl.cpp.o 2024-04-03T16:08:32.6401837Z [6666/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchingRegistrations.cpp.o 2024-04-03T16:08:32.6410140Z [6667/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorGeometry.cpp.o 2024-04-03T16:08:33.0560111Z [6667/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2024-04-03T16:08:33.0568181Z [6668/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/IPUHooksInterface.cpp.o 2024-04-03T16:08:33.3675483Z [6668/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2024-04-03T16:08:33.3683610Z [6669/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DynamicLibrary.cpp.o 2024-04-03T16:08:33.8043703Z [6669/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2024-04-03T16:08:33.8052302Z [6670/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelThreadPoolNative.cpp.o 2024-04-03T16:08:33.9920577Z [6670/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2024-04-03T16:08:33.9923083Z [6671/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/SavedTensorHooks.cpp.o 2024-04-03T16:08:34.0254356Z [6671/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2024-04-03T16:08:34.0260908Z [6672/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/PythonTorchFunctionTLS.cpp.o 2024-04-03T16:08:34.2357050Z [6672/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2024-04-03T16:08:34.2360125Z [6673/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelNativeTBB.cpp.o 2024-04-03T16:08:34.6463880Z [6673/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2024-04-03T16:08:34.6474720Z [6674/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchedFallback.cpp.o 2024-04-03T16:08:35.0695017Z [6674/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2024-04-03T16:08:35.0703744Z [6675/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIterator.cpp.o 2024-04-03T16:08:35.5560276Z [6675/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CachedTensorUtils.cpp.o 2024-04-03T16:08:35.5563045Z [6676/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/LegacyBatchingRegistrations.cpp.o 2024-04-03T16:08:35.5712501Z [6676/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2024-04-03T16:08:35.5714986Z [6677/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorIndexing.cpp.o 2024-04-03T16:08:35.8049652Z [6677/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2024-04-03T16:08:35.8051591Z [6678/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorNames.cpp.o 2024-04-03T16:08:36.1083895Z [6678/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2024-04-03T16:08:36.1092899Z [6679/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelOpenMP.cpp.o 2024-04-03T16:08:36.4159174Z [6679/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2024-04-03T16:08:36.4167869Z [6680/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/EmptyTensor.cpp.o 2024-04-03T16:08:37.0187431Z [6680/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2024-04-03T16:08:37.0190748Z [6681/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Context.cpp.o 2024-04-03T16:08:37.0746768Z [6681/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DeviceAccelerator.cpp.o 2024-04-03T16:08:37.0749729Z [6682/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ConjugateFallback.cpp.o 2024-04-03T16:08:37.2127507Z [6682/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2024-04-03T16:08:37.2129993Z [6683/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Dispatch.cpp.o 2024-04-03T16:08:37.7186952Z [6683/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2024-04-03T16:08:37.7196768Z [6684/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CachedTensorUtils.cpp.o 2024-04-03T16:08:37.8320208Z [6684/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2024-04-03T16:08:37.8328587Z [6685/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DeviceAccelerator.cpp.o 2024-04-03T16:08:38.1587642Z [6685/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2024-04-03T16:08:38.1598703Z [6686/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/DLConvertor.cpp.o 2024-04-03T16:08:38.6301892Z [6686/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2024-04-03T16:08:38.6310734Z [6687/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalTensorWrapper.cpp.o 2024-04-03T16:08:38.7419919Z [6687/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2024-04-03T16:08:38.7428054Z [6688/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/AccumulateType.cpp.o 2024-04-03T16:08:38.9137646Z [6688/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2024-04-03T16:08:38.9146348Z [6689/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CPUGeneratorImpl.cpp.o 2024-04-03T16:08:39.7823928Z [6689/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2024-04-03T16:08:39.7831445Z [6690/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/VmapModeRegistrations.cpp.o 2024-04-03T16:08:39.8694326Z [6690/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2024-04-03T16:08:39.8699590Z [6691/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalInverses.cpp.o 2024-04-03T16:08:40.0433433Z [6691/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/Utils.cpp.o 2024-04-03T16:08:40.0435862Z [6692/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Version.cpp.o 2024-04-03T16:08:40.1495673Z [6692/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2024-04-03T16:08:40.1503751Z [6693/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/Utils.cpp.o 2024-04-03T16:08:40.3282294Z [6693/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2024-04-03T16:08:40.3290836Z [6694/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/cpu/FlushDenormal.cpp.o 2024-04-03T16:08:40.6203043Z [6694/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2024-04-03T16:08:40.6210977Z [6695/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CUDAHooksInterface.cpp.o 2024-04-03T16:08:40.9324803Z [6695/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2024-04-03T16:08:40.9333554Z [6696/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/CPUGuardImpl.cpp.o 2024-04-03T16:08:41.1453053Z [6696/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2024-04-03T16:08:41.1456827Z [6697/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/HIPHooksInterface.cpp.o 2024-04-03T16:08:41.1950282Z [6697/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2024-04-03T16:08:41.1956692Z [6698/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ZeroTensorFallback.cpp.o 2024-04-03T16:08:41.7076295Z [6698/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2024-04-03T16:08:41.7079372Z [6699/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/autocast_mode.cpp.o 2024-04-03T16:08:41.9401471Z [6699/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2024-04-03T16:08:41.9410209Z [6700/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ExpandUtils.cpp.o 2024-04-03T16:08:42.2769087Z [6700/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2024-04-03T16:08:42.2771809Z [6701/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalizeFallbackKernel.cpp.o 2024-04-03T16:08:42.4685522Z [6701/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2024-04-03T16:08:42.4694460Z [6702/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NamedTensorUtils.cpp.o 2024-04-03T16:08:42.5844181Z [6702/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2024-04-03T16:08:42.5853102Z [6703/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/FunctionalStorageImpl.cpp.o 2024-04-03T16:08:43.2790994Z [6703/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2024-04-03T16:08:43.2799616Z [6704/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ParallelCommon.cpp.o 2024-04-03T16:08:43.7939576Z [6704/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2024-04-03T16:08:43.7948688Z [6705/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/BackendSelectFallbackKernel.cpp.o 2024-04-03T16:08:44.0784515Z [6705/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2024-04-03T16:08:44.0795419Z [6706/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/NestedTensorImpl.cpp.o 2024-04-03T16:08:45.2681020Z [6706/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2024-04-03T16:08:45.2694048Z [6707/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesReduceOps.cpp.o 2024-04-03T16:08:45.6434114Z [6707/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2024-04-03T16:08:45.6445087Z [6708/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesRandomness.cpp.o 2024-04-03T16:08:46.1423364Z [6708/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2024-04-03T16:08:46.1433897Z [6709/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesUnaryOps.cpp.o 2024-04-03T16:08:46.3231443Z [6709/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2024-04-03T16:08:46.3234405Z [6710/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedFallback.cpp.o 2024-04-03T16:08:46.4289615Z [6710/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2024-04-03T16:08:46.4298698Z [6711/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchedTensorImpl.cpp.o 2024-04-03T16:08:46.9738933Z [6711/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2024-04-03T16:08:46.9750196Z [6712/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesViews.cpp.o 2024-04-03T16:08:47.3890818Z [6712/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2024-04-03T16:08:47.3900385Z [6713/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/FunctionalizeInterpreter.cpp.o 2024-04-03T16:08:47.4350919Z [6713/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2024-04-03T16:08:47.4359836Z [6714/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/Interpreter.cpp.o 2024-04-03T16:08:48.5404794Z [6714/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2024-04-03T16:08:48.5413753Z [6715/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PlumbingHelper.cpp.o 2024-04-03T16:08:48.7587620Z [6715/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2024-04-03T16:08:48.7590636Z [6716/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/DynamicLayer.cpp.o 2024-04-03T16:08:48.9748437Z [6716/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2024-04-03T16:08:48.9759814Z [6717/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyVmapTransforms.cpp.o 2024-04-03T16:08:49.4706249Z [6717/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2024-04-03T16:08:49.4717015Z [6718/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/LegacyBatchingRegistrations.cpp.o 2024-04-03T16:08:49.7904054Z [6718/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2024-04-03T16:08:49.7909667Z [6719/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapModeRegistrations.cpp.o 2024-04-03T16:08:49.8989877Z [6719/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2024-04-03T16:08:49.8991876Z [6720/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/TensorWrapper.cpp.o 2024-04-03T16:08:50.1348540Z [6720/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2024-04-03T16:08:50.1356896Z [6721/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenGeneral.cpp.o 2024-04-03T16:08:50.3746408Z [6721/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2024-04-03T16:08:50.3749018Z [6722/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/VmapInterpreter.cpp.o 2024-04-03T16:08:50.8965647Z [6722/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2024-04-03T16:08:50.8974378Z [6723/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/record_function.cpp.o 2024-04-03T16:08:50.9817039Z [6723/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2024-04-03T16:08:50.9824685Z [6724/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dimname.cpp.o 2024-04-03T16:08:51.0543067Z [6724/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2024-04-03T16:08:51.0545962Z [6725/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypeProperties.cpp.o 2024-04-03T16:08:51.3664162Z [6725/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2024-04-03T16:08:51.3666652Z [6726/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Dict.cpp.o 2024-04-03T16:08:51.5416757Z [6726/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/MetaFallbackKernel.cpp.o 2024-04-03T16:08:51.5422323Z [6727/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/PyTorchOperatorHacks.cpp.o 2024-04-03T16:08:51.8293235Z [6727/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2024-04-03T16:08:51.8301470Z [6728/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/DeprecatedTypePropertiesRegistry.cpp.o 2024-04-03T16:08:52.1163631Z [6728/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/GeneratorForPrivateuseone.cpp.o 2024-04-03T16:08:52.1166344Z [6729/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Generator.cpp.o 2024-04-03T16:08:52.2271912Z [6729/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2024-04-03T16:08:52.2274220Z [6730/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Formatting.cpp.o 2024-04-03T16:08:52.6192406Z [6730/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2024-04-03T16:08:52.6195548Z [6731/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/MetaFallbackKernel.cpp.o 2024-04-03T16:08:52.7659003Z [6731/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2024-04-03T16:08:52.7662686Z [6732/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/GeneratorForPrivateuseone.cpp.o 2024-04-03T16:08:52.9187811Z [6732/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NestedIntSymNodeImpl.cpp.o 2024-04-03T16:08:52.9190322Z [6733/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedTensor.cpp.o 2024-04-03T16:08:53.0443721Z [6733/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2024-04-03T16:08:53.0453400Z [6734/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/List.cpp.o 2024-04-03T16:08:53.3841402Z [6734/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2024-04-03T16:08:53.3850933Z [6735/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NestedIntSymNodeImpl.cpp.o 2024-04-03T16:08:53.5405301Z [6735/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2024-04-03T16:08:53.5407894Z [6736/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Range.cpp.o 2024-04-03T16:08:53.7827246Z [6736/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2024-04-03T16:08:53.7837715Z [6737/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/NamedRegistrations.cpp.o 2024-04-03T16:08:53.9089991Z [6737/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2024-04-03T16:08:53.9100658Z [6738/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonFallbackKernel.cpp.o 2024-04-03T16:08:54.1709126Z [6738/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2024-04-03T16:08:54.1718980Z [6739/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Tensor.cpp.o 2024-04-03T16:08:54.5813705Z [6739/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2024-04-03T16:08:54.5823933Z [6740/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/Vitals.cpp.o 2024-04-03T16:08:54.6198459Z [6740/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2024-04-03T16:08:54.6202057Z [6741/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableFallbackKernel.cpp.o 2024-04-03T16:08:54.7163107Z [6741/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2024-04-03T16:08:54.7167082Z [6742/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/PythonOpRegistrationTrampoline.cpp.o 2024-04-03T16:08:54.9228942Z [6742/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2024-04-03T16:08:54.9237626Z [6743/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TorchDispatchUtils.cpp.o 2024-04-03T16:08:55.3192415Z [6743/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2024-04-03T16:08:55.3201511Z [6744/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/VariableHooksInterface.cpp.o 2024-04-03T16:08:55.5319217Z [6744/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2024-04-03T16:08:55.5327142Z [6745/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/blob.cpp.o 2024-04-03T16:08:55.7883918Z [6745/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2024-04-03T16:08:55.7886283Z [6746/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/adaption.cpp.o 2024-04-03T16:08:56.0380371Z [6746/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2024-04-03T16:08:56.0389925Z [6747/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/boxing/KernelFunction.cpp.o 2024-04-03T16:08:56.1404857Z [6747/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2024-04-03T16:08:56.1408017Z [6748/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/ObservedOperators.cpp.o 2024-04-03T16:08:56.3502708Z [6748/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2024-04-03T16:08:56.3512979Z [6749/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/class_type.cpp.o 2024-04-03T16:08:56.7837609Z [6749/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2024-04-03T16:08:56.7847959Z [6750/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/custom_class.cpp.o 2024-04-03T16:08:57.1230123Z [6750/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2024-04-03T16:08:57.1232891Z [6751/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/DispatchKeyExtractor.cpp.o 2024-04-03T16:08:57.2598323Z [6751/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2024-04-03T16:08:57.2601029Z [6752/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/Dispatcher.cpp.o 2024-04-03T16:08:57.5247309Z [6752/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2024-04-03T16:08:57.5250536Z [6753/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dynamic_type.cpp.o 2024-04-03T16:08:57.8206563Z [6753/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2024-04-03T16:08:57.8216654Z [6754/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/dispatch/OperatorEntry.cpp.o 2024-04-03T16:08:58.0171903Z [6754/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2024-04-03T16:08:58.0175091Z [6755/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/function_schema.cpp.o 2024-04-03T16:08:58.1492958Z [6755/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2024-04-03T16:08:58.1501388Z [6756/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/interned_strings.cpp.o 2024-04-03T16:08:58.5385568Z [6756/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2024-04-03T16:08:58.5395125Z [6757/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/infer_schema.cpp.o 2024-04-03T16:08:58.6721541Z [6757/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2024-04-03T16:08:58.6730669Z [6758/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/library.cpp.o 2024-04-03T16:08:59.0454348Z [6758/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2024-04-03T16:08:59.0463625Z [6759/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ivalue.cpp.o 2024-04-03T16:08:59.2540883Z [6759/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2024-04-03T16:08:59.2547689Z [6760/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/register_symbols.cpp.o 2024-04-03T16:08:59.4214340Z [6760/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2024-04-03T16:08:59.4216664Z [6761/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/operator_name.cpp.o 2024-04-03T16:08:59.4879392Z [6761/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2024-04-03T16:08:59.4881926Z [6762/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/op_registration/op_registration.cpp.o 2024-04-03T16:08:59.8284416Z [6762/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2024-04-03T16:08:59.8293407Z [6763/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBicubic2d.cpp.o 2024-04-03T16:09:00.2303868Z [6763/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2024-04-03T16:09:00.2311993Z [6764/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/function_schema_parser.cpp.o 2024-04-03T16:09:00.3108674Z [6764/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2024-04-03T16:09:00.3117046Z [6765/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/tensor_type.cpp.o 2024-04-03T16:09:00.5955020Z [6765/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2024-04-03T16:09:00.5957564Z [6766/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type_factory.cpp.o 2024-04-03T16:09:00.7168556Z [6766/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2024-04-03T16:09:00.7171038Z [6767/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/error_report.cpp.o 2024-04-03T16:09:00.8316688Z [6767/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalPythonObjects.cpp.o 2024-04-03T16:09:00.8321966Z [6768/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/type.cpp.o 2024-04-03T16:09:01.0888281Z [6768/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2024-04-03T16:09:01.0896116Z [6769/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorMeta.cpp.o 2024-04-03T16:09:01.4377857Z [6769/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2024-04-03T16:09:01.4388859Z [6770/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/union_type.cpp.o 2024-04-03T16:09:01.6037669Z [6770/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2024-04-03T16:09:01.6042566Z [6771/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalPythonObjects.cpp.o 2024-04-03T16:09:02.3087841Z [6771/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MPSHooksInterface.cpp.o 2024-04-03T16:09:02.3090417Z [6772/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/ThreadLocalState.cpp.o 2024-04-03T16:09:02.4761879Z [6772/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MTIAHooksInterface.cpp.o 2024-04-03T16:09:02.4770333Z [6773/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MPSHooksInterface.cpp.o 2024-04-03T16:09:02.8000677Z [6773/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2024-04-03T16:09:02.8009956Z [6774/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Utils.cpp.o 2024-04-03T16:09:02.9903919Z [6774/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2024-04-03T16:09:02.9912117Z [6775/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MTIAHooksInterface.cpp.o 2024-04-03T16:09:03.1526885Z [6775/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/PrivateUse1HooksInterface.cpp.o 2024-04-03T16:09:03.1538090Z [6776/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/TensorUtils.cpp.o 2024-04-03T16:09:03.2970356Z [6776/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/XPUHooksInterface.cpp.o 2024-04-03T16:09:03.2973251Z [6777/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/MetaGuardImpl.cpp.o 2024-04-03T16:09:03.6151860Z [6777/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2024-04-03T16:09:03.6154556Z [6778/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/ORTHooksInterface.cpp.o 2024-04-03T16:09:03.7859336Z [6778/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2024-04-03T16:09:03.7867662Z [6779/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/PrivateUse1HooksInterface.cpp.o 2024-04-03T16:09:04.1187465Z [6779/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2024-04-03T16:09:04.1190162Z [6780/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/detail/XPUHooksInterface.cpp.o 2024-04-03T16:09:04.5450731Z [6780/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2024-04-03T16:09:04.5457177Z [6781/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesNorm.cpp.o 2024-04-03T16:09:04.7322494Z [6781/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2024-04-03T16:09:04.7325357Z [6782/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/ADInterpreters.cpp.o 2024-04-03T16:09:06.3468676Z [6782/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2024-04-03T16:09:06.3479743Z [6783/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesActivation.cpp.o 2024-04-03T16:09:06.7394599Z [6783/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2024-04-03T16:09:06.7397737Z [6784/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesConvolution.cpp.o 2024-04-03T16:09:07.0133384Z [6784/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2024-04-03T16:09:07.0138537Z [6785/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDecompositions.cpp.o 2024-04-03T16:09:07.2677891Z [6785/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2024-04-03T16:09:07.2688931Z [6786/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesFactory.cpp.o 2024-04-03T16:09:07.4219924Z [6786/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2024-04-03T16:09:07.4222597Z [6787/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesBinaryOps.cpp.o 2024-04-03T16:09:09.2184205Z [6787/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2024-04-03T16:09:09.2187820Z [6788/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesHelper.cpp.o 2024-04-03T16:09:09.3907428Z [6788/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2024-04-03T16:09:09.3919151Z [6789/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesDynamic.cpp.o 2024-04-03T16:09:09.7979911Z [6789/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2024-04-03T16:09:09.7991289Z [6790/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLinearAlgebra.cpp.o 2024-04-03T16:09:10.1665413Z [6790/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2024-04-03T16:09:10.1675922Z [6791/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesLoss.cpp.o 2024-04-03T16:09:10.2621937Z [6791/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2024-04-03T16:09:10.2633163Z [6792/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesModules.cpp.o 2024-04-03T16:09:10.5736789Z [6792/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2024-04-03T16:09:10.5745136Z [6793/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/lexer.cpp.o 2024-04-03T16:09:10.8209322Z [6793/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2024-04-03T16:09:10.8218116Z [6794/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/strtod.cpp.o 2024-04-03T16:09:11.4287618Z [6794/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2024-04-03T16:09:11.4296547Z [6795/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_type_parser.cpp.o 2024-04-03T16:09:11.7844197Z [6795/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2024-04-03T16:09:11.7852958Z [6796/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/source_range.cpp.o 2024-04-03T16:09:12.2128833Z [6796/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2024-04-03T16:09:12.2139589Z [6797/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesPooling.cpp.o 2024-04-03T16:09:12.2884112Z [6797/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2024-04-03T16:09:12.2893106Z [6798/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Activation.cpp.o 2024-04-03T16:09:12.5610566Z [6798/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2024-04-03T16:09:12.5613163Z [6799/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/functorch/BatchRulesScatterOps.cpp.o 2024-04-03T16:09:12.9365290Z [6799/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2024-04-03T16:09:12.9368155Z [6800/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling.cpp.o 2024-04-03T16:09:13.1787588Z [6800/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AmpKernels.cpp.o 2024-04-03T16:09:13.1796730Z [6801/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveAveragePooling3d.cpp.o 2024-04-03T16:09:13.4596681Z [6801/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2024-04-03T16:09:13.4599621Z [6802/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling2d.cpp.o 2024-04-03T16:09:13.5359847Z [6802/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2024-04-03T16:09:13.5362850Z [6803/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AffineGridGenerator.cpp.o 2024-04-03T16:09:13.6728399Z [6803/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2024-04-03T16:09:13.6731196Z [6804/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AdaptiveMaxPooling3d.cpp.o 2024-04-03T16:09:14.1098083Z [6804/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2024-04-03T16:09:14.1107648Z [6805/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AmpKernels.cpp.o 2024-04-03T16:09:14.2800495Z [6805/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2024-04-03T16:09:14.2861519Z [6806/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AutogradComposite.cpp.o 2024-04-03T16:09:14.7246260Z [6806/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2024-04-03T16:09:14.7249126Z [6807/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool2d.cpp.o 2024-04-03T16:09:14.8928027Z [6807/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2024-04-03T16:09:14.8937559Z [6808/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/AveragePool3d.cpp.o 2024-04-03T16:09:14.9605593Z [6808/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2024-04-03T16:09:14.9615355Z [6809/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebra.cpp.o 2024-04-03T16:09:15.3644025Z [6809/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2024-04-03T16:09:15.3652771Z [6810/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BinaryOps.cpp.o 2024-04-03T16:09:15.5808546Z [6810/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2024-04-03T16:09:15.5817978Z [6811/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BatchLinearAlgebraKernel.cpp.o 2024-04-03T16:09:15.7971752Z [6811/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2024-04-03T16:09:15.7980526Z [6812/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/BlasKernel.cpp.o 2024-04-03T16:09:15.9502488Z [6812/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2024-04-03T16:09:15.9511958Z [6813/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Blas.cpp.o 2024-04-03T16:09:16.2405104Z [6813/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2024-04-03T16:09:16.2413688Z [6814/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Bucketization.cpp.o 2024-04-03T16:09:16.5890334Z [6814/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2024-04-03T16:09:16.5899608Z [6815/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ComparisonUtils.cpp.o 2024-04-03T16:09:16.8806309Z [6815/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Constraints.cpp.o 2024-04-03T16:09:16.8815114Z [6816/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ChanelShuffle.cpp.o 2024-04-03T16:09:17.2916897Z [6816/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2024-04-03T16:09:17.2926326Z [6817/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUFallback.cpp.o 2024-04-03T16:09:17.5886565Z [6817/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2024-04-03T16:09:17.5896069Z [6818/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/CPUBlas.cpp.o 2024-04-03T16:09:17.8140532Z [6818/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2024-04-03T16:09:17.8149852Z [6819/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Col2Im.cpp.o 2024-04-03T16:09:17.8725334Z [6819/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2024-04-03T16:09:17.8727962Z [6820/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Constraints.cpp.o 2024-04-03T16:09:18.4613481Z [6820/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2024-04-03T16:09:18.4622013Z [6821/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionTBC.cpp.o 2024-04-03T16:09:18.5420779Z [6821/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2024-04-03T16:09:18.5423491Z [6822/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Convolution.cpp.o 2024-04-03T16:09:18.6695507Z [6822/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2024-04-03T16:09:18.6698623Z [6823/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM2d.cpp.o 2024-04-03T16:09:19.1399104Z [6823/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2024-04-03T16:09:19.1401639Z [6824/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Copy.cpp.o 2024-04-03T16:09:19.2014847Z [6824/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2024-04-03T16:09:19.2018223Z [6825/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ConvolutionMM3d.cpp.o 2024-04-03T16:09:19.6257532Z [6825/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2024-04-03T16:09:19.6266402Z [6826/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool3d.cpp.o 2024-04-03T16:09:19.7175505Z [6826/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2024-04-03T16:09:19.7179656Z [6827/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Cross.cpp.o 2024-04-03T16:09:19.8523660Z [6827/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2024-04-03T16:09:19.8533071Z [6828/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Correlation.cpp.o 2024-04-03T16:09:19.9276974Z [6828/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2024-04-03T16:09:19.9285026Z [6829/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DispatchStub.cpp.o 2024-04-03T16:09:20.3522860Z [6829/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2024-04-03T16:09:20.3531936Z [6830/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/DilatedMaxPool2d.cpp.o 2024-04-03T16:09:20.8467164Z [6830/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2024-04-03T16:09:20.8475926Z [6831/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distance.cpp.o 2024-04-03T16:09:20.9845292Z [6831/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2024-04-03T16:09:20.9854179Z [6832/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Embedding.cpp.o 2024-04-03T16:09:20.9951779Z [6832/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2024-04-03T16:09:20.9960092Z [6833/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Dropout.cpp.o 2024-04-03T16:09:21.5763901Z [6833/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2024-04-03T16:09:21.5773369Z [6834/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Distributions.cpp.o 2024-04-03T16:09:22.0081204Z [6834/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2024-04-03T16:09:22.0083945Z [6835/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ForeachOpsKernels.cpp.o 2024-04-03T16:09:22.0990832Z [6835/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2024-04-03T16:09:22.0993451Z [6836/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/EmbeddingBag.cpp.o 2024-04-03T16:09:22.2056990Z [6836/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2024-04-03T16:09:22.2065885Z [6837/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Fill.cpp.o 2024-04-03T16:09:22.4365860Z [6837/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2024-04-03T16:09:22.4375020Z [6838/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool3d.cpp.o 2024-04-03T16:09:22.9131654Z [6838/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2024-04-03T16:09:22.9140818Z [6839/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FunctionOfAMatrixUtils.cpp.o 2024-04-03T16:09:23.1741470Z [6839/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2024-04-03T16:09:23.1750522Z [6840/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/FractionalMaxPool2d.cpp.o 2024-04-03T16:09:23.5682306Z [6840/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2024-04-03T16:09:23.5691254Z [6841/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GatedLinearUnit.cpp.o 2024-04-03T16:09:23.6833191Z [6841/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2024-04-03T16:09:23.6841399Z [6842/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Histogram.cpp.o 2024-04-03T16:09:23.7918566Z [6842/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2024-04-03T16:09:23.7921152Z [6843/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/GridSampler.cpp.o 2024-04-03T16:09:24.3368515Z [6843/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBatching.cpp.o 2024-04-03T16:09:24.3377323Z [6844/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/IndexingUtils.cpp.o 2024-04-03T16:09:24.5202612Z [6844/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2024-04-03T16:09:24.5210248Z [6845/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBridge.cpp.o 2024-04-03T16:09:24.5875084Z [6845/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2024-04-03T16:09:24.5883805Z [6846/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Im2Col.cpp.o 2024-04-03T16:09:24.7141559Z [6846/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2024-04-03T16:09:24.7143974Z [6847/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Itertools.cpp.o 2024-04-03T16:09:24.9303528Z [6847/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2024-04-03T16:09:24.9312454Z [6848/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Integration.cpp.o 2024-04-03T16:09:25.1443730Z [6848/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2024-04-03T16:09:25.1452376Z [6849/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LegacyBatching.cpp.o 2024-04-03T16:09:25.5487594Z [6849/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2024-04-03T16:09:25.5495513Z [6850/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Lerp.cpp.o 2024-04-03T16:09:25.9313536Z [6850/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2024-04-03T16:09:25.9322290Z [6851/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Linear.cpp.o 2024-04-03T16:09:25.9825007Z [6851/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2024-04-03T16:09:25.9827460Z [6852/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossCTC.cpp.o 2024-04-03T16:09:26.3843286Z [6852/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2024-04-03T16:09:26.3851624Z [6853/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LinearAlgebra.cpp.o 2024-04-03T16:09:26.7202781Z [6853/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2024-04-03T16:09:26.7211370Z [6854/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiLabelMargin.cpp.o 2024-04-03T16:09:26.8684226Z [6854/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2024-04-03T16:09:26.8692624Z [6855/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Loss.cpp.o 2024-04-03T16:09:27.2004352Z [6855/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2024-04-03T16:09:27.2012967Z [6856/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossMultiMargin.cpp.o 2024-04-03T16:09:27.5415143Z [6856/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2024-04-03T16:09:27.5423751Z [6857/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL.cpp.o 2024-04-03T16:09:27.9656180Z [6857/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2024-04-03T16:09:27.9665376Z [6858/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/LossNLL2d.cpp.o 2024-04-03T16:09:28.0072737Z [6858/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2024-04-03T16:09:28.0081279Z [6859/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Memory.cpp.o 2024-04-03T16:09:28.1370516Z [6859/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2024-04-03T16:09:28.1379890Z [6860/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxPooling.cpp.o 2024-04-03T16:09:28.6322841Z [6860/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2024-04-03T16:09:28.6331889Z [6861/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MaxUnpooling.cpp.o 2024-04-03T16:09:28.6861581Z [6861/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2024-04-03T16:09:28.6870322Z [6862/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NNPACK.cpp.o 2024-04-03T16:09:29.0163267Z [6862/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2024-04-03T16:09:29.0168564Z [6863/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/MetaTensor.cpp.o 2024-04-03T16:09:29.4606104Z [6863/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2024-04-03T16:09:29.4615083Z [6864/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose3d.cpp.o 2024-04-03T16:09:29.7065812Z [6864/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2024-04-03T16:09:29.7074602Z [6865/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NamedTensor.cpp.o 2024-04-03T16:09:29.8284037Z [6865/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2024-04-03T16:09:29.8292926Z [6866/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveConvolutionTranspose2d.cpp.o 2024-04-03T16:09:30.2559505Z [6866/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2024-04-03T16:09:30.2567895Z [6867/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NegateFallback.cpp.o 2024-04-03T16:09:30.5363343Z [6867/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2024-04-03T16:09:30.5372486Z [6868/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/NaiveDilatedConvolution.cpp.o 2024-04-03T16:09:30.8360761Z [6868/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2024-04-03T16:09:30.8369880Z [6869/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Onehot.cpp.o 2024-04-03T16:09:31.0620523Z [6869/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2024-04-03T16:09:31.0624346Z [6870/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Normalization.cpp.o 2024-04-03T16:09:31.1326376Z [6870/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2024-04-03T16:09:31.1329275Z [6871/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PadNd.cpp.o 2024-04-03T16:09:31.4465071Z [6871/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2024-04-03T16:09:31.4563388Z [6872/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PackedSequence.cpp.o 2024-04-03T16:09:31.7351364Z [6872/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2024-04-03T16:09:31.7353904Z [6873/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PixelShuffle.cpp.o 2024-04-03T16:09:32.0166146Z [6873/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2024-04-03T16:09:32.0176056Z [6874/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/PointwiseOps.cpp.o 2024-04-03T16:09:32.3002107Z [6874/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2024-04-03T16:09:32.3009963Z [6875/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pow.cpp.o 2024-04-03T16:09:32.4094806Z [6875/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2024-04-03T16:09:32.4103661Z [6876/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Pooling.cpp.o 2024-04-03T16:09:32.8660309Z [6876/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2024-04-03T16:09:32.8669292Z [6877/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RangeFactories.cpp.o 2024-04-03T16:09:33.3836400Z [6877/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2024-04-03T16:09:33.3839004Z [6878/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/QuantizedLinear.cpp.o 2024-04-03T16:09:33.4420953Z [6878/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2024-04-03T16:09:33.4425893Z [6879/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceAllOps.cpp.o 2024-04-03T16:09:33.6468340Z [6879/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2024-04-03T16:09:33.6477427Z [6880/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReflectionPad.cpp.o 2024-04-03T16:09:33.8555918Z [6880/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2024-04-03T16:09:33.8564672Z [6881/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RNN.cpp.o 2024-04-03T16:09:34.0341199Z [6881/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2024-04-03T16:09:34.0349977Z [6882/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReduceOps.cpp.o 2024-04-03T16:09:34.4775863Z [6882/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2024-04-03T16:09:34.4785383Z [6883/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ReplicationPadding.cpp.o 2024-04-03T16:09:34.7307876Z [6883/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2024-04-03T16:09:34.7310366Z [6884/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Repeat.cpp.o 2024-04-03T16:09:34.8472356Z [6884/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2024-04-03T16:09:34.8480953Z [6885/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Resize.cpp.o 2024-04-03T16:09:34.9987765Z [6885/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2024-04-03T16:09:34.9990308Z [6886/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Scalar.cpp.o 2024-04-03T16:09:35.3322776Z [6886/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2024-04-03T16:09:35.3325282Z [6887/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/RowwisePrune.cpp.o 2024-04-03T16:09:35.7323833Z [6887/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2024-04-03T16:09:35.7332785Z [6888/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOps.cpp.o 2024-04-03T16:09:36.1542334Z [6888/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SparseTensorUtils.cpp.o 2024-04-03T16:09:36.1545050Z [6889/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SegmentReduce.cpp.o 2024-04-03T16:09:36.2754233Z [6889/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2024-04-03T16:09:36.2756674Z [6890/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SoftMax.cpp.o 2024-04-03T16:09:36.6562832Z [6890/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2024-04-03T16:09:36.6565685Z [6891/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SobolEngineOpsUtils.cpp.o 2024-04-03T16:09:36.6832037Z [6891/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2024-04-03T16:09:36.6834491Z [6892/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Sorting.cpp.o 2024-04-03T16:09:37.1789724Z [6892/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2024-04-03T16:09:37.1792273Z [6893/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SpectralOps.cpp.o 2024-04-03T16:09:37.8685286Z [6893/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2024-04-03T16:09:37.8694742Z [6894/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorFactories.cpp.o 2024-04-03T16:09:37.9214896Z [6894/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2024-04-03T16:09:37.9225289Z [6895/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SummaryOps.cpp.o 2024-04-03T16:09:38.1981013Z [6895/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2024-04-03T16:09:38.1992743Z [6896/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/SparseTensorUtils.cpp.o 2024-04-03T16:09:38.9022649Z [6896/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2024-04-03T16:09:38.9031444Z [6897/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorCompare.cpp.o 2024-04-03T16:09:38.9583650Z [6897/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2024-04-03T16:09:38.9593861Z [6898/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorIteratorReduce.cpp.o 2024-04-03T16:09:39.2467788Z [6898/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2024-04-03T16:09:39.2479197Z [6899/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorAdvancedIndexing.cpp.o 2024-04-03T16:09:39.7831448Z [6899/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2024-04-03T16:09:39.7842240Z [6900/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorConversions.cpp.o 2024-04-03T16:09:39.9850784Z [6900/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2024-04-03T16:09:39.9859886Z [6901/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorShape.cpp.o 2024-04-03T16:09:40.0112883Z [6901/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2024-04-03T16:09:40.0123159Z [6902/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorProperties.cpp.o 2024-04-03T16:09:40.3402930Z [6902/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2024-04-03T16:09:40.3411589Z [6903/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TensorTransformations.cpp.o 2024-04-03T16:09:40.5334202Z [6903/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2024-04-03T16:09:40.5343718Z [6904/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TriangularOps.cpp.o 2024-04-03T16:09:40.9074828Z [6904/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2024-04-03T16:09:40.9083866Z [6905/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TestOps.cpp.o 2024-04-03T16:09:41.1774773Z [6905/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2024-04-03T16:09:41.1782914Z [6906/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold2d.cpp.o 2024-04-03T16:09:41.2417942Z [6906/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2024-04-03T16:09:41.2420978Z [6907/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/TypeProperties.cpp.o 2024-04-03T16:09:41.3880685Z [6907/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2024-04-03T16:09:41.3889433Z [6908/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnaryOps.cpp.o 2024-04-03T16:09:42.0358207Z [6908/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2024-04-03T16:09:42.0366590Z [6909/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unique.cpp.o 2024-04-03T16:09:42.2409956Z [6909/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2024-04-03T16:09:42.2418509Z [6910/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UnfoldBackward.cpp.o 2024-04-03T16:09:42.3658835Z [6910/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2024-04-03T16:09:42.3667044Z [6911/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/Unfold3d.cpp.o 2024-04-03T16:09:42.7207718Z [6911/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2024-04-03T16:09:42.7216338Z [6912/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSample.cpp.o 2024-04-03T16:09:42.8812232Z [6912/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2024-04-03T16:09:42.8821778Z [6913/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleBilinear2d.cpp.o 2024-04-03T16:09:42.9730914Z [6913/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2024-04-03T16:09:42.9739707Z [6914/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/proto_wrap.cc.o 2024-04-03T16:09:43.6952130Z [6914/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2024-04-03T16:09:43.6954827Z [6915/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest2d.cpp.o 2024-04-03T16:09:43.9077581Z [6915/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2024-04-03T16:09:43.9085835Z [6916/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleLinear1d.cpp.o 2024-04-03T16:09:44.2317151Z [6916/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2024-04-03T16:09:44.2325989Z [6917/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/WeightNorm.cpp.o 2024-04-03T16:09:44.3465377Z [6917/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2024-04-03T16:09:44.3468528Z [6918/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest1d.cpp.o 2024-04-03T16:09:44.5159359Z [6918/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2024-04-03T16:09:44.5161936Z [6919/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleNearest3d.cpp.o 2024-04-03T16:09:44.9684382Z [6919/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2024-04-03T16:09:44.9693264Z [6920/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/VariableMethodStubs.cpp.o 2024-04-03T16:09:45.4231584Z [6920/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2024-04-03T16:09:45.4240305Z [6921/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/group_norm.cpp.o 2024-04-03T16:09:45.4746042Z [6921/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2024-04-03T16:09:45.4748884Z [6922/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/UpSampleTrilinear3d.cpp.o 2024-04-03T16:09:45.5533184Z [6922/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2024-04-03T16:09:45.5542979Z [6923/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/layer_norm.cpp.o 2024-04-03T16:09:45.7953632Z [6923/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2024-04-03T16:09:45.7963385Z [6924/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/library.cpp.o 2024-04-03T16:09:46.3751464Z [6924/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2024-04-03T16:09:46.3760356Z [6925/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/prim_native_functions.cpp.o 2024-04-03T16:09:46.7446384Z [6925/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2024-04-03T16:09:46.7455569Z [6926/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear.cpp.o 2024-04-03T16:09:46.9606968Z [6926/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2024-04-03T16:09:46.9616111Z [6927/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/fbgemm_utils.cpp.o 2024-04-03T16:09:47.0746010Z [6927/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2024-04-03T16:09:47.0755011Z [6928/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/verbose_wrapper.cpp.o 2024-04-03T16:09:47.1475785Z [6928/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2024-04-03T16:09:47.1478143Z [6929/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_dynamic.cpp.o 2024-04-03T16:09:47.8941438Z [6929/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2024-04-03T16:09:47.8950719Z [6930/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_prepack.cpp.o 2024-04-03T16:09:47.9540867Z [6930/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp.o 2024-04-03T16:09:47.9549038Z [6931/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_unpack.cpp.o 2024-04-03T16:09:48.2711717Z [6931/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2024-04-03T16:09:48.2720269Z [6932/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ParamUtils.cpp.o 2024-04-03T16:09:48.9348812Z [6932/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2024-04-03T16:09:48.9351934Z [6933/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_deserialize.cpp.o 2024-04-03T16:09:49.0955224Z [6933/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2024-04-03T16:09:49.0964271Z [6934/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SoftMax.cpp.o 2024-04-03T16:09:49.4546204Z [6934/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2024-04-03T16:09:49.4554889Z [6935/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlasImpl.cpp.o 2024-04-03T16:09:49.4984226Z [6935/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2024-04-03T16:09:49.4987322Z [6936/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/FlattenIndicesKernel.cpp.o 2024-04-03T16:09:49.7041803Z [6936/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2024-04-03T16:09:49.7053172Z [6937/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/ao_sparse/quantized/cpu/qlinear_serialize.cpp.o 2024-04-03T16:09:50.3921172Z [6937/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2024-04-03T16:09:50.3930481Z [6938/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBinaryOpIntersectionKernel.cpp.o 2024-04-03T16:09:50.4377178Z [6938/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2024-04-03T16:09:50.4385972Z [6939/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseBlas.cpp.o 2024-04-03T16:09:50.6657741Z [6939/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2024-04-03T16:09:50.6667508Z [6940/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensorMath.cpp.o 2024-04-03T16:09:50.8214939Z [6940/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2024-04-03T16:09:50.8224171Z [6941/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseCsrTensor.cpp.o 2024-04-03T16:09:50.9208765Z [6941/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2024-04-03T16:09:50.9217704Z [6942/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseFactories.cpp.o 2024-04-03T16:09:51.5981854Z [6942/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2024-04-03T16:09:51.5991273Z [6943/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseMatMul.cpp.o 2024-04-03T16:09:51.6708401Z [6943/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2024-04-03T16:09:51.6717696Z [6944/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensor.cpp.o 2024-04-03T16:09:51.9842709Z [6944/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2024-04-03T16:09:51.9852109Z [6945/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseTensorMath.cpp.o 2024-04-03T16:09:52.0803502Z [6945/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2024-04-03T16:09:52.0806497Z [6946/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/SparseUnaryOps.cpp.o 2024-04-03T16:09:52.4610255Z [6946/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2024-04-03T16:09:52.4614550Z [6947/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/sparse/ValidateCompressedIndicesKernel.cpp.o 2024-04-03T16:09:53.9748767Z [6947/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2024-04-03T16:09:53.9751696Z [6948/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorAliases.cpp.o 2024-04-03T16:09:54.3058192Z [6948/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2024-04-03T16:09:54.3070045Z [6949/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBackward.cpp.o 2024-04-03T16:09:54.7463780Z [6949/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2024-04-03T16:09:54.7475183Z [6950/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorFactories.cpp.o 2024-04-03T16:09:54.8945820Z [6950/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2024-04-03T16:09:54.8957290Z [6951/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorBinaryOps.cpp.o 2024-04-03T16:09:54.9336110Z [6951/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T16:09:54.9347649Z [6952/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerTensorAffine.cpp.o 2024-04-03T16:09:55.4361928Z [6952/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2024-04-03T16:09:55.4370904Z [6953/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizerBase.cpp.o 2024-04-03T16:09:56.4592554Z [6953/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2024-04-03T16:09:56.4597458Z [6954/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMath.cpp.o 2024-04-03T16:09:56.5505946Z [6954/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2024-04-03T16:09:56.5517255Z [6955/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorMatmul.cpp.o 2024-04-03T16:09:56.5858129Z [6955/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2024-04-03T16:09:56.5867405Z [6956/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUtils.cpp.o 2024-04-03T16:09:57.0585718Z [6956/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2024-04-03T16:09:57.0597315Z [6957/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorTransformerFunctions.cpp.o 2024-04-03T16:09:57.3592809Z [6957/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2024-04-03T16:09:57.3604218Z [6958/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/nested/NestedTensorUnaryOps.cpp.o 2024-04-03T16:09:57.6875698Z [6958/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2024-04-03T16:09:57.6884661Z [6959/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/AffineQuantizer.cpp.o 2024-04-03T16:09:59.1348804Z [6959/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2024-04-03T16:09:59.1351778Z [6960/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/Copy.cpp.o 2024-04-03T16:09:59.6682545Z [6960/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2024-04-03T16:09:59.6685629Z [6961/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorCompare.cpp.o 2024-04-03T16:09:59.8003801Z [6961/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2024-04-03T16:09:59.8006943Z [6962/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/FakeQuantPerChannelAffine.cpp.o 2024-04-03T16:09:59.8287920Z [6962/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2024-04-03T16:09:59.8290853Z [6963/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/QTensor.cpp.o 2024-04-03T16:09:59.9015659Z [6963/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2024-04-03T16:09:59.9018905Z [6964/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorAdvancedIndexing.cpp.o 2024-04-03T16:10:00.3084586Z [6964/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2024-04-03T16:10:00.3093715Z [6965/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AdaptiveAveragePooling.cpp.o 2024-04-03T16:10:01.1382312Z [6965/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2024-04-03T16:10:01.1393621Z [6966/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool3d.cpp.o 2024-04-03T16:10:01.2824419Z [6966/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2024-04-03T16:10:01.2836085Z [6967/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/AveragePool2d.cpp.o 2024-04-03T16:10:01.5345087Z [6967/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2024-04-03T16:10:01.5354418Z [6968/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/IntReprQuant.cpp.o 2024-04-03T16:10:01.7194185Z [6968/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2024-04-03T16:10:01.7202624Z [6969/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ChannelShuffle.cpp.o 2024-04-03T16:10:02.2091573Z [6969/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2024-04-03T16:10:02.2103511Z [6970/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/TensorFactories.cpp.o 2024-04-03T16:10:02.5816429Z [6970/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2024-04-03T16:10:02.5825607Z [6971/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/BinaryOps.cpp.o 2024-04-03T16:10:02.7964939Z [6971/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2024-04-03T16:10:02.7972874Z [6972/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/RuyUtils.cpp.o 2024-04-03T16:10:02.8456556Z [6972/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2024-04-03T16:10:02.8467291Z [6973/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Pooling.cpp.o 2024-04-03T16:10:03.2940112Z [6973/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2024-04-03T16:10:03.2943010Z [6974/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/LinearUnpackImpl.cpp.o 2024-04-03T16:10:03.4322514Z [6974/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2024-04-03T16:10:03.4325664Z [6975/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Normalization.cpp.o 2024-04-03T16:10:03.8741566Z [6975/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2024-04-03T16:10:03.8751247Z [6976/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/MakePerTensorQuantizedTensor.cpp.o 2024-04-03T16:10:04.1475295Z [6976/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2024-04-03T16:10:04.1484383Z [6977/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/ReduceOps.cpp.o 2024-04-03T16:10:04.1709296Z [6977/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2024-04-03T16:10:04.1717750Z [6978/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/Sorting.cpp.o 2024-04-03T16:10:04.6845054Z [6978/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2024-04-03T16:10:04.6854448Z [6979/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorOperators.cpp.o 2024-04-03T16:10:04.8947068Z [6979/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2024-04-03T16:10:04.8956341Z [6980/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/TensorShape.cpp.o 2024-04-03T16:10:05.4464822Z [6980/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2024-04-03T16:10:05.4474173Z [6981/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest2d.cpp.o 2024-04-03T16:10:05.6403669Z [6981/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2024-04-03T16:10:05.6412822Z [6982/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleBilinear2d.cpp.o 2024-04-03T16:10:06.1293066Z [6982/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2024-04-03T16:10:06.1302619Z [6983/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/UpSampleNearest3d.cpp.o 2024-04-03T16:10:06.2829554Z [6983/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2024-04-03T16:10:06.2838220Z [6984/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/init_qnnpack.cpp.o 2024-04-03T16:10:06.7076973Z [6984/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2024-04-03T16:10:06.7087935Z [6985/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/XnnpackUtils.cpp.o 2024-04-03T16:10:06.7313216Z [6985/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2024-04-03T16:10:06.7322297Z [6986/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fused_obs_fake_quant.cpp.o 2024-04-03T16:10:07.0460907Z [6986/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2024-04-03T16:10:07.0470005Z [6987/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/fbgemm_utils.cpp.o 2024-04-03T16:10:07.5083692Z [6987/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2024-04-03T16:10:07.5086692Z [6988/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qclamp.cpp.o 2024-04-03T16:10:07.7987577Z [6988/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2024-04-03T16:10:07.7996811Z [6989/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_prepack.cpp.o 2024-04-03T16:10:08.9290199Z [6989/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2024-04-03T16:10:08.9293131Z [6990/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv.cpp.o 2024-04-03T16:10:09.0240314Z [6990/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2024-04-03T16:10:09.0242998Z [6991/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_dynamic.cpp.o 2024-04-03T16:10:09.2443076Z [6991/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2024-04-03T16:10:09.2448110Z [6992/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qdropout.cpp.o 2024-04-03T16:10:09.5024010Z [6992/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2024-04-03T16:10:09.5027173Z [6993/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_prepack.cpp.o 2024-04-03T16:10:10.1233644Z [6993/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2024-04-03T16:10:10.1242510Z [6994/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qelu.cpp.o 2024-04-03T16:10:10.5356038Z [6994/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2024-04-03T16:10:10.5365413Z [6995/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag.cpp.o 2024-04-03T16:10:10.8637040Z [6995/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2024-04-03T16:10:10.8646228Z [6996/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardsigmoid.cpp.o 2024-04-03T16:10:11.0042864Z [6996/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2024-04-03T16:10:11.0048466Z [6997/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qembeddingbag_unpack.cpp.o 2024-04-03T16:10:11.1715963Z [6997/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2024-04-03T16:10:11.1727302Z [6998/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qconv_unpack_impl.cpp.o 2024-04-03T16:10:11.5843053Z [6998/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2024-04-03T16:10:11.5852360Z [6999/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qhardswish.cpp.o 2024-04-03T16:10:11.8438881Z [6999/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2024-04-03T16:10:11.8448109Z [7000/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qgelu.cpp.o 2024-04-03T16:10:12.8604460Z [7000/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2024-04-03T16:10:12.8613838Z [7001/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_dynamic.cpp.o 2024-04-03T16:10:12.9214344Z [7001/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2024-04-03T16:10:12.9217071Z [7002/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear.cpp.o 2024-04-03T16:10:12.9385619Z [7002/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2024-04-03T16:10:12.9387868Z [7003/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qlinear_prepack.cpp.o 2024-04-03T16:10:13.3243464Z [7003/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2024-04-03T16:10:13.3253249Z [7004/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmul.cpp.o 2024-04-03T16:10:14.0385537Z [7004/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2024-04-03T16:10:14.0388344Z [7005/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qnormalization.cpp.o 2024-04-03T16:10:14.3169558Z [7005/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2024-04-03T16:10:14.3172957Z [7006/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qmatmul.cpp.o 2024-04-03T16:10:14.3993932Z [7006/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2024-04-03T16:10:14.3996889Z [7007/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsigmoid.cpp.o 2024-04-03T16:10:14.5139239Z [7007/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2024-04-03T16:10:14.5148043Z [7008/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qrelu.cpp.o 2024-04-03T16:10:15.1704563Z [7008/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2024-04-03T16:10:15.1713023Z [7009/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qtanh.cpp.o 2024-04-03T16:10:15.4688133Z [7009/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2024-04-03T16:10:15.4697496Z [7010/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qthreshold.cpp.o 2024-04-03T16:10:15.6603774Z [7010/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2024-04-03T16:10:15.6612877Z [7011/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/library.cpp.o 2024-04-03T16:10:16.0141568Z [7011/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2024-04-03T16:10:16.0152837Z [7012/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/qsoftmax.cpp.o 2024-04-03T16:10:16.0373532Z [7012/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2024-04-03T16:10:16.0382805Z [7013/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseBlasImpl.cpp.o 2024-04-03T16:10:16.7995945Z [7013/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2024-04-03T16:10:16.8004717Z [7014/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/LinearAlgebra.cpp.o 2024-04-03T16:10:17.1968500Z [7014/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2024-04-03T16:10:17.1977874Z [7015/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qconv_unpack.cpp.o 2024-04-03T16:10:17.4288772Z [7015/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2024-04-03T16:10:17.4291304Z [7016/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/BinaryOps.cpp.o 2024-04-03T16:10:17.9843383Z [7016/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2024-04-03T16:10:17.9851968Z [7017/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SpectralOps.cpp.o 2024-04-03T16:10:18.0493316Z [7017/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2024-04-03T16:10:18.0541974Z [7018/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkl/SparseCsrLinearAlgebra.cpp.o 2024-04-03T16:10:18.3255626Z [7018/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2024-04-03T16:10:18.3266971Z [7019/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/qlinear_unpack.cpp.o 2024-04-03T16:10:18.8293708Z [7019/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2024-04-03T16:10:18.8303357Z [7020/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Gelu.cpp.o 2024-04-03T16:10:18.9409590Z [7020/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2024-04-03T16:10:18.9420062Z [7021/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Conv.cpp.o 2024-04-03T16:10:19.3188172Z [7021/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2024-04-03T16:10:19.3190758Z [7022/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/IDeepRegistration.cpp.o 2024-04-03T16:10:19.5077118Z [7022/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2024-04-03T16:10:19.5080385Z [7023/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Copy.cpp.o 2024-04-03T16:10:20.1564432Z [7023/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2024-04-03T16:10:20.1573588Z [7024/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNCommon.cpp.o 2024-04-03T16:10:20.8242482Z [7024/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2024-04-03T16:10:20.8252254Z [7025/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/ConvPrepack.cpp.o 2024-04-03T16:10:21.0418930Z [7025/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2024-04-03T16:10:21.0428326Z [7026/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MKLDNNConversions.cpp.o 2024-04-03T16:10:21.2157013Z [7026/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2024-04-03T16:10:21.2166258Z [7027/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/MkldnnTensorMath.cpp.o 2024-04-03T16:10:21.7719144Z [7027/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2024-04-03T16:10:21.7724576Z [7028/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Matmul.cpp.o 2024-04-03T16:10:21.8007973Z [7028/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2024-04-03T16:10:21.8016983Z [7029/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Linear.cpp.o 2024-04-03T16:10:22.2799824Z [7029/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RNN.cpp.o 2024-04-03T16:10:22.2808899Z [7030/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Normalization.cpp.o 2024-04-03T16:10:22.4975618Z [7030/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2024-04-03T16:10:22.4984162Z [7031/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Pooling.cpp.o 2024-04-03T16:10:23.5160878Z [7031/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2024-04-03T16:10:23.5169671Z [7032/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/SoftMax.cpp.o 2024-04-03T16:10:23.7450351Z [7032/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2024-04-03T16:10:23.7459403Z [7033/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Relu.cpp.o 2024-04-03T16:10:24.1825189Z [7033/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2024-04-03T16:10:24.1835792Z [7034/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/OpContext.cpp.o 2024-04-03T16:10:24.5272845Z [7034/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2024-04-03T16:10:24.5283490Z [7035/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Prelu.cpp.o 2024-04-03T16:10:24.8282918Z [7035/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2024-04-03T16:10:24.8293928Z [7036/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RNN.cpp.o 2024-04-03T16:10:25.2210666Z [7036/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2024-04-03T16:10:25.2219694Z [7037/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorFactories.cpp.o 2024-04-03T16:10:25.5890679Z [7037/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2024-04-03T16:10:25.5893481Z [7038/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/UnaryOps.cpp.o 2024-04-03T16:10:25.8045221Z [7038/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/sdp_utils_cpp.cpp.o 2024-04-03T16:10:25.8054096Z [7039/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/TensorShape.cpp.o 2024-04-03T16:10:26.2754904Z [7039/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2024-04-03T16:10:26.2763981Z [7040/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/Utils.cpp.o 2024-04-03T16:10:26.4197037Z [7040/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2024-04-03T16:10:26.4205194Z [7041/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/attention.cpp.o 2024-04-03T16:10:26.4414418Z [7041/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2024-04-03T16:10:26.4425942Z [7042/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/mkldnn/RegisterMkldnnOpContextClass.cpp.o 2024-04-03T16:10:26.8420059Z [7042/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2024-04-03T16:10:26.8428862Z [7043/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/sdp_utils_cpp.cpp.o 2024-04-03T16:10:27.0860252Z [7043/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2024-04-03T16:10:27.0869760Z [7044/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/transformers/transformer.cpp.o 2024-04-03T16:10:27.5759744Z [7044/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2024-04-03T16:10:27.5768659Z [7045/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Activation.cpp.o 2024-04-03T16:10:27.6511495Z [7045/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2024-04-03T16:10:27.6514228Z [7046/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/utils/Factory.cpp.o 2024-04-03T16:10:28.1069619Z [7046/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2024-04-03T16:10:28.1078928Z [7047/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/ChannelShuffle.cpp.o 2024-04-03T16:10:28.1728565Z [7047/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2024-04-03T16:10:28.1737624Z [7048/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_4.cpp.o 2024-04-03T16:10:28.1887835Z [7048/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2024-04-03T16:10:28.1894184Z [7049/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/AveragePooling.cpp.o 2024-04-03T16:10:28.3340292Z [7049/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2024-04-03T16:10:28.3346815Z [7050/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Init.cpp.o 2024-04-03T16:10:28.6900178Z [7050/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2024-04-03T16:10:28.6903363Z [7051/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Convolution.cpp.o 2024-04-03T16:10:28.9147932Z [7051/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2024-04-03T16:10:28.9156053Z [7052/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Shim.cpp.o 2024-04-03T16:10:28.9820751Z [7052/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2024-04-03T16:10:28.9829437Z [7053/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/MaxPooling.cpp.o 2024-04-03T16:10:29.1633525Z [7053/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2024-04-03T16:10:29.1642711Z [7054/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/Linear.cpp.o 2024-04-03T16:10:29.5221298Z [7054/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2024-04-03T16:10:29.5223895Z [7055/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/OpContext.cpp.o 2024-04-03T16:10:29.6703009Z [7055/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2024-04-03T16:10:29.6712101Z [7056/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/xnnpack/RegisterOpContextClass.cpp.o 2024-04-03T16:10:30.3569197Z [7056/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2024-04-03T16:10:30.3578857Z [7057/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/CompositeViewCopyKernels.cpp.o 2024-04-03T16:10:31.1413243Z [7057/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2024-04-03T16:10:31.1424581Z [7058/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Functions.cpp.o 2024-04-03T16:10:31.2136038Z [7058/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:31.2145044Z [7059/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_0.cpp.o 2024-04-03T16:10:31.6800428Z [7059/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2024-04-03T16:10:31.6809491Z [7060/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_1.cpp.o 2024-04-03T16:10:31.8683143Z [7060/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2024-04-03T16:10:31.8692150Z [7061/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_2.cpp.o 2024-04-03T16:10:32.4093597Z [7061/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2024-04-03T16:10:32.4102887Z [7062/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/Operators_3.cpp.o 2024-04-03T16:10:32.4379833Z [7062/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2024-04-03T16:10:32.4389011Z [7063/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterBackendSelect.cpp.o 2024-04-03T16:10:33.4759376Z [7063/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2024-04-03T16:10:33.4768598Z [7064/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:34.1546340Z [7064/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2024-04-03T16:10:34.1565470Z [7065/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutograd.cpp.o 2024-04-03T16:10:34.2918348Z [7065/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2024-04-03T16:10:34.2927377Z [7066/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCPU.cpp.o 2024-04-03T16:10:34.5404654Z [7066/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2024-04-03T16:10:34.5413490Z [7067/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutogradNestedTensor.cpp.o 2024-04-03T16:10:34.5678894Z [7067/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2024-04-03T16:10:34.5694933Z [7068/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeImplicitAutograd.cpp.o 2024-04-03T16:10:34.6367866Z [7068/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2024-04-03T16:10:34.6383946Z [7069/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterCompositeExplicitAutogradNonFunctional.cpp.o 2024-04-03T16:10:35.9879928Z [7069/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2024-04-03T16:10:35.9893508Z [7070/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_0.cpp.o 2024-04-03T16:10:36.1071900Z [7070/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2024-04-03T16:10:36.1081326Z [7071/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_3.cpp.o 2024-04-03T16:10:36.3271780Z [7071/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2024-04-03T16:10:36.3281542Z [7072/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_2.cpp.o 2024-04-03T16:10:36.3516944Z [7072/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2024-04-03T16:10:36.3526440Z [7073/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterFunctionalization_1.cpp.o 2024-04-03T16:10:36.9324548Z [7073/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2024-04-03T16:10:36.9339405Z [7074/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMeta.cpp.o 2024-04-03T16:10:37.1731466Z [7074/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2024-04-03T16:10:37.1740653Z [7075/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterMkldnnCPU.cpp.o 2024-04-03T16:10:37.2143804Z [7075/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2024-04-03T16:10:37.2146461Z [7076/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorCPU.cpp.o 2024-04-03T16:10:37.6422417Z [7076/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2024-04-03T16:10:37.6425142Z [7077/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedCPU.cpp.o 2024-04-03T16:10:37.6758341Z [7077/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrMeta.cpp.o 2024-04-03T16:10:37.6761116Z [7078/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterNestedTensorMeta.cpp.o 2024-04-03T16:10:38.0586154Z [7078/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2024-04-03T16:10:38.0594863Z [7079/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterQuantizedMeta.cpp.o 2024-04-03T16:10:38.5690732Z [7079/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2024-04-03T16:10:38.5700000Z [7080/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSchema.cpp.o 2024-04-03T16:10:38.5994849Z [7080/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2024-04-03T16:10:38.6004219Z [7081/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCPU.cpp.o 2024-04-03T16:10:38.8531346Z [7081/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2024-04-03T16:10:38.8539955Z [7082/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrMeta.cpp.o 2024-04-03T16:10:39.1846996Z [7082/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2024-04-03T16:10:39.1857167Z [7083/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseCsrCPU.cpp.o 2024-04-03T16:10:39.3208414Z [7083/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2024-04-03T16:10:39.3217442Z [7084/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterSparseMeta.cpp.o 2024-04-03T16:10:39.4883398Z [7084/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2024-04-03T16:10:39.4892074Z [7085/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPU_add.cpp.o 2024-04-03T16:10:39.5641108Z [7085/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2024-04-03T16:10:39.5643643Z [7086/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/ATenOpList.cpp.o 2024-04-03T16:10:39.9082971Z [7086/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2024-04-03T16:10:39.9085574Z [7087/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/RegisterZeroTensor.cpp.o 2024-04-03T16:10:40.2956263Z [7087/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2024-04-03T16:10:40.2964964Z [7088/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/core/TensorMethods.cpp.o 2024-04-03T16:10:40.4719719Z [7088/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2024-04-03T16:10:40.4728478Z [7089/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/QTensorImpl.cpp.o 2024-04-03T16:10:41.0506789Z [7089/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2024-04-03T16:10:41.0515995Z [7090/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_model_loader.cpp.o 2024-04-03T16:10:41.2990196Z [7090/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2024-04-03T16:10:41.2998966Z [7091/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_wrapper.cpp.o 2024-04-03T16:10:42.1765821Z [7091/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2024-04-03T16:10:42.1776513Z [7092/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/quantized/Quantizer.cpp.o 2024-04-03T16:10:42.2278997Z [7092/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2024-04-03T16:10:42.2288715Z [7093/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.DEFAULT.cpp.o 2024-04-03T16:10:42.3418778Z [7093/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2024-04-03T16:10:42.3421922Z [7094/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_bind.cpp.o 2024-04-03T16:10:42.4689852Z [7094/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2024-04-03T16:10:42.4692991Z [7095/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.DEFAULT.cpp.o 2024-04-03T16:10:42.5654078Z [7095/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:42.5665149Z [7096/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/nnapi/nnapi_register.cpp.o 2024-04-03T16:10:43.4350595Z [7096/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:43.4359856Z [7097/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.DEFAULT.cpp.o 2024-04-03T16:10:43.4913053Z [7097/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:43.4916222Z [7098/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.DEFAULT.cpp.o 2024-04-03T16:10:43.8677580Z [7098/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2024-04-03T16:10:43.8681077Z [7099/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.DEFAULT.cpp.o 2024-04-03T16:10:44.0187965Z [7099/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:44.0191175Z [7100/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:44.3391710Z [7100/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:44.3395007Z [7101/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:44.7694110Z [7101/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:44.7697235Z [7102/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:44.9044673Z [7102/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:44.9047709Z [7103/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.DEFAULT.cpp.o 2024-04-03T16:10:45.4457218Z [7103/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:45.4467462Z [7104/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:45.7541942Z [7104/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2024-04-03T16:10:45.7546177Z [7105/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:45.9564469Z [7105/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:45.9567694Z [7106/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:46.0944440Z [7106/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:46.0947749Z [7107/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:46.3566905Z [7107/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:46.3578212Z [7108/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:46.7319739Z [7108/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:46.7330499Z [7109/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.DEFAULT.cpp.o 2024-04-03T16:10:47.1572240Z [7109/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2024-04-03T16:10:47.1583576Z [7110/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:47.3806771Z [7110/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:47.3817673Z [7111/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:47.6694945Z [7111/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:47.6705870Z [7112/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:47.8079372Z [7112/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:47.8089879Z [7113/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:47.9888272Z [7113/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:47.9898712Z [7114/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.DEFAULT.cpp.o 2024-04-03T16:10:48.6243563Z [7114/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:48.6253708Z [7115/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:48.8923530Z [7115/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:48.8934668Z [7116/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:49.0992114Z [7116/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:49.0998074Z [7117/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:49.2111976Z [7117/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:49.2121350Z [7118/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:49.8616996Z [7118/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:49.8626441Z [7119/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:50.2509059Z [7119/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:50.2517963Z [7120/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:50.3527598Z [7120/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:50.3537245Z [7121/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:50.4155968Z [7121/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:50.4165338Z [7122/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:50.4585238Z [7122/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:50.4591084Z [7123/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:51.3565871Z [7123/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:51.3576757Z [7124/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:51.4648212Z [7124/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:51.4659306Z [7125/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:51.5357197Z [7125/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:51.5367334Z [7126/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:51.6997849Z [7126/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:51.7007605Z [7127/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:52.0597792Z [7127/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2024-04-03T16:10:52.0608539Z [7128/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:52.8556792Z [7128/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:52.8566541Z [7129/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:52.8752920Z [7129/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:52.8755837Z [7130/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:53.0867539Z [7130/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:53.0870708Z [7131/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:53.1910935Z [7131/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:53.1913907Z [7132/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.DEFAULT.cpp.o 2024-04-03T16:10:53.5085392Z [7132/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:53.5088810Z [7133/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:54.0442583Z [7133/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:54.0446065Z [7134/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:54.1469180Z [7134/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:54.1472192Z [7135/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:54.2342902Z [7135/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:54.2346411Z [7136/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:54.5344078Z [7136/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:54.5367000Z [7137/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:54.9857018Z [7137/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2024-04-03T16:10:54.9867179Z [7138/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:55.1768441Z [7138/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:55.1777980Z [7139/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:55.7124514Z [7139/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:55.7134518Z [7140/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:55.8870458Z [7140/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:55.8881030Z [7141/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:56.1198505Z [7141/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:56.1201769Z [7142/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:56.2355623Z [7142/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:56.2365144Z [7143/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:57.0204201Z [7143/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:57.0213030Z [7144/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:57.1327172Z [7144/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:57.1330666Z [7145/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.DEFAULT.cpp.o 2024-04-03T16:10:57.3548758Z [7145/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:57.3558171Z [7146/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:57.4403715Z [7146/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp.o 2024-04-03T16:10:57.4413148Z [7147/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:57.9466559Z [7147/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:57.9469735Z [7148/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:58.1966069Z [7148/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:58.1969345Z [7149/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:58.9010864Z [7149/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:58.9020570Z [7150/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:58.9112494Z [7150/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2024-04-03T16:10:58.9121931Z [7151/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.DEFAULT.cpp.o 2024-04-03T16:10:59.0905384Z [7151/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2024-04-03T16:10:59.0914514Z [7152/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:59.4763993Z [7152/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2024-04-03T16:10:59.4773714Z [7153/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:59.6831370Z [7153/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2024-04-03T16:10:59.6840521Z [7154/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.DEFAULT.cpp.o 2024-04-03T16:10:59.7439405Z [7154/8653] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2024-04-03T16:10:59.7447190Z [7155/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/mkl/SparseBlas.cpp.o 2024-04-03T16:10:59.8542653Z [7155/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2024-04-03T16:10:59.8551297Z [7156/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/vulkan/Context.cpp.o 2024-04-03T16:10:59.9664855Z [7156/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2024-04-03T16:10:59.9671602Z [7157/8653] Building C object caffe2/CMakeFiles/torch_cpu.dir/__/third_party/miniz-2.1.0/miniz.c.o 2024-04-03T16:10:59.9686063Z /var/lib/jenkins/workspace/third_party/miniz-2.1.0/miniz.c:3157:9: note: #pragma message: Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files. 2024-04-03T16:10:59.9689730Z 3157 | #pragma message("Using fopen, ftello, fseeko, stat() etc. path for file I/O - this path may not support large files.") 2024-04-03T16:10:59.9691413Z | ^~~~~~~ 2024-04-03T16:10:59.9691820Z 2024-04-03T16:11:00.3836931Z [7157/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2024-04-03T16:11:00.3844716Z [7158/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.DEFAULT.cpp.o 2024-04-03T16:11:00.5602694Z [7158/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2024-04-03T16:11:00.5605450Z [7159/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/metal/Context.cpp.o 2024-04-03T16:11:00.6544470Z [7159/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2024-04-03T16:11:00.6552907Z [7160/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/istream_adapter.cc.o 2024-04-03T16:11:00.7252882Z [7160/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2024-04-03T16:11:00.7261226Z [7161/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/core/common.cc.o 2024-04-03T16:11:00.8396516Z [7161/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2024-04-03T16:11:00.8404764Z [7162/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/inline_container.cc.o 2024-04-03T16:11:00.9775057Z [7162/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2024-04-03T16:11:00.9777515Z [7163/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/read_adapter_interface.cc.o 2024-04-03T16:11:01.1452429Z [7163/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2024-04-03T16:11:01.1461449Z [7164/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/file_adapter.cc.o 2024-04-03T16:11:01.2930720Z [7164/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2024-04-03T16:11:01.2933024Z [7165/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/serialize/crc.cc.o 2024-04-03T16:11:01.4846171Z [7165/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2024-04-03T16:11:01.4854349Z [7166/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/thread_pool_guard.cpp.o 2024-04-03T16:11:01.4954802Z [7166/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2024-04-03T16:11:01.4962880Z [7167/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/ThreadPool.cc.o 2024-04-03T16:11:01.5441706Z [7167/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2024-04-03T16:11:01.5443857Z [7168/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/string_utils.cc.o 2024-04-03T16:11:01.7428753Z [7168/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2024-04-03T16:11:01.7431468Z [7169/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/utils/threadpool/pthreadpool-cpp.cc.o 2024-04-03T16:11:03.6024909Z [7169/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2024-04-03T16:11:03.6036250Z [7170/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_fuser.cpp.o 2024-04-03T16:11:04.0858217Z [7170/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2024-04-03T16:11:04.0870256Z [7171/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/lbfgs.cpp.o 2024-04-03T16:11:04.3732677Z [7171/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2024-04-03T16:11:04.3744372Z [7172/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_rewriter.cpp.o 2024-04-03T16:11:04.4173859Z [7172/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2024-04-03T16:11:04.4184726Z [7173/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/LlgaTensorImpl.cpp.o 2024-04-03T16:11:04.5545110Z [7173/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2024-04-03T16:11:04.5555911Z [7174/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/graph_helper.cpp.o 2024-04-03T16:11:06.3348797Z [7174/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2024-04-03T16:11:06.3360391Z [7175/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/register_interface.cpp.o 2024-04-03T16:11:06.3849039Z [7175/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2024-04-03T16:11:06.3860805Z [7176/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/decompose_silu.cpp.o 2024-04-03T16:11:06.7028126Z [7176/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2024-04-03T16:11:06.7032706Z [7177/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/layout_propagation.cpp.o 2024-04-03T16:11:06.7465994Z [7177/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2024-04-03T16:11:06.7476878Z [7178/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/kernel.cpp.o 2024-04-03T16:11:06.8697065Z [7178/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2024-04-03T16:11:06.8709970Z [7179/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/interface.cpp.o 2024-04-03T16:11:07.5206125Z [7179/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ViewFuncs.cpp.o 2024-04-03T16:11:07.5215192Z [7180/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/defer_size_check.cpp.o 2024-04-03T16:11:08.1045421Z [7180/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2024-04-03T16:11:08.1053912Z [7181/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/guard_shape.cpp.o 2024-04-03T16:11:08.1704408Z [7181/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2024-04-03T16:11:08.1707263Z [7182/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/onednn/prepare_binary.cpp.o 2024-04-03T16:11:08.2759489Z [7182/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2024-04-03T16:11:08.2762003Z [7183/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ViewFuncs.cpp.o 2024-04-03T16:11:08.6250489Z [7183/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2024-04-03T16:11:08.6259145Z [7184/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/upgrader_mobile.cpp.o 2024-04-03T16:11:09.3800042Z [7184/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2024-04-03T16:11:09.3810065Z [7185/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/upgraders.cpp.o 2024-04-03T16:11:10.0240886Z [7185/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2024-04-03T16:11:10.0251752Z [7186/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/Functions.cpp.o 2024-04-03T16:11:10.1398190Z [7186/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2024-04-03T16:11:10.1402278Z [7187/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_0.cpp.o 2024-04-03T16:11:11.4948068Z [7187/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2024-04-03T16:11:11.4950627Z [7188/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_0.cpp.o 2024-04-03T16:11:12.0193565Z [7188/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2024-04-03T16:11:12.0204198Z [7189/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_3.cpp.o 2024-04-03T16:11:12.6568814Z [7189/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2024-04-03T16:11:12.6571300Z [7190/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_1.cpp.o 2024-04-03T16:11:13.5196768Z [7190/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2024-04-03T16:11:13.5205247Z [7191/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_1.cpp.o 2024-04-03T16:11:13.5322145Z [7191/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2024-04-03T16:11:13.5332125Z [7192/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_2.cpp.o 2024-04-03T16:11:13.7162120Z [7192/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2024-04-03T16:11:13.7172731Z [7193/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/VariableType_4.cpp.o 2024-04-03T16:11:14.1329322Z [7193/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2024-04-03T16:11:14.1332035Z [7194/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_2.cpp.o 2024-04-03T16:11:14.6312535Z [7194/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2024-04-03T16:11:14.6321623Z [7195/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_3.cpp.o 2024-04-03T16:11:14.9888172Z [7195/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp.o 2024-04-03T16:11:14.9891281Z [7196/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterAutogradLazy.cpp.o 2024-04-03T16:11:15.1070044Z [7196/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2024-04-03T16:11:15.1075725Z [7197/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_0.cpp.o 2024-04-03T16:11:15.3646693Z [7197/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2024-04-03T16:11:15.3655829Z [7198/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/TraceType_4.cpp.o 2024-04-03T16:11:15.9728852Z [7198/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2024-04-03T16:11:15.9732770Z [7199/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/generated/ADInplaceOrViewType_1.cpp.o 2024-04-03T16:11:16.4381403Z [7199/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2024-04-03T16:11:16.4461413Z [7200/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.cpp.o 2024-04-03T16:11:16.6084407Z [7200/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2024-04-03T16:11:16.6086870Z [7201/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/anomaly_mode.cpp.o 2024-04-03T16:11:16.6885682Z [7201/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2024-04-03T16:11:16.6888720Z [7202/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/RegisterLazy.cpp.o 2024-04-03T16:11:17.3123479Z [7202/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2024-04-03T16:11:17.3132631Z [7203/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd.cpp.o 2024-04-03T16:11:17.5714772Z [7203/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2024-04-03T16:11:17.5723828Z [7204/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_meta.cpp.o 2024-04-03T16:11:17.8105986Z [7204/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2024-04-03T16:11:17.8115111Z [7205/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/autograd_not_implemented_fallback.cpp.o 2024-04-03T16:11:17.9450177Z [7205/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2024-04-03T16:11:17.9452769Z [7206/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/cpp_hook.cpp.o 2024-04-03T16:11:18.4164687Z [7206/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2024-04-03T16:11:18.4176992Z [7207/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/generated/LazyNativeFunctions.cpp.o 2024-04-03T16:11:18.8163142Z [7207/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2024-04-03T16:11:18.8174964Z [7208/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/engine.cpp.o 2024-04-03T16:11:18.9524499Z [7208/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2024-04-03T16:11:18.9527116Z [7209/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/forward_grad.cpp.o 2024-04-03T16:11:19.8567815Z [7209/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2024-04-03T16:11:19.8578709Z [7210/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/custom_function.cpp.o 2024-04-03T16:11:20.1404111Z [7210/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2024-04-03T16:11:20.1412934Z [7211/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/utils.cpp.o 2024-04-03T16:11:20.3220210Z [7211/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2024-04-03T16:11:20.3231613Z [7212/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/function.cpp.o 2024-04-03T16:11:20.7190554Z [7212/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2024-04-03T16:11:20.7196142Z [7213/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/accumulate_grad.cpp.o 2024-04-03T16:11:21.4586557Z [7213/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_metadata.cpp.o 2024-04-03T16:11:21.4595628Z [7214/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/jit_decomp_interface.cpp.o 2024-04-03T16:11:21.5261205Z [7214/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2024-04-03T16:11:21.5267253Z [7215/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/basic_ops.cpp.o 2024-04-03T16:11:21.8145600Z [7215/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2024-04-03T16:11:21.8156284Z [7216/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_metadata.cpp.o 2024-04-03T16:11:22.3326193Z [7216/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2024-04-03T16:11:22.3338616Z [7217/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/functions/tensor.cpp.o 2024-04-03T16:11:22.6214263Z [7217/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2024-04-03T16:11:22.6219603Z [7218/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/input_buffer.cpp.o 2024-04-03T16:11:23.0644984Z [7218/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2024-04-03T16:11:23.0647622Z [7219/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/utils/warnings.cpp.o 2024-04-03T16:11:23.1633028Z [7219/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2024-04-03T16:11:23.1637375Z [7220/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_kineto.cpp.o 2024-04-03T16:11:23.2822005Z [7220/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable_info.cpp.o 2024-04-03T16:11:23.2827396Z [7221/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/profiler_legacy.cpp.o 2024-04-03T16:11:23.3137026Z [7221/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner.cpp.o 2024-04-03T16:11:23.3146147Z [7222/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/record_function_ops.cpp.o 2024-04-03T16:11:23.6156743Z [7222/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp.o 2024-04-03T16:11:23.6162005Z [7223/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/saved_variable.cpp.o 2024-04-03T16:11:24.2103696Z [7223/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_common.cpp.o 2024-04-03T16:11:24.2112743Z [7224/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner.cpp.o 2024-04-03T16:11:24.3799962Z [7224/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/tensor_converter.cpp.o 2024-04-03T16:11:24.3808814Z [7225/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable_info.cpp.o 2024-04-03T16:11:24.5199704Z [7225/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/inductor_ops.cpp.o 2024-04-03T16:11:24.5202514Z [7226/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.cpp.o 2024-04-03T16:11:24.8605896Z [7226/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2024-04-03T16:11:24.8608582Z [7227/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/shim_common.cpp.o 2024-04-03T16:11:25.3166614Z [7227/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2024-04-03T16:11:25.3169346Z [7228/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/aoti_torch/tensor_converter.cpp.o 2024-04-03T16:11:25.8386627Z [7228/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2024-04-03T16:11:25.8392361Z [7229/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/variable.cpp.o 2024-04-03T16:11:26.4570793Z [7229/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2024-04-03T16:11:26.4573243Z [7230/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module.cpp.o 2024-04-03T16:11:26.6839265Z [7230/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2024-04-03T16:11:26.6847597Z [7231/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/object.cpp.o 2024-04-03T16:11:27.1069526Z [7231/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2024-04-03T16:11:27.1078469Z [7232/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_detail.cpp.o 2024-04-03T16:11:27.3585468Z [7232/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2024-04-03T16:11:27.3596669Z [7233/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/function_impl.cpp.o 2024-04-03T16:11:27.5164328Z [7233/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2024-04-03T16:11:27.5174943Z [7234/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/inductor/inductor_ops.cpp.o 2024-04-03T16:11:27.8361001Z [7234/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2024-04-03T16:11:27.8370250Z [7235/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_handler.cpp.o 2024-04-03T16:11:28.1164929Z [7235/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2024-04-03T16:11:28.1167698Z [7236/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_debug_info.cpp.o 2024-04-03T16:11:28.6200748Z [7236/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2024-04-03T16:11:28.6209495Z [7237/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_interface.cpp.o 2024-04-03T16:11:28.6800018Z [7237/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2024-04-03T16:11:28.6802738Z [7238/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/backends/backend_resolver.cpp.o 2024-04-03T16:11:30.0232242Z [7238/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2024-04-03T16:11:30.0238500Z [7239/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/codegen.cpp.o 2024-04-03T16:11:30.3686291Z [7239/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2024-04-03T16:11:30.3697985Z [7240/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/executor.cpp.o 2024-04-03T16:11:30.6588396Z [7240/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2024-04-03T16:11:30.6599539Z [7241/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/compiler.cpp.o 2024-04-03T16:11:30.8548229Z [7241/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2024-04-03T16:11:30.8559968Z [7242/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/fallback.cpp.o 2024-04-03T16:11:31.2585771Z [7242/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2024-04-03T16:11:31.2588418Z [7243/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/kernel_cache.cpp.o 2024-04-03T16:11:31.7922295Z [7243/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2024-04-03T16:11:31.7925113Z [7244/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/builtin_functions.cpp.o 2024-04-03T16:11:31.8658882Z [7244/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2024-04-03T16:11:31.8661654Z [7245/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/canonicalize_modified_loop.cpp.o 2024-04-03T16:11:31.9212466Z [7245/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2024-04-03T16:11:31.9215210Z [7246/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/edit_distance.cpp.o 2024-04-03T16:11:32.3122746Z [7246/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2024-04-03T16:11:32.3125329Z [7247/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/convert_to_ssa.cpp.o 2024-04-03T16:11:32.9246695Z [7247/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2024-04-03T16:11:32.9255591Z [7248/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/name_mangler.cpp.o 2024-04-03T16:11:32.9458389Z [7248/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2024-04-03T16:11:32.9465223Z [7249/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/interface.cpp.o 2024-04-03T16:11:33.2469496Z [7249/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2024-04-03T16:11:33.2479439Z [7250/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/exit_transforms.cpp.o 2024-04-03T16:11:33.3646866Z [7250/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2024-04-03T16:11:33.3649864Z [7251/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/inline_loop_condition.cpp.o 2024-04-03T16:11:33.5294558Z [7251/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2024-04-03T16:11:33.5303621Z [7252/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/ir_emitter.cpp.o 2024-04-03T16:11:33.9157642Z [7252/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2024-04-03T16:11:33.9166158Z [7253/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/parser.cpp.o 2024-04-03T16:11:34.4695309Z [7253/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2024-04-03T16:11:34.4704798Z [7254/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/schema_matching.cpp.o 2024-04-03T16:11:34.6971912Z [7254/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2024-04-03T16:11:34.6974583Z [7255/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/script_type_parser.cpp.o 2024-04-03T16:11:34.7851344Z [7255/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2024-04-03T16:11:34.7860996Z [7256/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/sugared_value.cpp.o 2024-04-03T16:11:35.0690050Z [7256/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2024-04-03T16:11:35.0695211Z [7257/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/tracer.cpp.o 2024-04-03T16:11:35.3563416Z [7257/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/graph_utils.cpp.o 2024-04-03T16:11:35.3572532Z [7258/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/frontend/versioned_symbols.cpp.o 2024-04-03T16:11:35.8478933Z [7258/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2024-04-03T16:11:35.8487168Z [7259/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/alias_analysis.cpp.o 2024-04-03T16:11:36.0710208Z [7259/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2024-04-03T16:11:36.0718860Z [7260/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/attributes.cpp.o 2024-04-03T16:11:36.5602580Z [7260/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2024-04-03T16:11:36.5604851Z [7261/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/graph_utils.cpp.o 2024-04-03T16:11:36.9826940Z [7261/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2024-04-03T16:11:36.9829626Z [7262/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/ir.cpp.o 2024-04-03T16:11:37.0846179Z [7262/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2024-04-03T16:11:37.0848633Z [7263/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/irparser.cpp.o 2024-04-03T16:11:37.4840641Z [7263/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2024-04-03T16:11:37.4843365Z [7264/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/node_hashing.cpp.o 2024-04-03T16:11:37.7426391Z [7264/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2024-04-03T16:11:37.7437481Z [7265/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/constants.cpp.o 2024-04-03T16:11:37.9120949Z [7265/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2024-04-03T16:11:37.9123662Z [7266/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/scope.cpp.o 2024-04-03T16:11:38.5322184Z [7266/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2024-04-03T16:11:38.5330696Z [7267/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/subgraph_matcher.cpp.o 2024-04-03T16:11:38.5593603Z [7267/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2024-04-03T16:11:38.5602643Z [7268/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/ir/type_hashing.cpp.o 2024-04-03T16:11:38.8819954Z [7268/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2024-04-03T16:11:38.8830267Z [7269/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_log.cpp.o 2024-04-03T16:11:39.0299129Z [7269/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2024-04-03T16:11:39.0308406Z [7270/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/runtime_compatibility.cpp.o 2024-04-03T16:11:39.1923453Z [7270/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2024-04-03T16:11:39.1925820Z [7271/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/jit_opt_limit.cpp.o 2024-04-03T16:11:40.0906720Z [7271/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2024-04-03T16:11:40.0915625Z [7272/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/function.cpp.o 2024-04-03T16:11:40.1503541Z [7272/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2024-04-03T16:11:40.1513062Z [7273/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/model_compatibility.cpp.o 2024-04-03T16:11:40.3335523Z [7273/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2024-04-03T16:11:40.3344624Z [7274/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import.cpp.o 2024-04-03T16:11:40.7859696Z [7274/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2024-04-03T16:11:40.7862388Z [7275/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/interpreter.cpp.o 2024-04-03T16:11:41.3587113Z [7275/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2024-04-03T16:11:41.3597965Z [7276/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/flatbuffer_loader.cpp.o 2024-04-03T16:11:41.5563525Z [7276/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2024-04-03T16:11:41.5565793Z [7277/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/backend.cpp.o 2024-04-03T16:11:41.6135212Z [7277/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2024-04-03T16:11:41.6137651Z [7278/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/module.cpp.o 2024-04-03T16:11:42.0235602Z [7278/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2024-04-03T16:11:42.0242948Z [7279/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/registry.cpp.o 2024-04-03T16:11:42.1679157Z [7279/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2024-04-03T16:11:42.1688128Z [7280/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/observer.cpp.o 2024-04-03T16:11:42.2314463Z [7280/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2024-04-03T16:11:42.2323288Z [7281/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/operator_upgraders/version_map.cpp.o 2024-04-03T16:11:42.8503778Z [7281/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2024-04-03T16:11:42.8514758Z [7282/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/context.cpp.o 2024-04-03T16:11:43.2360334Z [7282/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2024-04-03T16:11:43.2372238Z [7283/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/nnc/aot_compiler.cpp.o 2024-04-03T16:11:43.2902209Z [7283/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2024-04-03T16:11:43.2911475Z [7284/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/annotate_warns.cpp.o 2024-04-03T16:11:43.6857364Z [7284/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2024-04-03T16:11:43.6866655Z [7285/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/add_if_then_else.cpp.o 2024-04-03T16:11:44.4450606Z [7285/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2024-04-03T16:11:44.4461015Z [7286/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.cpp.o 2024-04-03T16:11:44.6084508Z [7286/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2024-04-03T16:11:44.6093188Z [7287/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/canonicalize.cpp.o 2024-04-03T16:11:45.1204135Z [7287/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2024-04-03T16:11:45.1213247Z [7288/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/check_strict_fusion.cpp.o 2024-04-03T16:11:45.3250763Z [7288/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2024-04-03T16:11:45.3253156Z [7289/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/bailout_graph.cpp.o 2024-04-03T16:11:45.8947307Z [7289/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2024-04-03T16:11:45.8959021Z [7290/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/batch_mm.cpp.o 2024-04-03T16:11:46.4242328Z [7290/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2024-04-03T16:11:46.4244845Z [7291/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_pooling.cpp.o 2024-04-03T16:11:46.6069515Z [7291/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2024-04-03T16:11:46.6079335Z [7292/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/common_subexpression_elimination.cpp.o 2024-04-03T16:11:47.1719083Z [7292/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2024-04-03T16:11:47.1730883Z [7293/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_profiling.cpp.o 2024-04-03T16:11:47.2906444Z [7293/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2024-04-03T16:11:47.2915846Z [7294/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/concat_opt.cpp.o 2024-04-03T16:11:47.4089215Z [7294/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2024-04-03T16:11:47.4102011Z [7295/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/clear_undefinedness.cpp.o 2024-04-03T16:11:47.7560551Z [7295/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2024-04-03T16:11:47.7569843Z [7296/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_functional_graphs.cpp.o 2024-04-03T16:11:48.0778099Z [7296/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2024-04-03T16:11:48.0787489Z [7297/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/constant_propagation.cpp.o 2024-04-03T16:11:48.5849308Z [7297/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2024-04-03T16:11:48.5859191Z [7298/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dbr_quantization/remove_redundant_aliases.cpp.o 2024-04-03T16:11:48.6418919Z [7298/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2024-04-03T16:11:48.6421522Z [7299/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/create_autodiff_subgraphs.cpp.o 2024-04-03T16:11:48.7830719Z [7299/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2024-04-03T16:11:48.7839885Z [7300/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dead_code_elimination.cpp.o 2024-04-03T16:11:49.2006155Z [7300/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2024-04-03T16:11:49.2015448Z [7301/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/decompose_ops.cpp.o 2024-04-03T16:11:49.8719512Z [7301/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2024-04-03T16:11:49.8730345Z [7302/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/dtype_analysis.cpp.o 2024-04-03T16:11:49.9344690Z [7302/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2024-04-03T16:11:49.9353905Z [7303/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/eliminate_no_ops.cpp.o 2024-04-03T16:11:50.2034512Z [7303/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_linear_bn.cpp.o 2024-04-03T16:11:50.2043958Z [7304/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/erase_number_types.cpp.o 2024-04-03T16:11:50.5716912Z [7304/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2024-04-03T16:11:50.5722145Z [7305/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fixup_trace_scope_blocks.cpp.o 2024-04-03T16:11:50.6885883Z [7305/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2024-04-03T16:11:50.6891418Z [7306/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/guard_elimination.cpp.o 2024-04-03T16:11:51.1192503Z [7306/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2024-04-03T16:11:51.1195290Z [7307/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_linear_bn.cpp.o 2024-04-03T16:11:51.2890903Z [7307/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2024-04-03T16:11:51.2893830Z [7308/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fold_conv_bn.cpp.o 2024-04-03T16:11:52.0323613Z [7308/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2024-04-03T16:11:52.0333076Z [7309/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_concat_linear.cpp.o 2024-04-03T16:11:52.0951360Z [7309/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2024-04-03T16:11:52.0959748Z [7310/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.cpp.o 2024-04-03T16:11:52.4120972Z [7310/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_folding.cpp.o 2024-04-03T16:11:52.4123734Z [7311/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_conv_folding.cpp.o 2024-04-03T16:11:53.1472673Z [7311/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2024-04-03T16:11:53.1475223Z [7312/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/freeze_module.cpp.o 2024-04-03T16:11:53.2919421Z [7312/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2024-04-03T16:11:53.2922185Z [7313/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_graph_optimizations.cpp.o 2024-04-03T16:11:53.5567701Z [7313/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2024-04-03T16:11:53.5570304Z [7314/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_folding.cpp.o 2024-04-03T16:11:53.9219752Z [7314/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2024-04-03T16:11:53.9229088Z [7315/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_linear_transpose.cpp.o 2024-04-03T16:11:54.6290030Z [7315/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2024-04-03T16:11:54.6299643Z [7316/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_relu.cpp.o 2024-04-03T16:11:54.6330802Z [7316/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2024-04-03T16:11:54.6333331Z [7317/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/fuse_linear.cpp.o 2024-04-03T16:11:54.7716541Z [7317/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2024-04-03T16:11:54.7721395Z [7318/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/frozen_ops_to_mkldnn.cpp.o 2024-04-03T16:11:55.2054295Z [7318/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2024-04-03T16:11:55.2064021Z [7319/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_rewrite_helper.cpp.o 2024-04-03T16:11:55.8938007Z [7319/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2024-04-03T16:11:55.8947429Z [7320/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_autodiff_subgraphs.cpp.o 2024-04-03T16:11:56.0488994Z [7320/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2024-04-03T16:11:56.0499252Z [7321/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/normalize_ops.cpp.o 2024-04-03T16:11:56.1866920Z [7321/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2024-04-03T16:11:56.1876645Z [7322/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/hoist_conv_packed_params.cpp.o 2024-04-03T16:11:56.4685997Z [7322/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2024-04-03T16:11:56.4698834Z [7323/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/graph_fuser.cpp.o 2024-04-03T16:11:56.5806442Z [7323/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2024-04-03T16:11:56.5810387Z [7324/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_fork_wait.cpp.o 2024-04-03T16:11:57.3651998Z [7324/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2024-04-03T16:11:57.3655900Z [7325/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inline_forked_closures.cpp.o 2024-04-03T16:11:57.4574788Z [7325/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2024-04-03T16:11:57.4583772Z [7326/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inliner.cpp.o 2024-04-03T16:11:57.5408408Z [7326/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2024-04-03T16:11:57.5412757Z [7327/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/inplace_check.cpp.o 2024-04-03T16:11:57.6708357Z [7327/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2024-04-03T16:11:57.6712361Z [7328/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/integer_value_refinement.cpp.o 2024-04-03T16:11:58.6247498Z [7328/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2024-04-03T16:11:58.6251215Z [7329/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/loop_unrolling.cpp.o 2024-04-03T16:11:58.8268403Z [7329/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2024-04-03T16:11:58.8277126Z [7330/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lift_closures.cpp.o 2024-04-03T16:11:58.9488522Z [7330/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2024-04-03T16:11:58.9497517Z [7331/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_grad_of.cpp.o 2024-04-03T16:11:59.2021511Z [7331/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2024-04-03T16:11:59.2026620Z [7332/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/insert_guards.cpp.o 2024-04-03T16:12:00.0586057Z [7332/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2024-04-03T16:12:00.0595577Z [7333/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_tuples.cpp.o 2024-04-03T16:12:00.1576263Z [7333/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2024-04-03T16:12:00.1588316Z [7334/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/liveness.cpp.o 2024-04-03T16:12:00.4684359Z [7334/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2024-04-03T16:12:00.4693329Z [7335/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_alias_sensitive.cpp.o 2024-04-03T16:12:01.2684355Z [7335/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2024-04-03T16:12:01.2695237Z [7336/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/pass_manager.cpp.o 2024-04-03T16:12:01.6123388Z [7336/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2024-04-03T16:12:01.6131933Z [7337/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole.cpp.o 2024-04-03T16:12:01.7124372Z [7337/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2024-04-03T16:12:01.7134596Z [7338/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/metal_rewrite.cpp.o 2024-04-03T16:12:01.9938911Z [7338/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2024-04-03T16:12:01.9948250Z [7339/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_dict_idioms.cpp.o 2024-04-03T16:12:02.0683403Z [7339/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2024-04-03T16:12:02.0689414Z [7340/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/mkldnn_rewrite.cpp.o 2024-04-03T16:12:02.6450237Z [7340/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2024-04-03T16:12:02.6452986Z [7341/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_non_tensor.cpp.o 2024-04-03T16:12:02.9459337Z [7341/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2024-04-03T16:12:02.9468768Z [7342/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/peephole_list_idioms.cpp.o 2024-04-03T16:12:03.2247113Z [7342/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2024-04-03T16:12:03.2257077Z [7343/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/dedup_module_uses.cpp.o 2024-04-03T16:12:03.4134012Z [7343/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2024-04-03T16:12:03.4143481Z [7344/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/fusion_passes.cpp.o 2024-04-03T16:12:03.5245604Z [7344/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2024-04-03T16:12:03.5254870Z [7345/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/prepack_folding.cpp.o 2024-04-03T16:12:04.3225415Z [7345/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2024-04-03T16:12:04.3234823Z [7346/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_quant_dequant.cpp.o 2024-04-03T16:12:04.6815997Z [7346/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2024-04-03T16:12:04.6826024Z [7347/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/helper.cpp.o 2024-04-03T16:12:04.8334761Z [7347/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2024-04-03T16:12:04.8344636Z [7348/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/insert_observers.cpp.o 2024-04-03T16:12:04.8878917Z [7348/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2024-04-03T16:12:04.8887900Z [7349/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/quantization_type.cpp.o 2024-04-03T16:12:05.4654989Z [7349/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2024-04-03T16:12:05.4666429Z [7350/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/finalize.cpp.o 2024-04-03T16:12:06.1046885Z [7350/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2024-04-03T16:12:06.1056057Z [7351/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/refine_tuple_types.cpp.o 2024-04-03T16:12:06.2614487Z [7351/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2024-04-03T16:12:06.2617380Z [7352/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_exceptions.cpp.o 2024-04-03T16:12:06.3623899Z [7352/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2024-04-03T16:12:06.3633480Z [7353/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_dropout.cpp.o 2024-04-03T16:12:06.3825019Z [7353/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2024-04-03T16:12:06.3835172Z [7354/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/quantization/register_packed_params.cpp.o 2024-04-03T16:12:06.8198222Z [7354/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2024-04-03T16:12:06.8207009Z [7355/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_expands.cpp.o 2024-04-03T16:12:07.5417077Z [7355/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2024-04-03T16:12:07.5427106Z [7356/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_mutation.cpp.o 2024-04-03T16:12:07.7007642Z [7356/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2024-04-03T16:12:07.7010712Z [7357/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_redundant_profiles.cpp.o 2024-04-03T16:12:07.8109920Z [7357/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2024-04-03T16:12:07.8118505Z [7358/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/requires_grad_analysis.cpp.o 2024-04-03T16:12:07.9235027Z [7358/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2024-04-03T16:12:07.9244158Z [7359/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/replacement_of_old_operators.cpp.o 2024-04-03T16:12:08.1337669Z [7359/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2024-04-03T16:12:08.1347443Z [7360/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/restore_mutation.cpp.o 2024-04-03T16:12:08.9614859Z [7360/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2024-04-03T16:12:08.9624378Z [7361/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/shape_analysis.cpp.o 2024-04-03T16:12:09.1365556Z [7361/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2024-04-03T16:12:09.1374327Z [7362/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/subgraph_rewrite.cpp.o 2024-04-03T16:12:09.2549696Z [7362/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2024-04-03T16:12:09.2552453Z [7363/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_analysis.cpp.o 2024-04-03T16:12:09.4972947Z [7363/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2024-04-03T16:12:09.4975778Z [7364/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_cache.cpp.o 2024-04-03T16:12:10.4005864Z [7364/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2024-04-03T16:12:10.4008182Z [7365/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/specialize_autogradzero.cpp.o 2024-04-03T16:12:10.6603268Z [7365/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2024-04-03T16:12:10.6606225Z [7366/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.cpp.o 2024-04-03T16:12:10.7311229Z [7366/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2024-04-03T16:12:10.7313822Z [7367/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/memory_dag.cpp.o 2024-04-03T16:12:11.8688644Z [7367/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2024-04-03T16:12:11.8693960Z [7368/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/op_registry.cpp.o 2024-04-03T16:12:11.8960305Z [7368/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2024-04-03T16:12:11.8970017Z [7369/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/optimization_utils.cpp.o 2024-04-03T16:12:12.0986628Z [7369/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2024-04-03T16:12:12.0995797Z [7370/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/value_refinement_utils.cpp.o 2024-04-03T16:12:12.1505685Z [7370/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/utf8_decoding_ignore.cpp.o 2024-04-03T16:12:12.1511345Z [7371/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.cpp.o 2024-04-03T16:12:12.1938824Z [7371/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2024-04-03T16:12:12.1949009Z [7372/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/tensorexpr_fuser.cpp.o 2024-04-03T16:12:12.2948687Z [7372/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2024-04-03T16:12:12.2951393Z [7373/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/utf8_decoding_ignore.cpp.o 2024-04-03T16:12:12.5091295Z [7373/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2024-04-03T16:12:12.5100397Z [7374/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/python/update_graph_executor_opt.cpp.o 2024-04-03T16:12:13.1728414Z [7374/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2024-04-03T16:12:13.1731011Z [7375/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/variadic_ops.cpp.o 2024-04-03T16:12:13.2273713Z [7375/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2024-04-03T16:12:13.2276593Z [7376/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/subgraph_utils.cpp.o 2024-04-03T16:12:13.7199735Z [7376/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2024-04-03T16:12:13.7208824Z [7377/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/argument_spec.cpp.o 2024-04-03T16:12:14.4301660Z [7377/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2024-04-03T16:12:14.4311529Z [7378/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry.cpp.o 2024-04-03T16:12:14.5911605Z [7378/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2024-04-03T16:12:14.5919939Z [7379/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/autodiff.cpp.o 2024-04-03T16:12:14.8064946Z [7379/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2024-04-03T16:12:14.8075810Z [7380/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/vulkan_rewrite.cpp.o 2024-04-03T16:12:15.1339194Z [7380/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2024-04-03T16:12:15.1350022Z [7381/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/xnnpack_rewrite.cpp.o 2024-04-03T16:12:15.1382293Z [7381/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2024-04-03T16:12:15.1390208Z [7382/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/instruction.cpp.o 2024-04-03T16:12:15.2011370Z [7382/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2024-04-03T16:12:15.2014597Z [7383/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/decomposition_registry_util.cpp.o 2024-04-03T16:12:15.6140554Z [7383/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2024-04-03T16:12:15.6143194Z [7384/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_exception.cpp.o 2024-04-03T16:12:16.4546171Z [7384/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2024-04-03T16:12:16.4548984Z [7385/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/preprocess_graph.cpp.o 2024-04-03T16:12:16.9217839Z [7385/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2024-04-03T16:12:16.9220397Z [7386/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/logging.cpp.o 2024-04-03T16:12:17.6148604Z [7386/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2024-04-03T16:12:17.6151265Z [7387/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter/frame.cpp.o 2024-04-03T16:12:17.7384985Z [7387/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2024-04-03T16:12:17.7396004Z [7388/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/interpreter.cpp.o 2024-04-03T16:12:17.8474544Z [7388/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2024-04-03T16:12:17.8477245Z [7389/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/graph_executor.cpp.o 2024-04-03T16:12:18.2073455Z [7389/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2024-04-03T16:12:18.2082201Z [7390/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/print_handler.cpp.o 2024-04-03T16:12:18.3120439Z [7390/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2024-04-03T16:12:18.3131100Z [7391/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/jit_trace.cpp.o 2024-04-03T16:12:19.2807533Z [7391/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2024-04-03T16:12:19.2816629Z [7392/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/script_profile.cpp.o 2024-04-03T16:12:19.3985882Z [7392/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2024-04-03T16:12:19.3996991Z [7393/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/operator.cpp.o 2024-04-03T16:12:20.3151156Z [7393/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2024-04-03T16:12:20.3162950Z [7394/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_record.cpp.o 2024-04-03T16:12:20.3675190Z [7394/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2024-04-03T16:12:20.3677852Z [7395/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/profiling_graph_executor_impl.cpp.o 2024-04-03T16:12:20.4966099Z [7395/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2024-04-03T16:12:20.4968802Z [7396/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/serialized_shape_function_registry.cpp.o 2024-04-03T16:12:21.0557646Z [7396/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2024-04-03T16:12:21.0566316Z [7397/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/slice_indices_adjust.cpp.o 2024-04-03T16:12:21.3189693Z [7397/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2024-04-03T16:12:21.3200459Z [7398/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_ops_utils.cpp.o 2024-04-03T16:12:21.6821088Z [7398/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2024-04-03T16:12:21.6830547Z [7399/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/fusion.cpp.o 2024-04-03T16:12:22.1652821Z [7399/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2024-04-03T16:12:22.1657395Z [7400/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/simple_graph_executor_impl.cpp.o 2024-04-03T16:12:22.5138043Z [7400/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2024-04-03T16:12:22.5147403Z [7401/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/impl.cpp.o 2024-04-03T16:12:22.6367953Z [7401/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2024-04-03T16:12:22.6377505Z [7402/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/memory_planner.cpp.o 2024-04-03T16:12:23.7718065Z [7402/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2024-04-03T16:12:23.7720479Z [7403/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/passes.cpp.o 2024-04-03T16:12:24.6521216Z [7403/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2024-04-03T16:12:24.6524458Z [7404/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/native_ops.cpp.o 2024-04-03T16:12:25.0509674Z [7404/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2024-04-03T16:12:25.0512522Z [7405/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/generated_ops.cpp.o 2024-04-03T16:12:25.1957038Z [7405/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2024-04-03T16:12:25.1966342Z [7406/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_script.cpp.o 2024-04-03T16:12:25.4174170Z [7406/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2024-04-03T16:12:25.4178878Z [7407/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/te_wrapper.cpp.o 2024-04-03T16:12:25.9846212Z [7407/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2024-04-03T16:12:25.9849251Z [7408/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry.cpp.o 2024-04-03T16:12:26.5304492Z [7408/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2024-04-03T16:12:26.5316932Z [7409/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/static/ops.cpp.o 2024-04-03T16:12:26.5473331Z [7409/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2024-04-03T16:12:26.5483100Z [7410/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/symbolic_shape_registry_util.cpp.o 2024-04-03T16:12:26.8724971Z [7410/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2024-04-03T16:12:26.8734408Z [7411/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/callstack_debug_info_serialization.cpp.o 2024-04-03T16:12:27.2398728Z [7411/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2024-04-03T16:12:27.2409135Z [7412/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/vararg_functions.cpp.o 2024-04-03T16:12:27.6795203Z [7412/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2024-04-03T16:12:27.6804127Z [7413/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_export_helpers.cpp.o 2024-04-03T16:12:27.9586520Z [7413/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2024-04-03T16:12:27.9596001Z [7414/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_read.cpp.o 2024-04-03T16:12:28.3208653Z [7414/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2024-04-03T16:12:28.3214071Z [7415/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import_source.cpp.o 2024-04-03T16:12:28.6483874Z [7415/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2024-04-03T16:12:28.6493725Z [7416/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickle.cpp.o 2024-04-03T16:12:29.3224292Z [7416/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2024-04-03T16:12:29.3236360Z [7417/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/import.cpp.o 2024-04-03T16:12:29.4432323Z [7417/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2024-04-03T16:12:29.4441987Z [7418/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/type_name_uniquer.cpp.o 2024-04-03T16:12:29.6888815Z [7418/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2024-04-03T16:12:29.6898611Z [7419/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/python_print.cpp.o 2024-04-03T16:12:30.0867256Z [7419/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2024-04-03T16:12:30.0876783Z [7420/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/source_range_serialization.cpp.o 2024-04-03T16:12:30.4551106Z [7420/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2024-04-03T16:12:30.4562519Z [7421/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/pickler.cpp.o 2024-04-03T16:12:31.8386354Z [7421/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2024-04-03T16:12:31.8393584Z [7422/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/unpickler.cpp.o 2024-04-03T16:12:32.1186947Z [7422/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2024-04-03T16:12:32.1192174Z [7423/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/block_codegen.cpp.o 2024-04-03T16:12:32.2120333Z [7423/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2024-04-03T16:12:32.2122792Z [7424/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_inference.cpp.o 2024-04-03T16:12:32.4975538Z [7424/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2024-04-03T16:12:32.4982707Z [7425/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/bounds_overlap.cpp.o 2024-04-03T16:12:32.5147276Z [7425/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2024-04-03T16:12:32.5154716Z [7426/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/codegen.cpp.o 2024-04-03T16:12:34.4229630Z [7426/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2024-04-03T16:12:34.4232204Z [7427/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/cpp_codegen.cpp.o 2024-04-03T16:12:34.4420702Z [7427/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2024-04-03T16:12:34.4423277Z [7428/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/eval.cpp.o 2024-04-03T16:12:34.7106347Z [7428/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2024-04-03T16:12:34.7109099Z [7429/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_core.cpp.o 2024-04-03T16:12:34.8282009Z [7429/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2024-04-03T16:12:34.8293900Z [7430/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/expr.cpp.o 2024-04-03T16:12:35.1574770Z [7430/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2024-04-03T16:12:35.1584223Z [7431/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_registry.cpp.o 2024-04-03T16:12:36.1138238Z [7431/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2024-04-03T16:12:36.1150488Z [7432/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions.cpp.o 2024-04-03T16:12:36.1562649Z [7432/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2024-04-03T16:12:36.1571311Z [7433/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/intrinsic_symbols.cpp.o 2024-04-03T16:12:36.9874997Z [7433/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2024-04-03T16:12:36.9886685Z [7434/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/external_functions_codegen.cpp.o 2024-04-03T16:12:37.0960636Z [7434/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2024-04-03T16:12:37.0972362Z [7435/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/hash_provider.cpp.o 2024-04-03T16:12:37.4338488Z [7435/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2024-04-03T16:12:37.4350277Z [7436/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/graph_opt.cpp.o 2024-04-03T16:12:38.1164277Z [7436/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2024-04-03T16:12:38.1173228Z [7437/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir.cpp.o 2024-04-03T16:12:38.6664104Z [7437/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2024-04-03T16:12:38.6676596Z [7438/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_cloner.cpp.o 2024-04-03T16:12:38.6855850Z [7438/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2024-04-03T16:12:38.6866837Z [7439/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_mutator.cpp.o 2024-04-03T16:12:39.5792475Z [7439/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2024-04-03T16:12:39.5803215Z [7440/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_simplifier.cpp.o 2024-04-03T16:12:39.9523556Z [7440/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2024-04-03T16:12:39.9534023Z [7441/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_printer.cpp.o 2024-04-03T16:12:40.6108630Z [7441/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2024-04-03T16:12:40.6119426Z [7442/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_visitor.cpp.o 2024-04-03T16:12:41.0307762Z [7442/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2024-04-03T16:12:41.0318465Z [7443/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/ir_verifier.cpp.o 2024-04-03T16:12:41.2390504Z [7443/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2024-04-03T16:12:41.2393279Z [7444/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_jit.cpp.o 2024-04-03T16:12:41.2395391Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_jit.cpp:34: 2024-04-03T16:12:41.2397498Z /opt/rocm/llvm/include/llvm/Support/Host.h:16:5: warning: This header is deprecated, please use llvm/TargetParser/Host.h 2024-04-03T16:12:41.2399570Z 16 | "This header is deprecated, please use llvm/TargetParser/Host.h" 2024-04-03T16:12:41.2459925Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:12:41.2461091Z 2024-04-03T16:12:42.7001724Z [7444/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2024-04-03T16:12:42.7004258Z [7445/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/kernel.cpp.o 2024-04-03T16:12:42.9144789Z [7445/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2024-04-03T16:12:42.9151094Z [7446/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest.cpp.o 2024-04-03T16:12:42.9468509Z [7446/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2024-04-03T16:12:42.9477347Z [7447/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/llvm_codegen.cpp.o 2024-04-03T16:12:42.9495383Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/llvm_codegen.cpp:41: 2024-04-03T16:12:42.9498080Z /opt/rocm/llvm/include/llvm/Support/Host.h:16:5: warning: This header is deprecated, please use llvm/TargetParser/Host.h 2024-04-03T16:12:42.9500049Z 16 | "This header is deprecated, please use llvm/TargetParser/Host.h" 2024-04-03T16:12:42.9501136Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T16:12:42.9511884Z 2024-04-03T16:12:43.6487900Z [7447/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2024-04-03T16:12:43.6491192Z [7448/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/lowerings.cpp.o 2024-04-03T16:12:43.6694277Z [7448/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2024-04-03T16:12:43.6697695Z [7449/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/loopnest_randomization.cpp.o 2024-04-03T16:12:45.2785783Z [7449/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2024-04-03T16:12:45.2796918Z [7450/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/misc.cpp.o 2024-04-03T16:12:45.4512227Z [7450/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2024-04-03T16:12:45.4526190Z [7451/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/conv2d.cpp.o 2024-04-03T16:12:45.5424570Z [7451/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2024-04-03T16:12:45.5436472Z [7452/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/mem_dependency_checker.cpp.o 2024-04-03T16:12:46.0316138Z [7452/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2024-04-03T16:12:46.0433404Z [7453/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/matmul.cpp.o 2024-04-03T16:12:46.3602948Z [7453/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2024-04-03T16:12:46.3605734Z [7454/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/pointwise.cpp.o 2024-04-03T16:12:47.0700902Z [7454/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2024-04-03T16:12:47.0710119Z [7455/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/reduction.cpp.o 2024-04-03T16:12:48.1148226Z [7455/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2024-04-03T16:12:48.1160040Z [7456/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/norm.cpp.o 2024-04-03T16:12:48.4146952Z [7456/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2024-04-03T16:12:48.4158394Z [7457/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/reduction.cpp.o 2024-04-03T16:12:48.5982475Z [7457/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2024-04-03T16:12:48.5987987Z [7458/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/quantization.cpp.o 2024-04-03T16:12:48.7867559Z [7458/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2024-04-03T16:12:48.7873101Z [7459/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/operators/softmax.cpp.o 2024-04-03T16:12:49.1242122Z [7459/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2024-04-03T16:12:49.1244411Z [7460/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/types.cpp.o 2024-04-03T16:12:49.6500952Z [7460/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2024-04-03T16:12:49.6512598Z [7461/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/registerizer.cpp.o 2024-04-03T16:12:49.7409058Z [7461/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2024-04-03T16:12:49.7411828Z [7462/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/tensor.cpp.o 2024-04-03T16:12:49.9710630Z [7462/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2024-04-03T16:12:49.9719666Z [7463/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/tensorexpr/unique_name_manager.cpp.o 2024-04-03T16:12:49.9909312Z [7463/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2024-04-03T16:12:49.9911881Z [7464/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/hooks_for_testing.cpp.o 2024-04-03T16:12:50.6007807Z [7464/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2024-04-03T16:12:50.6016491Z [7465/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/testing/file_check.cpp.o 2024-04-03T16:12:50.9762677Z [7465/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2024-04-03T16:12:50.9771807Z [7466/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_device.cpp.o 2024-04-03T16:12:51.0926657Z [7466/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2024-04-03T16:12:51.0935512Z [7467/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/backend_interface.cpp.o 2024-04-03T16:12:51.1558112Z [7467/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2024-04-03T16:12:51.1566335Z [7468/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/config.cpp.o 2024-04-03T16:12:51.3085057Z [7468/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2024-04-03T16:12:51.3087630Z [7469/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/backend/lowering_context.cpp.o 2024-04-03T16:12:51.5305041Z [7469/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2024-04-03T16:12:51.5313912Z [7470/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/debug_util.cpp.o 2024-04-03T16:12:52.1848767Z [7470/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2024-04-03T16:12:52.1853883Z [7471/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/hash.cpp.o 2024-04-03T16:12:52.3489481Z [7471/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2024-04-03T16:12:52.3491957Z [7472/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/helpers.cpp.o 2024-04-03T16:12:52.6029199Z [7472/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2024-04-03T16:12:52.6038161Z [7473/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_dump_util.cpp.o 2024-04-03T16:12:52.6342868Z [7473/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2024-04-03T16:12:52.6352994Z [7474/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir.cpp.o 2024-04-03T16:12:52.8348127Z [7474/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2024-04-03T16:12:52.8354632Z [7475/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_util.cpp.o 2024-04-03T16:12:53.1962630Z [7475/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2024-04-03T16:12:53.1965235Z [7476/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/multi_wait.cpp.o 2024-04-03T16:12:53.5122150Z [7476/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2024-04-03T16:12:53.5131051Z [7477/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ir_metadata.cpp.o 2024-04-03T16:12:53.8862601Z [7477/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2024-04-03T16:12:53.8871663Z [7478/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/lazy_graph_executor.cpp.o 2024-04-03T16:12:54.1239917Z [7478/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2024-04-03T16:12:54.1248381Z [7479/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/permutation_util.cpp.o 2024-04-03T16:12:54.3165613Z [7479/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2024-04-03T16:12:54.3174282Z [7480/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/metrics.cpp.o 2024-04-03T16:12:54.3857453Z [7480/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2024-04-03T16:12:54.3860619Z [7481/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/arithmetic_ir_ops.cpp.o 2024-04-03T16:12:54.7960768Z [7481/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2024-04-03T16:12:54.7969399Z [7482/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape.cpp.o 2024-04-03T16:12:55.1981268Z [7482/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2024-04-03T16:12:55.1984534Z [7483/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/thread_pool.cpp.o 2024-04-03T16:12:55.2827580Z [7483/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2024-04-03T16:12:55.2836874Z [7484/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/ops/utils.cpp.o 2024-04-03T16:12:55.7183480Z [7484/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2024-04-03T16:12:55.7192448Z [7485/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor.cpp.o 2024-04-03T16:12:55.9275530Z [7485/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2024-04-03T16:12:55.9284129Z [7486/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/counters.cpp.o 2024-04-03T16:12:56.0445406Z [7486/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2024-04-03T16:12:56.0453297Z [7487/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_util.cpp.o 2024-04-03T16:12:56.4139706Z [7487/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2024-04-03T16:12:56.4142256Z [7488/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/tensor_impl.cpp.o 2024-04-03T16:12:56.6321237Z [7488/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2024-04-03T16:12:56.6330572Z [7489/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/monitor/events.cpp.o 2024-04-03T16:12:57.1016808Z [7489/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/combined_traceback.cpp.o 2024-04-03T16:12:57.1027720Z [7490/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/trie.cpp.o 2024-04-03T16:12:57.4165868Z [7490/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2024-04-03T16:12:57.4177565Z [7491/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/core/shape_inference.cpp.o 2024-04-03T16:12:57.7974558Z [7491/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2024-04-03T16:12:57.7977027Z [7492/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/data_flow.cpp.o 2024-04-03T16:12:57.8681910Z [7492/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2024-04-03T16:12:57.8684512Z [7493/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/collection.cpp.o 2024-04-03T16:12:57.9402484Z [7493/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2024-04-03T16:12:57.9405195Z [7494/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/combined_traceback.cpp.o 2024-04-03T16:12:58.3562658Z [7494/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/vulkan.cpp.o 2024-04-03T16:12:58.3572786Z [7495/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_client_interface.cpp.o 2024-04-03T16:12:58.9843718Z [7495/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_trace_observer.cpp.o 2024-04-03T16:12:58.9846468Z [7496/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/kineto_shim.cpp.o 2024-04-03T16:12:59.0514767Z [7496/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2024-04-03T16:12:59.0517321Z [7497/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/observer.cpp.o 2024-04-03T16:12:59.0909446Z [7497/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2024-04-03T16:12:59.0912019Z [7498/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/vulkan.cpp.o 2024-04-03T16:12:59.3834877Z [7498/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2024-04-03T16:12:59.3844513Z [7499/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/orchestration/python_tracer.cpp.o 2024-04-03T16:12:59.6930403Z [7499/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2024-04-03T16:12:59.6939617Z [7500/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/execution_trace_observer.cpp.o 2024-04-03T16:12:59.7462912Z [7500/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind_fb.cpp.o 2024-04-03T16:12:59.7471346Z [7501/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/perf.cpp.o 2024-04-03T16:12:59.9461795Z [7501/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind.cpp.o 2024-04-03T16:12:59.9470566Z [7502/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind_fb.cpp.o 2024-04-03T16:13:00.0419680Z [7502/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2024-04-03T16:13:00.0422002Z [7503/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/base.cpp.o 2024-04-03T16:13:00.3271232Z [7503/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2024-04-03T16:13:00.3273921Z [7504/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/itt_observer.cpp.o 2024-04-03T16:13:00.4079396Z [7504/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2024-04-03T16:13:00.4088356Z [7505/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/standalone/nvtx_observer.cpp.o 2024-04-03T16:13:00.5588041Z [7505/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2024-04-03T16:13:00.5597022Z [7506/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/cpp_stacktraces.cpp.o 2024-04-03T16:13:00.7480318Z [7506/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2024-04-03T16:13:00.7484253Z [7507/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/unwind/unwind.cpp.o 2024-04-03T16:13:01.2421057Z [7507/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2024-04-03T16:13:01.2431280Z [7508/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/schema_info.cpp.o 2024-04-03T16:13:01.7704104Z [7508/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2024-04-03T16:13:01.7713275Z [7509/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/util.cpp.o 2024-04-03T16:13:01.8666835Z [7509/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2024-04-03T16:13:01.8674999Z [7510/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/variadic.cpp.o 2024-04-03T16:13:02.4320118Z [7510/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2024-04-03T16:13:02.4329765Z [7511/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/remove_inplace_ops.cpp.o 2024-04-03T16:13:02.7643355Z [7511/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2024-04-03T16:13:02.7648493Z [7512/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/lower_graph.cpp.o 2024-04-03T16:13:03.1703404Z [7512/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2024-04-03T16:13:03.1714391Z [7513/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/tensor_flatten.cpp.o 2024-04-03T16:13:03.6112194Z [7513/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2024-04-03T16:13:03.6116161Z [7514/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/utils/check_alias_annotation.cpp.o 2024-04-03T16:13:03.7616818Z [7514/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2024-04-03T16:13:03.7622419Z [7515/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/cuda/interface.cpp.o 2024-04-03T16:13:04.1078082Z [7515/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2024-04-03T16:13:04.1087305Z [7516/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_c10_ops.cpp.o 2024-04-03T16:13:04.6726938Z [7516/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2024-04-03T16:13:04.6737107Z [7517/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/sequence_num.cpp.o 2024-04-03T16:13:04.8671371Z [7517/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2024-04-03T16:13:04.8682966Z [7518/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/passes/autocast.cpp.o 2024-04-03T16:13:05.1783452Z [7518/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2024-04-03T16:13:05.1792474Z [7519/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/debug_info.cpp.o 2024-04-03T16:13:05.5289767Z [7519/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2024-04-03T16:13:05.5298118Z [7520/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/config.cpp.o 2024-04-03T16:13:06.0773316Z [7520/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2024-04-03T16:13:06.0784912Z [7521/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops.cpp.o 2024-04-03T16:13:06.5828003Z [7521/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2024-04-03T16:13:06.5830602Z [7522/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/dynamic_ir.cpp.o 2024-04-03T16:13:06.7924175Z [7522/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2024-04-03T16:13:06.7929019Z [7523/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/device_data.cpp.o 2024-04-03T16:13:07.3750279Z [7523/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2024-04-03T16:13:07.3761432Z [7524/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_special_ops.cpp.o 2024-04-03T16:13:07.3913939Z [7524/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2024-04-03T16:13:07.3923867Z [7525/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ops/generic.cpp.o 2024-04-03T16:13:07.4985094Z [7525/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2024-04-03T16:13:07.4996597Z [7526/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/runtime/register_prim_ops_fulljit.cpp.o 2024-04-03T16:13:08.0868184Z [7526/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2024-04-03T16:13:08.0877569Z [7527/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/tensor_aten_ops.cpp.o 2024-04-03T16:13:08.3209074Z [7527/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2024-04-03T16:13:08.3219681Z [7528/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_autograd_functions.cpp.o 2024-04-03T16:13:08.9049781Z [7528/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2024-04-03T16:13:08.9059261Z [7529/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_lowering_context.cpp.o 2024-04-03T16:13:09.3247497Z [7529/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2024-04-03T16:13:09.3249984Z [7530/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node.cpp.o 2024-04-03T16:13:09.7764205Z [7530/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2024-04-03T16:13:09.7774981Z [7531/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_backend_impl.cpp.o 2024-04-03T16:13:09.8319894Z [7531/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2024-04-03T16:13:09.8322612Z [7532/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_eager_fallback.cpp.o 2024-04-03T16:13:10.7641239Z [7532/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2024-04-03T16:13:10.7650123Z [7533/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/export_data.cpp.o 2024-04-03T16:13:11.2204175Z [7533/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2024-04-03T16:13:11.2214018Z [7534/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_node_lowering.cpp.o 2024-04-03T16:13:11.3630638Z [7534/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2024-04-03T16:13:11.3642325Z [7535/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/lazy/ts_backend/ts_native_functions.cpp.o 2024-04-03T16:13:12.0571851Z [7535/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2024-04-03T16:13:12.0582528Z [7536/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/import_data.cpp.o 2024-04-03T16:13:12.4455383Z [7536/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2024-04-03T16:13:12.4466524Z [7537/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/optim/sgd.cpp.o 2024-04-03T16:13:13.6385932Z [7537/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2024-04-03T16:13:13.6397150Z [7538/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/random.cpp.o 2024-04-03T16:13:13.8947738Z [7538/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2024-04-03T16:13:13.8958157Z [7539/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/train/sequential.cpp.o 2024-04-03T16:13:14.1121107Z [7539/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2024-04-03T16:13:14.1132114Z [7540/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/flatbuffer_serializer.cpp.o 2024-04-03T16:13:14.5683342Z [7540/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2024-04-03T16:13:14.5685802Z [7541/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/FunctionsManual.cpp.o 2024-04-03T16:13:14.7484482Z [7541/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2024-04-03T16:13:14.7492886Z [7542/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/itt_wrapper.cpp.o 2024-04-03T16:13:15.1595371Z [7542/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2024-04-03T16:13:15.1604796Z [7543/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/TraceTypeManual.cpp.o 2024-04-03T16:13:15.2274356Z [7543/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2024-04-03T16:13:15.2276806Z [7544/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/out_types.cpp.o 2024-04-03T16:13:15.3235026Z [7544/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2024-04-03T16:13:15.3243929Z [7545/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/profiler/stubs/itt.cpp.o 2024-04-03T16:13:15.5657485Z [7545/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2024-04-03T16:13:15.5668912Z [7546/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/autograd/VariableTypeManual.cpp.o 2024-04-03T16:13:16.1806594Z [7546/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2024-04-03T16:13:16.1811101Z [7547/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport.cpp.o 2024-04-03T16:13:16.3193861Z [7547/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2024-04-03T16:13:16.3203329Z [7548/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/jit.cpp.o 2024-04-03T16:13:16.8089357Z [7548/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2024-04-03T16:13:16.8092498Z [7549/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/mobile/compatibility/backport_manager.cpp.o 2024-04-03T16:13:16.9644564Z [7549/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2024-04-03T16:13:16.9653901Z [7550/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/onnx.cpp.o 2024-04-03T16:13:17.6954126Z [7550/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2024-04-03T16:13:17.6963547Z [7551/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_bytecode.cpp.o 2024-04-03T16:13:18.2795571Z [7551/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2024-04-03T16:13:18.2805366Z [7552/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/api/module_save.cpp.o 2024-04-03T16:13:18.5555085Z [7552/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2024-04-03T16:13:18.5563793Z [7553/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/utils/byte_order.cpp.o 2024-04-03T16:13:18.9868181Z [7553/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2024-04-03T16:13:18.9879690Z [7554/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export_module.cpp.o 2024-04-03T16:13:19.3307984Z [7554/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Functional.cpp.o 2024-04-03T16:13:19.3310577Z [7555/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/serialization/export.cpp.o 2024-04-03T16:13:19.4136161Z [7555/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2024-04-03T16:13:19.4148522Z [7556/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/jit/codegen/fuser/cpu/fused_kernel.cpp.o 2024-04-03T16:13:19.9712868Z [7556/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GroupRegistry.cpp.o 2024-04-03T16:13:19.9722531Z [7557/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/FileStore.cpp.o 2024-04-03T16:13:20.0250110Z [7557/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2024-04-03T16:13:20.0260064Z [7558/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GlooDeviceFactory.cpp.o 2024-04-03T16:13:20.9559686Z [7558/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2024-04-03T16:13:20.9573408Z [7559/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Backend.cpp.o 2024-04-03T16:13:21.1362856Z [7559/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2024-04-03T16:13:21.1372443Z [7560/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ParamCommsUtils.cpp.o 2024-04-03T16:13:21.9073702Z [7560/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2024-04-03T16:13:21.9086299Z [7561/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Functional.cpp.o 2024-04-03T16:13:22.0882079Z [7561/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2024-04-03T16:13:22.0891176Z [7562/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/PrefixStore.cpp.o 2024-04-03T16:13:22.1534101Z [7562/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2024-04-03T16:13:22.1536929Z [7563/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/GroupRegistry.cpp.o 2024-04-03T16:13:22.3401831Z [7563/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2024-04-03T16:13:22.3411282Z [7564/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupMPI.cpp.o 2024-04-03T16:13:22.6247883Z [7564/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2024-04-03T16:13:22.6250326Z [7565/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Ops.cpp.o 2024-04-03T16:13:23.4273134Z [7565/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2024-04-03T16:13:23.4282002Z [7566/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Store.cpp.o 2024-04-03T16:13:24.1833473Z [7566/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStoreBackend.cpp.o 2024-04-03T16:13:24.1845048Z [7567/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroup.cpp.o 2024-04-03T16:13:24.6188579Z [7567/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2024-04-03T16:13:24.6194240Z [7568/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupGloo.cpp.o 2024-04-03T16:13:24.9869652Z [7568/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStoreLibUvBackend.cpp.o 2024-04-03T16:13:24.9880342Z [7569/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupWrapper.cpp.o 2024-04-03T16:13:25.6403007Z [7569/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2024-04-03T16:13:25.6407114Z [7570/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStore.cpp.o 2024-04-03T16:13:26.1924952Z [7570/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2024-04-03T16:13:26.1934056Z [7571/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStoreLibUvBackend.cpp.o 2024-04-03T16:13:26.3104761Z [7571/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2024-04-03T16:13:26.3116546Z [7572/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/TCPStoreBackend.cpp.o 2024-04-03T16:13:27.0145332Z [7572/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2024-04-03T16:13:27.0154781Z [7573/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/debug.cpp.o 2024-04-03T16:13:27.4511935Z [7573/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2024-04-03T16:13:27.4524669Z [7574/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/comm.cpp.o 2024-04-03T16:13:27.7989781Z [7574/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2024-04-03T16:13:27.8001016Z [7575/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Utils.cpp.o 2024-04-03T16:13:27.9181430Z [7575/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2024-04-03T16:13:27.9190792Z [7576/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logging.cpp.o 2024-04-03T16:13:28.9071616Z [7576/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2024-04-03T16:13:28.9082976Z [7577/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/logger.cpp.o 2024-04-03T16:13:29.6314268Z [7577/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2024-04-03T16:13:29.6329430Z [7578/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/default_comm_hooks.cpp.o 2024-04-03T16:13:29.9044239Z [7578/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2024-04-03T16:13:29.9052830Z [7579/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/socket.cpp.o 2024-04-03T16:13:29.9370318Z [7579/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2024-04-03T16:13:29.9373021Z [7580/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/quantization/quantization.cpp.o 2024-04-03T16:13:30.3230896Z [7580/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2024-04-03T16:13:30.3241816Z [7581/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.cpp.o 2024-04-03T16:13:30.7242324Z [7581/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2024-04-03T16:13:30.7254448Z [7582/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/reducer.cpp.o 2024-04-03T16:13:32.1966992Z [7582/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2024-04-03T16:13:32.1980219Z [7583/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/autograd.cpp.o 2024-04-03T16:13:32.4623045Z [7583/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2024-04-03T16:13:32.4634242Z [7584/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/Work.cpp.o 2024-04-03T16:13:32.5539557Z [7584/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2024-04-03T16:13:32.5551443Z [7585/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/utils.cpp.o 2024-04-03T16:13:32.9395373Z [7585/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2024-04-03T16:13:32.9407307Z [7586/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/engine/dist_engine.cpp.o 2024-04-03T16:13:33.1011992Z [7586/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2024-04-03T16:13:33.1016705Z [7587/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/container.cpp.o 2024-04-03T16:13:33.1841184Z [7587/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2024-04-03T16:13:33.1844744Z [7588/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.cpp.o 2024-04-03T16:13:33.7404366Z [7588/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2024-04-03T16:13:33.7414278Z [7589/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/sendrpc_backward.cpp.o 2024-04-03T16:13:34.8297184Z [7589/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2024-04-03T16:13:34.8305355Z [7590/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/context/context.cpp.o 2024-04-03T16:13:35.1058437Z [7590/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2024-04-03T16:13:35.1061866Z [7591/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/functions/recvrpc_backward.cpp.o 2024-04-03T16:13:35.6735734Z [7591/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2024-04-03T16:13:35.6743542Z [7592/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.cpp.o 2024-04-03T16:13:36.1676788Z [7592/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2024-04-03T16:13:36.1688765Z [7593/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.cpp.o 2024-04-03T16:13:36.5330928Z [7593/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2024-04-03T16:13:36.5343557Z [7594/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.cpp.o 2024-04-03T16:13:37.4094203Z [7594/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2024-04-03T16:13:37.4106008Z [7595/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.cpp.o 2024-04-03T16:13:37.8613389Z [7595/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2024-04-03T16:13:37.8625163Z [7596/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.cpp.o 2024-04-03T16:13:38.4957833Z [7596/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2024-04-03T16:13:38.4969279Z [7597/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.cpp.o 2024-04-03T16:13:38.7890877Z [7597/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2024-04-03T16:13:38.7900532Z [7598/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/HashStore.cpp.o 2024-04-03T16:13:39.0679022Z [7598/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2024-04-03T16:13:39.0690860Z [7599/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.cpp.o 2024-04-03T16:13:39.4946215Z [7599/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2024-04-03T16:13:39.4957908Z [7600/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.cpp.o 2024-04-03T16:13:40.8610066Z [7600/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2024-04-03T16:13:40.8612705Z [7601/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/agent_utils.cpp.o 2024-04-03T16:13:41.0868588Z [7601/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2024-04-03T16:13:41.0879682Z [7602/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.cpp.o 2024-04-03T16:13:41.3546331Z [7602/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2024-04-03T16:13:41.3551467Z [7603/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/message.cpp.o 2024-04-03T16:13:41.5723223Z [7603/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2024-04-03T16:13:41.5734776Z [7604/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/remote_profiler_manager.cpp.o 2024-04-03T16:13:41.9221265Z [7604/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2024-04-03T16:13:41.9233070Z [7605/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_call.cpp.o 2024-04-03T16:13:42.2539300Z [7605/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2024-04-03T16:13:42.2545454Z [7606/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/profiler/server_process_global_profiler.cpp.o 2024-04-03T16:13:43.6470964Z [7606/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2024-04-03T16:13:43.6476565Z [7607/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_resp.cpp.o 2024-04-03T16:13:44.0897548Z [7607/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2024-04-03T16:13:44.0909087Z [7608/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/python_remote_call.cpp.o 2024-04-03T16:13:44.4393153Z [7608/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2024-04-03T16:13:44.4404402Z [7609/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback.cpp.o 2024-04-03T16:13:44.7382017Z [7609/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2024-04-03T16:13:44.7386167Z [7610/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_context.cpp.o 2024-04-03T16:13:45.2639579Z [7610/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2024-04-03T16:13:45.2642471Z [7611/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/request_callback_no_python.cpp.o 2024-04-03T16:13:46.1335935Z [7611/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2024-04-03T16:13:46.1347644Z [7612/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rpc_agent.cpp.o 2024-04-03T16:13:46.7390399Z [7612/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2024-04-03T16:13:46.7401837Z [7613/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_proto.cpp.o 2024-04-03T16:13:47.3117641Z [7613/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2024-04-03T16:13:47.3130025Z [7614/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/rref_impl.cpp.o 2024-04-03T16:13:47.4386418Z [7614/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2024-04-03T16:13:47.4397933Z [7615/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_call.cpp.o 2024-04-03T16:13:47.7764153Z [7615/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2024-04-03T16:13:47.7776206Z [7616/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_remote_call.cpp.o 2024-04-03T16:13:48.8344484Z [7616/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2024-04-03T16:13:48.8355656Z [7617/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/script_resp.cpp.o 2024-04-03T16:13:49.7445489Z [7617/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2024-04-03T16:13:49.7458034Z [7618/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_agent.cpp.o 2024-04-03T16:13:49.9728202Z [7618/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2024-04-03T16:13:49.9738032Z [7619/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/types.cpp.o 2024-04-03T16:13:50.2505891Z [7619/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2024-04-03T16:13:50.2511744Z [7620/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/testing/faulty_tensorpipe_agent.cpp.o 2024-04-03T16:13:50.4709493Z [7620/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2024-04-03T16:13:50.4715602Z [7621/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/torchscript_functions.cpp.o 2024-04-03T16:13:50.7220018Z [7621/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2024-04-03T16:13:50.7231521Z [7622/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/tensorpipe_utils.cpp.o 2024-04-03T16:13:51.1396068Z [7622/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2024-04-03T16:13:51.1404093Z [7623/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/cuda.cpp.o 2024-04-03T16:13:52.4322629Z [7623/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2024-04-03T16:13:52.4327997Z [7624/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/datasets/mnist.cpp.o 2024-04-03T16:13:52.8348856Z [7624/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2024-04-03T16:13:52.8359902Z [7625/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/distributed/rpc/utils.cpp.o 2024-04-03T16:13:53.1568495Z [7625/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2024-04-03T16:13:53.1580313Z [7626/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/random.cpp.o 2024-04-03T16:13:53.4896372Z [7626/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2024-04-03T16:13:53.4905110Z [7627/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/enum.cpp.o 2024-04-03T16:13:53.5587673Z [7627/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2024-04-03T16:13:53.5590290Z [7628/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/distributed.cpp.o 2024-04-03T16:13:53.8582394Z [7628/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/mps.cpp.o 2024-04-03T16:13:53.8588199Z [7629/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/stream.cpp.o 2024-04-03T16:13:54.2286315Z [7629/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2024-04-03T16:13:54.2291148Z [7630/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/mps.cpp.o 2024-04-03T16:13:54.3141545Z [7630/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2024-04-03T16:13:54.3143949Z [7631/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/imethod.cpp.o 2024-04-03T16:13:55.3367977Z [7631/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2024-04-03T16:13:55.3371851Z [7632/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/data/samplers/sequential.cpp.o 2024-04-03T16:13:56.4789263Z [7632/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2024-04-03T16:13:56.4800021Z [7633/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/init.cpp.o 2024-04-03T16:13:56.5424378Z [7633/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2024-04-03T16:13:56.5429802Z [7634/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize.cpp.o 2024-04-03T16:13:56.8268622Z [7634/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2024-04-03T16:13:56.8279758Z [7635/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/_functions.cpp.o 2024-04-03T16:13:56.9150127Z [7635/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2024-04-03T16:13:56.9160745Z [7636/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/module.cpp.o 2024-04-03T16:13:57.8208017Z [7636/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2024-04-03T16:13:57.8219530Z [7637/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/activation.cpp.o 2024-04-03T16:13:59.2220049Z [7637/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2024-04-03T16:13:59.2231468Z [7638/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/adaptive.cpp.o 2024-04-03T16:13:59.2853366Z [7638/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2024-04-03T16:13:59.2864745Z [7639/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/batchnorm.cpp.o 2024-04-03T16:13:59.4509213Z [7639/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2024-04-03T16:13:59.4521022Z [7640/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/normalization.cpp.o 2024-04-03T16:13:59.5647529Z [7640/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2024-04-03T16:13:59.5659171Z [7641/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/conv.cpp.o 2024-04-03T16:14:00.0489115Z [7641/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2024-04-03T16:14:00.0493695Z [7642/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/instancenorm.cpp.o 2024-04-03T16:14:01.7038149Z [7642/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2024-04-03T16:14:01.7052643Z [7643/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/distance.cpp.o 2024-04-03T16:14:01.9132022Z [7643/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2024-04-03T16:14:01.9143784Z [7644/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/dropout.cpp.o 2024-04-03T16:14:02.0555713Z [7644/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2024-04-03T16:14:02.0568318Z [7645/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/embedding.cpp.o 2024-04-03T16:14:02.2643951Z [7645/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2024-04-03T16:14:02.2655258Z [7646/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/fold.cpp.o 2024-04-03T16:14:02.4828379Z [7646/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2024-04-03T16:14:02.4840603Z [7647/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/padding.cpp.o 2024-04-03T16:14:03.9607175Z [7647/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2024-04-03T16:14:03.9619485Z [7648/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/loss.cpp.o 2024-04-03T16:14:04.5328436Z [7648/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2024-04-03T16:14:04.5339862Z [7649/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/linear.cpp.o 2024-04-03T16:14:04.7643170Z [7649/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2024-04-03T16:14:04.7649149Z [7650/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/rnn.cpp.o 2024-04-03T16:14:05.2170463Z [7650/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2024-04-03T16:14:05.2175932Z [7651/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pooling.cpp.o 2024-04-03T16:14:05.3632213Z [7651/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2024-04-03T16:14:05.3638372Z [7652/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/pixelshuffle.cpp.o 2024-04-03T16:14:06.5359334Z [7652/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2024-04-03T16:14:06.5361803Z [7653/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/upsampling.cpp.o 2024-04-03T16:14:07.1870014Z [7653/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2024-04-03T16:14:07.1872660Z [7654/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/activation.cpp.o 2024-04-03T16:14:07.5829592Z [7654/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2024-04-03T16:14:07.5841691Z [7655/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/container/functional.cpp.o 2024-04-03T16:14:07.6016770Z [7655/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2024-04-03T16:14:07.6029269Z [7656/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/batchnorm.cpp.o 2024-04-03T16:14:07.7900697Z [7656/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2024-04-03T16:14:07.7903992Z [7657/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/modules/transformer.cpp.o 2024-04-03T16:14:09.0379446Z [7657/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2024-04-03T16:14:09.0394493Z [7658/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/adaptive.cpp.o 2024-04-03T16:14:09.4793372Z [7658/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2024-04-03T16:14:09.4805099Z [7659/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/embedding.cpp.o 2024-04-03T16:14:09.5388366Z [7659/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2024-04-03T16:14:09.5399859Z [7660/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/normalization.cpp.o 2024-04-03T16:14:09.9936905Z [7660/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2024-04-03T16:14:09.9943195Z [7661/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/instancenorm.cpp.o 2024-04-03T16:14:10.3457973Z [7661/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2024-04-03T16:14:10.3469682Z [7662/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/conv.cpp.o 2024-04-03T16:14:11.7161495Z [7662/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2024-04-03T16:14:11.7186047Z [7663/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/dropout.cpp.o 2024-04-03T16:14:12.0954377Z [7663/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2024-04-03T16:14:12.0964515Z [7664/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/linear.cpp.o 2024-04-03T16:14:12.2443772Z [7664/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2024-04-03T16:14:12.2456165Z [7665/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/rnn.cpp.o 2024-04-03T16:14:12.4392244Z [7665/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2024-04-03T16:14:12.4403925Z [7666/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/padding.cpp.o 2024-04-03T16:14:13.1436544Z [7666/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2024-04-03T16:14:13.1447952Z [7667/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/pooling.cpp.o 2024-04-03T16:14:14.3496535Z [7667/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2024-04-03T16:14:14.3507753Z [7668/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/vision.cpp.o 2024-04-03T16:14:14.6946100Z [7668/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2024-04-03T16:14:14.6956795Z [7669/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adam.cpp.o 2024-04-03T16:14:14.8807583Z [7669/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2024-04-03T16:14:14.8818494Z [7670/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adagrad.cpp.o 2024-04-03T16:14:15.3388099Z [7670/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2024-04-03T16:14:15.3390672Z [7671/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/nn/options/transformer.cpp.o 2024-04-03T16:14:15.6789452Z [7671/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2024-04-03T16:14:15.6792202Z [7672/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/optimizer.cpp.o 2024-04-03T16:14:16.3374484Z [7672/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2024-04-03T16:14:16.3384823Z [7673/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/lr_scheduler.cpp.o 2024-04-03T16:14:17.1105564Z [7673/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2024-04-03T16:14:17.1117666Z [7674/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/adamw.cpp.o 2024-04-03T16:14:17.2781684Z [7674/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2024-04-03T16:14:17.2792473Z [7675/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/step_lr.cpp.o 2024-04-03T16:14:17.4836751Z [7675/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp.o 2024-04-03T16:14:17.4848117Z [7676/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/rmsprop.cpp.o 2024-04-03T16:14:17.7952026Z [7676/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2024-04-03T16:14:17.7963059Z [7677/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/sgd.cpp.o 2024-04-03T16:14:18.5962918Z [7677/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2024-04-03T16:14:18.5966679Z [7678/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/schedulers/reduce_on_plateau_scheduler.cpp.o 2024-04-03T16:14:18.6529642Z [7678/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2024-04-03T16:14:18.6533504Z [7679/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/optim/serialize.cpp.o 2024-04-03T16:14:18.7697931Z [7679/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/xpu.cpp.o 2024-04-03T16:14:18.7707148Z [7680/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX2.cpp.o 2024-04-03T16:14:19.4699286Z [7680/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2024-04-03T16:14:19.4702025Z [7681/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/xpu.cpp.o 2024-04-03T16:14:19.9831504Z [7681/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2024-04-03T16:14:19.9841442Z [7682/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX2.cpp.o 2024-04-03T16:14:20.1910981Z [7682/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2024-04-03T16:14:20.1922305Z [7683/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/input-archive.cpp.o 2024-04-03T16:14:20.3238892Z [7683/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.AVX2.cpp.o 2024-04-03T16:14:20.3248515Z [7684/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX2.cpp.o 2024-04-03T16:14:20.5866206Z [7684/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2024-04-03T16:14:20.5877769Z [7685/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/torch/csrc/api/src/serialize/output-archive.cpp.o 2024-04-03T16:14:20.8604781Z [7685/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2024-04-03T16:14:20.8614624Z [7686/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX2.cpp.o 2024-04-03T16:14:21.4434754Z [7686/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.AVX2.cpp.o 2024-04-03T16:14:21.4445470Z [7687/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX2.cpp.o 2024-04-03T16:14:21.7994488Z [7687/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:21.7998446Z [7688/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.AVX2.cpp.o 2024-04-03T16:14:21.8714119Z [7688/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2024-04-03T16:14:21.8717076Z [7689/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX2.cpp.o 2024-04-03T16:14:22.1822061Z [7689/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2024-04-03T16:14:22.1824988Z [7690/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.AVX2.cpp.o 2024-04-03T16:14:22.3901509Z [7690/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:22.3911273Z [7691/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX2.cpp.o 2024-04-03T16:14:22.7196954Z [7691/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:22.7207216Z [7692/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:23.3087127Z [7692/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:23.3096828Z [7693/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX2.cpp.o 2024-04-03T16:14:23.4067518Z [7693/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2024-04-03T16:14:23.4070389Z [7694/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX2.cpp.o 2024-04-03T16:14:23.5806966Z [7694/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:23.5812424Z [7695/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:24.1471767Z [7695/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:24.1481574Z [7696/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:24.4899410Z [7696/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:24.4909191Z [7697/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:24.6227018Z [7697/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:24.6236810Z [7698/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX2.cpp.o 2024-04-03T16:14:25.2914125Z [7698/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:25.2923976Z [7699/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:25.5299363Z [7699/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2024-04-03T16:14:25.5308978Z [7700/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:25.9439214Z [7700/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:25.9448544Z [7701/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:26.0165847Z [7701/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:26.0174655Z [7702/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:26.2367014Z [7702/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:26.2376746Z [7703/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:26.6489327Z [7703/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:26.6499278Z [7704/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX2.cpp.o 2024-04-03T16:14:27.1269513Z [7704/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:27.1273539Z [7705/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:27.4166890Z [7705/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:27.4176993Z [7706/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:27.4256065Z [7706/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:27.4259013Z [7707/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:27.8950399Z [7707/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:27.8953760Z [7708/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:28.1951794Z [7708/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:28.1955174Z [7709/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:28.6509336Z [7709/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:28.6515395Z [7710/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:29.0549056Z [7710/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:29.0552055Z [7711/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:29.1766356Z [7711/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:29.1771875Z [7712/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:29.2764417Z [7712/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:29.2773950Z [7713/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:29.6080244Z [7713/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:29.6089640Z [7714/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:29.8239957Z [7714/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:29.8249680Z [7715/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:30.4044592Z [7715/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:30.4054347Z [7716/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:30.6456361Z [7716/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:30.6459994Z [7717/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:30.7885774Z [7717/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2024-04-03T16:14:30.7888918Z [7718/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:31.0417949Z [7718/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:31.0421136Z [7719/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:31.5243573Z [7719/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:31.5253541Z [7720/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:31.9741336Z [7720/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:31.9751469Z [7721/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:32.2045895Z [7721/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:32.2055547Z [7722/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX2.cpp.o 2024-04-03T16:14:32.4647305Z [7722/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:32.4650668Z [7723/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:32.5413649Z [7723/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:32.5423155Z [7724/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:32.9205322Z [7724/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:32.9214671Z [7725/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:33.2187562Z [7725/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:33.2196987Z [7726/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:33.4116184Z [7726/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2024-04-03T16:14:33.4125369Z [7727/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:34.0253825Z [7727/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:34.0263207Z [7728/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:34.2163922Z [7728/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:34.2173513Z [7729/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:34.5214227Z [7729/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:34.5224006Z [7730/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:35.1285780Z [7730/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX512.cpp.o 2024-04-03T16:14:35.1295477Z [7731/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:35.3043899Z [7731/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:35.3049569Z [7732/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:35.8142780Z [7732/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:35.8145644Z [7733/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/spherical_bessel_j0.cpp.AVX512.cpp.o 2024-04-03T16:14:35.9967075Z [7733/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:35.9977151Z [7734/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX2.cpp.o 2024-04-03T16:14:36.0797987Z [7734/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:36.0801769Z [7735/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:36.6200119Z [7735/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:36.6203099Z [7736/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:36.6961683Z [7736/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2024-04-03T16:14:36.6964818Z [7737/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:37.0855114Z [7737/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:37.0864817Z [7738/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:37.1909794Z [7738/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.AVX2.cpp.o 2024-04-03T16:14:37.1918761Z [7739/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:37.6159653Z [7739/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:37.6169457Z [7740/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:38.0247959Z [7740/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:38.0258051Z [7741/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX2.cpp.o 2024-04-03T16:14:38.1813917Z [7741/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX512.cpp.o 2024-04-03T16:14:38.1824190Z [7742/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:38.6014761Z [7742/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX512.cpp.o 2024-04-03T16:14:38.6025378Z [7743/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.AVX2.cpp.o 2024-04-03T16:14:38.7857211Z [7743/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX512.cpp.o 2024-04-03T16:14:38.7867628Z [7744/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:39.0848768Z [7744/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX512.cpp.o 2024-04-03T16:14:39.0858863Z [7745/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX2.cpp.o 2024-04-03T16:14:39.3786747Z [7745/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX512.cpp.o 2024-04-03T16:14:39.3796107Z [7746/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/UfuncCPUKernel_add.cpp.AVX512.cpp.o 2024-04-03T16:14:39.9056068Z [7746/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.AVX512.cpp.o 2024-04-03T16:14:39.9065351Z [7747/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k1.cpp.AVX512.cpp.o 2024-04-03T16:14:40.1095859Z [7747/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX512.cpp.o 2024-04-03T16:14:40.1099863Z [7748/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/quantized/cpu/kernels/QuantizedOpKernels.cpp.AVX512.cpp.o 2024-04-03T16:14:40.1664536Z [7748/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.AVX512.cpp.o 2024-04-03T16:14:40.1674096Z [7749/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/scaled_modified_bessel_k0.cpp.AVX512.cpp.o 2024-04-03T16:14:40.6076979Z [7749/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:40.6087189Z [7750/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/layer_norm_kernel.cpp.AVX512.cpp.o 2024-04-03T16:14:40.7781966Z [7750/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX512.cpp.o 2024-04-03T16:14:40.7791779Z [7751/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int8mm_kernel.cpp.AVX512.cpp.o 2024-04-03T16:14:41.6460532Z [7751/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX512.cpp.o 2024-04-03T16:14:41.6476632Z [7752/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/group_norm_kernel.cpp.AVX512.cpp.o 2024-04-03T16:14:41.7204287Z [7752/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:41.7207618Z [7753/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/int4mm_kernel.cpp.AVX512.cpp.o 2024-04-03T16:14:42.0320331Z [7753/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:42.0330107Z [7754/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/airy_ai.cpp.AVX512.cpp.o 2024-04-03T16:14:42.4694392Z [7754/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:42.4704530Z [7755/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/batch_norm_kernel.cpp.AVX512.cpp.o 2024-04-03T16:14:42.4868482Z [7755/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX512.cpp.o 2024-04-03T16:14:42.4871509Z [7756/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnaryOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:42.9885186Z [7756/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:42.9888406Z [7757/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/WeightNormKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:43.1505375Z [7757/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:43.1508536Z [7758/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:43.2087842Z [7758/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:43.2090922Z [7759/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UpSampleMoreKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:43.8153190Z [7759/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:43.8162664Z [7760/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Unfold2d.cpp.AVX512.cpp.o 2024-04-03T16:14:44.1873039Z [7760/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:44.1883142Z [7761/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/UnfoldBackwardKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:44.4634413Z [7761/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:44.4644284Z [7762/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SumKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:44.5865419Z [7762/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX512.cpp.o 2024-04-03T16:14:44.5875846Z [7763/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/TensorCompareKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:44.8143691Z [7763/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:44.8153544Z [7764/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/StackKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:45.5052903Z [7764/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:45.5056171Z [7765/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SparseFactories.cpp.AVX512.cpp.o 2024-04-03T16:14:45.5236508Z [7765/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:45.5239907Z [7766/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SpmmReduceKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:45.7975051Z [7766/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:45.7985804Z [7767/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPoolKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:45.9847145Z [7767/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:45.9858628Z [7768/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SortingKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:46.4614301Z [7768/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:46.4617603Z [7769/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SampledAddmmKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:46.9559433Z [7769/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:46.9569735Z [7770/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/SoftMaxKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:47.2485273Z [7770/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:47.2495572Z [7771/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ScatterGatherKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:47.3928410Z [7771/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:47.3938586Z [7772/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:47.4107500Z [7772/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:47.4117629Z [7773/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RenormKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:47.7572719Z [7773/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:47.7581860Z [7774/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PowKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:48.3910395Z [7774/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:48.3919790Z [7775/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ReduceAllOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:48.5358612Z [7775/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:48.5368123Z [7776/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/RangeFactoriesKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:48.6336675Z [7776/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX512.cpp.o 2024-04-03T16:14:48.6345117Z [7777/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PointwiseOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:49.0603183Z [7777/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:49.0612831Z [7778/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/NativeMultiheadAttnKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:49.1400411Z [7778/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:49.1403780Z [7779/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PixelShuffleKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:49.8656980Z [7779/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:49.8667531Z [7780/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/PaddingKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:49.8991523Z [7780/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:49.9001732Z [7781/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxPooling.cpp.AVX512.cpp.o 2024-04-03T16:14:50.2101157Z [7781/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:50.2111529Z [7782/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MultinomialKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:50.4198912Z [7782/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:50.4208771Z [7783/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LerpKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:50.6524426Z [7783/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:50.6534358Z [7784/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/MaxUnpoolKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:51.2314404Z [7784/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:51.2322952Z [7785/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/IndexKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:51.2861098Z [7785/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:51.2869767Z [7786/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/LinearAlgebraKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:51.4951488Z [7786/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:51.4954885Z [7787/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/GridSamplerKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:51.9813978Z [7787/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX512.cpp.o 2024-04-03T16:14:51.9817249Z [7788/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/HistogramKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:52.3527845Z [7788/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:52.3531258Z [7789/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FlashAttentionKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:52.4520268Z [7789/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:52.4529600Z [7790/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FunctionOfAMatrixUtilsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:52.6082076Z [7790/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:52.6091014Z [7791/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/FillKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:53.2964439Z [7791/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:53.2973294Z [7792/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DepthwiseConvKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:53.7218449Z [7792/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:53.7228691Z [7793/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistanceOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:53.7658814Z [7793/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:53.7668275Z [7794/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CrossKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:54.1645888Z [7794/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:54.1655483Z [7795/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/DistributionKernels.cpp.AVX512.cpp.o 2024-04-03T16:14:54.3142320Z [7795/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:54.3152062Z [7796/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CopyKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:54.6440265Z [7796/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:54.6449057Z [7797/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ChannelShuffleKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:55.1568202Z [7797/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.AVX512.cpp.o 2024-04-03T16:14:55.1578683Z [7798/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/CatKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:55.3682820Z [7798/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:55.3692032Z [7799/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BlasKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:55.4422958Z [7799/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:55.4432685Z [7800/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/ComplexKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:55.7940391Z [7800/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX512.cpp.o 2024-04-03T16:14:55.7952277Z [7801/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AvgPoolKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:56.3555796Z [7801/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:56.3566071Z [7802/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AmpGradScalerKernels.cpp.AVX512.cpp.o 2024-04-03T16:14:56.6329761Z [7802/8653] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/__/out/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-04-03T16:14:56.6339340Z [7803/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/BinaryOpsKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:56.8724516Z [7803/8653] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/__/out/RegisterCPUCustomOps.cpp.o 2024-04-03T16:14:56.8727398Z [7804/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/Activation.cpp.AVX512.cpp.o 2024-04-03T16:14:56.9905058Z [7804/8653] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/operator_registry.cpp.o 2024-04-03T16:14:56.9908097Z [7805/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveMaxPoolKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:57.2605341Z [7805/8653] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/custom_ops.cpp.o 2024-04-03T16:14:57.2615582Z [7806/8653] Building CXX object caffe2/CMakeFiles/torch_cpu.dir/__/aten/src/ATen/native/cpu/AdaptiveAvgPoolKernel.cpp.AVX512.cpp.o 2024-04-03T16:14:57.9462275Z [7806/8653] Linking CXX shared library lib/libtorch_cpu.so 2024-04-03T16:14:57.9470442Z [7807/8653] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/__/out/RegisterCPUCustomOps.cpp.o 2024-04-03T16:14:58.1085954Z [7807/8653] Building CXX object test_edge_op_registration/CMakeFiles/test_edge_op_registration.dir/test_main.cpp.o 2024-04-03T16:14:58.1095854Z [7808/8653] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/custom_ops.cpp.o 2024-04-03T16:14:58.7154082Z [7808/8653] Building CXX object test_edge_op_registration/CMakeFiles/test_edge_op_registration.dir/test_operator_registration.cpp.o 2024-04-03T16:14:58.7162403Z [7809/8653] Building CXX object test_edge_op_registration/CMakeFiles/test_edge_op_registration.dir/test_main.cpp.o 2024-04-03T16:14:58.9780287Z [7809/8653] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2024-04-03T16:14:58.9791306Z [7810/8653] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/__/out/RegisterCodegenUnboxedKernelsEverything.cpp.o 2024-04-03T16:14:59.3895790Z [7810/8653] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2024-04-03T16:14:59.3905750Z [7811/8653] Building CXX object test_edge_op_registration/CMakeFiles/unbox_lib.dir/operator_registry.cpp.o 2024-04-03T16:14:59.8779200Z [7811/8653] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2024-04-03T16:14:59.8787691Z [7812/8653] Building CXX object test_cpp_c10d/CMakeFiles/FileStoreTest.dir/FileStoreTest.cpp.o 2024-04-03T16:15:00.3648339Z [7812/8653] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2024-04-03T16:15:00.3657239Z [7813/8653] Building CXX object test_cpp_c10d/CMakeFiles/TCPStoreTest.dir/TCPStoreTest.cpp.o 2024-04-03T16:15:00.4567838Z [7813/8653] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2024-04-03T16:15:00.4576052Z [7814/8653] Building CXX object test_cpp_c10d/CMakeFiles/HashStoreTest.dir/HashStoreTest.cpp.o 2024-04-03T16:15:00.4886540Z [7814/8653] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2024-04-03T16:15:00.4896680Z [7815/8653] Building CXX object test_edge_op_registration/CMakeFiles/test_edge_op_registration.dir/test_operator_registration.cpp.o 2024-04-03T16:15:00.9361598Z [7815/8653] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2024-04-03T16:15:01.0864672Z [7816/8653] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/torch_shm_manager.dir/manager.cpp.o 2024-04-03T16:15:02.2076674Z [7817/8653] Building CXX object caffe2/torch/lib/libshm/CMakeFiles/shm.dir/core.cpp.o 2024-04-03T16:15:02.3234481Z [7818/8653] Building CXX object test_cpp_c10d/CMakeFiles/ProcessGroupGlooTest.dir/ProcessGroupGlooTest.cpp.o 2024-04-03T16:15:25.2471847Z [7819/8653] Building CXX object test_cpp_c10d/CMakeFiles/example_allreduce.dir/example/allreduce.cpp.o 2024-04-03T16:15:25.2473744Z [7820/8653] Linking CXX shared library lib/libtorch_cpu.so 2024-04-03T16:15:25.2474816Z Warning: Unused direct dependencies: 2024-04-03T16:15:25.2475691Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T16:15:25.2476360Z 2024-04-03T16:15:25.2625956Z [7820/8653] Linking CXX static library lib/libunbox_lib.a 2024-04-03T16:15:25.2631648Z [7820/8653] Linking CXX executable bin/FileStoreTest 2024-04-03T16:15:25.2648365Z [7820/8653] Linking CXX executable bin/TCPStoreTest 2024-04-03T16:15:25.2704719Z [7820/8653] Linking CXX executable bin/HashStoreTest 2024-04-03T16:15:25.2887743Z [7820/8653] Linking CXX executable bin/ProcessGroupGlooTest 2024-04-03T16:15:25.2889379Z [7821/8653] Linking CXX static library lib/libunbox_lib.a 2024-04-03T16:15:26.1575024Z [7821/8653] Linking CXX executable bin/test_edge_op_registration 2024-04-03T16:15:26.1581780Z [7822/8653] Linking CXX executable bin/test_edge_op_registration 2024-04-03T16:15:26.1589636Z Warning: Unused direct dependencies: 2024-04-03T16:15:26.1590542Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T16:15:26.1591493Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T16:15:26.1592410Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T16:15:26.1593305Z /lib/x86_64-linux-gnu/libdl.so.2 2024-04-03T16:15:26.1594034Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T16:15:26.1599821Z 2024-04-03T16:15:26.1802583Z [7822/8653] Linking CXX executable bin/example_allreduce 2024-04-03T16:15:26.1804412Z [7823/8653] Linking CXX executable bin/HashStoreTest 2024-04-03T16:15:26.1805417Z Warning: Unused direct dependencies: 2024-04-03T16:15:26.1806526Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:15:26.1807592Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T16:15:26.1808793Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T16:15:26.1809843Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T16:15:26.1811016Z /lib/x86_64-linux-gnu/libdl.so.2 2024-04-03T16:15:26.1811898Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T16:15:26.1812573Z 2024-04-03T16:15:26.2216833Z [7823/8653] Linking CXX shared library lib/libshm.so 2024-04-03T16:15:26.2223477Z [7824/8653] Linking CXX executable bin/ProcessGroupGlooTest 2024-04-03T16:15:26.2232772Z Warning: Unused direct dependencies: 2024-04-03T16:15:26.2233706Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T16:15:26.2234716Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T16:15:26.2235717Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T16:15:26.2236672Z /lib/x86_64-linux-gnu/libdl.so.2 2024-04-03T16:15:26.2237423Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T16:15:26.2429549Z 2024-04-03T16:15:26.2435907Z [7825/8653] Linking CXX executable bin/FileStoreTest 2024-04-03T16:15:26.2442695Z Warning: Unused direct dependencies: 2024-04-03T16:15:26.2443527Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:15:26.2444405Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T16:15:26.2445470Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T16:15:26.2446297Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T16:15:26.2447090Z /lib/x86_64-linux-gnu/libdl.so.2 2024-04-03T16:15:26.2447736Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T16:15:26.2465880Z 2024-04-03T16:15:26.2470972Z [7826/8653] Linking CXX executable bin/TCPStoreTest 2024-04-03T16:15:26.2479143Z Warning: Unused direct dependencies: 2024-04-03T16:15:26.2480062Z /var/lib/jenkins/workspace/build/lib/libc10.so 2024-04-03T16:15:26.2481060Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T16:15:26.2482080Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T16:15:26.2483038Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T16:15:26.2483991Z /lib/x86_64-linux-gnu/libdl.so.2 2024-04-03T16:15:26.2484757Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T16:15:26.7491987Z 2024-04-03T16:15:26.7498504Z [7827/8653] Linking CXX shared library lib/libshm.so 2024-04-03T16:15:26.7505697Z Warning: Unused direct dependencies: 2024-04-03T16:15:26.7506632Z /lib/x86_64-linux-gnu/librt.so.1 2024-04-03T16:15:26.7507421Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T16:15:26.7508372Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T16:15:26.7509263Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T16:15:26.7510130Z /lib/x86_64-linux-gnu/libdl.so.2 2024-04-03T16:15:26.7510889Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T16:15:26.7511651Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T16:15:26.7518182Z 2024-04-03T16:15:26.7697043Z [7827/8653] Linking CXX executable bin/torch_shm_manager 2024-04-03T16:15:26.7698747Z [7828/8653] Linking CXX executable bin/example_allreduce 2024-04-03T16:15:26.7703200Z Warning: Unused direct dependencies: 2024-04-03T16:15:26.7704122Z /lib/x86_64-linux-gnu/libpthread.so.0 2024-04-03T16:15:26.7705135Z /opt/conda/envs/py_3.8/lib/libmkl_intel_lp64.so.1 2024-04-03T16:15:26.7706025Z /opt/conda/envs/py_3.8/lib/libmkl_gnu_thread.so.1 2024-04-03T16:15:26.7706865Z /opt/conda/envs/py_3.8/lib/libmkl_core.so.1 2024-04-03T16:15:26.7707694Z /lib/x86_64-linux-gnu/libdl.so.2 2024-04-03T16:15:26.7708387Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T16:15:26.7709022Z /opt/conda/envs/py_3.8/lib/libgomp.so.1 2024-04-03T16:15:27.1768918Z 2024-04-03T16:15:27.1772679Z [7829/8653] Linking CXX executable bin/torch_shm_manager 2024-04-03T16:15:27.1773744Z Warning: Unused direct dependencies: 2024-04-03T16:15:27.1774807Z /var/lib/jenkins/workspace/build/lib/libshm.so 2024-04-03T16:15:27.1775708Z /lib/x86_64-linux-gnu/libm.so.6 2024-04-03T17:05:13.2066887Z 2024-04-03T17:05:13.2074120Z [7830/8653] Performing build step for 'aotriton_external' 2024-04-03T17:05:13.2080063Z [1/6] cd /var/lib/jenkins/workspace/build/aotriton/build && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" python -m pip install -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt 2024-04-03T17:05:13.2085964Z Collecting filelock (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 1)) 2024-04-03T17:05:13.2088967Z Obtaining dependency information for filelock from https://files.pythonhosted.org/packages/8b/69/acdf492db27dea7be5c63053230130e0574fd8a376de3555d5f8bbc3d3ad/filelock-3.13.3-py3-none-any.whl.metadata 2024-04-03T17:05:13.2091274Z Downloading filelock-3.13.3-py3-none-any.whl.metadata (2.8 kB) 2024-04-03T17:05:13.2092731Z Collecting iniconfig (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 2)) 2024-04-03T17:05:13.2095839Z Obtaining dependency information for iniconfig from https://files.pythonhosted.org/packages/ef/a6/62565a6e1cf69e10f5727360368e451d4b7f58beeac6173dc9db836a5b46/iniconfig-2.0.0-py3-none-any.whl.metadata 2024-04-03T17:05:13.2098760Z Downloading iniconfig-2.0.0-py3-none-any.whl.metadata (2.6 kB) 2024-04-03T17:05:13.2102462Z Collecting packaging (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 3)) 2024-04-03T17:05:13.2105895Z Obtaining dependency information for packaging from https://files.pythonhosted.org/packages/49/df/1fceb2f8900f8639e278b056416d49134fb8d84c5942ffaa01ad34782422/packaging-24.0-py3-none-any.whl.metadata 2024-04-03T17:05:13.2108830Z Downloading packaging-24.0-py3-none-any.whl.metadata (3.2 kB) 2024-04-03T17:05:13.2110594Z Collecting pluggy (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 4)) 2024-04-03T17:05:13.2113026Z Obtaining dependency information for pluggy from https://files.pythonhosted.org/packages/a5/5b/0cc789b59e8cc1bf288b38111d002d8c5917123194d45b29dcdac64723cc/pluggy-1.4.0-py3-none-any.whl.metadata 2024-04-03T17:05:13.2115460Z Downloading pluggy-1.4.0-py3-none-any.whl.metadata (4.3 kB) 2024-04-03T17:05:13.2116877Z Collecting numpy (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 5)) 2024-04-03T17:05:13.2119906Z Obtaining dependency information for numpy from https://files.pythonhosted.org/packages/0f/50/de23fde84e45f5c4fda2488c759b69990fd4512387a8632860f3ac9cd225/numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata 2024-04-03T17:05:13.2122415Z Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl.metadata (61 kB) 2024-04-03T17:05:13.2123761Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 61.0/61.0 kB 6.2 MB/s eta 0:00:00 2024-04-03T17:05:13.2125562Z Collecting setuptools (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 6)) 2024-04-03T17:05:13.2129269Z Obtaining dependency information for setuptools from https://files.pythonhosted.org/packages/92/e1/1c8bb3420105e70bdf357d57dd5567202b4ef8d27f810e98bb962d950834/setuptools-69.2.0-py3-none-any.whl.metadata 2024-04-03T17:05:13.2132277Z Downloading setuptools-69.2.0-py3-none-any.whl.metadata (6.3 kB) 2024-04-03T17:05:13.2133658Z Downloading filelock-3.13.3-py3-none-any.whl (11 kB) 2024-04-03T17:05:13.2134700Z Downloading iniconfig-2.0.0-py3-none-any.whl (5.9 kB) 2024-04-03T17:05:13.2135837Z Downloading packaging-24.0-py3-none-any.whl (53 kB) 2024-04-03T17:05:13.2137148Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 53.5/53.5 kB 14.8 MB/s eta 0:00:00 2024-04-03T17:05:13.2138564Z Downloading pluggy-1.4.0-py3-none-any.whl (20 kB) 2024-04-03T17:05:13.2139720Z Downloading numpy-1.26.4-cp312-cp312-manylinux_2_17_x86_64.manylinux2014_x86_64.whl (18.0 MB) 2024-04-03T17:05:13.2140849Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 18.0/18.0 MB 66.5 MB/s eta 0:00:00 2024-04-03T17:05:13.2141748Z Downloading setuptools-69.2.0-py3-none-any.whl (821 kB) 2024-04-03T17:05:13.2142848Z ━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━ 821.5/821.5 kB 89.9 MB/s eta 0:00:00 2024-04-03T17:05:13.2144026Z Installing collected packages: setuptools, pluggy, packaging, numpy, iniconfig, filelock 2024-04-03T17:05:13.2145977Z Successfully installed filelock-3.13.3 iniconfig-2.0.0 numpy-1.26.4 packaging-24.0 pluggy-1.4.0 setuptools-69.2.0 2024-04-03T17:05:13.2147095Z 2024-04-03T17:05:13.2147590Z [notice] A new release of pip is available: 23.2.1 -> 24.0 2024-04-03T17:05:13.2148541Z [notice] To update, run: pip install --upgrade pip 2024-04-03T17:05:13.2155178Z [2/6] cd /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TRITON_BUILD_DIR=/var/lib/jenkins/workspace/build/aotriton/build/triton_build python setup.py develop 2024-04-03T17:05:13.2160181Z running develop 2024-04-03T17:05:13.2162408Z /var/lib/jenkins/workspace/build/aotriton/build/venv/lib/python3.12/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. 2024-04-03T17:05:13.2164252Z !! 2024-04-03T17:05:13.2164477Z 2024-04-03T17:05:13.2164750Z ******************************************************************************** 2024-04-03T17:05:13.2165626Z Please avoid running ``setup.py`` and ``easy_install``. 2024-04-03T17:05:13.2166534Z Instead, use pypa/build, pypa/installer or other 2024-04-03T17:05:13.2167351Z standards-based tools. 2024-04-03T17:05:13.2167748Z 2024-04-03T17:05:13.2168205Z See https://github.com/pypa/setuptools/issues/917 for details. 2024-04-03T17:05:13.2169228Z ******************************************************************************** 2024-04-03T17:05:13.2169819Z 2024-04-03T17:05:13.2169979Z !! 2024-04-03T17:05:13.2170464Z easy_install.initialize_options(self) 2024-04-03T17:05:13.2173035Z /var/lib/jenkins/workspace/build/aotriton/build/venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-04-03T17:05:13.2174955Z !! 2024-04-03T17:05:13.2175207Z 2024-04-03T17:05:13.2175472Z ******************************************************************************** 2024-04-03T17:05:13.2176052Z Please avoid running ``setup.py`` directly. 2024-04-03T17:05:13.2177046Z Instead, use pypa/build, pypa/installer or other 2024-04-03T17:05:13.2177815Z standards-based tools. 2024-04-03T17:05:13.2178221Z 2024-04-03T17:05:13.2179249Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-04-03T17:05:13.2180177Z ******************************************************************************** 2024-04-03T17:05:13.2180702Z 2024-04-03T17:05:13.2180825Z !! 2024-04-03T17:05:13.2181394Z self.initialize_options() 2024-04-03T17:05:13.2181980Z running egg_info 2024-04-03T17:05:13.2182400Z creating triton.egg-info 2024-04-03T17:05:13.2182917Z writing triton.egg-info/PKG-INFO 2024-04-03T17:05:13.2183742Z writing dependency_links to triton.egg-info/dependency_links.txt 2024-04-03T17:05:13.2184824Z writing requirements to triton.egg-info/requires.txt 2024-04-03T17:05:13.2185695Z writing top-level names to triton.egg-info/top_level.txt 2024-04-03T17:05:13.2186667Z writing manifest file 'triton.egg-info/SOURCES.txt' 2024-04-03T17:05:13.2187910Z reading manifest file 'triton.egg-info/SOURCES.txt' 2024-04-03T17:05:13.2188887Z reading manifest template 'MANIFEST.in' 2024-04-03T17:05:13.2189778Z writing manifest file 'triton.egg-info/SOURCES.txt' 2024-04-03T17:05:13.2190339Z running build_ext 2024-04-03T17:05:13.2190828Z -- The C compiler identification is GNU 9.4.0 2024-04-03T17:05:13.2191601Z -- The CXX compiler identification is GNU 9.4.0 2024-04-03T17:05:13.2192264Z -- Detecting C compiler ABI info 2024-04-03T17:05:13.2192834Z -- Detecting C compiler ABI info - done 2024-04-03T17:05:13.2193769Z -- Check for working C compiler: /opt/cache/bin/cc - skipped 2024-04-03T17:05:13.2194690Z -- Detecting C compile features 2024-04-03T17:05:13.2195361Z -- Detecting C compile features - done 2024-04-03T17:05:13.2196063Z -- Detecting CXX compiler ABI info 2024-04-03T17:05:13.2196804Z -- Detecting CXX compiler ABI info - done 2024-04-03T17:05:13.2197644Z -- Check for working CXX compiler: /opt/cache/bin/c++ - skipped 2024-04-03T17:05:13.2198523Z -- Detecting CXX compile features 2024-04-03T17:05:13.2199175Z -- Detecting CXX compile features - done 2024-04-03T17:05:13.2199838Z -- Adding Python module 2024-04-03T17:05:13.2200531Z -- Found ZLIB: /opt/conda/lib/libz.so (found version "1.2.13") 2024-04-03T17:05:13.2201473Z -- Found LibXml2: /opt/conda/lib/libxml2.so (found version "2.10.4") 2024-04-03T17:05:13.2202236Z -- Linker detection: GNU ld 2024-04-03T17:05:13.2203660Z CMake Warning at /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/cmake/llvm/AddLLVM.cmake:1885 (message): 2024-04-03T17:05:13.2204716Z LLVM_EXTERNAL_LIT set to 2024-04-03T17:05:13.2205417Z /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/llvm-lit, but 2024-04-03T17:05:13.2206219Z the path does not exist. 2024-04-03T17:05:13.2206745Z Call Stack (most recent call first): 2024-04-03T17:05:13.2208070Z /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/cmake/llvm/AddLLVM.cmake:1930 (get_llvm_lit_path) 2024-04-03T17:05:13.2209835Z /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/cmake/llvm/AddLLVM.cmake:2020 (add_lit_target) 2024-04-03T17:05:13.2211071Z test/CMakeLists.txt:20 (add_lit_testsuite) 2024-04-03T17:05:13.2211489Z 2024-04-03T17:05:13.2211495Z 2024-04-03T17:05:13.2212773Z -- Found Python: /var/lib/jenkins/workspace/build/aotriton/build/venv/bin/python3.12 (found version "3.12.1") found components: Interpreter 2024-04-03T17:05:13.2214310Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-04-03T17:05:13.2215021Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-04-03T17:05:13.2215731Z -- Looking for pthread_create in pthreads 2024-04-03T17:05:13.2216538Z -- Looking for pthread_create in pthreads - not found 2024-04-03T17:05:13.2217276Z -- Looking for pthread_create in pthread 2024-04-03T17:05:13.2217908Z -- Looking for pthread_create in pthread - found 2024-04-03T17:05:13.2228331Z -- Found Threads: TRUE 2024-04-03T17:05:13.2241790Z -- Configuring done (3.5s) 2024-04-03T17:05:13.2242514Z -- Generating done (0.1s) 2024-04-03T17:05:13.2243080Z CMake Warning: 2024-04-03T17:05:13.2245857Z Manually-specified variables were not used by the project: 2024-04-03T17:05:13.2246531Z 2024-04-03T17:05:13.2246736Z CMAKE_VERBOSE_MAKEFILE 2024-04-03T17:05:13.2247278Z LLVM_ENABLE_WERROR 2024-04-03T17:05:13.2247523Z 2024-04-03T17:05:13.2247528Z 2024-04-03T17:05:13.2248450Z -- Build files have been written to: /var/lib/jenkins/workspace/build/aotriton/build/triton_build 2024-04-03T17:05:13.2263494Z [1/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-pass-decls --name TritonToTritonGPU -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Conversion/TritonToTritonGPU -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Conversion/TritonToTritonGPU/Passes.td --write-if-changed -o include/triton/Conversion/TritonToTritonGPU/Passes.h.inc -d include/triton/Conversion/TritonToTritonGPU/Passes.h.inc.d 2024-04-03T17:05:13.2288987Z [2/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-pass-decls --name TritonGPUToLLVM -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Conversion/TritonGPUToLLVM/Passes.td --write-if-changed -o include/triton/Conversion/TritonGPUToLLVM/Passes.h.inc -d include/triton/Conversion/TritonGPUToLLVM/Passes.h.inc.d 2024-04-03T17:05:13.2313702Z [3/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-pass-decls --name NVGPUToLLVM -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Conversion/NVGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Conversion/NVGPUToLLVM/Passes.td --write-if-changed -o include/triton/Conversion/NVGPUToLLVM/Passes.h.inc -d include/triton/Conversion/NVGPUToLLVM/Passes.h.inc.d 2024-04-03T17:05:13.2416526Z [4/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-attr-interface-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonInterfaces.td --write-if-changed -o include/triton/Dialect/Triton/IR/AttrInterfaces.cpp.inc -d include/triton/Dialect/Triton/IR/AttrInterfaces.cpp.inc.d 2024-04-03T17:05:13.2443851Z [5/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-attr-interface-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonInterfaces.td --write-if-changed -o include/triton/Dialect/Triton/IR/AttrInterfaces.h.inc -d include/triton/Dialect/Triton/IR/AttrInterfaces.h.inc.d 2024-04-03T17:05:13.2471030Z [6/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-decls -dialect=triton_nvidia_gpu -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOps.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/Dialect.h.inc -d include/triton/Dialect/TritonNvidiaGPU/IR/Dialect.h.inc.d 2024-04-03T17:05:13.2497477Z [7/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-typedef-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonTypes.td --write-if-changed -o include/triton/Dialect/Triton/IR/Types.h.inc -d include/triton/Dialect/Triton/IR/Types.h.inc.d 2024-04-03T17:05:13.2523633Z [8/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonDialect.td --write-if-changed -o include/triton/Dialect/Triton/IR/Dialect.cpp.inc -d include/triton/Dialect/Triton/IR/Dialect.cpp.inc.d 2024-04-03T17:05:13.2549618Z [9/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-defs -dialect=triton_nvidia_gpu -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOps.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/Dialect.cpp.inc -d include/triton/Dialect/TritonNvidiaGPU/IR/Dialect.cpp.inc.d 2024-04-03T17:05:13.2575925Z [10/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonDialect.td --write-if-changed -o include/triton/Dialect/Triton/IR/Dialect.h.inc -d include/triton/Dialect/Triton/IR/Dialect.h.inc.d 2024-04-03T17:05:13.2597125Z [11/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-pass-decls -name Triton -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/Transforms/Passes.td --write-if-changed -o include/triton/Dialect/Triton/Transforms/Passes.h.inc -d include/triton/Dialect/Triton/Transforms/Passes.h.inc.d 2024-04-03T17:05:13.2612690Z [12/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-typedef-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonTypes.td --write-if-changed -o include/triton/Dialect/Triton/IR/Types.cpp.inc -d include/triton/Dialect/Triton/IR/Types.cpp.inc.d 2024-04-03T17:05:13.2628028Z [13/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-enum-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonOps.td --write-if-changed -o include/triton/Dialect/Triton/IR/OpsEnums.h.inc -d include/triton/Dialect/Triton/IR/OpsEnums.h.inc.d 2024-04-03T17:05:13.2643294Z [14/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-enum-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonOps.td --write-if-changed -o include/triton/Dialect/Triton/IR/OpsEnums.cpp.inc -d include/triton/Dialect/Triton/IR/OpsEnums.cpp.inc.d 2024-04-03T17:05:13.2658694Z [15/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonOps.td --write-if-changed -o include/triton/Dialect/Triton/IR/Ops.cpp.inc -d include/triton/Dialect/Triton/IR/Ops.cpp.inc.d 2024-04-03T17:05:13.2674183Z [16/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-defs -dialect=triton_gpu -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUOps.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/Dialect.cpp.inc -d include/triton/Dialect/TritonGPU/IR/Dialect.cpp.inc.d 2024-04-03T17:05:13.2689344Z [17/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonOps.td --write-if-changed -o include/triton/Dialect/Triton/IR/Ops.h.inc -d include/triton/Dialect/Triton/IR/Ops.h.inc.d 2024-04-03T17:05:13.2705087Z [18/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-decls -dialect=triton_gpu -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUOps.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/Dialect.h.inc -d include/triton/Dialect/TritonGPU/IR/Dialect.h.inc.d 2024-04-03T17:05:13.2720976Z [19/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-pass-decls -name TritonGPU -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/Transforms/Passes.td --write-if-changed -o include/triton/Dialect/TritonGPU/Transforms/Passes.h.inc -d include/triton/Dialect/TritonGPU/Transforms/Passes.h.inc.d 2024-04-03T17:05:13.2736646Z [20/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUOps.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/Ops.cpp.inc -d include/triton/Dialect/TritonGPU/IR/Ops.cpp.inc.d 2024-04-03T17:05:13.2751972Z [21/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUOps.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/Ops.h.inc -d include/triton/Dialect/TritonGPU/IR/Ops.h.inc.d 2024-04-03T17:05:13.2767594Z [22/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-typedef-defs -typedefs-dialect=triton_gpu -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUOps.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/Types.cpp.inc -d include/triton/Dialect/TritonGPU/IR/Types.cpp.inc.d 2024-04-03T17:05:13.2783587Z [23/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-typedef-decls -typedefs-dialect=triton_gpu -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUOps.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/Types.h.inc -d include/triton/Dialect/TritonGPU/IR/Types.h.inc.d 2024-04-03T17:05:13.2799259Z [24/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOps.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/Ops.h.inc -d include/triton/Dialect/TritonNvidiaGPU/IR/Ops.h.inc.d 2024-04-03T17:05:13.2815224Z [25/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-pass-decls -name TritonNvidiaGPU -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/Transforms/Passes.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/Transforms/Passes.h.inc -d include/triton/Dialect/TritonNvidiaGPU/Transforms/Passes.h.inc.d 2024-04-03T17:05:13.2831847Z [26/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-typedef-defs -typedefs-dialect=triton_nvidia_gpu -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOps.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/Types.cpp.inc -d include/triton/Dialect/TritonNvidiaGPU/IR/Types.cpp.inc.d 2024-04-03T17:05:13.2848112Z [27/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-typedef-decls -typedefs-dialect=triton_nvidia_gpu -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOps.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/Types.h.inc -d include/triton/Dialect/TritonNvidiaGPU/IR/Types.h.inc.d 2024-04-03T17:05:13.2864364Z [28/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOps.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/Ops.cpp.inc -d include/triton/Dialect/TritonNvidiaGPU/IR/Ops.cpp.inc.d 2024-04-03T17:05:13.2880014Z [29/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-enum-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUAttrDefs.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/OpsEnums.cpp.inc -d include/triton/Dialect/TritonGPU/IR/OpsEnums.cpp.inc.d 2024-04-03T17:05:13.2895716Z [30/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-enum-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUAttrDefs.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/OpsEnums.h.inc -d include/triton/Dialect/TritonGPU/IR/OpsEnums.h.inc.d 2024-04-03T17:05:13.2911599Z [31/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-attrdef-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUAttrDefs.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/TritonGPUAttrDefs.cpp.inc -d include/triton/Dialect/TritonGPU/IR/TritonGPUAttrDefs.cpp.inc.d 2024-04-03T17:05:13.2927365Z [32/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-attrdef-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUAttrDefs.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/TritonGPUAttrDefs.h.inc -d include/triton/Dialect/TritonGPU/IR/TritonGPUAttrDefs.h.inc.d 2024-04-03T17:05:13.2943511Z [33/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-enum-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUAttrDefs.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/OpsEnums.h.inc -d include/triton/Dialect/TritonNvidiaGPU/IR/OpsEnums.h.inc.d 2024-04-03T17:05:13.2959203Z [34/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-defs -dialect=nvgpu -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUOps.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/Dialect.cpp.inc -d include/triton/Dialect/NVGPU/IR/Dialect.cpp.inc.d 2024-04-03T17:05:13.2974916Z [35/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-enum-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUAttrDefs.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/OpsEnums.cpp.inc -d include/triton/Dialect/TritonNvidiaGPU/IR/OpsEnums.cpp.inc.d 2024-04-03T17:05:13.2991334Z [36/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-attrdef-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUAttrDefs.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUAttrDefs.cpp.inc -d include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUAttrDefs.cpp.inc.d 2024-04-03T17:05:13.3007924Z [37/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-attrdef-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUAttrDefs.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUAttrDefs.h.inc -d include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUAttrDefs.h.inc.d 2024-04-03T17:05:13.3023913Z [38/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUOps.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/Ops.h.inc -d include/triton/Dialect/NVGPU/IR/Ops.h.inc.d 2024-04-03T17:05:13.3039041Z [39/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-decls -dialect=nvgpu -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUOps.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/Dialect.h.inc -d include/triton/Dialect/NVGPU/IR/Dialect.h.inc.d 2024-04-03T17:05:13.3053986Z [40/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-pass-decls -name LLVMIR -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Target/LLVMIR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Target/LLVMIR/Passes.td --write-if-changed -o include/triton/Target/LLVMIR/Passes.h.inc -d include/triton/Target/LLVMIR/Passes.h.inc.d 2024-04-03T17:05:13.3069336Z [41/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-llvmir-conversions -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUOps.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/OpsConversions.inc -d include/triton/Dialect/NVGPU/IR/OpsConversions.inc.d 2024-04-03T17:05:13.3084629Z [42/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUOps.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/Ops.cpp.inc -d include/triton/Dialect/NVGPU/IR/Ops.cpp.inc.d 2024-04-03T17:05:13.3099884Z [43/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-enum-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUOps.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/OpsEnums.cpp.inc -d include/triton/Dialect/NVGPU/IR/OpsEnums.cpp.inc.d 2024-04-03T17:05:13.3114919Z [44/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-enum-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUOps.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/OpsEnums.h.inc -d include/triton/Dialect/NVGPU/IR/OpsEnums.h.inc.d 2024-04-03T17:05:13.3130203Z [45/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-attrdef-decls -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUAttrDefs.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/NVGPUAttrDefs.h.inc -d include/triton/Dialect/NVGPU/IR/NVGPUAttrDefs.h.inc.d 2024-04-03T17:05:13.3145815Z [46/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-attrdef-defs -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUAttrDefs.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/NVGPUAttrDefs.cpp.inc -d include/triton/Dialect/NVGPU/IR/NVGPUAttrDefs.cpp.inc.d 2024-04-03T17:05:13.3162021Z [47/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Alias.cpp.o -MF lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Alias.cpp.o.d -o lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Alias.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Analysis/Alias.cpp 2024-04-03T17:05:13.3179228Z [48/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Allocation.cpp.o -MF lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Allocation.cpp.o.d -o lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Allocation.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Analysis/Allocation.cpp 2024-04-03T17:05:13.3196136Z [49/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Utility.cpp.o -MF lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Utility.cpp.o.d -o lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Utility.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Analysis/Utility.cpp 2024-04-03T17:05:13.3213070Z [50/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Membar.cpp.o -MF lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Membar.cpp.o.d -o lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Membar.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Analysis/Membar.cpp 2024-04-03T17:05:13.3230110Z [51/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/AxisInfo.cpp.o -MF lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/AxisInfo.cpp.o.d -o lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/AxisInfo.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Analysis/AxisInfo.cpp 2024-04-03T17:05:13.3248368Z [52/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonToTritonGPU -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonToTritonGPU -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonToTritonGPU/CMakeFiles/obj.TritonToTritonGPU.dir/TritonToTritonGPUPass.cpp.o -MF lib/Conversion/TritonToTritonGPU/CMakeFiles/obj.TritonToTritonGPU.dir/TritonToTritonGPUPass.cpp.o.d -o lib/Conversion/TritonToTritonGPU/CMakeFiles/obj.TritonToTritonGPU.dir/TritonToTritonGPUPass.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonToTritonGPU/TritonToTritonGPUPass.cpp 2024-04-03T17:05:13.3268644Z [53/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandFMA.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandFMA.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandFMA.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/ConvertLayoutOpToLLVM/SharedToDotOperandFMA.cpp 2024-04-03T17:05:13.3289255Z [54/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMMAv1.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMMAv1.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMMAv1.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/ConvertLayoutOpToLLVM/SharedToDotOperandMMAv1.cpp 2024-04-03T17:05:13.3310232Z [55/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMMAv2.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMMAv2.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMMAv2.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/ConvertLayoutOpToLLVM/SharedToDotOperandMMAv2.cpp 2024-04-03T17:05:13.3330941Z [56/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMFMA.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMFMA.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMFMA.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/ConvertLayoutOpToLLVM/SharedToDotOperandMFMA.cpp 2024-04-03T17:05:13.3350798Z [57/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/FMA.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/FMA.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/FMA.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/DotOpToLLVM/FMA.cpp 2024-04-03T17:05:13.3370036Z [58/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/ConvertLayoutOpToLLVM.cpp 2024-04-03T17:05:13.3389548Z [59/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MMAv1.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MMAv1.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MMAv1.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/DotOpToLLVM/MMAv1.cpp 2024-04-03T17:05:13.3408695Z [60/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MMAv2.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MMAv2.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MMAv2.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/DotOpToLLVM/MMAv2.cpp 2024-04-03T17:05:13.3427939Z [61/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/WGMMA.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/WGMMA.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/WGMMA.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/DotOpToLLVM/WGMMA.cpp 2024-04-03T17:05:13.3446997Z [62/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MFMA.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MFMA.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MFMA.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/DotOpToLLVM/MFMA.cpp 2024-04-03T17:05:13.3466156Z [63/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/DotOpToLLVM.cpp 2024-04-03T17:05:13.3485137Z [64/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/BarrierOpToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/BarrierOpToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/BarrierOpToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/BarrierOpToLLVM.cpp 2024-04-03T17:05:13.3505623Z [65/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/GCNAsmFormat.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/GCNAsmFormat.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/GCNAsmFormat.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/GCNAsmFormat.cpp 2024-04-03T17:05:13.3524546Z [66/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/LoadStoreOpToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/LoadStoreOpToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/LoadStoreOpToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/LoadStoreOpToLLVM.cpp 2024-04-03T17:05:13.3543853Z [67/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/PTXAsmFormat.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/PTXAsmFormat.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/PTXAsmFormat.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/PTXAsmFormat.cpp 2024-04-03T17:05:13.3562767Z [68/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TritonGPUToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TritonGPUToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TritonGPUToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/TritonGPUToLLVM.cpp 2024-04-03T17:05:13.3581761Z [69/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ElementwiseOpToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ElementwiseOpToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ElementwiseOpToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/ElementwiseOpToLLVM.cpp 2024-04-03T17:05:13.3600860Z [70/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TypeConverter.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TypeConverter.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TypeConverter.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/TypeConverter.cpp 2024-04-03T17:05:13.3619626Z [71/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ScanOpToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ScanOpToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ScanOpToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/ScanOpToLLVM.cpp 2024-04-03T17:05:13.3638429Z [72/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ReduceOpToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ReduceOpToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ReduceOpToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/ReduceOpToLLVM.cpp 2024-04-03T17:05:13.3657049Z [73/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/Utility.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/Utility.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/Utility.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/Utility.cpp 2024-04-03T17:05:13.3676103Z [74/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TritonGPUToLLVMPass.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TritonGPUToLLVMPass.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TritonGPUToLLVMPass.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/TritonGPUToLLVMPass.cpp 2024-04-03T17:05:13.3695203Z [75/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ViewOpToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ViewOpToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ViewOpToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/ViewOpToLLVM.cpp 2024-04-03T17:05:13.3714271Z [76/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ClusterOpsToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ClusterOpsToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ClusterOpsToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/ClusterOpsToLLVM.cpp 2024-04-03T17:05:13.3733307Z [77/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TensorPtrOpsToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TensorPtrOpsToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TensorPtrOpsToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/TensorPtrOpsToLLVM.cpp 2024-04-03T17:05:13.3752576Z [78/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/RegReallocOpToLLVM.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/RegReallocOpToLLVM.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/RegReallocOpToLLVM.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/RegReallocOpToLLVM.cpp 2024-04-03T17:05:13.3771464Z [79/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.ASMBuilder.dir/GCNAsmFormat.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.ASMBuilder.dir/GCNAsmFormat.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.ASMBuilder.dir/GCNAsmFormat.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/GCNAsmFormat.cpp 2024-04-03T17:05:13.3790111Z [80/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.ASMBuilder.dir/PTXAsmFormat.cpp.o -MF lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.ASMBuilder.dir/PTXAsmFormat.cpp.o.d -o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.ASMBuilder.dir/PTXAsmFormat.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/TritonGPUToLLVM/PTXAsmFormat.cpp 2024-04-03T17:05:13.3801808Z [81/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Conversion/TritonGPUToLLVM/libASMBuilder.a && /usr/bin/ar qc lib/Conversion/TritonGPUToLLVM/libASMBuilder.a lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.ASMBuilder.dir/GCNAsmFormat.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.ASMBuilder.dir/PTXAsmFormat.cpp.o && /usr/bin/ranlib lib/Conversion/TritonGPUToLLVM/libASMBuilder.a && : 2024-04-03T17:05:13.3812007Z [82/178] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-rewriters -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/Transforms/Combine.td --write-if-changed -o lib/Dialect/Triton/Transforms/TritonCombine.inc -d lib/Dialect/Triton/Transforms/TritonCombine.inc.d 2024-04-03T17:05:13.3828570Z [83/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Traits.cpp.o -MF lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Traits.cpp.o.d -o lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Traits.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/IR/Traits.cpp 2024-04-03T17:05:13.3846055Z [84/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Types.cpp.o -MF lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Types.cpp.o.d -o lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Types.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/IR/Types.cpp 2024-04-03T17:05:13.3862537Z [85/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -Dtriton_EXPORTS -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fPIC -MD -MT CMakeFiles/triton.dir/python/src/main.cc.o -MF CMakeFiles/triton.dir/python/src/main.cc.o.d -o CMakeFiles/triton.dir/python/src/main.cc.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src/main.cc 2024-04-03T17:05:13.3878876Z [86/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Dialect.cpp.o -MF lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Dialect.cpp.o.d -o lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Dialect.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/IR/Dialect.cpp 2024-04-03T17:05:13.3897067Z [87/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Conversion/NVGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/NVGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Conversion/NVGPUToLLVM/CMakeFiles/obj.NVGPUToLLVM.dir/NVGPUToLLVMPass.cpp.o -MF lib/Conversion/NVGPUToLLVM/CMakeFiles/obj.NVGPUToLLVM.dir/NVGPUToLLVMPass.cpp.o.d -o lib/Conversion/NVGPUToLLVM/CMakeFiles/obj.NVGPUToLLVM.dir/NVGPUToLLVMPass.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Conversion/NVGPUToLLVM/NVGPUToLLVMPass.cpp 2024-04-03T17:05:13.3915047Z [88/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Ops.cpp.o -MF lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Ops.cpp.o.d -o lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Ops.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/IR/Ops.cpp 2024-04-03T17:05:13.3926460Z [89/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Dialect/Triton/IR/libTritonIR.a && /usr/bin/ar qc lib/Dialect/Triton/IR/libTritonIR.a lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Dialect.cpp.o lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Ops.cpp.o lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Types.cpp.o lib/Dialect/Triton/IR/CMakeFiles/obj.TritonIR.dir/Traits.cpp.o && /usr/bin/ranlib lib/Dialect/Triton/IR/libTritonIR.a && : 2024-04-03T17:05:13.3938942Z [90/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/Triton/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/Combine.cpp.o -MF lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/Combine.cpp.o.d -o lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/Combine.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/Transforms/Combine.cpp 2024-04-03T17:05:13.3957691Z [91/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/Triton/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/ReorderBroadcast.cpp.o -MF lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/ReorderBroadcast.cpp.o.d -o lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/ReorderBroadcast.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/Transforms/ReorderBroadcast.cpp 2024-04-03T17:05:13.3976088Z [92/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Traits.cpp.o -MF lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Traits.cpp.o.d -o lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Traits.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/IR/Traits.cpp 2024-04-03T17:05:13.3994816Z [93/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/Triton/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/RewriteTensorPointer.cpp.o -MF lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/RewriteTensorPointer.cpp.o.d -o lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/RewriteTensorPointer.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/Triton/Transforms/RewriteTensorPointer.cpp 2024-04-03T17:05:13.4007671Z [94/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Dialect/Triton/Transforms/libTritonTransforms.a && /usr/bin/ar qc lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/Combine.cpp.o lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/ReorderBroadcast.cpp.o lib/Dialect/Triton/Transforms/CMakeFiles/obj.TritonTransforms.dir/RewriteTensorPointer.cpp.o && /usr/bin/ranlib lib/Dialect/Triton/Transforms/libTritonTransforms.a && : 2024-04-03T17:05:13.4020273Z [95/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Types.cpp.o -MF lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Types.cpp.o.d -o lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Types.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/IR/Types.cpp 2024-04-03T17:05:13.4039025Z [96/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/AccelerateMatmul.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/AccelerateMatmul.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/AccelerateMatmul.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/AccelerateMatmul.cpp 2024-04-03T17:05:13.4058694Z [97/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/DecomposeConversions.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/DecomposeConversions.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/DecomposeConversions.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/DecomposeConversions.cpp 2024-04-03T17:05:13.4077525Z [98/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Dialect.cpp.o -MF lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Dialect.cpp.o.d -o lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Dialect.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/IR/Dialect.cpp 2024-04-03T17:05:13.4089110Z [99/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Dialect/TritonGPU/IR/libTritonGPUIR.a && /usr/bin/ar qc lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Dialect.cpp.o lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Traits.cpp.o lib/Dialect/TritonGPU/IR/CMakeFiles/obj.TritonGPUIR.dir/Types.cpp.o && /usr/bin/ranlib lib/Dialect/TritonGPU/IR/libTritonGPUIR.a && : 2024-04-03T17:05:13.4101610Z [100/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Coalesce.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Coalesce.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Coalesce.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/Coalesce.cpp 2024-04-03T17:05:13.4121014Z [101/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/AccelerateAMDMatmul.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/AccelerateAMDMatmul.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/AccelerateAMDMatmul.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/AccelerateAMDMatmul.cpp 2024-04-03T17:05:13.4140851Z [102/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeDotOperands.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeDotOperands.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeDotOperands.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/OptimizeDotOperands.cpp 2024-04-03T17:05:13.4160703Z [103/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/PipelineExpander.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/PipelineExpander.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/PipelineExpander.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/Pipeliner/PipelineExpander.cpp 2024-04-03T17:05:13.4180513Z [104/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeEpilogue.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeEpilogue.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeEpilogue.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/OptimizeEpilogue.cpp 2024-04-03T17:05:13.4200188Z [105/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeThreadLocality.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeThreadLocality.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeThreadLocality.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/OptimizeThreadLocality.cpp 2024-04-03T17:05:13.4220364Z [106/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/MatmulLoopPipeline.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/MatmulLoopPipeline.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/MatmulLoopPipeline.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/Pipeliner/MatmulLoopPipeline.cpp 2024-04-03T17:05:13.4239871Z [107/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Prefetch.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Prefetch.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Prefetch.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/Prefetch.cpp 2024-04-03T17:05:13.4257025Z [108/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -Dtriton_EXPORTS -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fPIC -MD -MT CMakeFiles/triton.dir/python/src/triton.cc.o -MF CMakeFiles/triton.dir/python/src/triton.cc.o.d -o CMakeFiles/triton.dir/python/src/triton.cc.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src/triton.cc 2024-04-03T17:05:13.4275053Z [109/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/SoftwarePipeliner.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/SoftwarePipeliner.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/SoftwarePipeliner.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/Pipeliner/SoftwarePipeliner.cpp 2024-04-03T17:05:13.4294898Z [110/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/ReorderInstructions.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/ReorderInstructions.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/ReorderInstructions.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/ReorderInstructions.cpp 2024-04-03T17:05:13.4314860Z [111/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/RemoveLayoutConversions.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/RemoveLayoutConversions.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/RemoveLayoutConversions.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/RemoveLayoutConversions.cpp 2024-04-03T17:05:13.4334597Z [112/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/TritonGPUConversion.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/TritonGPUConversion.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/TritonGPUConversion.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/TritonGPUConversion.cpp 2024-04-03T17:05:13.4362938Z [113/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/DotSlicing.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/DotSlicing.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/DotSlicing.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/DotSlicing.cpp 2024-04-03T17:05:13.4382487Z [114/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/StreamPipeline.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/StreamPipeline.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/StreamPipeline.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/StreamPipeline.cpp 2024-04-03T17:05:13.4401650Z [115/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Utility.cpp.o -MF lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Utility.cpp.o.d -o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Utility.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonGPU/Transforms/Utility.cpp 2024-04-03T17:05:13.4420492Z [116/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Traits.cpp.o -MF lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Traits.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Traits.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/IR/Traits.cpp 2024-04-03T17:05:13.4439021Z [117/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Types.cpp.o -MF lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Types.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Types.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/IR/Types.cpp 2024-04-03T17:05:13.4457627Z [118/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Dialect.cpp.o -MF lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Dialect.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Dialect.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/IR/Dialect.cpp 2024-04-03T17:05:13.4476115Z [119/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Ops.cpp.o -MF lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Ops.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Ops.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/IR/Ops.cpp 2024-04-03T17:05:13.4489068Z [120/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a && /usr/bin/ar qc lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Dialect.cpp.o lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Ops.cpp.o lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Traits.cpp.o lib/Dialect/TritonNvidiaGPU/IR/CMakeFiles/obj.TritonNvidiaGPUIR.dir/Types.cpp.o && /usr/bin/ranlib lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a && : 2024-04-03T17:05:13.4495965Z [121/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Analysis/libTritonAnalysis.a && /usr/bin/ar qc lib/Analysis/libTritonAnalysis.a lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/AxisInfo.cpp.o lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Allocation.cpp.o lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Membar.cpp.o lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Alias.cpp.o lib/Analysis/CMakeFiles/obj.TritonAnalysis.dir/Utility.cpp.o && /usr/bin/ranlib lib/Analysis/libTritonAnalysis.a && : 2024-04-03T17:05:13.4512805Z [122/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a && /usr/bin/ar qc lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/AccelerateMatmul.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/AccelerateAMDMatmul.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Coalesce.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/DecomposeConversions.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeDotOperands.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeEpilogue.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/OptimizeThreadLocality.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/MatmulLoopPipeline.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/PipelineExpander.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Pipeliner/SoftwarePipeliner.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Prefetch.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/RemoveLayoutConversions.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/ReorderInstructions.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/StreamPipeline.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/DotSlicing.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/TritonGPUConversion.cpp.o lib/Dialect/TritonGPU/Transforms/CMakeFiles/obj.TritonGPUTransforms.dir/Utility.cpp.o && /usr/bin/ranlib lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a && : 2024-04-03T17:05:13.4527876Z [123/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Conversion/TritonToTritonGPU/libTritonToTritonGPU.a && /usr/bin/ar qc lib/Conversion/TritonToTritonGPU/libTritonToTritonGPU.a lib/Conversion/TritonToTritonGPU/CMakeFiles/obj.TritonToTritonGPU.dir/TritonToTritonGPUPass.cpp.o && /usr/bin/ranlib lib/Conversion/TritonToTritonGPU/libTritonToTritonGPU.a && : 2024-04-03T17:05:13.4540769Z [124/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/MaterializeLoadStore.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/MaterializeLoadStore.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/MaterializeLoadStore.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/MaterializeLoadStore.cpp 2024-04-03T17:05:13.4561281Z [125/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSFeasibilityChecking.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSFeasibilityChecking.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSFeasibilityChecking.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/WSFeasibilityChecking.cpp 2024-04-03T17:05:13.4581768Z [126/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSDecomposing.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSDecomposing.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSDecomposing.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/WSDecomposing.cpp 2024-04-03T17:05:13.4601398Z [127/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/PlanCTA.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/PlanCTA.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/PlanCTA.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/PlanCTA.cpp 2024-04-03T17:05:13.4621238Z [128/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSPipeline.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSPipeline.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSPipeline.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/WSPipeline.cpp 2024-04-03T17:05:13.4641027Z [129/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSMutex.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSMutex.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSMutex.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/WSMutex.cpp 2024-04-03T17:05:13.4661124Z [130/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSFixupMissingAttrs.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSFixupMissingAttrs.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSFixupMissingAttrs.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/WSFixupMissingAttrs.cpp 2024-04-03T17:05:13.4681304Z [131/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSMaterialization.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSMaterialization.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSMaterialization.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/WSMaterialization.cpp 2024-04-03T17:05:13.4701593Z [132/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/FenceInsertion.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/FenceInsertion.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/FenceInsertion.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/FenceInsertion.cpp 2024-04-03T17:05:13.4721857Z [133/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/RewriteTensorPointer.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/RewriteTensorPointer.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/RewriteTensorPointer.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/RewriteTensorPointer.cpp 2024-04-03T17:05:13.4742050Z [134/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/Utility.cpp.o -MF lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/Utility.cpp.o.d -o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/Utility.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/TritonNvidiaGPU/Transforms/Utility.cpp 2024-04-03T17:05:13.4761948Z [135/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a && /usr/bin/ar qc lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/MaterializeLoadStore.cpp.o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/PlanCTA.cpp.o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSDecomposing.cpp.o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSFeasibilityChecking.cpp.o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSPipeline.cpp.o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSMutex.cpp.o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSMaterialization.cpp.o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/WSFixupMissingAttrs.cpp.o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/FenceInsertion.cpp.o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/RewriteTensorPointer.cpp.o lib/Dialect/TritonNvidiaGPU/Transforms/CMakeFiles/obj.TritonNvidiaGPUTransforms.dir/Utility.cpp.o && /usr/bin/ranlib lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a && : 2024-04-03T17:05:13.4781185Z [136/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Target/LLVMIR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Target/LLVMIR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMIRBreakPhiStruct.cpp.o -MF lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMIRBreakPhiStruct.cpp.o.d -o lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMIRBreakPhiStruct.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Target/LLVMIR/LLVMIRBreakPhiStruct.cpp 2024-04-03T17:05:13.4798963Z [137/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Target/LLVMIR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Target/LLVMIR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMDIScope.cpp.o -MF lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMDIScope.cpp.o.d -o lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMDIScope.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Target/LLVMIR/LLVMDIScope.cpp 2024-04-03T17:05:13.4816928Z [138/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Target/PTX -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Target/PTX -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -D__BUILD_DIR__=\"/var/lib/jenkins/workspace/build/aotriton/build/triton_build\" -MD -MT lib/Target/PTX/CMakeFiles/obj.TritonPTX.dir/PTXTranslation.cpp.o -MF lib/Target/PTX/CMakeFiles/obj.TritonPTX.dir/PTXTranslation.cpp.o.d -o lib/Target/PTX/CMakeFiles/obj.TritonPTX.dir/PTXTranslation.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Target/PTX/PTXTranslation.cpp 2024-04-03T17:05:13.4834717Z [139/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Dialect/NVGPU/IR/CMakeFiles/obj.NVGPUIR.dir/Dialect.cpp.o -MF lib/Dialect/NVGPU/IR/CMakeFiles/obj.NVGPUIR.dir/Dialect.cpp.o.d -o lib/Dialect/NVGPU/IR/CMakeFiles/obj.NVGPUIR.dir/Dialect.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Dialect/NVGPU/IR/Dialect.cpp 2024-04-03T17:05:13.4844812Z [140/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Dialect/NVGPU/IR/libNVGPUIR.a && /usr/bin/ar qc lib/Dialect/NVGPU/IR/libNVGPUIR.a lib/Dialect/NVGPU/IR/CMakeFiles/obj.NVGPUIR.dir/Dialect.cpp.o && /usr/bin/ranlib lib/Dialect/NVGPU/IR/libNVGPUIR.a && : 2024-04-03T17:05:13.4865107Z [141/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a && /usr/bin/ar qc lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandFMA.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMMAv1.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMMAv2.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM/SharedToDotOperandMFMA.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ConvertLayoutOpToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/FMA.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MMAv1.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MMAv2.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/WGMMA.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM/MFMA.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/DotOpToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ElementwiseOpToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/LoadStoreOpToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/BarrierOpToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TritonGPUToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/GCNAsmFormat.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/PTXAsmFormat.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TritonGPUToLLVMPass.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ReduceOpToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ScanOpToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TypeConverter.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/Utility.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ViewOpToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/TensorPtrOpsToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/ClusterOpsToLLVM.cpp.o lib/Conversion/TritonGPUToLLVM/CMakeFiles/obj.TritonGPUToLLVM.dir/RegReallocOpToLLVM.cpp.o && /usr/bin/ranlib lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a && : 2024-04-03T17:05:13.4884478Z [142/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Conversion/NVGPUToLLVM/libNVGPUToLLVM.a && /usr/bin/ar qc lib/Conversion/NVGPUToLLVM/libNVGPUToLLVM.a lib/Conversion/NVGPUToLLVM/CMakeFiles/obj.NVGPUToLLVM.dir/NVGPUToLLVMPass.cpp.o && /usr/bin/ranlib lib/Conversion/NVGPUToLLVM/libNVGPUToLLVM.a && : 2024-04-03T17:05:13.4895179Z [143/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/bin -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/bin -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -fno-exceptions -funwind-tables -fno-rtti -MD -MT bin/CMakeFiles/triton-translate.dir/triton-translate.cpp.o -MF bin/CMakeFiles/triton-translate.dir/triton-translate.cpp.o.d -o bin/CMakeFiles/triton-translate.dir/triton-translate.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/bin/triton-translate.cpp 2024-04-03T17:05:13.4913208Z [144/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Target/LLVMIR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Target/LLVMIR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -D__BUILD_DIR__=\"/var/lib/jenkins/workspace/build/aotriton/build/triton_build\" -MD -MT lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMIRTranslation.cpp.o -MF lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMIRTranslation.cpp.o.d -o lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMIRTranslation.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Target/LLVMIR/LLVMIRTranslation.cpp 2024-04-03T17:05:13.4925155Z [145/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Target/LLVMIR/libTritonLLVMIR.a && /usr/bin/ar qc lib/Target/LLVMIR/libTritonLLVMIR.a lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMIRTranslation.cpp.o lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMDIScope.cpp.o lib/Target/LLVMIR/CMakeFiles/obj.TritonLLVMIR.dir/LLVMIRBreakPhiStruct.cpp.o && /usr/bin/ranlib lib/Target/LLVMIR/libTritonLLVMIR.a && : 2024-04-03T17:05:13.4929360Z [146/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Target/PTX/libTritonPTX.a && /usr/bin/ar qc lib/Target/PTX/libTritonPTX.a lib/Target/PTX/CMakeFiles/obj.TritonPTX.dir/PTXTranslation.cpp.o && /usr/bin/ranlib lib/Target/PTX/libTritonPTX.a && : 2024-04-03T17:05:13.4939698Z [147/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/bin -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/bin -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -fno-exceptions -funwind-tables -fno-rtti -MD -MT bin/CMakeFiles/triton-reduce.dir/triton-reduce.cpp.o -MF bin/CMakeFiles/triton-reduce.dir/triton-reduce.cpp.o.d -o bin/CMakeFiles/triton-reduce.dir/triton-reduce.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/bin/triton-reduce.cpp 2024-04-03T17:05:13.4956551Z [148/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/bin -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/bin -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT bin/CMakeFiles/triton-llvm-opt.dir/triton-llvm-opt.cpp.o -MF bin/CMakeFiles/triton-llvm-opt.dir/triton-llvm-opt.cpp.o.d -o bin/CMakeFiles/triton-llvm-opt.dir/triton-llvm-opt.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/bin/triton-llvm-opt.cpp 2024-04-03T17:05:13.4972990Z [149/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/bin -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/bin -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -fno-exceptions -funwind-tables -fno-rtti -MD -MT bin/CMakeFiles/triton-opt.dir/triton-opt.cpp.o -MF bin/CMakeFiles/triton-opt.dir/triton-opt.cpp.o.d -o bin/CMakeFiles/triton-opt.dir/triton-opt.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/bin/triton-opt.cpp 2024-04-03T17:05:13.4990286Z [150/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/lib/Target/HSACO -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Target/HSACO -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT lib/Target/HSACO/CMakeFiles/obj.TritonHSACO.dir/HSACOTranslation.cpp.o -MF lib/Target/HSACO/CMakeFiles/obj.TritonHSACO.dir/HSACOTranslation.cpp.o.d -o lib/Target/HSACO/CMakeFiles/obj.TritonHSACO.dir/HSACOTranslation.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/lib/Target/HSACO/HSACOTranslation.cpp 2024-04-03T17:05:13.5000616Z [151/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/Target/HSACO/libTritonHSACO.a && /usr/bin/ar qc lib/Target/HSACO/libTritonHSACO.a lib/Target/HSACO/CMakeFiles/obj.TritonHSACO.dir/HSACOTranslation.cpp.o && /usr/bin/ranlib lib/Target/HSACO/libTritonHSACO.a && : 2024-04-03T17:05:13.5011373Z [152/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/test/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/test/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAlias.cpp.o -MF test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAlias.cpp.o.d -o test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAlias.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/test/lib/Analysis/TestAlias.cpp 2024-04-03T17:05:13.5029181Z [153/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/test/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/test/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAxisInfo.cpp.o -MF test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAxisInfo.cpp.o.d -o test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAxisInfo.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/test/lib/Analysis/TestAxisInfo.cpp 2024-04-03T17:05:13.5047014Z [154/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/test/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/test/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAllocation.cpp.o -MF test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAllocation.cpp.o.d -o test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAllocation.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/test/lib/Analysis/TestAllocation.cpp 2024-04-03T17:05:13.5066175Z [155/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-build/googletest -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=c++17 -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -MD -MT _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -MF _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o.d -o _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o -c /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/src/gtest_main.cc 2024-04-03T17:05:13.5085153Z [156/178] /opt/cache/bin/c++ -DGTEST_HAS_RTTI=0 -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/test/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/test/lib/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -fno-exceptions -funwind-tables -fno-rtti -MD -MT test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestMembar.cpp.o -MF test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestMembar.cpp.o.d -o test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestMembar.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/test/lib/Analysis/TestMembar.cpp 2024-04-03T17:05:13.5097251Z [157/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f test/lib/Analysis/libTritonTestAnalysis.a && /usr/bin/ar qc test/lib/Analysis/libTritonTestAnalysis.a test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAlias.cpp.o test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAxisInfo.cpp.o test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestAllocation.cpp.o test/lib/Analysis/CMakeFiles/obj.TritonTestAnalysis.dir/TestMembar.cpp.o && /usr/bin/ranlib test/lib/Analysis/libTritonTestAnalysis.a && : 2024-04-03T17:05:13.5112722Z [158/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-build/googlemock -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=c++17 -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -MD -MT _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o -MF _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o.d -o _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o -c /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock/src/gmock-all.cc 2024-04-03T17:05:13.5134520Z [159/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-build/googletest -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=c++17 -Wall -Wshadow -Wno-error=dangling-else -DGTEST_HAS_PTHREAD=1 -fexceptions -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -MD -MT _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o -MF _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o.d -o _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o -c /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/src/gtest-all.cc 2024-04-03T17:05:13.5156146Z [160/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Analysis -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -MD -MT unittest/Analysis/CMakeFiles/TestTritonAnalysis.dir/UtilityTest.cpp.o -MF unittest/Analysis/CMakeFiles/TestTritonAnalysis.dir/UtilityTest.cpp.o.d -o unittest/Analysis/CMakeFiles/TestTritonAnalysis.dir/UtilityTest.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Analysis/UtilityTest.cpp 2024-04-03T17:05:13.5259937Z [161/178] : && /opt/cache/bin/c++ -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -Wl,--export-dynamic -rdynamic bin/CMakeFiles/triton-llvm-opt.dir/triton-llvm-opt.cpp.o -o bin/triton-llvm-opt -Wl,-rpath,"\$ORIGIN/../lib:/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib:/opt/rocm/lib:/opt/conda/lib" -lpthread lib/Target/LLVMIR/libTritonLLVMIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMOption.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTilingInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskingOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBuiltinToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVMIRExport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTranslateLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRExecutionEngineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCoroutines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMFrontendOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMLinker.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMVectorize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstrumentation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMGlobalISel.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSelectionDAG.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMHipStdPar.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObjCARCOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAggressiveInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGenTypes.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUInfo.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCopyOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRuntimeVerifiableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRewrite.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a lib/Analysis/libTritonAnalysis.a lib/Conversion/TritonGPUToLLVM/libASMBuilder.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a lib/Dialect/Triton/IR/libTritonIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapedOpInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParallelCombiningOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRValueBoundsOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLoopLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPresburger.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRViewLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDestinationStyleOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCastInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSymbolize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoPDB.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoBTF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCallInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDataLayoutInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFunctionInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferTypeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemorySlotInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSideEffectInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTargetParser.a /opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a -lrt -lpthread -ldl -lm /opt/conda/lib/libz.so && : 2024-04-03T17:05:13.5345981Z [162/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/libgtest.a && /usr/bin/ar qc lib/libgtest.a _deps/googletest-build/googletest/CMakeFiles/gtest.dir/src/gtest-all.cc.o && /usr/bin/ranlib lib/libgtest.a && : 2024-04-03T17:05:13.5348911Z [163/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/libgmock.a && /usr/bin/ar qc lib/libgmock.a _deps/googletest-build/googlemock/CMakeFiles/gmock.dir/src/gmock-all.cc.o && /usr/bin/ranlib lib/libgmock.a && : 2024-04-03T17:05:13.5353930Z [164/178] : && /opt/conda/envs/py_3.8/bin/cmake -E rm -f lib/libgtest_main.a && /usr/bin/ar qc lib/libgtest_main.a _deps/googletest-build/googletest/CMakeFiles/gtest_main.dir/src/gtest_main.cc.o && /usr/bin/ranlib lib/libgtest_main.a && : 2024-04-03T17:05:13.5402535Z [165/178] : && /opt/cache/bin/c++ -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g unittest/Analysis/CMakeFiles/TestTritonAnalysis.dir/UtilityTest.cpp.o -o unittest/Analysis/TestTritonAnalysis -Wl,-rpath,/opt/conda/lib -lstdc++fs lib/libgtest_main.a lib/libgmock.a lib/Analysis/libTritonAnalysis.a lib/Dialect/Triton/IR/libTritonIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/libgtest.a -lstdc++fs lib/Conversion/TritonGPUToLLVM/libASMBuilder.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/Triton/IR/libTritonIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParallelCombiningOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRValueBoundsOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLoopLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPresburger.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRViewLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDestinationStyleOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCallInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDataLayoutInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFunctionInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSideEffectInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemorySlotInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSymbolize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoPDB.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoBTF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferTypeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCastInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTargetParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapedOpInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a -lrt -ldl -lpthread -lm /opt/conda/lib/libz.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a && cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Analysis && /opt/conda/envs/py_3.8/bin/cmake -D TEST_TARGET=TestTritonAnalysis -D TEST_EXECUTABLE=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Analysis/TestTritonAnalysis -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Analysis -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES= -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=TestTritonAnalysis_TESTS -D CTEST_FILE=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Analysis/TestTritonAnalysis[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/GoogleTestAddTests.cmake 2024-04-03T17:05:13.5457288Z [166/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -MD -MT unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestEmitIndices.dir/EmitIndicesTest.cpp.o -MF unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestEmitIndices.dir/EmitIndicesTest.cpp.o.d -o unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestEmitIndices.dir/EmitIndicesTest.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Conversion/TritonGPUToLLVM/EmitIndicesTest.cpp 2024-04-03T17:05:13.5482139Z [167/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -MD -MT unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestGcnAsmFormat.dir/GcnAsmFormatTest.cpp.o -MF unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestGcnAsmFormat.dir/GcnAsmFormatTest.cpp.o.d -o unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestGcnAsmFormat.dir/GcnAsmFormatTest.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Conversion/TritonGPUToLLVM/GcnAsmFormatTest.cpp 2024-04-03T17:05:13.5509115Z [168/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -MD -MT unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestPtxAsmFormat.dir/PTXAsmFormatTest.cpp.o -MF unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestPtxAsmFormat.dir/PTXAsmFormatTest.cpp.o.d -o unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestPtxAsmFormat.dir/PTXAsmFormatTest.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Conversion/TritonGPUToLLVM/PTXAsmFormatTest.cpp 2024-04-03T17:05:13.5548711Z [169/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Conversion/TritonGPUToLLVM -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -MD -MT unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestEmitIndices.dir/DumpLayout.cpp.o -MF unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestEmitIndices.dir/DumpLayout.cpp.o.d -o unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestEmitIndices.dir/DumpLayout.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Conversion/TritonGPUToLLVM/DumpLayout.cpp 2024-04-03T17:05:13.5656084Z [170/178] : && /opt/cache/bin/c++ -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestPtxAsmFormat.dir/PTXAsmFormatTest.cpp.o -o unittest/Conversion/TritonGPUToLLVM/TestPtxAsmFormat -Wl,-rpath,/opt/rocm/lib:/opt/conda/lib -lstdc++fs lib/libgtest_main.a lib/libgmock.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a lib/libgtest.a -lstdc++fs /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTilingInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskingOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBuiltinToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRExecutionEngineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCoroutines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMLinker.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMVectorize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstrumentation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMGlobalISel.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSelectionDAG.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMHipStdPar.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObjCARCOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGenTypes.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVMIRExport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMFrontendOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAggressiveInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTranslateLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsmParser.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Analysis/libTritonAnalysis.a lib/Conversion/TritonGPUToLLVM/libASMBuilder.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCopyOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRuntimeVerifiableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRewrite.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a lib/Dialect/Triton/IR/libTritonIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParallelCombiningOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapedOpInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRValueBoundsOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLoopLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPresburger.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRViewLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDestinationStyleOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCastInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFunctionInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSideEffectInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDataLayoutInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCallInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferTypeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemorySlotInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSymbolize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoPDB.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoBTF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTargetParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a -lrt -ldl -lpthread -lm /opt/conda/lib/libz.so && cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM && /opt/conda/envs/py_3.8/bin/cmake -D TEST_TARGET=TestPtxAsmFormat -D TEST_EXECUTABLE=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM/TestPtxAsmFormat -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES= -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=TestPtxAsmFormat_TESTS -D CTEST_FILE=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM/TestPtxAsmFormat[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/GoogleTestAddTests.cmake 2024-04-03T17:05:13.5973036Z [171/178] : && /opt/cache/bin/c++ -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestEmitIndices.dir/EmitIndicesTest.cpp.o unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestEmitIndices.dir/DumpLayout.cpp.o -o unittest/Conversion/TritonGPUToLLVM/TestEmitIndices -Wl,-rpath,/opt/rocm/lib:/opt/conda/lib -lstdc++fs lib/libgtest_main.a lib/libgmock.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithValueBoundsOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIRDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMeshDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeOpsTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVModuleCombiner.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorInferTypeOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformPDLExtension.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTestDynDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTestPasses.a lib/Dialect/Triton/IR/libTritonIR.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToAMDGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeon2dToIntr.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationToMemRef.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToVulkanTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToFuncs.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUToNVVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReconcileUnrealizedCasts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToEmitC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToArith.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToTensor.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSPIRV.a lib/Conversion/TritonToTritonGPU/libTritonToTritonGPU.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a lib/Conversion/NVGPUToLLVM/libNVGPUToLLVM.a lib/libgtest.a -lstdc++fs /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVSerialization.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVBinaryUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCMPCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /opt/rocm/lib/libhsa-runtime64.so lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBuiltinToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRExecutionEngineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTilingInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskingOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVMIRExport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTranslateLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCoroutines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMLinker.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMFrontendOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMVectorize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstrumentation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMGlobalISel.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSelectionDAG.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMHipStdPar.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAggressiveInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObjCARCOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGenTypes.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRewrite.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCopyOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRuntimeVerifiableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a lib/Analysis/libTritonAnalysis.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a lib/Dialect/Triton/IR/libTritonIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapedOpInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParallelCombiningOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCastInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRValueBoundsOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDestinationStyleOpInterface.a lib/Conversion/TritonGPUToLLVM/libASMBuilder.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemorySlotInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSymbolize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoPDB.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoBTF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTargetParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCallInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferTypeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSideEffectInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPresburger.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLoopLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRViewLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFunctionInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDataLayoutInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a -lrt -ldl -lm /opt/conda/lib/libz.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a -lpthread && cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM && /opt/conda/envs/py_3.8/bin/cmake -D TEST_TARGET=TestEmitIndices -D TEST_EXECUTABLE=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM/TestEmitIndices -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES= -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=TestEmitIndices_TESTS -D CTEST_FILE=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM/TestEmitIndices[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/GoogleTestAddTests.cmake 2024-04-03T17:05:13.6269580Z [172/178] : && /opt/cache/bin/c++ -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g unittest/Conversion/TritonGPUToLLVM/CMakeFiles/TestGcnAsmFormat.dir/GcnAsmFormatTest.cpp.o -o unittest/Conversion/TritonGPUToLLVM/TestGcnAsmFormat -Wl,-rpath,/opt/rocm/lib:/opt/conda/lib -lstdc++fs lib/libgtest_main.a lib/libgmock.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a lib/libgtest.a -lstdc++fs /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTilingInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskingOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBuiltinToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRExecutionEngineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCoroutines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMLinker.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMVectorize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstrumentation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMGlobalISel.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSelectionDAG.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMHipStdPar.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObjCARCOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGenTypes.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVMIRExport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMFrontendOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAggressiveInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTranslateLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsmParser.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Analysis/libTritonAnalysis.a lib/Conversion/TritonGPUToLLVM/libASMBuilder.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCopyOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRuntimeVerifiableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRewrite.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a lib/Dialect/Triton/IR/libTritonIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParallelCombiningOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapedOpInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRValueBoundsOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLoopLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPresburger.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRViewLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDestinationStyleOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCastInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFunctionInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSideEffectInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDataLayoutInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCallInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferTypeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemorySlotInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSymbolize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoPDB.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoBTF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTargetParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a -lrt -ldl -lpthread -lm /opt/conda/lib/libz.so && cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM && /opt/conda/envs/py_3.8/bin/cmake -D TEST_TARGET=TestGcnAsmFormat -D TEST_EXECUTABLE=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM/TestGcnAsmFormat -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES= -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=TestGcnAsmFormat_TESTS -D CTEST_FILE=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Conversion/TritonGPUToLLVM/TestGcnAsmFormat[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/GoogleTestAddTests.cmake 2024-04-03T17:05:13.6368606Z [173/178] /opt/cache/bin/c++ -DROCM_DEFAULT_DIR=\"/opt/rocm\" -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Dialect/TritonGPU -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Dialect/TritonGPU -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googletest -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock/include -isystem /var/lib/jenkins/workspace/build/aotriton/build/triton_build/_deps/googletest-src/googlemock -isystem /opt/conda/include -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -std=gnu++17 -MD -MT unittest/Dialect/TritonGPU/CMakeFiles/TestSwizzling.dir/SwizzleTest.cpp.o -MF unittest/Dialect/TritonGPU/CMakeFiles/TestSwizzling.dir/SwizzleTest.cpp.o.d -o unittest/Dialect/TritonGPU/CMakeFiles/TestSwizzling.dir/SwizzleTest.cpp.o -c /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/unittest/Dialect/TritonGPU/SwizzleTest.cpp 2024-04-03T17:05:13.6633051Z [174/178] : && /opt/cache/bin/c++ -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -Wl,--gc-sections bin/CMakeFiles/triton-translate.dir/triton-translate.cpp.o -o bin/triton-translate -Wl,-rpath,"\$ORIGIN/../lib:/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib:/opt/rocm/lib:/opt/conda/lib" -lpthread lib/Analysis/libTritonAnalysis.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Target/LLVMIR/libTritonLLVMIR.a lib/Target/PTX/libTritonPTX.a lib/Target/HSACO/libTritonHSACO.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithValueBoundsOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIRDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMeshDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeOpsTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVModuleCombiner.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorInferTypeOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformPDLExtension.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTestDynDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTestPasses.a lib/Dialect/Triton/IR/libTritonIR.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToAMDGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeon2dToIntr.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationToMemRef.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToVulkanTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToFuncs.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUToNVVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReconcileUnrealizedCasts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToEmitC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToArith.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToTensor.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSPIRV.a lib/Conversion/TritonToTritonGPU/libTritonToTritonGPU.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a lib/Conversion/NVGPUToLLVM/libNVGPUToLLVM.a test/lib/Analysis/libTritonTestAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMOption.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROptLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a lib/Target/LLVMIR/libTritonLLVMIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexToLLVM.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a /opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVSerialization.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVBinaryUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Analysis/libTritonAnalysis.a lib/Conversion/TritonGPUToLLVM/libASMBuilder.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithValueBoundsOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMeshDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUToNVVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCMPCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeOpsTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBuiltinToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReconcileUnrealizedCasts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVModuleCombiner.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorInferTypeOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformPDLExtension.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTilingInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskingOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMGlobalISel.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSelectionDAG.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVMIRExport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCopyOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRuntimeVerifiableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTranslateLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRExecutionEngineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGenTypes.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObjCARCOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCoroutines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMLinker.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMFrontendOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAggressiveInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMVectorize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstrumentation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMHipStdPar.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTestDynDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTestPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRewrite.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a lib/Dialect/Triton/IR/libTritonIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapedOpInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParallelCombiningOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCastInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRValueBoundsOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDestinationStyleOpInterface.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemorySlotInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSymbolize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoPDB.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoBTF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTargetParser.a -lstdc++fs /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIRDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDebug.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRObservers.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPluginsLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCallInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferTypeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSideEffectInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPresburger.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLoopLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRViewLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFunctionInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDataLayoutInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a -lrt -lpthread -ldl -lm /opt/conda/lib/libz.so && : 2024-04-03T17:05:13.7113473Z [175/178] : && /opt/cache/bin/c++ -fPIC -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -Wl,--exclude-libs,ALL -L/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib -shared -Wl,-soname,libtriton.so -o /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/triton/_C/libtriton.so CMakeFiles/triton.dir/python/src/main.cc.o CMakeFiles/triton.dir/python/src/triton.cc.o -Wl,-rpath,/opt/rocm/lib:/opt/conda/lib -lstdc++fs /opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDisassembler.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCDisassembler.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMGlobalISel.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSelectionDAG.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstrumentation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMVectorize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMLinker.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMFrontendOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAggressiveInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObjCARCOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCoroutines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a -lz lib/Analysis/libTritonAnalysis.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Target/LLVMIR/libTritonLLVMIR.a lib/Target/PTX/libTritonPTX.a lib/Target/HSACO/libTritonHSACO.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithValueBoundsOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIRDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMeshDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeOpsTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVModuleCombiner.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorInferTypeOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformPDLExtension.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTestDynDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTestPasses.a lib/Dialect/Triton/IR/libTritonIR.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToAMDGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeon2dToIntr.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationToMemRef.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToVulkanTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToFuncs.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUToNVVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReconcileUnrealizedCasts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToEmitC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToArith.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToTensor.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSPIRV.a lib/Conversion/TritonToTritonGPU/libTritonToTritonGPU.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a lib/Conversion/NVGPUToLLVM/libNVGPUToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVMIRExport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a lib/Target/LLVMIR/libTritonLLVMIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexToLLVM.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a /opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVSerialization.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVBinaryUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCMPCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Analysis/libTritonAnalysis.a lib/Conversion/TritonGPUToLLVM/libASMBuilder.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/Triton/IR/libTritonIR.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMGlobalISel.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBuiltinToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRExecutionEngineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMHipStdPar.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCoroutines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTilingInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParallelCombiningOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskingOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVMIRExport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTranslateLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSelectionDAG.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstrumentation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMLinker.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMFrontendOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMVectorize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObjCARCOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAggressiveInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGenTypes.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapedOpInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRValueBoundsOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDestinationStyleOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCastInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSymbolize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoPDB.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoBTF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTargetParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRewrite.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemorySlotInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCopyOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRuntimeVerifiableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCallInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferTypeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSideEffectInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPresburger.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLoopLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRViewLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFunctionInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDataLayoutInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a -lrt -ldl -lm /opt/conda/lib/libz.so -lpthread && : 2024-04-03T17:05:13.7562201Z [176/178] : && /opt/cache/bin/c++ -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g unittest/Dialect/TritonGPU/CMakeFiles/TestSwizzling.dir/SwizzleTest.cpp.o -o unittest/Dialect/TritonGPU/TestSwizzling -Wl,-rpath,/opt/rocm/lib:/opt/conda/lib -lstdc++fs lib/libgtest_main.a lib/libgmock.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithValueBoundsOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIRDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMeshDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeOpsTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVModuleCombiner.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorInferTypeOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformPDLExtension.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTestDynDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTestPasses.a lib/Dialect/Triton/IR/libTritonIR.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToAMDGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeon2dToIntr.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationToMemRef.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToVulkanTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToFuncs.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUToNVVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReconcileUnrealizedCasts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToEmitC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToArith.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToTensor.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSPIRV.a lib/Conversion/TritonToTritonGPU/libTritonToTritonGPU.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a lib/Conversion/NVGPUToLLVM/libNVGPUToLLVM.a lib/libgtest.a -lstdc++fs /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVSerialization.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVBinaryUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCMPCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /opt/rocm/lib/libhsa-runtime64.so lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBuiltinToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRExecutionEngineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTilingInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskingOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVMIRExport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTranslateLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCoroutines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMLinker.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMFrontendOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMVectorize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstrumentation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMGlobalISel.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSelectionDAG.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMHipStdPar.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAggressiveInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObjCARCOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGenTypes.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRewrite.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCopyOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRuntimeVerifiableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a lib/Analysis/libTritonAnalysis.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a lib/Dialect/Triton/IR/libTritonIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapedOpInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParallelCombiningOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCastInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRValueBoundsOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDestinationStyleOpInterface.a lib/Conversion/TritonGPUToLLVM/libASMBuilder.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemorySlotInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSymbolize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoPDB.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoBTF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTargetParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCallInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferTypeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSideEffectInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPresburger.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLoopLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRViewLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFunctionInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDataLayoutInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a -lrt -ldl -lm /opt/conda/lib/libz.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a -lpthread && cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Dialect/TritonGPU && /opt/conda/envs/py_3.8/bin/cmake -D TEST_TARGET=TestSwizzling -D TEST_EXECUTABLE=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Dialect/TritonGPU/TestSwizzling -D TEST_EXECUTOR= -D TEST_WORKING_DIR=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Dialect/TritonGPU -D TEST_EXTRA_ARGS= -D TEST_PROPERTIES= -D TEST_PREFIX= -D TEST_SUFFIX= -D TEST_FILTER= -D NO_PRETTY_TYPES=FALSE -D NO_PRETTY_VALUES=FALSE -D TEST_LIST=TestSwizzling_TESTS -D CTEST_FILE=/var/lib/jenkins/workspace/build/aotriton/build/triton_build/unittest/Dialect/TritonGPU/TestSwizzling[1]_tests.cmake -D TEST_DISCOVERY_TIMEOUT=5 -D TEST_XML_OUTPUT_DIR= -P /opt/conda/envs/py_3.8/share/cmake-3.26/Modules/GoogleTestAddTests.cmake 2024-04-03T17:05:13.8004850Z [177/178] : && /opt/cache/bin/c++ -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -Wl,--gc-sections bin/CMakeFiles/triton-opt.dir/triton-opt.cpp.o -o bin/triton-opt -Wl,-rpath,"\$ORIGIN/../lib:/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib:/opt/rocm/lib:/opt/conda/lib" -lpthread lib/Analysis/libTritonAnalysis.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithValueBoundsOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIRDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMeshDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeOpsTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVModuleCombiner.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorInferTypeOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformPDLExtension.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTestDynDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTestPasses.a lib/Dialect/Triton/IR/libTritonIR.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToAMDGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeon2dToIntr.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationToMemRef.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToVulkanTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToFuncs.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUToNVVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReconcileUnrealizedCasts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToEmitC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToArith.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToTensor.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSPIRV.a lib/Conversion/TritonToTritonGPU/libTritonToTritonGPU.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a lib/Conversion/NVGPUToLLVM/libNVGPUToLLVM.a test/lib/Analysis/libTritonTestAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROptLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVSerialization.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVBinaryUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Analysis/libTritonAnalysis.a lib/Conversion/TritonGPUToLLVM/libASMBuilder.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithValueBoundsOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMeshDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUToNVVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCMPCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeOpsTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBuiltinToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReconcileUnrealizedCasts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVModuleCombiner.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorInferTypeOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformPDLExtension.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTilingInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskingOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMGlobalISel.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSelectionDAG.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRExecutionEngineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVMIRExport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCopyOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRuntimeVerifiableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTranslateLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCoroutines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMLinker.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMFrontendOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMVectorize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAggressiveInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGenTypes.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstrumentation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMHipStdPar.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObjCARCOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTestDynDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTestPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRewrite.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a lib/Dialect/Triton/IR/libTritonIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapedOpInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParallelCombiningOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCastInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRValueBoundsOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDestinationStyleOpInterface.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemorySlotInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSymbolize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoPDB.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoBTF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTargetParser.a -lstdc++fs /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIRDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDebug.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRObservers.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPluginsLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCallInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferTypeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSideEffectInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPresburger.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLoopLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRViewLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFunctionInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDataLayoutInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a -lrt -ldl -lpthread -lm /opt/conda/lib/libz.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a && : 2024-04-03T17:05:13.8467686Z [178/178] : && /opt/cache/bin/c++ -D__STDC_FORMAT_MACROS -fPIC -std=gnu++17 -fvisibility=hidden -fvisibility-inlines-hidden -DUSE_ROCM -Wno-unused-result -Wno-attributes -DTRITONGPU_DEFAULT_WARPSIZE=64 -Werror -Wno-covered-switch-default -O2 -g -Wl,--gc-sections bin/CMakeFiles/triton-reduce.dir/triton-reduce.cpp.o -o bin/triton-reduce -Wl,-rpath,"\$ORIGIN/../lib:/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib:/opt/rocm/lib:/opt/conda/lib" -lpthread lib/Analysis/libTritonAnalysis.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithValueBoundsOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIRDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMeshDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeOpsTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVModuleCombiner.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorInferTypeOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformPDLExtension.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTestDynDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTestPasses.a lib/Dialect/Triton/IR/libTritonIR.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToAMDGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeon2dToIntr.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationToMemRef.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToVulkanTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToFuncs.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUToNVVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReconcileUnrealizedCasts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToEmitC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToArith.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToLinalg.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaToTensor.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToGPU.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSPIRV.a lib/Conversion/TritonToTritonGPU/libTritonToTritonGPU.a lib/Conversion/TritonGPUToLLVM/libTritonGPUToLLVM.a lib/Conversion/NVGPUToLLVM/libNVGPUToLLVM.a test/lib/Analysis/libTritonTestAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReduceLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRConvertToLLVMInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVSerialization.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVBinaryUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToSPIRV.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToSPIRV.a /opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToROCDLTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUToROCDL.a lib/Dialect/Triton/Transforms/libTritonTransforms.a lib/Dialect/TritonNvidiaGPU/Transforms/libTritonNvidiaGPUTransforms.a lib/Dialect/TritonGPU/Transforms/libTritonGPUTransforms.a lib/Analysis/libTritonAnalysis.a lib/Conversion/TritonGPUToLLVM/libASMBuilder.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMDGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithValueBoundsOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIREmitCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIRDL.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMeshDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMLProgramDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUToNVVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenMPDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIROpenACCMPCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeOpsTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapeDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorPipelines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexToStandard.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToNVVMTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToGPURuntimeTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBuiltinToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsyncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLibm.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReconcileUnrealizedCasts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFToControlFlow.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVMPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAMXDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmNeonDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVETransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSVEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToArmSME.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArmSMEDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIndexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVModuleCombiner.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSPIRVDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorInferTypeOpInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTilingInterfaceImpl.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformPDLExtension.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransformOps.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorToSCF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLinalgDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTilingInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMaskingOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRX86VectorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMCommonConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMNVPTXInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMGlobalISel.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSelectionDAG.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUDesc.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAMDGPUInfo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLToLLVMIRTranslation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRROCDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVM.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRExecutionEngineUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTargetLLVMIRExport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRNVVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransforms.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCopyOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRuntimeVerifiableOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTranslateLib.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCoroutines.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMipo.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMLinker.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMFrontendOpenMP.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMVectorize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGen.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTarget.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMScalarOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAggressiveInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstCombine.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCodeGenTypes.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMInstrumentation.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMHipStdPar.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRPrinter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObjCARCOpts.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTestDynDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaTestPasses.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTosaDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRQuantDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRVectorInterfaces.a lib/Dialect/TritonNvidiaGPU/IR/libTritonNvidiaGPUIR.a lib/Dialect/TritonGPU/IR/libTritonGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRGPUDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDLTIDialect.a lib/Dialect/Triton/IR/libTritonIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMathDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSCFDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBufferizationDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFuncDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSparseTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTensorDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAffineDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemRefDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialectUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRComplexDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithAttrToLLVMConversion.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRShapedOpInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParallelCombiningOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRArithDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRUBDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCastInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeCommon.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRValueBoundsOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDestinationStyleOpInterface.a lib/Dialect/NVGPU/IR/libNVGPUIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLLVMDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRMemorySlotInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitWriter.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMProfileData.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSymbolize.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoDWARF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoPDB.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoMSF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoBTF.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMObject.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMIRReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMCParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMMC.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDebugInfoCodeView.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMCore.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMRemarks.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBitstreamReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTextAPI.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMBinaryFormat.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMTargetParser.a -lstdc++fs /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRBytecodeReader.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAsmParser.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRReduce.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRTransformUtils.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRRewrite.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLToPDLInterp.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLInterpDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPDLDialect.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPass.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRAnalysis.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRCallInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRControlFlowInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRPresburger.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRLoopLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRViewLikeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferIntRangeInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRFunctionInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRDataLayoutInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRInferTypeOpInterface.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSideEffectInterfaces.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRIR.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libMLIRSupport.a /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMSupport.a -lrt -ldl -lpthread -lm /opt/conda/lib/libz.so /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/lib/libLLVMDemangle.a && : 2024-04-03T17:05:13.8693640Z [1/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-doc -allow-hugo-specific-features -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUDialect.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/TritonGPUDialect.md -d include/triton/Dialect/TritonGPU/IR/TritonGPUDialect.md.d 2024-04-03T17:05:13.8710294Z [2/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-doc -allow-hugo-specific-features -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUDialect.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUDialect.md -d include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUDialect.md.d 2024-04-03T17:05:13.8726522Z [3/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-doc -allow-hugo-specific-features -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonDialect.td --write-if-changed -o include/triton/Dialect/Triton/IR/TritonDialect.md -d include/triton/Dialect/Triton/IR/TritonDialect.md.d 2024-04-03T17:05:13.8742236Z [4/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-doc -allow-hugo-specific-features -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/Triton/IR/TritonOps.td --write-if-changed -o include/triton/Dialect/Triton/IR/TritonOps.md -d include/triton/Dialect/Triton/IR/TritonOps.md.d 2024-04-03T17:05:13.8757714Z [5/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-dialect-doc -allow-hugo-specific-features -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUDialect.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/NVGPUDialect.md -d include/triton/Dialect/NVGPU/IR/NVGPUDialect.md.d 2024-04-03T17:05:13.8773758Z [6/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-doc -allow-hugo-specific-features -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOps.td --write-if-changed -o include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOps.md -d include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOps.md.d 2024-04-03T17:05:13.8789913Z [7/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-doc -allow-hugo-specific-features -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/NVGPU/IR/NVGPUOps.td --write-if-changed -o include/triton/Dialect/NVGPU/IR/NVGPUOps.md -d include/triton/Dialect/NVGPU/IR/NVGPUOps.md.d 2024-04-03T17:05:13.8805558Z [8/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build && /var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/bin/mlir-tblgen -gen-op-doc -allow-hugo-specific-features -I /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/.triton/pybind11/pybind11-2.11.1/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/. -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/src -I/opt/conda/include/python3.12 -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/.triton/llvm/llvm-49af6502-ubuntu-x64/include -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include -I/var/lib/jenkins/workspace/build/aotriton/build/triton_build/include /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/include/triton/Dialect/TritonGPU/IR/TritonGPUOps.td --write-if-changed -o include/triton/Dialect/TritonGPU/IR/TritonGPUOps.md -d include/triton/Dialect/TritonGPU/IR/TritonGPUOps.md.d 2024-04-03T17:05:13.8816032Z [9/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/TritonNvidiaGPU/IR && /opt/conda/envs/py_3.8/bin/cmake -E copy /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUDialect.md /var/lib/jenkins/workspace/build/aotriton/build/triton_build/docs/dialects/TritonNvidiaGPUDialect.md 2024-04-03T17:05:13.8821291Z [10/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/TritonGPU/IR && /opt/conda/envs/py_3.8/bin/cmake -E copy /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/TritonGPU/IR/TritonGPUDialect.md /var/lib/jenkins/workspace/build/aotriton/build/triton_build/docs/dialects/TritonGPUDialect.md 2024-04-03T17:05:13.8826074Z [11/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/NVGPU/IR && /opt/conda/envs/py_3.8/bin/cmake -E copy /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/NVGPU/IR/NVGPUDialect.md /var/lib/jenkins/workspace/build/aotriton/build/triton_build/docs/dialects/NVGPUDialect.md 2024-04-03T17:05:13.8830673Z [12/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/Triton/IR && /opt/conda/envs/py_3.8/bin/cmake -E copy /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/Triton/IR/TritonOps.md /var/lib/jenkins/workspace/build/aotriton/build/triton_build/docs/dialects/TritonOps.md 2024-04-03T17:05:13.8835226Z [13/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/NVGPU/IR && /opt/conda/envs/py_3.8/bin/cmake -E copy /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/NVGPU/IR/NVGPUOps.md /var/lib/jenkins/workspace/build/aotriton/build/triton_build/docs/dialects/NVGPUOps.md 2024-04-03T17:05:13.8839936Z [14/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/TritonGPU/IR && /opt/conda/envs/py_3.8/bin/cmake -E copy /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/TritonGPU/IR/TritonGPUOps.md /var/lib/jenkins/workspace/build/aotriton/build/triton_build/docs/dialects/TritonGPUOps.md 2024-04-03T17:05:13.8844958Z [15/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/TritonNvidiaGPU/IR && /opt/conda/envs/py_3.8/bin/cmake -E copy /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/TritonNvidiaGPU/IR/TritonNvidiaGPUOps.md /var/lib/jenkins/workspace/build/aotriton/build/triton_build/docs/dialects/TritonNvidiaGPUOps.md 2024-04-03T17:05:13.8849986Z [16/16] cd /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/Triton/IR && /opt/conda/envs/py_3.8/bin/cmake -E copy /var/lib/jenkins/workspace/build/aotriton/build/triton_build/include/triton/Dialect/Triton/IR/TritonDialect.md /var/lib/jenkins/workspace/build/aotriton/build/triton_build/docs/dialects/TritonDialect.md 2024-04-03T17:05:13.8852733Z build_extension <__main__.CMakeExtension('triton') at 0x7fb336c5cc50> 2024-04-03T17:05:13.8853878Z downloading and extracting https://github.com/pybind/pybind11/archive/refs/tags/v2.11.1.tar.gz ... 2024-04-03T17:05:13.8855293Z downloading and extracting https://tritonlang.blob.core.windows.net/llvm-builds/llvm-49af6502-ubuntu-x64.tar.gz ... 2024-04-03T17:05:13.8856964Z Creating /var/lib/jenkins/workspace/build/aotriton/build/venv/lib/python3.12/site-packages/triton.egg-link (link to .) 2024-04-03T17:05:13.8858132Z Adding triton 2.1.0 to easy-install.pth file 2024-04-03T17:05:13.8858590Z 2024-04-03T17:05:13.8859055Z Installed /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python 2024-04-03T17:05:13.8859819Z Processing dependencies for triton==2.1.0 2024-04-03T17:05:13.8860361Z Searching for filelock==3.13.3 2024-04-03T17:05:13.8860825Z Best match: filelock 3.13.3 2024-04-03T17:05:13.8861355Z Adding filelock 3.13.3 to easy-install.pth file 2024-04-03T17:05:13.8861846Z 2024-04-03T17:05:13.8862385Z Using /var/lib/jenkins/workspace/build/aotriton/build/venv/lib/python3.12/site-packages 2024-04-03T17:05:13.8863270Z Finished processing dependencies for triton==2.1.0 2024-04-03T17:05:13.8867355Z [3/6] cd /var/lib/jenkins/workspace/build/aotriton/src && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" python -m v2python.generate_compile --target_gpus MI200 MI300X --build_dir /var/lib/jenkins/workspace/build/aotriton/build/v2src 2024-04-03T17:05:13.8873700Z self.TYPE_CHOICES={frozenset({'Out', 'encoded_softmax', 'K', 'V', 'Q'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'M'}): ['*fp32:16'], frozenset({'seqlen_k', 'seqlen_q'}): ['i32'], frozenset({'head_dim'}): ['u64'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qm', 'stride_qh', 'stride_qz'}): ['u64:16'], frozenset({'stride_kh', 'stride_kz', 'stride_kn'}): ['u64:16'], frozenset({'stride_vk', 'stride_vh', 'stride_vz'}): ['u64:16'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16']} 2024-04-03T17:05:13.8878161Z self.FEAT_CHOICES={frozenset({'STAGE'}): [1, 3], frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'RETURN_ENCODED_SOFTMAX'}): [True, False], frozenset({'PADDED_HEAD'}): [True, False], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_on'}): [1]} 2024-04-03T17:05:13.8881427Z self.TYPE_CHOICES={frozenset({'Out', 'DO'}): ['*fp16:16', '*bf16:16'], frozenset({'Delta'}): ['*fp32:16'], frozenset({'seqlen_q'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16'], frozenset({'stride_dom', 'stride_doh', 'stride_doz'}): ['u64:16']} 2024-04-03T17:05:13.8883675Z self.FEAT_CHOICES={frozenset({'D_HEAD'}): [16, 32, 64, 128, 256], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_on'}): [1], frozenset({'stride_don'}): [1]} 2024-04-03T17:05:13.8888103Z self.TYPE_CHOICES={frozenset({'Out', 'DV', 'DO', 'DK', 'K', 'V', 'Q'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'L', 'D'}): ['*fp32:16'], frozenset({'seqlen_k', 'seqlen_q'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qm', 'stride_qh', 'stride_qz'}): ['u64:16'], frozenset({'stride_kh', 'stride_kz', 'stride_kn'}): ['u64:16'], frozenset({'stride_vk', 'stride_vh', 'stride_vz'}): ['u64:16'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16'], frozenset({'stride_dkn', 'stride_dkz', 'stride_dkh'}): ['u64:16'], frozenset({'stride_dvh', 'stride_dvk', 'stride_dvz'}): ['u64:16']} 2024-04-03T17:05:13.8893176Z self.FEAT_CHOICES={frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'CAUSAL'}): [True, False], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_ok'}): [1], frozenset({'stride_dkk'}): [1], frozenset({'stride_dvn'}): [1]} 2024-04-03T17:05:13.8898194Z self.TYPE_CHOICES={frozenset({'Out', 'dQ', 'dO', 'K', 'V', 'Q'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'L', 'D'}): ['*fp32:16'], frozenset({'seqlen_k', 'seqlen_q'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qm', 'stride_qh', 'stride_qz'}): ['u64:16'], frozenset({'stride_kh', 'stride_kz', 'stride_kn'}): ['u64:16'], frozenset({'stride_vk', 'stride_vh', 'stride_vz'}): ['u64:16'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16'], frozenset({'stride_dqz', 'stride_dqm', 'stride_dqh'}): ['u64:16']} 2024-04-03T17:05:13.8903013Z self.FEAT_CHOICES={frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'CAUSAL'}): [True, False], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_ok'}): [1], frozenset({'stride_dqk'}): [1]} 2024-04-03T17:05:13.8905342Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:13.8907683Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.8909850Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:13.8912195Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.8914332Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:13.8916699Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.8918864Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:13.8921222Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.8923451Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:13.8925788Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.8927949Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:13.8930265Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.8932416Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:13.8934812Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.8937102Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:13.8939578Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.8941760Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:13.8944039Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.8946189Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:13.8948597Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.8950757Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:13.8953100Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.8955313Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:13.8957604Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.8959788Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:13.8962134Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.8964278Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:13.8966613Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.8968796Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:13.8971148Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.8973313Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:13.8975682Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.8977920Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:13.8980359Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.8982475Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:13.8984878Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.8987061Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:13.8989454Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.8991607Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:13.8993974Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.8996076Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:13.8998412Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9000588Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:13.9002972Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9005129Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:13.9007450Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9009619Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:13.9011959Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9014140Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:13.9016568Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9018896Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:13.9021229Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9023411Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:13.9025773Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9027944Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:13.9030314Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9032499Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:13.9034790Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9037008Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:13.9039372Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9041560Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:13.9043902Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9046110Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:13.9048470Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9050625Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:13.9052965Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9055213Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:13.9057653Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9059879Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:13.9062218Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9064402Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:13.9066774Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9068981Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:13.9071335Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9073469Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:13.9075813Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9078016Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:13.9080362Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9082530Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:13.9084954Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9087053Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:13.9089460Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9092457Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:13.9095435Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9097688Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:13.9100118Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9103182Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:13.9106136Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9108276Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:13.9110599Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9113602Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:13.9116637Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9118806Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:13.9121193Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9124173Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:13.9127176Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9129375Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:13.9131711Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9134732Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:13.9137801Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9140056Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:13.9142422Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9145388Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:13.9148422Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9150608Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:13.9152974Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9155986Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:13.9159020Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9161172Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:13.9163478Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9166531Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:13.9169528Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9171698Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:13.9174006Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9177074Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:13.9237302Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9239417Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:13.9241692Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9244619Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:13.9247504Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9249539Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:13.9251757Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9254647Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:13.9257667Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9259863Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:13.9262119Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9265016Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:13.9267949Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9269993Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:13.9272249Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9275168Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:13.9278035Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9280087Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:13.9282334Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9285240Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:13.9288180Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9290237Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:13.9292471Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9295366Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:13.9298494Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9300567Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:13.9302814Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9305794Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:13.9308692Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9310736Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:13.9312943Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9315812Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:13.9318729Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9320766Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:13.9322986Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9325882Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:13.9328762Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9330832Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:13.9333054Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9335968Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:13.9339191Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9341250Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:13.9343481Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9346381Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:13.9349330Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9351393Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:13.9353621Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9356512Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:13.9359402Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9361546Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:13.9363775Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9366713Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:13.9369633Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9371683Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:13.9373919Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9376894Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:13.9379950Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9382026Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:13.9384284Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9387188Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:13.9390095Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9392151Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:13.9394429Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9397374Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:13.9400299Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9402345Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:13.9404598Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9407505Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:13.9410454Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9412524Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:13.9414766Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9417784Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:13.9420796Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9422869Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:13.9425199Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9428169Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:13.9431108Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9433188Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:13.9435446Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9438347Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:13.9441263Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9443375Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:13.9445638Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9448549Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:13.9451467Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9453549Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:13.9455853Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9458997Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:13.9461937Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9464025Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:13.9466304Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9469232Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:13.9472149Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9474290Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:13.9476527Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9479412Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:13.9482313Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9484381Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:13.9486671Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9489594Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:13.9492519Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9494600Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:13.9496933Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9499933Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:13.9502832Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9504975Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:13.9507233Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9510150Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:13.9513071Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9515155Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:13.9517438Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9520347Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:13.9523319Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9525393Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:13.9527650Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9530561Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:13.9533471Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9535580Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:13.9537911Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9540958Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:13.9543862Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9545969Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:13.9548297Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9551225Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:13.9554174Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9556276Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:13.9558482Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9560524Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:13.9562767Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9564829Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:13.9567099Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9569149Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:13.9571391Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9573445Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:13.9575677Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9577819Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:13.9580229Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9582301Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:13.9584596Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9586719Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:13.9588983Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9591039Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:13.9593267Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9595299Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:13.9597531Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9599650Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:13.9601879Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9603944Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:13.9606178Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9608241Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:13.9610491Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9612595Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:13.9614849Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9617033Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:13.9619407Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9621501Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:13.9623769Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9625837Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:13.9628068Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9630167Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:13.9632377Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9634425Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:13.9636658Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9638725Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:13.9640967Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9643036Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:13.9645297Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9647372Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:13.9649647Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9651768Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:13.9654015Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9656075Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:13.9658502Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9660576Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:13.9662864Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9664927Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:13.9667176Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9669236Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:13.9671495Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9673580Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:13.9675886Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9677973Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:13.9680268Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9682365Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:13.9684618Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9686705Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:13.9688968Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9691067Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:13.9693333Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9695447Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:13.9697777Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9699953Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:13.9702208Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9704288Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:13.9706525Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9708660Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:13.9710915Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9713039Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:13.9715325Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9717403Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:13.9719649Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9721742Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:13.9724009Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9726155Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:13.9728413Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9730469Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:13.9732685Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:13.9735575Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9738794Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9741747Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:13.9744682Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9747607Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9749674Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:13.9751903Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:13.9754773Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9757695Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9760635Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:13.9763524Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9766403Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9768461Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:13.9770722Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:13.9773612Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9776629Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9779673Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:13.9782571Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9785468Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9787529Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:13.9789808Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:13.9792715Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9795630Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9798534Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:13.9801486Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9804372Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9806466Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:13.9808730Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:13.9811618Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9814502Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9817473Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:13.9820477Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9823386Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9825450Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:13.9827700Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:13.9830599Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9833548Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9836496Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:13.9839449Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9842365Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9844445Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:13.9846675Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:13.9849582Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9852522Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9855422Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:13.9858464Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9861368Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:13.9863452Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:13.9865763Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:13.9868716Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9871640Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9874564Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:13.9877471Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9880392Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:13.9882488Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:13.9884703Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:13.9887591Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9890482Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9893358Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:13.9896260Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9900273Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:13.9902396Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:13.9904622Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:13.9907510Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9910394Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9913919Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:13.9916826Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9919721Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:13.9921774Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:13.9924011Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:13.9926980Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9929881Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9932830Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:13.9935728Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9938880Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:13.9940969Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:13.9943204Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:13.9946191Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9949104Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9951993Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:13.9954900Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9957855Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:13.9959930Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:13.9962220Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:13.9965173Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9968034Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9970920Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:13.9973819Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9976821Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:13.9979033Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:13.9981278Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:13.9984196Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9987102Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9990084Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:13.9993004Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9995953Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:13.9998019Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:14.0000262Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0003165Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0006059Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0009003Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0011898Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0014805Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0016967Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:14.0019454Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0022387Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0025349Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0028285Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0031193Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0034105Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0036166Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.0038418Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0041305Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0044200Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0047071Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0050001Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0052898Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0054997Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.0057338Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0060406Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0063288Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0066181Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0069126Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0072023Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0074081Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.0076323Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0079220Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0082155Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0085129Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0088033Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0090935Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0092995Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.0095234Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0098557Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0101569Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0104480Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0107385Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0110278Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0112325Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.0114620Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0117551Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0120490Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0123377Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0126266Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0129154Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0131316Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.0133549Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0136544Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0139601Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0142511Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0145458Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0148403Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0150512Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.0152755Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0155658Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0158560Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0161520Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0164426Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0167321Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0169395Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.0171654Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0174596Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0177587Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0180776Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0183684Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0186591Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0188664Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.0190901Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0193830Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0196719Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0199606Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0202501Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0205425Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0207487Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.0209747Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0212682Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0215577Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0218706Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0221614Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0224558Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0226635Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.0228868Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0231925Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0234840Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0237792Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0240730Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0243647Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0245737Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.0247998Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0250895Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0253810Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0256817Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0259892Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0262814Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0264907Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.0267210Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0270112Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0273068Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0276004Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0278897Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0281798Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0283880Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.0286178Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0289102Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0292010Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0294914Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0297921Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0300987Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0303108Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.0305407Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0308320Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0311228Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0314142Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0317089Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0319992Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0322086Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.0324351Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0327287Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0330285Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0333246Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0336209Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0339361Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0341446Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.0343689Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0346578Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0349525Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0352415Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0355301Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0358194Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0360309Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.0362567Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0365500Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0368432Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0371322Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0374216Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0377190Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0379463Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.0381705Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0384617Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0387523Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0390483Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0393379Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0396302Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0398401Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.0400646Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0403552Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0406461Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0409397Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0412300Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0415202Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0417363Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.0419752Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0422710Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0425656Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0428588Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0431482Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0434390Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0436474Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.0438739Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0441675Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0444606Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0447525Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0450424Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0453364Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0455451Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.0457824Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0460901Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0463821Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0466734Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0469622Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0472595Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0474689Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.0476957Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0479896Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0482879Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0485800Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0488765Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0491728Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0493780Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:14.0496004Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0499127Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0502084Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0504971Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0507854Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0510751Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0513702Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0516590Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0518673Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:14.0520936Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0523838Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0526726Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0529622Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0532539Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0535427Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0538482Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0541382Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0543430Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:14.0545727Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0548628Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0551580Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0554471Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0557353Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0560239Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0563197Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0566087Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0568143Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:14.0570399Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0573307Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0576224Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0579299Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0582280Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0585185Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0588091Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0590991Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0593091Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:14.0595333Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0598242Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0601138Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0604023Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0606953Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0609845Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0612771Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0615664Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0617825Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:14.0620244Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0623164Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0626134Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0629021Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0631908Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0634812Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0637736Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0640647Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0642778Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:14.0645022Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0647922Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0650828Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0653727Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0656730Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0659743Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0662636Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0665535Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0667612Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:14.0669932Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0672878Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0675825Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0678738Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0681641Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0684551Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0687506Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0690427Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0692474Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:14.0694707Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0697657Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0700681Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0703627Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0706539Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0709418Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0712310Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0716819Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0720361Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:14.0724452Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0729995Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0735700Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0738853Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0741891Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0744845Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0747906Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0751179Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0753253Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:14.0755483Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0758383Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0761424Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0764792Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0769785Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0772734Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0775700Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0779132Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0781599Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:14.0784089Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0787059Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0790049Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0793146Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0796436Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0799494Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0802488Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0805494Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0807723Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:14.0810161Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0813282Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0816303Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0819491Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0822476Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0825481Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0828546Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.0831571Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.0833736Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:14.0836091Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0839154Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0842131Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0845158Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0848210Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0851215Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0854211Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.0857333Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.0859661Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:14.0862044Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0865046Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0867998Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0871085Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0874082Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0877111Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0880146Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.0883165Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.0885363Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:14.0887733Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0890781Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0893741Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0896839Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0899963Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0903102Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0906089Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.0909151Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.0911344Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:14.0913684Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0916661Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0919628Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0922658Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0925622Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0928623Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0931630Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.0934652Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.0936880Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:14.0939369Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0942471Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0945401Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0948383Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0951388Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0954410Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0957369Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.0960398Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.0962537Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:14.0964873Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0967888Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0970860Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0973915Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0976982Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0980068Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0983086Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.0986105Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.0988288Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:14.0990643Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0993632Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.0996584Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.0999612Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1002661Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1005704Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1008676Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1011657Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1013836Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:14.1016178Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1019511Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1022524Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1025457Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1028433Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1031491Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1034511Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1037543Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1039695Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:14.1042024Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1045063Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1048050Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1051025Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1054047Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1057105Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1060216Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1063279Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1065442Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:14.1067838Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1070872Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1073881Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1076849Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1079843Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1082868Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1085864Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1088872Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1091038Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:14.1093411Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1096523Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1099736Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1102754Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1105759Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1108780Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1111767Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1114803Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1117007Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:14.1119323Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1122303Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1125308Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1128275Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1131306Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1134351Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1137416Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1140531Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1142689Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:14.1145099Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1148121Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1151106Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1154046Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1157056Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1160088Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1163107Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1166150Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1168305Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:14.1170660Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1173665Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1176770Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1179848Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1182852Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1185842Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1188835Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1191901Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1194071Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:14.1196522Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1199521Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1202576Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1205567Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1208568Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1211578Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1214573Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1217669Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1220077Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:14.1222467Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1225464Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1228554Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1231559Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1234523Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1237553Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1240568Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1243554Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1245737Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:14.1248088Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1251098Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1254127Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1257191Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1260410Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1282564Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1285727Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1288650Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1290906Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:14.1293177Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1296109Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1299311Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1302221Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1305204Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1308168Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1311109Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1314021Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1316125Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:14.1318393Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1321333Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1324295Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1327212Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1330132Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1333047Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1335988Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1339165Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1341293Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:14.1343525Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1346430Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1349320Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1352209Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1355140Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1358029Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1360925Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1363815Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1365882Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:14.1368157Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1371094Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1374017Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1376986Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1380016Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1382920Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1385855Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1388765Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1390839Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:14.1393067Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1395970Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1398901Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1401837Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1404775Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1407670Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1410567Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1413478Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1415580Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:14.1417904Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1420932Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1423855Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1426750Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1429701Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1432641Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1435558Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1438473Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1440549Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:14.1442789Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1445740Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1448638Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1451528Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1454432Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1457395Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1460475Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1463421Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1465556Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:14.1467799Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1470708Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1473635Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1476567Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1479479Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1482383Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1485289Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1488199Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1490308Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:14.1492561Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1495538Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1498628Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1501533Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1504459Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1507402Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1510308Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1513216Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1515308Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:14.1517561Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1520535Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1523491Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1526436Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1529349Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1532266Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1535185Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1538206Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1540362Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:14.1542600Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1545475Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1548385Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1551321Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1553381Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:14.1555675Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1558603Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1561506Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1564403Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1566451Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:14.1568733Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1571627Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1574518Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1577483Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1579657Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:14.1581961Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1584856Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1587780Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1590718Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1592785Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:14.1595024Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1597927Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1600853Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1603745Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1605806Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:14.1608043Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1610946Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1613865Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1616880Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1619079Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:14.1621334Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1624250Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1627153Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1630051Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1632174Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:14.1634429Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1637345Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1640259Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1643216Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1645276Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:14.1647540Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1650448Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1653341Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1656238Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1658447Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:14.1660674Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1663624Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1666528Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1669426Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1671469Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:14.1673718Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1676652Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1679580Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1682527Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1684591Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:14.1686825Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1689732Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1692649Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1695543Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1697687Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:14.1700013Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1702912Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1705863Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1708753Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1710919Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:14.1713162Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1716066Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1718966Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1721879Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1723982Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:14.1726234Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1729129Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1732028Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1734921Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1737121Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:14.1739480Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1742447Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1745403Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1748332Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1750392Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.1752624Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1755540Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1758439Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1761338Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1763386Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.1765631Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1768561Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1771489Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1774415Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1776529Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.1778855Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1781745Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1784646Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1787599Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1789671Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.1791920Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1794827Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1797709Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1800658Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1802730Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.1805044Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1807951Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1810843Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1813734Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1815830Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.1818172Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1821168Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1826377Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1829301Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1831379Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.1833689Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1836678Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1839620Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1842530Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1844617Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.1846879Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1849793Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1852705Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1855624Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1857816Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.1860167Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1863114Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1865994Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1868930Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1871049Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.1873298Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1876198Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1879097Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1881992Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1884065Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.1886305Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1889239Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1892140Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1895074Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1897235Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.1899694Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1902651Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.1905575Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1908492Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.1910577Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.1912831Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1915738Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.1918634Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1921568Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.1923649Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.1925963Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1928904Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.1931851Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1934762Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.1936931Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.1939276Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1942207Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.1945127Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1948052Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.1950212Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.1952495Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1955420Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.1958369Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1961322Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.1963413Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.1965646Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1968534Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.1971420Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1974306Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.1976377Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.1978778Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1981724Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.1984612Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1987566Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.1989634Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.1991909Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.1994843Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.1997739Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2000642Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2002715Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.2004966Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2007880Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2010779Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2013736Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2015826Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.2018212Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2021189Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2024131Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2027048Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2029135Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.2031401Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2034320Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2037234Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2040147Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2042237Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.2044541Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2047441Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.2050385Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2053333Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2055444Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.2057805Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2060813Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.2063729Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2066655Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2068719Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:14.2070940Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2073821Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2076757Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2079670Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2082550Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2084640Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:14.2086916Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2089804Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2092694Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2095589Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2098621Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2100684Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:14.2102928Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2105874Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2108767Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2111698Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2114619Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2116704Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:14.2118945Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2121846Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2124754Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2127649Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2130541Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2132600Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:14.2134843Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2137864Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2140836Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2143761Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2146700Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2148799Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:14.2151043Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2153954Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2156856Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2159750Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2162644Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2164714Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:14.2166958Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2169926Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2172863Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2175778Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2178945Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.2181022Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:14.2183281Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2186205Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2189117Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2192030Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2194946Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.2197050Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:14.2199280Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2202156Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2205096Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2208001Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2210927Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2212983Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:14.2215218Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2218182Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2221149Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2224050Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2226933Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2229038Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:14.2231267Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2234198Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2237099Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2240027Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2242954Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2245014Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:14.2247241Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2250158Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2253066Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2255966Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2259045Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2261184Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:14.2263440Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2266372Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2269308Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2272216Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2275095Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2277148Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:14.2279393Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2282302Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2285212Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2288113Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2291045Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2293103Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:14.2295347Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2298551Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2301517Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2304461Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2307366Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.2309446Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:14.2311713Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2314619Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2317536Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2320446Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2323401Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.2325454Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:14.2327694Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2330587Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2333519Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2336398Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2339428Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2341487Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:14.2343722Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2346606Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2349495Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2352454Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2355342Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2357390Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:14.2359645Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2362563Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2365490Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2368374Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2371257Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2373324Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:14.2375571Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2378631Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2381532Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2384477Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2387375Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2389474Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:14.2391711Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2394629Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2397544Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2400423Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2403308Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2405361Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:14.2407624Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2410530Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2413428Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2416364Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2419481Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2421559Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:14.2423869Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2426806Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2429696Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2432615Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2435520Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.2437593Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:14.2439848Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2442753Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2445702Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2448611Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2451534Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.2453601Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:14.2455872Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2458963Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2461865Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2464771Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2467672Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2469734Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:14.2471969Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2474878Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2477830Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2480761Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2483647Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2485742Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:14.2488027Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2490928Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2493838Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2496790Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2499759Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2501829Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:14.2504093Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2507068Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2509969Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2512926Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2515863Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2517971Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:14.2520227Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2523141Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2526046Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2528956Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2531849Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2533931Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:14.2536185Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2539299Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2542232Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2545355Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2548331Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2550447Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:14.2552718Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2555645Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2558570Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2561477Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2564383Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.2566632Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:14.2568972Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2571904Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2574862Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2577846Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2580921Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.2582994Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:14.2585223Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2588105Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2590997Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2593891Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2596785Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2598991Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:14.2601244Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2604150Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2607085Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2610001Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2612910Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2614979Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:14.2617279Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2620256Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2623152Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2626059Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2628970Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2631094Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:14.2633337Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2636312Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2639236Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2642177Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2645122Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2647199Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:14.2649457Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2652370Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2655262Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2658236Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2661224Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2663343Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:14.2665617Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2668598Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2671542Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2674494Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2677406Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2679466Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:14.2681725Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2684647Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2687568Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2690557Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2693487Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.2695579Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:14.2698215Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2701227Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2704204Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2707153Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2710084Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.2712148Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:14.2714379Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2717269Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2720162Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2723029Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2725963Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2728013Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:14.2730473Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2734310Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2737344Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2740430Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2743329Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2745393Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:14.2747630Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2750522Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2753406Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2756365Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2759270Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2761337Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:14.2763628Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2766577Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2769490Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2772379Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2775287Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2777413Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:14.2779839Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2782748Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2785656Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2788612Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2791497Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2793592Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:14.2795836Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2798821Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2801725Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2804619Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2807526Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2809601Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:14.2811844Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2814747Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2817750Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.2820774Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2823729Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.2825797Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:14.2828099Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2831034Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2833941Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.2836837Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2839747Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.2841809Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:14.2844041Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2846923Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2849857Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2852749Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2855669Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2857798Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:14.2860215Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2863143Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2866012Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2868898Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2871789Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2873848Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:14.2876087Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2878979Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2881902Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2884839Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2887719Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2889795Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:14.2892078Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2894989Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2897962Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2901006Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2903919Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2905967Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:14.2908205Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2911174Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2914060Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2917002Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2919924Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2922025Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:14.2924268Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2925785Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2927283Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2928794Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2930288Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2930971Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:14.2932469Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2934013Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2935509Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.2937151Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.2938775Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.2939516Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:14.2941039Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2942580Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2944091Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.2945622Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.2947122Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.2947796Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.2949331Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2950832Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2952366Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2953882Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.2955450Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.2956128Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.2957630Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2959148Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2960649Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2962159Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.2963646Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.2964361Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.2965860Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2967371Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2968893Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2970428Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.2974087Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.2974792Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:14.2976324Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2977925Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2979579Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2981080Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.2982594Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.2983333Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.2984847Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2986390Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2987913Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2989409Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.2991002Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.2991679Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.2993194Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2994695Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2996198Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2997701Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.2999217Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.2999932Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.3001449Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.3002985Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.3004486Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.3006012Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.3007552Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.3008232Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:14.3009759Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.3011274Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.3012786Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.3014288Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.3015831Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.3016583Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.3018127Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.3019725Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.3021231Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.3022798Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.3024305Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.3024976Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.3026477Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.3027986Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.3029476Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.3030986Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.3032526Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.3033199Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.3034732Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.3036239Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.3037794Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.3039333Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.3040821Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.3041509Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:14.3043023Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.3044548Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.3046053Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.3047596Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.3049091Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.3049777Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.3051310Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.3052824Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.3054385Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.3055902Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.3057461Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.3058159Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.3059754Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.3061271Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.3062777Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.3064356Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.3065852Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.3066581Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.3068092Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.3069651Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.3071194Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.3072716Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.3074217Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.3074918Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:14.3076433Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.3077957Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.3079506Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.3081025Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.3082562Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.3083233Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.3084722Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.3086293Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.3087790Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.3089294Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:05:14.3090787Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:05:14.3091466Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.3093061Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.3094582Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.3096124Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.3097778Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:05:14.3099558Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:05:14.3100252Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.3101753Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.3103348Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.3104842Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.3106360Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:05:14.3107856Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:05:14.3108534Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:14.3110061Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.3111569Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.3113133Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.3114678Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:05:14.3116185Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:05:14.3116857Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.3118403Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.3119934Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.3121453Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.3122957Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:05:14.3124464Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:05:14.3125144Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.3126671Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.3128218Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.3129732Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.3131270Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:05:14.3132780Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:05:14.3133484Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.3135045Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.3136633Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.3138155Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.3139752Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:05:14.3141270Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:05:14.3141956Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:14.3143493Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.3145071Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.3146642Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.3148163Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:05:14.3149689Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:05:14.3150566Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'False'] 2024-04-03T17:05:14.3151440Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'True'] 2024-04-03T17:05:14.3152268Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'False'] 2024-04-03T17:05:14.3153099Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'True'] 2024-04-03T17:05:14.3153922Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'False'] 2024-04-03T17:05:14.3154746Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'True'] 2024-04-03T17:05:14.3155586Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'False'] 2024-04-03T17:05:14.3156411Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'True'] 2024-04-03T17:05:14.3157249Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'False'] 2024-04-03T17:05:14.3158069Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'True'] 2024-04-03T17:05:14.3158888Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'False'] 2024-04-03T17:05:14.3159758Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'True'] 2024-04-03T17:05:14.3160574Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'False'] 2024-04-03T17:05:14.3161410Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'True'] 2024-04-03T17:05:14.3162229Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'False'] 2024-04-03T17:05:14.3163115Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'True'] 2024-04-03T17:05:14.3163937Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'False'] 2024-04-03T17:05:14.3164757Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'True'] 2024-04-03T17:05:14.3165624Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'False'] 2024-04-03T17:05:14.3166444Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'True'] 2024-04-03T17:05:14.3167321Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'False'] 2024-04-03T17:05:14.3168139Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'True'] 2024-04-03T17:05:14.3168974Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'False'] 2024-04-03T17:05:14.3169794Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'True'] 2024-04-03T17:05:14.3170608Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'False'] 2024-04-03T17:05:14.3171442Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'True'] 2024-04-03T17:05:14.3172261Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'False'] 2024-04-03T17:05:14.3173095Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'True'] 2024-04-03T17:05:14.3173915Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'False'] 2024-04-03T17:05:14.3174738Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'True'] 2024-04-03T17:05:14.3175604Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'False'] 2024-04-03T17:05:14.3176497Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'True'] 2024-04-03T17:05:14.3177339Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'False'] 2024-04-03T17:05:14.3178155Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'True'] 2024-04-03T17:05:14.3179230Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'False'] 2024-04-03T17:05:14.3180051Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'True'] 2024-04-03T17:05:14.3180877Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'False'] 2024-04-03T17:05:14.3181758Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'True'] 2024-04-03T17:05:14.3182578Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'False'] 2024-04-03T17:05:14.3183451Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'True'] 2024-04-03T17:05:14.3184086Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:14.3185953Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3187816Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3189694Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3191548Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3192221Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:14.3194074Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3195975Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3197820Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3199737Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3200383Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:14.3202258Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3204121Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3204771Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:14.3206620Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3208495Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3209168Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:14.3211075Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3212943Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3214845Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3216815Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3217465Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:14.3219410Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3221289Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3223169Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3225075Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3225743Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:14.3227646Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3229508Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3230189Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:14.3232111Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3233966Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3234602Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:14.3236464Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3238327Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3240186Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3242095Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3242712Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:14.3244594Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3246437Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3248351Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3250187Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3250839Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:14.3252701Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3254560Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3255197Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:14.3257163Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3259199Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3259878Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:14.3261762Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3263715Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3265583Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3267448Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3268078Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:14.3269945Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3271810Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3273708Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3275622Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3276279Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:14.3278132Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3280073Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3280736Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:14.3282584Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3284467Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3285093Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:14.3286937Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3288813Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3290728Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3292615Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3293250Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:14.3295122Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3297095Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3299022Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3300872Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3301515Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:14.3303397Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3305310Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3305961Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:14.3307858Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3309728Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3310418Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:14.3312313Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3314170Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3316041Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3317896Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3318538Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:14.3320395Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3322296Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3324195Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3326061Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3326746Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:14.3328655Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3330515Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3331171Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:14.3333022Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3334885Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3335524Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:14.3337511Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3339511Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3341391Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3343257Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3343962Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:14.3345825Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3347674Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3349538Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3351392Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3352116Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:14.3353981Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3355888Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3356533Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:14.3358405Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3360332Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3360999Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:14.3362847Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3364721Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3366582Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3368453Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3369137Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:14.3371000Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3372896Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3374758Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3376751Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3377438Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:14.3379374Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3381271Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3381927Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:14.3383816Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3385750Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3386402Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:14.3388302Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3390173Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3392136Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3393993Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3394635Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:14.3396496Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3398368Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3400225Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3402134Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3402784Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:14.3404680Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3406545Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3407232Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:14.3409182Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3411132Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3411946Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:14.3413847Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3415779Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3417757Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3431957Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3432699Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:14.3434599Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3436568Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3438493Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3440375Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3441051Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:14.3442935Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3444812Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3445543Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:14.3447406Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3449317Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3449962Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:14.3451832Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3453757Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3455668Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3460199Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:14.3462116Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3463963Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3465827Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3466528Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:14.3468395Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3470287Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3470934Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:14.3472834Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3474746Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3475388Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:14.3477253Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3479115Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3480977Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3481672Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:14.3483538Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3485418Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3487284Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3487969Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:14.3489870Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3491735Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3492394Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:14.3494256Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3496137Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3496841Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:14.3498845Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3500763Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3502675Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3503306Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:14.3505213Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3507086Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3508943Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3509589Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:14.3511455Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3513321Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3514007Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:14.3515862Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3517763Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3518406Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:14.3520268Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3522190Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3524068Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3524701Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:14.3526574Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3528435Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3530315Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3531001Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:14.3532881Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3534771Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3535438Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:14.3537410Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3539430Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3540067Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:14.3541943Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3543801Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3545671Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3546346Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:14.3548198Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3550090Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3551952Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3552630Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:14.3554523Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3556381Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3557032Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:14.3558888Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3560761Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3561402Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:14.3563261Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3565156Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3567066Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3567708Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:14.3569598Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3571471Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3573335Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3573992Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:14.3575862Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3577819Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3578692Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:14.3580548Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3582483Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3583132Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:14.3584998Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3586950Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3588807Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3589450Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:14.3591295Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3593158Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3595005Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3595707Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:14.3597565Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3599477Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3600124Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:14.3602020Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3603930Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3604598Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:14.3606456Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3608338Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3610204Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3610905Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:14.3612753Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3614648Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3616612Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3617345Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:14.3619343Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3621236Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3621897Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:14.3623775Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3625642Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3626300Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:14.3628193Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3630058Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3631953Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3632598Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:14.3634506Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3636363Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3638220Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3638888Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:14.3640748Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3642618Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3643297Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:14.3645163Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3647052Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3647717Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:14.3649584Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3651518Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3653381Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3654042Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:14.3655887Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3657841Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3659803Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3660518Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:14.3662430Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3664315Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3665007Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:14.3666920Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3668800Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3669429Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:14.3671277Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3673142Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3675020Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3676918Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3678812Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3679432Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:14.3681296Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3683207Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3685063Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3686905Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3688755Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3689391Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:14.3691261Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3693151Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3695049Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3695686Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:14.3697619Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3699659Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3701536Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3702183Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:14.3704060Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3705915Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3707789Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3709694Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3711576Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3712234Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:14.3714088Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3716005Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3717861Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3719734Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3721588Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3722257Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:14.3724119Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3726021Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3727911Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3728571Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:14.3730480Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3732384Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3734247Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3734887Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:14.3736788Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3738768Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3740671Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3742575Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3744448Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3745102Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:14.3746992Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3748843Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3750694Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3752534Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3754384Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3755057Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:14.3756920Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3758808Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3760684Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3761347Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:14.3763238Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3765103Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3766969Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3767611Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:14.3769474Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3771329Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3773231Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3775127Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3777079Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3777755Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:14.3779815Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3781696Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3783555Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3785429Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3787301Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3788027Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:14.3789882Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3791793Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3793654Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3794352Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:14.3796224Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3798086Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3799943Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3800580Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:14.3802432Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3804297Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3806182Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3808076Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3809927Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3810584Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:14.3812462Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3814311Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3816161Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3818088Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3820047Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3820739Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:14.3822616Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3824525Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3826394Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3827100Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:14.3828977Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3830829Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3832698Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3833342Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:14.3835213Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3837099Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3839017Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3840877Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3842779Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3843444Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:14.3845311Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3847169Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3849032Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3850907Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3852790Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3853456Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:14.3855378Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3857327Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3859374Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3860045Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:14.3861907Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3863802Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3865658Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3866313Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:14.3868166Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3870070Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3871972Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3873849Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3875754Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3876398Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:14.3878252Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3880102Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3881956Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3883825Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3885716Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3886371Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:14.3888267Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3890124Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3892057Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3892707Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:14.3894576Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3896504Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3898487Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3899142Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:14.3901081Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3902975Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3904872Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3906718Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3908655Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3909306Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:14.3911171Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3913029Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3914898Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3916790Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3918652Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3919350Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:14.3921227Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3923123Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3925023Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3925689Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:14.3927556Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3929434Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3931298Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3931984Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:14.3933839Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3935739Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3937654Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3939708Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3941572Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.3942218Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:14.3944066Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3945948Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3947806Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3949720Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3951613Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.3952288Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:14.3954141Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3956079Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3957944Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.3958609Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:14.3960466Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3962343Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3964208Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.3964895Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:14.3966758Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3968646Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3970517Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3972434Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3974305Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.3974954Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:14.3976887Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3978838Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3980713Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3982646Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3984563Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.3985232Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:14.3987135Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3989039Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3990905Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.3991565Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:14.3993437Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3995300Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3997202Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.3997830Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:14.3999727Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4001589Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4003502Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4004139Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:14.4005986Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4007849Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4009683Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4010334Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:14.4012194Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4014096Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4015984Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4016704Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:14.4018641Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4020614Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4022476Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4023134Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:14.4024982Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4026860Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4028720Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4029415Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:14.4031313Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4033173Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4035023Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4035749Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:14.4037614Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4039497Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4041364Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4042020Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:14.4043873Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4045775Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4047666Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4048305Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:14.4050151Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4052087Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4053957Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4054574Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:14.4056461Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4058399Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4060266Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4060971Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:14.4062851Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4064756Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4066636Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4067319Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:14.4069219Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4071077Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4072952Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4073596Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:14.4075463Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4077348Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4079214Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4079874Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:14.4081738Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4083624Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4085513Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4086169Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:14.4088039Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4089898Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4091768Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4092444Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:14.4094312Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4096204Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4098138Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4098873Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:14.4100833Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4102697Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4104572Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4105192Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:14.4107054Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4108890Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4110783Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4111440Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:14.4113331Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4115205Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4117128Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4117774Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:14.4119629Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4121493Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4123358Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4124017Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:14.4125913Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4127814Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4129665Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4130342Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:14.4132224Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4134087Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4135941Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4136669Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:14.4138607Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4140499Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4142416Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4143084Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:14.4144976Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4146847Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4148789Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4149444Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:14.4151288Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4153160Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4155017Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4155661Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:14.4157558Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4159419Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4161306Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4161973Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:14.4163847Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4165740Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4167611Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4168263Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:14.4170131Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4171984Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4173894Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4174543Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:14.4176525Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4178466Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4180429Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4181079Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:14.4182946Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4184804Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4186682Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4187341Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:14.4189227Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4191149Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4193060Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4193715Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:14.4195590Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4197497Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4199376Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4200019Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:14.4201881Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4203733Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4205622Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4206249Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:14.4208134Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4209991Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4211882Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4212556Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:14.4214425Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4216290Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4218217Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4218951Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:14.4220807Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4222730Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4224626Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4225288Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:14.4227143Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4229112Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4230964Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4231621Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:14.4233474Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4235352Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4237215Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4237933Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:14.4239803Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4241723Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4243581Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4244308Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:14.4246168Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4248050Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4249915Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4250553Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:14.4252231Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4253947Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4255630Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4257441Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4259199Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4259884Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:14.4261603Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4263291Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4264965Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4266651Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4268325Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4269024Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:14.4270707Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4272438Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4273077Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:14.4274772Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4276499Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4277156Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:14.4278820Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4280523Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4282198Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4283885Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4285563Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4286241Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:14.4287920Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4289636Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4291314Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4293065Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4294744Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4295406Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:14.4297160Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4298925Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4299573Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:14.4301279Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4303018Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4303654Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:14.4305359Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4307044Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4308797Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4310488Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4312166Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4312802Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:14.4314605Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4316757Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4318448Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4320179Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4321889Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4322548Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:14.4324224Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4325979Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4326621Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:14.4328313Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4329992Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4330647Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:14.4332318Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4334031Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4335732Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4337548Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4339314Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4340027Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:14.4341750Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4343443Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4345123Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4346826Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4348502Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4349169Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:14.4350904Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4352593Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4353304Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:14.4354993Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4356676Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4357362Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:14.4359064Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4360754Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4362435Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4364126Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4365802Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4366472Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:14.4368144Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4369860Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4371522Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4373240Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4374938Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4375593Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:14.4377327Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4379109Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4379748Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:14.4381452Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4383185Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4383845Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:14.4385572Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4387266Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4388944Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4390716Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4392396Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4393045Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:14.4394724Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4396400Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4398079Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4399800Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4401506Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4402179Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:14.4403866Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4405607Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4406283Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:14.4407980Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4409666Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4410322Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:14.4411988Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4413676Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4415384Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4417146Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4418954Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4419608Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:14.4421323Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4423052Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4424732Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4426427Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4428127Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4428779Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:14.4430463Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4432198Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4432843Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:14.4434570Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4436242Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4436931Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:14.4438636Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4440325Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4441998Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4443694Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4445372Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4446031Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:14.4447752Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4449440Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4451141Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4452841Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4454593Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4455258Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:14.4457018Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4458797Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4459452Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:14.4461154Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4462833Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4463554Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:14.4465223Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4466966Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4468654Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4470409Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4472099Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4472735Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:14.4474407Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4476092Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4477770Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4479520Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4481208Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4481887Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:14.4483572Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4485256Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4485931Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:14.4487655Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4489336Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4490000Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:14.4491668Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4493363Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4495039Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4496829Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4498646Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4499296Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:14.4500967Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4502745Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4504438Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4506112Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4507808Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4508467Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:14.4510174Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4511907Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4512567Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:14.4514283Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4515983Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4516649Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:14.4518351Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4518988Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:14.4520672Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4521323Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:14.4523001Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4524686Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4525320Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:14.4527007Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4528724Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4529384Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:14.4531083Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4531728Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:14.4533396Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4534089Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:14.4535795Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4537562Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4538212Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:14.4539974Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4541667Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4542297Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:14.4544037Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4544652Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:14.4546379Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4547028Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:14.4548718Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4550425Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4551110Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:14.4552791Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4554484Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4555128Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:14.4556817Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4557441Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:14.4559134Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4559815Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:14.4561502Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4563227Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4563890Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:14.4565568Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4567328Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4567956Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:14.4569633Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4570258Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:14.4571937Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4572587Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:14.4574266Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4575964Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4576711Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:14.4578494Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4580230Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4580891Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:14.4582600Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4583279Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:14.4584971Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4585635Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:14.4587310Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4589011Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4589655Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:14.4591349Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4593074Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4593721Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:14.4595419Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4596051Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:14.4597738Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4598423Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:14.4600161Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4601841Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4602493Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:14.4604176Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4605865Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4606516Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:14.4608186Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4608867Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:14.4610564Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4611258Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:14.4612966Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4614655Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4615377Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:14.4617130Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4618902Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4619546Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:14.4621244Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4621876Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:14.4623556Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4624295Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:14.4625976Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4627712Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4628364Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:14.4630063Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4631824Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4632486Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:14.4634166Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4634819Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:14.4636490Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4637164Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:14.4638850Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4640559Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4641244Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:14.4642936Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4644652Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4645293Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:14.4646975Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4648726Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4650407Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4652106Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4653782Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4654417Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:14.4656094Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4657891Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4659691Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4661387Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4663064Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4663759Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:14.4665473Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4667179Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4667822Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:14.4669510Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4671186Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4671847Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:14.4673563Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4675249Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4676956Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4678646Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4680374Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4681020Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:14.4682692Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4684374Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4686058Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4687750Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4689468Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4690136Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:14.4691853Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4693551Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4694192Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:14.4695912Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4697686Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4698441Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:14.4700119Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4701809Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4703489Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4705188Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4706933Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4707566Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:14.4709277Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4710963Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4712703Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4714395Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4716072Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4716727Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:14.4718414Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4720113Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4720783Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:14.4722469Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4724184Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4724844Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:14.4726515Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4728293Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4729971Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4731661Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4733335Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4733981Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:14.4735657Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4737407Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4739285Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4741026Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4742710Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4743422Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:14.4745138Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4746841Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4747487Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:14.4749182Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4750871Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4751509Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:14.4753184Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4754926Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4756638Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4758340Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4760046Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4760707Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:14.4762383Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4764065Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4765738Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4767417Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4769092Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4769779Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:14.4771460Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4773187Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4773825Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:14.4775512Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4777328Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4777990Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:14.4779752Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4781448Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4783125Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4784841Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4786573Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4787223Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:14.4788938Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4790622Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4792330Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4794056Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4795733Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4796399Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:14.4798075Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4799772Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4800422Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:14.4802156Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4803838Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4804522Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:14.4806203Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4807896Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4809655Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4811348Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4813025Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4813669Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:14.4815338Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4817093Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4818886Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4820627Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4822307Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4822979Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:14.4824697Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4826431Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4827077Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:14.4828769Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4830442Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4831101Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:14.4832779Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4834511Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4836180Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4837905Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4839585Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4840269Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:14.4841962Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4843659Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4845342Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4847036Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4848712Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4849415Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:14.4851105Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4852861Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4853517Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:14.4855203Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4857002Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4857656Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:14.4859521Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4861230Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4862920Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4864615Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4866299Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4867007Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:14.4868688Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4870408Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4872087Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4873848Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4875531Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4876199Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:14.4877889Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4879579Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4880221Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:14.4881922Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4883630Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4884289Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:14.4885995Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4887696Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4889439Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4891140Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4892812Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4893470Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:14.4895152Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4896949Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4898711Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4900463Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4902187Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4902870Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:14.4904558Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4906324Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4906979Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:14.4908674Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4910361Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4910996Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:14.4912677Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4914361Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4916666Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4918428Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4920102Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4920771Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:14.4922476Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4924159Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4925834Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4927518Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4929183Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4929839Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:14.4931554Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4933239Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4933900Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:14.4935590Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4937348Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4938093Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:14.4939921Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4941631Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4943309Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4945002Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4946679Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4947368Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:14.4949037Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4950760Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4952444Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4954160Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4955866Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.4956534Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:14.4958215Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4959910Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.4960555Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:14.4962258Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4963971Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.4964610Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:14.4966318Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4968006Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4969683Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4971429Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4973100Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.4973733Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:14.4975406Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4977147Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4978912Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4980688Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4982401Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.4983067Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:14.4984747Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4986475Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.4987149Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:14.4988850Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4990526Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.4991182Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:14.4992851Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4994544Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4996255Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4997938Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.4999640Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5000289Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:14.5001977Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5003694Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5005377Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5007070Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5008751Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5009420Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:14.5011100Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.5012831Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.5013480Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:14.5015192Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.5016945Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.5017617Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:14.5019399Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5021093Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5022774Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5024475Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5026147Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5026781Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:14.5028493Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5030172Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5031878Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5033562Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5035293Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5035947Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:14.5037629Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.5039324Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.5039957Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:14.5041643Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.5043331Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.5044013Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:14.5045690Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5047408Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5049085Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5050824Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5052499Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5053143Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:14.5054819Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5056565Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5058247Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5060013Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5061734Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5062401Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:14.5064122Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.5065816Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.5066495Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:14.5068235Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.5069914Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.5070565Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:14.5072240Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5073932Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5075615Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5077338Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5079047Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5079692Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:14.5081361Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5083114Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5084789Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5086474Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5088158Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5088820Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:14.5090502Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.5092228Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.5092870Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:14.5094604Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.5096289Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.5097026Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:14.5098812Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5100594Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5102270Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5103970Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5105653Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5106312Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:14.5107984Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5109710Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5111424Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5113119Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5114834Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5115523Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:14.5117215Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.5118919Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.5119573Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:14.5121263Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.5122948Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.5123633Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:14.5125314Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5127029Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5128706Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5130410Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5132119Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:05:14.5132768Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:14.5134451Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5136142Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5137893Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5139675Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5141410Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:05:14.5142067Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:14.5143790Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.5145495Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:05:14.5146175Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:14.5147898Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.5149568Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:05:14.5150227Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:14.5151904Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5153595Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5155274Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5156986Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5158662Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:05:14.5159349Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:14.5161023Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5162743Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5164447Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5166136Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5167823Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:05:14.5168484Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:14.5170166Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.5171875Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:05:14.5172557Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:14.5174253Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.5175961Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:05:14.5179531Z [4/6] cd /var/lib/jenkins/workspace/build/aotriton/build/v2src && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make -j 6 -f Makefile.compile LIBHSA_RUNTIME64=/opt/rocm/lib/libhsa-runtime64.so 2024-04-03T17:05:14.5183829Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.5188025Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.5192239Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.5196513Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.5200728Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.5204961Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.5206009Z /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/triton/compiler/compiler.py:70: SyntaxWarning: assertion is always true, perhaps remove parentheses? 2024-04-03T17:05:14.5206150Z assert(False, "unsupported target") 2024-04-03T17:05:14.5207143Z /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python/triton/compiler/compiler.py:70: SyntaxWarning: assertion is always true, perhaps remove parentheses? 2024-04-03T17:05:14.5207296Z assert(False, "unsupported target") 2024-04-03T17:05:14.5211468Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.5215683Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.5220055Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.5224251Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.5228524Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.5232735Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.5236913Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.5241124Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.5245398Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.5249646Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.5253842Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.5258092Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.5262381Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.5266644Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.5270841Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.5275109Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.5279284Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.5283472Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:14.5287647Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:14.5291925Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:14.5296146Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:14.5300512Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:14.5304673Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:14.5308880Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:14.5313185Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:14.5317384Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:14.5321640Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:14.5325856Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:14.5330032Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:14.5334270Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:14.5338649Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:14.5342928Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:14.5347107Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:14.5351327Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:14.5355491Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.5359709Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:14.5363878Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.5368129Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.5372295Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:14.5376535Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.5380831Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.5385054Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:14.5389337Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.5393538Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.5397695Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:14.5401895Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.5406143Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.5410283Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:14.5414530Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.5418856Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.5423043Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:14.5427286Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.5431540Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.5435789Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:14.5439980Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.5444186Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.5448359Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:14.5452619Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.5456860Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.5461170Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:14.5465354Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.5469547Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.5473758Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:14.5477969Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.5482231Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.5486427Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:14.5490590Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.5494788Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.5499184Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:14.5503449Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.5507665Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.5511840Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:14.5516033Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.5520273Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.5524453Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:14.5528728Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.5532889Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.5537140Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:14.5541668Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.5546062Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.5550312Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:14.5554637Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.5558772Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.5562959Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:14.5567201Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.5571383Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.5575609Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:14.5579942Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.5584137Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.5588365Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:14.5592569Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.5596820Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.5601011Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:14.5605210Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.5609384Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.5613639Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:14.5617913Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.5622271Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.5626454Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:14.5630656Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.5634911Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.5639201Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:14.5643478Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.5647680Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:14.5652009Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:14.5656227Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:14.5660654Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:14.5664938Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:14.5669199Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:14.5673382Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:14.5677553Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:14.5681766Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:14.5685981Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:14.5690215Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:14.5694418Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:14.5698749Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:14.5702941Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:14.5707223Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:14.5711411Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:14.5715668Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:14.5719848Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:14.5724042Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:14.5728272Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:14.5732496Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:14.5736829Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:14.5741105Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:14.5745394Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:14.5749599Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:14.5753908Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:14.5759237Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:14.5774839Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:14.5784346Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:14.5792982Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:14.5801171Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:14.5811244Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:14.5821875Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:14.5830344Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:14.5838438Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:14.5846676Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:14.5854943Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:14.5863332Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:14.5871500Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:14.5879529Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:14.5887633Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:14.5895740Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:14.5903910Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:14.5912013Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:14.5920037Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:14.5928075Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:14.5936138Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:14.5944384Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:14.5952540Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:14.5960579Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:14.5968799Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:14.5976903Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.5985100Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.5993099Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.6001236Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.6009262Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.6017306Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.6025542Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.6033674Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.6041907Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.6049995Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.6058224Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.6066291Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.6074435Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.6082561Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.6090662Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.6098952Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.6107068Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.6115262Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.6123501Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.6134043Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.6146295Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.6154937Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.6163297Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.6171857Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:14.6181229Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:14.6189323Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:14.6197366Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:14.6205424Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:14.6213545Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:14.6221757Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:14.6229890Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:14.6237938Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:14.6245988Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:14.6253989Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:14.6262247Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:14.6297487Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:14.6306022Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:14.6314080Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:14.6322110Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:14.6330276Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:14.6338448Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:14.6346506Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.6354464Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.6362396Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:14.6370403Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.6378631Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.6386724Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:14.6396782Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.6412036Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.6427611Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:14.6442524Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.6453116Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.6461554Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:14.6469582Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.6477593Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.6485593Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:14.6493610Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.6506615Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.6521949Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:14.6537579Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.6551889Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.6560212Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:14.6568235Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.6576330Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.6584635Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:14.6592622Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.6600656Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.6615793Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:14.6631374Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.6646548Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.6658878Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:14.6666961Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.6675153Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.6683168Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:14.6691309Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.6699520Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.6707545Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:14.6715643Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.6723682Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.6731757Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:14.6739985Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.6748020Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.6756037Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:14.6764150Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.6772220Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.6780515Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:14.6788561Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.6796587Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.6808594Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:14.6816773Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.6825781Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.6833814Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:14.6843110Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.6851159Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.6859567Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:14.6867634Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.6875669Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.6883709Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:14.6891715Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.6899988Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.6910233Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:14.6920676Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.6928721Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.6942940Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:14.6958708Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.6974687Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.6990713Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:14.7006565Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.7022588Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.7038424Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:14.7054152Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.7070022Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.7086020Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:14.7101965Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.7117686Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.7133529Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:14.7149573Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.7165511Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.7181365Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:14.7197314Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.7213041Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.7227367Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:14.7235481Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.7243559Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.7251582Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:14.7259935Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.7268013Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.7276039Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:14.7284157Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.7292154Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.7300416Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:14.7308477Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.7316636Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.7325879Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:14.7339356Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.7347585Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.7355583Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:14.7363632Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.7371668Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.7379953Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:14.7387958Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.7395929Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.7403916Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:14.7412030Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.7420385Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.7428476Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:14.7436484Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.7444464Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.7452495Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:14.7460796Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.7468959Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.7476955Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:14.7484967Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.7492954Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.7501239Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:14.7509301Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.7517341Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.7525335Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:14.7533331Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.7541737Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.7549742Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:14.7557839Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.7565843Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.7573803Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:14.7582009Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.7590163Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.7598200Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:14.7606247Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.7614241Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.7622429Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:14.7630572Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.7638582Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.7646680Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:14.7654700Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.7662887Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.7670939Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:14.7679004Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.7687094Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.7695131Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:14.7703429Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:14.7711469Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:14.7719641Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:14.7727664Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:14.7735789Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:14.7744011Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:14.7752050Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:14.7760111Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:14.7768195Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:14.7776284Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:14.7784494Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:14.7792528Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:14.7800577Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:14.7808693Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:14.7817002Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:14.7825272Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:14.7833279Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:14.7841300Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:14.7849380Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:14.7857477Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:14.7865652Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:14.7873661Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:14.7881701Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:14.7889714Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:14.7897891Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:14.7906001Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:14.7914139Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:14.7922189Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:14.7930253Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:14.7938405Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:14.7946459Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:14.7954526Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:14.7962506Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:14.7970530Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:14.7978702Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:14.7986830Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:14.7994898Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:14.8002964Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:14.8010964Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:14.8019138Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:14.8027276Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:14.8035308Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:14.8043434Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:14.8051458Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:14.8059594Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:14.8067714Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:14.8075794Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:14.8083881Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:14.8091924Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:14.8100148Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:14.8108213Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:14.8116385Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:14.8124434Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:14.8132523Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:14.8140657Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:14.8148694Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:14.8156698Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:14.8164778Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:14.8172846Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:14.8180966Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:14.8188969Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:14.8196968Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:14.8205073Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:14.8213113Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:14.8221434Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:14.8229445Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:14.8237456Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:14.8245525Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:14.8253544Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:14.8261756Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:14.8269765Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:14.8277779Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:14.8285780Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:14.8293864Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:14.8302040Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:14.8310167Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:14.8318186Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:14.8326223Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:14.8334261Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:14.8342486Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:14.8350595Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:14.8358638Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:14.8366626Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:14.8374621Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:14.8382867Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:14.8390940Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:14.8399016Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:14.8407052Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:14.8415058Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:14.8423275Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:14.8431293Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:14.8439423Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:14.8447451Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:14.8455481Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:14.8463648Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:14.8471744Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:14.8479823Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:14.8487897Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:14.8495952Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:14.8504121Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:14.8512313Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:14.8520343Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.8528445Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.8536495Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:14.8544584Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:14.8552681Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.8560709Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:14.8568805Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:14.8576870Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:14.8585101Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.8593178Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.8601334Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:14.8609371Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:14.8617592Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.8625737Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:14.8633784Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:14.8641879Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:14.8649989Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.8658166Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.8666282Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:14.8674276Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:14.8682342Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.8690450Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:14.8698708Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:14.8706883Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:14.8714935Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.8723001Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.8731087Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:14.8739301Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:14.8747456Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.8755522Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:14.8763663Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:14.8771727Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:14.8780017Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.8788137Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.8796207Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:14.8804258Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:14.8812346Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.8820642Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:14.8828711Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:14.8836960Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:14.8845078Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.8853189Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.8861441Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:14.8869621Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:14.8877721Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.8885795Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:14.8893850Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:14.8902041Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:14.8910200Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.8918294Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.8926417Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:14.8934456Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:14.8942655Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.8950797Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:14.8958928Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:14.8967071Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:14.8975170Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.8983417Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.8991517Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:14.8999683Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:14.9007737Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.9015938Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:14.9024147Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:14.9032224Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:14.9040346Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.9048430Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.9056567Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:14.9064676Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:14.9072707Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.9080743Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:14.9088827Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:14.9096912Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:14.9105121Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.9113180Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.9121206Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:14.9129274Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:14.9137412Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.9145607Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:14.9153634Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:14.9161665Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:14.9169675Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.9177859Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.9186051Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:14.9194104Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:14.9202163Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.9210184Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:14.9218432Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:14.9226471Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:14.9234662Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.9242699Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.9250795Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:14.9259004Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:14.9267190Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.9275319Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:14.9283434Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:14.9291533Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:14.9299799Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.9307957Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.9315996Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:14.9324144Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:14.9332220Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.9340394Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:14.9348496Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:14.9356567Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:14.9364652Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.9372806Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.9381004Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:14.9389052Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:14.9397196Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.9405254Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:14.9413360Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:14.9421576Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:14.9429621Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.9437726Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.9445813Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:14.9453920Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:14.9462116Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.9470195Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:14.9478226Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:14.9486385Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:14.9494483Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.9502795Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.9510894Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:14.9518953Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:14.9527046Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.9535178Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:14.9543459Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:14.9551539Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:14.9559552Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.9567581Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.9575686Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:14.9583895Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:14.9591970Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.9600025Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:14.9608038Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:14.9616153Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:14.9624590Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.9632726Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.9640777Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:14.9648805Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:14.9656921Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.9665138Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:14.9673207Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:14.9681257Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:14.9689276Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.9697384Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.9705595Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:14.9713604Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:14.9721692Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.9729719Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:14.9737819Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:14.9745996Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:14.9754108Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.9762233Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.9770339Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:14.9778502Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:14.9786576Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.9794717Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:14.9802778Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:14.9810922Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:14.9819144Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.9827188Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.9835231Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:14.9843235Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:14.9851359Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.9859588Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:14.9867642Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:14.9875660Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:14.9883825Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.9891913Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.9900184Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:14.9908227Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:14.9916288Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.9924398Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:14.9932468Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:14.9940791Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:14.9948857Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.9956915Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.9964996Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:14.9973132Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:14.9981422Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:14.9989584Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:14.9997639Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:15.0005682Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.0013790Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.0022066Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.0030229Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:15.0038332Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:15.0046416Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.0054490Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:15.0062807Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:15.0070913Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.0079013Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.0087058Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.0095101Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:15.0103380Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:15.0111413Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.0115702Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:15.0119909Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:15.0124108Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.0128367Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.0132592Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.0136933Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:15.0141187Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:15.0145392Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.0149577Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:15.0153838Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:15.0158054Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.0162330Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.0166546Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.0170756Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:15.0174958Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:15.0179331Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.0183607Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:15.0187803Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:15.0191989Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.0196211Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.0200516Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.0204733Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:15.0209024Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:15.0213240Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.0217523Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:15.0221828Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:15.0226066Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.0230349Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.0234567Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.0238759Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:15.0242952Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:15.0247226Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.0251426Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:15.0255640Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:15.0259954Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.0264167Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.0268499Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.0272707Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:15.0276999Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:15.0281204Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.0285403Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:15.0289631Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:15.0293870Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.0298160Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.0302524Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.0306739Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:15.0310940Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:15.0315249Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.0319458Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:15.0323739Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:15.0327964Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.0332207Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.0336549Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.0340877Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:15.0345187Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:15.0349422Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.0353625Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:15.0357849Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:15.0362138Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.0366331Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.0370593Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.0374798Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:15.0379093Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:15.0383321Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.0387557Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:15.0391810Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:15.0396226Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.0400441Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.0404639Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.0408889Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:15.0413091Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:15.0417410Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.0421671Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:15.0425862Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:15.0430174Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.0434379Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.0438651Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.0442848Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:15.0447019Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:15.0451212Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.0455475Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:15.0459825Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:15.0464064Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.0468288Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.0472524Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.0476826Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:15.0481029Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:15.0485316Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.0489530Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:15.0493758Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:15.0498061Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.0502420Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.0506711Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.0510918Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:15.0515102Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:15.0519298Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.0523596Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:15.0527756Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:15.0531990Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.0536227Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.0540615Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.0544892Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:15.0549163Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:15.0553473Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.0557701Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:15.0561909Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:15.0566159Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.0570444Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.0574670Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.0579099Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:15.0583306Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:15.0587535Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.0591860Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:15.0596053Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:15.0600357Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.0604607Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.0608840Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.0613073Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:15.0617433Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:15.0621825Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.0626074Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:15.0630303Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:15.0634544Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_1_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 1, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.0638801Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:15.0642976Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:15.0647254Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:15.0651443Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:15.0655645Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:15.0659990Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:15.0664243Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:15.0668517Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:15.0672714Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:15.0676883Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:15.0681091Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:15.0685383Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:15.0689600Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:15.0693849Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:15.0698117Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:15.0702398Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:15.0706652Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:15.0710892Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:15.0715179Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:15.0719365Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:15.0723563Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:15.0727765Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:15.0732035Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:15.0736243Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:15.0740685Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:15.0744871Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:15.0749085Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:15.0753336Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:15.0757576Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:15.0761889Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:15.0766109Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:15.0770339Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:15.0774543Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:15.0778938Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:15.0783204Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:15.0791318Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:15.0799933Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:15.0808202Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:15.0816871Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:15.0825169Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:15.0833972Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:15.0842067Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:15.0850697Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:15.0858951Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:15.0867512Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:15.0875864Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:15.0884238Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:15.0892440Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:15.0900754Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:15.0909093Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:15.0917326Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:15.0925585Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:15.0933809Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:15.0942101Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:15.0950405Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:15.0958604Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:15.0966924Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:15.0975150Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:15.0983428Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:15.0991563Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:15.0999878Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:15.1008038Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:15.1016359Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:15.1024661Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:15.1032859Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:15.1041023Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:15.1049247Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:15.1057533Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:15.1065778Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:15.1073988Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:15.1082130Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:15.1090417Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:15.1098653Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:15.1106843Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:15.1115054Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:15.1123172Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:15.1131257Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:15.1139582Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:15.1147752Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:15.1155807Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:15.1163866Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:15.1171895Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:15.1180195Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:15.1188281Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:15.1196524Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:15.1204683Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:15.1212793Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:15.1232633Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:15.1240749Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.1248924Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:15.1257099Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.1265403Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.1273512Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.1281653Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:15.1289749Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.1297905Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.1306052Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.1314094Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:15.1322230Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.1330267Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.1338610Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.1346658Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:15.1354715Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.1362842Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.1370970Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.1379281Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:15.1387336Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.1395409Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.1403464Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.1411911Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:15.1420253Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.1428523Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.1436731Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.1444859Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:15.1452992Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.1461230Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.1469379Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.1477440Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:15.1485516Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.1493602Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.1501919Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.1510079Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:15.1518215Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.1526316Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.1534403Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.1542763Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:15.1550820Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.1559026Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.1567097Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.1575146Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:15.1583445Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.1591558Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.1599652Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.1607749Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:15.1615785Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.1624003Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.1632219Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.1640265Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:15.1648411Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.1656526Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.1664705Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.1672862Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:15.1681040Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.1689230Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.1697391Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.1705591Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:15.1713675Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.1721861Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.1729959Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.1738175Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:15.1746342Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.1754436Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.1762555Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.1770680Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:15.1778959Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.1787065Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.1795175Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.1803283Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:15.1811439Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.1819721Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^fp16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp32:16, *fp16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *fp16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.1827786Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:15.1835792Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:15.1843808Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:15.1851931Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:15.1860072Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:15.1868222Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:15.1876224Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:15.1884227Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:15.1892245Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:15.1900529Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:15.1908673Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:15.1916732Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:15.1924731Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:15.1932732Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:15.1941004Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:15.1949047Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:15.1957165Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:15.1965245Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:15.1973275Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:15.1981482Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:15.1989585Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:15.1997656Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:15.2005663Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:15.2013693Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:15.2021852Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:15.2030046Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:15.2038146Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:15.2046295Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:15.2054347Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:15.2062552Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:15.2070662Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:15.2078795Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:15.2086915Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:15.2094968Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:15.2103164Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:15.2111258Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:15.2119435Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:15.2127516Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:15.2135698Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:15.2143914Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:15.2151957Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:15.2160025Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:15.2168111Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:15.2176237Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:15.2192663Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:15.2212127Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:15.2231512Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:15.2251079Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:15.2270786Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:15.2290342Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:15.2309887Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:15.2329332Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:15.2349202Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:15.2368768Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:15.2388381Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:15.2407801Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:15.2427583Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:15.2447278Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:15.2466982Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:15.2486647Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:15.2506372Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:15.2525891Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:15.2545526Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:15.2565195Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:15.2584841Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:15.2604477Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:15.2624272Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:15.2643774Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:15.2663572Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:15.2683176Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:15.2702850Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:15.2721878Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:15.2740983Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:15.2760120Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:15.2779641Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:15.2799212Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:15.2819061Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:15.2838699Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:15.2858492Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:15.2878165Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:15.2897774Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:15.2917414Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:15.2937209Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:15.2956731Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:15.2976130Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:15.2996006Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:15.3015403Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:15.3035229Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:15.3054711Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:15.3074042Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:15.3082136Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:15.3090185Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:15.3098483Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:15.3106555Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:15.3114568Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:15.3122632Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:15.3130795Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:15.3139055Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:15.3147133Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:15.3155170Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:15.3163182Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:15.3171294Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:15.3179515Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:15.3187624Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:15.3195631Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:15.3203658Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:15.3211759Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:15.3220026Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:15.3228167Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:15.3236247Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:15.3244284Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.3252307Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.3260608Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.3268656Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.3276790Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:15.3284862Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.3292931Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.3301207Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.3309311Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.3317459Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:15.3325506Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.3333574Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.3341920Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.3350086Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.3358118Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:15.3366271Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.3374355Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.3382571Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.3390645Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.3398760Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:15.3407117Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.3415191Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.3423400Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.3431666Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.3439953Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:15.3448060Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.3456237Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.3464520Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.3472615Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.3480763Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:15.3488824Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.3497066Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.3505217Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.3513307Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.3521348Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:15.3529502Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.3537771Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.3546135Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.3554237Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.3562314Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:15.3570494Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.3578749Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.3586960Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.3595547Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.3603631Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:15.3611765Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.3620089Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.3628298Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.3636407Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.3644495Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:15.3652572Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.3660863Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.3668897Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.3677006Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.3685023Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:15.3693073Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.3701368Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.3709489Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.3717597Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.3725627Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:15.3733722Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.3741967Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.3750138Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.3758237Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.3766331Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:15.3774409Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.3782643Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.3790808Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.3798852Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.3806977Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:15.3815069Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.3823392Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.3831458Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.3839610Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.3847699Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:15.3855737Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.3863998Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.3872130Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.3880310Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.3888363Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:15.3896594Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.3904886Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.3912927Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.3921095Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.3929188Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:15.3937423Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.3945659Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.3953770Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.3961860Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.3970017Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_1_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 1, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:15.3978131Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:15.3986331Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:15.3994337Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:15.4002341Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, True' 2024-04-03T17:05:15.4010381Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, True, True' 2024-04-03T17:05:15.4018607Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:15.4026733Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:15.4034785Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:15.4042816Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, True, False' 2024-04-03T17:05:15.4050860Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, True, False' 2024-04-03T17:05:15.4059183Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:15.4067218Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:15.4075296Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:15.4083293Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, True' 2024-04-03T17:05:15.4091323Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, False, True' 2024-04-03T17:05:15.4099565Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:15.4107702Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:15.4115839Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:15.4123921Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, True, False, False' 2024-04-03T17:05:15.4131996Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, True, False, False' 2024-04-03T17:05:15.4140189Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:15.4148293Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:15.4156358Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:15.4164402Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, True' 2024-04-03T17:05:15.4172444Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, True, True' 2024-04-03T17:05:15.4180649Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:15.4188796Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:15.4196855Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:15.4204990Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, True, False' 2024-04-03T17:05:15.4213032Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, True, False' 2024-04-03T17:05:15.4221232Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:15.4229365Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:15.4237444Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:15.4245563Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, True' 2024-04-03T17:05:15.4253654Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, False, True' 2024-04-03T17:05:15.4261920Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:15.4270021Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:15.4278171Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:15.4286241Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, False, False, False, False' 2024-04-03T17:05:15.4294388Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_16_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 16, 64, True, False, False, False' 2024-04-03T17:05:15.4302578Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:15.4310624Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:15.4318679Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:15.4326712Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, True' 2024-04-03T17:05:15.4334798Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, True, True' 2024-04-03T17:05:15.4342941Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:15.4350986Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:15.4359020Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:15.4367140Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, True, False' 2024-04-03T17:05:15.4375194Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, True, False' 2024-04-03T17:05:15.4383472Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:15.4391527Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:15.4399533Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:15.4407575Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, True' 2024-04-03T17:05:15.4415618Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, False, True' 2024-04-03T17:05:15.4423913Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:15.4431990Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:15.4440019Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:15.4448083Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, True, False, False' 2024-04-03T17:05:15.4456216Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, True, False, False' 2024-04-03T17:05:15.4464524Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:15.4472642Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:15.4480679Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:15.4488671Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, True' 2024-04-03T17:05:15.4496751Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, True, True' 2024-04-03T17:05:15.4504934Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:15.4513078Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:15.4521172Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:15.4529228Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, True, False' 2024-04-03T17:05:15.4537327Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, True, False' 2024-04-03T17:05:15.4545769Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:15.4553895Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:15.4561958Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:15.4570015Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, True' 2024-04-03T17:05:15.4578129Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, False, True' 2024-04-03T17:05:15.4586355Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:15.4594415Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:15.4602560Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:15.4610626Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, False, False, False, False' 2024-04-03T17:05:15.4618847Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_32_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 32, 64, True, False, False, False' 2024-04-03T17:05:15.4626927Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:15.4634996Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:15.4643032Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:15.4651064Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, True' 2024-04-03T17:05:15.4659241Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, True, True' 2024-04-03T17:05:15.4667291Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:15.4675426Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:15.4683472Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:15.4691569Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, True, False' 2024-04-03T17:05:15.4699794Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, True, False' 2024-04-03T17:05:15.4707905Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:15.4716009Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:15.4724048Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:15.4732152Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, True' 2024-04-03T17:05:15.4740322Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, False, True' 2024-04-03T17:05:15.4748389Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:15.4756479Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:15.4764609Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:15.4772657Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, True, False, False' 2024-04-03T17:05:15.4780922Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, True, False, False' 2024-04-03T17:05:15.4788983Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:15.4797027Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:15.4805085Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:15.4813137Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, True' 2024-04-03T17:05:15.4821385Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, True, True' 2024-04-03T17:05:15.4829455Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:15.4837518Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:15.4845564Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:15.4853709Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, True, False' 2024-04-03T17:05:15.4861890Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, True, False' 2024-04-03T17:05:15.4870028Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.4878047Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.4886068Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:15.4894145Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, True' 2024-04-03T17:05:15.4902399Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, False, True' 2024-04-03T17:05:15.4910532Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.4918616Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.4926685Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:15.4934751Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, False, False, False, False' 2024-04-03T17:05:15.4943104Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_64_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 64, 64, True, False, False, False' 2024-04-03T17:05:15.4951250Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.4959325Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.4967334Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:15.4975367Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, True' 2024-04-03T17:05:15.4983728Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, True, True' 2024-04-03T17:05:15.4991791Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.4999924Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.5007984Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:15.5016045Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, True, False' 2024-04-03T17:05:15.5024373Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, True, False' 2024-04-03T17:05:15.5032485Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.5040630Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.5048734Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:15.5056798Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, True' 2024-04-03T17:05:15.5064925Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, False, True' 2024-04-03T17:05:15.5073082Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.5081146Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.5089272Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:15.5097399Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, True, False, False' 2024-04-03T17:05:15.5105677Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, True, False, False' 2024-04-03T17:05:15.5113793Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.5121860Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.5130025Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:15.5138142Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, True' 2024-04-03T17:05:15.5146274Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, True, True' 2024-04-03T17:05:15.5154338Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.5162555Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.5170656Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:15.5178989Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, True, False' 2024-04-03T17:05:15.5187073Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, True, False' 2024-04-03T17:05:15.5195167Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.5203262Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.5211355Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:15.5219618Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, True' 2024-04-03T17:05:15.5227718Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, False, True' 2024-04-03T17:05:15.5235803Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.5243899Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.5252067Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:15.5260354Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, False, False, False, False' 2024-04-03T17:05:15.5268484Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_128_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 128, 64, True, False, False, False' 2024-04-03T17:05:15.5276534Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.5284551Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.5292681Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:15.5300830Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, True' 2024-04-03T17:05:15.5308961Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, True, True' 2024-04-03T17:05:15.5317016Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.5325058Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.5333117Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:15.5341398Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, True, False' 2024-04-03T17:05:15.5349514Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, True, False' 2024-04-03T17:05:15.5357608Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.5365678Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.5373748Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:15.5382040Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, True' 2024-04-03T17:05:15.5390097Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, False, True' 2024-04-03T17:05:15.5398248Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.5402469Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.5406698Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:15.5410955Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, True, False, False' 2024-04-03T17:05:15.5415198Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_True_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, True, False, False' 2024-04-03T17:05:15.5419620Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.5423841Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.5428029Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:15.5432240Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, True' 2024-04-03T17:05:15.5436484Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, True, True' 2024-04-03T17:05:15.5440701Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.5444994Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.5449209Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:15.5453430Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, True, False' 2024-04-03T17:05:15.5457744Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_True_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, True, False' 2024-04-03T17:05:15.5462112Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.5466418Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.5470643Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:15.5474878Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, True' 2024-04-03T17:05:15.5479073Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_True__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, False, True' 2024-04-03T17:05:15.5483388Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.5487651Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.5491892Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:15.5496127Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_False__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, False, False, False, False' 2024-04-03T17:05:15.5500495Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name attn_fwd -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.attn_fwd/attn_fwd-Sig-F__^bf16@16_3_256_False_False_False__P__128_64_True__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *fp32:16, *bf16:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, i32, i32, u64, fp32, u64, u32, *bf16:16, 3, 128, 256, 64, True, False, False, False' 2024-04-03T17:05:15.5504040Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_16_False__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 16, False' 2024-04-03T17:05:15.5507553Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_16_True__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 16, True' 2024-04-03T17:05:15.5511030Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_32_False__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 32, False' 2024-04-03T17:05:15.5514573Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_32_True__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 32, True' 2024-04-03T17:05:15.5518046Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_64_False__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 64, False' 2024-04-03T17:05:15.5521490Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_64_True__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 64, True' 2024-04-03T17:05:15.5524953Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_128_False__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 128, False' 2024-04-03T17:05:15.5528446Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_128_True__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 128, True' 2024-04-03T17:05:15.5531943Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_256_False__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 256, False' 2024-04-03T17:05:15.5535482Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_256_True__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 256, True' 2024-04-03T17:05:15.5539083Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_16_False__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 16, False' 2024-04-03T17:05:15.5542574Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_16_True__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 16, True' 2024-04-03T17:05:15.5546078Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_32_False__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 32, False' 2024-04-03T17:05:15.5549531Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_32_True__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 32, True' 2024-04-03T17:05:15.5553070Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_64_False__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 64, False' 2024-04-03T17:05:15.5556526Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_64_True__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 64, True' 2024-04-03T17:05:15.5560055Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_128_False__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 128, False' 2024-04-03T17:05:15.5563560Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_128_True__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 128, True' 2024-04-03T17:05:15.5567030Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_256_False__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 256, False' 2024-04-03T17:05:15.5570503Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_256_True__P__128__CO__-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 256, True' 2024-04-03T17:05:15.5573980Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_16_False__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 16, False' 2024-04-03T17:05:15.5577615Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_16_True__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 16, True' 2024-04-03T17:05:15.5581297Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_32_False__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 32, False' 2024-04-03T17:05:15.5584888Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_32_True__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 32, True' 2024-04-03T17:05:15.5588394Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_64_False__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 64, False' 2024-04-03T17:05:15.5591888Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_64_True__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 64, True' 2024-04-03T17:05:15.5595386Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_128_False__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 128, False' 2024-04-03T17:05:15.5598909Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_128_True__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 128, True' 2024-04-03T17:05:15.5602453Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_256_False__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 256, False' 2024-04-03T17:05:15.5605939Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^fp16@16_256_True__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 256, True' 2024-04-03T17:05:15.5609496Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_16_False__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 16, False' 2024-04-03T17:05:15.5612963Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_16_True__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 16, True' 2024-04-03T17:05:15.5616527Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_32_False__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 32, False' 2024-04-03T17:05:15.5620102Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_32_True__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 32, True' 2024-04-03T17:05:15.5623656Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_64_False__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 64, False' 2024-04-03T17:05:15.5627188Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_64_True__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 64, True' 2024-04-03T17:05:15.5630684Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_128_False__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 128, False' 2024-04-03T17:05:15.5634245Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_128_True__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 128, True' 2024-04-03T17:05:15.5637727Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_256_False__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 256, False' 2024-04-03T17:05:15.5641208Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_preprocess -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_preprocess/bwd_preprocess-Sig-F__^bf16@16_256_True__P__128__CO__-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 4 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, i32, 128, 256, True' 2024-04-03T17:05:15.5645813Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.5650459Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.5655034Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.5659840Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.5664474Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.5669048Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.5673700Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.5678306Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.5682965Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:15.5687564Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:15.5692169Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:15.5696880Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:15.5701620Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.5706242Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.5710842Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.5715399Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.5720033Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.5724634Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.5729269Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.5733861Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.5738622Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:15.5743354Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:15.5748047Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:15.5752631Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:15.5757206Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.5761837Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.5766426Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.5771052Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.5775646Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.5780362Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.5785008Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.5789600Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.5794294Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:15.5798913Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:15.5803477Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:15.5808136Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:15.5812720Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.5817444Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.5822101Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.5826680Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.5831357Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.5840170Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.5849585Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.5858539Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.5867928Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:15.5876798Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:15.5886262Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:15.5895154Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:15.5904536Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.5913367Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.5922641Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.5931711Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.5940994Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.5950111Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.5959089Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.5968400Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.5977390Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:15.5986521Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:15.5995287Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:15.6004067Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:15.6012988Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.6021993Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.6030829Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.6039617Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.6048442Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.6057317Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.6066224Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.6074952Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.6083758Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:15.6092650Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:15.6101655Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:15.6110508Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:15.6119285Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.6128066Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.6136991Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.6145957Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.6154810Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.6163579Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.6172325Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.6181290Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.6190046Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:15.6198909Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:15.6207678Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:15.6216493Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:15.6225435Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.6234236Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.6243072Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.6251831Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.6260850Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.6269783Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.6278586Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.6287377Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.6296147Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:15.6305135Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:15.6314059Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:15.6322897Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:15.6331686Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.6340596Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.6349339Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.6358149Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.6366968Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.6375686Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.6384672Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.6393444Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.6402254Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:15.6411109Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:15.6420058Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:15.6428866Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:15.6437685Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.6446494Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.6455330Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.6464252Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.6473015Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.6481832Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.6490564Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.6499543Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.6508324Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:15.6517161Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:15.6526037Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:15.6534833Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:15.6543841Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.6552559Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.6561297Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.6570091Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.6579029Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.6587820Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.6596568Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:15.6605365Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:15.6614178Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:15.6623150Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:15.6631923Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.6640668Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.6649428Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.6658434Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.6667164Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.6675945Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.6684718Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:15.6693532Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:15.6702635Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:15.6711519Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:15.6720297Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.6729033Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.6737878Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.6746770Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.6755573Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.6764270Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.6772968Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:15.6781911Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:15.6790732Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:15.6799531Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:15.6808267Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.6817086Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.6825992Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.6834740Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.6843532Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.6852267Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.6861169Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:15.6870049Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:15.6878839Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:15.6887684Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:15.6896496Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.6905343Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.6914179Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.6922925Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.6931690Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.6940520Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.6949274Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:15.6958143Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:15.6966931Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:15.6975699Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:15.6984623Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.6993384Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.7002244Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.7011033Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.7019944Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.7028682Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.7037459Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:15.7046322Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:15.7055232Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:15.7064129Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:15.7072889Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.7081682Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.7090449Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.7099402Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.7108119Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.7116819Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.7125621Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:15.7134444Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:15.7143425Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:15.7152206Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:15.7160966Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.7169790Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.7178716Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.7187595Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.7196349Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.7205078Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.7213891Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:15.7222864Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:15.7231737Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:15.7240526Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:15.7249293Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.7258176Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.7267173Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.7275948Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.7284662Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.7293384Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.7310788Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:15.7319856Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:15.7328705Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:15.7337585Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:15.7346486Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.7355363Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.7364211Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.7372994Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.7381923Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.7390684Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.7399592Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:15.7408446Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:15.7417270Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:15.7426161Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:15.7434967Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.7443786Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.7452630Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.7461574Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.7470329Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.7479163Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.7487894Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.7496792Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.7505641Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.7514375Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.7523226Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:15.7532035Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:15.7541189Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:15.7550026Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:15.7558812Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:15.7567684Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:15.7576472Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.7585458Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.7594246Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.7603019Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.7611923Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.7620946Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.7629742Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.7638523Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.7647290Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.7656182Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.7665384Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:15.7674259Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:15.7683095Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:15.7691897Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:15.7701005Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:15.7709885Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:15.7718671Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.7727456Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.7736280Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.7745289Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.7754143Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.7762901Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.7771647Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.7780557Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.7789368Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.7798218Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.7807011Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:15.7815818Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:15.7825014Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:15.7833789Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:15.7842639Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:15.7851451Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:15.7860392Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.7869307Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.7878084Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.7886923Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.7895714Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.7904646Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.7913488Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.7922281Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.7931111Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.7940026Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.7948879Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:15.7957807Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:15.7966682Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:15.7975523Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:15.7984469Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:15.7993272Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:15.8002164Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.8010984Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.8019874Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.8028616Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.8037398Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.8046264Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.8055070Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.8064246Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.8072991Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.8081803Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.8090617Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:15.8099701Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:15.8108810Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:15.8117649Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:15.8126516Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:15.8135325Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:15.8144369Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.8153136Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.8161929Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.8170774Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.8179711Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.8188579Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.8197340Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.8206100Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.8214942Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.8223861Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.8232760Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:15.8241570Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:15.8250392Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:15.8259496Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:15.8268403Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:15.8277232Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:15.8286054Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.8294812Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.8303893Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.8312713Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.8321537Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.8330291Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.8339246Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.8348121Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.8356952Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.8365709Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.8374514Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:15.8383664Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:15.8392544Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:15.8401436Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:15.8410298Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:15.8419372Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:15.8428213Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.8437036Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.8445940Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.8454737Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.8463650Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.8472551Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.8481358Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.8490228Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.8499182Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.8507983Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.8517563Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:15.8526445Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:15.8535371Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:15.8544389Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:15.8553229Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:15.8562162Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:15.8570992Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.8579965Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.8588758Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.8597576Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.8606492Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.8615280Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.8624226Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.8633012Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.8641755Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.8650592Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.8659634Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:15.8668490Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:15.8677313Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:15.8686181Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:15.8695036Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:15.8704115Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:15.8712975Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.8721763Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.8730599Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.8739597Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.8748488Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.8757291Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.8766081Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.8774928Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.8783855Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.8792731Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.8801557Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:15.8810390Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:15.8819597Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:15.8828418Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:15.8837344Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:15.8846188Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^fp16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:15.8854982Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.8863963Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.8872820Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:15.8881640Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.8890404Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.8899258Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:15.8908145Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:15.8916966Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:15.8925786Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:15.8934591Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:15.8943742Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:15.8952693Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:15.8961553Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.8970367Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.8979311Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:15.8988159Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.8996975Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.9005838Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:15.9014656Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:15.9023724Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:15.9032629Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:15.9041525Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:15.9050410Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:15.9059439Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:15.9068221Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.9077116Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.9085911Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:15.9094758Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.9103691Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.9112429Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:15.9121328Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:15.9130601Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:15.9139786Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:15.9148625Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:15.9157407Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:15.9166281Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:15.9175082Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.9184124Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.9192939Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:15.9201694Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.9210572Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.9219566Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:15.9228438Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:15.9237255Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:15.9246097Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:15.9255020Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:15.9264136Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:15.9272961Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:15.9281742Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.9290499Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.9299676Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:15.9308542Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.9317294Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.9326091Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:15.9334907Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:15.9343925Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:15.9352790Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:15.9361556Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:15.9370357Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:15.9381738Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:15.9390545Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.9399501Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.9408291Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:15.9417182Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.9426164Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.9434936Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:15.9443826Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:15.9452659Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:15.9461705Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:15.9470652Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:15.9479508Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:15.9488308Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:15.9497161Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.9506141Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.9518617Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:15.9535272Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.9551746Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.9567379Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:15.9577246Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:15.9586460Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:15.9595334Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:15.9604209Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:15.9613035Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:15.9622110Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:15.9631045Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.9639956Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.9648782Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:15.9657645Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.9666546Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.9675488Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:15.9684390Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:15.9693236Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:15.9702271Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:15.9711219Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:15.9720043Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:15.9728963Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:15.9737861Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.9746861Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.9755784Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:15.9764563Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.9773425Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.9782499Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:15.9791321Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:15.9800220Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:15.9809113Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:15.9818005Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:15.9826934Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:15.9835749Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:15.9844655Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.9853489Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.9862502Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:15.9871320Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.9880120Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.9888990Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:15.9897969Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:15.9919053Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:15.9940641Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:15.9962008Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:15.9983852Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:16.0005489Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dk_dv -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dk_dv/bwd_kernel_dk_dv-Sig-F__^bf16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:16.0026328Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.0046539Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.0066974Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.0087547Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.0108294Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.0128580Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.0148891Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.0169166Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.0189749Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.0210042Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.0230826Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:16.0251108Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:16.0271672Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:16.0292208Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:16.0312501Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.0332971Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.0353232Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.0373413Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.0398274Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.0421152Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.0442347Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.0465030Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.0487243Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.0507884Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.0531375Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:16.0555050Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:16.0578346Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:16.0599086Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:16.0621827Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.0644909Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.0669648Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.0691090Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.0715541Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.0736476Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.0757186Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.0777666Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.0796160Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.0804592Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.0812986Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:16.0821613Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:16.0830039Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:16.0838479Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:16.0842867Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.0847266Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.0851707Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.0856104Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.0860669Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.0865055Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.0869415Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.0873863Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.0878251Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.0882685Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.0887075Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:16.0891501Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:16.0895942Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:16.0900503Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:16.0904976Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.0909359Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.0913724Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.0918090Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.0922539Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.0926963Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.0935334Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.0944422Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.0952782Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.0961668Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.0970133Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:16.0979397Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:16.0987805Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:16.0996642Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:16.1005138Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.1014112Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.1022766Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.1031707Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.1040112Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.1049162Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.1057709Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.1066568Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.1074967Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.1083497Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.1092060Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:16.1100726Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:16.1109301Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:16.1117712Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:16.1126133Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.1134622Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.1143197Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.1151702Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.1160094Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.1168505Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.1176934Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.1185516Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.1193958Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.1202328Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.1210725Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:16.1219367Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:16.1227891Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:16.1236344Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:16.1244748Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.1253144Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.1261722Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.1270241Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.1278662Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.1287068Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.1295400Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.1303924Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.1312420Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.1320813Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.1329232Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:16.1337727Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:16.1346237Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:16.1354754Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:16.1363158Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.1371623Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.1380177Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.1388565Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.1397058Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.1405390Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.1413824Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.1422344Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.1430718Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.1439166Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.1447557Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:16.1456063Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:16.1464666Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:16.1473052Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:16.1481455Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.1490055Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.1498825Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.1507213Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.1515843Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.1524342Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.1535148Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.1544119Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.1552582Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.1561040Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.1569547Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:16.1578356Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:16.1587189Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:16.1596790Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:16.1606199Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.1614870Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.1623740Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:16.1632259Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:16.1640908Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:16.1649341Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:16.1657863Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.1666576Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.1675236Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:16.1683763Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:16.1692253Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:16.1700997Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:16.1709620Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.1718086Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.1726601Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:16.1735003Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:16.1743660Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:16.1752152Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:16.1760643Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.1769119Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.1777660Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:16.1786365Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:16.1794898Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:16.1803543Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:16.1812135Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.1820758Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.1829214Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:16.1837764Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:16.1846393Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:16.1854939Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:16.1863523Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.1872023Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.1880576Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:16.1889163Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:16.1897698Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:16.1906305Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:16.1914773Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.1923247Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.1931724Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:16.1940383Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:16.1948916Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:16.1957480Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:16.1966247Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.1974762Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.1983481Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:16.1991946Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:16.2000463Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:16.2008911Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:16.2017720Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.2026450Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.2035000Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:16.2043519Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:16.2052011Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:16.2060680Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:16.2069318Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.2077850Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.2086391Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:16.2094899Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:16.2103533Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave0-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:16.2112115Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI200.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI200' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:16.2120664Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.2129175Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.2137739Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.2146307Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.2154797Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.2163242Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.2171682Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.2180291Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.2188669Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.2197220Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.2205691Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:16.2214257Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:16.2222820Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:16.2231352Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:16.2239857Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.2248393Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.2256942Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.2265556Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.2274059Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.2282588Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.2291149Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.2299849Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.2308361Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.2316835Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.2325414Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:16.2333999Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:16.2342803Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:16.2351324Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:16.2359835Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.2368338Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.2377042Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.2385638Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.2394083Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.2402527Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.2410910Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.2419628Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.2428075Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.2436545Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.2444950Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:16.2453378Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:16.2462076Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:16.2470700Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:16.2479214Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.2487616Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.2496111Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.2504815Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.2513388Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.2521839Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.2530331Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.2539038Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.2547727Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.2556192Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.2564958Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:16.2573608Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:16.2582327Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:16.2590951Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:16.2599525Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.2608275Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.2616742Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.2625438Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.2633958Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.2642607Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.2651099Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.2659931Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.2668401Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.2676953Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.2685509Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:16.2694173Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:16.2702852Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:16.2711277Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:16.2719781Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.2728342Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.2737000Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.2745616Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.2754032Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.2762520Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.2771111Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.2779923Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.2788425Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.2796989Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.2805492Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:16.2814202Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:16.2822907Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:16.2831543Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:16.2840044Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.2848611Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.2857262Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.2865902Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.2874414Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.2882916Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.2891303Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.2900142Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.2908658Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.2917164Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.2925606Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:16.2934131Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:16.2942786Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:16.2951337Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:16.2959941Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.2968677Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.2977429Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.2985986Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.2994719Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.3003371Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.3011881Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.3020598Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.3029092Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.3037791Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.3046414Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:16.3054972Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:16.3063603Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:16.3072137Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:16.3080722Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.3089290Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.3097815Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.3106399Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.3114834Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.3123294Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.3131806Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.3140397Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.3148795Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.3157285Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.3165811Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:16.3174418Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:16.3183332Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:16.3191891Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:16.3200436Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.3208997Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.3217636Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.3226299Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.3234736Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.3243201Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.3251760Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.3260449Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.3268975Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.3277474Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.3285939Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:16.3294489Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:16.3303332Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:16.3311859Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^fp16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*fp16:16, *fp16:16, *fp16:16, fp32, *fp16:16, *fp16:16, *fp16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:16.3320351Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.3328736Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.3337264Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.3345943Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.3354373Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, False' 2024-04-03T17:05:16.3362830Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.3371259Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.3379782Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.3388264Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.3396726Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, True, True, True' 2024-04-03T17:05:16.3405149Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:16.3413654Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, False' 2024-04-03T17:05:16.3422254Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:16.3430708Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, True, False, True' 2024-04-03T17:05:16.3439260Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.3447717Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.3456123Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.3465034Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.3473570Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, False' 2024-04-03T17:05:16.3482230Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.3490767Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.3499340Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.3507750Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.3516291Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 16, 16, False, True, True' 2024-04-03T17:05:16.3524743Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:16.3533370Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, False' 2024-04-03T17:05:16.3542274Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:16.3550824Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_16_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 16, 64, False, False, True' 2024-04-03T17:05:16.3559366Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.3567900Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.3576402Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.3585062Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.3593453Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, False' 2024-04-03T17:05:16.3601905Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.3610530Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.3619092Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.3627515Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.3644270Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, True, True, True' 2024-04-03T17:05:16.3653049Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:16.3662104Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, False' 2024-04-03T17:05:16.3670599Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:16.3679128Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, True, False, True' 2024-04-03T17:05:16.3687651Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.3696079Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.3704931Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.3713396Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.3721921Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, False' 2024-04-03T17:05:16.3730450Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.3739015Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.3747588Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.3756116Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.3764572Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 32, 16, False, True, True' 2024-04-03T17:05:16.3773026Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:16.3781712Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, False' 2024-04-03T17:05:16.3790246Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:16.3798751Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_32_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 32, 64, False, False, True' 2024-04-03T17:05:16.3807292Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.3815690Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.3824226Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.3832821Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.3841282Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, False' 2024-04-03T17:05:16.3849782Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.3858244Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.3866717Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.3875181Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.3883668Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, True, True, True' 2024-04-03T17:05:16.3892113Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:16.3900780Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, False' 2024-04-03T17:05:16.3909246Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:16.3917635Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, True, False, True' 2024-04-03T17:05:16.3926242Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.3934760Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.3943471Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.3951984Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.3960396Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, False' 2024-04-03T17:05:16.3969067Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.3977573Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.3986110Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.3994668Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.4003037Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 64, 16, False, True, True' 2024-04-03T17:05:16.4011643Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:16.4020499Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, False' 2024-04-03T17:05:16.4028989Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:16.4037487Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_64_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 64, 64, False, False, True' 2024-04-03T17:05:16.4045989Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.4054479Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.4063311Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.4071851Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.4080263Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, False' 2024-04-03T17:05:16.4088678Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.4097219Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.4105808Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.4114327Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.4122714Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, True, True, True' 2024-04-03T17:05:16.4131124Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:16.4139922Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, False' 2024-04-03T17:05:16.4148478Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:16.4156960Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, True, False, True' 2024-04-03T17:05:16.4165468Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.4174006Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.4182586Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.4191169Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.4199700Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, False' 2024-04-03T17:05:16.4208152Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.4216645Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.4225163Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.4233768Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.4242213Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 128, 16, False, True, True' 2024-04-03T17:05:16.4250620Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:16.4259331Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, False' 2024-04-03T17:05:16.4267773Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:16.4276314Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_128_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 128, 64, False, False, True' 2024-04-03T17:05:16.4284757Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.4293293Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.4301864Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.4310226Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.4318821Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, False' 2024-04-03T17:05:16.4327259Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.4335683Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.4344356Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.4352773Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.4361247Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, True, True, True' 2024-04-03T17:05:16.4369724Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:16.4378423Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, False' 2024-04-03T17:05:16.4386858Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:16.4395296Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_True_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, True, False, True' 2024-04-03T17:05:16.4403957Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.4412458Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.4421119Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.4429553Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.4438150Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_False__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, False' 2024-04-03T17:05:16.4446691Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave4-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 4 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.4455129Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave3-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 3 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.4463834Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave0-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 0 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.4472362Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.4480783Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_True_True__P__32_16__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 32, 256, 16, False, True, True' 2024-04-03T17:05:16.4489265Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:16.4498008Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_False_False__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, False' 2024-04-03T17:05:16.4506639Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave2-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 2 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:16.4515066Z LD_PRELOAD=/opt/rocm/lib/libhsa-runtime64.so /var/lib/jenkins/workspace/build/aotriton/src/v2python/compile.py /var/lib/jenkins/workspace/build/aotriton/src/tritonsrc/flash.py --kernel_name bwd_kernel_dq -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/gpu_kernel_image.bwd_kernel_dq/bwd_kernel_dq-Sig-F__^bf16@16_256_False_False_True__P__128_64__CO__warp4_stg1_wave1-Gpu-MI300X.hsaco -g 1,1,1 --num_warps 4 --num_stages 1 --waves_per_eu 1 --target 'MI300X' --signature '*bf16:16, *bf16:16, *bf16:16, fp32, *bf16:16, *bf16:16, *bf16:16, *fp32:16, *fp32:16, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64:16, u64:16, u64:16, 1, u64, u64, i32, fp32, u64, u32, 128, 256, 64, False, False, True' 2024-04-03T17:05:16.4522880Z [5/6] cd /var/lib/jenkins/workspace/build/aotriton/src && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" python -m v2python.generate_shim --target_gpus MI200 MI300X --build_dir /var/lib/jenkins/workspace/build/aotriton/build/v2src --archive_only 2024-04-03T17:05:16.4529317Z self.TYPE_CHOICES={frozenset({'K', 'Out', 'encoded_softmax', 'V', 'Q'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'M'}): ['*fp32:16'], frozenset({'seqlen_q', 'seqlen_k'}): ['i32'], frozenset({'head_dim'}): ['u64'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qh', 'stride_qm', 'stride_qz'}): ['u64:16'], frozenset({'stride_kn', 'stride_kh', 'stride_kz'}): ['u64:16'], frozenset({'stride_vk', 'stride_vz', 'stride_vh'}): ['u64:16'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16']} 2024-04-03T17:05:16.4533763Z self.FEAT_CHOICES={frozenset({'STAGE'}): [1, 3], frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'RETURN_ENCODED_SOFTMAX'}): [True, False], frozenset({'PADDED_HEAD'}): [True, False], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_on'}): [1]} 2024-04-03T17:05:16.4536994Z self.TYPE_CHOICES={frozenset({'DO', 'Out'}): ['*fp16:16', '*bf16:16'], frozenset({'Delta'}): ['*fp32:16'], frozenset({'seqlen_q'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16'], frozenset({'stride_dom', 'stride_doh', 'stride_doz'}): ['u64:16']} 2024-04-03T17:05:16.4539296Z self.FEAT_CHOICES={frozenset({'D_HEAD'}): [16, 32, 64, 128, 256], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_on'}): [1], frozenset({'stride_don'}): [1]} 2024-04-03T17:05:16.4543629Z self.TYPE_CHOICES={frozenset({'DO', 'K', 'Out', 'DK', 'V', 'DV', 'Q'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'D', 'L'}): ['*fp32:16'], frozenset({'seqlen_q', 'seqlen_k'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qh', 'stride_qm', 'stride_qz'}): ['u64:16'], frozenset({'stride_kn', 'stride_kh', 'stride_kz'}): ['u64:16'], frozenset({'stride_vk', 'stride_vz', 'stride_vh'}): ['u64:16'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16'], frozenset({'stride_dkn', 'stride_dkh', 'stride_dkz'}): ['u64:16'], frozenset({'stride_dvz', 'stride_dvk', 'stride_dvh'}): ['u64:16']} 2024-04-03T17:05:16.4548737Z self.FEAT_CHOICES={frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'CAUSAL'}): [True, False], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_ok'}): [1], frozenset({'stride_dkk'}): [1], frozenset({'stride_dvn'}): [1]} 2024-04-03T17:05:16.4553682Z self.TYPE_CHOICES={frozenset({'K', 'dO', 'Out', 'V', 'dQ', 'Q'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'D', 'L'}): ['*fp32:16'], frozenset({'seqlen_q', 'seqlen_k'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qh', 'stride_qm', 'stride_qz'}): ['u64:16'], frozenset({'stride_kn', 'stride_kh', 'stride_kz'}): ['u64:16'], frozenset({'stride_vk', 'stride_vz', 'stride_vh'}): ['u64:16'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16'], frozenset({'stride_dqh', 'stride_dqm', 'stride_dqz'}): ['u64:16']} 2024-04-03T17:05:16.4558182Z self.FEAT_CHOICES={frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'CAUSAL'}): [True, False], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_ok'}): [1], frozenset({'stride_dqk'}): [1]} 2024-04-03T17:05:16.4560468Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4561843Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4563233Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4564624Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4566071Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4567458Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4568848Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4570255Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4571684Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4573046Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4574422Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4575871Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4577427Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4578990Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4580396Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4581807Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4583329Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4584700Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4586083Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4587469Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4588846Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4590247Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4591632Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4593043Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4594432Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4595827Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4597216Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4598614Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4600008Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4601494Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4602914Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4604341Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4605807Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4607241Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4608636Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4610041Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4611549Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4613045Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4614472Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4615889Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4617360Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4618842Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4620232Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4621608Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4622995Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4624393Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4625791Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4627182Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4628570Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4629950Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4631328Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4632690Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4634176Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4635577Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4637028Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4638419Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4639813Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4641317Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4642696Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4644111Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4645502Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4646894Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4648322Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4649753Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4651156Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4652564Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4653965Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4655355Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4656836Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4658255Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4659752Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4661176Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4662586Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4663979Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4664623Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4665294Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4665971Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4666642Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4667319Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4667999Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4668691Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4669466Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4670165Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4670837Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4671528Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4672191Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4672855Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4673555Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4674241Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4674889Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4675535Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4676203Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4676849Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4677526Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4678176Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4678841Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4679500Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4680149Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4680812Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4681465Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4682117Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4682786Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4683435Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4684110Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4684764Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4685453Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4686118Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4686782Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4687456Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4688156Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4688820Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4689508Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4690187Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4690898Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4691549Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4692214Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4692888Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4693558Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4694235Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4694912Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4695553Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4696222Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4696950Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4697737Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4698489Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4699157Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4699828Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4700493Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4701150Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4701799Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4702496Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4703169Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4703822Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4704494Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4705180Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4705852Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4706511Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4707198Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4707873Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4708539Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4709189Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4709859Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4710505Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4711174Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4711842Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4712497Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4713160Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4713829Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4714493Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4715183Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4715854Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4716539Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4717191Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4717847Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4718513Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4719234Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4719909Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4720577Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4721247Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4721976Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4722620Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4723283Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4723926Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4724656Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4725318Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4725975Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4726756Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4727422Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4728067Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4728737Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4729380Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4730048Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4730699Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4731354Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4732024Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4732693Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4733354Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4734006Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4734645Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4735307Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4735994Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4736753Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4737419Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4738086Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4738899Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4739565Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4740231Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4740900Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4741639Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4742327Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4742995Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4743686Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4744336Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4744992Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4745653Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4746317Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4746992Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4747666Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4748336Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4749027Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4749672Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4750320Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4750971Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4751627Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4752287Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4752984Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4753636Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4754311Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4755063Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4755761Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4756405Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4757057Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4757727Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4758415Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4759107Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4759770Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4760414Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4761077Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4761719Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4762388Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4763037Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4763696Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4764363Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4765026Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4765694Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4766350Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4767001Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4767680Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4768341Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4769026Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4769696Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4770402Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4771069Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4771721Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4772383Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4773069Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4773729Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4774410Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4775100Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4775820Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4776552Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4777209Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4777862Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4778622Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4779288Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4779948Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4780599Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4781279Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4781924Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4782588Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4783234Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4783896Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4784674Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4785336Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4786002Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4786669Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4787364Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4788027Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4788668Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4789320Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4790015Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4790676Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4791339Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4792040Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4792728Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4793402Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4794055Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4794736Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4795405Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4796074Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4796758Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4797434Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4798101Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4798753Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4799402Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4800083Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4800749Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4801431Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4802098Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4802772Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4803427Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4804105Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4804764Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4805421Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4806069Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4806768Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4807423Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4808104Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4808769Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4809438Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4810092Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4810748Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4811403Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4812060Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4812815Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4813501Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4814145Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4814813Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4815459Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4816114Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4816851Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4817520Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4818189Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4818957Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4819616Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4820290Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4820992Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4821676Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4822339Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4823013Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4823732Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4824410Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4825080Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4825741Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4826468Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4827151Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4827811Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4828491Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4829158Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4829834Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4830495Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4831141Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4831795Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4832449Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4833095Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4833768Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4834421Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4835086Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4835742Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4836393Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4837044Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4837728Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4838376Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4839046Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4839698Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4840417Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4841060Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4841708Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4842357Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4843179Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4843849Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4844506Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4845158Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4845840Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4846500Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4847178Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4847830Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4848500Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4849178Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4849846Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4850527Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4851202Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4851855Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4852524Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4853173Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4853850Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4854545Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4855211Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4855895Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4856643Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4857340Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4857990Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4858729Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4859402Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4860162Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4860834Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4861483Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4862145Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4862804Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4863452Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4864112Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4864768Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4865416Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4866086Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4866735Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4867413Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4868053Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4868706Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4869357Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4870014Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4870672Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4871438Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4872136Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4872822Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4873476Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4874131Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4874834Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4875504Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4876182Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4876882Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4877595Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4878281Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4878932Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4879600Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4880250Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4880914Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4881590Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4882262Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4882946Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4883623Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4884269Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4884932Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4885575Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4886242Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4886893Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4887550Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4888210Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4888905Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4889563Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4890212Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4890856Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4891556Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4892209Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4892970Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4893654Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4894360Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4895017Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4895671Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4896333Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4897077Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4897732Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4898510Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4899161Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4899843Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4900498Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4901260Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4901928Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4902600Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4903278Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4903951Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4904623Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4905312Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4906019Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4906690Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4907340Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4908005Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4908717Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4909385Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4910073Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4910787Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4911464Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4912126Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4912770Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4913440Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4914091Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4914749Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4915416Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4916079Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4916736Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4917384Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4918024Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4918695Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4919346Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4920006Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4920667Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4921335Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4921991Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4922743Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4923395Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4924069Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4924714Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4925414Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4926068Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4926740Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4927430Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4928242Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4928914Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4929583Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4930249Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4930936Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4931606Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4932299Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4932956Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4933614Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4934279Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4934947Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4935624Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4936295Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4937038Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4937734Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4938479Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4939145Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4939836Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4940496Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4941156Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4941814Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4942512Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4943177Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4943822Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4944488Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4945202Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4945871Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4946521Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4947180Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4947842Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4948506Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.4949162Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4949810Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4950449Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4951118Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.4951842Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4952519Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4953173Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4953839Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.4954508Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4955173Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4955839Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4956542Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.4957203Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4957888Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4958554Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4959287Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.4959942Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4960592Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4961256Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4961980Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.4962747Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4963430Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4964103Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4964792Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.4965442Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4966090Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4966743Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4967396Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.4968061Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4968726Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4969384Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4970064Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.4970705Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4971362Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4972001Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4972653Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.4973345Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4974002Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4974666Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4975331Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.4975974Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4976740Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4977393Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4978065Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.4978863Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4979559Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4980227Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4980973Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.4981638Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4982296Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4982957Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4983643Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.4984308Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4984995Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4985666Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4986358Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.4987262Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4987935Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4988600Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4989268Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.4989927Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4990612Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4991339Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4992035Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.4992679Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4993330Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4994046Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4994705Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:05:16.4995363Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4996050Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4996736Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4997413Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:05:16.4998061Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4998726Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.4999370Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.5000027Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:05:16.5000689Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.5001347Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.5001996Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.5002674Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:05:16.5003316Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.5003977Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.5004622Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.5005274Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:05:16.5005933Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.5006596Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.5007254Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.5007950Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:05:16.5008605Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.5009276Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.5010006Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.5010722Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:05:16.5011385Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.5012058Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.5012768Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.5013485Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:05:16.5014149Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.5014806Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.5015455Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.5016137Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:05:16.5016961Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.5017656Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.5018423Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.5019106Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:05:16.5019763Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.5020414Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.5021078Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.5021743Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:05:16.5022393Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.5023068Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.5023722Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.5024405Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:05:16.5025093Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.5025743Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.5026397Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.5027048Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:05:16.5027740Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.5028400Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.5029053Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.5029730Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:05:16.5030439Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.5031100Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.5031745Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.5032401Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:05:16.5033066Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.5033729Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.5034396Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.5035060Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:05:16.5035717Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.5036387Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.5037033Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.5037714Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:05:16.5038378Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.5039120Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.5039804Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.5040483Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:05:16.5041154Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.5041850Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.5042505Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.5043186Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:05:16.5043846Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.5044558Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.5045230Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.5045906Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:05:16.5047563Z self._DATA_ARGUMENTS=['Q', 'K', 'V', 'sm_scale', 'M', 'Out', 'stride_qz', 'stride_qh', 'stride_qm', 'stride_kz', 'stride_kh', 'stride_kn', 'stride_vz', 'stride_vh', 'stride_vk', 'stride_oz', 'stride_oh', 'stride_om', 'seqlen_q', 'seqlen_k', 'head_dim', 'dropout_p', 'philox_seed', 'philox_offset_base', 'encoded_softmax'] 2024-04-03T17:05:16.5048298Z self._DATA_ARGUMENTS=['Out', 'DO', 'Delta', 'stride_oz', 'stride_oh', 'stride_om', 'stride_doz', 'stride_doh', 'stride_dom', 'seqlen_q', 'head_dim'] 2024-04-03T17:05:16.5048939Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5049551Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5050187Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5050827Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5051465Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5052106Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5052751Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5053389Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5054018Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5054625Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5055266Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5055893Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5056600Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5057242Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5057886Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5058621Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5059302Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5059909Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5060555Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5061181Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5061848Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5062493Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5063138Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5063784Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5064486Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5065107Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5065763Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5066396Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5067053Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5067769Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5068554Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5069219Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5069849Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5070486Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5071129Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5071765Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5072423Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5073057Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5073719Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5074363Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5074978Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5075595Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5076367Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5077010Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5077644Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5078271Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5078963Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5079600Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5080217Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5080832Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5081516Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5082150Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5082776Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5083395Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5084050Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5084681Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5085311Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5085915Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5086545Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5087177Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5087805Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5088437Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5089077Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5089711Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5090350Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5090967Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5091620Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5092257Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5092933Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5093581Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5094234Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5094888Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5095540Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5096232Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5096970Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5097607Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5098443Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5099098Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5099750Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5100407Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5101029Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5101638Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5102281Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5102910Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5103658Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5104282Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5104925Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5105575Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5106197Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5106817Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5107446Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5108073Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5108719Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5109339Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5110037Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5110672Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5111291Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5111905Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5112529Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5113193Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5113824Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5114445Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5115126Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5115788Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5116426Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5117048Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5117693Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5118339Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5118980Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5119619Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5120281Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5120925Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5121567Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5122184Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5122825Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5123470Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5124112Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5124755Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5125406Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5126043Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5126725Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5127328Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5127973Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5128593Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5129221Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5129878Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5130521Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5131169Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5131810Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5132554Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5133199Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5133823Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5134466Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5135090Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5135732Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5136383Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5137099Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5137714Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5138503Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5139172Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5139817Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5140437Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5141079Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5141726Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5142357Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5142987Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5143630Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5144320Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5144974Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5145608Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5146271Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5146949Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5147579Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5148210Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5148847Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5149556Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5150197Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5150829Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5151490Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5152127Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5152760Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5153366Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5153999Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5154631Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5155261Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5155893Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5156533Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5157163Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5157792Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5158396Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5159025Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5159664Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5160414Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5161090Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5161730Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5162365Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5162993Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5163628Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5164269Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5164891Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5165522Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5166214Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5166857Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5167499Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5168131Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5168750Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5169403Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5170038Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5170695Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5171329Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5171982Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5172638Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5173269Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5173897Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5174538Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5175169Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5175822Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5176550Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5177222Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5177906Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5178634Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5179258Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5179889Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5180554Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5181205Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5181824Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5182477Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5183181Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5183796Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5184417Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5185040Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5185678Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5186308Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5186930Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5187586Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5188223Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5188852Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5189456Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5190185Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5190827Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5191458Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5192095Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5192730Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5193363Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5194005Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5194664Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5195315Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5195953Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5196596Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5197240Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5197931Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5198585Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5199209Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5199854Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5200535Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5201167Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5201809Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5202449Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5203101Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5203758Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5204377Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5204983Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5205621Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5206242Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5206886Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5207508Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5208150Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5208800Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5209415Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5210032Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5210657Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5211307Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5211950Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5212571Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5213223Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5213852Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5214504Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5215126Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5215751Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5216481Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5217161Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5217889Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5218719Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5219354Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5219983Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5220619Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5221260Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5221911Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5222554Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5223187Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5223854Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5224505Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5225146Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5225766Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5226404Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5227051Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5227689Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5228329Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5229029Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5229671Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5230300Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5230907Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5231579Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5232206Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5232842Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5233481Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5234197Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5234844Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5235458Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5236063Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5236703Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5237328Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5237968Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5238590Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5239227Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5239876Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5240490Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5241096Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5241737Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5242363Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5243006Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5243623Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5244262Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5244907Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5245563Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5246192Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5246836Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5247468Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5248262Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5248899Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5249569Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5250213Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5250936Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5251574Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5252209Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5252859Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5253498Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5254134Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5254795Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5255436Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5257404Z self._DATA_ARGUMENTS=['Q', 'K', 'V', 'sm_scale', 'Out', 'DO', 'DK', 'DV', 'L', 'D', 'stride_qz', 'stride_qh', 'stride_qm', 'stride_kz', 'stride_kh', 'stride_kn', 'stride_vz', 'stride_vh', 'stride_vk', 'stride_oz', 'stride_oh', 'stride_om', 'stride_dkz', 'stride_dkh', 'stride_dkn', 'stride_dvz', 'stride_dvh', 'stride_dvk', 'seqlen_q', 'seqlen_k', 'head_dim', 'dropout_p', 'philox_seed', 'philox_offset_base'] 2024-04-03T17:05:16.5258041Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5258760Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5259412Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5260039Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5260684Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5261311Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5261955Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5262653Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5263271Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5263895Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5264526Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5265147Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5265823Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5266447Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5267108Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5267777Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5268425Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5269135Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5269770Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5270405Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5271038Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5271661Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5272322Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5272958Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5273603Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5274222Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5274861Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5275513Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5276158Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5276796Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5277456Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5278100Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5278737Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5279391Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5280030Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5280678Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5281319Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5281963Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5282638Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5283280Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5283908Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5284539Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5285210Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5285827Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5286539Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5287177Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5287818Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5288466Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5289087Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5289697Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5290343Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5290966Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5291611Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5292236Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5292875Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5293527Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5294138Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5294754Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5295384Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5296001Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5296744Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5297370Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5298017Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5298766Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5299445Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5300077Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5300723Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5301360Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5302083Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5302721Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5303384Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5304029Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5304747Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5305388Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5306027Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5306676Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5307312Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5307950Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5308619Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5309262Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5309900Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5310515Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5311143Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5311782Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5312411Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5313047Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5313727Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5314365Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5314996Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5315602Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5316278Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5316901Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5317644Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5318280Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5318985Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5319621Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5320249Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5320857Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5321503Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5322122Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5322749Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5323382Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5324117Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5324773Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5325409Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5326031Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5326688Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5327324Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5327981Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5328616Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5329272Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5329930Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5330595Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5331225Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5331864Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5332497Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5333181Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5333817Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5334481Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5335121Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5335804Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5336595Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5337230Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5337853Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5338661Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5339292Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5339949Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5340584Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5341203Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5341824Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5342550Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5343190Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5343819Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5344441Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5345098Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5345730Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5346363Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5346968Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5347648Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5348275Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5348906Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5349540Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5350179Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5350849Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5351498Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5352114Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5352797Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5353466Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5354109Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5354761Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5355412Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5356159Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5356789Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5357408Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5358054Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5358683Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5359324Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5359972Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5360619Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5361273Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5361888Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5362496Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5363141Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5363865Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5364552Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5365177Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5365822Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5366477Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5367092Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5367745Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5368377Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5368997Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5369682Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5370347Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5370998Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5371633Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5372245Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5372863Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5373496Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5374134Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5374848Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5375471Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5376125Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5376824Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5377478Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5378097Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5378842Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5379498Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5380142Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5380778Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5381448Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5382254Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5382901Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5383521Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5384164Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5384845Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5385486Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5386134Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5386784Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5387522Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5388155Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5388765Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5389410Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5390026Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5390651Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5391289Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5391934Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5392577Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5393192Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5393886Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5394531Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5395148Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5395789Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5396410Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5397050Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5397693Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5398305Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5398945Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5399591Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5400208Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5400848Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5401601Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5402240Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5402888Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5403524Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5404214Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5404853Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5405488Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5406143Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5406776Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5407441Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5408083Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5408710Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5409340Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5409983Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5410625Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5411264Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5411895Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5412644Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5413283Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5413913Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5414526Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5415157Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5415832Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5416523Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5417168Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5417810Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5418595Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5419333Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5419940Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5420573Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5421248Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5421913Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5422547Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5423188Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5423818Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5424450Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5425054Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5425700Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5426319Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5426945Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5427581Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5428225Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5428876Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5429505Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5430121Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5430771Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5431406Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5432149Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5432832Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5433482Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5434138Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5434771Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5435404Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5436079Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5436716Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5437371Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5438029Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5438717Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5439457Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5440077Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5440701Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:05:16.5441335Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5441953Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:05:16.5442601Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5443227Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:05:16.5443879Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5444515Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:05:16.5445131Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5445749Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:05:16.5446375Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5447008Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:05:16.5447633Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5448255Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:05:16.5448906Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5449536Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:05:16.5450200Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5450889Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:05:16.5451524Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5452155Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:05:16.5452812Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5453443Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:05:16.5454084Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5454712Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:05:16.5455407Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5456024Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:05:16.5456760Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5457400Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:05:16.5458039Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5458891Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:05:16.5459551Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5460197Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:05:16.5460838Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5461461Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:05:16.5462115Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5462750Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:05:16.5463393Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5464043Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:05:16.5464694Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5465349Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:05:16.5465478Z tensor_arg='Q' 4 2024-04-03T17:05:16.5465604Z tensor_arg='K' 4 2024-04-03T17:05:16.5465740Z tensor_arg='V' 4 2024-04-03T17:05:16.5465869Z tensor_arg='Out' 4 2024-04-03T17:05:16.5466047Z tensor_arg='dO' 4 2024-04-03T17:05:16.5466185Z tensor_arg='dQ' 4 2024-04-03T17:05:16.5466308Z tensor_arg='L' 2 2024-04-03T17:05:16.5466431Z tensor_arg='D' 2 2024-04-03T17:05:16.5466567Z tensor_arg='Q' 4 2024-04-03T17:05:16.5466689Z tensor_arg='K' 4 2024-04-03T17:05:16.5466812Z tensor_arg='V' 4 2024-04-03T17:05:16.5466960Z tensor_arg='dO' 4 2024-04-03T17:05:16.5467087Z tensor_arg='dQ' 4 2024-04-03T17:05:16.5468767Z self._DATA_ARGUMENTS=['Q', 'K', 'V', 'sm_scale', 'Out', 'dO', 'dQ', 'L', 'D', 'stride_qz', 'stride_qh', 'stride_qm', 'stride_kz', 'stride_kh', 'stride_kn', 'stride_vz', 'stride_vh', 'stride_vk', 'stride_oz', 'stride_oh', 'stride_om', 'stride_dqz', 'stride_dqh', 'stride_dqm', 'seqlen_q', 'seqlen_k', 'head_dim', 'dropout_p', 'philox_seed', 'philox_offset_base'] 2024-04-03T17:05:16.5469075Z Skip rpath=PosixPath('template/autotune_table_entry.cc') 2024-04-03T17:05:16.5469266Z Skip rpath=PosixPath('template/shim.cc') 2024-04-03T17:05:16.5472923Z [6/6] cd /var/lib/jenkins/workspace/build/aotriton/build/v2src && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make -j 6 -f Makefile.shim HIPCC=hipcc AR=/usr/bin/ar EXTRA_COMPILER_OPTIONS=-I/opt/rocm/include/\ \ -O3\ -DNDEBUG 2024-04-03T17:05:16.5475591Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.attn_fwd.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.attn_fwd.o -c -fPIC -std=c++20 2024-04-03T17:05:16.5478817Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI200.o -c 2024-04-03T17:05:16.5481934Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI200.o -c 2024-04-03T17:05:16.5485068Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI200.o -c 2024-04-03T17:05:16.5488229Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI200.o -c 2024-04-03T17:05:16.5491485Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI200.o -c 2024-04-03T17:05:16.5491990Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5492312Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5492751Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5493136Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5493602Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5493807Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5501347Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5501621Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5502106Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5502429Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5503050Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5503431Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5503874Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5504093Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5504535Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5504706Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5505136Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5505456Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5505904Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5506276Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5506720Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5506935Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5507372Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5507529Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5507976Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5508293Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5508744Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5509116Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5509551Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5509769Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5510206Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5510362Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5510802Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5511116Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5511550Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5511930Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5512369Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5512629Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5513065Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5513221Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5513666Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5513980Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5514410Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5514788Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5515260Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5515651Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5516091Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5516252Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5519458Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI200.o -c 2024-04-03T17:05:16.5522656Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI200.o -c 2024-04-03T17:05:16.5525844Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI200.o -c 2024-04-03T17:05:16.5528968Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI200.o -c 2024-04-03T17:05:16.5532108Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI200.o -c 2024-04-03T17:05:16.5535237Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI200.o -c 2024-04-03T17:05:16.5535703Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5536022Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5536655Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5537032Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5537470Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5537687Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5538123Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5538401Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5538915Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5539236Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5539690Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5540059Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5540498Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5540782Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5541365Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5541554Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5542004Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5542320Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5542771Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5543201Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5543571Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5543899Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5544330Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5544540Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5544986Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5545412Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5545569Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5545951Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5546379Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5546592Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5547026Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5547181Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5547623Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5547942Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5548376Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5548755Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5549189Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5549390Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5549834Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5549988Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5550426Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5550794Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5551228Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5551613Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5552048Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5552248Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5552697Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5552853Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5556182Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI200.o -c 2024-04-03T17:05:16.5559343Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI200.o -c 2024-04-03T17:05:16.5562521Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI200.o -c 2024-04-03T17:05:16.5565666Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI200.o -c 2024-04-03T17:05:16.5566125Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5566448Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5566885Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5567270Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5567707Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5567920Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5568355Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5568511Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5571677Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI200.o -c 2024-04-03T17:05:16.5572147Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5572478Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5572911Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5573281Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5573727Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5574022Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5574462Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5574676Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5577859Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI200.o -c 2024-04-03T17:05:16.5578483Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5578841Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5579272Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5579655Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5580095Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5580312Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5580747Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5580905Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5581351Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5581667Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5582107Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5582488Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5582922Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5583123Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5583575Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5583730Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5584169Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5584483Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5584917Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5585297Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5585734Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5585932Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5586376Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5586530Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5586969Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5587284Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5587715Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5588139Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5588571Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5588769Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5589221Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5589375Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5592540Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI200.o -c 2024-04-03T17:05:16.5595811Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI200.o -c 2024-04-03T17:05:16.5598984Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI200.o -c 2024-04-03T17:05:16.5602109Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI200.o -c 2024-04-03T17:05:16.5602566Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5602884Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5603316Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5603698Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5604135Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5604348Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5604785Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5604942Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5605384Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5605706Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5606139Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5606523Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5606958Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5607159Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5607605Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5607760Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5610949Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI200.o -c 2024-04-03T17:05:16.5611386Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5611703Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5612235Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5612641Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5613094Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5613300Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5613736Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5613907Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5617149Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI200.o -c 2024-04-03T17:05:16.5617634Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5617954Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5618497Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5618884Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5619318Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5619522Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5619974Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5620131Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5620577Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5620894Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5621331Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5621712Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5622148Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5622350Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5622796Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5622954Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5623386Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5623713Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5624142Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5624519Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5624953Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5625238Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5625685Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5625894Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5629053Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI200.o -c 2024-04-03T17:05:16.5632234Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI200.o -c 2024-04-03T17:05:16.5632781Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5633101Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5633620Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5634007Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5634445Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5634646Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5635096Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5635251Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5638412Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI200.o -c 2024-04-03T17:05:16.5638850Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5639165Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5639614Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5639978Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5640411Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5640624Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5641060Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5641226Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5644434Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI200.o -c 2024-04-03T17:05:16.5647607Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI200.o -c 2024-04-03T17:05:16.5648081Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5648401Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5648856Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5649226Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5649679Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5649880Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5650347Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5650516Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5653774Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI200.o -c 2024-04-03T17:05:16.5654257Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5654575Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5655015Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5655401Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5655839Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5656041Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5656574Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5656733Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5657165Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5657499Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5657934Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5658423Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5658858Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5659060Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5659508Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5659665Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5662862Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI200.o -c 2024-04-03T17:05:16.5663367Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5663680Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5664128Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5664493Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5664931Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5665205Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5665641Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5665811Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5669001Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI200.o -c 2024-04-03T17:05:16.5669529Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5669864Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5670301Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5670686Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5671123Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5671415Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5671868Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5672024Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5675208Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI200.o -c 2024-04-03T17:05:16.5675647Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5675964Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5676418Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5676789Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5677226Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5677442Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5677879Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5678047Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5681175Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI200.o -c 2024-04-03T17:05:16.5681610Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5681940Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5682445Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5682823Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5683260Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5683461Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5683974Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5684130Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5687283Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI200.o -c 2024-04-03T17:05:16.5690558Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI200.o -c 2024-04-03T17:05:16.5691016Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5691333Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5691831Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5692214Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5692649Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5692849Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5693299Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5693455Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5693883Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5694211Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5694642Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5695024Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5695460Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5695658Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5696109Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5696264Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5699720Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI200.o -c 2024-04-03T17:05:16.5700182Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5700504Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5700956Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5701401Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5701834Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5702051Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5702485Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5702658Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5705883Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI200.o -c 2024-04-03T17:05:16.5706317Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5706647Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5707136Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5707519Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5707957Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5708158Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5708716Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5708875Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5712135Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI200.o -c 2024-04-03T17:05:16.5712591Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5712905Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5713352Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5713718Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5714153Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5714373Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5714808Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5714979Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5718125Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI200.o -c 2024-04-03T17:05:16.5718562Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5718895Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5719333Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5719715Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5720147Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5720346Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5720862Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5721021Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5724178Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI200.o -c 2024-04-03T17:05:16.5727458Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI200.o -c 2024-04-03T17:05:16.5727900Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5728234Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5728675Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5729057Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5729522Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5729753Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5730203Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5730359Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5730786Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5731118Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5731552Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5731929Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5732365Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5732564Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5733016Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5733177Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5736289Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI200.o -c 2024-04-03T17:05:16.5736832Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5737155Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5737606Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5737975Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5738529Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5738747Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5739184Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5739339Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5742538Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI200.o -c 2024-04-03T17:05:16.5745728Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI200.o -c 2024-04-03T17:05:16.5746178Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5746535Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5747082Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5747453Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5747894Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5748111Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5748627Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5748798Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5749224Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5749539Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5749984Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5750353Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5750789Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5751010Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5751447Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5751603Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5752047Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5752367Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5752812Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5753178Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5753615Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5753826Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5754257Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5754413Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5757551Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI200.o -c 2024-04-03T17:05:16.5760761Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI200.o -c 2024-04-03T17:05:16.5761243Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5761556Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5762007Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5762379Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5762816Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5763032Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5763468Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5763653Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5764103Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5764419Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5764868Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5765232Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5765698Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5765949Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5766479Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5766635Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5769779Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI200.o -c 2024-04-03T17:05:16.5772929Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI200.o -c 2024-04-03T17:05:16.5776043Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI200.o -c 2024-04-03T17:05:16.5779368Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI200.o -c 2024-04-03T17:05:16.5779811Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5780128Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5780586Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5780954Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5781392Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5781658Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5782096Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5782265Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5782703Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5783020Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5783470Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5783837Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5784311Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5784618Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5785058Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5785220Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5785658Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5786012Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5786494Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5786863Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5787296Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5787508Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5787944Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5788098Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5788539Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5788852Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5789297Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5789665Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5790099Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5790310Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5790745Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5790900Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5794041Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI200.o -c 2024-04-03T17:05:16.5797205Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI200.o -c 2024-04-03T17:05:16.5797658Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5797974Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5798422Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5798822Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5799260Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5799470Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5799910Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5800066Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5800508Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5800822Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5801298Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5801665Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5802101Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5802316Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5802750Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5802905Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5806211Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI200.o -c 2024-04-03T17:05:16.5809351Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI200.o -c 2024-04-03T17:05:16.5809805Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5810124Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5810576Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5810945Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5811388Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5811602Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5812035Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5812193Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5815340Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI200.o -c 2024-04-03T17:05:16.5818697Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI200.o -c 2024-04-03T17:05:16.5819211Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5819528Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5819981Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5820350Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5820788Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5821005Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5821441Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5821633Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5822080Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5822395Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5822942Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5823310Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5823780Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5824078Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5824513Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5824668Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5825107Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5825425Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5825860Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5826244Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5826684Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5826900Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5827337Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5827493Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5830616Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI200.o -c 2024-04-03T17:05:16.5833748Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI200.o -c 2024-04-03T17:05:16.5836888Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI200.o -c 2024-04-03T17:05:16.5837323Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5837652Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5838121Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5838488Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5838944Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5839143Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5839593Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5839749Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5843022Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI200.o -c 2024-04-03T17:05:16.5843481Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5843825Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5844306Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5844675Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5845111Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5845326Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5845766Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5845923Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5846367Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5846684Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5847132Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5847502Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5847940Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5848153Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5848586Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5848742Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5851885Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI200.o -c 2024-04-03T17:05:16.5855020Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI200.o -c 2024-04-03T17:05:16.5855475Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5855791Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5856237Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5856726Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5857170Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5857388Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5857828Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5857985Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5858531Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5858848Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5859332Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5859713Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5860146Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5860364Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5860799Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5860960Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5861480Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5861797Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5862229Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5862701Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5863142Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5863358Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5863795Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5863954Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5867120Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI200.o -c 2024-04-03T17:05:16.5870270Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI200.o -c 2024-04-03T17:05:16.5873394Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI200.o -c 2024-04-03T17:05:16.5876534Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI200.o -c 2024-04-03T17:05:16.5877037Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5877355Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5877804Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5878173Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5878606Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5878820Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5879255Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5879439Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5879889Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5880208Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5880664Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5881126Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5881607Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5881854Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5882287Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5882443Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5885594Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI200.o -c 2024-04-03T17:05:16.5886033Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5886364Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5886806Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5887176Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5887624Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5887827Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5888281Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5888437Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5891612Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI200.o -c 2024-04-03T17:05:16.5892065Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5892380Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5892827Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5893196Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5893632Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5893850Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5894315Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5894474Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5894914Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5895231Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5895664Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5896042Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5896554Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5896806Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5897248Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5897405Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5897853Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5898171Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5898736Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5899316Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5899759Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5899959Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5900407Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5900566Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5903732Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI200.o -c 2024-04-03T17:05:16.5906884Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI200.o -c 2024-04-03T17:05:16.5910052Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI200.o -c 2024-04-03T17:05:16.5913225Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI200.o -c 2024-04-03T17:05:16.5913681Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5913997Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5914447Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5914857Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5915293Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5915506Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5915941Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5916097Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5916538Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5916851Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5917330Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5917646Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5918080Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5918462Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5918979Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5919217Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5919697Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5920123Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5920488Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5920939Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5921096Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5921311Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5921743Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5921899Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5925053Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI200.o -c 2024-04-03T17:05:16.5928183Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI200.o -c 2024-04-03T17:05:16.5928635Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5928950Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5929390Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5929768Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5930203Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5930414Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5930850Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5931006Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5931557Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5931913Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5932347Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5932728Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5933169Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5933385Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5933821Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5933979Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5934460Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5934775Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5935210Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5935590Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5936024Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5936222Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5936990Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5937153Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5940401Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI200.o -c 2024-04-03T17:05:16.5943555Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI200.o -c 2024-04-03T17:05:16.5946707Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI200.o -c 2024-04-03T17:05:16.5949855Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI200.o -c 2024-04-03T17:05:16.5950309Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5950626Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5951146Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5951518Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5951954Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5952167Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5952655Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5952810Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5953249Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5953570Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5954003Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5954382Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5954816Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5955074Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5955513Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5955668Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5956110Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5956426Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5956858Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5957311Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5957745Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5957957Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5958391Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5958549Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5959088Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5959407Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5959845Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5960228Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5960667Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5960870Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5961317Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5961474Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5964637Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI200.o -c 2024-04-03T17:05:16.5967805Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI200.o -c 2024-04-03T17:05:16.5968257Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5968578Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5969015Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5969395Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5969861Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5970155Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5970603Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5970764Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5971210Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5971525Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5971960Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5972380Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5972816Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5973017Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5973464Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5973619Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5976869Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI200.o -c 2024-04-03T17:05:16.5980213Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI200.o -c 2024-04-03T17:05:16.5983344Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI200.o -c 2024-04-03T17:05:16.5986472Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI200.o -c 2024-04-03T17:05:16.5986928Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5987246Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5987691Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5988077Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5988516Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5988731Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5989232Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5989389Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5989831Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5990199Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5990637Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5991015Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5991453Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5991668Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5992103Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5992260Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5992738Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5993057Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5993489Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5993871Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5994304Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5994503Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5995031Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5995283Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.5995733Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5996052Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.5996489Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5996871Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.5997306Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.5997512Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.5997962Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.5998119Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6001276Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI200.o -c 2024-04-03T17:05:16.6004410Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI200.o -c 2024-04-03T17:05:16.6004864Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6005182Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6005617Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6005996Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6006435Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6006637Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6007083Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6007272Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6007710Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6008099Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6008546Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6008929Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6009362Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6009563Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6010042Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6010199Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6013378Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI200.o -c 2024-04-03T17:05:16.6016756Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI200.o -c 2024-04-03T17:05:16.6019976Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI200.o -c 2024-04-03T17:05:16.6023102Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI200.o -c 2024-04-03T17:05:16.6023558Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6023876Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6024318Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6024703Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6025141Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6025365Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6025800Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6025956Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6026399Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6026718Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6027151Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6027534Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6028024Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6028224Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6028669Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6028828Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6029269Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6029597Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6030087Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6030508Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6030942Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6031140Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6031589Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6031744Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6032185Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6032586Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6033024Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6033403Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6033838Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6034042Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6034492Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6035283Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6038823Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI200.o -c 2024-04-03T17:05:16.6044963Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI200.o -c 2024-04-03T17:05:16.6048398Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6049274Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6050148Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6051061Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6051983Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6052733Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6053528Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6054229Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6055227Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6056088Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6057053Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6058525Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6059457Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6060204Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6061010Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6061710Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6065292Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI200.o -c 2024-04-03T17:05:16.6071586Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI200.o -c 2024-04-03T17:05:16.6078128Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI200.o -c 2024-04-03T17:05:16.6084262Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI200.o -c 2024-04-03T17:05:16.6087786Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6088646Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6089596Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6090506Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6091425Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6092600Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6093518Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6094343Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6095103Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6095966Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6096906Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6097839Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6098870Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6099618Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6100424Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6101202Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6101946Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6102805Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6103680Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6104585Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6105504Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6106250Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6107283Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6107975Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6108730Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6109824Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6110678Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6111594Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6112592Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6113326Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6114147Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6114849Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6118293Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI200.o -c 2024-04-03T17:05:16.6124599Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI200.o -c 2024-04-03T17:05:16.6128319Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6129188Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6130063Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6130984Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6131893Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6132641Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6133449Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6134139Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6137652Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI200.o -c 2024-04-03T17:05:16.6141310Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6142247Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6143472Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6144634Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6145575Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6146329Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6147130Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6147838Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6151360Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI200.o -c 2024-04-03T17:05:16.6154949Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6155943Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6156806Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6157851Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6158784Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6159519Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6160766Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6161476Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6164919Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI200.o -c 2024-04-03T17:05:16.6171032Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI200.o -c 2024-04-03T17:05:16.6174668Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6175552Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6176511Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6177705Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6178743Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6179504Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6180317Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6181016Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6181781Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6182649Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6183512Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6184511Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6185442Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6186187Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6187002Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6187713Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6188463Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6189404Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6190347Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6191272Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6192248Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6193011Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6194003Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6194754Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6198278Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI200.o -c 2024-04-03T17:05:16.6204460Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI200.o -c 2024-04-03T17:05:16.6207909Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6208772Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6209639Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6210563Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6211491Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6212234Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6213047Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6213756Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6217416Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI200.o -c 2024-04-03T17:05:16.6220950Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6221818Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6222700Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6223638Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6224625Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6225383Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6226197Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6226906Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6230448Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI200.o -c 2024-04-03T17:05:16.6236624Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI200.o -c 2024-04-03T17:05:16.6240186Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6241059Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6241926Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6242852Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6243776Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6244534Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6245334Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6246038Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6249532Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI200.o -c 2024-04-03T17:05:16.6252977Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6253831Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6254713Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6255637Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6256624Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6257390Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6258206Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6259113Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6259879Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6260856Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6261734Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6262649Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6263578Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6264330Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6265206Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6265915Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6266679Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6267525Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6268393Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6269311Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6270237Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6271012Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6271824Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6272527Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6276019Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI200.o -c 2024-04-03T17:05:16.6282186Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI200.o -c 2024-04-03T17:05:16.6285708Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6286576Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6287455Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6288371Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6289295Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6290047Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6290847Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6291554Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6292304Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6293167Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6294029Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6294946Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6295868Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6296769Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6297583Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6298390Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6301881Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI200.o -c 2024-04-03T17:05:16.6308211Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI200.o -c 2024-04-03T17:05:16.6314373Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI200.o -c 2024-04-03T17:05:16.6317856Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6318724Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6319640Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6320608Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6321537Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6322295Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6323112Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6323813Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6327394Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI200.o -c 2024-04-03T17:05:16.6330833Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6331702Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6332560Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6333485Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6334416Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6335162Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6335976Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6336773Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6337525Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6338494Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6339377Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6340354Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6341263Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6342014Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6342828Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6343521Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6344275Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6345203Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6346060Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6346986Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6347907Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6348642Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6349554Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6350263Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6353798Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI200.o -c 2024-04-03T17:05:16.6359950Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI200.o -c 2024-04-03T17:05:16.6363492Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6364342Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6365213Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6366141Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6367051Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6367801Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6368619Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6369311Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6370162Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6371017Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6371877Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6372795Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6373721Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6374474Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6375269Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6375981Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6379641Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI200.o -c 2024-04-03T17:05:16.6385861Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI200.o -c 2024-04-03T17:05:16.6392162Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI200.o -c 2024-04-03T17:05:16.6395645Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6396501Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6397374Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6398302Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6399215Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6400005Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6400854Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6401547Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6405111Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI200.o -c 2024-04-03T17:05:16.6408579Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6409443Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6410322Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6411227Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6412254Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6413015Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6413814Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6414534Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6415291Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6416137Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6417131Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6418053Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6419069Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6419825Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6420635Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6421340Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6422088Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6422956Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6423824Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6424770Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6425757Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6426590Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6427390Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6428102Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6431600Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI200.o -c 2024-04-03T17:05:16.6437817Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI200.o -c 2024-04-03T17:05:16.6441262Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6442114Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6442988Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6443920Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6444846Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6445589Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6446409Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6447113Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6447931Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6448793Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6449666Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6450570Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6451495Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6452249Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6453062Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6453843Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6457387Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI200.o -c 2024-04-03T17:05:16.6463625Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI200.o -c 2024-04-03T17:05:16.6469713Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI200.o -c 2024-04-03T17:05:16.6473177Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6474044Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6474903Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6475979Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6476912Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6477648Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6478463Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6479173Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6482658Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI200.o -c 2024-04-03T17:05:16.6486122Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6486987Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6487858Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6488762Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6489682Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6490435Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6491254Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6491946Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6492703Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6493560Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6494419Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6495339Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6496257Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6497075Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6497887Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6498866Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6499637Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6500487Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6501365Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6502292Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6503199Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6503950Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6504759Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6505508Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6508968Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI200.o -c 2024-04-03T17:05:16.6515140Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI200.o -c 2024-04-03T17:05:16.6521382Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI200.o -c 2024-04-03T17:05:16.6527487Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI200.o -c 2024-04-03T17:05:16.6530892Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6531763Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6532629Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6533550Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6534472Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6535203Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6536014Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6536800Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6537567Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6538629Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6539494Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6540305Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6541322Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6542321Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6543244Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6544150Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6545069Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6545993Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6546747Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6547306Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6548208Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6548914Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6549674Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6550386Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6553885Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI200.o -c 2024-04-03T17:05:16.6557303Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6558152Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6559022Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6559941Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6568667Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6569454Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6570266Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6570978Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6574464Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI200.o -c 2024-04-03T17:05:16.6577993Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6578971Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6579853Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6580777Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6581708Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6582449Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6583266Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6583974Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6584867Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6585733Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6586608Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6587517Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6588443Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6589197Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6590011Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6590708Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6594176Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI200.o -c 2024-04-03T17:05:16.6600346Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI200.o -c 2024-04-03T17:05:16.6606506Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI200.o -c 2024-04-03T17:05:16.6610020Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6610995Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6611861Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6612792Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6613717Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6614455Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6615272Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6615981Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6616809Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6617675Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6618748Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6619662Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6620594Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6621354Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6622164Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6622865Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6626344Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI200.o -c 2024-04-03T17:05:16.6629919Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6630786Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6631651Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6632573Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6633503Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6634245Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6635053Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6635818Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6636564Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6637426Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6638305Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6639228Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6640141Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6640890Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6641738Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6642430Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6645910Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI200.o -c 2024-04-03T17:05:16.6652141Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI200.o -c 2024-04-03T17:05:16.6655672Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6656616Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6657487Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6658510Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6659449Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6660185Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6661000Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6661708Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6665148Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI200.o -c 2024-04-03T17:05:16.6668518Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6669386Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6670258Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6671247Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6672156Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6672904Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6673718Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6674405Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6677973Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI200.o -c 2024-04-03T17:05:16.6684186Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI200.o -c 2024-04-03T17:05:16.6687622Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6688493Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6689356Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6690271Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6691271Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6692041Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6692914Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6693622Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6697193Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI200.o -c 2024-04-03T17:05:16.6700858Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6701717Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6702597Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6703524Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6704431Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6705186Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6705996Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6706691Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6707447Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6708302Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6709169Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6710081Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6711003Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6711752Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6712550Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6713253Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6714119Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6714965Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6715912Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6716836Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6717743Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6718500Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6719311Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6720127Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6723645Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI200.o -c 2024-04-03T17:05:16.6729826Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI200.o -c 2024-04-03T17:05:16.6733301Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6734163Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6735064Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6736028Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6737022Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6737784Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6738693Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6739409Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6740170Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6741022Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6741902Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6742818Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6743859Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6744594Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6745403Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6746114Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6749571Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI200.o -c 2024-04-03T17:05:16.6755684Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI200.o -c 2024-04-03T17:05:16.6761967Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI200.o -c 2024-04-03T17:05:16.6765504Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6766433Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6767314Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6768219Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6769141Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6769899Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6770701Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6771483Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6774960Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI200.o -c 2024-04-03T17:05:16.6778665Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6779537Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6779977Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6780348Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6780805Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6781005Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6781442Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6781614Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6782048Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6782366Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6782818Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6783188Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6783636Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6783835Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6784272Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6784440Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6784868Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6785182Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6785742Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6786108Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6786542Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6786818Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6787256Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6787423Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6790576Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI200.o -c 2024-04-03T17:05:16.6793765Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI200.o -c 2024-04-03T17:05:16.6794238Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6794588Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6795036Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6795404Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6795854Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6796057Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6796494Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6796661Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6797096Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6797412Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6797860Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6798230Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6798664Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6798876Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6799362Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6799552Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6802694Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI200.o -c 2024-04-03T17:05:16.6805885Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI200.o -c 2024-04-03T17:05:16.6809103Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI200.o -c 2024-04-03T17:05:16.6812291Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI200.o -c 2024-04-03T17:05:16.6812770Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6813103Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6813540Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6813909Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6814359Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6814635Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6815074Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6815243Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6815670Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6815985Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6816509Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6816883Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6817333Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6817534Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6817969Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6818141Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6818747Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6819071Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6819519Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6819889Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6820343Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6820542Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6820976Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6821146Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6821574Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6821893Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6822340Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6822705Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6823137Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6823350Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6823784Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6823951Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6827097Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI200.o -c 2024-04-03T17:05:16.6830478Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI200.o -c 2024-04-03T17:05:16.6830923Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6831245Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6831697Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6832104Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6832610Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6832810Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6833242Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6833414Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6833843Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6834160Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6834611Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6834980Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6835411Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6835627Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6836066Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6836235Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6839374Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI200.o -c 2024-04-03T17:05:16.6842524Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI200.o -c 2024-04-03T17:05:16.6845682Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI200.o -c 2024-04-03T17:05:16.6848890Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI200.o -c 2024-04-03T17:05:16.6849335Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6849664Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6850127Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6850499Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6850949Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6851152Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6851590Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6851759Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6852216Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6852653Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6853105Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6853472Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6853931Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6854133Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6854571Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6854748Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6855177Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6855490Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6855942Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6856312Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6856824Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6857040Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6857476Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6857649Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6858078Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6858521Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6858969Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6859333Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6859768Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6859984Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6860419Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6860590Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6863725Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI300X.o -c 2024-04-03T17:05:16.6866947Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI300X.o -c 2024-04-03T17:05:16.6867384Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6867739Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6868191Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6868559Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6868998Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6869211Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6869682Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6869887Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6870318Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6870630Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6871077Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6871444Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6871975Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6872191Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6872634Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6872790Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6875971Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI300X.o -c 2024-04-03T17:05:16.6879136Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI300X.o -c 2024-04-03T17:05:16.6882259Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI300X.o -c 2024-04-03T17:05:16.6885425Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI300X.o -c 2024-04-03T17:05:16.6885901Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6886220Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6886672Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6887038Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6887491Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6887691Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6888159Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6888330Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6888763Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6889083Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6889530Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6889964Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6890410Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6890611Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6891044Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6891211Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6891641Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6891956Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6892402Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6892772Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6893204Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6893421Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6893855Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6894291Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6894446Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6894862Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6895313Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6895677Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6896110Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6896328Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6896839Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6897002Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6900277Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI300X.o -c 2024-04-03T17:05:16.6903442Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI300X.o -c 2024-04-03T17:05:16.6903954Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6904268Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6904717Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6905086Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6905565Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6905786Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6906219Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6906389Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6906815Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6907129Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6907649Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6908018Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6908454Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6908668Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6909102Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6909257Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6912417Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI300X.o -c 2024-04-03T17:05:16.6915646Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI300X.o -c 2024-04-03T17:05:16.6918807Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI300X.o -c 2024-04-03T17:05:16.6921989Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI300X.o -c 2024-04-03T17:05:16.6922429Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6922755Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6923246Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6923617Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6924072Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6924275Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6924710Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6924880Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6925309Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6925655Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6926104Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6926470Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6926908Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6927122Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6927586Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6927779Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6928208Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6928520Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6928969Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6929336Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6929771Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6929986Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6930420Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6930574Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6931016Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6931334Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6931781Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6932148Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6932582Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6932800Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6933232Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6933386Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6936642Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI300X.o -c 2024-04-03T17:05:16.6940000Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI300X.o -c 2024-04-03T17:05:16.6940502Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6940820Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6941276Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6941647Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6942084Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6942296Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6942727Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6942916Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6943364Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6943679Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6944132Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6944499Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6944968Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6945216Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6945649Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6945804Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6948961Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI300X.o -c 2024-04-03T17:05:16.6952135Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI300X.o -c 2024-04-03T17:05:16.6955263Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI300X.o -c 2024-04-03T17:05:16.6958416Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI300X.o -c 2024-04-03T17:05:16.6958852Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6959169Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6959712Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6960083Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6960519Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6960771Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6961205Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6961380Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6961816Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6962134Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6962587Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6962957Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6963419Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6963635Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6964073Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6964244Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6964673Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6965041Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6965520Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6965885Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6966315Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6966529Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6966965Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6967123Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6967569Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6967887Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6968337Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6968708Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6969145Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6969361Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6969796Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6969952Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6973104Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI300X.o -c 2024-04-03T17:05:16.6976244Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI300X.o -c 2024-04-03T17:05:16.6976769Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6977092Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6977543Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6977951Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6978492Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6978709Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6979243Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6979403Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6979853Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6980171Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6980665Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6981037Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6981472Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6981689Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6982122Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6982276Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6985504Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI300X.o -c 2024-04-03T17:05:16.6988651Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI300X.o -c 2024-04-03T17:05:16.6991802Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI300X.o -c 2024-04-03T17:05:16.6995063Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI300X.o -c 2024-04-03T17:05:16.6995510Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6995831Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6996285Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6996656Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6997099Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6997319Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.6997755Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6997926Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.6998401Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.6998718Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.6999165Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.6999533Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.6999967Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7000208Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7000644Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7000827Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7001274Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7001646Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7002156Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7002523Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7003096Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7003344Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7003780Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7003936Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7004384Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7004704Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7005151Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7005518Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7005951Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7006163Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7006597Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7006754Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7009911Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7013059Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7013512Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7013827Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7014272Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7014640Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7015077Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7015291Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7015760Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7015916Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7019384Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7022704Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7023162Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7023562Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7024016Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7024386Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7024827Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7025045Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7025480Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7025637Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7028797Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7029234Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7029566Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7030000Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7030371Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7030822Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7031027Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7034214Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7034657Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7034827Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7035265Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7035583Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7036033Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7036445Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7036880Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7037102Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7037531Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7037687Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7038133Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7038521Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7039010Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7039380Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7039818Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7040034Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7040470Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7040656Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7041128Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7041447Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7041882Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7042260Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7042701Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7043000Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7043483Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7043657Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7046949Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7050135Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7050591Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7050912Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7051370Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7051743Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7052183Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7052400Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7052839Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7052996Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7053434Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7053793Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7054227Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7057491Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7057898Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7058513Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7058715Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7059169Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7059325Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7062570Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7065776Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7069031Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7069490Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7069809Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7070259Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7070627Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7071069Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7071286Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7071727Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7071887Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7072336Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7072655Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7073107Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7073474Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7073911Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7074167Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7074602Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7074758Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7075201Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7075521Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7075969Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7076334Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7076769Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7077028Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7077463Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7077619Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7078058Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7078370Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7078829Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7079237Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7079669Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7079881Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7080316Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7080473Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7083708Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7086896Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7087344Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7087660Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7088109Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7088477Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7089012Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7089232Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7089669Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7089824Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7090267Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7090587Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7091024Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7091407Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7091879Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7092094Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7092531Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7092689Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7095901Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7099288Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7102463Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7102900Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7103305Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7103738Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7104104Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7104560Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7104760Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7105206Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7105366Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7108522Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7108971Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7109288Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7109741Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7110108Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7110640Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7110857Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7111299Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7111456Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7111904Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7112267Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7112703Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7113088Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7113530Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7113743Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7114181Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7114337Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7114839Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7115153Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7115587Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7115968Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7116399Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7116667Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7117102Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7117260Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7120424Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7123592Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7124044Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7124434Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7124872Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7125255Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7125691Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7125906Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7126339Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7126497Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7126944Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7127261Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7127699Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7128080Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7128518Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7128732Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7129163Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7129353Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7132499Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7135760Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7139160Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7139651Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7139984Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7140426Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7140794Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7141249Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7141451Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7141886Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7142062Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7145230Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7145743Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7146062Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7146514Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7146882Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7147322Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7147539Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7147977Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7148135Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7151280Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7151767Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7152190Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7152633Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7153006Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7153461Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7153664Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7154141Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7154314Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7154746Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7155078Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7155508Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7155902Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7156381Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7156583Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7157018Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7157190Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7160329Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7160779Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7161102Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7161538Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7161916Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7162350Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7162564Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7163002Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7163158Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7163605Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7163919Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7164355Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7164738Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7165175Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7165376Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7165824Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7165980Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7169152Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7172346Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7175650Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7176122Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7176562Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7177005Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7177375Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7177832Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7178034Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7178570Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7178745Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7181903Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7182357Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7182679Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7183121Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7183505Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7183943Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7184161Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7184596Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7184751Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7185198Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7185513Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7185947Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7186324Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7186762Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7186974Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7187406Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7187613Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7188055Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7188372Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7188804Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7189182Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7189614Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7189814Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7190302Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7190462Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7193671Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7196986Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7197440Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7197762Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7198196Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7198582Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7199021Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7199237Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7199671Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7199830Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7200276Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7200592Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7201029Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7201413Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7201849Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7202048Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7202498Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7202653Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7205819Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7208995Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7212170Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7215350Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7215832Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7216151Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7216688Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7217064Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7217590Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7217809Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7218249Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7218504Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7218954Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7219276Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7219711Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7220095Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7220531Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7220752Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7221189Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7221347Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7221796Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7222113Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7222549Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7222932Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7223367Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7223567Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7224011Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7224173Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7224617Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7224933Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7225420Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7225798Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7226233Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7226435Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7226883Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7227040Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7230244Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7233449Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7233942Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7234261Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7234695Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7235080Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7235520Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7235722Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7236172Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7236333Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7236778Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7237097Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7237533Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7237915Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7238349Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7238644Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7239096Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7239251Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7242431Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7245607Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7248801Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7251983Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7252438Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7252756Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7253246Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7253628Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7254063Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7254277Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7254714Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7254872Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7255311Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7255629Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7256061Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7256522Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7256964Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7257182Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7257618Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7257776Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7258222Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7258639Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7259074Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7259460Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7259895Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7260104Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7260652Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7260811Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7263993Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7264507Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7264821Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7265271Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7265643Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7266091Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7266292Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7266728Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7266939Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7270130Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7270642Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7270962Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7271401Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7271783Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7272221Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7272421Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7272870Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7273029Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7273469Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7273782Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7274220Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7274597Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7275031Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7275229Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7275675Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7275831Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7278988Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7282158Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7285420Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7285895Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7286228Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7286665Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7287035Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7287512Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7287716Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7288150Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7288324Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7291539Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7292021Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7292338Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7292772Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7293154Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7293591Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7293792Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7294237Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7294396Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7294837Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7295154Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7295588Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7295973Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7296406Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7296688Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7297141Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7297297Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7297742Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7298060Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7298598Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7298981Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7299414Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7299616Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7300065Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7300225Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7303537Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7306750Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7307205Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7307522Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7307959Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7308407Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7308847Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7309051Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7309503Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7309663Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7310093Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7310419Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7310853Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7311229Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7311661Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7311865Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7312310Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7312464Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7315635Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7318805Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7321953Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7325152Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7325604Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7325921Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7326385Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7326769Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7327298Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7327519Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7327959Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7328117Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7328618Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7328936Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7329372Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7329751Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7330189Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7330390Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7330837Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7330994Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7331435Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7331751Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7332187Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7332567Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7332999Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7333197Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7333647Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7333804Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7334232Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7334559Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7334993Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7335373Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7335807Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7336007Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7336531Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7336691Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7340055Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7343314Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7343803Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7344125Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7344562Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7344943Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7345378Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7345578Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7346095Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7346253Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7346687Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7347119Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7347559Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7347943Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7348377Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7348582Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7349031Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7349187Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7352316Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7355464Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7358613Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7361806Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7362295Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7362614Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7363050Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7363432Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7363868Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7364096Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7364542Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7364699Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7365143Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7365457Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7365917Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7366332Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7366765Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7366969Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7367415Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7367573Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7368013Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7368426Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7368866Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7369249Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7369688Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7369892Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7370341Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7370497Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7370928Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7371261Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7371694Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7372074Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7372514Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7372713Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7373165Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7373321Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7376530Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7379871Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7380384Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7380716Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7381152Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7381573Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7382014Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7382214Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7382668Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7382841Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7383320Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7383727Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7384165Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7384545Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7384978Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7385181Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7385627Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7385782Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7388931Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7392244Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7395372Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7398510Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7398960Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7399316Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7399751Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7400132Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7400570Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7400770Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7401221Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7401379Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7401851Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7402171Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7402606Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7402987Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7403421Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7403649Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7404230Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7404390Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7404823Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7405154Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7405592Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7405978Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7406410Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7406615Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7407066Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7407224Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7407658Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7407985Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7408416Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7408793Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7409227Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7409434Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7409883Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7410042Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7413297Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7416542Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7417026Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7417361Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7417807Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7418190Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7418727Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7418928Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7419417Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7419577Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7420010Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7420341Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7420774Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7421138Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7421658Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7421859Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7422305Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7422461Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7425688Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7428854Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7429293Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7429625Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7430062Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7430443Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7430883Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7431082Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7431529Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7431686Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7432111Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7432438Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7432871Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7433240Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7433790Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7434042Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7434492Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7434648Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7437807Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7441045Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7444205Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7447462Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7447916Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7448238Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7448674Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7449053Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7449487Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7449691Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7450139Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7450294Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7450731Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7451060Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7451494Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7451881Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7452313Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7452516Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7452959Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7453116Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7453541Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7453867Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7454429Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7454814Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7455246Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7455452Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7455900Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7456057Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7456565Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7456938Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7457373Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7457740Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7458193Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7458492Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7458942Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7459174Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7462340Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7465504Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7465945Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7466277Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7466714Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7467098Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7467539Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7467742Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7468189Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7468346Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7471558Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7472007Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7472325Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7472771Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7473136Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7473631Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7473843Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7474280Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7474438Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7477732Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7478173Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7478507Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7478947Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7479311Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7479821Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7480022Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7480474Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7480631Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7481065Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7481395Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7481831Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7482200Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7482646Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7482846Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7483299Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7483454Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7486618Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7489809Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7490331Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7490666Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7491105Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7491476Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7491929Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7492172Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7492625Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7492782Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7493216Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7493546Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7493976Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7494341Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7494818Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7495019Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7495468Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7495625Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7499105Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7502319Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7505618Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7506075Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7506393Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7506846Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7507217Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7507650Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7507868Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7508303Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7508459Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7508905Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7509221Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7509664Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7510029Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7510465Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7510682Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7511118Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7511326Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7514505Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7514939Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7515306Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7515743Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7516110Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7516559Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7516760Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7517236Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7517420Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7517856Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7518188Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7518623Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7518993Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7519437Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7519638Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7520072Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7520242Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7523520Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7526713Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7527150Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7527487Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7527926Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7528295Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7528748Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7528950Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7529399Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7529554Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7532760Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7533210Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7533527Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7534002Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7534371Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7534807Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7535023Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7535458Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7535614Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7539155Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7542456Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7545630Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7546073Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7546408Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7546883Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7547390Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7547832Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7548035Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7548488Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7548648Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7549077Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7549404Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7549839Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7550206Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7550658Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7550911Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7551357Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7551511Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7551941Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7552267Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7552697Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7553064Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7553541Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7553743Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7554188Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7554346Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7554775Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7555102Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7555609Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7555976Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7556421Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7556621Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7557057Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7557225Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7560382Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7560860Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7561177Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7561610Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7561991Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7562424Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7562641Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7563077Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7563351Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7566529Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7569659Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7572876Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7573316Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7573685Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7574124Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7574491Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7574944Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7575144Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7575624Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7575805Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7576232Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7576642Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7577081Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7577451Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7577900Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7578105Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7578739Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7578899Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7582072Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7582527Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7582846Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7583298Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7583671Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7584108Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7584330Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7584768Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7585025Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7588239Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7588728Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7589060Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7589493Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7589862Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7590310Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7590512Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7590952Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7591156Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7591588Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7591917Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7592356Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7592722Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7593203Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7593443Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7593876Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7594044Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7597170Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7600319Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7600754Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7601087Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7601528Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7601896Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7602350Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7602551Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7602989Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7603161Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7606385Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7609544Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7610025Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7610360Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7610799Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7611167Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7611651Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7611854Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7612301Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7612459Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7615628Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7619017Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7619464Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7619797Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7620239Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7620608Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7621063Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7621265Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7621717Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7621873Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7622303Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7622635Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7623073Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7623442Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7623891Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7624092Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7624536Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7624690Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7625119Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7625444Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7625877Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7626295Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7626738Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7626937Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7627377Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7627647Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7628082Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7628413Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7628889Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7629260Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7629711Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7629914Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7630349Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7630519Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7633786Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7636982Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7640107Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7640557Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7640878Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7641327Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7641700Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7642138Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7642361Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7642797Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7642954Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7646113Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7646577Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7646905Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7647341Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7647711Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7648251Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7648453Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7648885Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7649250Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7649685Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7650138Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7650295Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7650663Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7651138Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7651375Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7651809Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7651975Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7655121Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7658464Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7658908Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7659243Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7659682Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7660054Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7660511Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7660715Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7661150Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7661323Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7661753Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7662079Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7662513Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7662880Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7663324Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7663524Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7664003Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7664172Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7664596Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7664927Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7665360Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7665724Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7666166Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7666400Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7666835Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7667006Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7670190Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7673525Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7676677Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7677134Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7677453Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7677891Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7678277Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7678714Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7678934Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7679369Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7679527Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7679974Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7680294Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7680731Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7681113Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7681552Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7681764Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7682198Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7682390Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7682833Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7683146Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7683584Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7683964Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7684486Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7684687Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7685165Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7685327Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7688552Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7691780Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7694941Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7695385Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7695719Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7696158Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7696603Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7697064Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7697269Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7697707Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7697882Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7698409Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7698740Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7699181Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7699551Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7700001Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7700204Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7700642Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7700814Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7701246Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7701612Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7702057Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7708778Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7709339Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7709546Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7709994Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7710166Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7713479Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7716865Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7717345Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7717681Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7718122Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7718499Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7718954Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7719158Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7719604Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7719775Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7722932Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7723380Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7723697Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7724133Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7724518Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7724957Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7725169Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7725601Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7725758Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7728998Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7729472Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7729806Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7730242Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7730611Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7731061Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7731291Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7731728Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7731896Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7732325Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7732654Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7733113Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7733506Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7733951Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7734151Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7734584Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7734755Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7737997Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7741401Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7741843Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7742175Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7742614Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7742981Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7743431Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7743636Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7744069Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7744238Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7747383Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7747881Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7748195Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7748631Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7749015Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7749521Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7749734Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7750208Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7750367Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7753583Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7756878Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7757333Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7757651Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7758103Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7758480Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7758919Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7759144Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7759581Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7759738Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7760184Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7760499Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7760932Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7761310Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7761743Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7761943Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7762385Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7762543Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7762980Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7763293Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7763723Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7764106Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7764538Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7764772Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7765221Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7765376Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7768568Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7771819Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7772276Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7772660Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7773099Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7773483Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7773919Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7774120Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7774571Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7774728Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7777999Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7778628Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7778950Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7779404Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7779874Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7780334Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7780541Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7780979Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7781152Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7781589Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7781909Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7782356Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7782726Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7783177Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7783380Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7783811Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7784040Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7787220Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7787677Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7788031Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7788471Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7788855Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7789294Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7789493Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7789938Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7790167Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7793367Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7796503Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI300X.o -c 2024-04-03T17:05:16.7799688Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI300X.o -c 2024-04-03T17:05:16.7800124Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7800452Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7800889Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7801256Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7801707Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7801910Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7802346Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7802516Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7802947Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7803265Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7803716Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7804083Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7804561Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7804760Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7805195Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7805365Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7805795Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7806112Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7806554Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7806949Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7807386Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7807599Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7808037Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7808205Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7811384Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI300X.o -c 2024-04-03T17:05:16.7814594Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI300X.o -c 2024-04-03T17:05:16.7815033Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7815351Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7815799Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7816167Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7816699Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7816906Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7817344Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7817516Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7820775Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI300X.o -c 2024-04-03T17:05:16.7821227Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7821542Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7821982Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7822364Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7822798Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7823050Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7823498Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7823654Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7826839Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI300X.o -c 2024-04-03T17:05:16.7827323Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7827641Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7828095Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7828465Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7828913Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7829183Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7829620Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7829789Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7830218Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7830533Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7830983Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7831348Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7831783Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7831996Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7832432Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7832605Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7835779Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI300X.o -c 2024-04-03T17:05:16.7838955Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI300X.o -c 2024-04-03T17:05:16.7839392Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7839707Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7840156Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7840522Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7840971Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7841173Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7841606Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7841806Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7842234Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7842551Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7842998Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7843364Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7843794Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7844006Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7844480Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7844651Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7847370Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_preprocess.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_preprocess.o -c -fPIC -std=c++20 2024-04-03T17:05:16.7850498Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI200.o -c 2024-04-03T17:05:16.7850931Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7851248Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7851701Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7852068Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7852505Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7852722Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7853157Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7853325Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7853754Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7854071Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7854517Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7854885Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7855324Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7855537Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7855975Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7856143Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7859411Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI200.o -c 2024-04-03T17:05:16.7862481Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI200.o -c 2024-04-03T17:05:16.7862998Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7863315Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7863763Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7864132Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7864605Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7864822Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7865259Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7865433Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7868508Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI200.o -c 2024-04-03T17:05:16.7871600Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI200.o -c 2024-04-03T17:05:16.7872039Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7872356Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7872810Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7873179Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7873616Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7873831Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7874267Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7874437Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7877482Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI200.o -c 2024-04-03T17:05:16.7877920Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7878249Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7878685Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7879063Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7879501Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7879702Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7880150Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7880337Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7883424Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI200.o -c 2024-04-03T17:05:16.7883858Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7884204Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7884653Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7885022Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7885459Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7885672Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7886135Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7886330Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7886761Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7887076Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7887524Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7887892Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7888326Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7888540Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7888978Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7889133Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7889571Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7889889Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7890336Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7890700Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7891133Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7891346Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7891781Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7891935Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7895015Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI200.o -c 2024-04-03T17:05:16.7895449Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7895777Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7896214Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7896657Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7897114Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7897361Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7897812Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7897969Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7901243Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI200.o -c 2024-04-03T17:05:16.7904362Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI200.o -c 2024-04-03T17:05:16.7907454Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI200.o -c 2024-04-03T17:05:16.7907966Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7908287Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7908738Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7909109Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7909548Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7909764Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7910209Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7910364Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7913430Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI200.o -c 2024-04-03T17:05:16.7916478Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI200.o -c 2024-04-03T17:05:16.7916918Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7917236Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7917683Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7918053Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7918488Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7918702Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7919191Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7919361Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7919792Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7920111Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7920558Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7920923Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7921360Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7921604Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7922041Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7922198Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7922642Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7922957Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7923429Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7923820Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7924253Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7924464Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7924896Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7925053Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7928115Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI200.o -c 2024-04-03T17:05:16.7928554Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7928883Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7929322Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7929687Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7930134Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7930333Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7930777Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7930935Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7931365Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7931691Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7932128Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7932494Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7932942Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7933142Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7933577Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7933743Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7936879Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI200.o -c 2024-04-03T17:05:16.7940261Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI200.o -c 2024-04-03T17:05:16.7943344Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI200.o -c 2024-04-03T17:05:16.7943875Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7944197Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7944651Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7945019Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7945461Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7945673Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7946109Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7946266Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7946708Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7947023Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7947475Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7947843Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7948277Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7948489Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7948925Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7949081Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7949521Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7949838Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7950270Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7950650Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7951086Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7951300Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7951733Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7951889Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7954967Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI200.o -c 2024-04-03T17:05:16.7958077Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI200.o -c 2024-04-03T17:05:16.7961151Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI200.o -c 2024-04-03T17:05:16.7961590Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7961920Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7962410Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7962784Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7963234Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7963434Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7963883Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7964037Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7964467Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7964797Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7965229Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7965598Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7966046Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7966245Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7966682Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7966849Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7969923Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI300X.o -c 2024-04-03T17:05:16.7970373Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7970695Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7971132Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7971510Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7971945Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7972160Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7972591Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7972747Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7973226Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7973540Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7973974Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7974358Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7974790Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7975002Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7975436Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7975591Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7978917Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI300X.o -c 2024-04-03T17:05:16.7982046Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI300X.o -c 2024-04-03T17:05:16.7982534Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7982852Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7983286Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7983672Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7984108Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7984323Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7984762Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7984918Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7988008Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI300X.o -c 2024-04-03T17:05:16.7988443Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7988772Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7989204Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7989576Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7990026Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7990226Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7990662Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7990830Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7993892Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI300X.o -c 2024-04-03T17:05:16.7994392Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7994708Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.7995144Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7995526Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.7995988Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.7996205Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.7996638Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.7996796Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.7999884Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI300X.o -c 2024-04-03T17:05:16.8000366Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8000695Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8001132Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8001502Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8001952Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8002157Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8002591Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8002760Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8005841Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI300X.o -c 2024-04-03T17:05:16.8006288Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8006603Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8007038Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8007416Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8007851Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8008053Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8008502Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8008658Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8011849Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI300X.o -c 2024-04-03T17:05:16.8012342Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8012669Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8013106Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8013478Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8013925Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8014128Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8014596Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8014767Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8017920Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI300X.o -c 2024-04-03T17:05:16.8018563Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8018887Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8019322Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8019707Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8020145Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8020346Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8020795Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8020957Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8024048Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI300X.o -c 2024-04-03T17:05:16.8024484Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8024801Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8025246Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8025614Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8026065Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8026264Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8026699Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8026871Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8029937Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI300X.o -c 2024-04-03T17:05:16.8030384Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8030747Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8031184Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8031561Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8031998Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8032197Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8032647Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8032802Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8033250Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8033599Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8034035Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8034414Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8034851Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8035051Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8035571Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8035729Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8038805Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI300X.o -c 2024-04-03T17:05:16.8041871Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI300X.o -c 2024-04-03T17:05:16.8044924Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI300X.o -c 2024-04-03T17:05:16.8045358Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8045674Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8046120Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8046486Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8046940Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8047141Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8047574Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8047742Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8048174Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8048491Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8048937Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8049343Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8049790Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8049990Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8050428Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8050595Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8053684Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI300X.o -c 2024-04-03T17:05:16.8056848Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI300X.o -c 2024-04-03T17:05:16.8057327Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8057647Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8058100Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8058576Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8059029Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8059232Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8059668Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8059839Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8060268Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8060588Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8061035Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8061403Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8061856Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8062060Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8062499Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8062669Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8065757Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI300X.o -c 2024-04-03T17:05:16.8066205Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8066520Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8066958Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8067338Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8067774Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8068026Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8068474Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8068630Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8071712Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI300X.o -c 2024-04-03T17:05:16.8072184Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8072501Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8072953Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8073323Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8073757Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8074040Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8074478Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8074652Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8077739Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI300X.o -c 2024-04-03T17:05:16.8078179Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8078510Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8078952Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8079333Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8079766Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8079967Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8080413Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8080569Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8080994Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8081321Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8081754Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8082133Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8082570Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8082771Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8083217Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8083372Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8086454Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI300X.o -c 2024-04-03T17:05:16.8089207Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_kernel_dk_dv.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_kernel_dk_dv.o -c -fPIC -std=c++20 2024-04-03T17:05:16.8092439Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI200.o -c 2024-04-03T17:05:16.8092878Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8093194Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8093641Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8094059Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8094497Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8094711Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8095148Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8095322Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8095749Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8096065Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8096590Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8096961Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8097401Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8097623Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8098058Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8098232Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8101536Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI200.o -c 2024-04-03T17:05:16.8101975Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8102308Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8102748Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8103130Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8103569Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8103773Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8104221Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8104376Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8107587Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI200.o -c 2024-04-03T17:05:16.8108098Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8108413Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8108856Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8109270Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8109712Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8109926Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8110364Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8110531Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8113761Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI200.o -c 2024-04-03T17:05:16.8114231Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8114565Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8115000Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8115382Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8115817Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8116017Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8116470Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8116627Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8119831Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI200.o -c 2024-04-03T17:05:16.8120279Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8120598Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8121044Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8121415Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8121851Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8122067Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8122498Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8122666Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8125859Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI200.o -c 2024-04-03T17:05:16.8126332Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8126664Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8127100Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8127481Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8127951Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8128153Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8128601Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8128762Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8132006Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI200.o -c 2024-04-03T17:05:16.8135276Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI200.o -c 2024-04-03T17:05:16.8135711Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8136038Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8136613Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8137003Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8137442Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8137644Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8138094Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8138378Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8138812Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8139143Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8139581Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8139961Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8140400Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8140604Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8141053Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8141211Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8141640Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8141976Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8142411Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8142778Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8143285Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8143483Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8143934Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8144094Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8147347Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI200.o -c 2024-04-03T17:05:16.8150611Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI200.o -c 2024-04-03T17:05:16.8153886Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI200.o -c 2024-04-03T17:05:16.8154322Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8154640Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8155087Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8155454Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8155895Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8156108Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8156542Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8156716Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8157149Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8157464Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8157914Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8158281Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8158713Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8158927Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8159362Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8159518Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8162727Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI200.o -c 2024-04-03T17:05:16.8165987Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI200.o -c 2024-04-03T17:05:16.8166423Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8166741Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8167220Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8167587Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8168025Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8168242Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8168679Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8168847Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8172105Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI200.o -c 2024-04-03T17:05:16.8172541Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8172872Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8173308Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8173686Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8174121Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8174325Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8174774Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8174929Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8175360Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8175690Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8176124Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8176581Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8177027Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8177227Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8177680Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8177841Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8178383Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8178720Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8179156Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8179524Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8179975Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8180175Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8180684Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8180839Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8184066Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI200.o -c 2024-04-03T17:05:16.8187315Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI200.o -c 2024-04-03T17:05:16.8187757Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8188173Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8188614Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8188995Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8189429Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8189631Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8190074Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8190229Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8193424Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI200.o -c 2024-04-03T17:05:16.8193872Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8194189Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8194639Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8195005Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8195441Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8195659Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8196094Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8196250Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8196699Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8197012Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8197456Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8197821Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8198256Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8198468Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8198901Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8199094Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8202284Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI200.o -c 2024-04-03T17:05:16.8205534Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI200.o -c 2024-04-03T17:05:16.8208816Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI200.o -c 2024-04-03T17:05:16.8209285Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8209613Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8210053Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8210436Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8210872Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8211075Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8211522Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8211681Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8212109Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8212437Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8212868Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8213249Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8213684Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8213883Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8214330Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8214488Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8217809Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI200.o -c 2024-04-03T17:05:16.8218379Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8218702Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8219154Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8219523Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8220018Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8220235Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8220673Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8220832Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8224074Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI200.o -c 2024-04-03T17:05:16.8224512Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8224847Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8225285Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8225700Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8226174Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8226374Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8226823Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8226978Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8230204Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI200.o -c 2024-04-03T17:05:16.8230654Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8230975Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8231423Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8231791Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8232228Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8232447Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8232882Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8233039Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8236273Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI200.o -c 2024-04-03T17:05:16.8239495Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI200.o -c 2024-04-03T17:05:16.8239963Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8240282Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8240732Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8241103Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8241544Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8241757Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8242192Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8242397Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8245585Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI200.o -c 2024-04-03T17:05:16.8246079Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8246411Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8246844Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8247229Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8247665Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8247865Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8248312Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8248469Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8248895Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8249225Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8249661Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8250041Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8250476Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8250675Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8251122Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8251278Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8254504Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI200.o -c 2024-04-03T17:05:16.8254953Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8255272Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8255719Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8256088Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8256597Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8256818Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8257297Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8257454Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8257897Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8258217Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8258773Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8259139Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8259574Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8259832Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8260271Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8260428Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8263686Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI200.o -c 2024-04-03T17:05:16.8266950Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI200.o -c 2024-04-03T17:05:16.8267407Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8267726Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8268174Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8268549Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8268983Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8269201Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8269634Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8269792Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8273023Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI200.o -c 2024-04-03T17:05:16.8276251Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI200.o -c 2024-04-03T17:05:16.8276700Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8277016Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8277508Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8277875Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8278314Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8278530Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8278963Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8279132Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8282381Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI200.o -c 2024-04-03T17:05:16.8282822Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8283148Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8283638Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8284022Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8284457Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8284657Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8285110Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8285266Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8285694Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8286025Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8286458Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8286834Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8287272Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8287473Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8287921Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8288076Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8291270Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI200.o -c 2024-04-03T17:05:16.8291712Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8292032Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8292478Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8292841Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8293277Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8293488Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8293924Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8294084Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8294526Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8294876Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8295320Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8295688Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8296124Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8296341Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8297122Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8297281Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8300679Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI200.o -c 2024-04-03T17:05:16.8303952Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI200.o -c 2024-04-03T17:05:16.8307209Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI200.o -c 2024-04-03T17:05:16.8307654Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8307987Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8308422Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8308804Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8309240Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8309445Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8309893Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8310051Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8310480Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8310808Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8311241Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8311624Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8312057Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8312256Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8312706Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8312865Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8316088Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI200.o -c 2024-04-03T17:05:16.8316578Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8316894Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8317338Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8317708Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8318169Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8318384Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8318823Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8318980Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8319422Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8319764Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8320238Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8320605Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8321038Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8321251Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8321688Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8321843Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8325047Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI200.o -c 2024-04-03T17:05:16.8328279Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI200.o -c 2024-04-03T17:05:16.8328730Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8329052Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8329499Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8329870Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8330307Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8330523Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8330959Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8331115Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8331558Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8331870Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8332318Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8332721Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8333155Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8333370Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8333803Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8333959Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8337333Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI200.o -c 2024-04-03T17:05:16.8340685Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI200.o -c 2024-04-03T17:05:16.8343918Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI200.o -c 2024-04-03T17:05:16.8344360Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8344694Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8345132Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8345515Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8345949Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8346149Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8346605Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8346764Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8349987Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI200.o -c 2024-04-03T17:05:16.8350445Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8350762Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8351210Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8351578Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8352015Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8352229Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8352661Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8352865Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8353294Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8353607Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8354054Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8354417Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8354849Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8355061Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8355528Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8355686Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8356129Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8356448Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8356897Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8357267Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8357758Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8357972Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8358405Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8358561Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8361757Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI200.o -c 2024-04-03T17:05:16.8364962Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI200.o -c 2024-04-03T17:05:16.8365416Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8365734Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8366183Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8366550Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8366986Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8367199Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8367637Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8367791Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8368233Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8368548Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8368995Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8369361Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8369795Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8370038Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8370472Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8370627Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8373809Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI200.o -c 2024-04-03T17:05:16.8377154Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI200.o -c 2024-04-03T17:05:16.8380591Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI200.o -c 2024-04-03T17:05:16.8381068Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8381402Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8384585Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI200.o -c 2024-04-03T17:05:16.8385050Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8385420Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8385860Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8386081Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8386519Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8386688Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8387118Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8387434Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8387880Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8388246Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8388678Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8388891Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8389327Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8389497Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8389923Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8390236Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8390724Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8391088Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8391523Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8391741Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8392176Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8392333Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8392772Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8393153Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8393597Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8393960Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8394394Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8394606Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8395068Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8395250Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8398453Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI200.o -c 2024-04-03T17:05:16.8401644Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI200.o -c 2024-04-03T17:05:16.8402092Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8402409Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8402857Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8403226Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8403660Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8403872Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8404308Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8404463Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8404908Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8405226Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8405674Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8406041Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8406475Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8406690Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8407125Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8407280Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8410514Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI200.o -c 2024-04-03T17:05:16.8413741Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI200.o -c 2024-04-03T17:05:16.8414195Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8414514Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8414966Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8415392Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8415834Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8416047Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8416559Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8416722Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8420053Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI200.o -c 2024-04-03T17:05:16.8423280Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI200.o -c 2024-04-03T17:05:16.8423733Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8424051Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8424508Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8424877Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8425313Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8425534Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8425969Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8426142Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8426573Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8426892Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8427338Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8427703Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8428190Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8428403Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8428836Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8428997Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8429437Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8429750Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8430200Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8430602Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8431043Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8431257Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8431689Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8431844Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8435101Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI200.o -c 2024-04-03T17:05:16.8438339Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI200.o -c 2024-04-03T17:05:16.8438789Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8439110Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8439557Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8439923Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8440360Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8440575Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8441008Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8441166Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8441610Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8441925Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8442373Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8442743Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8443173Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8443384Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8443816Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8443975Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8447171Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI200.o -c 2024-04-03T17:05:16.8450419Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI200.o -c 2024-04-03T17:05:16.8450890Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8451208Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8451654Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8452022Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8452458Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8452734Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8453173Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8453329Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8456592Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI200.o -c 2024-04-03T17:05:16.8457035Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8457366Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8457803Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8458176Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8458729Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8458932Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8459388Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8459545Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8462751Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI200.o -c 2024-04-03T17:05:16.8463207Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8463524Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8463979Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8464349Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8464789Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8465007Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8465443Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8465659Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8468874Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI200.o -c 2024-04-03T17:05:16.8469308Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8469672Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8470111Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8470481Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8470937Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8471141Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8471627Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8471815Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8475029Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI200.o -c 2024-04-03T17:05:16.8478240Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI200.o -c 2024-04-03T17:05:16.8478680Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8479009Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8479442Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8479823Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8480258Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8480460Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8480910Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8481067Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8481494Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8481824Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8482257Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8482621Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8483070Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8483273Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8483716Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8483872Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8487119Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI200.o -c 2024-04-03T17:05:16.8487566Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8487884Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8488361Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8488730Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8489166Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8489380Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8489814Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8489969Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8493223Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI200.o -c 2024-04-03T17:05:16.8493658Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8493985Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8497261Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI200.o -c 2024-04-03T17:05:16.8497721Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8498090Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8498731Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8498949Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8499390Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8499550Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8502795Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI200.o -c 2024-04-03T17:05:16.8503231Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8503565Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8504004Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8504388Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8504887Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8505087Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8505534Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8505693Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8506122Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8506453Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8506888Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8507303Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8507752Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8507951Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8508401Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8508556Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8511961Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI200.o -c 2024-04-03T17:05:16.8512454Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8512772Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8513222Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8513594Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8514031Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8514247Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8514684Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8514839Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8518059Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI200.o -c 2024-04-03T17:05:16.8518495Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8518822Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8519251Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8519625Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8520075Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8520274Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8520720Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8520876Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8521305Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8521635Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8522101Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8522467Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8522913Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8523117Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8523547Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8523715Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8526989Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI200.o -c 2024-04-03T17:05:16.8530255Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI200.o -c 2024-04-03T17:05:16.8533491Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI200.o -c 2024-04-03T17:05:16.8533945Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8534263Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8534717Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8535088Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8535522Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8535736Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8536170Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8536326Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8539729Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI200.o -c 2024-04-03T17:05:16.8540170Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8540503Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8540941Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8541328Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8541767Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8541969Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8542474Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8542631Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8543260Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8543596Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8544027Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8544394Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8544844Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8545043Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8545536Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8545695Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8548929Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI200.o -c 2024-04-03T17:05:16.8549416Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8549732Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8550179Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8550547Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8550986Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8551200Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8551633Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8551787Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8555011Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI200.o -c 2024-04-03T17:05:16.8555449Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8555776Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8556211Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8556581Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8557029Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8557231Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8557676Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8557833Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8558261Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8558588Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8559025Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8559391Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8559838Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8560071Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8560505Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8560677Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8563941Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI200.o -c 2024-04-03T17:05:16.8567190Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI200.o -c 2024-04-03T17:05:16.8567661Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8567992Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8568427Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8568793Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8569242Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8569446Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8569894Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8570052Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8573301Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI200.o -c 2024-04-03T17:05:16.8573748Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8574066Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8574515Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8574882Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8575321Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8575533Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8575972Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8576130Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8579571Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI200.o -c 2024-04-03T17:05:16.8580011Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8580402Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8580838Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8581212Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8581667Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8581870Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8582321Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8582480Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8582946Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8583279Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8583714Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8584082Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8584526Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8584758Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8585249Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8585418Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8588667Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI300X.o -c 2024-04-03T17:05:16.8591860Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI300X.o -c 2024-04-03T17:05:16.8595065Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI300X.o -c 2024-04-03T17:05:16.8595523Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8595953Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8596289Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8596602Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8597038Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8597421Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8597862Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8598307Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8598507Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8598872Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8599359Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8599560Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8599992Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8600161Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8600591Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8600745Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8604004Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI300X.o -c 2024-04-03T17:05:16.8604443Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8604771Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8605260Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8605630Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8606076Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8606275Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8606725Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8606882Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8610110Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI300X.o -c 2024-04-03T17:05:16.8610561Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8610877Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8611323Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8611692Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8612128Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8612342Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8612777Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8612933Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8616176Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI300X.o -c 2024-04-03T17:05:16.8616686Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8617022Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8617455Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8617870Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8618429Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8618631Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8619089Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8619246Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8619677Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8620009Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8620488Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8620860Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8621309Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8621513Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8621946Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8622115Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8625445Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI300X.o -c 2024-04-03T17:05:16.8628683Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI300X.o -c 2024-04-03T17:05:16.8631891Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI300X.o -c 2024-04-03T17:05:16.8635217Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI300X.o -c 2024-04-03T17:05:16.8635662Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8635993Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8636426Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8636809Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8637247Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8637448Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8637900Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8638106Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8638536Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8638865Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8639304Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8639683Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8640119Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8640318Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8640811Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8640970Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8641402Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8641739Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8642172Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8642541Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8643046Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8643248Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8643702Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8643861Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8644290Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8644623Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8645058Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8645426Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8645872Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8646072Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8646512Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8646681Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8649938Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI300X.o -c 2024-04-03T17:05:16.8653167Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI300X.o -c 2024-04-03T17:05:16.8653605Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8653936Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8654373Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8654742Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8655188Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8655424Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8655874Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8656033Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8656533Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8656869Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8657307Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8657674Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8658162Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8658475Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8658916Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8659089Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8662363Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI300X.o -c 2024-04-03T17:05:16.8665633Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI300X.o -c 2024-04-03T17:05:16.8668863Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI300X.o -c 2024-04-03T17:05:16.8672103Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI300X.o -c 2024-04-03T17:05:16.8672543Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8672877Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8673318Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8673705Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8674142Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8674344Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8674796Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8674953Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8675382Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8675713Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8676185Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8676565Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8677000Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8677203Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8677649Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8677804Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8678232Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8678591Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8679026Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8679394Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8679841Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8680041Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8680514Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8680697Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8681124Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8681449Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8681879Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8682247Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8682694Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8682894Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8683330Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8683497Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8686705Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI300X.o -c 2024-04-03T17:05:16.8689906Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI300X.o -c 2024-04-03T17:05:16.8690340Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8690671Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8691105Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8691470Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8691920Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8692126Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8692573Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8692728Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8693186Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8693514Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8693948Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8694319Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8694765Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8694965Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8695400Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8695599Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8699014Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI300X.o -c 2024-04-03T17:05:16.8702351Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI300X.o -c 2024-04-03T17:05:16.8705561Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI300X.o -c 2024-04-03T17:05:16.8708787Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI300X.o -c 2024-04-03T17:05:16.8709225Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8709560Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8709996Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8710375Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8710810Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8711012Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8711459Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8711614Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8712045Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8712376Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8712814Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8713194Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8713669Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8713868Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8714314Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8714474Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8714901Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8715225Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8715655Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8716055Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8716503Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8716702Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8717153Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8717308Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8717736Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8718124Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8718559Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8718924Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8719371Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8719572Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8720005Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8720172Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8723425Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI300X.o -c 2024-04-03T17:05:16.8726639Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI300X.o -c 2024-04-03T17:05:16.8727073Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8727403Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8727837Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8728210Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8728662Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8728863Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8729313Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8729471Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8729900Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8730229Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8730696Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8731061Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8731509Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8731714Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8732147Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8732318Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8735566Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI300X.o -c 2024-04-03T17:05:16.8739055Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI300X.o -c 2024-04-03T17:05:16.8742321Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI300X.o -c 2024-04-03T17:05:16.8745541Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI300X.o -c 2024-04-03T17:05:16.8745981Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8746311Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8746751Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8747133Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8747570Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8747770Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8748221Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8748381Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8748812Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8749140Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8749579Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8749959Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8750396Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8750597Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8751094Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8751251Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8751678Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8752011Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8752442Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8752806Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8753254Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8753455Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8753930Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8754089Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8754520Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8754853Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8755287Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8755711Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8756160Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8756361Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8756794Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8756963Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8760201Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI300X.o -c 2024-04-03T17:05:16.8763419Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI300X.o -c 2024-04-03T17:05:16.8763856Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8764186Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8764622Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8764993Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8765443Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8765647Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8766096Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8766255Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8766683Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8767011Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8767446Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8767810Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8768293Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8768493Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8768926Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8769098Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8772396Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI300X.o -c 2024-04-03T17:05:16.8775646Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI300X.o -c 2024-04-03T17:05:16.8779064Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI300X.o -c 2024-04-03T17:05:16.8782298Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI300X.o -c 2024-04-03T17:05:16.8782740Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8783075Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8783514Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8783899Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8784344Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8784545Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8785000Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8785159Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8785589Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8785920Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8786353Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8786731Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8787164Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8787364Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8787813Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8787969Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8788402Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8788790Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8789225Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8789593Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8790044Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8790244Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8790689Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8790845Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8791312Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8791643Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8792077Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8792446Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8792892Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8793161Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8793596Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8793764Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8797011Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI300X.o -c 2024-04-03T17:05:16.8800234Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI300X.o -c 2024-04-03T17:05:16.8800669Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8801000Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8801435Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8801804Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8802255Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8802458Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8802908Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8803067Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8806306Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI300X.o -c 2024-04-03T17:05:16.8806753Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8807069Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8807553Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8807918Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8808357Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8808572Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8809008Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8809165Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8812423Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI300X.o -c 2024-04-03T17:05:16.8815710Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI300X.o -c 2024-04-03T17:05:16.8816189Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8816610Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8817067Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8817437Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8817877Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8818096Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8818641Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8818806Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8819256Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8819574Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8820027Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8820396Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8820836Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8821059Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8821494Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8821653Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8822094Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8822412Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8822855Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8823220Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8831796Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8832116Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8832608Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8832768Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8836180Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI300X.o -c 2024-04-03T17:05:16.8839432Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI300X.o -c 2024-04-03T17:05:16.8842668Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI300X.o -c 2024-04-03T17:05:16.8843157Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8843493Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8843928Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8844309Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8844750Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8844953Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8845383Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8845531Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8848750Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI300X.o -c 2024-04-03T17:05:16.8849175Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8849482Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8849915Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8850273Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8850701Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8850915Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8851353Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8851522Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8851951Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8852271Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8852723Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8853091Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8853559Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8853774Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8854205Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8854368Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8854812Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8855128Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8855576Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8855972Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8856511Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8856736Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8857174Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8857330Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8860732Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI300X.o -c 2024-04-03T17:05:16.8863985Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI300X.o -c 2024-04-03T17:05:16.8864441Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8864762Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8865213Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8865583Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8866020Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8866238Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8866673Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8866831Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8867276Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8867593Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8868039Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8868411Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8868844Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8869057Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8869494Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8869653Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8872882Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI300X.o -c 2024-04-03T17:05:16.8876156Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI300X.o -c 2024-04-03T17:05:16.8879412Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI300X.o -c 2024-04-03T17:05:16.8882707Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI300X.o -c 2024-04-03T17:05:16.8883151Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8883468Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8883921Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8884293Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8884744Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8884953Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8885390Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8885561Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8885995Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8886311Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8886762Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8887132Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8887571Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8887787Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8888219Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8888393Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8888822Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8889138Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8889584Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8889953Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8890388Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8890603Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8891069Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8891226Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8891657Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8891991Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8892425Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8892790Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8893237Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8893439Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8893924Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8894093Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8897389Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI300X.o -c 2024-04-03T17:05:16.8900771Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI300X.o -c 2024-04-03T17:05:16.8901213Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8901548Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8901984Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8902357Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8902815Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8903015Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8903461Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8903616Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8904045Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8904372Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8904804Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8905173Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8905617Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8905821Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8906255Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8906423Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8909663Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI300X.o -c 2024-04-03T17:05:16.8912934Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI300X.o -c 2024-04-03T17:05:16.8916173Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI300X.o -c 2024-04-03T17:05:16.8916629Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8916950Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8917435Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8917837Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8918274Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8918491Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8918928Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8919088Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8922335Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI300X.o -c 2024-04-03T17:05:16.8922776Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8923106Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8923542Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8923921Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8924362Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8924562Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8925006Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8925165Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8925591Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8925918Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8926351Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8926716Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8927163Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8927363Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8927812Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8927967Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8931188Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI300X.o -c 2024-04-03T17:05:16.8931673Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8931989Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8932437Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8932832Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8933268Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8933481Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8933921Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8934077Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8937425Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI300X.o -c 2024-04-03T17:05:16.8937906Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8938240Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8938786Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8939156Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8939607Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8939809Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8940263Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8940422Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8943612Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI300X.o -c 2024-04-03T17:05:16.8944066Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8944383Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8944832Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8945205Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8945640Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8945853Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8946285Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8946444Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8949662Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI300X.o -c 2024-04-03T17:05:16.8950145Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8950476Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8950910Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8951280Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8951769Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8951970Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8952421Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8952584Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8955827Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI300X.o -c 2024-04-03T17:05:16.8956311Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8956627Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8957075Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8957442Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8957879Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8958091Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8958524Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8958682Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8961922Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI300X.o -c 2024-04-03T17:05:16.8962358Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8962698Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8963132Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8963498Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8963950Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8964149Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8964594Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8964751Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8965180Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8965508Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8965940Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8966341Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8966790Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8966990Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8967428Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8967599Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8970836Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI300X.o -c 2024-04-03T17:05:16.8974110Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI300X.o -c 2024-04-03T17:05:16.8974593Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8974922Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8975359Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8975727Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8976175Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8976378Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8976903Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8977061Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8977496Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8977828Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8978355Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8978723Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8979175Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8979375Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8979807Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8979979Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8983208Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI300X.o -c 2024-04-03T17:05:16.8986595Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI300X.o -c 2024-04-03T17:05:16.8987096Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8987426Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8987870Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8988238Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8988689Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8988890Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8989375Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8989534Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8992773Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI300X.o -c 2024-04-03T17:05:16.8996054Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI300X.o -c 2024-04-03T17:05:16.8996493Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8996828Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.8997270Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8997654Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.8998096Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.8998299Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.8998753Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8998911Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.8999345Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.8999678Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9000114Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9000484Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9000934Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9001133Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9001584Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9001740Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9002167Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9002496Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9002928Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9003294Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9003744Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9003981Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9004417Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9004585Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9007813Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI300X.o -c 2024-04-03T17:05:16.9011085Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI300X.o -c 2024-04-03T17:05:16.9014323Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI300X.o -c 2024-04-03T17:05:16.9014799Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9015116Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9015566Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9015938Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9016373Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9016674Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9017114Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9017335Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9017798Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9018113Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9018662Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9019030Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9019466Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9019685Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9020121Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9020280Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9023544Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI300X.o -c 2024-04-03T17:05:16.9026763Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI300X.o -c 2024-04-03T17:05:16.9027278Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9027597Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9028047Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9028415Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9028884Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9029101Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9029537Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9029697Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9030141Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9030492Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9030974Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9031340Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9031776Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9031987Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9032422Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9032577Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9035806Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI300X.o -c 2024-04-03T17:05:16.9036243Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9036571Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9037003Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9037367Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9037815Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9038014Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9038462Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9038618Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9039048Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9039378Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9039811Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9040173Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9040620Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9040821Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9041253Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9041422Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9044675Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI300X.o -c 2024-04-03T17:05:16.9047943Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI300X.o -c 2024-04-03T17:05:16.9048383Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9048712Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9049176Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9049573Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9050022Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9050222Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9050666Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9050823Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9054040Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI300X.o -c 2024-04-03T17:05:16.9054490Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9054803Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9055253Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9055617Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9056053Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9056265Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9056774Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9056935Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9060471Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI300X.o -c 2024-04-03T17:05:16.9060917Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9061253Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9061690Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9062056Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9062592Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9062794Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9063246Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9063409Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9066676Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI300X.o -c 2024-04-03T17:05:16.9069997Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI300X.o -c 2024-04-03T17:05:16.9070467Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9070797Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9071232Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9071613Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9072047Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9072247Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9072699Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9072860Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9073292Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9073626Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9074061Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9074430Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9074877Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9075081Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9075524Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9075680Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9076111Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9076438Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9076869Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9077240Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9077686Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9077887Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9078320Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9078488Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9081735Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI300X.o -c 2024-04-03T17:05:16.9084482Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_kernel_dq.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_kernel_dq.o -c -fPIC -std=c++20 2024-04-03T17:05:16.9084951Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9085281Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9085714Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9086085Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9086532Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9086732Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9087239Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9087395Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9090559Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI200.o -c 2024-04-03T17:05:16.9091008Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9091324Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9091769Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9092141Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9092576Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9092789Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9093222Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9093378Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9096629Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI200.o -c 2024-04-03T17:05:16.9099904Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI200.o -c 2024-04-03T17:05:16.9100355Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9100674Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9101195Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9101563Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9101998Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9102213Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9102646Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9102804Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9106016Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI200.o -c 2024-04-03T17:05:16.9106458Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9106790Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9107256Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9107670Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9108115Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9108316Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9108764Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9108920Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9109351Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9109676Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9110111Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9110479Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9110935Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9111136Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9111570Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9111739Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9112166Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9112496Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9112928Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9113294Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9113740Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9113941Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9114377Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9114541Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9117720Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI200.o -c 2024-04-03T17:05:16.9120876Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI200.o -c 2024-04-03T17:05:16.9121355Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9121685Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9122117Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9122513Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9122962Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9123162Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9123599Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9123769Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9127030Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI200.o -c 2024-04-03T17:05:16.9127513Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9127826Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9128272Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9128641Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9129074Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9129286Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9129726Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9129881Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9133094Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI200.o -c 2024-04-03T17:05:16.9136237Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI200.o -c 2024-04-03T17:05:16.9139561Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI200.o -c 2024-04-03T17:05:16.9140075Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9140405Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9140840Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9141211Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9141664Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9141867Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9142319Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9142477Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9142942Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9143273Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9143712Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9144079Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9144527Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9144795Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9145246Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9145401Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9145827Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9146157Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9146589Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9146952Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9147398Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9147597Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9148032Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9148204Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9148630Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9148958Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9149390Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9149756Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9150202Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9150401Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9150837Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9151005Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9154188Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI200.o -c 2024-04-03T17:05:16.9157369Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI200.o -c 2024-04-03T17:05:16.9157845Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9158175Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9158611Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9158976Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9159423Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9159622Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9160088Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9160258Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9163439Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI200.o -c 2024-04-03T17:05:16.9163918Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9164235Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9164670Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9165052Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9165486Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9165697Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9166131Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9166288Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9169466Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI200.o -c 2024-04-03T17:05:16.9172634Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI200.o -c 2024-04-03T17:05:16.9175810Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI200.o -c 2024-04-03T17:05:16.9176250Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9176664Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9177105Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9177526Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9177978Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9178181Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9178891Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9179051Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9179484Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9179814Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9180313Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9180684Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9181132Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9181334Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9181766Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9181937Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9182464Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9182798Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9183232Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9183599Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9184049Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9184250Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9184684Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9184853Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9185283Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9185612Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9186046Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9186411Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9186856Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9187055Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9187490Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9187659Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9190822Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI200.o -c 2024-04-03T17:05:16.9193974Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI200.o -c 2024-04-03T17:05:16.9194408Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9194791Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9195224Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9195591Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9196041Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9196240Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9196675Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9196843Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9200058Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI200.o -c 2024-04-03T17:05:16.9200513Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9200859Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9201322Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9201701Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9202138Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9202352Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9202784Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9202940Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9206111Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI200.o -c 2024-04-03T17:05:16.9209275Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI200.o -c 2024-04-03T17:05:16.9212410Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI200.o -c 2024-04-03T17:05:16.9212848Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9213176Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9213605Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9213974Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9214427Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9214626Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9215116Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9215273Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9215702Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9216034Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9216553Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9216933Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9217386Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9217623Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9218060Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9218231Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9218772Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9219106Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9219541Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9219993Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9220440Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9220640Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9221072Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9221246Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9221674Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9222000Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9222435Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9222801Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9223253Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9223460Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9223892Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9224061Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9227241Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI200.o -c 2024-04-03T17:05:16.9230450Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI200.o -c 2024-04-03T17:05:16.9230888Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9231221Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9231659Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9232025Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9232522Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9232721Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9233154Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9233328Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9233755Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9234069Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9234513Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9234918Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9235369Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9235568Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9236005Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9236172Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9239418Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI200.o -c 2024-04-03T17:05:16.9242671Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI200.o -c 2024-04-03T17:05:16.9245904Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI200.o -c 2024-04-03T17:05:16.9249118Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI200.o -c 2024-04-03T17:05:16.9249562Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9249893Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9250337Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9250706Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9251160Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9251359Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9251812Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9251969Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9252399Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9252774Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9253216Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9253590Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9254051Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9254249Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9254686Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9254858Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9255327Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9255661Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9256096Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9256544Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9257007Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9257246Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9257720Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9257887Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9258423Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9258743Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9259199Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9259573Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9260030Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9260234Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9260674Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9260842Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9264059Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI200.o -c 2024-04-03T17:05:16.9267254Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI200.o -c 2024-04-03T17:05:16.9267707Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9268045Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9268495Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9268875Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9269330Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9269531Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9269967Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9270221Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9270652Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9270970Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9271431Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9271803Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9272252Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9272458Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9272933Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9273105Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9276369Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI200.o -c 2024-04-03T17:05:16.9279613Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI200.o -c 2024-04-03T17:05:16.9282845Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI200.o -c 2024-04-03T17:05:16.9286045Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI200.o -c 2024-04-03T17:05:16.9286488Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9286822Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9287266Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9287638Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9288092Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9288294Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9288744Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9288905Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9289333Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9289666Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9290101Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9290518Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9290966Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9291166Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9291606Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9291774Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9292203Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9292532Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9292968Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9293369Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9293819Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9294026Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9294459Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9294631Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9295090Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9295436Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9295889Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9296259Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9296780Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9296982Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9297422Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9297597Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9300899Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI200.o -c 2024-04-03T17:05:16.9304100Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI200.o -c 2024-04-03T17:05:16.9304542Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9304877Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9305314Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9305687Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9306142Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9306339Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9306775Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9306946Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9307375Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9307691Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9308227Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9308595Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9309047Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9309248Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9309681Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9309852Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9313110Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI200.o -c 2024-04-03T17:05:16.9316349Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI200.o -c 2024-04-03T17:05:16.9319593Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI200.o -c 2024-04-03T17:05:16.9322954Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI200.o -c 2024-04-03T17:05:16.9323444Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9323788Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9324250Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9324644Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9325095Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9325315Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9325752Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9325917Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9326359Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9326676Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9327118Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9327501Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9327938Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9328142Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9328649Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9328808Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9329254Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9329580Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9330020Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9330411Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9330849Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9331084Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9331539Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9331693Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9332139Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9332458Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9332894Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9333358Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9333801Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9334008Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9334472Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9334637Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9338549Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI200.o -c 2024-04-03T17:05:16.9341993Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI200.o -c 2024-04-03T17:05:16.9342536Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9342871Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9343391Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9343779Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9344287Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9344498Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9344957Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9345118Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9348637Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI200.o -c 2024-04-03T17:05:16.9349184Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9349581Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9350041Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9350461Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9350945Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9351146Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9351658Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9351876Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9355344Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI200.o -c 2024-04-03T17:05:16.9358656Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI200.o -c 2024-04-03T17:05:16.9361808Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI200.o -c 2024-04-03T17:05:16.9362267Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9362581Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9363019Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9363400Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9363841Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9364056Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9364494Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9364654Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9365098Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9365417Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9365856Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9366236Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9366670Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9366874Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9367324Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9367479Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9367924Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9368276Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9368709Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9369088Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9369526Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9369724Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9370170Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9370326Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9370798Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9371115Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9371547Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9371927Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9372360Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9372559Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9373078Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9373234Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9376527Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI200.o -c 2024-04-03T17:05:16.9379813Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI200.o -c 2024-04-03T17:05:16.9382982Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI200.o -c 2024-04-03T17:05:16.9383423Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9383760Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9384200Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9384578Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9385032Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9385233Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9385671Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9385840Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9386272Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9386588Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9387096Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9387460Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9387909Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9388114Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9388552Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9388724Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9391936Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI200.o -c 2024-04-03T17:05:16.9392385Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9392699Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9393168Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9393585Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9394020Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9394220Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9394669Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9394826Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9398030Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI200.o -c 2024-04-03T17:05:16.9398471Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9398789Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9399237Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9399605Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9400058Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9400260Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9400694Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9400865Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9404032Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI200.o -c 2024-04-03T17:05:16.9404484Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9404800Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9405235Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9405612Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9406087Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9406291Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9406743Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9406903Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9410139Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI200.o -c 2024-04-03T17:05:16.9410577Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9410896Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9411343Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9411711Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9412216Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9412418Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9412850Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9413017Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9416197Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI200.o -c 2024-04-03T17:05:16.9419613Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI200.o -c 2024-04-03T17:05:16.9420061Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9420378Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9420828Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9421202Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9421657Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9421859Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9422300Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9422477Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9425665Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI200.o -c 2024-04-03T17:05:16.9426120Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9426498Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9426936Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9427321Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9427761Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9427965Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9428421Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9428578Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9431813Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI200.o -c 2024-04-03T17:05:16.9432290Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9432650Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9433102Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9433471Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9433926Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9434127Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9434565Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9434735Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9435166Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9435481Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9435929Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9436297Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9436744Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9436943Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9437381Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9437550Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9437976Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9438289Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9438738Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9439106Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9439550Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9439765Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9440198Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9440367Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9443543Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI200.o -c 2024-04-03T17:05:16.9446759Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI200.o -c 2024-04-03T17:05:16.9447197Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9447557Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9448011Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9448380Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9448832Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9449032Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9449494Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9449691Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9452845Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI200.o -c 2024-04-03T17:05:16.9456019Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI200.o -c 2024-04-03T17:05:16.9459366Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI200.o -c 2024-04-03T17:05:16.9459827Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9460148Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9460587Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9460973Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9461414Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9461614Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9462071Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9462227Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9465432Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI200.o -c 2024-04-03T17:05:16.9465926Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9466259Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9466694Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9467059Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9467513Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9467752Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9468196Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9468371Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9468805Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9469120Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9469566Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9470002Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9470453Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9470656Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9471090Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9471262Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9471693Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9472009Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9472460Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9472826Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9473258Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9473476Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9473911Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9474078Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9477278Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI200.o -c 2024-04-03T17:05:16.9477730Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9478048Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9478486Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9478870Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9479306Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9479507Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9479956Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9480114Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9480544Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9480872Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9481344Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9481726Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9482165Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9482368Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9482814Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9482971Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9486213Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI200.o -c 2024-04-03T17:05:16.9489405Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI200.o -c 2024-04-03T17:05:16.9489869Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9490204Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9490641Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9491025Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9491467Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9491669Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9492130Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9492289Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9495487Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI200.o -c 2024-04-03T17:05:16.9498853Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI200.o -c 2024-04-03T17:05:16.9502047Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI200.o -c 2024-04-03T17:05:16.9502490Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9502882Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9503332Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9503702Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9504152Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9504352Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9504789Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9504965Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9505430Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9505752Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9506199Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9506565Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9507010Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9507210Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9507717Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9507887Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9508315Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9508629Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9509075Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9509439Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9509872Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9510087Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9510522Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9510690Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9513879Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI200.o -c 2024-04-03T17:05:16.9514314Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9514644Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9515082Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9515464Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9515900Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9516107Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9516559Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9516713Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9517145Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9517478Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9517911Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9518292Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9518859Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9519103Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9519557Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9519721Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9522976Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI200.o -c 2024-04-03T17:05:16.9526208Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI200.o -c 2024-04-03T17:05:16.9526681Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9527013Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9527450Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9527837Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9528272Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9528473Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9528928Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9529083Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9532267Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI200.o -c 2024-04-03T17:05:16.9535445Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI200.o -c 2024-04-03T17:05:16.9535895Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9536213Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9536727Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9537115Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9537554Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9537757Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9538209Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9538477Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9541840Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI200.o -c 2024-04-03T17:05:16.9542356Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9542676Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9543131Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9543534Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9543991Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9544193Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9544632Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9544799Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9545264Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9545613Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9546066Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9546432Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9546868Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9547083Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9547516Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9547685Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9548121Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9548436Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9548886Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9549252Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9549686Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9549898Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9550333Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9550494Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9553693Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI200.o -c 2024-04-03T17:05:16.9556876Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI200.o -c 2024-04-03T17:05:16.9557331Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9557647Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9558138Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9558503Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9558941Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9559159Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9559596Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9559765Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9562961Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI200.o -c 2024-04-03T17:05:16.9563400Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9563732Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9564227Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9564613Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9565049Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9565250Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9565697Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9565855Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9569053Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI200.o -c 2024-04-03T17:05:16.9572256Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI200.o -c 2024-04-03T17:05:16.9572701Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9573018Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9573450Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9573828Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9574267Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9574467Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9574914Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9575069Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9575502Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9575832Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9576268Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9576761Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9577207Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9577411Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9577865Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9578022Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9581391Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI300X.o -c 2024-04-03T17:05:16.9581845Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9582169Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9582618Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9583076Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9583518Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9583732Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9584168Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9584341Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9584772Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9585089Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9585538Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9585907Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9586344Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9586562Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9586995Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9587151Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9590336Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI300X.o -c 2024-04-03T17:05:16.9593513Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI300X.o -c 2024-04-03T17:05:16.9596696Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI300X.o -c 2024-04-03T17:05:16.9597191Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9597510Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9597944Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9598330Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9598766Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9598968Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9599418Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9599604Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9600038Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9600370Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9600803Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9601180Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9601643Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9601872Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9602321Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9602477Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9605671Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI300X.o -c 2024-04-03T17:05:16.9606121Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9606438Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9606887Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9607254Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9607691Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9607904Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9608340Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9608509Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9608938Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9609259Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9609707Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9610072Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9610512Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9610723Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9611158Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9611313Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9614521Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI300X.o -c 2024-04-03T17:05:16.9617846Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI300X.o -c 2024-04-03T17:05:16.9618509Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9618892Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9619351Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9619723Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9620162Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9620379Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9620896Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9621054Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9621496Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9621810Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9622257Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9622623Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9623060Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9623279Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9623712Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9623868Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9627079Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI300X.o -c 2024-04-03T17:05:16.9630248Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI300X.o -c 2024-04-03T17:05:16.9633396Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI300X.o -c 2024-04-03T17:05:16.9633834Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9634165Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9634597Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9635046Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9635485Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9635691Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9636143Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9636299Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9639539Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI300X.o -c 2024-04-03T17:05:16.9639975Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9640291Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9640769Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9641176Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9641614Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9641825Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9642261Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9642431Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9642862Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9643179Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9643630Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9643998Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9644437Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9644653Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9645091Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9645246Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9645685Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9646000Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9646445Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9646808Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9647241Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9647454Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9647892Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9648049Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9651243Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI300X.o -c 2024-04-03T17:05:16.9654405Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI300X.o -c 2024-04-03T17:05:16.9654889Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9655208Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9655655Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9656049Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9656558Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9656779Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9657220Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9657377Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9657822Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9658203Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9658789Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9659159Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9659597Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9659817Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9660252Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9660408Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9663603Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI300X.o -c 2024-04-03T17:05:16.9666796Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI300X.o -c 2024-04-03T17:05:16.9669998Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI300X.o -c 2024-04-03T17:05:16.9670440Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9670771Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9671208Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9671589Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9672024Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9672282Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9672727Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9672882Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9673318Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9673648Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9674085Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9674464Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9674940Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9675144Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9675593Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9675752Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9678986Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI300X.o -c 2024-04-03T17:05:16.9679482Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9679800Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9680250Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9680617Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9681056Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9681271Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9681707Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9681868Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9682308Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9682623Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9683070Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9683437Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9683872Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9684085Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9684518Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9684673Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9687844Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI300X.o -c 2024-04-03T17:05:16.9691039Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI300X.o -c 2024-04-03T17:05:16.9691531Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9691853Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9692304Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9692672Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9693114Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9693330Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9693798Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9693957Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9694398Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9694715Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9695164Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9695553Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9696016Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9696229Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9696752Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9696913Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9700241Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI300X.o -c 2024-04-03T17:05:16.9703441Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI300X.o -c 2024-04-03T17:05:16.9706622Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI300X.o -c 2024-04-03T17:05:16.9707061Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9707400Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9707837Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9708225Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9708662Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9708868Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9709317Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9709472Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9709963Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9710292Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9710728Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9711098Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9711549Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9711749Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9712197Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9712399Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9715607Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI300X.o -c 2024-04-03T17:05:16.9716125Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9716452Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9716905Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9717273Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9717719Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9717935Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9718372Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9718529Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9721715Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI300X.o -c 2024-04-03T17:05:16.9724908Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI300X.o -c 2024-04-03T17:05:16.9725357Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9725676Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9726126Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9726498Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9726933Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9727145Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9727583Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9727751Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9728181Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9728527Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9728976Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9729343Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9729785Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9729997Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9730432Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9730588Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9733801Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI300X.o -c 2024-04-03T17:05:16.9734237Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9734639Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9735074Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9735437Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9735884Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9736084Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9736624Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9736783Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9740090Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI300X.o -c 2024-04-03T17:05:16.9740545Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9740865Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9741315Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9741686Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9742126Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9742344Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9742779Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9742938Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9746137Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI300X.o -c 2024-04-03T17:05:16.9746577Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9746905Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9747338Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9747767Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9748216Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9748422Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9748870Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9749027Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9752269Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI300X.o -c 2024-04-03T17:05:16.9752723Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9753048Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9753533Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9753928Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9754360Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9754573Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9755009Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9755165Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9758363Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI300X.o -c 2024-04-03T17:05:16.9758803Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9759133Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9759566Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9759934Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9760388Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9760587Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9761036Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9761194Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9764417Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI300X.o -c 2024-04-03T17:05:16.9767620Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI300X.o -c 2024-04-03T17:05:16.9770852Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI300X.o -c 2024-04-03T17:05:16.9771295Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9771649Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9772103Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9772473Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9772913Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9773131Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9773564Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9773818Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9774253Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9774568Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9775010Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9775378Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9775813Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9776026Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9776551Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9776713Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9780041Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI300X.o -c 2024-04-03T17:05:16.9780487Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9780822Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9781262Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9781648Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9782085Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9782287Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9782741Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9782899Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9783325Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9783653Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9784088Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9784454Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9784899Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9785159Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9785610Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9785766Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9788966Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI300X.o -c 2024-04-03T17:05:16.9789447Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9789766Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9790220Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9790587Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9791023Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9791306Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9791748Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9791904Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9792349Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9792664Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9793118Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9793487Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9793926Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9794138Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9794569Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9794728Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9797953Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI300X.o -c 2024-04-03T17:05:16.9801145Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI300X.o -c 2024-04-03T17:05:16.9801596Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9801912Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9802359Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9802726Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9803162Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9803376Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9803810Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9803999Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9807195Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI300X.o -c 2024-04-03T17:05:16.9810429Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI300X.o -c 2024-04-03T17:05:16.9810881Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9811227Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9811703Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9812071Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9812507Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9812722Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9813160Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9813316Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9816607Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI300X.o -c 2024-04-03T17:05:16.9817053Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9817491Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9817808Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9818118Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9818684Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9819114Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9819502Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9819938Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9820309Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9820525Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9820960Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9821162Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9821612Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9821772Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9822218Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9822374Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9825608Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI300X.o -c 2024-04-03T17:05:16.9826058Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9826376Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9826856Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9827226Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9827663Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9827881Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9828317Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9828475Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9828990Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9829309Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9829745Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9830124Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9830561Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9830775Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9831209Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9831369Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9834684Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI300X.o -c 2024-04-03T17:05:16.9837882Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI300X.o -c 2024-04-03T17:05:16.9838340Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9838661Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9839120Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9839490Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9839932Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9840148Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9840655Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9841008Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9844237Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI300X.o -c 2024-04-03T17:05:16.9844714Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9845048Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9845486Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9845894Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9846347Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9846550Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9847072Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9847232Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9850542Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI300X.o -c 2024-04-03T17:05:16.9853764Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI300X.o -c 2024-04-03T17:05:16.9854285Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9854622Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9855062Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9855432Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9855883Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9856085Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9856617Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9856778Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9857221Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9857555Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9857993Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9858472Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9858929Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9859132Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9859668Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9859827Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9863048Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI300X.o -c 2024-04-03T17:05:16.9863557Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9863875Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9864321Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9864690Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9865126Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9865381Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9865823Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9865979Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9866430Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9866744Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9867229Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9867650Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9868166Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9868382Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9868821Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9868980Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9872204Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI300X.o -c 2024-04-03T17:05:16.9875464Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI300X.o -c 2024-04-03T17:05:16.9875915Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9876232Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9876683Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9877053Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9877493Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9877714Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9878152Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9878309Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9881557Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI300X.o -c 2024-04-03T17:05:16.9884851Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI300X.o -c 2024-04-03T17:05:16.9885308Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9885657Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9886107Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9886478Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9886918Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9887134Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9887571Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9887791Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9888236Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9888550Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9888996Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9889364Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9889801Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9890014Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9890452Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9890683Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9891127Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9891448Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9891881Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9892266Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9892701Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9892922Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9893358Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9893519Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9896795Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI300X.o -c 2024-04-03T17:05:16.9900163Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI300X.o -c 2024-04-03T17:05:16.9900618Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9900985Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9901436Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9901807Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9902242Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9902455Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9902893Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9903050Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9903541Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9903861Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9904294Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9904677Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9905307Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9905619Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9906066Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9906225Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9909416Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI300X.o -c 2024-04-03T17:05:16.9912763Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI300X.o -c 2024-04-03T17:05:16.9913221Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9913543Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9913999Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9914372Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9914812Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9915031Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9915466Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9915628Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9918964Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI300X.o -c 2024-04-03T17:05:16.9919540Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9919878Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9920363Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9920733Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9921189Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9921395Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9921830Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9922000Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9925379Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI300X.o -c 2024-04-03T17:05:16.9925838Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9926155Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9926692Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9927063Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9927498Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9927710Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9928147Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9928304Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9928751Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9929070Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9929525Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9930061Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9930510Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9930727Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9931164Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9931321Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9934518Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI300X.o -c 2024-04-03T17:05:16.9937862Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI300X.o -c 2024-04-03T17:05:16.9938418Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9938824Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9939272Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9939712Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9940151Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9940367Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9940808Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9940966Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9944383Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI300X.o -c 2024-04-03T17:05:16.9950934Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9951370Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9951839Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9952362Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9952810Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9953026Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9953466Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9953626Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9956974Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI300X.o -c 2024-04-03T17:05:16.9957425Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9957757Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9958196Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9958564Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9959018Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9959220Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9959666Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9959825Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9963108Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI300X.o -c 2024-04-03T17:05:16.9963568Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9963888Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9964342Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9964712Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9965190Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9965406Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9965841Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9966001Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9969335Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI300X.o -c 2024-04-03T17:05:16.9969778Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9970112Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9970549Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9970918Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9971428Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9971632Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9972084Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9972239Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9975518Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI300X.o -c 2024-04-03T17:05:16.9975982Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9976303Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9976844Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9977216Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9977654Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9977871Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9978434Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9978592Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9981879Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI300X.o -c 2024-04-03T17:05:16.9982324Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9982656Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9983092Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9983463Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9983918Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9984121Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9984625Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9984781Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9988032Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI300X.o -c 2024-04-03T17:05:16.9988544Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9988865Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:16.9989317Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9989689Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:16.9990123Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:16.9990338Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:16.9990851Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:16.9991011Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:16.9994327Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI300X.o -c 2024-04-03T17:05:16.9997500Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI300X.o -c 2024-04-03T17:05:17.0000795Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI300X.o -c 2024-04-03T17:05:17.0001237Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0001568Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0002006Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0002397Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0002832Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0003036Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0003575Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0003735Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0004166Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0004495Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0005044Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0005431Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0005869Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0006076Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0006527Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0006684Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0007112Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0007478Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0007913Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0008295Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0008796Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0009224Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0009501Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0009881Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0010321Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0010489Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0010926Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0011294Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0011741Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0011939Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0012387Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0012541Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0015797Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI300X.o -c 2024-04-03T17:05:17.0019312Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI300X.o -c 2024-04-03T17:05:17.0019768Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0020112Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0020548Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0020927Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0021367Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0021569Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0022184Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0022341Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0025553Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI300X.o -c 2024-04-03T17:05:17.0026067Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0026385Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0026835Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0027241Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0027680Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0027955Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0028389Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0028557Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0031867Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI300X.o -c 2024-04-03T17:05:17.0032344Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0032674Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0033109Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0033493Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0033994Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0034199Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0034721Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0034878Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0038047Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI300X.o -c 2024-04-03T17:05:17.0041302Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI300X.o -c 2024-04-03T17:05:17.0041745Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0042145Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0042589Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0042973Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0043408Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0043649Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0044101Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0044257Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0044691Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0045020Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0045457Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0045838Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0046304Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0046507Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0047023Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0047182Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0047612Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0047942Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0048460Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0048834Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0049361Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0049564Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0050020Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0050177Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0053375Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI300X.o -c 2024-04-03T17:05:17.0056767Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI300X.o -c 2024-04-03T17:05:17.0057217Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0057552Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0057988Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0058472Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0058916Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0059116Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0059566Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0059723Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0063010Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI300X.o -c 2024-04-03T17:05:17.0063515Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0063836Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0064287Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0064653Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0065092Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0065357Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0065795Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0065952Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0066471Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0066790Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0067239Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0067686Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0068125Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0068341Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0068774Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0068930Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0072255Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI300X.o -c 2024-04-03T17:05:17.0075461Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI300X.o -c 2024-04-03T17:05:17.0078410Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/src/v2src/triton_kernel.cc -I/var/lib/jenkins/workspace/build/aotriton/build/v2src -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/v2src/triton_kernel.o -c 2024-04-03T17:05:17.0078855Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0079195Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0079631Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0080014Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0080454Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0080659Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0081109Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0081266Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0081732Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0082066Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0082499Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0082870Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0083313Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0083512Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0083955Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0084158Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0084591Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0084920Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0085356Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0085722Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0086194Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0086424Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0086946Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0087103Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0089836Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/src/v2src/util.cc -I/var/lib/jenkins/workspace/build/aotriton/build/v2src -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/v2src/util.o -c 2024-04-03T17:05:17.0092736Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/src/v2src/flash/attn_bwd.cc -I/var/lib/jenkins/workspace/build/aotriton/build/v2src -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/v2src/flash/attn_bwd.o -c 2024-04-03T17:05:17.0093173Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0093506Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0093940Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0094309Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0094759Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0094960Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0095406Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0095560Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0095991Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0096322Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0096842Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0097213Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0097668Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0097869Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0098411Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0098646Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0101550Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/src/v2src/flash/attn_check.cc -I/var/lib/jenkins/workspace/build/aotriton/build/v2src -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/v2src/flash/attn_check.o -c 2024-04-03T17:05:17.0104466Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/src/v2src/flash/attn_fwd.cc -I/var/lib/jenkins/workspace/build/aotriton/build/v2src -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/v2src/flash/attn_fwd.o -c 2024-04-03T17:05:17.0104906Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0105239Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0105677Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0106078Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0106572Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0106773Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0107208Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0107376Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0107810Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0108140Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:05:17.0108576Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0108948Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:05:17.0109398Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:05:17.0109601Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:05:17.0110036Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:05:17.0110208Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:05:17.0420924Z /usr/bin/ar -r libaotriton_v2.a flash/shim.attn_fwd.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI300X.o flash/shim.bwd_preprocess.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI300X.o flash/shim.bwd_kernel_dk_dv.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI300X.o flash/shim.bwd_kernel_dq.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI300X.o v2src/triton_kernel.o v2src/util.o v2src/flash/attn_bwd.o v2src/flash/attn_check.o v2src/flash/attn_fwd.o 2024-04-03T17:05:17.0422377Z /usr/bin/ar: creating libaotriton_v2.a 2024-04-03T17:05:17.0422385Z 2024-04-03T17:06:11.1905291Z [7830/8653] Performing install step for 'aotriton_external' 2024-04-03T17:06:11.1907074Z [7831/8653] Performing install step for 'aotriton_external' 2024-04-03T17:06:11.1915528Z [1/7] cd /var/lib/jenkins/workspace/build/aotriton/build && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" python -m pip install -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt 2024-04-03T17:06:11.1922836Z Requirement already satisfied: filelock in ./venv/lib/python3.12/site-packages (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 1)) (3.13.3) 2024-04-03T17:06:11.1926247Z Requirement already satisfied: iniconfig in ./venv/lib/python3.12/site-packages (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 2)) (2.0.0) 2024-04-03T17:06:11.1930292Z Requirement already satisfied: packaging in ./venv/lib/python3.12/site-packages (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 3)) (24.0) 2024-04-03T17:06:11.1933973Z Requirement already satisfied: pluggy in ./venv/lib/python3.12/site-packages (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 4)) (1.4.0) 2024-04-03T17:06:11.1937616Z Requirement already satisfied: numpy in ./venv/lib/python3.12/site-packages (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 5)) (1.26.4) 2024-04-03T17:06:11.1941510Z Requirement already satisfied: setuptools in ./venv/lib/python3.12/site-packages (from -r /var/lib/jenkins/workspace/build/aotriton/src/requirements.txt (line 6)) (69.2.0) 2024-04-03T17:06:11.1943277Z 2024-04-03T17:06:11.1943777Z [notice] A new release of pip is available: 23.2.1 -> 24.0 2024-04-03T17:06:11.1944880Z [notice] To update, run: pip install --upgrade pip 2024-04-03T17:06:11.1952787Z [2/7] cd /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" TRITON_BUILD_DIR=/var/lib/jenkins/workspace/build/aotriton/build/triton_build python setup.py develop 2024-04-03T17:06:11.1959640Z running develop 2024-04-03T17:06:11.1962180Z /var/lib/jenkins/workspace/build/aotriton/build/venv/lib/python3.12/site-packages/setuptools/command/develop.py:40: EasyInstallDeprecationWarning: easy_install command is deprecated. 2024-04-03T17:06:11.1964635Z !! 2024-04-03T17:06:11.1964908Z 2024-04-03T17:06:11.1965244Z ******************************************************************************** 2024-04-03T17:06:11.1966252Z Please avoid running ``setup.py`` and ``easy_install``. 2024-04-03T17:06:11.1967272Z Instead, use pypa/build, pypa/installer or other 2024-04-03T17:06:11.1968206Z standards-based tools. 2024-04-03T17:06:11.1968660Z 2024-04-03T17:06:11.1969202Z See https://github.com/pypa/setuptools/issues/917 for details. 2024-04-03T17:06:11.1970300Z ******************************************************************************** 2024-04-03T17:06:11.1970946Z 2024-04-03T17:06:11.1971114Z !! 2024-04-03T17:06:11.1971610Z easy_install.initialize_options(self) 2024-04-03T17:06:11.1974378Z /var/lib/jenkins/workspace/build/aotriton/build/venv/lib/python3.12/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-04-03T17:06:11.1976948Z !! 2024-04-03T17:06:11.1977223Z 2024-04-03T17:06:11.1977553Z ******************************************************************************** 2024-04-03T17:06:11.1978608Z Please avoid running ``setup.py`` directly. 2024-04-03T17:06:11.1979559Z Instead, use pypa/build, pypa/installer or other 2024-04-03T17:06:11.1980501Z standards-based tools. 2024-04-03T17:06:11.1980988Z 2024-04-03T17:06:11.1981812Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-04-03T17:06:11.1983211Z ******************************************************************************** 2024-04-03T17:06:11.1983820Z 2024-04-03T17:06:11.1983983Z !! 2024-04-03T17:06:11.1984424Z self.initialize_options() 2024-04-03T17:06:11.1985135Z running egg_info 2024-04-03T17:06:11.1985731Z writing triton.egg-info/PKG-INFO 2024-04-03T17:06:11.1986788Z writing dependency_links to triton.egg-info/dependency_links.txt 2024-04-03T17:06:11.1988066Z writing requirements to triton.egg-info/requires.txt 2024-04-03T17:06:11.1989277Z writing top-level names to triton.egg-info/top_level.txt 2024-04-03T17:06:11.1990464Z reading manifest file 'triton.egg-info/SOURCES.txt' 2024-04-03T17:06:11.1991435Z reading manifest template 'MANIFEST.in' 2024-04-03T17:06:11.1992491Z writing manifest file 'triton.egg-info/SOURCES.txt' 2024-04-03T17:06:11.1993391Z running build_ext 2024-04-03T17:06:11.1994009Z -- Adding Python module 2024-04-03T17:06:11.1994644Z -- Configuring done (0.4s) 2024-04-03T17:06:11.1995326Z -- Generating done (0.2s) 2024-04-03T17:06:11.1996672Z -- Build files have been written to: /var/lib/jenkins/workspace/build/aotriton/build/triton_build 2024-04-03T17:06:11.1998012Z ninja: no work to do. 2024-04-03T17:06:11.1998587Z ninja: no work to do. 2024-04-03T17:06:11.1999540Z build_extension <__main__.CMakeExtension('triton') at 0x7ff13b8d4d70> 2024-04-03T17:06:11.2001828Z Creating /var/lib/jenkins/workspace/build/aotriton/build/venv/lib/python3.12/site-packages/triton.egg-link (link to .) 2024-04-03T17:06:11.2003972Z triton 2.1.0 is already the active version in easy-install.pth 2024-04-03T17:06:11.2004735Z 2024-04-03T17:06:11.2005432Z Installed /var/lib/jenkins/workspace/build/aotriton/src/third_party/triton/python 2024-04-03T17:06:11.2006828Z Processing dependencies for triton==2.1.0 2024-04-03T17:06:11.2007648Z Searching for filelock==3.13.3 2024-04-03T17:06:11.2008315Z Best match: filelock 3.13.3 2024-04-03T17:06:11.2009185Z Adding filelock 3.13.3 to easy-install.pth file 2024-04-03T17:06:11.2009810Z 2024-04-03T17:06:11.2010789Z Using /var/lib/jenkins/workspace/build/aotriton/build/venv/lib/python3.12/site-packages 2024-04-03T17:06:11.2012289Z Finished processing dependencies for triton==2.1.0 2024-04-03T17:06:11.2020142Z [3/7] cd /var/lib/jenkins/workspace/build/aotriton/src && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" python -m v2python.generate_compile --target_gpus MI200 MI300X --build_dir /var/lib/jenkins/workspace/build/aotriton/build/v2src 2024-04-03T17:06:11.2032119Z self.TYPE_CHOICES={frozenset({'V', 'encoded_softmax', 'K', 'Out', 'Q'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'M'}): ['*fp32:16'], frozenset({'seqlen_q', 'seqlen_k'}): ['i32'], frozenset({'head_dim'}): ['u64'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qh', 'stride_qm', 'stride_qz'}): ['u64:16'], frozenset({'stride_kz', 'stride_kh', 'stride_kn'}): ['u64:16'], frozenset({'stride_vz', 'stride_vk', 'stride_vh'}): ['u64:16'], frozenset({'stride_oz', 'stride_oh', 'stride_om'}): ['u64:16']} 2024-04-03T17:06:11.2040505Z self.FEAT_CHOICES={frozenset({'STAGE'}): [1, 3], frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'RETURN_ENCODED_SOFTMAX'}): [True, False], frozenset({'PADDED_HEAD'}): [True, False], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_on'}): [1]} 2024-04-03T17:06:11.2046638Z self.TYPE_CHOICES={frozenset({'DO', 'Out'}): ['*fp16:16', '*bf16:16'], frozenset({'Delta'}): ['*fp32:16'], frozenset({'seqlen_q'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'stride_oz', 'stride_oh', 'stride_om'}): ['u64:16'], frozenset({'stride_doz', 'stride_dom', 'stride_doh'}): ['u64:16']} 2024-04-03T17:06:11.2050874Z self.FEAT_CHOICES={frozenset({'D_HEAD'}): [16, 32, 64, 128, 256], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_on'}): [1], frozenset({'stride_don'}): [1]} 2024-04-03T17:06:11.2240931Z self.TYPE_CHOICES={frozenset({'V', 'DO', 'DV', 'K', 'DK', 'Out', 'Q'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'D', 'L'}): ['*fp32:16'], frozenset({'seqlen_q', 'seqlen_k'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qh', 'stride_qm', 'stride_qz'}): ['u64:16'], frozenset({'stride_kz', 'stride_kh', 'stride_kn'}): ['u64:16'], frozenset({'stride_vz', 'stride_vk', 'stride_vh'}): ['u64:16'], frozenset({'stride_oz', 'stride_oh', 'stride_om'}): ['u64:16'], frozenset({'stride_dkn', 'stride_dkh', 'stride_dkz'}): ['u64:16'], frozenset({'stride_dvk', 'stride_dvh', 'stride_dvz'}): ['u64:16']} 2024-04-03T17:06:11.2248979Z self.FEAT_CHOICES={frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'CAUSAL'}): [True, False], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_ok'}): [1], frozenset({'stride_dkk'}): [1], frozenset({'stride_dvn'}): [1]} 2024-04-03T17:06:11.2255987Z self.TYPE_CHOICES={frozenset({'dQ', 'V', 'dO', 'K', 'Out', 'Q'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'D', 'L'}): ['*fp32:16'], frozenset({'seqlen_q', 'seqlen_k'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qh', 'stride_qm', 'stride_qz'}): ['u64:16'], frozenset({'stride_kz', 'stride_kh', 'stride_kn'}): ['u64:16'], frozenset({'stride_vz', 'stride_vk', 'stride_vh'}): ['u64:16'], frozenset({'stride_oz', 'stride_oh', 'stride_om'}): ['u64:16'], frozenset({'stride_dqh', 'stride_dqz', 'stride_dqm'}): ['u64:16']} 2024-04-03T17:06:11.2261588Z self.FEAT_CHOICES={frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'CAUSAL'}): [True, False], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_ok'}): [1], frozenset({'stride_dqk'}): [1]} 2024-04-03T17:06:11.2263870Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.2266104Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2268149Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.2270375Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2272574Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.2274812Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2276931Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.2279176Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2281279Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.2283572Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2285636Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.2287903Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2289980Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.2292204Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2294269Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.2296593Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2298835Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.2301060Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2303109Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.2305398Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2307443Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.2309730Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2311799Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.2314067Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2316172Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.2318400Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2320462Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.2322724Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2324801Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.2327050Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2329128Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.2331375Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2333435Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.2335659Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2337843Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.2340307Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2342357Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.2344635Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2346734Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.2348974Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2351019Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.2353250Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2355297Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.2357547Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2359729Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.2361982Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2364061Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.2366314Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2368454Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.2370697Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2372778Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.2375017Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2377212Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.2379594Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2381676Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.2383929Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2386006Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.2388253Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2390336Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.2392602Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2394690Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.2396945Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2399028Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.2401371Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2403506Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.2406438Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2408564Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.2410855Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2412966Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.2415205Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2417370Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.2421053Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2424874Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.2427214Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2430290Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.2433351Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2435479Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.2437740Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2440012Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.2442351Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2444416Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.2446702Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2449615Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.2452495Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2454667Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.2456990Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2460124Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.2463014Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2465066Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.2467291Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2470674Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.2473587Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2475746Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.2478002Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2480986Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.2483895Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2485957Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.2488184Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2491820Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.2494736Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2496896Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.2499368Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2502282Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.2505282Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2507400Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.2509645Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2512591Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.2515536Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2517612Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.2519918Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2522874Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.2525899Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2527966Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.2530321Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2534292Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.2537488Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2539840Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.2542481Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2547304Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.2551098Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2553264Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.2555506Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2559739Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.2564961Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2567081Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.2569723Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2575236Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.2586736Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2590771Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.2595028Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2600596Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.2606289Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2610326Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.2614582Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2620359Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.2625942Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2629846Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.2634124Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2639615Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.2645265Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2649237Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.2653616Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2659487Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.2665217Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2669131Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.2673296Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2678800Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.2684231Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2688100Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.2692296Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2697930Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.2703668Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2707634Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.2711971Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2716053Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.2719112Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2721194Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.2723432Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2726335Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.2729243Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2731991Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.2736051Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2741775Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.2747278Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2751362Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.2755886Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2761453Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.2767108Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2771188Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.2775367Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2781208Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.2786709Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2790666Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.2794952Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2800420Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.2806015Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2810150Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.2814500Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2820177Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.2825844Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2829864Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.2834106Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2839722Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.2845304Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2849261Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.2853587Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2859362Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.2864890Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.2868975Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.2873171Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2878812Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.2884314Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.2888323Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.2892543Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2898126Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.2903934Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.2907879Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.2912178Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2917711Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.2923253Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.2927268Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.2931551Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2937314Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.2943051Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.2947062Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.2951242Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2956858Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.2962017Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.2965660Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.2969577Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2974810Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.2979947Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.2983640Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.2987553Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.2993132Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.2998831Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3002882Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.3007070Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3011151Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.3014069Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3016142Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.3018683Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3021616Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.3024522Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3026674Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.3029052Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3032663Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.3037696Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3041754Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.3045713Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3050843Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.3056246Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3060624Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.3064798Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3070239Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.3075720Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3079867Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.3084047Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3089423Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.3094593Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3098682Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.3102558Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3106259Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.3110259Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3113997Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.3117978Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3121735Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.3125546Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3129026Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.3132798Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3135489Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.3139494Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3142975Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.3146999Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3150830Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.3155390Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3159383Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.3163633Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3167388Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.3170465Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3172524Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.3174744Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3176896Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.3179376Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3181788Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.3184553Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3186641Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.3188956Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3191024Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.3193306Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3195424Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.3197680Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3199732Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.3201951Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3204249Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.3208025Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3211659Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.3215844Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3219876Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.3223890Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3227773Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.3231937Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3235988Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.3240202Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3244249Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.3248489Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3314421Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.3318284Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3321795Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.3325901Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3329748Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.3333800Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3337706Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.3341950Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3345855Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.3350301Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3354218Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.3358482Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3362341Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.3366698Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3370679Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.3374722Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3378771Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.3382892Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3386621Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.3390654Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3394398Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.3398527Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3402391Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.3406402Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3410418Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.3414254Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3417917Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.3422153Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3426111Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.3430164Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3433979Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.3438127Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3441986Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.3446177Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3449991Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.3454130Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.3459811Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3465350Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3470587Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.3475962Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3481312Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3485095Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.3489300Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.3494592Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3500052Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3505262Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.3509783Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3513310Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3515756Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.3519825Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.3524466Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3527379Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3530384Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.3534603Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3537694Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3539915Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.3542161Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.3545303Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3548234Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3551144Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.3554141Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3557100Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3559172Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.3561437Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.3564374Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3567404Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3570296Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.3573194Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3576086Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3578375Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.3581133Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.3584034Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3587007Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3589949Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.3592891Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3595829Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3597889Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.3600142Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.3603051Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3605958Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3608855Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.3611743Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3614635Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3616826Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.3619241Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.3622156Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3625114Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3628071Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.3630974Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3633882Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3635926Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.3638144Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.3641033Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3643919Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3646849Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.3649761Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3652636Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3654724Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.3657053Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.3660379Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3663294Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3666173Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.3669046Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3671940Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3673994Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.3676223Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.3679188Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3682111Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3685029Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.3687941Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3690835Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3692896Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.3695142Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.3698114Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3701226Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3704112Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.3706986Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3709931Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3711992Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.3714272Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.3717201Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3720138Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3723029Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.3725912Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3728781Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3730833Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.3733072Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.3735979Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3739370Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3742269Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.3745216Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3748156Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3750252Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.3752473Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.3755374Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3758270Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3761143Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.3764048Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3766950Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3769074Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.3771320Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.3774271Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3777243Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3780362Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.3783282Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3786183Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3788239Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.3790459Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.3793340Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3796227Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3799099Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.3802003Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3804946Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.3806993Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.3809241Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.3812168Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3815064Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3818018Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.3821132Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3824041Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.3826088Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.3828310Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.3831193Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3834153Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3837103Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.3840031Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3844123Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.3847053Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.3849299Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.3852206Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3855111Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3858137Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.3861983Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3867392Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.3871399Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.3875609Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.3881020Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3886454Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3891936Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.3896876Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3902443Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.3906316Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.3910445Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.3915861Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3921280Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3926836Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.3932113Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3937502Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.3941608Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.3945819Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.3951270Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3956687Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3962110Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.3967500Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3972642Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.3976593Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.3980921Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.3986524Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3992060Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.3997576Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4003026Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4008262Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4012123Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.4016275Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4021902Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4027339Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4032756Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4038130Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4043235Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4047117Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.4051416Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4056988Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4062574Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4068003Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4073462Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4078461Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4082267Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.4086409Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4091820Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4097496Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4103008Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4108501Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4113819Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4117532Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.4121733Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4127163Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4132610Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4138088Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4143630Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4149035Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4152642Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.4156475Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4162189Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4167511Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4173028Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4178766Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4184248Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4188133Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.4192297Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4197743Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4203116Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4208350Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4213606Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4219276Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4223105Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.4227406Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4232895Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4238289Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4243488Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4248533Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4254142Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4257908Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.4262102Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4267698Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4273099Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4278643Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4284246Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4289799Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4293643Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.4297827Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4303184Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4308364Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4313540Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4318681Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4324133Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4327773Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.4331832Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4336689Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4341801Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4346052Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4350822Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4355865Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4359571Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.4363286Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4366972Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4369977Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4373026Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4375988Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4379189Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4381625Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.4383887Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4386789Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4389700Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4392611Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4395514Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4398429Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4400511Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.4402756Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4406260Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4409301Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4412231Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4415168Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4418172Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4420390Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.4422639Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4425555Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4428473Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4431457Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4434771Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4437775Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4439902Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.4442155Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4445093Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4448058Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4451283Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4455169Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4458397Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4460632Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.4462897Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4465823Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4468829Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4471779Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4474689Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4477681Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4479748Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.4481977Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4484854Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4487740Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4490619Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4493494Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4496367Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4499503Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4502440Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4504491Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.4506759Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4509683Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4512557Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4515441Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4518322Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4521220Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4524108Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4526988Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4529089Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.4531454Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4534377Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4537403Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4540785Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4543886Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4546781Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4549663Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4552542Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4554604Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.4556850Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4559746Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4562726Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4565652Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4575158Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4578428Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4581357Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4584265Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4586332Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.4588572Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4591460Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4594350Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4597232Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4600194Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4603138Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4606063Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4608992Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4611057Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.4613291Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4616184Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4619286Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4622196Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4625096Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4627996Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4630935Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4633864Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4636123Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.4640206Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4645768Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4651204Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4656300Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4659912Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4662842Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4665738Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4668635Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4670828Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.4673146Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4676925Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4680197Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4683167Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4686067Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4688974Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4691876Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4695685Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4699512Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.4703623Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4709157Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4714603Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4719986Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4725442Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4730435Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4734013Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.4737032Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4739281Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.4741521Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4744583Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4747456Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4750463Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4753397Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4756295Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4759202Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.4762126Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.4764179Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.4766423Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4770324Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4773242Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4776124Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4779486Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4782496Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4785372Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.4789890Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.4793753Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.4798044Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4803467Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4808874Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4814296Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4819886Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4824637Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4830134Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.4835692Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.4839546Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.4843747Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4849189Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4854759Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4859958Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4863443Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4867197Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4870767Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.4873747Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.4875824Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.4878661Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4881853Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4885006Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4887907Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4890885Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4893782Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4896763Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.4900871Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.4904756Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.4908922Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4914350Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4919761Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4925260Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4930762Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4935627Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4939948Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.4943085Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.4945180Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.4947596Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4952627Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4958138Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4963572Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4969034Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4974621Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4980457Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.4985618Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.4989441Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.4993600Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.4999029Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5004435Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5009806Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5015198Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5020825Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5025975Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5031548Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5035377Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.5039589Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5045060Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5050528Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5055908Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5061132Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5066580Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5071982Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5077392Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5081222Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.5085371Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5090964Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5096065Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5101863Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5107345Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5112759Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5118156Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5123581Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5127430Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.5131270Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5134827Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5137858Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5141067Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5144005Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5146943Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5151351Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5155161Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5157750Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.5160402Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5164260Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5169028Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5172119Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5175389Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5181020Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5186364Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5191460Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5195208Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.5199580Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5205237Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5210853Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5215435Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5218660Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5221574Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5224471Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5227480Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5229606Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.5231858Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5234943Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5238202Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5243232Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5247821Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5251814Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5256786Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5261332Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5265066Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.5269424Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5275062Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5280557Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5286058Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5291849Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5297582Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5303242Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5308855Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5312611Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.5316818Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5322326Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5327910Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5333498Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5339218Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5344872Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5350495Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5356056Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5359976Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.5364170Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5369601Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5375029Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5380849Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5386490Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5392153Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5397565Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5402254Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5406085Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.5409619Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5414867Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5418430Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5421420Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5424350Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5427234Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5430236Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5433185Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5435265Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.5437598Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5440692Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5443599Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5448394Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5452443Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5455447Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5458657Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5461854Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5464024Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.5466285Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5469249Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5472192Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5475112Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5478005Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5480903Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5483814Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5486792Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5488874Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.5491129Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5494039Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5497140Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5502691Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5506258Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5509315Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5512222Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5515144Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5517231Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.5519507Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5522420Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5525332Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5528223Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5531248Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5534225Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5537331Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5540724Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5542831Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.5545110Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5548038Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5550966Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5553874Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5556794Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5559700Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5562672Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5565619Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5567704Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.5569973Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5572911Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5575797Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5578997Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5581904Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5584790Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5587673Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5590549Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5592686Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.5594969Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5597856Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5600782Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5603706Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5606614Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5609493Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5612369Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5615261Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5617411Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.5619846Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5622819Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5625749Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5628634Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5631587Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5634508Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5637493Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5640382Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5642461Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.5644711Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5647629Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5650533Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5653479Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5658698Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5664035Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5669481Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5675103Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5679227Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.5683620Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5689395Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5695127Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5700815Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5706600Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5712350Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5718139Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5723785Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5728035Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.5732445Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5738441Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5744134Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5749938Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5755608Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5761268Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5767041Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5772866Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5777206Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.5781806Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5787614Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5793320Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5798889Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5804676Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5810377Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5816121Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5821927Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5826104Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.5830553Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5836451Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5842340Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5848172Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5853943Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5859965Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5862957Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5865849Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5867130Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.5870055Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5872948Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5875942Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5879010Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5880471Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.5883451Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5886445Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5889373Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5892321Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5893663Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.5896739Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5899766Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.5902752Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5905580Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.5907130Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.5910008Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5913158Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.5916126Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5919098Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.5920428Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.5923375Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5926371Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.5929392Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5932322Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.5933730Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.5936763Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5939921Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.5943016Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5946099Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.5947417Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.5950557Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5953492Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.5956576Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5959566Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.5960929Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.5963807Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5966675Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.5969713Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5972804Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.5974107Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.5977223Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5980253Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.5983195Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5986139Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.5987417Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.5990330Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5993200Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.5996136Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.5999081Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6000447Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.6003432Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6006428Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.6009366Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6012447Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6013818Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.6016897Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6019972Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.6022952Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6025851Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6027274Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.6030269Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6033219Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.6036261Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6039340Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6040745Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.6043846Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6046846Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.6049833Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6052808Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6054265Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.6057299Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6060449Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.6063364Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6066484Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6067655Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.6070670Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6073708Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.6076755Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6079272Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6080467Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.6083270Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6086219Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.6088564Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6091435Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6092803Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.6095564Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6098742Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.6101639Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6104536Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6105867Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.6108962Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6111946Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.6114926Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6117844Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6119201Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.6122141Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6124895Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.6127585Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6130516Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6131751Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.6134636Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6137457Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.6140380Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6143492Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6144863Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.6147823Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6150788Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.6153764Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6156789Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6158110Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.6160747Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6162443Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.6164262Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6166883Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6167962Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.6170261Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6172925Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.6175146Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6178447Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6179860Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.6182899Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6186087Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.6188579Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6190601Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6191427Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.6193020Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6194545Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.6196229Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6198732Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6199699Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.6201239Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6202814Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.6205260Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6207522Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6208339Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.6210414Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6212995Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.6214670Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6216209Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6217118Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.6218844Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6220439Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.6221981Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6223549Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6224330Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.6225982Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6227567Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.6229201Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6230782Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6231541Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.6233107Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6234680Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.6236226Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6237808Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6238520Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.6240090Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6241721Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.6243967Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6246504Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6247421Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.6249450Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6251063Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.6252654Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6254186Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6255460Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.6258547Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6260927Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.6262717Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6264410Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6265322Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.6267337Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6270381Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.6273590Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6276638Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6278073Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.6280570Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6282584Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.6284185Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6285766Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6286540Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.6288146Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6290062Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.6291702Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6293339Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6294098Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.6295634Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6297341Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.6299083Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6301025Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6302166Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.6304507Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6306517Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.6308233Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6309855Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6310577Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.6312258Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6313801Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.6315381Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6316915Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp32:16', '*fp16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*fp16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6317655Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.6319337Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6321361Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6324415Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6342966Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6348748Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.6352620Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.6356859Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6362464Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6367890Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6373342Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6380253Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.6384135Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.6388345Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6393776Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6399194Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6404766Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6410242Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.6414105Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:11.6418535Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6423921Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6429074Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6434557Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6439628Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.6443515Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.6447692Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6453147Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6459029Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6464569Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6470022Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.6473939Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.6478171Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6483647Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6489134Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6494566Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6500142Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.6503999Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.6508183Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6513640Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6519155Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6524579Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6529892Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.6533826Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:11.6537904Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6544863Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6550360Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6555857Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6561317Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.6565150Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.6569285Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6574535Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6580183Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6585731Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6591233Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.6595115Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.6599246Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6604686Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6609841Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6615306Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6620917Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.6624745Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.6628934Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6634510Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6640010Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6645142Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6650646Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.6654532Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:11.6658945Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6664427Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6669900Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6675359Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6680796Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.6684650Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.6688795Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6694323Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6699881Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6705340Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6710799Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.6714661Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.6718832Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6724284Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6729745Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6734813Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6740503Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.6744362Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.6748020Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6751932Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6754872Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6757832Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6760778Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.6762858Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:11.6765124Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6768031Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6770952Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6773873Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6776880Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.6779193Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.6781935Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6785894Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6788860Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6791794Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.6794671Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.6798341Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.6802511Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6807938Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6813359Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6819021Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.6824463Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.6828421Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.6832566Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6838075Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6843563Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6849041Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.6854435Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.6858443Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:11.6862624Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6868057Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6873510Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6878928Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.6884002Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.6887862Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.6892126Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6897243Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6903009Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6908452Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.6913892Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.6917761Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.6921950Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6927402Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6932846Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6938429Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.6943941Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.6947780Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.6952014Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6957477Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6962977Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6968367Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.6973801Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.6977761Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:11.6981748Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6987236Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6992410Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.6997788Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7003378Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.7007321Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.7011484Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7017117Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7022842Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7028282Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7033706Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.7037550Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.7041725Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7047177Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7052628Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7058181Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7063791Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.7067629Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.7071850Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7077269Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7082373Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7087808Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7092039Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.7094317Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:11.7096693Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7099774Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7102695Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7105722Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7108684Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.7110744Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.7113028Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7116767Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7122346Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7127655Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7133140Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.7137132Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.7141373Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7146940Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7152710Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7158474Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7163972Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.7167971Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.7172329Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7178017Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7183798Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7189560Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7195275Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.7199382Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:11.7203834Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7209350Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7215247Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7221363Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7227173Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.7231293Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.7235657Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7241271Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7246982Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7252672Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7258555Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.7262612Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.7266977Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7272817Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7278620Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7284147Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7289823Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.7293569Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.7297950Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7303488Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7308983Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7314456Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7319925Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.7323875Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:11.7328145Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7334035Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7340017Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7345564Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7351433Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.7355545Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.7359904Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7365323Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7370849Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7376662Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7382517Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.7386449Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.7391045Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7396622Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7402200Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7408028Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7413800Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.7417908Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.7422309Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7427930Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7433370Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7439043Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7444454Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.7448311Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:11.7452598Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7458670Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7464051Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7469646Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7475212Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '1', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.7479279Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.7483567Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7489291Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7495033Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.7500971Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7506363Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.7510590Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.7514739Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7520362Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7525664Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.7531000Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7536657Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.7540593Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.7544710Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7549994Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7555606Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.7561177Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7566590Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.7570584Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:11.7578608Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7584080Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7589438Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.7628913Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7634360Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.7638107Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.7642184Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7647789Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7653448Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.7659370Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7665074Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.7669179Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.7673727Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7679394Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7684854Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.7690790Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7696137Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.7700443Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.7704842Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7710628Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7716320Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.7721946Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7727424Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.7731641Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:11.7735993Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7742059Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7747813Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.7753589Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7759194Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '16', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.7763095Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.7767342Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7773099Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7778551Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.7783560Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.7789070Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.7793317Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.7797518Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7803150Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7808713Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.7814075Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.7819603Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.7823475Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.7827668Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7833247Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7838637Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.7844178Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.7850030Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.7854082Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:11.7858706Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7864121Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7869918Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.7875610Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.7881293Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.7885385Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.7889512Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7894867Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7900696Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.7906326Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.7911832Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.7915778Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.7920110Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7925916Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7931508Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.7937252Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.7942632Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.7946439Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.7950612Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7956144Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7961619Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.7967302Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.7972955Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.7977256Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:11.7981779Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7987317Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.7992962Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.7998555Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.8004189Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '32', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.8008260Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.8012684Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.8018637Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.8024279Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.8030198Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.8036047Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.8040123Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.8044147Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.8050059Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.8055705Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.8061396Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.8066948Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.8070900Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.8075180Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.8080739Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.8086382Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.8092397Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.8098496Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.8102266Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:11.8106701Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.8112362Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.8117957Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.8123705Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.8129274Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.8133331Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.8137780Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.8143507Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.8149166Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.8154547Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.8160099Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.8164099Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.8168096Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.8173751Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.8179472Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.8184912Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.8190565Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.8194581Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.8198835Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.8204378Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.8210083Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.8215792Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.8221624Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.8225750Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:11.8230046Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.8235459Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.8241087Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.8246722Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.8252430Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '64', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.8256493Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.8260904Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.8266571Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.8272084Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.8277641Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.8283360Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.8287322Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.8291672Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.8297248Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.8300984Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.8303886Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.8306787Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.8308861Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.8311125Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.8314187Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.8317125Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.8320021Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.8322969Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.8325040Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:11.8327296Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.8330210Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.8333107Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.8336008Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.8339250Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.8341334Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.8343647Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.8346601Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.8349508Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.8352413Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.8355344Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.8357411Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.8359677Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.8362594Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.8365504Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.8368410Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.8371309Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.8373366Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.8375699Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.8378860Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.8381782Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.8384736Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.8387652Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.8389749Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:11.8392012Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.8394936Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.8397857Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.8400804Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.8403829Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '128', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.8405999Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.8408237Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.8411176Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.8414169Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.8417289Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'True'] 2024-04-03T17:06:11.8420361Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'True'] 2024-04-03T17:06:11.8422435Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.8424684Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.8427612Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.8430501Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.8433399Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'True', 'False'] 2024-04-03T17:06:11.8436367Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'True', 'False'] 2024-04-03T17:06:11.8438473Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.8440701Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.8443645Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.8446576Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.8449474Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'True'] 2024-04-03T17:06:11.8452368Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'True'] 2024-04-03T17:06:11.8454434Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:11.8456761Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.8459866Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.8462782Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.8465691Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'True', 'False', 'False'] 2024-04-03T17:06:11.8468703Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'True', 'False', 'False'] 2024-04-03T17:06:11.8470760Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.8473039Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.8475938Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.8478889Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.8481792Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'True'] 2024-04-03T17:06:11.8484687Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'True'] 2024-04-03T17:06:11.8486742Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.8489010Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.8491926Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.8494841Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.8497824Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'True', 'False'] 2024-04-03T17:06:11.8500966Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'True', 'False'] 2024-04-03T17:06:11.8503039Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.8505335Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.8508266Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.8511173Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.8514183Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'True'] 2024-04-03T17:06:11.8517084Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'True'] 2024-04-03T17:06:11.8519173Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:11.8521435Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.8524352Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.8527341Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.8530331Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'False', 'False', 'False', 'False'] 2024-04-03T17:06:11.8533229Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*fp32:16', '*bf16:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'i32', 'i32', 'u64', 'fp32', 'u64', 'u32', '*bf16:16', '3', '128', '256', '64', 'True', 'False', 'False', 'False'] 2024-04-03T17:06:11.8535593Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'False'] 2024-04-03T17:06:11.8537524Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'True'] 2024-04-03T17:06:11.8539388Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'False'] 2024-04-03T17:06:11.8541056Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'True'] 2024-04-03T17:06:11.8542707Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'False'] 2024-04-03T17:06:11.8544366Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'True'] 2024-04-03T17:06:11.8546032Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'False'] 2024-04-03T17:06:11.8548022Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'True'] 2024-04-03T17:06:11.8549698Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'False'] 2024-04-03T17:06:11.8551358Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'True'] 2024-04-03T17:06:11.8553022Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'False'] 2024-04-03T17:06:11.8554692Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'True'] 2024-04-03T17:06:11.8556348Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'False'] 2024-04-03T17:06:11.8557988Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'True'] 2024-04-03T17:06:11.8559650Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'False'] 2024-04-03T17:06:11.8561310Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'True'] 2024-04-03T17:06:11.8563098Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'False'] 2024-04-03T17:06:11.8564765Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'True'] 2024-04-03T17:06:11.8566422Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'False'] 2024-04-03T17:06:11.8568126Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'True'] 2024-04-03T17:06:11.8569791Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'False'] 2024-04-03T17:06:11.8571490Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'True'] 2024-04-03T17:06:11.8573133Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'False'] 2024-04-03T17:06:11.8574794Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'True'] 2024-04-03T17:06:11.8575626Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'False'] 2024-04-03T17:06:11.8576528Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'True'] 2024-04-03T17:06:11.8577359Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'False'] 2024-04-03T17:06:11.8578194Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'True'] 2024-04-03T17:06:11.8579165Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'False'] 2024-04-03T17:06:11.8579996Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'True'] 2024-04-03T17:06:11.8580822Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'False'] 2024-04-03T17:06:11.8581657Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '16', 'True'] 2024-04-03T17:06:11.8582477Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'False'] 2024-04-03T17:06:11.8583300Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '32', 'True'] 2024-04-03T17:06:11.8584134Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'False'] 2024-04-03T17:06:11.8585043Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '64', 'True'] 2024-04-03T17:06:11.8585884Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'False'] 2024-04-03T17:06:11.8586692Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '128', 'True'] 2024-04-03T17:06:11.8587572Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'False'] 2024-04-03T17:06:11.8588395Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'i32', '128', '256', 'True'] 2024-04-03T17:06:11.8589066Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:11.8590932Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8592792Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8594654Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8596506Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8597149Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:11.8599008Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8600901Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8602925Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8604812Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8605503Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:11.8607364Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.8609246Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.8609882Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:11.8611760Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.8613615Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.8614275Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:11.8616328Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8618601Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8620934Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8622840Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8623523Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:11.8625390Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8627470Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8629350Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8631234Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8632290Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:11.8634175Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.8636275Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.8637170Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:11.8639239Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.8641165Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.8642132Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:11.8645816Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8648714Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8650589Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8652464Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8653204Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:11.8655574Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8657621Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8660586Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8663679Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8664339Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:11.8666280Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.8668237Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.8668887Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:11.8670759Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.8674020Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.8675282Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:11.8677331Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8679548Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8682836Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8686306Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8687556Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:11.8691207Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8694896Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8698799Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8702516Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8703917Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:11.8707723Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.8711509Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.8712846Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:11.8716562Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.8720295Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.8721515Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:11.8725080Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8728525Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8732244Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8736013Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8737425Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:11.8741333Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8745081Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8748810Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8752519Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8753784Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:11.8757534Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.8761258Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.8762520Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:11.8766234Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.8770091Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.8771359Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:11.8775118Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8779000Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8782410Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8785892Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8787019Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:11.8790408Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8793756Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8797376Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8801164Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8802417Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:11.8806160Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.8809944Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.8811209Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:11.8814226Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.8816098Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.8816877Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:11.8820477Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8824193Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8826471Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8828391Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8829032Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:11.8832683Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8834734Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8836653Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8840031Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8841232Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:11.8844688Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.8848174Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.8849457Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:11.8853124Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.8856861Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.8858202Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:11.8861830Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8865390Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8868920Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8872472Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8873664Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:11.8877218Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8880926Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8884463Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8888027Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8889331Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:11.8892933Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.8896516Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.8897756Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:11.8901472Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.8905164Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.8906415Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:11.8909911Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8913679Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8917222Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8920762Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.8922080Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:11.8925717Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8929435Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8932970Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8936701Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.8937996Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:11.8941482Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.8945336Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.8946690Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:11.8950245Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.8953787Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.8954978Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:11.8958523Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8962086Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8965526Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8969070Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.8970331Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:11.8974130Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8977903Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8981663Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8985318Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.8986624Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:11.8990145Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.8993762Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.8995038Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:11.8998700Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9002351Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9003286Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:11.9005234Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9007558Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9010894Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9011866Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:11.9014780Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9017886Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9020953Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9022007Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:11.9024796Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9027946Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9028963Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:11.9031891Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9034716Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9035917Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:11.9041793Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9046262Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9048398Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9049517Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:11.9052433Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9054910Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9057444Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9058770Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:11.9061324Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9063306Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9064371Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:11.9066773Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9068729Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9069368Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:11.9071787Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9075161Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9078053Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9078985Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:11.9080857Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9082728Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9084718Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9085811Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:11.9089229Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9092746Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9093990Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:11.9097710Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9101262Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9102602Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:11.9105975Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9109435Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9112992Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9114154Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:11.9117615Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9121187Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9124604Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9125845Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:11.9129328Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9132713Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9133957Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:11.9137356Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9140806Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9142102Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:11.9145591Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9149092Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9152683Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9153925Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:11.9157644Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9161359Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9165115Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9166381Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:11.9170110Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9173857Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9175090Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:11.9179110Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9182897Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9184163Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:11.9187862Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9191612Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9195335Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9196655Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:11.9200244Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9203777Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9207433Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9208739Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:11.9212384Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9215995Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9217300Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:11.9221035Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9224609Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9225915Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:11.9229483Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9233077Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9236700Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9237879Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:11.9241474Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9245146Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9248739Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9249984Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:11.9253519Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9257110Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9258546Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:11.9261998Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9265590Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9266910Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:11.9270563Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9274140Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9277701Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9278925Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:11.9282401Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9285894Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9289458Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9290700Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:11.9294256Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9297895Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9299193Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:11.9302799Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9306457Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9307655Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:11.9311151Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9314649Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9318248Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9319451Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:11.9323002Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9326530Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9330104Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9331387Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:11.9335034Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9338804Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9340035Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:11.9343580Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9347126Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9348433Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:11.9351974Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9355473Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9359087Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9360288Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:11.9363908Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9367478Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9371039Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9372292Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:11.9375863Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9379701Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9380974Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:11.9384531Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9388181Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9389365Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:11.9392936Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9396549Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9400142Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9403706Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9407261Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9408502Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:11.9412048Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9415616Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9419160Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9422653Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9426253Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9427496Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:11.9431050Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9434691Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9438297Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9439593Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:11.9443195Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9446806Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9450503Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9451749Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:11.9455493Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9459477Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9463178Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9466863Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9470518Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9471806Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:11.9475429Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9479022Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9482679Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9486282Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9489928Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9491166Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:11.9494729Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9498441Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9501987Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9503261Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:11.9506785Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9510282Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9513824Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9515043Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:11.9518568Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9522016Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9525484Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9528948Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9532460Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9533612Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:11.9537108Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9540763Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9544262Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9547503Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9550634Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9551705Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:11.9553988Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9555884Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9557813Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9558465Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:11.9560491Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9562412Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9564325Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9564988Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:11.9566876Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9568748Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9570605Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9572463Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9574341Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9574988Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:11.9576939Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9578999Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9580928Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9582813Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9584698Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9585361Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:11.9587242Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9589099Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9591006Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9591655Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:11.9594025Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9597192Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9599775Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9600911Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:11.9604566Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9608155Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9611828Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9615268Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9619082Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9620254Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:11.9623793Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9627353Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9630921Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9634565Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9638059Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9639292Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:11.9642716Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9646143Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9649510Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9650722Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:11.9654000Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9656987Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9659086Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9659800Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:11.9661647Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9663518Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9665370Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9667284Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9669147Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9669796Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:11.9672023Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9674322Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9676228Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9678100Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9679966Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9680755Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:11.9682623Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9684524Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9686392Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9687038Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:11.9688938Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9691902Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9695720Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9697066Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:11.9700869Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9704340Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9707119Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9709078Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9710951Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9711641Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:11.9714748Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9718433Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9721231Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9723116Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9724999Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9726029Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:11.9727941Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9729910Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9732046Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9732764Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:11.9734621Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9736671Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9738843Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9740126Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:11.9743838Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9747560Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9751237Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9753620Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9755983Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9756875Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:11.9759814Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9763553Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9766786Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9768679Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9770552Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9771237Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:11.9773903Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9777295Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9780337Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9781158Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:11.9783064Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9784979Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9786848Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9787495Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:11.9789466Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9792425Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9794407Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9796885Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9799346Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9800002Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:11.9801922Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9804264Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9806167Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9808489Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9810388Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9811103Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:11.9813836Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9815803Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9817890Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9819112Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:11.9822654Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9824626Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9826582Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9827512Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:11.9829653Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9831580Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9873550Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9875884Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9879577Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9880783Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:11.9882934Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9884850Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9886728Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9889024Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9890905Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9891650Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:11.9893831Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9895720Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9898185Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9899428Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:11.9901365Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9903537Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9905498Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9906153Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:11.9908009Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9909953Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9911820Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9912456Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:11.9914341Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9916231Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9918101Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9918758Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:11.9920613Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9922500Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9924386Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:11.9925076Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:11.9927032Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9928901Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9930805Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:11.9931448Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:11.9933331Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9935227Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9938217Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:11.9939419Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:11.9942553Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9946191Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9949650Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:11.9950862Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:11.9954281Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9957876Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9961560Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:11.9962909Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:11.9966613Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9970162Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9973734Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:11.9975026Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:11.9978861Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9982394Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9986058Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:11.9987213Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:11.9990860Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9994466Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9998001Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:11.9999239Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.0002780Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0006312Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0010020Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0011238Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.0014740Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0018611Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0022287Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0023500Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.0027097Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0030709Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0034222Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0035448Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.0039130Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0042597Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0046118Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0047496Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.0051113Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0054754Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0058549Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0059808Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.0063347Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0066935Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0070561Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0071761Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.0075231Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0078910Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0082506Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0083698Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.0087311Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0090915Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0094464Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0095680Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.0099434Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0103174Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0106634Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0107966Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.0111485Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0115181Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0118901Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0120120Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.0123681Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0127232Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0130896Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0132130Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.0135608Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0139349Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0143021Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0144281Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.0147870Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0151388Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0154871Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0156100Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.0159638Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0163365Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0167002Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0168308Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.0171752Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0175341Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0179359Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0180590Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.0184070Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0187665Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0191112Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0192468Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.0196020Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0199539Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0203200Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0204525Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.0208161Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0211756Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0215337Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0216678Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.0220286Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0223988Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0227580Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0228945Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.0232504Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0236154Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0239833Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0241112Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.0244702Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0248227Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0251730Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0253087Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.0256717Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0260371Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0263957Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0265139Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.0268705Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0272288Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0275767Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0277000Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.0280512Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0284164Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0287695Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0288968Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.0292605Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0296270Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0300242Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0301509Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.0305109Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0308724Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0312319Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0313711Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.0317212Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0320828Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0324548Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0325777Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.0329413Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0333067Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0336822Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0338091Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.0341812Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0345368Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0349065Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0350300Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.0353680Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0357442Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0360928Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0361987Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.0364757Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0367729Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0370797Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0372772Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0374572Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0375199Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.0376981Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0378889Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0380670Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0382403Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0384092Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0384738Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.0386441Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0388120Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0388814Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.0390496Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0392193Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0392843Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.0394567Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0396277Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0397968Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0399669Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0401361Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0401995Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.0403680Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0405370Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0407095Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0408772Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0410489Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0411147Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.0412871Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0414586Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0415243Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.0416997Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0418898Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0419542Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.0421226Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0422967Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0424662Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0426405Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0428146Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0428798Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.0430644Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0432364Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0434055Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0435741Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0437426Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0438155Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.0440187Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0441893Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0442604Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.0444297Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0446033Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0446678Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.0448402Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0450472Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0453268Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0455321Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0458507Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0459640Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.0462029Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0465144Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0468096Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0471380Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0474616Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0475869Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.0479124Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0482305Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0483552Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.0486900Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0490128Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0491114Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.0493693Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0496525Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0498482Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0500257Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0501964Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0502721Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.0504482Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0506164Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0507910Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0509583Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0511264Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0511950Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.0513639Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0515349Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0516047Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.0517722Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0519423Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0520069Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.0521764Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0523469Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0525162Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0526878Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0528672Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0529310Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.0531034Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0532854Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0534555Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0536301Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0538066Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0538888Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.0540589Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0542885Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0543583Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.0545367Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0547063Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0547755Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.0549486Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0551165Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0553216Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0555955Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0558747Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0559519Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.0562437Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0565781Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0569207Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0572570Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0575157Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0575979Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.0577785Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0579622Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0580289Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.0581964Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0583738Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0584388Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.0586090Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0587830Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0589562Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0591238Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0592972Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0593626Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.0595321Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0597006Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0598702Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0600412Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0602102Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0602794Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.0604494Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0606200Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0606870Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.0608587Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0610284Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0610927Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.0612616Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0614283Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0615991Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0617746Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0619631Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0620275Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.0622010Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0623728Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0625414Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0627090Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0628788Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0629440Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.0631179Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0633149Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0634148Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.0636001Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0638181Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0638846Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.0640814Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0642765Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0644485Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0646164Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0647850Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0648532Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.0650232Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0651930Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0653666Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0655337Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0657151Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0657853Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.0660039Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0661750Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0662428Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.0664111Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0665885Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0666516Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.0668221Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0668841Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.0670593Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0671655Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.0674263Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0676036Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0676695Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.0678372Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0680311Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0681389Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.0684150Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0685209Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.0688298Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0689547Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.0692245Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0695547Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0696771Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.0700026Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0703206Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0704223Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.0707064Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0708154Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.0711336Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0712638Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.0715488Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0717294Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0717951Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.0719774Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0721486Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0722194Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.0723929Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0724592Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.0726289Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0726977Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.0729051Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0730779Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0731489Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.0733214Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0734904Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0735594Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.0737393Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0738021Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.0739955Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0740818Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.0743398Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0746267Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0746966Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.0748668Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0750377Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0751101Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.0752807Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0753449Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.0755144Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0755844Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.0757566Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0759387Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0760296Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.0762021Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0763728Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0764374Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.0766047Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0766725Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.0768410Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0769283Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.0771709Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0774633Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0775426Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.0777380Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0779530Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0780208Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.0781895Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0782558Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.0784237Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0784908Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.0787955Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0790882Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0791856Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.0794659Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0797973Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0799153Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.0801786Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0802756Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.0804468Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0805515Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.0808006Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0810478Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0811561Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.0813983Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0816524Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0817352Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.0820025Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0821041Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.0823569Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0824696Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.0826439Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0828126Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0828794Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.0830476Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0832173Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0832846Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.0834543Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0836218Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0837944Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0839649Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0841360Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0841982Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.0843652Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0845327Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0847019Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0848720Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0850408Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0851052Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.0852748Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0854470Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0855125Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.0856909Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0858917Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0859579Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.0861281Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0862961Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0864665Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0866400Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0868092Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0868770Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.0870464Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0872174Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0873903Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0875588Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0877275Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0877934Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.0879632Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0881365Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0882473Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.0884209Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0885910Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0886585Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.0888280Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0889979Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0891698Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0893378Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0895075Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0895984Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.0898926Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0901091Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0902783Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0904517Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0906187Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0906878Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.0908631Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0910322Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0910974Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.0912654Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0914343Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.0915017Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.0916711Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0918393Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0920086Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0921792Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0923952Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.0925026Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.0928000Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0930837Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0933737Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0936992Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0940401Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.0941624Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.0944746Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0947756Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.0948821Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.0951974Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0955433Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.0956658Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.0960551Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0964073Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0967352Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0970674Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0973967Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.0975150Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.0978548Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0981860Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0985158Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0988352Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0991497Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.0992681Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.0994819Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0996508Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.0997211Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.0998917Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1000728Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1001425Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.1003480Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1005198Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1006919Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1008605Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1010294Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1010933Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.1012620Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1014321Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1016008Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1017822Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1019698Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1020362Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.1022114Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1023844Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1024503Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.1026189Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1027890Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1028529Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.1030252Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1031937Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1033620Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1035334Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1038006Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1038701Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.1040852Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1043064Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1044868Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1046554Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1048307Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1048961Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.1050654Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1052332Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1053023Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.1054704Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1056533Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1057230Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.1059290Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1061080Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1063246Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1064930Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1066689Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1067338Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.1069031Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1070750Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1072478Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1074199Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1075885Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1076549Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.1078247Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1079934Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1080630Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.1082311Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1084007Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1084653Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.1086378Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1088052Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1089767Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1091494Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1093184Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1093821Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.1095513Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1097278Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1099119Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1100797Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1102543Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1103193Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.1104915Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1106649Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1107310Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.1108977Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1110674Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1111323Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.1113024Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1115101Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1117110Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1118799Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1121111Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1122098Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.1123786Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1125491Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1127183Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1128858Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1130542Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1131234Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.1132941Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1134624Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1135318Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.1137088Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1138990Z self._signature.triton_api_signature_list=['*fp16:16', '*fp16:16', '*fp16:16', 'fp32', '*fp16:16', '*fp16:16', '*fp16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1139633Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.1141356Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1143030Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1144722Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1146402Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1148116Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1148809Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.1150787Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1152530Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1154210Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1155914Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1157634Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1158278Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.1159968Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1161665Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1162314Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.1164032Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1165719Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1166360Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.1168044Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1169755Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1171481Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1173199Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1174888Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1175523Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.1177294Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1179142Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1180905Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1182576Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1184272Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '16', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1184966Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.1186652Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1188362Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1189061Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.1190740Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1192840Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '16', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1193479Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.1195236Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1197838Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1200398Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1202599Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1204523Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1205142Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.1207251Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1208967Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1210655Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1212334Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1214005Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1214681Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.1216365Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1218140Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1218921Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.1220667Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1222356Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1223053Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.1224786Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1226464Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1228165Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1229847Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1231538Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1232212Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.1233906Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1235582Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1237309Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1239012Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1240721Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '32', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1241380Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.1243065Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1244752Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1245406Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.1247097Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1248817Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '32', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1249437Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.1251115Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1252821Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1254507Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1256349Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1258144Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1258915Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.1260598Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1262265Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1263948Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1265676Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1267358Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1268038Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.1270052Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1271847Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1272503Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.1274278Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1275961Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1277447Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.1279976Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1281698Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1283420Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1286003Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1287801Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1288476Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.1291056Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1292743Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1294464Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1296143Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1297931Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '64', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1298807Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.1300504Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1302256Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1302913Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.1304593Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1306327Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '64', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1306968Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.1308698Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1310414Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1312105Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1313785Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1315471Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1316137Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.1317826Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1319500Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1321188Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1322884Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1324591Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1325273Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.1326961Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1328643Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1329302Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.1330970Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1332682Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1333332Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.1335021Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1336781Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1338625Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1340350Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1342080Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1342728Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.1344886Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1348172Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1351785Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1355156Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1359958Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '128', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1362210Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.1365121Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1368450Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1370856Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.1373375Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1376823Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '128', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1379245Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.1381841Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1385156Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1388568Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1391873Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1395124Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'False'] 2024-04-03T17:06:12.1397340Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.1399750Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1403016Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1406280Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1409503Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1412742Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'True', 'True', 'True'] 2024-04-03T17:06:12.1414943Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.1417456Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1420891Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'False'] 2024-04-03T17:06:12.1423100Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.1425495Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1428915Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'True', 'False', 'True'] 2024-04-03T17:06:12.1431177Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.1433652Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1437127Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1440699Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1444093Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1447415Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'False'] 2024-04-03T17:06:12.1449607Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.1452057Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1455296Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1458733Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1462047Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1465324Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '32', '256', '16', 'False', 'True', 'True'] 2024-04-03T17:06:12.1467538Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.1470166Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1473418Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'False'] 2024-04-03T17:06:12.1475624Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.1478165Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1481409Z self._signature.triton_api_signature_list=['*bf16:16', '*bf16:16', '*bf16:16', 'fp32', '*bf16:16', '*bf16:16', '*bf16:16', '*fp32:16', '*fp32:16', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64:16', 'u64:16', 'u64:16', '1', 'u64', 'u64', 'i32', 'fp32', 'u64', 'u32', '128', '256', '64', 'False', 'False', 'True'] 2024-04-03T17:06:12.1486441Z [4/7] cd /var/lib/jenkins/workspace/build/aotriton/build/v2src && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make -j 6 -f Makefile.compile LIBHSA_RUNTIME64=/opt/rocm/lib/libhsa-runtime64.so 2024-04-03T17:06:12.1489838Z make: Nothing to be done for 'all'. 2024-04-03T17:06:12.1493824Z [5/7] cd /var/lib/jenkins/workspace/build/aotriton/src && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" python -m v2python.generate_shim --target_gpus MI200 MI300X --build_dir /var/lib/jenkins/workspace/build/aotriton/build/v2src --archive_only 2024-04-03T17:06:12.1500485Z self.TYPE_CHOICES={frozenset({'encoded_softmax', 'K', 'V', 'Q', 'Out'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'M'}): ['*fp32:16'], frozenset({'seqlen_q', 'seqlen_k'}): ['i32'], frozenset({'head_dim'}): ['u64'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qz', 'stride_qm', 'stride_qh'}): ['u64:16'], frozenset({'stride_kz', 'stride_kn', 'stride_kh'}): ['u64:16'], frozenset({'stride_vz', 'stride_vh', 'stride_vk'}): ['u64:16'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16']} 2024-04-03T17:06:12.1504865Z self.FEAT_CHOICES={frozenset({'STAGE'}): [1, 3], frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'RETURN_ENCODED_SOFTMAX'}): [True, False], frozenset({'PADDED_HEAD'}): [True, False], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_on'}): [1]} 2024-04-03T17:06:12.1508022Z self.TYPE_CHOICES={frozenset({'DO', 'Out'}): ['*fp16:16', '*bf16:16'], frozenset({'Delta'}): ['*fp32:16'], frozenset({'seqlen_q'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16'], frozenset({'stride_doz', 'stride_dom', 'stride_doh'}): ['u64:16']} 2024-04-03T17:06:12.1510234Z self.FEAT_CHOICES={frozenset({'D_HEAD'}): [16, 32, 64, 128, 256], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_on'}): [1], frozenset({'stride_don'}): [1]} 2024-04-03T17:06:12.1514492Z self.TYPE_CHOICES={frozenset({'K', 'DK', 'V', 'Q', 'Out', 'DO', 'DV'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'D', 'L'}): ['*fp32:16'], frozenset({'seqlen_q', 'seqlen_k'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qz', 'stride_qm', 'stride_qh'}): ['u64:16'], frozenset({'stride_kz', 'stride_kn', 'stride_kh'}): ['u64:16'], frozenset({'stride_vz', 'stride_vh', 'stride_vk'}): ['u64:16'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16'], frozenset({'stride_dkn', 'stride_dkz', 'stride_dkh'}): ['u64:16'], frozenset({'stride_dvk', 'stride_dvh', 'stride_dvz'}): ['u64:16']} 2024-04-03T17:06:12.1519390Z self.FEAT_CHOICES={frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'CAUSAL'}): [True, False], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_ok'}): [1], frozenset({'stride_dkk'}): [1], frozenset({'stride_dvn'}): [1]} 2024-04-03T17:06:12.1524263Z self.TYPE_CHOICES={frozenset({'K', 'V', 'Q', 'Out', 'dQ', 'dO'}): ['*fp16:16', '*bf16:16'], frozenset({'sm_scale'}): ['fp32'], frozenset({'D', 'L'}): ['*fp32:16'], frozenset({'seqlen_q', 'seqlen_k'}): ['u64'], frozenset({'head_dim'}): ['i32'], frozenset({'dropout_p'}): ['fp32'], frozenset({'philox_seed'}): ['u64'], frozenset({'philox_offset_base'}): ['u32'], frozenset({'stride_qz', 'stride_qm', 'stride_qh'}): ['u64:16'], frozenset({'stride_kz', 'stride_kn', 'stride_kh'}): ['u64:16'], frozenset({'stride_vz', 'stride_vh', 'stride_vk'}): ['u64:16'], frozenset({'stride_oh', 'stride_oz', 'stride_om'}): ['u64:16'], frozenset({'stride_dqh', 'stride_dqm', 'stride_dqz'}): ['u64:16']} 2024-04-03T17:06:12.1528752Z self.FEAT_CHOICES={frozenset({'BLOCK_DMODEL'}): [16, 32, 64, 128, 256], frozenset({'CAUSAL'}): [True, False], frozenset({'ENABLE_DROPOUT'}): [True, False], frozenset({'PADDED_HEAD'}): [False, True], frozenset({'stride_qk'}): [1], frozenset({'stride_kk'}): [1], frozenset({'stride_vn'}): [1], frozenset({'stride_ok'}): [1], frozenset({'stride_dqk'}): [1]} 2024-04-03T17:06:12.1531071Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1532450Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1533817Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1535305Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1536795Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1538344Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1539845Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1541247Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1542697Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1544083Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1545456Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1546858Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1548257Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1549645Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1551042Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1552439Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1553825Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1555187Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1556621Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1558007Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1559394Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1560777Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1562166Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1563569Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1564975Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1566395Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1567783Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1569190Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1570597Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1572000Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1573464Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1574885Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1576776Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1579121Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1581060Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1583261Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1584863Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1586286Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1587703Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1589121Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1590506Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1591887Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1593263Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1594737Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1596120Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1597520Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1599406Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1601290Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1602667Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1604057Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1605539Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1607230Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1609835Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1612511Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1615286Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1618000Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1620580Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1623173Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1625800Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1628550Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1631185Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1633906Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1636599Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1639264Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1641993Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1644688Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1647428Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1650169Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1652974Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.1655607Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.1658562Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.1661364Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.1664123Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.1666879Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.1669618Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.1672473Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.1675163Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.1677756Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.1680374Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.1683141Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.1685898Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1688625Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1691235Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1693959Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1696779Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1699608Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1702272Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1704969Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1707728Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1710402Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1713028Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1715657Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1718398Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1721164Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1723852Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1726537Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1729245Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1731936Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1734391Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1737055Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1739932Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1742543Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1745204Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1747931Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1750667Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1753469Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1755939Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1758442Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1761124Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1763723Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1766488Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1769123Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1771737Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1774459Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1777253Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1780017Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1782758Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1785336Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1788068Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1790699Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1793204Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1795652Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1798260Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1800906Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1803512Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1806147Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1809021Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1811749Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1814390Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1817123Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1819913Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1822699Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1825414Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1828082Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1830885Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1833615Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1836329Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1839070Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1841788Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1844515Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1846841Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1849286Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1851624Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1853998Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1856677Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1859310Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1861812Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1864261Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1866698Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.1869122Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.1871624Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.1874222Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.1876695Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.1879168Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.1881600Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.1883891Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.1885424Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.1886841Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.1888270Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.1889738Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.1891140Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1892497Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1893873Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1895265Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.1896783Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1898180Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1899842Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1901407Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.1902794Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1904249Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1905635Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1907027Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.1908398Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1909792Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1911193Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1912608Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.1914021Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1915393Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1916774Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1918162Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.1919534Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1920967Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1922367Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1923774Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.1925454Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1926942Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1928335Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1929825Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.1931342Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1933253Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1934775Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1936277Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.1937833Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1939660Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1941144Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1942787Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.1944576Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1947022Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1949480Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1952298Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.1954910Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1957795Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1960426Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1963112Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.1965371Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1967413Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1968938Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1970424Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.1971825Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1973394Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1974782Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1976235Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.1977911Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1979509Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1980989Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1982394Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.1983845Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1985383Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1986751Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1988223Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.1989694Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1991086Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1992626Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1994060Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.1995461Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1996967Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1998406Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.1999945Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2001353Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2002823Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2004224Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2005847Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2007270Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2008653Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2010150Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2011557Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2013086Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2014560Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2015966Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2017582Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2019119Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2020494Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2022013Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2023404Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2024864Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2026248Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2027644Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2029043Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2030427Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2031778Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2033648Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2035305Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2036695Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2038087Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2039595Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2041002Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2042453Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2043817Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2045198Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2047282Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2049475Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2051540Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2053627Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2055053Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2056555Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2057938Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2060231Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2062478Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2064677Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2067178Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2069161Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2070717Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2072648Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2074437Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2076542Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2091790Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2094417Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2097266Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2099991Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2102620Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2105203Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2107798Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2110317Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2112885Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2115505Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2118071Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2120421Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2122689Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2125068Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2127505Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2129962Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2132366Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2134702Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2137368Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2139895Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2142213Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2144192Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2146294Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2148842Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2151117Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2153384Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2155778Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2157928Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2160315Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2162586Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2164755Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2167010Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2169588Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2172219Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2174239Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2177048Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2179702Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2182270Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2184832Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2187757Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2190366Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2192952Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2195559Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2198212Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2200859Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2203528Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2206065Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2208609Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2211180Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2213726Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2216311Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2219096Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2221799Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2224387Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2226934Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2229483Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2232055Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2234696Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2237303Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2239872Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2242515Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2245107Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2247642Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2250177Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2252755Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2255319Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2257975Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2260651Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2263004Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2265435Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2268146Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2270749Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2273350Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2275813Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2278288Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2280456Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2282453Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2284499Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2286410Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2288370Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2290273Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2292265Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2294338Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2296330Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2298548Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2300578Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2302511Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2304417Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2306346Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2308276Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2310222Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2312160Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2314094Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2316011Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2317987Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2320011Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2322140Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2324121Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2325518Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2326903Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2328301Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2329689Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2331139Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2332500Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2333886Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2335272Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2336750Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2338179Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2339741Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2341150Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2342578Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2343974Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2345364Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2346769Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2348172Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2349590Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2351007Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2352420Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2353798Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2355192Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2356641Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2358564Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2360829Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2363358Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2365934Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2368476Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2370887Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2373261Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2375652Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2378452Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2381019Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2383586Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2386287Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2388850Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2391376Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2393974Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2396529Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2399058Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2401621Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2404189Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2406784Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2409271Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2411423Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2413795Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2416248Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2419211Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2421772Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2424237Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2426717Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2429328Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2431658Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2433937Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2436004Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2438720Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2441343Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2443901Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2446373Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2448442Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2450329Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2452429Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2454930Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2457073Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2459111Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2461075Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2463485Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2465627Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2467476Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2469736Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2471810Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2473064Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2474304Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2475551Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2476804Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2477916Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2479153Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2480359Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2481112Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2482082Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2483126Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2484076Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2485093Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2486054Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2487171Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2488193Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2489219Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2490154Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2490922Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2491984Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2493103Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2493821Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2494485Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2495547Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2496732Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2497795Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2499148Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2500415Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2501783Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2502827Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2503968Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2504943Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2505792Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2506464Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2507296Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2508358Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2509328Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2509985Z Functionals ('*fp16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2511086Z Functionals ('*fp16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2511750Z Functionals ('*fp16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2512736Z Functionals ('*fp16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2513418Z Functionals ('*fp16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2514552Z Functionals ('*fp16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2515738Z Functionals ('*fp16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2516991Z Functionals ('*fp16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2517970Z Functionals ('*fp16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2519192Z Functionals ('*fp16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2520181Z Functionals ('*fp16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2521217Z Functionals ('*fp16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2522473Z Functionals ('*fp16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2523442Z Functionals ('*fp16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2524699Z Functionals ('*fp16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2525834Z Functionals ('*fp16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2526869Z Functionals ('*fp16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2527859Z Functionals ('*fp16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2528982Z Functionals ('*fp16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2529947Z Functionals ('*fp16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2530909Z Functionals ('*fp16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2532095Z Functionals ('*fp16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2533050Z Functionals ('*fp16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2533839Z Functionals ('*fp16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2534934Z Functionals ('*fp16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2535790Z Functionals ('*fp16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2536973Z Functionals ('*fp16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2538195Z Functionals ('*fp16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2539553Z Functionals ('*fp16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2540810Z Functionals ('*fp16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2542080Z Functionals ('*fp16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2542999Z Functionals ('*fp16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2543996Z Functionals ('*fp16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2545075Z Functionals ('*fp16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2546068Z Functionals ('*fp16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2547060Z Functionals ('*fp16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2548115Z Functionals ('*fp16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2549282Z Functionals ('*fp16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2550425Z Functionals ('*fp16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2551691Z Functionals ('*fp16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2552782Z Functionals ('*fp16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2553993Z Functionals ('*fp16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2554941Z Functionals ('*fp16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2556004Z Functionals ('*fp16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2556969Z Functionals ('*fp16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2558060Z Functionals ('*fp16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2559244Z Functionals ('*fp16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2560431Z Functionals ('*fp16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2561644Z Functionals ('*fp16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2562427Z Functionals ('*fp16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2563627Z Functionals ('*fp16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2564561Z Functionals ('*fp16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2565783Z Functionals ('*fp16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2567080Z Functionals ('*fp16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2568334Z Functionals ('*fp16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2569306Z Functionals ('*fp16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2570230Z Functionals ('*fp16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2571109Z Functionals ('*fp16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2572260Z Functionals ('*fp16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2573480Z Functionals ('*fp16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2574382Z Functionals ('*fp16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2575582Z Functionals ('*fp16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2576835Z Functionals ('*fp16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2577755Z Functionals ('*fp16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2578836Z Functionals ('*fp16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2580000Z Functionals ('*fp16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2581032Z Functionals ('*fp16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2581742Z Functionals ('*fp16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2582916Z Functionals ('*fp16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2583864Z Functionals ('*fp16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2584956Z Functionals ('*fp16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2586192Z Functionals ('*fp16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2587380Z Functionals ('*fp16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2588707Z Functionals ('*fp16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2589586Z Functionals ('*fp16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2590337Z Functionals ('*fp16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2591276Z Functionals ('*fp16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2592544Z Functionals ('*fp16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2593892Z Functionals ('*fp16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2595089Z Functionals ('*fp16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2595898Z Functionals ('*bf16:16', 1, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2597191Z Functionals ('*bf16:16', 1, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2598150Z Functionals ('*bf16:16', 1, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2599294Z Functionals ('*bf16:16', 1, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, True, False, None) instead 2024-04-03T17:06:12.2600340Z Functionals ('*bf16:16', 1, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2601294Z Functionals ('*bf16:16', 1, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2602536Z Functionals ('*bf16:16', 1, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2603747Z Functionals ('*bf16:16', 1, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 16, False, False, None) instead 2024-04-03T17:06:12.2604924Z Functionals ('*bf16:16', 1, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2606032Z Functionals ('*bf16:16', 1, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2607273Z Functionals ('*bf16:16', 1, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2608575Z Functionals ('*bf16:16', 1, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, True, False, None) instead 2024-04-03T17:06:12.2609826Z Functionals ('*bf16:16', 1, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2610992Z Functionals ('*bf16:16', 1, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2611972Z Functionals ('*bf16:16', 1, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2613074Z Functionals ('*bf16:16', 1, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 32, False, False, None) instead 2024-04-03T17:06:12.2613924Z Functionals ('*bf16:16', 1, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2615051Z Functionals ('*bf16:16', 1, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2616355Z Functionals ('*bf16:16', 1, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2617670Z Functionals ('*bf16:16', 1, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, True, False, None) instead 2024-04-03T17:06:12.2618613Z Functionals ('*bf16:16', 1, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2619576Z Functionals ('*bf16:16', 1, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2620615Z Functionals ('*bf16:16', 1, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2621775Z Functionals ('*bf16:16', 1, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 64, False, False, None) instead 2024-04-03T17:06:12.2622576Z Functionals ('*bf16:16', 1, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2623410Z Functionals ('*bf16:16', 1, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2624557Z Functionals ('*bf16:16', 1, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2625501Z Functionals ('*bf16:16', 1, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, True, False, None) instead 2024-04-03T17:06:12.2626612Z Functionals ('*bf16:16', 1, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2627708Z Functionals ('*bf16:16', 1, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2628470Z Functionals ('*bf16:16', 1, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2629235Z Functionals ('*bf16:16', 1, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 128, False, False, None) instead 2024-04-03T17:06:12.2629983Z Functionals ('*bf16:16', 1, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2631112Z Functionals ('*bf16:16', 1, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2632321Z Functionals ('*bf16:16', 1, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2633570Z Functionals ('*bf16:16', 1, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, True, False, None) instead 2024-04-03T17:06:12.2634868Z Functionals ('*bf16:16', 1, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2636000Z Functionals ('*bf16:16', 1, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2636927Z Functionals ('*bf16:16', 1, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2638048Z Functionals ('*bf16:16', 1, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 1, 256, False, False, None) instead 2024-04-03T17:06:12.2639181Z Functionals ('*bf16:16', 3, 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2640311Z Functionals ('*bf16:16', 3, 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2641512Z Functionals ('*bf16:16', 3, 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2642753Z Functionals ('*bf16:16', 3, 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, True, False, None) instead 2024-04-03T17:06:12.2643970Z Functionals ('*bf16:16', 3, 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2645040Z Functionals ('*bf16:16', 3, 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2646227Z Functionals ('*bf16:16', 3, 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2647036Z Functionals ('*bf16:16', 3, 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 16, False, False, None) instead 2024-04-03T17:06:12.2648116Z Functionals ('*bf16:16', 3, 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2649059Z Functionals ('*bf16:16', 3, 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2650205Z Functionals ('*bf16:16', 3, 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2651348Z Functionals ('*bf16:16', 3, 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, True, False, None) instead 2024-04-03T17:06:12.2652573Z Functionals ('*bf16:16', 3, 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2653757Z Functionals ('*bf16:16', 3, 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2654924Z Functionals ('*bf16:16', 3, 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2656133Z Functionals ('*bf16:16', 3, 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 32, False, False, None) instead 2024-04-03T17:06:12.2657404Z Functionals ('*bf16:16', 3, 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2658904Z Functionals ('*bf16:16', 3, 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2660105Z Functionals ('*bf16:16', 3, 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2661202Z Functionals ('*bf16:16', 3, 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, True, False, None) instead 2024-04-03T17:06:12.2662401Z Functionals ('*bf16:16', 3, 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2663641Z Functionals ('*bf16:16', 3, 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2664988Z Functionals ('*bf16:16', 3, 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2666277Z Functionals ('*bf16:16', 3, 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 64, False, False, None) instead 2024-04-03T17:06:12.2667444Z Functionals ('*bf16:16', 3, 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2668495Z Functionals ('*bf16:16', 3, 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2669367Z Functionals ('*bf16:16', 3, 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2670412Z Functionals ('*bf16:16', 3, 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, True, False, None) instead 2024-04-03T17:06:12.2671304Z Functionals ('*bf16:16', 3, 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2672318Z Functionals ('*bf16:16', 3, 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2673063Z Functionals ('*bf16:16', 3, 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2674215Z Functionals ('*bf16:16', 3, 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 128, False, False, None) instead 2024-04-03T17:06:12.2674878Z Functionals ('*bf16:16', 3, 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2676016Z Functionals ('*bf16:16', 3, 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2676752Z Functionals ('*bf16:16', 3, 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2677717Z Functionals ('*bf16:16', 3, 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, True, False, None) instead 2024-04-03T17:06:12.2678661Z Functionals ('*bf16:16', 3, 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2679978Z Functionals ('*bf16:16', 3, 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2681082Z Functionals ('*bf16:16', 3, 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2682162Z Functionals ('*bf16:16', 3, 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 3, 256, False, False, None) instead 2024-04-03T17:06:12.2684972Z self._DATA_ARGUMENTS=['Q', 'K', 'V', 'sm_scale', 'M', 'Out', 'stride_qz', 'stride_qh', 'stride_qm', 'stride_kz', 'stride_kh', 'stride_kn', 'stride_vz', 'stride_vh', 'stride_vk', 'stride_oz', 'stride_oh', 'stride_om', 'seqlen_q', 'seqlen_k', 'head_dim', 'dropout_p', 'philox_seed', 'philox_offset_base', 'encoded_softmax'] 2024-04-03T17:06:12.2686274Z self._DATA_ARGUMENTS=['Out', 'DO', 'Delta', 'stride_oz', 'stride_oh', 'stride_om', 'stride_doz', 'stride_doh', 'stride_dom', 'seqlen_q', 'head_dim'] 2024-04-03T17:06:12.2687424Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2688596Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2689790Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2690987Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2692257Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2693290Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2694521Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2695720Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2696963Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2698097Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2699387Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2700712Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2701630Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2702803Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2703839Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2704686Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2705387Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2706485Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2707563Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2708831Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2710017Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2711170Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2712369Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2713542Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2714685Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2715787Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2716973Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2718117Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2719202Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2720378Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2721649Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2722854Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2724034Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2725198Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2726400Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2727591Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2728818Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2730078Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2731290Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2732498Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2733644Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2734806Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2736052Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2737347Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2738616Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2739787Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2741108Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2742145Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2743072Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2744226Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2745407Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2746589Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2747743Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2748888Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2750063Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2751237Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2752527Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2753656Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2754809Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2755987Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2757161Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2758212Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2759100Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2760205Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2761494Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2762625Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2763799Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2764761Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2765574Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2766771Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2767766Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2768969Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2770232Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2771390Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2772593Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2773789Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2774995Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2776109Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2777426Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2778483Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2779639Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2780777Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2782074Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2783163Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2784366Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2785530Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2786727Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2787919Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2789066Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2790133Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2791425Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2792574Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2793763Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2794439Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2795076Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2796155Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2797200Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2797926Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2799166Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2800084Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2801210Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2802377Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2803571Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2804724Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2805695Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2806842Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2807792Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2808888Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2810172Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2811361Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2812595Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2813618Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2814806Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2815962Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2817253Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2818594Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2819797Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2820972Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2822211Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2823421Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2824591Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2825818Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2827003Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2828070Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2829306Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2830483Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2831656Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2832815Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2833988Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2835125Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2836120Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2837294Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2838457Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2839635Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2840808Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2841978Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2842967Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2844114Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2845311Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2846471Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2847654Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2848810Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2850069Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2851254Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2852268Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2853434Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2854609Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2855839Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2857137Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2858417Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2859704Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2860897Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2862053Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2863208Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2864385Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2865554Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2866752Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2867925Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2869141Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2870327Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2871474Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2872677Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2873852Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2875019Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2876183Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2877335Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2878536Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2879718Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2880918Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2882037Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2883204Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2884365Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2885527Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2886686Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2887924Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2889099Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2890248Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2891410Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2892589Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2893737Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2894911Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2896078Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2897335Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2898613Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2899797Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2900951Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2902152Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2903393Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2904568Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2905751Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2906957Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2908148Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2909308Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2910455Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2911649Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2912871Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2914072Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2915241Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2916438Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2917639Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2918823Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2919964Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2921128Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2922336Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2923507Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2924650Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2925848Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2927019Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2928159Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2929293Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2930457Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2931617Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2932774Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2934002Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2935203Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2936459Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2937355Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2938409Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2939510Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2940628Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2941797Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2943064Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2944271Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2945441Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2946620Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2947764Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2949000Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2950043Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2951192Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2952317Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2953445Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2954359Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2955442Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2956530Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2957696Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2958805Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2959761Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2960669Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2961563Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2962592Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2963442Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2964266Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.2965155Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2966013Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.2966928Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2967806Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.2968676Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2969617Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.2970496Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2971360Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.2972254Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2973121Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.2974079Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2974946Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.2975860Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2976918Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.2977780Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2978773Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.2979652Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2980528Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.2981424Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2982280Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.2983195Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2984071Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.2984946Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2985828Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.2986813Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2987714Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.2988612Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2989500Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.2990428Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2991311Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.2992205Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2993126Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.2994016Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2994897Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.2995788Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2996716Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.2997746Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2998659Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.2999544Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3000460Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3001558Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3002659Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3003326Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3003965Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3004608Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3005241Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3005871Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3006476Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3007116Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3007735Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3008409Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3009041Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3009679Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3010328Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3010942Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3011546Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3012191Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3012861Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3013496Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3014118Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3014757Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3015393Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3016027Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3016776Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3017425Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3018058Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3018943Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3019585Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3020231Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3020890Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3021518Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3022149Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3022790Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3023419Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3024074Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3024704Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3025409Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3026051Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3027940Z self._DATA_ARGUMENTS=['Q', 'K', 'V', 'sm_scale', 'Out', 'DO', 'DK', 'DV', 'L', 'D', 'stride_qz', 'stride_qh', 'stride_qm', 'stride_kz', 'stride_kh', 'stride_kn', 'stride_vz', 'stride_vh', 'stride_vk', 'stride_oz', 'stride_oh', 'stride_om', 'stride_dkz', 'stride_dkh', 'stride_dkn', 'stride_dvz', 'stride_dvh', 'stride_dvk', 'seqlen_q', 'seqlen_k', 'head_dim', 'dropout_p', 'philox_seed', 'philox_offset_base'] 2024-04-03T17:06:12.3028577Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3029188Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3029834Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3030501Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3031144Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3031771Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3032411Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3033055Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3033705Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3034315Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3034953Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3035599Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3036240Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3037023Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3038064Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3039066Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3040063Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3041130Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3042261Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3043386Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3044575Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3045874Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3047088Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3048279Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3049468Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3050624Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3051815Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3053002Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3054079Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3055237Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3056505Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3057650Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3058889Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3060035Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3061338Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3062539Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3063744Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3065016Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3066257Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3067465Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3068631Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3069796Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3070979Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3072161Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3073342Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3074519Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3075738Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3076486Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3077629Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3078591Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3079445Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3080073Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3080972Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3081881Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3082716Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3083781Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3084484Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3085391Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3086191Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3086865Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3087780Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3088449Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3089420Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3090444Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3091147Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3092056Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3092704Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3093345Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3094072Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3094915Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3095591Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3096473Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3097247Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3097884Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3099041Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3099693Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3100623Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3101272Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3102204Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3102859Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3103626Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3104445Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3105342Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3106257Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3106969Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3107797Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3108584Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3109635Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3110278Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3111162Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3111883Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3112520Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3113575Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3114782Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3115967Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3116941Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3118054Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3119060Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3120243Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3121378Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3122725Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3123908Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3125121Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3126302Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3127505Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3128671Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3129893Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3131080Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3132327Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3133258Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3134154Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3135213Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3136306Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3137629Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3138916Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3140107Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3141437Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3142650Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3143849Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3145060Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3146206Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3147345Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3148503Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3149590Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3150661Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3151792Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3153074Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3154260Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3155258Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3156416Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3157598Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3158776Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3159951Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3161118Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3162234Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3163130Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3164149Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3165120Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3166018Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3167280Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3168180Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3169239Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3170313Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3171254Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3172265Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3173176Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3174402Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3175317Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3176596Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3177734Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3178784Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3179467Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3180316Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3181101Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3181759Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3182392Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3183154Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3184119Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3184795Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3185725Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3186438Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3187511Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3188181Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3189194Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3189913Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3190975Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3191790Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3192634Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3193520Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3194584Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3195244Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3196292Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3197005Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3197903Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3198689Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3199736Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3200631Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3201258Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3202403Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3203513Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3204678Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3205848Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3207059Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3208245Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3209288Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3210276Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3211314Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3212459Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3213671Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3214814Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3216047Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3217413Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3218716Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3219810Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3220858Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3221897Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3222867Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3223782Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3224584Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3225781Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3226954Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3228086Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3229271Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3230451Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3231626Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3232898Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3234111Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3235291Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3236426Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3237559Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3238395Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3239367Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3240571Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3241698Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3242900Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3243916Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3245079Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3246219Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3247180Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3248326Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3249111Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3249908Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3251092Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3251881Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3253057Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3254133Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3255025Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3255944Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3257203Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3258489Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3259603Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3260663Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3261734Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3262894Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3263956Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3265143Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3266005Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3266754Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3267751Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3268941Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3270099Z Functionals ('*fp16:16', 16, True, True, False) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3271261Z Functionals ('*fp16:16', 16, True, True, True) cannot be found in tuning db, use ('*fp16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3272125Z Functionals ('*fp16:16', 16, True, False, False) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3273215Z Functionals ('*fp16:16', 16, True, False, True) cannot be found in tuning db, use ('*fp16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3274296Z Functionals ('*fp16:16', 16, False, True, False) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3275391Z Functionals ('*fp16:16', 16, False, True, True) cannot be found in tuning db, use ('*fp16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3276099Z Functionals ('*fp16:16', 16, False, False, False) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3276999Z Functionals ('*fp16:16', 16, False, False, True) cannot be found in tuning db, use ('*fp16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3278174Z Functionals ('*fp16:16', 32, True, True, False) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3279156Z Functionals ('*fp16:16', 32, True, True, True) cannot be found in tuning db, use ('*fp16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3280336Z Functionals ('*fp16:16', 32, True, False, False) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3281517Z Functionals ('*fp16:16', 32, True, False, True) cannot be found in tuning db, use ('*fp16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3282191Z Functionals ('*fp16:16', 32, False, True, False) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3283062Z Functionals ('*fp16:16', 32, False, True, True) cannot be found in tuning db, use ('*fp16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3283953Z Functionals ('*fp16:16', 32, False, False, False) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3284984Z Functionals ('*fp16:16', 32, False, False, True) cannot be found in tuning db, use ('*fp16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3285726Z Functionals ('*fp16:16', 64, True, True, False) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3286789Z Functionals ('*fp16:16', 64, True, True, True) cannot be found in tuning db, use ('*fp16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3287847Z Functionals ('*fp16:16', 64, True, False, False) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3289008Z Functionals ('*fp16:16', 64, True, False, True) cannot be found in tuning db, use ('*fp16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3290181Z Functionals ('*fp16:16', 64, False, True, False) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3291346Z Functionals ('*fp16:16', 64, False, True, True) cannot be found in tuning db, use ('*fp16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3292535Z Functionals ('*fp16:16', 64, False, False, False) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3293730Z Functionals ('*fp16:16', 64, False, False, True) cannot be found in tuning db, use ('*fp16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3294934Z Functionals ('*fp16:16', 128, True, True, False) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3295953Z Functionals ('*fp16:16', 128, True, True, True) cannot be found in tuning db, use ('*fp16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3297158Z Functionals ('*fp16:16', 128, True, False, False) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3297822Z Functionals ('*fp16:16', 128, True, False, True) cannot be found in tuning db, use ('*fp16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3299046Z Functionals ('*fp16:16', 128, False, True, False) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3299996Z Functionals ('*fp16:16', 128, False, True, True) cannot be found in tuning db, use ('*fp16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3301242Z Functionals ('*fp16:16', 128, False, False, False) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3302468Z Functionals ('*fp16:16', 128, False, False, True) cannot be found in tuning db, use ('*fp16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3303647Z Functionals ('*fp16:16', 256, True, True, False) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3304610Z Functionals ('*fp16:16', 256, True, True, True) cannot be found in tuning db, use ('*fp16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3305557Z Functionals ('*fp16:16', 256, True, False, False) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3306739Z Functionals ('*fp16:16', 256, True, False, True) cannot be found in tuning db, use ('*fp16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3307958Z Functionals ('*fp16:16', 256, False, True, False) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3309145Z Functionals ('*fp16:16', 256, False, True, True) cannot be found in tuning db, use ('*fp16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3310377Z Functionals ('*fp16:16', 256, False, False, False) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3311409Z Functionals ('*fp16:16', 256, False, False, True) cannot be found in tuning db, use ('*fp16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3312229Z Functionals ('*bf16:16', 16, True, True, False) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3313247Z Functionals ('*bf16:16', 16, True, True, True) cannot be found in tuning db, use ('*bf16:16', 16, True, True, None) instead 2024-04-03T17:06:12.3313927Z Functionals ('*bf16:16', 16, True, False, False) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3315185Z Functionals ('*bf16:16', 16, True, False, True) cannot be found in tuning db, use ('*bf16:16', 16, True, False, None) instead 2024-04-03T17:06:12.3316385Z Functionals ('*bf16:16', 16, False, True, False) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3317551Z Functionals ('*bf16:16', 16, False, True, True) cannot be found in tuning db, use ('*bf16:16', 16, False, True, None) instead 2024-04-03T17:06:12.3318779Z Functionals ('*bf16:16', 16, False, False, False) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3319965Z Functionals ('*bf16:16', 16, False, False, True) cannot be found in tuning db, use ('*bf16:16', 16, False, False, None) instead 2024-04-03T17:06:12.3321114Z Functionals ('*bf16:16', 32, True, True, False) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3322269Z Functionals ('*bf16:16', 32, True, True, True) cannot be found in tuning db, use ('*bf16:16', 32, True, True, None) instead 2024-04-03T17:06:12.3323456Z Functionals ('*bf16:16', 32, True, False, False) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3324728Z Functionals ('*bf16:16', 32, True, False, True) cannot be found in tuning db, use ('*bf16:16', 32, True, False, None) instead 2024-04-03T17:06:12.3325747Z Functionals ('*bf16:16', 32, False, True, False) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3326573Z Functionals ('*bf16:16', 32, False, True, True) cannot be found in tuning db, use ('*bf16:16', 32, False, True, None) instead 2024-04-03T17:06:12.3327790Z Functionals ('*bf16:16', 32, False, False, False) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3328980Z Functionals ('*bf16:16', 32, False, False, True) cannot be found in tuning db, use ('*bf16:16', 32, False, False, None) instead 2024-04-03T17:06:12.3330221Z Functionals ('*bf16:16', 64, True, True, False) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3331381Z Functionals ('*bf16:16', 64, True, True, True) cannot be found in tuning db, use ('*bf16:16', 64, True, True, None) instead 2024-04-03T17:06:12.3332561Z Functionals ('*bf16:16', 64, True, False, False) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3333782Z Functionals ('*bf16:16', 64, True, False, True) cannot be found in tuning db, use ('*bf16:16', 64, True, False, None) instead 2024-04-03T17:06:12.3334957Z Functionals ('*bf16:16', 64, False, True, False) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3335933Z Functionals ('*bf16:16', 64, False, True, True) cannot be found in tuning db, use ('*bf16:16', 64, False, True, None) instead 2024-04-03T17:06:12.3337266Z Functionals ('*bf16:16', 64, False, False, False) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3338422Z Functionals ('*bf16:16', 64, False, False, True) cannot be found in tuning db, use ('*bf16:16', 64, False, False, None) instead 2024-04-03T17:06:12.3339527Z Functionals ('*bf16:16', 128, True, True, False) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3340636Z Functionals ('*bf16:16', 128, True, True, True) cannot be found in tuning db, use ('*bf16:16', 128, True, True, None) instead 2024-04-03T17:06:12.3341628Z Functionals ('*bf16:16', 128, True, False, False) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3342836Z Functionals ('*bf16:16', 128, True, False, True) cannot be found in tuning db, use ('*bf16:16', 128, True, False, None) instead 2024-04-03T17:06:12.3343705Z Functionals ('*bf16:16', 128, False, True, False) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3344716Z Functionals ('*bf16:16', 128, False, True, True) cannot be found in tuning db, use ('*bf16:16', 128, False, True, None) instead 2024-04-03T17:06:12.3345580Z Functionals ('*bf16:16', 128, False, False, False) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3346667Z Functionals ('*bf16:16', 128, False, False, True) cannot be found in tuning db, use ('*bf16:16', 128, False, False, None) instead 2024-04-03T17:06:12.3347841Z Functionals ('*bf16:16', 256, True, True, False) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3348838Z Functionals ('*bf16:16', 256, True, True, True) cannot be found in tuning db, use ('*bf16:16', 256, True, True, None) instead 2024-04-03T17:06:12.3349812Z Functionals ('*bf16:16', 256, True, False, False) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3350638Z Functionals ('*bf16:16', 256, True, False, True) cannot be found in tuning db, use ('*bf16:16', 256, True, False, None) instead 2024-04-03T17:06:12.3351852Z Functionals ('*bf16:16', 256, False, True, False) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3353141Z Functionals ('*bf16:16', 256, False, True, True) cannot be found in tuning db, use ('*bf16:16', 256, False, True, None) instead 2024-04-03T17:06:12.3354223Z Functionals ('*bf16:16', 256, False, False, False) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3355155Z Functionals ('*bf16:16', 256, False, False, True) cannot be found in tuning db, use ('*bf16:16', 256, False, False, None) instead 2024-04-03T17:06:12.3355402Z tensor_arg='Q' 4 2024-04-03T17:06:12.3355625Z tensor_arg='K' 4 2024-04-03T17:06:12.3355862Z tensor_arg='V' 4 2024-04-03T17:06:12.3356040Z tensor_arg='Out' 4 2024-04-03T17:06:12.3356180Z tensor_arg='dO' 4 2024-04-03T17:06:12.3356421Z tensor_arg='dQ' 4 2024-04-03T17:06:12.3356651Z tensor_arg='L' 2 2024-04-03T17:06:12.3356821Z tensor_arg='D' 2 2024-04-03T17:06:12.3356962Z tensor_arg='Q' 4 2024-04-03T17:06:12.3357158Z tensor_arg='K' 4 2024-04-03T17:06:12.3357331Z tensor_arg='V' 4 2024-04-03T17:06:12.3357580Z tensor_arg='dO' 4 2024-04-03T17:06:12.3357802Z tensor_arg='dQ' 4 2024-04-03T17:06:12.3360210Z self._DATA_ARGUMENTS=['Q', 'K', 'V', 'sm_scale', 'Out', 'dO', 'dQ', 'L', 'D', 'stride_qz', 'stride_qh', 'stride_qm', 'stride_kz', 'stride_kh', 'stride_kn', 'stride_vz', 'stride_vh', 'stride_vk', 'stride_oz', 'stride_oh', 'stride_om', 'stride_dqz', 'stride_dqh', 'stride_dqm', 'seqlen_q', 'seqlen_k', 'head_dim', 'dropout_p', 'philox_seed', 'philox_offset_base'] 2024-04-03T17:06:12.3360722Z Skip rpath=PosixPath('template/autotune_table_entry.cc') 2024-04-03T17:06:12.3361075Z Skip rpath=PosixPath('template/shim.cc') 2024-04-03T17:06:12.3366789Z [6/7] cd /var/lib/jenkins/workspace/build/aotriton/build/v2src && /opt/conda/envs/py_3.8/bin/cmake -E env VIRTUAL_ENV=/var/lib/jenkins/workspace/build/aotriton/build/venv PATH="/var/lib/jenkins/workspace/build/aotriton/build/venv/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.8/bin:/opt/conda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" make -j 6 -f Makefile.shim HIPCC=hipcc AR=/usr/bin/ar EXTRA_COMPILER_OPTIONS=-I/opt/rocm/include/\ \ -O3\ -DNDEBUG 2024-04-03T17:06:12.3370319Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.attn_fwd.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.attn_fwd.o -c -fPIC -std=c++20 2024-04-03T17:06:12.3374762Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI200.o -c 2024-04-03T17:06:12.3379550Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI200.o -c 2024-04-03T17:06:12.3383321Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI200.o -c 2024-04-03T17:06:12.3388653Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI200.o -c 2024-04-03T17:06:12.3394634Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI200.o -c 2024-04-03T17:06:12.3395580Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3396210Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3397014Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3397818Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3398636Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3399013Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3399859Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3400155Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3400960Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3401442Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3402189Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3402830Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3403604Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3403966Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3404796Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3405077Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3405879Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3406494Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3407302Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3408106Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3408928Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3409288Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3410111Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3410395Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3411219Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3411819Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3412629Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3413316Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3414145Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3414515Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3415390Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3415686Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3416571Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3417189Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3417766Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3418382Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3419085Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3419449Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3419945Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3420192Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3420697Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3421282Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3421880Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3422483Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3423305Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3423676Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3424479Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3424777Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3430532Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI200.o -c 2024-04-03T17:06:12.3436367Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI200.o -c 2024-04-03T17:06:12.3441445Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI200.o -c 2024-04-03T17:06:12.3442115Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3442441Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3442877Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3443259Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3443696Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3443974Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3444631Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3444892Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3450106Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI200.o -c 2024-04-03T17:06:12.3455162Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI200.o -c 2024-04-03T17:06:12.3460733Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI200.o -c 2024-04-03T17:06:12.3461329Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3461807Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3462531Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3463105Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3463873Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3464236Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3464730Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3464953Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3465766Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3466209Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3466844Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3467515Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3468235Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3468590Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3469502Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3469765Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3470575Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3471164Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3471985Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3472653Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3473322Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3473682Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3474496Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3474790Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3475595Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3476201Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3477102Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3477783Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3478609Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3478986Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3479785Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3480085Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3480868Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3481472Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3482434Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3483082Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3483838Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3484190Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3484992Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3485370Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3490531Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI200.o -c 2024-04-03T17:06:12.3491092Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3491513Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3492321Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3493027Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3493759Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3493963Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3494594Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3494873Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3500834Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI200.o -c 2024-04-03T17:06:12.3506842Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI200.o -c 2024-04-03T17:06:12.3512682Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI200.o -c 2024-04-03T17:06:12.3518554Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI200.o -c 2024-04-03T17:06:12.3524495Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI200.o -c 2024-04-03T17:06:12.3525316Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3525921Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3526800Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3527481Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3528318Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3528678Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3529461Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3529746Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3530552Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3531162Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3531984Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3532437Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3533277Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3533639Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3534351Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3534521Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3535287Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3535962Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3536850Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3537533Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3538459Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3538802Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3539617Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3539917Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3540717Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3541311Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3542132Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3542820Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3543639Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3544096Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3544906Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3545192Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3545992Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3546577Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3547129Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3547654Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3548478Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3548910Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3549657Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3549964Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3555153Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI200.o -c 2024-04-03T17:06:12.3555989Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3556442Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3557216Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3557917Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3558737Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3559097Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3559592Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3559750Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3565235Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI200.o -c 2024-04-03T17:06:12.3571082Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI200.o -c 2024-04-03T17:06:12.3576622Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI200.o -c 2024-04-03T17:06:12.3577457Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3578070Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3579093Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3579776Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3580600Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3580967Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3581780Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3582077Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3587642Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI200.o -c 2024-04-03T17:06:12.3593640Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI200.o -c 2024-04-03T17:06:12.3594464Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3595063Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3595877Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3596563Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3597387Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3597749Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3598557Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3598850Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3599625Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3600222Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3601042Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3601729Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3602638Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3603002Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3603825Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3604122Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3604929Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3605325Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3606010Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3606696Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3607516Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3607868Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3608680Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3608922Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3609820Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3610410Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3611230Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3611918Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3612708Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3613087Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3613894Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3614187Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3620316Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI200.o -c 2024-04-03T17:06:12.3621223Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3621779Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3622399Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3623088Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3623689Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3624039Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3624868Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3625149Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3629639Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI200.o -c 2024-04-03T17:06:12.3634661Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI200.o -c 2024-04-03T17:06:12.3635581Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3636178Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3636969Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3637681Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3638422Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3638781Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3639608Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3639891Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3645582Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI200.o -c 2024-04-03T17:06:12.3646506Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3647088Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3647926Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3648617Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3649443Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3649737Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3650182Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3650411Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3654932Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI200.o -c 2024-04-03T17:06:12.3660182Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI200.o -c 2024-04-03T17:06:12.3660893Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3661448Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3662276Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3662948Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3663777Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3664148Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3664956Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3665356Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3666153Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3666744Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3667566Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3668240Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3669067Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3669430Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3670244Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3670541Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3676427Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI200.o -c 2024-04-03T17:06:12.3677351Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3677946Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3678757Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3679446Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3680249Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3680611Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3681511Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3681796Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3682606Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3683194Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3683891Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3684553Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3685079Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3685278Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3686099Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3686373Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3692309Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI200.o -c 2024-04-03T17:06:12.3698452Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI200.o -c 2024-04-03T17:06:12.3699295Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3699987Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3700791Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3701482Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3702280Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3702645Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3703468Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3703747Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3704556Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3705157Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3705976Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3706670Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3707574Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3707940Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3708758Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3709033Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3714807Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI200.o -c 2024-04-03T17:06:12.3720197Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI200.o -c 2024-04-03T17:06:12.3725281Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI200.o -c 2024-04-03T17:06:12.3726101Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3726689Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3727521Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3728207Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3729038Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3729408Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3730221Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3730511Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3736472Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI200.o -c 2024-04-03T17:06:12.3737214Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3737540Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3738093Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3738893Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3739595Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3739798Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3740250Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3740404Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3740839Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3741470Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3742281Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3742724Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3743342Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3743698Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3744348Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3744634Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3749230Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI200.o -c 2024-04-03T17:06:12.3750062Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3750396Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3750897Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3751402Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3752206Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3752574Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3753381Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3753685Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3754485Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3755078Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3755612Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3755981Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3756486Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3756864Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3757687Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3757969Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3763509Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI200.o -c 2024-04-03T17:06:12.3769505Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI200.o -c 2024-04-03T17:06:12.3770333Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3770926Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3771741Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3772478Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3773283Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3773655Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3774470Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3774764Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3780533Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI200.o -c 2024-04-03T17:06:12.3781210Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3781791Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3782598Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3783372Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3784186Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3784552Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3785372Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3785650Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3791132Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI200.o -c 2024-04-03T17:06:12.3796644Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI200.o -c 2024-04-03T17:06:12.3797476Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3798171Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3798981Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3799681Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3800411Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3800785Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3801619Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3801891Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3807801Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI200.o -c 2024-04-03T17:06:12.3808705Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3809259Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3810089Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3810766Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3811575Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3811952Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3812767Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3813067Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3813727Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3814305Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3815131Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3815817Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3816713Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3817156Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3817982Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3818390Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3823416Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI200.o -c 2024-04-03T17:06:12.3824242Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3824847Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3825667Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3826355Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3827139Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3827344Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3828084Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3828510Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3833341Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI200.o -c 2024-04-03T17:06:12.3834172Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3834753Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3835576Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3836180Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3836839Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3837214Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3838129Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3838412Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3843674Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI200.o -c 2024-04-03T17:06:12.3844486Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3845091Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3845976Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3846689Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3847502Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3847771Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3848549Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3848712Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3849501Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3850111Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3850839Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3851333Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3852175Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3852547Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3853372Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3853665Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3859069Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI200.o -c 2024-04-03T17:06:12.3864995Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI200.o -c 2024-04-03T17:06:12.3870655Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI200.o -c 2024-04-03T17:06:12.3871493Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3872086Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3872919Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3873755Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3874622Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3875075Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3876073Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3876401Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3877298Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3877930Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3878776Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3879652Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3880599Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3881052Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3881789Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3882096Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3883097Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3883713Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3884572Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3885299Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3886148Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3886515Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3887364Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3887717Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3893749Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI200.o -c 2024-04-03T17:06:12.3899790Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI200.o -c 2024-04-03T17:06:12.3910505Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3911231Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3912099Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3912785Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3913611Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3913996Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3914808Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3915094Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3921042Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI200.o -c 2024-04-03T17:06:12.3922006Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3922608Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3923427Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3924119Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3924961Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3925412Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3926251Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3926525Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3927326Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3927922Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3928803Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3929501Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3930331Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3930690Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3931522Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3931810Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3937311Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI200.o -c 2024-04-03T17:06:12.3942335Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI200.o -c 2024-04-03T17:06:12.3947977Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI200.o -c 2024-04-03T17:06:12.3948803Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3949395Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3950224Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3950910Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3951690Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3952060Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3952974Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3953254Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3954060Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3954649Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3955482Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3956114Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3956870Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3957251Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3958160Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3958450Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3964035Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI200.o -c 2024-04-03T17:06:12.3964826Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3965438Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3966258Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3966946Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3967781Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3968145Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3968971Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3969244Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3974771Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI200.o -c 2024-04-03T17:06:12.3975602Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3976250Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3977158Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3977835Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3978738Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3979130Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3979934Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3980217Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3985939Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI200.o -c 2024-04-03T17:06:12.3986854Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3987461Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3988266Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3988954Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.3989782Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3990140Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.3990973Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3991256Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.3997182Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI200.o -c 2024-04-03T17:06:12.3998097Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.3998680Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.3999497Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.3999885Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4000564Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4000947Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4001737Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4002022Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4007594Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI200.o -c 2024-04-03T17:06:12.4012969Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI200.o -c 2024-04-03T17:06:12.4013911Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4014495Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4015329Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4016010Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4016897Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4017275Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4018086Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4018470Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4019300Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4019988Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4020823Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4021499Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4022313Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4022688Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4023440Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4023733Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4029480Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI200.o -c 2024-04-03T17:06:12.4030334Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4030924Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4031795Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4032481Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4033295Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4033665Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4034492Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4034788Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4040678Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI200.o -c 2024-04-03T17:06:12.4041520Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4042108Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4042927Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4043602Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4044500Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4044879Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4045691Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4045966Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4046784Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4047373Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4048190Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4048872Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4049682Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4050067Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4050879Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4051226Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4057088Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI200.o -c 2024-04-03T17:06:12.4057915Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4058633Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4059446Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4060228Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4061052Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4061428Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4062239Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4062540Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4068474Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI200.o -c 2024-04-03T17:06:12.4074386Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI200.o -c 2024-04-03T17:06:12.4080253Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI200.o -c 2024-04-03T17:06:12.4086187Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI200.o -c 2024-04-03T17:06:12.4087089Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4087704Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4088499Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4089173Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4090008Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4090366Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4091160Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4091596Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4092420Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4093029Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4093834Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4094524Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4095341Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4095718Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4096623Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4096881Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4097757Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4103632Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI200.o -c 2024-04-03T17:06:12.4104211Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4105013Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4105688Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4106479Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4106856Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4107629Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4107856Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4108591Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4109162Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4109987Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4110687Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4111503Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4111884Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4112703Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4113112Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4119054Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI200.o -c 2024-04-03T17:06:12.4119870Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4120451Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4121261Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4121949Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4122789Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4123149Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4124050Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4124334Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4125132Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4125739Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4126541Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4127207Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4128023Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4128383Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4129281Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4129589Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4135562Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI200.o -c 2024-04-03T17:06:12.4141684Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI200.o -c 2024-04-03T17:06:12.4147546Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI200.o -c 2024-04-03T17:06:12.4153430Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI200.o -c 2024-04-03T17:06:12.4154359Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4154944Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4155756Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4156440Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4157270Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4157646Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4158460Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4158735Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4159533Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4160144Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4161053Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4161725Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4162534Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4162895Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4163721Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4164019Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4164823Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4165422Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4166230Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4167010Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4167851Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4168214Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4169009Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4169302Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4170165Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4170771Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4171589Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4172220Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4173033Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4173416Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4174226Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4174528Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4180488Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI200.o -c 2024-04-03T17:06:12.4186274Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI200.o -c 2024-04-03T17:06:12.4187314Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4187935Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4188740Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4189422Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4190243Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4190617Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4191409Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4191730Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4192510Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4193250Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4194032Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4194558Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4195239Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4195586Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4196306Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4196597Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4202226Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI200.o -c 2024-04-03T17:06:12.4208238Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI200.o -c 2024-04-03T17:06:12.4209062Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4209675Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4210505Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4211193Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4212019Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4212377Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4213201Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4213496Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4219596Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI200.o -c 2024-04-03T17:06:12.4225612Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI200.o -c 2024-04-03T17:06:12.4226429Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4227038Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4227848Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4228523Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4229362Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4229826Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4230630Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4230925Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4231725Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4232320Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4233124Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4233810Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4234631Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4234992Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4235896Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4236202Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4236987Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4237584Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4238417Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4239138Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4239965Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4240333Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4241112Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4241417Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4247210Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI200.o -c 2024-04-03T17:06:12.4253106Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI200.o -c 2024-04-03T17:06:12.4259309Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI200.o -c 2024-04-03T17:06:12.4260205Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4260806Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4261624Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4262320Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4263004Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4263302Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4263929Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4264269Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4264964Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4265482Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4266245Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4266896Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4267698Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4268060Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4268857Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4269141Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4270004Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4270597Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4271384Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4272089Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4272961Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4273326Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4274137Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4274411Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4280297Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI200.o -c 2024-04-03T17:06:12.4286190Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI200.o -c 2024-04-03T17:06:12.4292089Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI200.o -c 2024-04-03T17:06:12.4292995Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4293602Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4294421Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4295107Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4295921Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4296282Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4297184Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4297491Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4298409Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4299115Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4299918Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4300599Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4301422Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4301787Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4302585Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4302885Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4303673Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4304347Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4305181Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4305853Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4306667Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4307027Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4307922Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4308226Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4314061Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI200.o -c 2024-04-03T17:06:12.4319952Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI200.o -c 2024-04-03T17:06:12.4325707Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI200.o -c 2024-04-03T17:06:12.4326627Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4327208Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4328014Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4328715Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4329522Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4329899Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4330704Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4330992Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4331785Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4332390Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4333284Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4333972Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4334773Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4335142Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4335968Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4336238Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4337142Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4337737Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4338667Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4339477Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4340282Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4340633Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4341458Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4341750Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4347643Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI200.o -c 2024-04-03T17:06:12.4353491Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI200.o -c 2024-04-03T17:06:12.4359351Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI200.o -c 2024-04-03T17:06:12.4360291Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4360884Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4361702Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4362379Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4363200Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4363565Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4364354Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4364640Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4365428Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4365978Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4366798Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4367468Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4368369Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4368732Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4369538Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4369848Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4370626Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4371211Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4372024Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4372696Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4373575Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4373928Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4374734Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4375025Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4381198Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI200.o -c 2024-04-03T17:06:12.4387181Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI200.o -c 2024-04-03T17:06:12.4393099Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI200.o -c 2024-04-03T17:06:12.4393928Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4394516Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4395434Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4396148Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4396964Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4397333Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4398168Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4398465Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4399285Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4399871Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4400686Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4401377Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4402205Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4402662Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4403475Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4403756Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4404577Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4405163Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4405985Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4406703Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4407524Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4407896Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4408809Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4409097Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4415079Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI200.o -c 2024-04-03T17:06:12.4421105Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI200.o -c 2024-04-03T17:06:12.4427011Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI200.o -c 2024-04-03T17:06:12.4427831Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4428429Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4429257Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4430065Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4430908Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4431272Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4432091Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4432387Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4433180Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4433768Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4434593Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4435264Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4436084Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4436448Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4437265Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4437655Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4438461Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4439046Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4439875Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4440569Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4441381Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4441759Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4442575Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4442876Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4448783Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI200.o -c 2024-04-03T17:06:12.4454692Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI200.o -c 2024-04-03T17:06:12.4460347Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI200.o -c 2024-04-03T17:06:12.4461232Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4461795Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4462532Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4463168Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4463918Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4464459Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4465219Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4465519Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4466271Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4466835Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4467578Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4468223Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4468935Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4469282Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4469981Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4470261Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4470960Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4471687Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4472446Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4473107Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4473896Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4474255Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4475053Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4475330Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4481274Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI200.o -c 2024-04-03T17:06:12.4487178Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI200.o -c 2024-04-03T17:06:12.4493024Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI200.o -c 2024-04-03T17:06:12.4493853Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4494444Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4495258Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4495942Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4496833Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4497201Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4497967Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4498437Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4499241Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4499836Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4500660Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4501137Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4501905Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4502281Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4503088Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4503387Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4504192Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4504779Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4505666Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4506347Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4507145Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4507533Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4508350Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4508649Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4514585Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI200.o -c 2024-04-03T17:06:12.4520172Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI200.o -c 2024-04-03T17:06:12.4526066Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI200.o -c 2024-04-03T17:06:12.4526905Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4527493Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4528296Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4528993Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4529802Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4530167Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4530903Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4531182Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4532086Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4532687Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4533495Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4534181Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4534996Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4535369Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4536209Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4536607Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4537419Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4538027Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4538935Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4539631Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4540536Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4540895Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4541610Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4541870Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4547697Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI200.o -c 2024-04-03T17:06:12.4553691Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI200.o -c 2024-04-03T17:06:12.4559510Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI200.o -c 2024-04-03T17:06:12.4560334Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4560927Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4561757Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4562439Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4563265Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4563630Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4564451Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4564747Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4565549Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4566151Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4567081Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4567773Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4568581Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4568962Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4569780Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4570075Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4575951Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI200.o -c 2024-04-03T17:06:12.4576847Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4577520Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4578461Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4579154Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4579973Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4580332Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4581157Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4581440Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4587465Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI200.o -c 2024-04-03T17:06:12.4588285Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4588936Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4589769Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4590457Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4591263Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4591645Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4592467Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4592762Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4598608Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI200.o -c 2024-04-03T17:06:12.4599433Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4600026Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4600827Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4601613Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4602426Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4602793Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4603610Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4603892Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4604689Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4605286Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4606093Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4606793Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4607599Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4607981Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4608811Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4609115Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4614352Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI200.o -c 2024-04-03T17:06:12.4619929Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI200.o -c 2024-04-03T17:06:12.4625748Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI200.o -c 2024-04-03T17:06:12.4626326Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4626869Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4627701Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4628193Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4628641Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4628883Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4629691Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4629982Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4630794Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4631385Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4632164Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4632905Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4633769Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4634434Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4635231Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4635565Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4636276Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4636798Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4637611Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4638280Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4639080Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4639456Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4640270Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4640562Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4646161Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI200.o -c 2024-04-03T17:06:12.4652181Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI200.o -c 2024-04-03T17:06:12.4657716Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI200.o -c 2024-04-03T17:06:12.4658741Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4659352Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4660166Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4660791Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4661405Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4661763Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4662599Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4662892Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4663635Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4664210Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4664924Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4665336Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4666145Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4666506Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4667103Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4667258Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4672260Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI200.o -c 2024-04-03T17:06:12.4673096Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4673493Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4673980Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4674581Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4675026Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4675327Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4676139Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4676414Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4681470Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI200.o -c 2024-04-03T17:06:12.4682281Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4682959Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4683781Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4684480Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4685132Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4685493Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4686287Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4686572Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4691182Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI200.o -c 2024-04-03T17:06:12.4691645Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4692201Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4692885Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4693262Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4693794Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4694173Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4694919Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4695198Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4696074Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4696749Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4697578Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4698095Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4698840Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4699221Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4699862Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4700134Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4705151Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI200.o -c 2024-04-03T17:06:12.4710075Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI200.o -c 2024-04-03T17:06:12.4715495Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI200.o -c 2024-04-03T17:06:12.4716243Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4716860Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4717743Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4718459Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4719269Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4719644Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4720478Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4720763Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4721569Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4722168Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4722977Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4723657Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4724484Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4724802Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4725625Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4725919Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4731203Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI200.o -c 2024-04-03T17:06:12.4732188Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4732770Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4733606Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4734284Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4735103Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4735477Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4736300Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4736675Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4737564Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4738145Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4739088Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4739778Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4740596Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4740972Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4741794Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4742072Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4748260Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI200.o -c 2024-04-03T17:06:12.4749090Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4749732Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4750553Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4751233Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4752072Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4752434Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4753276Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4753561Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4759706Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI200.o -c 2024-04-03T17:06:12.4765800Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI200.o -c 2024-04-03T17:06:12.4771959Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI200.o -c 2024-04-03T17:06:12.4778115Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI200.o -c 2024-04-03T17:06:12.4779128Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4779728Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4780548Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4781247Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4782066Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4782429Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4783259Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4783537Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4784344Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4785010Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4785829Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4786520Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4787332Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4787739Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4788581Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4788859Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4789672Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4790270Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4791090Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4791778Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4792616Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4792977Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4793804Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4794081Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4794888Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4795485Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4796302Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4796980Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4797806Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4798227Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4799052Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4799339Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4805491Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI200.o -c 2024-04-03T17:06:12.4811577Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI200.o -c 2024-04-03T17:06:12.4812463Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4813057Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4813875Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4814556Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4815383Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4815748Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4816687Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4817018Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4823289Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI200.o -c 2024-04-03T17:06:12.4824132Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4824713Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4825544Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4826224Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4827049Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4827422Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4828245Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4828524Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4834613Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI200.o -c 2024-04-03T17:06:12.4840748Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI200.o -c 2024-04-03T17:06:12.4841655Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4842244Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4843076Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4843755Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4844569Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4844947Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4845765Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4846052Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4852152Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI200.o -c 2024-04-03T17:06:12.4852962Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4853562Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4854376Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4855056Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4855945Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4856319Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4857231Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4857510Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4858422Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4859103Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4859922Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4860605Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4861433Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4861794Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4862629Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4862911Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4868976Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI200.o -c 2024-04-03T17:06:12.4869791Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4870371Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4871202Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4871946Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4872759Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4873135Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4873953Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4874233Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4880304Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI200.o -c 2024-04-03T17:06:12.4881119Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4881690Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4882383Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4882879Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4883491Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4883782Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4884457Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4884691Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4890080Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI200.o -c 2024-04-03T17:06:12.4895338Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI200.o -c 2024-04-03T17:06:12.4896154Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4896823Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4897608Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4898385Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4899213Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4899583Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4900415Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4900653Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4906063Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI200.o -c 2024-04-03T17:06:12.4907045Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4907645Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4908465Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4909141Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4909754Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4910113Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4910564Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4910721Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4911436Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4911955Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4912684Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4913289Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4913864Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4914200Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4914947Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4915109Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4915911Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4916426Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4917056Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4917580Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4918436Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4918822Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4919486Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4919643Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4924237Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI200.o -c 2024-04-03T17:06:12.4928762Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI200.o -c 2024-04-03T17:06:12.4929243Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4929822Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4930421Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4930927Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4931373Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4931763Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4932650Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4932928Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4937446Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI200.o -c 2024-04-03T17:06:12.4938106Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4938799Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4939479Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4939863Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4940556Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4941010Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4941756Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4942051Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4942820Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4943417Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4943865Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4944512Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4945339Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4945783Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4946546Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4946832Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4952159Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI200.o -c 2024-04-03T17:06:12.4957274Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI200.o -c 2024-04-03T17:06:12.4962496Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI200.o -c 2024-04-03T17:06:12.4963318Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4963795Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4964635Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4965141Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4965585Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4965897Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4966508Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4966732Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4967390Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4967713Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4968500Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4969043Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4969847Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4970235Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4970791Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4971050Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4971858Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4972451Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4972985Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4973629Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4974076Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4974445Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4975253Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4975604Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4981044Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI200.o -c 2024-04-03T17:06:12.4986540Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI200.o -c 2024-04-03T17:06:12.4987406Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4987996Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4988816Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4989513Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4990340Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4990715Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4991537Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4991818Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.4992641Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4993345Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.4994165Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4994865Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.4995682Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.4996043Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.4996885Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.4997164Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5003317Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI200.o -c 2024-04-03T17:06:12.5009586Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI200.o -c 2024-04-03T17:06:12.5010404Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5010989Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5011804Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5012498Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5013378Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5013755Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5014579Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5014857Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5021195Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI200.o -c 2024-04-03T17:06:12.5027398Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI200.o -c 2024-04-03T17:06:12.5028233Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5028819Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5029641Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5030333Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5031156Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5031534Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5032428Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5032712Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5033545Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5034129Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5034951Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5035651Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5036467Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5036844Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5037661Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5037940Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5038775Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5039357Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5040241Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5040932Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5041749Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5042115Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5042948Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5043226Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5049446Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI200.o -c 2024-04-03T17:06:12.5055644Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI200.o -c 2024-04-03T17:06:12.5056571Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5057161Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5057989Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5058795Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5059622Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5060002Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5060813Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5061096Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5067236Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI200.o -c 2024-04-03T17:06:12.5068141Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5068742Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5069562Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5070245Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5071084Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5071444Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5072263Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5072555Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5078690Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI200.o -c 2024-04-03T17:06:12.5079582Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5080167Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5080989Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5081686Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5082514Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5082891Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5083709Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5084046Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5090284Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI200.o -c 2024-04-03T17:06:12.5096521Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI200.o -c 2024-04-03T17:06:12.5097365Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5097954Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5098752Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5099140Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5099581Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5099794Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5100229Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5100384Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5100822Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5101212Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5101646Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5102027Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5102464Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5102678Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5103116Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5103271Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5103717Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5104032Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5104466Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5104849Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5105283Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5105525Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5105972Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5106125Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5109280Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5112472Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5112964Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5113282Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5113720Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5114098Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5114534Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5114738Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5115186Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5115342Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5115780Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5116094Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5116527Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5116907Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5117342Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5117541Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5117991Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5118180Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5121332Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5124493Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5127664Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5130885Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5131369Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5131690Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5132129Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5132513Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5132953Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5133197Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5133635Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5133790Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5134230Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5134547Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5134986Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5135365Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5135804Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5136015Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5136560Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5136727Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5137172Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5137491Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5137923Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5138431Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5138949Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5139147Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5139599Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5139753Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5140198Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5140516Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5140953Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5141333Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5141767Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5141966Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5142416Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5142570Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5145803Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5149007Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5152177Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5152615Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5152944Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5153380Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5153749Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5154202Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5154407Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5154848Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5155015Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5158171Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5158614Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5158967Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5159402Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5159782Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5160213Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5160425Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5160867Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5161025Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5164177Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5167373Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5167824Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5168144Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5168581Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5168993Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5169431Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5169649Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5170082Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5170238Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5170708Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5171024Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5171457Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5171834Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5172267Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5172470Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5172918Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5173077Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5173519Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5173834Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5174274Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5174655Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5175087Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5175288Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5175731Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5175918Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5176358Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5176764Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5177197Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5177579Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5178013Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5178211Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5178794Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5178951Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5182112Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5185336Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5185792Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5186111Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5186586Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5186971Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5187404Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5187605Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5188090Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5188247Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5188687Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5189003Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5189433Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5189811Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5190250Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5190450Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5190896Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5191052Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5194223Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5197400Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5200565Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5203698Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5204181Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5204498Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5204936Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5205317Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5205756Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5205969Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5206434Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5206593Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5207034Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5207348Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5207780Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5208189Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5208624Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5208824Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5209270Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5209424Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5209872Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5210187Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5210625Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5211004Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5211436Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5211634Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5212080Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5212233Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5212657Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5212982Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5213450Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5213826Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5214260Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5214458Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5214904Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5215062Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5218440Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5221611Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5222123Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5222439Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5222875Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5223257Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5223691Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5223930Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5224382Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5224536Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5224965Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5225292Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5225766Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5226146Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5226585Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5226781Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5227227Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5227386Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5230527Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5233684Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5236892Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5240065Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5240516Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5240863Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5241298Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5241677Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5242117Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5242316Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5242763Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5242919Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5243360Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5243702Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5244139Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5244520Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5244952Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5245150Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5245624Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5245779Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5246219Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5246530Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5246960Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5247340Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5247776Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5247978Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5248425Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5248579Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5249007Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5249334Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5249765Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5250144Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5250579Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5250815Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5251259Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5251415Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5254555Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5257801Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5258390Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5258781Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5259217Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5259599Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5260034Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5260236Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5260685Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5260839Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5261319Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5261653Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5262086Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5262464Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5262933Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5263133Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5263580Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5263734Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5266896Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5270084Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5274266Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5277564Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5278017Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5278333Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5278775Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5279156Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5279631Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5279833Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5280285Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5280444Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5280886Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5281201Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5281636Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5282015Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5282485Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5282688Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5283138Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5283295Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5283723Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5284081Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5284518Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5284897Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5285328Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5285528Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5285980Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5286136Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5286568Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5286897Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5287329Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5287715Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5288151Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5288350Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5288795Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5288950Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5292162Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5295350Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5295786Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5296120Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5296680Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5297060Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5297495Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5297697Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5298148Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5298510Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5298944Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5299274Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5299709Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5300140Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5300581Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5300786Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5301236Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5301390Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5304568Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5307737Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5310921Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5314128Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5314586Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5314908Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5315344Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5315729Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5316164Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5316369Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5316816Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5317010Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5317448Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5317762Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5318199Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5318578Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5319012Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5319211Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5319663Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5319851Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5320284Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5320615Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5321047Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5321426Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5321901Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5322103Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5322548Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5322703Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5323132Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5323462Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5323892Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5324257Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5324704Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5324902Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5325347Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5325501Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5328659Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5331874Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5332309Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5332636Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5333072Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5333451Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5333890Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5334121Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5334570Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5334725Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5335155Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5335482Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5335917Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5336286Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5336818Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5337020Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5337496Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5337657Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5341014Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5344222Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5347342Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5350766Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5351594Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5352096Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5352808Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5353499Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5354338Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5354564Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5355014Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5355170Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5355607Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5355936Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5356451Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5356830Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5357266Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5357467Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5357912Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5358066Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5358494Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5358825Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5359299Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5359681Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5360115Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5360315Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5360764Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5360963Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5361394Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5361719Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5362150Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5362515Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5362967Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5363165Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5363614Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5363769Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5366928Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5370082Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5370554Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5370888Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5371324Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5371703Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5372140Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5372338Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5372782Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5372942Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5373407Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5373740Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5374171Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5374541Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5374986Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5375183Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5375631Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5375788Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5379223Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5382430Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5382871Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5383205Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5383642Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5384013Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5384464Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5384663Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5385112Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5385267Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5388411Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5391621Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5392055Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5392387Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5392824Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5393208Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5393646Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5393886Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5394332Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5394486Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5397623Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5398066Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5398415Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5398868Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5399236Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5399671Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5399918Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5400356Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5400525Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5400957Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5401272Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5401720Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5402090Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5402525Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5402740Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5403175Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5403331Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5406489Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5406961Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5407293Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5407726Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5408092Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5408539Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5408738Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5409183Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5409339Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5409768Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5410097Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5410535Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5410936Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5411382Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5411579Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5412031Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5412186Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5415352Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5418831Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5421988Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5425163Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5425605Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5425937Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5426377Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5426759Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5427238Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5427440Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5427892Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5428049Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5428479Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5428811Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5429244Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5429714Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5430373Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5430660Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5431332Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5431588Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5432390Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5432943Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5433673Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5434289Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5435057Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5435388Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5436162Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5436438Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5437304Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5437907Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5438694Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5439351Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5440056Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5440462Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5441225Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5441510Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5447063Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5453027Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5453892Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5454488Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5455232Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5456005Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5456918Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5457262Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5458062Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5458468Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5459269Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5459857Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5460666Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5461340Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5462172Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5462544Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5463455Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5463710Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5467344Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5470627Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5473817Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5477076Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5477524Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5477858Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5478298Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5478686Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5479125Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5479327Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5479776Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5479984Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5480419Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5480750Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5481184Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5481554Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5482002Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5482204Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5482650Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5482804Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5483233Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5483561Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5483998Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5484400Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5484845Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5485044Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5485492Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5485647Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5488843Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5489300Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5489615Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5490064Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5490459Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5490902Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5491111Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5491546Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5491699Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5494878Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5495322Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5495653Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5496087Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5496563Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5497017Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5497217Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5497705Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5497864Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5498426Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5498769Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5499202Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5499572Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5500022Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5500219Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5500653Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5500820Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5503976Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5507195Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5511369Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5515098Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5515550Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5515885Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5516510Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5517245Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5518088Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5518479Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5519326Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5519620Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5520446Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5521069Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5521904Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5522677Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5523509Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5523709Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5524157Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5524316Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5524743Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5525070Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5525502Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5525867Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5526319Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5526518Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5526988Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5527156Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5527700Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5528033Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5528464Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5528832Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5529282Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5529480Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5529949Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5530117Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5533309Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5536584Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5537028Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5537358Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5537796Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5538381Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5539014Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5539216Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5539654Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5539824Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5540252Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5540648Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5541085Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5541454Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5541900Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5542102Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5542538Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5542768Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5545961Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5561029Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5561582Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5561930Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5562377Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5562858Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5563328Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5563537Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5563982Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5564162Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5567450Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5567926Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5568253Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5568701Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5569094Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5569555Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5569778Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5570219Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5570383Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5573598Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5574110Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5574452Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5574895Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5575275Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5575733Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5575938Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5576472Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5576659Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5580058Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5580574Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5580899Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5581341Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5581728Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5582205Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5582426Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5582868Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5583027Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5586965Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5587855Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5588292Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5588742Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5589116Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5589574Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5589781Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5590561Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5590838Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5599985Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5600786Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5601288Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5602043Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5602673Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5603430Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5603772Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5604523Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5604782Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5610415Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5611159Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5611544Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5611978Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5612482Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5613238Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5613437Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5613930Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5614090Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5614513Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5614827Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5615510Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5616254Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5617170Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5617543Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5618556Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5618843Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5622056Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5625225Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5625660Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5626052Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5626488Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5626852Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5627289Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5627487Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5627916Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5628074Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5631254Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5631741Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5632055Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5632491Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5632862Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5633292Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5633495Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5633927Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5634082Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5637311Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5637785Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5638113Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5638567Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5638936Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5639371Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5639590Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5640028Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5640196Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5643326Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5643776Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5644094Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5644566Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5644949Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5645384Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5645583Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5646030Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5646187Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5649352Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5649788Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5650148Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5650595Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5650962Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5651402Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5651614Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5652049Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5652218Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5652650Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5652995Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5653447Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5653813Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5654249Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5654461Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5654927Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5655097Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5658475Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5661672Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5665039Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5666000Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5666416Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5666854Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5667239Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5667895Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5668274Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5668762Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5669036Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5669795Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5670130Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5670625Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5671077Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5671868Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5672074Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5672523Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5672682Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5673114Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5673446Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5673957Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5674385Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5674871Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5675098Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5675554Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5675711Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5678996Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5682415Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5682932Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5683269Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5683709Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5684165Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5684612Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5684854Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5685378Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5685534Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5688775Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5689304Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5689623Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5690074Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5690439Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5690917Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5691153Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5691644Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5691812Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5692244Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5692558Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5693073Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5693443Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5693913Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5694130Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5694565Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5694798Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5698414Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5701748Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5704910Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5705361Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5705682Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5706169Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5706551Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5706988Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5707189Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5707643Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5707801Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5708235Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5708570Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5709006Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5709389Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5709829Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5710065Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5710515Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5710670Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5711101Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5711431Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5711869Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5712234Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5712682Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5712883Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5713369Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5713530Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5716735Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5719887Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5723058Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5723495Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5723812Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5724268Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5724668Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5725107Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5725324Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5725760Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5725933Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5726370Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5726686Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5727136Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5727503Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5727935Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5728154Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5728590Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5728776Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5729219Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5729537Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5729984Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5730352Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5730786Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5730996Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5731430Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5731619Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5734858Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5738140Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5741436Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5741877Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5742209Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5742645Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5743030Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5743470Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5743718Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5744170Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5744325Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5744755Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5745085Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5745521Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5745903Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5746339Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5746540Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5746985Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5747143Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5750357Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5750810Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5751125Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5751572Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5751941Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5752415Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5752632Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5753066Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5753220Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5756387Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5759546Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5760003Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5760322Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5760770Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5761135Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5761570Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5761782Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5762253Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5762420Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5762851Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5763165Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5763610Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5763977Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5764415Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5764626Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5765062Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5765216Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5768378Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5768845Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5769175Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5769608Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5769974Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5770421Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5770671Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5771116Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5771272Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5774450Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5774902Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5775217Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5775666Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5776039Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5776553Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5776774Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5777211Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5777368Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5777816Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5778131Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5778733Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5779106Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5779541Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5779810Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5780255Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5780412Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5783578Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5784014Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5784346Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5784787Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5785209Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5785658Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5785855Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5786305Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5786459Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5789650Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5792828Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5795973Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5796423Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5796747Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5797196Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5797571Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5798011Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5798225Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5798657Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5798811Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5801990Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5802456Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5802788Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5803223Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5803601Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5804038Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5804239Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5804689Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5804844Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5808043Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5808488Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5808804Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5809251Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5809618Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5810082Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5810299Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5810733Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5810888Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5811354Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5811670Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5812117Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5812484Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5812920Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5813134Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5813568Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5813725Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5814168Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5814482Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5814925Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5815289Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5815721Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5815932Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5816366Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5816640Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5819990Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5823170Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5823624Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5823997Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5824444Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5824812Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5825250Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5825468Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5825902Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5826059Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5826509Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5826828Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5827317Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5827692Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5828125Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5828342Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5828774Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5828964Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5832156Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5835317Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5838456Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5841636Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5842087Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5842405Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5842856Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5843225Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5843668Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5843883Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5844354Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5844522Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5844951Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5845269Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5845718Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5846092Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5846527Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5846741Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5847201Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5847360Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5847806Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5848122Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5848569Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5848972Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5849410Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5849626Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5850061Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5850216Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5850659Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5850980Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5851416Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5851799Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5852235Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5852451Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5852888Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5853046Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5856218Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5859660Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5860118Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5860437Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5860895Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5861266Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5861752Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5861964Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5862398Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5862552Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5865714Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5866189Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5866521Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5866957Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5867323Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5867773Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5868007Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5868456Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5868610Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5871782Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5872236Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5872549Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5872997Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5873362Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5873800Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5874013Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5874448Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5874645Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5875087Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5875407Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5875840Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5876218Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5876654Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5876867Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5877299Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5877454Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5880626Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5883828Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5884277Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5884594Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5885102Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5885473Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5885908Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5886122Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5886581Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5886738Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5887187Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5887503Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5887938Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5888323Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5888760Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5888979Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5889415Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5889569Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5892699Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5895837Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5899245Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5899697Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5900033Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5900470Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5900894Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5901345Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5901545Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5901993Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5902150Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5905347Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5905799Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5906114Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5906562Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5906963Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5907399Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5907610Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5908048Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5908202Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5908650Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5908963Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5909400Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5909779Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5910213Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5910429Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5910861Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5911015Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5914163Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5914640Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5914967Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5915404Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5915772Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5916223Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5916421Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5916856Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5917029Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5920191Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5920684Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5921001Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5921435Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5921816Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5922288Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5922505Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5922946Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5923102Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5923546Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5923894Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5924329Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5924706Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5925143Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5925355Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5925793Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5925952Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5929128Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5929563Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5929890Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5930322Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5930686Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5931165Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5931367Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5931799Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5931968Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5935149Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5938561Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5941785Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5942242Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5942598Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5943051Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5943427Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5943864Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5944081Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5944554Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5944712Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5945155Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5945467Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5945906Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5946290Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5946725Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5946936Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5947371Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5947526Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5950687Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5953843Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI300X.o -c 2024-04-03T17:06:12.5954335Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5954652Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5955099Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5955461Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5955897Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5956112Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5956546Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5956732Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5957180Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5957497Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5957935Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5958316Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5958749Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5958962Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5959394Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5959554Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5960027Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5960348Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5960782Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5961161Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5961625Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5961826Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5962274Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5962428Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5965595Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI300X.o -c 2024-04-03T17:06:12.5966034Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5966348Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5966800Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5967165Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5967614Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5967813Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5968251Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5968458Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5971628Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI300X.o -c 2024-04-03T17:06:12.5972074Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5972388Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5972822Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5973205Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5973645Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5973879Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5974332Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5974488Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5977739Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI300X.o -c 2024-04-03T17:06:12.5981129Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI300X.o -c 2024-04-03T17:06:12.5984309Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI300X.o -c 2024-04-03T17:06:12.5987443Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI300X.o -c 2024-04-03T17:06:12.5987900Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5988222Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5988667Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5989105Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5989418Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5989798Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5990238Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5990474Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5990926Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5991358Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5991514Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5991895Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5992330Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5992542Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5992975Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5993129Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5996286Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI300X.o -c 2024-04-03T17:06:12.5996762Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5997091Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.5997527Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5997890Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.5998339Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.5998537Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.5999005Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5999175Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.5999604Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.5999930Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6000366Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6000765Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6001216Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6001415Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6001848Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6002016Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6002448Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6002761Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6003204Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6003569Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6004020Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6004218Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6004651Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6004818Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6007977Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI300X.o -c 2024-04-03T17:06:12.6008456Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6008770Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6009203Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6009581Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6010017Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6010215Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6010664Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6010823Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6013986Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI300X.o -c 2024-04-03T17:06:12.6017233Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI300X.o -c 2024-04-03T17:06:12.6017728Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6018050Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6018635Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6019021Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6019505Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6019709Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6020160Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6020315Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6020759Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6021077Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6021514Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6021898Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6022331Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6022528Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6022983Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6023137Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6026298Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI300X.o -c 2024-04-03T17:06:12.6029510Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI300X.o -c 2024-04-03T17:06:12.6032636Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI300X.o -c 2024-04-03T17:06:12.6033073Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6033471Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6033907Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6034276Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6034733Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6034934Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6035369Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6035539Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6035966Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6036320Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6036773Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6037141Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6037587Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6037784Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6038250Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6038422Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6038853Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6039165Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6039611Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6039981Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6040428Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6040628Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6041061Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6041230Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6044397Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI300X.o -c 2024-04-03T17:06:12.6047584Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI300X.o -c 2024-04-03T17:06:12.6050737Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI300X.o -c 2024-04-03T17:06:12.6051186Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6051505Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6051988Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6052369Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6052804Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6053018Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6053456Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6053612Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6054053Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6054366Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6054826Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6055209Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6055645Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6055849Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6056299Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6056567Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6057021Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6057337Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6057770Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6058153Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6058750Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6058952Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6059404Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6059560Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6062753Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI300X.o -c 2024-04-03T17:06:12.6065918Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI300X.o -c 2024-04-03T17:06:12.6069128Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI300X.o -c 2024-04-03T17:06:12.6069562Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6069891Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6070333Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6070743Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6071194Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6071395Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6071833Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6072046Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6072541Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6072859Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6073311Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6073678Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6074181Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6074385Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6074821Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6074990Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6075422Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6075770Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6076225Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6076593Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6077027Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6077242Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6077679Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6077848Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6081024Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI300X.o -c 2024-04-03T17:06:12.6084160Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI300X.o -c 2024-04-03T17:06:12.6087336Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI300X.o -c 2024-04-03T17:06:12.6087786Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6088105Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6088545Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6088930Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6089370Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6089603Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6090058Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6090214Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6090659Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6090974Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6091405Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6091786Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6092219Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6092452Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6092906Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6093067Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6093511Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6093827Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6094290Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6094671Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6095109Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6095308Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6095762Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6095919Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6100380Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI300X.o -c 2024-04-03T17:06:12.6103677Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI300X.o -c 2024-04-03T17:06:12.6108926Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI300X.o -c 2024-04-03T17:06:12.6109598Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6110039Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6110725Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6111361Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6112127Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6112338Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6113223Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6113529Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6114223Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6114800Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6115568Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6115953Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6116690Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6117059Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6117749Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6118136Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6118942Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6119300Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6119888Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6120569Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6121434Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6121676Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6122480Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6122773Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6127680Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI300X.o -c 2024-04-03T17:06:12.6131733Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI300X.o -c 2024-04-03T17:06:12.6136283Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI300X.o -c 2024-04-03T17:06:12.6136922Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6137374Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6138174Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6138856Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6139614Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6139977Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6140747Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6141038Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6141962Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6142531Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6143261Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6143912Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6144636Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6144997Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6145744Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6146024Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6146903Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6147502Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6148230Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6148883Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6149609Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6150093Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6150778Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6151024Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6155126Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_preprocess.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_preprocess.o -c -fPIC -std=c++20 2024-04-03T17:06:12.6159542Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI200.o -c 2024-04-03T17:06:12.6164368Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI200.o -c 2024-04-03T17:06:12.6165205Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6165737Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6166263Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6166944Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6167498Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6167849Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6168608Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6168781Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6169464Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6170008Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6170742Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6171213Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6171730Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6172116Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6172784Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6173076Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6177467Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI200.o -c 2024-04-03T17:06:12.6177943Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6178579Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6179180Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6179797Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6180372Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6180577Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6181033Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6181191Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6185474Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI200.o -c 2024-04-03T17:06:12.6190141Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI200.o -c 2024-04-03T17:06:12.6190923Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6191348Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6191924Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6192492Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6193278Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6193624Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6194090Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6194247Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6194675Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6195035Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6195750Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6196147Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6196660Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6196862Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6197616Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6197780Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6201136Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI200.o -c 2024-04-03T17:06:12.6201666Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6201985Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6206618Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI200.o -c 2024-04-03T17:06:12.6207449Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6208042Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6208793Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6209090Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6209877Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6210157Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6210661Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6210990Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6211640Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6212129Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6212566Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6212889Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6213709Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6214104Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6219578Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI200.o -c 2024-04-03T17:06:12.6220353Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6220929Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6221549Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6222130Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6222740Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6223097Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6223965Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6224224Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6227639Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI200.o -c 2024-04-03T17:06:12.6228280Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6228614Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6229125Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6229615Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6230269Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6230527Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6231230Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6231449Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6235864Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI200.o -c 2024-04-03T17:06:12.6236442Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6237032Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6237583Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6238018Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6238860Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6239201Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6240020Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6240232Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6240680Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6241072Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6241753Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6242376Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6242938Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6243315Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6243785Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6244013Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6247952Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI200.o -c 2024-04-03T17:06:12.6251975Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI200.o -c 2024-04-03T17:06:12.6256276Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI200.o -c 2024-04-03T17:06:12.6256875Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6257220Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6257892Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6258544Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6259281Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6259495Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6260321Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6260577Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6261321Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6261932Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6262616Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6263175Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6264016Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6264373Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6264879Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6265038Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6269530Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI200.o -c 2024-04-03T17:06:12.6270177Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6270609Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6271433Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6271841Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6272322Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6272702Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6273256Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6273490Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6277707Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI200.o -c 2024-04-03T17:06:12.6282449Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI200.o -c 2024-04-03T17:06:12.6283268Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6283859Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6284560Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6285173Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6285983Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6286358Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6286911Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6287196Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6288009Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6288592Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6289120Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6289810Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6290604Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6290881Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6291438Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6291719Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6292341Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6292928Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6293590Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6294291Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6295096Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6295387Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6296099Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6296296Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6301221Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI200.o -c 2024-04-03T17:06:12.6306033Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI200.o -c 2024-04-03T17:06:12.6311703Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI200.o -c 2024-04-03T17:06:12.6312537Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6313128Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6313920Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6314701Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6315515Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6315872Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6316669Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6316958Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6317832Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6318416Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6319195Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6319841Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6320619Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6320935Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6321693Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6321982Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6322735Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6323328Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6324107Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6324780Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6325539Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6325873Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6326668Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6327070Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6332553Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI200.o -c 2024-04-03T17:06:12.6338225Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI300X.o -c 2024-04-03T17:06:12.6343843Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI300X.o -c 2024-04-03T17:06:12.6344827Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6345372Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6346126Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6346811Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6347595Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6348053Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6348850Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6349137Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6349917Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6351475Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6353146Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6354746Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6356384Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6357686Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6359141Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6360369Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6361702Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6363216Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6364731Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6366389Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6368042Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6369319Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6370750Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6371942Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6378110Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI300X.o -c 2024-04-03T17:06:12.6388752Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI300X.o -c 2024-04-03T17:06:12.6400887Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI300X.o -c 2024-04-03T17:06:12.6407826Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6409529Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6411225Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6413026Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6414824Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6416277Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6417947Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6419562Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6421026Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6422719Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6424418Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6426219Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6428075Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6429533Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6431109Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6432466Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6439325Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI300X.o -c 2024-04-03T17:06:12.6446141Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6447825Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6449517Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6451309Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6453121Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6454567Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6456144Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6457647Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6464537Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI300X.o -c 2024-04-03T17:06:12.6476790Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI300X.o -c 2024-04-03T17:06:12.6483613Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6485390Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6487091Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6488892Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6490689Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6492159Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6493740Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6495104Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6496645Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6498537Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6500228Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6502015Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6503622Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6504924Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6506403Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6507663Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6508996Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6510505Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6511893Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6513418Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6514986Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6516256Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6517621Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6518777Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6524727Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI300X.o -c 2024-04-03T17:06:12.6535266Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI300X.o -c 2024-04-03T17:06:12.6546096Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI300X.o -c 2024-04-03T17:06:12.6551953Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6553454Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6554947Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6556618Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6558143Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6559420Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6560788Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6561988Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6563266Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6564703Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6566173Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6567798Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6569373Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6570646Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6571991Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6573186Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6574533Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6576010Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6577437Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6578999Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6580512Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6581696Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6582971Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6584025Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6590036Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI300X.o -c 2024-04-03T17:06:12.6600697Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI300X.o -c 2024-04-03T17:06:12.6611515Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI300X.o -c 2024-04-03T17:06:12.6617645Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6619333Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6620867Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6622480Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6624196Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6625527Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6626959Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6628192Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6629555Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6631066Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6632583Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6634187Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6635802Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6637258Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6638653Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6639853Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6641170Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6642660Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6644308Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6645914Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6647537Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6648852Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6650310Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6651566Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6657526Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI300X.o -c 2024-04-03T17:06:12.6669311Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI300X.o -c 2024-04-03T17:06:12.6681645Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI300X.o -c 2024-04-03T17:06:12.6688453Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6690144Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6691846Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6693624Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6695427Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6696974Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6698737Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6700093Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6701547Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6703224Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6704892Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6706690Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6708493Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6709940Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6711517Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6712972Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6719873Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI300X.o -c 2024-04-03T17:06:12.6726707Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6728381Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6730086Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6731861Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6733675Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6735135Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6736796Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6738141Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6745071Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI300X.o -c 2024-04-03T17:06:12.6757293Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI300X.o -c 2024-04-03T17:06:12.6764215Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6765898Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6767589Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6769379Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6771179Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6772617Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6774050Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6775267Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6776772Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6778409Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6779966Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6781591Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6783063Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6784310Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6785689Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6786863Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6792194Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_kernel_dk_dv.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_kernel_dk_dv.o -c -fPIC -std=c++20 2024-04-03T17:06:12.6797571Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6799091Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6800553Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6802104Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6803668Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6804918Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6806214Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6807311Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6813264Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI200.o -c 2024-04-03T17:06:12.6819709Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6821393Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6823074Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6824874Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6826798Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6828259Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6829838Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6831191Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6838255Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI200.o -c 2024-04-03T17:06:12.6845236Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6846932Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6848720Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6850523Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6852330Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6853797Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6855358Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6856812Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6858373Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6860039Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6861726Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6863595Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6865391Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6866861Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6868440Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6869791Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6877083Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI200.o -c 2024-04-03T17:06:12.6889847Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI200.o -c 2024-04-03T17:06:12.6902666Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI200.o -c 2024-04-03T17:06:12.6909837Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6911525Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6913228Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6915011Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6916819Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6918282Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6919843Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6921223Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6922692Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6924351Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6926058Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6927854Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6929708Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6931075Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6932458Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6933701Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6940197Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI200.o -c 2024-04-03T17:06:12.6946200Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6947667Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6949128Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6950679Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6952294Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6953573Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6954927Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6956079Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6962246Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI200.o -c 2024-04-03T17:06:12.6973143Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI200.o -c 2024-04-03T17:06:12.6979448Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6980999Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6982498Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6983983Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6985400Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6986571Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6987879Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6989002Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.6990386Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.6991686Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.6993224Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6994807Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.6996453Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.6997793Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.6999285Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7000563Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7007035Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI200.o -c 2024-04-03T17:06:12.7012998Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7014523Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7015875Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7017671Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7019254Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7020708Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7022200Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7023489Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7029149Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI200.o -c 2024-04-03T17:06:12.7040334Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI200.o -c 2024-04-03T17:06:12.7046606Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7047969Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7049419Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7051153Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7052841Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7054125Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7055599Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7056919Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7072464Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7074015Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7075573Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7076924Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7077854Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7078600Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7079826Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7080527Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7081532Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7082408Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7083539Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7084464Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7085646Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7086397Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7087282Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7088435Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7093640Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI200.o -c 2024-04-03T17:06:12.7104693Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI200.o -c 2024-04-03T17:06:12.7115844Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI200.o -c 2024-04-03T17:06:12.7121642Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7123220Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7124610Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7126315Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7128145Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7129469Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7130939Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7132009Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7133374Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7134968Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7136487Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7137898Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7139670Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7141000Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7142373Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7143614Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7144734Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7146110Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7147390Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7148582Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7149766Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7150503Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7151587Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7152290Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7156232Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI200.o -c 2024-04-03T17:06:12.7163889Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI200.o -c 2024-04-03T17:06:12.7171574Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI200.o -c 2024-04-03T17:06:12.7176366Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7177927Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7179584Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7181274Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7182914Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7184379Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7185739Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7187022Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7188430Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7189820Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7191357Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7192841Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7194558Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7195919Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7197146Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7198449Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7199856Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7201478Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7202986Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7204395Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7206003Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7207359Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7208628Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7209894Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7215770Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI200.o -c 2024-04-03T17:06:12.7227126Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI200.o -c 2024-04-03T17:06:12.7236644Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI200.o -c 2024-04-03T17:06:12.7241173Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7242046Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7242909Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7243828Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7245027Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7245790Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7246911Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7247704Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7248652Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7249499Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7250638Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7251562Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7252547Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7253484Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7254514Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7255262Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7256554Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7257956Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7259555Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7260979Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7262689Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7263983Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7265245Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7266377Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7272812Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI200.o -c 2024-04-03T17:06:12.7283456Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI200.o -c 2024-04-03T17:06:12.7294163Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI200.o -c 2024-04-03T17:06:12.7300523Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7301904Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7303519Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7305221Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7306934Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7308240Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7309736Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7311131Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7312412Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7313817Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7315322Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7316739Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7318398Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7319750Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7320978Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7322163Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7323452Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7324913Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7326283Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7327847Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7329322Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7330652Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7332119Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7333229Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7339578Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI200.o -c 2024-04-03T17:06:12.7350710Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI200.o -c 2024-04-03T17:06:12.7361128Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI200.o -c 2024-04-03T17:06:12.7367042Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7368501Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7370064Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7371543Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7372845Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7373600Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7374409Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7375098Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7376147Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7377334Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7378543Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7379475Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7380699Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7381459Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7382815Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7383540Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7384755Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7385977Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7387176Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7388175Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7389637Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7390787Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7391882Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7392578Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7396896Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI200.o -c 2024-04-03T17:06:12.7407956Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI200.o -c 2024-04-03T17:06:12.7418864Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI200.o -c 2024-04-03T17:06:12.7423789Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7425239Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7426830Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7428519Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7430226Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7431465Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7432775Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7434009Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7435304Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7436624Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7438304Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7439873Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7441564Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7442834Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7444340Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7445456Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7446477Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7448037Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7449222Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7450424Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7451353Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7452351Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7453295Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7454287Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7458837Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI200.o -c 2024-04-03T17:06:12.7466808Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI200.o -c 2024-04-03T17:06:12.7474616Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI200.o -c 2024-04-03T17:06:12.7479353Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7480225Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7481296Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7482533Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7483683Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7484435Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7485247Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7486231Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7486989Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7488031Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7489027Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7490293Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7491254Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7492010Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7492805Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7493805Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7494574Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7495545Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7496679Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7497601Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7498704Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7499774Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7500902Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7502013Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7505875Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI200.o -c 2024-04-03T17:06:12.7513869Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI200.o -c 2024-04-03T17:06:12.7520494Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI200.o -c 2024-04-03T17:06:12.7524330Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7525680Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7526563Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7527789Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7528724Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7529650Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7530598Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7531295Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7532532Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7533415Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7534431Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7535509Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7536633Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7537372Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7538701Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7539414Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7540156Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7541558Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7542667Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7544024Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7545278Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7546478Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7547750Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7548802Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7553082Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI200.o -c 2024-04-03T17:06:12.7557544Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI200.o -c 2024-04-03T17:06:12.7561608Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI200.o -c 2024-04-03T17:06:12.7562352Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7562699Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7563136Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7563714Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7564254Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7564460Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7565193Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7565354Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7565906Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7566514Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7567046Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7567417Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7567913Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7568363Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7568855Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7569016Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7569659Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7570256Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7570768Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7571135Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7571724Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7572059Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7572505Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7572677Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7576216Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI200.o -c 2024-04-03T17:06:12.7580358Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI200.o -c 2024-04-03T17:06:12.7584286Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI200.o -c 2024-04-03T17:06:12.7584809Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7585332Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7585856Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7586225Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7586923Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7587142Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7587586Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7587849Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7588449Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7588773Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7589222Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7589589Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7590086Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7590462Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7590931Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7591153Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7591598Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7591913Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7592478Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7593000Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7593440Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7593654Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7594086Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7594239Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7597444Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI200.o -c 2024-04-03T17:06:12.7600704Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI200.o -c 2024-04-03T17:06:12.7604470Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI200.o -c 2024-04-03T17:06:12.7605110Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7605685Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7606439Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7607135Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7607956Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7608322Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7609161Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7609441Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7610250Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7610846Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7611668Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7612351Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7613180Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7613544Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7614382Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7614664Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7615549Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7616156Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7617048Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7617730Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7618667Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7619033Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7619849Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7620139Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7626404Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI200.o -c 2024-04-03T17:06:12.7632709Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI200.o -c 2024-04-03T17:06:12.7639022Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI200.o -c 2024-04-03T17:06:12.7639864Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7640446Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7641337Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7642021Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7642841Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7643222Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7644048Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7644332Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7645158Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7645744Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7646577Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7647256Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7648075Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7648449Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7649273Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7649549Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7650371Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7651009Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7651828Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7652526Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7653340Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7653714Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7654529Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7654805Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7661203Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI200.o -c 2024-04-03T17:06:12.7667494Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI200.o -c 2024-04-03T17:06:12.7668323Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7668907Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7669739Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7670483Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7671311Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7671693Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7672510Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7672788Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7679048Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI200.o -c 2024-04-03T17:06:12.7679877Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7680473Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7681300Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7681983Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7682819Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7683183Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7684011Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7684291Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7685101Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7685700Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7686576Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7687254Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7688081Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7688441Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7689259Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7689554Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7695789Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI200.o -c 2024-04-03T17:06:12.7702173Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI200.o -c 2024-04-03T17:06:12.7708502Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI200.o -c 2024-04-03T17:06:12.7709382Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7709970Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7710803Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7711481Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7712348Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7712727Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7713545Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7713824Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7714641Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7715221Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7716061Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7716746Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7717565Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7717939Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7718757Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7719032Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7719847Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7720426Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7721246Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7721940Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7722812Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7723188Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7724000Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7724279Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7730506Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI200.o -c 2024-04-03T17:06:12.7736907Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI200.o -c 2024-04-03T17:06:12.7737810Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7738501Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7739333Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7740011Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7740828Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7741199Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7742094Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7742379Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7748694Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI200.o -c 2024-04-03T17:06:12.7749512Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7750116Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7750933Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7751621Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7752453Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7752820Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7753648Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7753923Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7754724Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7755320Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7756132Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7756812Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7757641Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7758065Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7758887Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7759182Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7765405Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI200.o -c 2024-04-03T17:06:12.7771575Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI200.o -c 2024-04-03T17:06:12.7777959Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI200.o -c 2024-04-03T17:06:12.7778907Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7779496Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7780395Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7781078Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7781904Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7782282Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7783094Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7783421Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7784243Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7784829Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7785666Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7786342Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7787163Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7787541Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7788360Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7788638Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7789460Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7790049Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7790865Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7791561Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7792374Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7792752Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7793633Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7793913Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7798694Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI200.o -c 2024-04-03T17:06:12.7803929Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI200.o -c 2024-04-03T17:06:12.7808395Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI200.o -c 2024-04-03T17:06:12.7808900Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7809236Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7809675Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7810249Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7810829Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7811036Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7811493Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7811650Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7812125Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7812455Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7812887Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7813254Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7813706Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7813912Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7814353Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7814509Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7814936Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7815261Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7815692Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7816057Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7816596Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7816797Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7817230Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7817470Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7820881Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI200.o -c 2024-04-03T17:06:12.7824110Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI200.o -c 2024-04-03T17:06:12.7827315Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI200.o -c 2024-04-03T17:06:12.7827829Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7828146Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7828599Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7828967Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7829444Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7829661Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7830098Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7830254Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7833531Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI200.o -c 2024-04-03T17:06:12.7833970Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7834301Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7834743Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7835114Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7835563Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7835762Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7836208Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7836363Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7836786Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7837116Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7837546Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7837911Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7838393Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7838594Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7839038Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7839194Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7842415Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI200.o -c 2024-04-03T17:06:12.7842865Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7843185Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7843661Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7844029Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7844460Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7844674Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7845108Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7845261Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7848503Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI200.o -c 2024-04-03T17:06:12.7848939Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7849267Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7849728Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7850095Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7850543Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7850743Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7851186Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7851347Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7855018Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI200.o -c 2024-04-03T17:06:12.7855492Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7855809Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7856260Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7856706Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7857148Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7857420Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7857859Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7858015Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7861400Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI200.o -c 2024-04-03T17:06:12.7864632Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI200.o -c 2024-04-03T17:06:12.7865154Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7865472Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7865926Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7866298Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7866731Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7866947Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7867379Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7867574Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7868018Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7868338Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7868784Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7869156Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7869623Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7869841Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7870275Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7870433Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7873660Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI200.o -c 2024-04-03T17:06:12.7874099Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7874428Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7874862Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7875230Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7875678Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7875879Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7876369Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7876526Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7879727Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI200.o -c 2024-04-03T17:06:12.7880175Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7880489Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7880936Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7881307Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7881774Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7881987Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7882421Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7882575Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7885792Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI200.o -c 2024-04-03T17:06:12.7886258Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7886589Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7887026Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7887392Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7887840Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7888076Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7888524Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7888680Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7889109Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7889439Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7889878Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7890246Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7890696Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7890896Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7891326Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7891496Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7894720Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI200.o -c 2024-04-03T17:06:12.7898040Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI200.o -c 2024-04-03T17:06:12.7901418Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI200.o -c 2024-04-03T17:06:12.7901871Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7902254Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7902700Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7903069Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7903508Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7903721Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7904156Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7904311Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7904751Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7905104Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7905552Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7905922Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7906355Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7906567Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7907038Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7907195Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7910427Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI200.o -c 2024-04-03T17:06:12.7910861Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7911190Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7911623Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7911992Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7912440Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7912641Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7913074Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7913240Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7916525Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI200.o -c 2024-04-03T17:06:12.7916976Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7917292Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7917738Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7918106Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7918540Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7918757Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7919195Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7919380Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7922601Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI200.o -c 2024-04-03T17:06:12.7923033Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7923361Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7923831Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7924200Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7924651Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7924852Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7925299Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7925482Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7928699Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI300X.o -c 2024-04-03T17:06:12.7929150Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7929466Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7929911Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7930277Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7930711Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7930924Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7931360Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7931514Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7934733Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI300X.o -c 2024-04-03T17:06:12.7935201Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7935533Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7935965Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7936332Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7936865Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7937063Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7937503Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7937674Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7941081Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI300X.o -c 2024-04-03T17:06:12.7944355Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI300X.o -c 2024-04-03T17:06:12.7944799Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7945130Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7945561Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7945965Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7946416Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7946616Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7947062Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7947220Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7947647Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7947977Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7948412Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7948775Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7949221Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7949422Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7949857Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7950025Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7953234Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI300X.o -c 2024-04-03T17:06:12.7953721Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7954035Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7954484Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7954851Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7955287Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7955503Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7955934Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7956089Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7956534Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7956884Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7957319Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7957696Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7958126Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7958336Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7958767Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7958921Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7962163Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI300X.o -c 2024-04-03T17:06:12.7965472Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI300X.o -c 2024-04-03T17:06:12.7965925Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7966242Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7966694Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7967066Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7967501Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7967713Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7968152Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7968310Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7971553Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI300X.o -c 2024-04-03T17:06:12.7972015Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7972349Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7972782Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7973148Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7973598Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7973798Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7974233Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7974403Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7977692Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI300X.o -c 2024-04-03T17:06:12.7978183Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7978630Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7979080Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7979448Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7979884Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7980098Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7980577Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7980737Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7981181Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7981501Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7981935Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7982344Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7982778Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7982994Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7983424Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7983577Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7986859Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI300X.o -c 2024-04-03T17:06:12.7990081Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI300X.o -c 2024-04-03T17:06:12.7993336Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI300X.o -c 2024-04-03T17:06:12.7993776Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7994108Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.7994548Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7994918Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.7995373Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.7995578Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.7996028Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.7996222Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.7999453Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI300X.o -c 2024-04-03T17:06:12.7999900Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8000217Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8000690Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8001060Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8001500Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8001712Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8002147Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8002327Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8002774Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8003087Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8003530Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8003895Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8004334Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8004547Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8004984Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8005139Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8008825Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI300X.o -c 2024-04-03T17:06:12.8009280Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8009667Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8010099Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8010469Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8010916Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8011115Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8011555Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8011723Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8014968Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI300X.o -c 2024-04-03T17:06:12.8015459Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8015775Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8016222Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8016686Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8017123Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8017335Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8017769Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8017925Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8018557Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8018884Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8019317Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8019699Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8020133Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8020385Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8020819Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8020977Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8024235Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI300X.o -c 2024-04-03T17:06:12.8027710Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI300X.o -c 2024-04-03T17:06:12.8030979Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI300X.o -c 2024-04-03T17:06:12.8031479Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8031809Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8032246Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8032617Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8033067Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8033267Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8033713Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8033869Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8034299Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8034678Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8035110Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8035477Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8035926Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8036125Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8036556Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8036726Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8037155Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8037486Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8037944Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8038313Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8038757Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8038957Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8039416Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8039584Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8042820Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI300X.o -c 2024-04-03T17:06:12.8046329Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI300X.o -c 2024-04-03T17:06:12.8049560Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI300X.o -c 2024-04-03T17:06:12.8050061Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8050377Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8050825Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8051194Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8051631Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8051842Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8052276Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8052431Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8052875Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8053194Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8053673Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8054041Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8054474Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8054688Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8055123Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8055278Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8055721Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8056035Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8056558Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8056980Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8057419Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8057632Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8058067Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8058221Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8061661Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI300X.o -c 2024-04-03T17:06:12.8065222Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI300X.o -c 2024-04-03T17:06:12.8068474Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI300X.o -c 2024-04-03T17:06:12.8068972Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8069302Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8069743Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8070112Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8070564Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8070764Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8071213Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8071367Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8071798Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8072126Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8072563Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8072974Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8073419Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8073620Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8074055Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8074226Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8074652Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8074979Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8075410Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8075776Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8076267Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8076470Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8076905Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8077073Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8080638Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI300X.o -c 2024-04-03T17:06:12.8083884Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI300X.o -c 2024-04-03T17:06:12.8087118Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI300X.o -c 2024-04-03T17:06:12.8087572Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8087923Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8088372Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8088744Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8089180Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8089392Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8089828Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8089982Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8090426Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8090742Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8091186Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8091558Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8092023Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8092236Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8092673Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8092827Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8093273Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8093585Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8094017Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8094395Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8094825Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8095070Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8095507Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8095663Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8099523Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI300X.o -c 2024-04-03T17:06:12.8102793Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI300X.o -c 2024-04-03T17:06:12.8106025Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI300X.o -c 2024-04-03T17:06:12.8106465Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8106794Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8107274Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8107642Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8108091Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8108289Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8108738Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8108895Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8109325Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8109655Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8110087Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8110455Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8110905Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8111105Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8111577Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8111745Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8112170Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8112502Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8112932Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8113297Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8113743Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8113944Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8114438Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8114611Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8118213Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI300X.o -c 2024-04-03T17:06:12.8121468Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI300X.o -c 2024-04-03T17:06:12.8124685Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI300X.o -c 2024-04-03T17:06:12.8125134Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8125451Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8125901Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8126309Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8126747Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8126965Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8127399Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8127555Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8127999Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8128312Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8128758Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8129125Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8129556Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8129773Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8130205Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8130395Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8130839Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8131156Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8131594Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8131974Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8132406Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8132619Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8133052Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8133237Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8136928Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI300X.o -c 2024-04-03T17:06:12.8140329Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI300X.o -c 2024-04-03T17:06:12.8143584Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI300X.o -c 2024-04-03T17:06:12.8144023Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8144353Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8144791Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8145168Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8145682Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8145883Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8146334Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8146490Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8146920Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8147253Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8147856Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8148369Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8148825Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8149024Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8149464Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8149633Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8150124Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8150455Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8150888Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8151258Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8151709Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8151909Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8152344Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8152516Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8155788Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI300X.o -c 2024-04-03T17:06:12.8159057Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI300X.o -c 2024-04-03T17:06:12.8162310Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI300X.o -c 2024-04-03T17:06:12.8162764Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8163080Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8163525Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8163895Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8164329Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8164574Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8165011Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8165167Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8165799Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8166222Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8166678Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8167046Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8167480Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8167692Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8168125Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8168282Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8168726Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8169108Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8169537Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8169915Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8170351Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8170563Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8170995Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8171149Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8174432Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI300X.o -c 2024-04-03T17:06:12.8177781Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI300X.o -c 2024-04-03T17:06:12.8181086Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI300X.o -c 2024-04-03T17:06:12.8181533Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8181868Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8182307Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8182673Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8183288Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8183618Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8184081Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8184309Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8184737Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8185067Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8185502Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8185872Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8186317Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8186517Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8186949Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8187119Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8190348Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI300X.o -c 2024-04-03T17:06:12.8190843Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8191163Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8191611Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8191978Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8192416Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8192629Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8193104Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8193262Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8196529Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI300X.o -c 2024-04-03T17:06:12.8199741Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI300X.o -c 2024-04-03T17:06:12.8200193Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8200508Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8200987Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8201620Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8202070Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8202280Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8202715Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8202870Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8203368Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8203685Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8204214Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8204718Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8205387Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8205691Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8206492Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8206769Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8207594Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8208178Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8208999Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8209777Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8210590Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8210968Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8211794Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8212071Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8218591Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI300X.o -c 2024-04-03T17:06:12.8224965Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI300X.o -c 2024-04-03T17:06:12.8231233Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI300X.o -c 2024-04-03T17:06:12.8232043Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8232644Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8233459Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8234140Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8234979Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8235346Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8236177Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8236461Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8242675Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI300X.o -c 2024-04-03T17:06:12.8243565Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8244151Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8244988Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8245676Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8246497Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8246877Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8247706Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8248036Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8248861Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8249448Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8250279Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8250959Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8251772Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8252151Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8252969Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8253252Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8259725Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI300X.o -c 2024-04-03T17:06:12.8266101Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI300X.o -c 2024-04-03T17:06:12.8266934Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8267522Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8268354Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8269035Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8269853Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8270234Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8271055Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8271334Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8272160Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8272741Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8273628Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8274312Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8275134Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8275512Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8276329Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8276611Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8277430Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8278012Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8278828Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8279443Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8280236Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8280599Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8281442Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8281709Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8287726Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI300X.o -c 2024-04-03T17:06:12.8293784Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI300X.o -c 2024-04-03T17:06:12.8300001Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI300X.o -c 2024-04-03T17:06:12.8300800Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8301377Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8302168Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8302832Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8303640Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8303993Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8304796Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8305067Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8305840Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8306416Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8307202Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8307916Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8308710Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8309062Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8309848Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8310134Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8316363Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI300X.o -c 2024-04-03T17:06:12.8317157Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8317727Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8318624Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8319284Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8320068Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8320436Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8321224Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8321488Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8327557Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI300X.o -c 2024-04-03T17:06:12.8333570Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI300X.o -c 2024-04-03T17:06:12.8334376Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8334939Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8335746Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8336475Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8337276Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8337639Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8338528Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8338803Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8339595Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8340157Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8340949Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8341611Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8342464Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8342830Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8343619Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8343888Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8344692Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8345258Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8346041Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8346710Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8347497Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8347863Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8348649Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8348921Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8354967Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI300X.o -c 2024-04-03T17:06:12.8361074Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI300X.o -c 2024-04-03T17:06:12.8367124Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI300X.o -c 2024-04-03T17:06:12.8367916Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8368492Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8369277Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8369932Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8370745Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8371102Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8371905Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8372177Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8372953Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8373524Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8374309Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8374967Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8375780Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8376141Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8377037Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8377327Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8378107Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8378770Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8379567Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8380232Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8381027Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8381380Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8382172Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8382456Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8388477Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI300X.o -c 2024-04-03T17:06:12.8394734Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI300X.o -c 2024-04-03T17:06:12.8400842Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI300X.o -c 2024-04-03T17:06:12.8401693Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8402262Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8403075Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8403735Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8404528Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8404897Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8405692Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8405964Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8406759Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8407323Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8408128Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8408788Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8409578Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8409944Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8410734Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8411066Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8411852Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8412419Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8413203Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8413877Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8414669Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8415036Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8415821Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8416091Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8422268Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI300X.o -c 2024-04-03T17:06:12.8428526Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI300X.o -c 2024-04-03T17:06:12.8434593Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI300X.o -c 2024-04-03T17:06:12.8435389Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8436009Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8436799Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8437455Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8438264Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8438621Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8439432Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8439706Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8440480Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8441055Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8441845Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8442502Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8443307Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8443658Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8444445Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8444730Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8445567Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8446144Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8446933Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8447600Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8448401Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8448760Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8449547Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8449830Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8455882Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI300X.o -c 2024-04-03T17:06:12.8462328Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI300X.o -c 2024-04-03T17:06:12.8468792Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI300X.o -c 2024-04-03T17:06:12.8469637Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8470451Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8471101Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8471676Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8472503Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8473205Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8474030Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8474858Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8475242Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8475926Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8476768Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8477562Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8477933Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8478230Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8479050Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8479325Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8485669Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI300X.o -c 2024-04-03T17:06:12.8492098Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI300X.o -c 2024-04-03T17:06:12.8492942Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8493541Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8494388Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8495137Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8495957Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8496337Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8497251Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8497529Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8501453Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI300X.o -c 2024-04-03T17:06:12.8501906Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8502239Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8502672Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8503093Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8503545Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8503747Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8504194Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8504349Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8504782Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8505111Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8505547Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8505915Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8506360Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8506561Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8506996Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8507167Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8507597Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8507923Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8508403Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8508770Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8509220Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8509421Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8509854Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8510026Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8513245Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI300X.o -c 2024-04-03T17:06:12.8516469Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI300X.o -c 2024-04-03T17:06:12.8519730Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI300X.o -c 2024-04-03T17:06:12.8520215Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8520539Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8520982Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8521350Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8521816Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8522032Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8522468Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8522623Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8523064Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8523380Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8523827Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8524194Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8524627Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8524844Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8525279Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8525434Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8525876Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8526191Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8526625Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8527038Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8527468Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8527683Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8528117Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8528270Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8531504Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI300X.o -c 2024-04-03T17:06:12.8534734Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI300X.o -c 2024-04-03T17:06:12.8535226Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8535542Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8535988Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8536356Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8536901Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8537119Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8537593Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8537753Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8541304Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI300X.o -c 2024-04-03T17:06:12.8541750Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8542082Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8542516Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8542888Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8543341Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8543541Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8543975Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8544146Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8547391Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI300X.o -c 2024-04-03T17:06:12.8550722Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI300X.o -c 2024-04-03T17:06:12.8551162Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8551493Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8551928Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8552296Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8552750Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8552952Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8553449Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8553604Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8556290Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_kernel_dq.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/shim.bwd_kernel_dq.o -c -fPIC -std=c++20 2024-04-03T17:06:12.8556736Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8557052Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8557497Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8557912Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8558352Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8558564Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8558999Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8559185Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8559626Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8559941Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8560372Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8560747Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8561183Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8561395Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8561830Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8561984Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8562426Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8562743Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8563178Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8563558Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8563991Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8564204Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8564636Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8564826Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8567994Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI200.o -c 2024-04-03T17:06:12.8571136Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI200.o -c 2024-04-03T17:06:12.8574331Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI200.o -c 2024-04-03T17:06:12.8574824Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8575152Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8575586Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8575951Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8576500Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8576707Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8577158Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8577585Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8577739Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8578097Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8578626Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8578994Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8579437Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8579636Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8580077Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8580249Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8583410Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI200.o -c 2024-04-03T17:06:12.8583859Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8584172Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8584606Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8585069Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8585507Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8585724Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8586160Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8586316Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8589511Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI200.o -c 2024-04-03T17:06:12.8592685Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI200.o -c 2024-04-03T17:06:12.8593183Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8593499Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8593944Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8594310Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8594744Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8594995Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8595429Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8595586Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8596028Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8596342Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8596814Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8597196Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8597829Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8598181Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8598921Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8599214Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8600060Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8600661Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8601502Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8602214Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8603053Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8603423Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8604279Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8604564Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8610925Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI200.o -c 2024-04-03T17:06:12.8617413Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI200.o -c 2024-04-03T17:06:12.8618359Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8618947Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8619794Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8629200Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8630096Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8630465Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8631317Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8631604Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8638093Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI200.o -c 2024-04-03T17:06:12.8638953Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8639574Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8640418Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8641171Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8642029Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8642401Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8643232Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8643535Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8644362Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8644966Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8645824Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8646523Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8647378Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8647751Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8648586Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8648882Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8655166Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI200.o -c 2024-04-03T17:06:12.8661819Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI200.o -c 2024-04-03T17:06:12.8668115Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI200.o -c 2024-04-03T17:06:12.8669038Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8669635Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8670469Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8671190Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8672025Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8672415Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8673256Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8673540Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8674432Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8675035Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8675875Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8676588Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8677426Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8677879Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8678717Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8679004Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8679835Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8680433Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8681267Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8681975Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8682809Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8683178Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8684031Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8684321Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8690691Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI200.o -c 2024-04-03T17:06:12.8697137Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI200.o -c 2024-04-03T17:06:12.8697984Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8698698Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8699541Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8700259Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8701102Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8701492Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8702389Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8702676Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8709015Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI200.o -c 2024-04-03T17:06:12.8709846Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8710462Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8711356Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8712062Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8712918Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8713291Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8714169Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8714469Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8715296Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8715894Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8716746Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8717439Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8718307Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8718682Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8719521Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8719818Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8726139Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI200.o -c 2024-04-03T17:06:12.8732459Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI200.o -c 2024-04-03T17:06:12.8738976Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI200.o -c 2024-04-03T17:06:12.8739840Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8740442Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8741273Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8742054Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8742893Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8743278Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8744113Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8744400Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8745244Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8745840Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8746680Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8747459Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8748293Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8748669Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8749526Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8749814Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8750700Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8751300Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8752133Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8752846Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8753686Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8754066Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8754922Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8755211Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8761580Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI200.o -c 2024-04-03T17:06:12.8767866Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI200.o -c 2024-04-03T17:06:12.8774271Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI200.o -c 2024-04-03T17:06:12.8775110Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8775722Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8776637Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8777351Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8778364Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8778734Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8779571Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8779878Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8780699Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8781309Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8782143Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8782842Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8783757Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8784134Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8784971Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8785267Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8786094Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8786784Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8787636Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8788339Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8789192Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8789565Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8790405Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8790703Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8796991Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI200.o -c 2024-04-03T17:06:12.8803352Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI200.o -c 2024-04-03T17:06:12.8804255Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8804871Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8805709Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8806411Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8807270Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8807644Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8808477Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8808777Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8815098Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI200.o -c 2024-04-03T17:06:12.8816017Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8816683Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8817520Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8818231Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8819180Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8819555Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8820477Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8820770Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8827141Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI200.o -c 2024-04-03T17:06:12.8833435Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI200.o -c 2024-04-03T17:06:12.8839774Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI200.o -c 2024-04-03T17:06:12.8840598Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8841207Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8842043Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8842818Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8843666Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8844042Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8844884Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8845184Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8846016Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8846623Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8847457Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8848157Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8849010Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8849390Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8850225Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8850583Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8851411Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8852006Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8852857Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8853554Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8854409Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8854781Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8855616Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8855960Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8856857Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8857463Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8858440Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8859147Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8860060Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8860436Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8861274Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8861576Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8867854Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI200.o -c 2024-04-03T17:06:12.8874217Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI200.o -c 2024-04-03T17:06:12.8875046Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8875650Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8876582Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8877282Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8878141Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8878516Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8879351Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8879652Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8880478Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8881070Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8881918Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8882615Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8883464Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8883893Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8884731Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8885032Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8890676Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI200.o -c 2024-04-03T17:06:12.8896655Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI200.o -c 2024-04-03T17:06:12.8902635Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI200.o -c 2024-04-03T17:06:12.8903425Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8903982Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8904756Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8905422Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8906191Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8906555Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8907329Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8907594Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8913366Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI200.o -c 2024-04-03T17:06:12.8914201Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8914764Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8915527Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8916180Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8916961Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8917305Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8918077Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8918356Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8919133Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8919685Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8920537Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8921176Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8921966Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8922317Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8923086Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8923369Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8924122Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8924683Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8925535Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8926184Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8926965Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8927305Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8928076Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8928434Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8934173Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI200.o -c 2024-04-03T17:06:12.8940146Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI200.o -c 2024-04-03T17:06:12.8940923Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8941478Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8942262Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8942902Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8943775Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8944121Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8944893Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8945173Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8945946Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8946501Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8947287Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8947930Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8948713Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8949059Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8949830Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8950110Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8955948Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI200.o -c 2024-04-03T17:06:12.8961776Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI200.o -c 2024-04-03T17:06:12.8967599Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI200.o -c 2024-04-03T17:06:12.8973442Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI200.o -c 2024-04-03T17:06:12.8974215Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8974786Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8975562Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8976214Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8977080Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8977433Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8978216Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8978597Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8979352Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8980003Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8980788Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8981441Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8982230Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8982588Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8983355Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8983637Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8984397Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8984946Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8985721Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8986374Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8987229Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8987574Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8988351Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8988630Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.8994455Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI200.o -c 2024-04-03T17:06:12.8995287Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8995850Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.8996619Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8997280Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.8998106Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.8998454Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.8999247Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.8999512Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9005274Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI200.o -c 2024-04-03T17:06:12.9006059Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9006613Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9007411Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9008055Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9008842Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9009189Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9009963Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9010293Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9011048Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9011604Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9012388Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9013030Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9013803Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9014161Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9014931Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9015212Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9021102Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI200.o -c 2024-04-03T17:06:12.9026955Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI200.o -c 2024-04-03T17:06:12.9032754Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI200.o -c 2024-04-03T17:06:12.9038557Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI200.o -c 2024-04-03T17:06:12.9039329Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9039897Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9040678Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9041320Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9042104Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9042449Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9043230Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9043511Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9044274Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9044821Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9045601Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9046334Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9047124Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9047469Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9048245Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9048526Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9049288Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9049844Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9050622Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9051260Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9052047Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9052393Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9053154Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9053503Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9054271Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9054828Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9055620Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9056262Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9057111Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9057471Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9058244Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9058637Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9064467Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI200.o -c 2024-04-03T17:06:12.9070340Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI200.o -c 2024-04-03T17:06:12.9071124Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9071675Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9072463Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9073109Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9073896Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9074242Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9075006Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9075284Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9076041Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9076591Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9077435Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9078076Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9078849Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9079209Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9079985Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9080264Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9086049Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI200.o -c 2024-04-03T17:06:12.9091819Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI200.o -c 2024-04-03T17:06:12.9097697Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI200.o -c 2024-04-03T17:06:12.9103643Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI200.o -c 2024-04-03T17:06:12.9104420Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9104988Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9105757Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9106406Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9107201Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9107549Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9108317Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9108603Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9109366Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9109923Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9110708Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9111356Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9112133Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9112479Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9113316Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9113592Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9114352Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9114904Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9115684Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9116331Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9117115Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9117461Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9118222Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9118501Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9119269Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9119821Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9120660Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9121294Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9122065Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9122430Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9123200Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9123481Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9129284Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI200.o -c 2024-04-03T17:06:12.9135098Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI200.o -c 2024-04-03T17:06:12.9135867Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9136484Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9137274Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9137922Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9138800Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9139164Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9139935Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9140215Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9140980Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9141533Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9142312Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9142955Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9143734Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9144170Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9144939Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9145213Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9150987Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI200.o -c 2024-04-03T17:06:12.9156780Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI200.o -c 2024-04-03T17:06:12.9162603Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI200.o -c 2024-04-03T17:06:12.9168424Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI200.o -c 2024-04-03T17:06:12.9169210Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9169752Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9170608Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9171262Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9172052Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9172399Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9173166Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9173448Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9174206Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9174760Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9175543Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9176174Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9177025Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9177377Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9178148Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9178524Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9179279Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9179906Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9180696Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9181342Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9182112Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9182475Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9183251Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9183537Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9184299Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9184853Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9185623Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9186279Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9187043Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9187477Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9188245Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9188526Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9194254Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI200.o -c 2024-04-03T17:06:12.9200110Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI200.o -c 2024-04-03T17:06:12.9200927Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9201490Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9202278Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9202923Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9203691Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9204059Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9204835Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9205120Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9205881Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9206430Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9207218Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9207864Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9208635Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9208996Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9209771Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9210079Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9215825Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI200.o -c 2024-04-03T17:06:12.9221777Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI200.o -c 2024-04-03T17:06:12.9227486Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI200.o -c 2024-04-03T17:06:12.9228346Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9228897Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9229667Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9230334Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9231112Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9231508Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9232308Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9232573Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9238403Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI200.o -c 2024-04-03T17:06:12.9239174Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9239726Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9240517Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9241166Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9241947Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9242294Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9243073Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9243347Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9244103Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9244656Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9245447Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9246103Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9246949Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9247304Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9248079Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9248356Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9254110Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI200.o -c 2024-04-03T17:06:12.9254890Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9255462Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9256227Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9257006Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9257781Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9258127Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9259014Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9259273Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9265180Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI200.o -c 2024-04-03T17:06:12.9265964Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9266523Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9267307Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9268013Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9268786Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9269144Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9269915Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9270191Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9275934Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI200.o -c 2024-04-03T17:06:12.9276707Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9277277Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9278044Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9278704Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9279473Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9279898Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9280680Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9280948Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9286742Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI200.o -c 2024-04-03T17:06:12.9292506Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI200.o -c 2024-04-03T17:06:12.9298569Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI200.o -c 2024-04-03T17:06:12.9299351Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9299909Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9300698Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9301414Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9302211Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9302553Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9303324Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9303604Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9304414Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9304971Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9305757Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9306404Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9307175Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9307539Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9308314Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9308598Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9309366Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9309917Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9310710Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9311352Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9312124Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9312486Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9313245Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9313874Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9314637Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9314902Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9315687Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9316331Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9317104Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9317461Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9318239Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9318503Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9324300Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI200.o -c 2024-04-03T17:06:12.9330213Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI200.o -c 2024-04-03T17:06:12.9331002Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9331609Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9332394Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9333033Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9333807Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9334169Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9334984Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9335263Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9336028Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9336688Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9337475Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9338130Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9339013Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9339376Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9340153Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9340421Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9346227Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI200.o -c 2024-04-03T17:06:12.9352081Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI200.o -c 2024-04-03T17:06:12.9357842Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI200.o -c 2024-04-03T17:06:12.9358626Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9359194Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9360034Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9360700Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9361478Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9361828Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9362620Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9362881Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9368740Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI200.o -c 2024-04-03T17:06:12.9369518Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9370077Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9370919Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9371563Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9372337Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9372702Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9373473Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9373755Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9374524Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9375068Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9375865Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9376577Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9377348Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9377703Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9378573Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9378857Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9379626Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9380254Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9381053Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9381695Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9382468Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9382828Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9383600Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9383870Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9389668Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI200.o -c 2024-04-03T17:06:12.9395516Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI200.o -c 2024-04-03T17:06:12.9396304Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9396857Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9397648Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9398299Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9399148Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9399518Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9400285Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9400550Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9401391Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9401949Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9402724Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9403372Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9404145Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9404508Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9405286Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9405553Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9411395Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI200.o -c 2024-04-03T17:06:12.9417351Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI200.o -c 2024-04-03T17:06:12.9423322Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI200.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI200.o -c 2024-04-03T17:06:12.9424109Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9424670Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9425452Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9426127Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9426970Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9427314Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9428111Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9428374Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9434172Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI300X.o -c 2024-04-03T17:06:12.9435004Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9435562Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9436349Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9436994Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9437791Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9438193Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9438979Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9439263Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9440031Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9440586Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9441379Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9442020Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9442817Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9443167Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9443944Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9444230Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9444989Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9445541Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9446329Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9446976Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9447833Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9448196Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9448958Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9449240Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9455048Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI300X.o -c 2024-04-03T17:06:12.9461062Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI300X.o -c 2024-04-03T17:06:12.9461958Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9462523Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9463312Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9463965Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9464753Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9465097Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9465939Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9466222Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9472057Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI300X.o -c 2024-04-03T17:06:12.9472853Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9473407Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9474178Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9474847Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9475625Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9475973Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9476759Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9477031Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9482837Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI300X.o -c 2024-04-03T17:06:12.9483614Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9484244Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9485042Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9485685Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9486464Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9486837Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9487610Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9487886Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9493671Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI300X.o -c 2024-04-03T17:06:12.9494512Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9495071Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9495854Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9496596Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9497381Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9497717Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9498603Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9498869Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9504781Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI300X.o -c 2024-04-03T17:06:12.9505609Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9506173Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9506954Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9507607Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9508385Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9508753Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9509531Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9509810Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9510567Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9511121Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9511917Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9512570Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9513333Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9513696Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9514473Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9514819Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9520660Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI300X.o -c 2024-04-03T17:06:12.9526460Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI300X.o -c 2024-04-03T17:06:12.9532212Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI300X.o -c 2024-04-03T17:06:12.9538144Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI300X.o -c 2024-04-03T17:06:12.9539082Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9539648Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9540432Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9541076Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9541920Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9542269Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9543049Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9543333Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9544094Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9544657Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9545450Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9546102Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9546890Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9547238Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9548015Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9548299Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9549060Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9549610Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9550386Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9551099Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9551873Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9552236Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9553017Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9553296Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9559066Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI300X.o -c 2024-04-03T17:06:12.9559836Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9560412Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9561242Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9561907Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9562681Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9563027Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9563820Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9564084Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9569932Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI300X.o -c 2024-04-03T17:06:12.9570721Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9571279Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9572099Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9572750Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9573530Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9573898Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9574660Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9574943Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9580888Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI300X.o -c 2024-04-03T17:06:12.9581675Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9582249Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9583022Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9583684Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9584451Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9584894Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9585691Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9585959Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9591780Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI300X.o -c 2024-04-03T17:06:12.9597588Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI300X.o -c 2024-04-03T17:06:12.9598458Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9599007Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9599784Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9600445Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9601220Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9601567Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9602352Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9602671Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9608512Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI300X.o -c 2024-04-03T17:06:12.9609298Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9609854Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9610647Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9611284Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9612072Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9612419Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9613193Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9613468Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9614232Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9614785Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9615566Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9616215Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9617056Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9617416Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9618244Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9618628Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9624395Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI300X.o -c 2024-04-03T17:06:12.9625164Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9625733Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9626504Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9627158Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9627936Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9628344Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9629133Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9629397Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9635237Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI300X.o -c 2024-04-03T17:06:12.9636061Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9636622Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9637413Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9638062Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9638837Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9639259Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9640024Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9640303Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9646075Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI300X.o -c 2024-04-03T17:06:12.9646857Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9647429Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9648197Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9648857Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9649636Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9649982Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9650766Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9651082Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9656957Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI300X.o -c 2024-04-03T17:06:12.9661009Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI300X.o -c 2024-04-03T17:06:12.9661482Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9661875Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9662312Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9662697Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9663135Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9663336Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9663784Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9663942Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9667192Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI300X.o -c 2024-04-03T17:06:12.9667632Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9667950Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9668431Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9668806Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9669256Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9669458Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9669892Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9670065Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9670494Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9670809Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9671255Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9671624Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9672057Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9672269Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9672702Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9672869Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9673299Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9673657Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9674106Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9674479Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9674912Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9675125Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9675559Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9675714Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9678917Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI300X.o -c 2024-04-03T17:06:12.9682152Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI300X.o -c 2024-04-03T17:06:12.9682599Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9682915Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9683363Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9683769Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9684210Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9684424Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9684859Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9685029Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9688240Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI300X.o -c 2024-04-03T17:06:12.9691460Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI300X.o -c 2024-04-03T17:06:12.9694640Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI300X.o -c 2024-04-03T17:06:12.9695122Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9695441Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9695880Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9696262Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9696777Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9696983Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9697438Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9697595Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9698035Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9698450Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9698888Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9699271Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9699758Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9699958Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9700409Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9700566Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9703778Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI300X.o -c 2024-04-03T17:06:12.9704252Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9704575Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9705020Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9705387Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9705856Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9706071Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9706510Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9706678Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9707109Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9707428Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9707873Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9708245Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9708681Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9708893Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9709326Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9709494Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9709921Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9710234Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9710678Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9711085Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9711517Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9711732Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9712163Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9712316Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9715523Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI300X.o -c 2024-04-03T17:06:12.9718720Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI300X.o -c 2024-04-03T17:06:12.9721959Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI300X.o -c 2024-04-03T17:06:12.9722411Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9722831Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9723515Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9724113Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9724843Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9725276Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9726131Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9726419Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9732803Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI300X.o -c 2024-04-03T17:06:12.9733642Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9734240Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9735093Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9735793Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9736716Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9737099Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9737938Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9738240Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9744814Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI300X.o -c 2024-04-03T17:06:12.9751183Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI300X.o -c 2024-04-03T17:06:12.9752030Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9752624Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9753532Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9754229Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9755083Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9755459Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9756291Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9756593Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9757418Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9758016Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9758918Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9759623Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9760456Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9760842Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9761677Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9762022Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9762847Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9763440Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9764293Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9764993Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9765840Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9766228Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9767066Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9767353Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9768191Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9768791Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9769642Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9770341Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9771173Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9771556Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9772436Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9772725Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9779328Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI300X.o -c 2024-04-03T17:06:12.9785743Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI300X.o -c 2024-04-03T17:06:12.9786655Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9787253Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9788107Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9788808Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9789649Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9790042Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9790879Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9791166Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9797561Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI300X.o -c 2024-04-03T17:06:12.9798482Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9799097Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9799935Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9800648Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9801483Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9801866Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9802724Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9803017Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9809436Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI300X.o -c 2024-04-03T17:06:12.9815812Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI300X.o -c 2024-04-03T17:06:12.9822368Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI300X.o -c 2024-04-03T17:06:12.9823216Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9823817Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9824679Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9825389Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9826313Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9826685Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9827524Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9827828Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9828648Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9829244Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9830095Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9830794Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9831706Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9832089Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9832938Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9833240Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9834066Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9834724Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9835577Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9836272Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9837112Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9837499Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9838344Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9838644Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9839470Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9840062Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9840907Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9841614Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9842454Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9842839Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9843668Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9843959Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9850263Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI300X.o -c 2024-04-03T17:06:12.9856805Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI300X.o -c 2024-04-03T17:06:12.9857663Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9858360Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9859155Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9859763Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9860515Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9860847Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9861729Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9862022Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9868145Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI300X.o -c 2024-04-03T17:06:12.9874239Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI300X.o -c 2024-04-03T17:06:12.9875085Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9875675Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9876475Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9877129Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9877813Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9878147Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9878896Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9879175Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9884961Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI300X.o -c 2024-04-03T17:06:12.9890918Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI300X.o -c 2024-04-03T17:06:12.9891683Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9892223Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9892998Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9893634Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9894420Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9894765Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9895534Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9895887Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9896763Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9897309Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9898091Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9898856Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9899644Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9899990Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9900788Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9901181Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9901921Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9902459Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9903234Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9903877Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9904733Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9905103Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9905892Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9906170Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9906905Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9907491Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9908253Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9908911Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9909634Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9909975Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9910716Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9910967Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9916390Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI300X.o -c 2024-04-03T17:06:12.9921937Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI300X.o -c 2024-04-03T17:06:12.9928177Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI300X.o -c 2024-04-03T17:06:12.9929156Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9929774Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9930620Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9931349Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9932195Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9932569Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9933419Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9933706Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9934533Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9935184Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9936034Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9936862Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9937704Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9938118Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9939091Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9939383Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9945753Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI300X.o -c 2024-04-03T17:06:12.9946612Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9947207Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9948057Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9948765Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9949666Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9950061Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9950923Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9951213Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9957685Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI300X.o -c 2024-04-03T17:06:12.9964090Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI300X.o -c 2024-04-03T17:06:12.9964938Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9965553Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9966487Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9967213Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9968065Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9968445Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9969317Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9969607Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9970437Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9971075Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9971983Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9972718Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9973602Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9974003Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9974854Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9975190Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9976035Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9976745Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9977704Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9978501Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9979330Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9979720Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9980553Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9980845Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:12.9987202Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI300X.o -c 2024-04-03T17:06:12.9993159Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI300X.o -c 2024-04-03T17:06:12.9994046Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9994616Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:12.9995416Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9996080Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:12.9996870Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:12.9997237Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:12.9998034Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:12.9998304Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0004332Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI300X.o -c 2024-04-03T17:06:13.0005119Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0005693Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0006477Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0007186Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0007988Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0008344Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0009146Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0009418Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0015373Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI300X.o -c 2024-04-03T17:06:13.0016175Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0016850Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0017715Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0018510Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0019357Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0019749Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0020584Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0020872Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0027210Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI300X.o -c 2024-04-03T17:06:13.0028107Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0028720Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0029564Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0030265Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0031124Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0031496Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0032358Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0032647Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0038994Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI300X.o -c 2024-04-03T17:06:13.0039905Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0040501Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0041347Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0042043Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0042882Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0043321Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0044171Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0044457Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0050855Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI300X.o -c 2024-04-03T17:06:13.0057286Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI300X.o -c 2024-04-03T17:06:13.0058140Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0058843Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0059702Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0060403Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0061246Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0061635Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0062477Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0062846Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0063671Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0064269Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0065128Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0065834Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0066684Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0067077Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0067917Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0068204Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0074542Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI300X.o -c 2024-04-03T17:06:13.0075428Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0076043Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0076877Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0077581Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0078436Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0078809Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0079762Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0080053Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0086497Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI300X.o -c 2024-04-03T17:06:13.0087352Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0087949Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0088801Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0089508Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0090346Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0090735Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0091578Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0091869Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0098381Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI300X.o -c 2024-04-03T17:06:13.0099288Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0099904Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0100741Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0101433Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0102287Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0102672Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0103521Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0103808Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0110202Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI300X.o -c 2024-04-03T17:06:13.0111130Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0111732Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0112592Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0113291Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0114124Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0114514Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0115355Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0115646Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0122131Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI300X.o -c 2024-04-03T17:06:13.0128524Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI300X.o -c 2024-04-03T17:06:13.0129388Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0129989Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0130844Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0131550Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0132409Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0132803Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0133643Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0133931Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0134776Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0135375Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0136270Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0137042Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0137885Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0138366Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0139208Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0139497Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0145898Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI300X.o -c 2024-04-03T17:06:13.0146810Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0147428Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0148273Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0148986Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0149834Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0150209Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0151060Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0151346Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0157816Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI300X.o -c 2024-04-03T17:06:13.0158670Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0159313Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0160178Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0160886Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0161728Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0162120Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0162961Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0163253Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0169646Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI300X.o -c 2024-04-03T17:06:13.0170482Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0171094Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0171932Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0172692Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0173554Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0173930Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0174783Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0175068Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0175900Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0176578Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0177420Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0178124Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0178918Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0179254Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0180115Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0180366Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0186043Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI300X.o -c 2024-04-03T17:06:13.0192131Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI300X.o -c 2024-04-03T17:06:13.0198006Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI300X.o -c 2024-04-03T17:06:13.0198890Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0199502Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0200325Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0200911Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0201702Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0202091Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0202863Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0203153Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0203860Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0204352Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0205139Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0205761Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0206587Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0206963Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0207796Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0208089Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0208937Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0209545Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0210429Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0211150Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0212027Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0212418Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0213268Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0213580Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0219827Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI300X.o -c 2024-04-03T17:06:13.0226082Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI300X.o -c 2024-04-03T17:06:13.0232204Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI300X.o -c 2024-04-03T17:06:13.0233085Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0233678Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0234473Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0235155Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0235942Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0236310Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0237139Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0237425Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0238210Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0238810Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0239658Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0240344Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0241157Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0241648Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0242471Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0242745Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0243564Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0244150Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0244959Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0245609Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0246414Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0246779Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0247591Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0247880Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0253920Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI300X.o -c 2024-04-03T17:06:13.0254923Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0255519Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0256336Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0257126Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0258039Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0258559Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0259395Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0259703Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0265850Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI300X.o -c 2024-04-03T17:06:13.0272019Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI300X.o -c 2024-04-03T17:06:13.0272872Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0273476Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0274291Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0274984Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0275819Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0276190Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0277015Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0277420Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0278237Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0278817Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0279650Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0280322Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0281126Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0281476Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0282266Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0282560Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0288437Z hipcc -I/opt/rocm/include/ -O3 -DNDEBUG -DAOTRITON_USE_ZSTD=0 -I/var/lib/jenkins/workspace/build/aotriton/src/third_party/incbin -I/var/lib/jenkins/workspace/build/aotriton/src/include -fPIC -std=c++20 /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI300X.cc -o /var/lib/jenkins/workspace/build/aotriton/build/v2src/flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI300X.o -c 2024-04-03T17:06:13.0289470Z /opt/rocm/bin/rocm_agent_enumerator:95: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0290076Z @staticVars(search_name=re.compile("gfx[0-9a-fA-F]+(:[-+:\w]+)?")) 2024-04-03T17:06:13.0290907Z /opt/rocm/bin/rocm_agent_enumerator:152: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0291584Z line_search_term = re.compile("\A\s+Name:\s+(amdgcn-amd-amdhsa--gfx\d+)") 2024-04-03T17:06:13.0292370Z /opt/rocm/bin/rocm_agent_enumerator:154: SyntaxWarning: invalid escape sequence '\A' 2024-04-03T17:06:13.0292742Z line_search_term = re.compile("\A\s+Name:\s+(gfx\d+)") 2024-04-03T17:06:13.0293622Z /opt/rocm/bin/rocm_agent_enumerator:175: SyntaxWarning: invalid escape sequence '\w' 2024-04-03T17:06:13.0293921Z target_search_term = re.compile("1002:\w+") 2024-04-03T17:06:13.0757150Z /usr/bin/ar -r libaotriton_v2.a flash/shim.attn_fwd.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI200.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI200.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,16,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,32,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,64,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,128,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,1,256,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,16,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,32,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,64,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,128,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^fp16@16,3,256,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,16,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,32,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,64,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,128,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,1,256,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,16,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,32,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,64,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,128,False,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,True,False,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,True,False___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,True___MI300X.o flash/autotune.attn_fwd/FONLY__^bf16@16,3,256,False,False,False___MI300X.o flash/shim.bwd_preprocess.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI200.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI200.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,16,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,32,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,64,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,128,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^fp16@16,256,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,16,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,32,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,64,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,128,True___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,False___MI300X.o flash/autotune.bwd_preprocess/FONLY__^bf16@16,256,True___MI300X.o flash/shim.bwd_kernel_dk_dv.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI200.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,16,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,32,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,64,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,128,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^fp16@16,256,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,16,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,32,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,64,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,128,False,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,True,False,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,True,True___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,False___MI300X.o flash/autotune.bwd_kernel_dk_dv/FONLY__^bf16@16,256,False,False,True___MI300X.o flash/shim.bwd_kernel_dq.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI200.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,16,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,32,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,64,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,128,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^fp16@16,256,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,16,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,32,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,64,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,128,False,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,True,False,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,True,True___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,False___MI300X.o flash/autotune.bwd_kernel_dq/FONLY__^bf16@16,256,False,False,True___MI300X.o v2src/triton_kernel.o v2src/util.o v2src/flash/attn_bwd.o v2src/flash/attn_check.o v2src/flash/attn_fwd.o 2024-04-03T17:06:13.0759435Z [6/7] Install the project... 2024-04-03T17:06:13.0759866Z -- Install configuration: "Release" 2024-04-03T17:06:13.0760491Z -- Installing: /var/lib/jenkins/workspace/torch/include/aotriton 2024-04-03T17:06:13.0761167Z -- Installing: /var/lib/jenkins/workspace/torch/include/aotriton/_internal 2024-04-03T17:06:13.0762155Z -- Installing: /var/lib/jenkins/workspace/torch/include/aotriton/_internal/triton_kernel.h 2024-04-03T17:06:13.0762919Z -- Installing: /var/lib/jenkins/workspace/torch/include/aotriton/_internal/util.h 2024-04-03T17:06:13.0763584Z -- Installing: /var/lib/jenkins/workspace/torch/include/aotriton/dtypes.h 2024-04-03T17:06:13.0764212Z -- Installing: /var/lib/jenkins/workspace/torch/include/aotriton/flash.h 2024-04-03T17:06:13.0764893Z -- Installing: /var/lib/jenkins/workspace/torch/include/aotriton/runtime.h 2024-04-03T17:06:13.0765501Z -- Installing: /var/lib/jenkins/workspace/torch/include/aotriton/util.h 2024-04-03T17:06:13.0766137Z -- Installing: /var/lib/jenkins/workspace/torch/lib/libaotriton_v2.a 2024-04-03T17:06:13.0766159Z 2024-04-03T17:06:13.0766558Z [7831/8653] Completed 'aotriton_external' 2024-04-03T17:06:13.0766903Z [7832/8653] Completed 'aotriton_external' 2024-04-03T17:06:13.0767708Z [7832/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_IndexKernel.hip.o 2024-04-03T17:06:13.0768496Z [7832/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub-RadixSortPairs.hip.o 2024-04-03T17:06:13.0769348Z [7832/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Indexing.hip.o 2024-04-03T17:06:13.0770665Z [7832/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMiscOpsKernels.hip.o 2024-04-03T17:06:13.0771932Z [7832/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMulKernel.hip.o 2024-04-03T17:06:13.0774127Z [7832/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryRemainderKernel.hip.o 2024-04-03T17:06:13.0775590Z [7833/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMulKernel.hip.o 2024-04-03T17:06:13.0776584Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip:8: 2024-04-03T17:06:13.0777372Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2024-04-03T17:06:13.0778100Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:13.0778817Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:13.0779393Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:13.0782291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0782894Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0783029Z ^ 2024-04-03T17:06:13.0786236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0789788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0792962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0796562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0796879Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0797032Z ^ 2024-04-03T17:06:13.0800553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0804075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0804610Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0804770Z ^ 2024-04-03T17:06:13.0807522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0809472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0811417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0813338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0813519Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0813615Z ^ 2024-04-03T17:06:13.0815880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0818001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0818722Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0818820Z ^ 2024-04-03T17:06:13.0820706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0822581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0825325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0827276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0827440Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0827552Z ^ 2024-04-03T17:06:13.0829418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0831379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0831713Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0831810Z ^ 2024-04-03T17:06:13.0833974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0835919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0838359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0841846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0842135Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0842317Z ^ 2024-04-03T17:06:13.0845838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0849368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0849951Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0850116Z ^ 2024-04-03T17:06:13.0853643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0857327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0860981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0864482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0864849Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0865014Z ^ 2024-04-03T17:06:13.0868549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0871887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0872367Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0872649Z ^ 2024-04-03T17:06:13.0875371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0877456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0879428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0881372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0881533Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0881627Z ^ 2024-04-03T17:06:13.0883500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0885478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0885866Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0885962Z ^ 2024-04-03T17:06:13.0887835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0889770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0891671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0893607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0893766Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0893872Z ^ 2024-04-03T17:06:13.0895785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0897849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0898231Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0898485Z ^ 2024-04-03T17:06:13.0900645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0902557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0904485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0906434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0906607Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0906701Z ^ 2024-04-03T17:06:13.0908612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0910543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0910869Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0910976Z ^ 2024-04-03T17:06:13.0912880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0914783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0916715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0918695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0918872Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0919017Z ^ 2024-04-03T17:06:13.0920897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0922807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0923131Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0923237Z ^ 2024-04-03T17:06:13.0925106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0927028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0928899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0930896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0931098Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0931192Z ^ 2024-04-03T17:06:13.0933117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0934977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0935314Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0935417Z ^ 2024-04-03T17:06:13.0937404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0939522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0941435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0943433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0943598Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0943704Z ^ 2024-04-03T17:06:13.0945705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0947662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0948020Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0948141Z ^ 2024-04-03T17:06:13.0950073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0951997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0953918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0955838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0956010Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0956105Z ^ 2024-04-03T17:06:13.0958029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0960083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0960457Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0960564Z ^ 2024-04-03T17:06:13.0962489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0976932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0979374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0981412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0981579Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0981692Z ^ 2024-04-03T17:06:13.0983613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0985621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0985946Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0986042Z ^ 2024-04-03T17:06:13.0987976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0989967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0991849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0993763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0993934Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.0994032Z ^ 2024-04-03T17:06:13.0996060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0997991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.0998309Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.0998414Z ^ 2024-04-03T17:06:13.1000738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1002841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1004745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1006849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1007016Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1007111Z ^ 2024-04-03T17:06:13.1009064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1010989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1011318Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1011459Z ^ 2024-04-03T17:06:13.1013623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1016234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1019239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1021767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1022039Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1022149Z ^ 2024-04-03T17:06:13.1024145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1026150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1026493Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1026590Z ^ 2024-04-03T17:06:13.1028627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1030847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1034222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1037198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1037445Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1037603Z ^ 2024-04-03T17:06:13.1039644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1041719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1042046Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1042157Z ^ 2024-04-03T17:06:13.1044086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1045957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1047892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1049979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1050152Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1050248Z ^ 2024-04-03T17:06:13.1052177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1054098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1054458Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1054565Z ^ 2024-04-03T17:06:13.1056674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1058844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1060793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1062730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1062890Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1063051Z ^ 2024-04-03T17:06:13.1064928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1066843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1067177Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1067270Z ^ 2024-04-03T17:06:13.1069385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1072615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1076250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1078777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1078955Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1079066Z ^ 2024-04-03T17:06:13.1081101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1082998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1083407Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1083507Z ^ 2024-04-03T17:06:13.1085405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1087495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1089432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1091351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1091525Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1091618Z ^ 2024-04-03T17:06:13.1093644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1095523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1095900Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1096051Z ^ 2024-04-03T17:06:13.1097991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1100095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1102147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1104083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1104301Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1104399Z ^ 2024-04-03T17:06:13.1106381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1108310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1108647Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1108743Z ^ 2024-04-03T17:06:13.1110666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1112648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1114622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1116559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1116721Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1116816Z ^ 2024-04-03T17:06:13.1118698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1120677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1121012Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1121106Z ^ 2024-04-03T17:06:13.1123142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1125043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1127002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1129045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1129202Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1129315Z ^ 2024-04-03T17:06:13.1131235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1131439Z 144 warnings generated when compiling for gfx906. 2024-04-03T17:06:13.1131922Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMulKernel.hip:8: 2024-04-03T17:06:13.1132387Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2024-04-03T17:06:13.1132888Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:13.1133346Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:13.1133752Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:13.1135737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1136059Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1136167Z ^ 2024-04-03T17:06:13.1138428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1141047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1144626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1148166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1148460Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1148628Z ^ 2024-04-03T17:06:13.1152379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1155991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1156579Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1156758Z ^ 2024-04-03T17:06:13.1160257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1163744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1167440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1171203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1171627Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1171814Z ^ 2024-04-03T17:06:13.1175340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1179131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1179753Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1179930Z ^ 2024-04-03T17:06:13.1183529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1187268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1190866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1194582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1194902Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1195091Z ^ 2024-04-03T17:06:13.1198758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1202337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1202943Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1203126Z ^ 2024-04-03T17:06:13.1206690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1210277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1213873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1217671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1217997Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1218169Z ^ 2024-04-03T17:06:13.1221863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1225453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1226169Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1226362Z ^ 2024-04-03T17:06:13.1229948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1233528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1237194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1240914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1241193Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1241350Z ^ 2024-04-03T17:06:13.1244892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1248395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1248987Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1249161Z ^ 2024-04-03T17:06:13.1252661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1256261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1260179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1263798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1264089Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1264274Z ^ 2024-04-03T17:06:13.1267883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1271571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1272176Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1272351Z ^ 2024-04-03T17:06:13.1275806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1278395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1280428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1282398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1282578Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1282676Z ^ 2024-04-03T17:06:13.1284594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1286474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1286794Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1286901Z ^ 2024-04-03T17:06:13.1288813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1290785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1292686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1294655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1294870Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1294965Z ^ 2024-04-03T17:06:13.1296991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1299061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1299428Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1299593Z ^ 2024-04-03T17:06:13.1301538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1303514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1305382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1307305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1307466Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1307560Z ^ 2024-04-03T17:06:13.1309489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1311343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1311719Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1311855Z ^ 2024-04-03T17:06:13.1313811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1315719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1317578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1319608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1319765Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1319869Z ^ 2024-04-03T17:06:13.1321734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1323682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1324006Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1324099Z ^ 2024-04-03T17:06:13.1326037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1327957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1329846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1331821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1331990Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1332083Z ^ 2024-04-03T17:06:13.1333943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1335906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1336225Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1336330Z ^ 2024-04-03T17:06:13.1338467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1340564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1342591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1344499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1344674Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1344808Z ^ 2024-04-03T17:06:13.1346685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1348633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1348968Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1349062Z ^ 2024-04-03T17:06:13.1351034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1352924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1354820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1356732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1356944Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1357049Z ^ 2024-04-03T17:06:13.1358989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1360884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1361219Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1361317Z ^ 2024-04-03T17:06:13.1363203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1365144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1367053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1368987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1369149Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1369256Z ^ 2024-04-03T17:06:13.1371301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1375171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1377578Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1378180Z ^ 2024-04-03T17:06:13.1380439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1384248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1387998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1391937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1393991Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1394401Z ^ 2024-04-03T17:06:13.1396586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1400409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1402690Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1403276Z ^ 2024-04-03T17:06:13.1405335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1409278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1413111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1417144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1419309Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1419727Z ^ 2024-04-03T17:06:13.1421810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1425643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1427878Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1428539Z ^ 2024-04-03T17:06:13.1430648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1434651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1438472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1442382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1444413Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1444847Z ^ 2024-04-03T17:06:13.1447061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1450946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1453135Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1453784Z ^ 2024-04-03T17:06:13.1456067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1460210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1464141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1468071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1470172Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1470644Z ^ 2024-04-03T17:06:13.1472745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1476673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1478852Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1479565Z ^ 2024-04-03T17:06:13.1481787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1485580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1489452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1493258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1495459Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1495885Z ^ 2024-04-03T17:06:13.1498065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1502341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1504537Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1505190Z ^ 2024-04-03T17:06:13.1507322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1511379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1515242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1519112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1521094Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1521516Z ^ 2024-04-03T17:06:13.1523671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1530292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1532760Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1533355Z ^ 2024-04-03T17:06:13.1535454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1539483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1543519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1547374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1549459Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1549885Z ^ 2024-04-03T17:06:13.1552447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1557351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1559738Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1560339Z ^ 2024-04-03T17:06:13.1562381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1566201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1569928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1573718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1575739Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1576199Z ^ 2024-04-03T17:06:13.1578526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1582351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1584544Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1585120Z ^ 2024-04-03T17:06:13.1587248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1591096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1594958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1598737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1600895Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1601303Z ^ 2024-04-03T17:06:13.1603470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1607217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1609487Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1610065Z ^ 2024-04-03T17:06:13.1612112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1615966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1619978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1623914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1625962Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1626445Z ^ 2024-04-03T17:06:13.1628582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1630593Z 144 warnings generated when compiling for gfx90a. 2024-04-03T17:06:13.1630942Z 2024-04-03T17:06:13.1631807Z [7833/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryShiftOpsKernels.hip.o 2024-04-03T17:06:13.1633589Z [7834/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_IndexKernel.hip.o 2024-04-03T17:06:13.1635384Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:16: 2024-04-03T17:06:13.1636588Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:13.1638238Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:13.1639828Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:13.1640699Z ^ 2024-04-03T17:06:13.1641820Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:13.1642846Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:13.1643220Z ^ 2024-04-03T17:06:13.1643900Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:13.1644828Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:13.1645335Z ^ 2024-04-03T17:06:13.1646125Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:15: 2024-04-03T17:06:13.1647300Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:13.1650855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1654169Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1654779Z ^ 2024-04-03T17:06:13.1656991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1660990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1664758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1668685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1670674Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1671085Z ^ 2024-04-03T17:06:13.1673199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1677042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1679275Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1679891Z ^ 2024-04-03T17:06:13.1682064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1685816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1689668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1693569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1695569Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1695987Z ^ 2024-04-03T17:06:13.1698197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1702170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1704357Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1704937Z ^ 2024-04-03T17:06:13.1707119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1710892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1714798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1718633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1720635Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1721052Z ^ 2024-04-03T17:06:13.1723108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1726995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1729158Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1729787Z ^ 2024-04-03T17:06:13.1731883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1735687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1739805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1743560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1745554Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1746059Z ^ 2024-04-03T17:06:13.1748101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1751982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1754180Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1754772Z ^ 2024-04-03T17:06:13.1756899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1760786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1764519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1768626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1771320Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1772069Z ^ 2024-04-03T17:06:13.1775724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1782773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1786394Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1787446Z ^ 2024-04-03T17:06:13.1789655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1793655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1797487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1801436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1803472Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1803905Z ^ 2024-04-03T17:06:13.1806103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1809909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1812232Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1812938Z ^ 2024-04-03T17:06:13.1815038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1819184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1823013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1826998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1829045Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1829505Z ^ 2024-04-03T17:06:13.1831667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1835536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1838087Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1838768Z ^ 2024-04-03T17:06:13.1840939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1845176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1849011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1852754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1855232Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1855650Z ^ 2024-04-03T17:06:13.1857812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1861970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1864182Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1864973Z ^ 2024-04-03T17:06:13.1868110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1872715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1876674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1880420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1882440Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1882953Z ^ 2024-04-03T17:06:13.1885420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1891207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1895173Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1896214Z ^ 2024-04-03T17:06:13.1900139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1906949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1913748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1920980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1924849Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1925617Z ^ 2024-04-03T17:06:13.1929505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1936711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1940843Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1941910Z ^ 2024-04-03T17:06:13.1945737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1952895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1959908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1967091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1970884Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.1971638Z ^ 2024-04-03T17:06:13.1975653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1982966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1987016Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.1988074Z ^ 2024-04-03T17:06:13.1991867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.1998819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2005761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2012914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2016747Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2017530Z ^ 2024-04-03T17:06:13.2021483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2025282Z 73 warnings generated when compiling for gfx906. 2024-04-03T17:06:13.2026600Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:16: 2024-04-03T17:06:13.2028245Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:13.2029860Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:13.2031498Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:13.2032364Z ^ 2024-04-03T17:06:13.2033443Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:13.2034421Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:13.2034876Z ^ 2024-04-03T17:06:13.2035621Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:13.2036424Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:13.2036928Z ^ 2024-04-03T17:06:13.2037700Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:15: 2024-04-03T17:06:13.2038749Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:13.2041568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2044011Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2044607Z ^ 2024-04-03T17:06:13.2047818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2054044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2060712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2064949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2067134Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2067546Z ^ 2024-04-03T17:06:13.2069672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2073434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2075735Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2076373Z ^ 2024-04-03T17:06:13.2078487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2082393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2087353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2093575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2096005Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2096637Z ^ 2024-04-03T17:06:13.2098970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2103803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2106171Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2106753Z ^ 2024-04-03T17:06:13.2108980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2112751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2116758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2120535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2122715Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2123133Z ^ 2024-04-03T17:06:13.2125194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2129023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2131203Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2131878Z ^ 2024-04-03T17:06:13.2133937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2137994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2142293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2146171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2148164Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2148666Z ^ 2024-04-03T17:06:13.2150725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2154561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2156834Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2157431Z ^ 2024-04-03T17:06:13.2159568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2163529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2167284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2171041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2173111Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2173577Z ^ 2024-04-03T17:06:13.2175846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2179876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2182168Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2183088Z ^ 2024-04-03T17:06:13.2185493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2189403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2193172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2197079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2199121Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2199541Z ^ 2024-04-03T17:06:13.2201642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2205542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2207738Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2208327Z ^ 2024-04-03T17:06:13.2210430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2214204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2218191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2222220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2224335Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2224756Z ^ 2024-04-03T17:06:13.2226865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2230685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2232903Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2233494Z ^ 2024-04-03T17:06:13.2235699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2239503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2243362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2247108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2249144Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2249551Z ^ 2024-04-03T17:06:13.2251593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2255440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2257769Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2258507Z ^ 2024-04-03T17:06:13.2260669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2264553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2268367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2272161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2274150Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2274550Z ^ 2024-04-03T17:06:13.2276808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2280616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2282861Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2283513Z ^ 2024-04-03T17:06:13.2285577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2289471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2293261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2297360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2299795Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2300218Z ^ 2024-04-03T17:06:13.2302369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2306259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2308417Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2309003Z ^ 2024-04-03T17:06:13.2311128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2314948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2318815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2322652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2324766Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2325189Z ^ 2024-04-03T17:06:13.2327344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2331103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2333290Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2333880Z ^ 2024-04-03T17:06:13.2336001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2340198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2344055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2347874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2349909Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2350331Z ^ 2024-04-03T17:06:13.2352375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2354418Z 73 warnings generated when compiling for gfx90a. 2024-04-03T17:06:13.2355224Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IndexKernel.hip:16: 2024-04-03T17:06:13.2356428Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:13.2358134Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:13.2359810Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:13.2360675Z ^ 2024-04-03T17:06:13.2361756Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:13.2362730Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:13.2363105Z ^ 2024-04-03T17:06:13.2363849Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:13.2364657Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:13.2365218Z ^ 2024-04-03T17:06:13.2365663Z 1 warning generated when compiling for host. 2024-04-03T17:06:13.2365990Z 2024-04-03T17:06:13.2367353Z [7834/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Bucketization.hip.o 2024-04-03T17:06:13.2369116Z [7835/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMiscOpsKernels.hip.o 2024-04-03T17:06:13.2370621Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip:5: 2024-04-03T17:06:13.2371730Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:13.2374237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2376581Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2377240Z ^ 2024-04-03T17:06:13.2379399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2383216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2387061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2390889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2392995Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2393422Z ^ 2024-04-03T17:06:13.2395467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2399337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2401646Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2402384Z ^ 2024-04-03T17:06:13.2404619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2408365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2414932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2421709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2424936Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2425603Z ^ 2024-04-03T17:06:13.2427826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2431868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2435585Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2436657Z ^ 2024-04-03T17:06:13.2439265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2443552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2449404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2455468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2459111Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2459803Z ^ 2024-04-03T17:06:13.2463419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2470060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2473908Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2474957Z ^ 2024-04-03T17:06:13.2478787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2483281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2487042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2490808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2492802Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2493213Z ^ 2024-04-03T17:06:13.2495268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2499254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2501405Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2502040Z ^ 2024-04-03T17:06:13.2504090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2507790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2511485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2515175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2517188Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2517592Z ^ 2024-04-03T17:06:13.2519853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2523621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2525766Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2526352Z ^ 2024-04-03T17:06:13.2528461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2532192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2535879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2539790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2541973Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2542402Z ^ 2024-04-03T17:06:13.2544520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2548283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2550420Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2551011Z ^ 2024-04-03T17:06:13.2553062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2556758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2561508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2568601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2572341Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2573107Z ^ 2024-04-03T17:06:13.2577046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2583828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2587774Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2588801Z ^ 2024-04-03T17:06:13.2592398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2599117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2605826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2612278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2615594Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2616545Z ^ 2024-04-03T17:06:13.2620118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2625068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2627326Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2628159Z ^ 2024-04-03T17:06:13.2630218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2634012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2637709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2641448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2643816Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2644455Z ^ 2024-04-03T17:06:13.2646599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2651699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2653869Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2654667Z ^ 2024-04-03T17:06:13.2657033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2660985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2664674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2668467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2670464Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2670874Z ^ 2024-04-03T17:06:13.2672929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2676623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2678888Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2679539Z ^ 2024-04-03T17:06:13.2681578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2685273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2689195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2692887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2694910Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2695321Z ^ 2024-04-03T17:06:13.2697448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2701281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2703429Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2704005Z ^ 2024-04-03T17:06:13.2706046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2707925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2710405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2712611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2712774Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2712889Z ^ 2024-04-03T17:06:13.2716237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2719862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2720375Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2720527Z ^ 2024-04-03T17:06:13.2722639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2724711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2726743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2729537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2729709Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2729826Z ^ 2024-04-03T17:06:13.2731719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2733592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2733928Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2734022Z ^ 2024-04-03T17:06:13.2735883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2737922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2739986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2741848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2742086Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2742182Z ^ 2024-04-03T17:06:13.2744049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2745917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2746239Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2746353Z ^ 2024-04-03T17:06:13.2749146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2752733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2756279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2759805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2760102Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2760264Z ^ 2024-04-03T17:06:13.2763790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2767293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2767921Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2768105Z ^ 2024-04-03T17:06:13.2771624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2775155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2778863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2782209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2782472Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2782635Z ^ 2024-04-03T17:06:13.2785911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2789555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2790168Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2790335Z ^ 2024-04-03T17:06:13.2793905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2797434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2800958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2804469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2804751Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2804922Z ^ 2024-04-03T17:06:13.2808432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2812029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2812614Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2812778Z ^ 2024-04-03T17:06:13.2816301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2819651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2821717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2823582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2823756Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2823853Z ^ 2024-04-03T17:06:13.2825766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2827689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2828013Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2828124Z ^ 2024-04-03T17:06:13.2829989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2831865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2833733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2835597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2835811Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2835910Z ^ 2024-04-03T17:06:13.2837791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2839656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2839994Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2840096Z ^ 2024-04-03T17:06:13.2841956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2843868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2845721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2847626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2847786Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2847898Z ^ 2024-04-03T17:06:13.2849787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2851651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2851989Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2852087Z ^ 2024-04-03T17:06:13.2853945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2855804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2857759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2860223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2860390Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2860502Z ^ 2024-04-03T17:06:13.2862369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2864233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2864604Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2864697Z ^ 2024-04-03T17:06:13.2866567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2868995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2870973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2872883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2873056Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2873151Z ^ 2024-04-03T17:06:13.2876354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2879571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2880053Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2880220Z ^ 2024-04-03T17:06:13.2883031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2884931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2886923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2888801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2888963Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2889061Z ^ 2024-04-03T17:06:13.2890940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2892844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2893175Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2893268Z ^ 2024-04-03T17:06:13.2895164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2897142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2899208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2901094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2901253Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2901365Z ^ 2024-04-03T17:06:13.2903235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2905091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2905423Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2905555Z ^ 2024-04-03T17:06:13.2907426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2909290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2911175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2913036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2913255Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2913348Z ^ 2024-04-03T17:06:13.2915208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2917073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2917425Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2917536Z ^ 2024-04-03T17:06:13.2919429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2921831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2923871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2927352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2927641Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2927798Z ^ 2024-04-03T17:06:13.2930883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2933501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2933916Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2934027Z ^ 2024-04-03T17:06:13.2935917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2937928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2939928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2941871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2942032Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2942126Z ^ 2024-04-03T17:06:13.2944755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2948153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2948839Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2949021Z ^ 2024-04-03T17:06:13.2952483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2956099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2959616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2963130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2963431Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2963631Z ^ 2024-04-03T17:06:13.2967210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2970902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2971514Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2971690Z ^ 2024-04-03T17:06:13.2975409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2979245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2982868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2986572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2986901Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.2987084Z ^ 2024-04-03T17:06:13.2990663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2994297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.2994887Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.2995067Z ^ 2024-04-03T17:06:13.2998650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3002254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3005762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3009305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3009747Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3009922Z ^ 2024-04-03T17:06:13.3013467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3017113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3017739Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3018032Z ^ 2024-04-03T17:06:13.3021741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3025332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3029020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3032622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3033028Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3033221Z ^ 2024-04-03T17:06:13.3036790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3040371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3040977Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3041148Z ^ 2024-04-03T17:06:13.3044696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3048172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3051930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3055420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3055722Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3055911Z ^ 2024-04-03T17:06:13.3059727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3063402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3064010Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3064180Z ^ 2024-04-03T17:06:13.3067718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3071471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3075152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3078680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3078960Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3079107Z ^ 2024-04-03T17:06:13.3081953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3083873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3084197Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3084309Z ^ 2024-04-03T17:06:13.3086179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3088170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3090039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3091913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3092075Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3092207Z ^ 2024-04-03T17:06:13.3094140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3095996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3096328Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3096511Z ^ 2024-04-03T17:06:13.3098615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3100574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3102450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3104328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3104492Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3104603Z ^ 2024-04-03T17:06:13.3106489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3108378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3108902Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3109064Z ^ 2024-04-03T17:06:13.3110954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3112850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3114765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3116702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3116972Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3117098Z ^ 2024-04-03T17:06:13.3119025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3119241Z 216 warnings generated when compiling for gfx906. 2024-04-03T17:06:13.3119836Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscOpsKernels.hip:5: 2024-04-03T17:06:13.3120334Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:13.3122242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3122684Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3122872Z ^ 2024-04-03T17:06:13.3125997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3129497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3131522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3133485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3133745Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3133874Z ^ 2024-04-03T17:06:13.3135809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3154501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3154933Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3155023Z ^ 2024-04-03T17:06:13.3156967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3159733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3161891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3163853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3164025Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3164115Z ^ 2024-04-03T17:06:13.3166045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3167918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3168234Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3168333Z ^ 2024-04-03T17:06:13.3170188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3172053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3173908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3175802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3175965Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3176059Z ^ 2024-04-03T17:06:13.3178042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3181484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3182164Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3182328Z ^ 2024-04-03T17:06:13.3185843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3189367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3192925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3196513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3196792Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3196973Z ^ 2024-04-03T17:06:13.3200483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3204002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3204580Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3204741Z ^ 2024-04-03T17:06:13.3208271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3211781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3214722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3217063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3217244Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3217340Z ^ 2024-04-03T17:06:13.3219356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3221341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3221667Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3221778Z ^ 2024-04-03T17:06:13.3223655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3225568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3227486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3229349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3229525Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3229625Z ^ 2024-04-03T17:06:13.3231508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3233376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3233699Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3233807Z ^ 2024-04-03T17:06:13.3235671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3237586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3239451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3241313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3241531Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3241627Z ^ 2024-04-03T17:06:13.3243507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3245374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3245709Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3245835Z ^ 2024-04-03T17:06:13.3247714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3249608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3251459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3253344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3253504Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3253610Z ^ 2024-04-03T17:06:13.3255466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3257428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3257790Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3257884Z ^ 2024-04-03T17:06:13.3260088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3261958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3263830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3265771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3265942Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3266035Z ^ 2024-04-03T17:06:13.3267900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3269820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3270144Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3270253Z ^ 2024-04-03T17:06:13.3272144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3274018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3275893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3277761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3277934Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3278028Z ^ 2024-04-03T17:06:13.3279901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3281797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3282135Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3282228Z ^ 2024-04-03T17:06:13.3284086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3285966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3287866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3289739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3289896Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3290035Z ^ 2024-04-03T17:06:13.3292613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3294595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3294936Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3295033Z ^ 2024-04-03T17:06:13.3297012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3299033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3300902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3302767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3302988Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3303099Z ^ 2024-04-03T17:06:13.3305539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3309067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3309639Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3309803Z ^ 2024-04-03T17:06:13.3313316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3316901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3320407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3323961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3324260Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3324419Z ^ 2024-04-03T17:06:13.3327964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3331486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3332074Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3332255Z ^ 2024-04-03T17:06:13.3335757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3339193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3341702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3343738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3343898Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3343993Z ^ 2024-04-03T17:06:13.3345871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3347737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3348121Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3348216Z ^ 2024-04-03T17:06:13.3350088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3352005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3353887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3355827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3355989Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3356096Z ^ 2024-04-03T17:06:13.3357955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3359834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3360154Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3360248Z ^ 2024-04-03T17:06:13.3362121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3364007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3365880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3367747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3367918Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3368014Z ^ 2024-04-03T17:06:13.3369878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3371791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3372110Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3372218Z ^ 2024-04-03T17:06:13.3374100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3375977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3377980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3380001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3380181Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3380276Z ^ 2024-04-03T17:06:13.3382160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3384027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3384348Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3384507Z ^ 2024-04-03T17:06:13.3386367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3388245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3390107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3391991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3392185Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3392279Z ^ 2024-04-03T17:06:13.3394164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3396061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3396399Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3396503Z ^ 2024-04-03T17:06:13.3398407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3400270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3402127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3404005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3404168Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3404281Z ^ 2024-04-03T17:06:13.3406147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3408045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3408366Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3408460Z ^ 2024-04-03T17:06:13.3410338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3412202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3414070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3415974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3416145Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3416238Z ^ 2024-04-03T17:06:13.3418343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3420276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3420643Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3420755Z ^ 2024-04-03T17:06:13.3422616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3424510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3426374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3428230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3428403Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3428564Z ^ 2024-04-03T17:06:13.3430620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3433643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3434199Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3434326Z ^ 2024-04-03T17:06:13.3436228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3438232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3440103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3442586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3442843Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3443005Z ^ 2024-04-03T17:06:13.3445828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3448694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3449040Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3449142Z ^ 2024-04-03T17:06:13.3452269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3455802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3459696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3463079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3463388Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3463558Z ^ 2024-04-03T17:06:13.3466492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3468671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3469157Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3469430Z ^ 2024-04-03T17:06:13.3471776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3473662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3475622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3477514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3477730Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3477828Z ^ 2024-04-03T17:06:13.3479707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3481604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3481930Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3482037Z ^ 2024-04-03T17:06:13.3483905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3485944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3488652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3492098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3492379Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3492544Z ^ 2024-04-03T17:06:13.3496068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3499872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3500472Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3500635Z ^ 2024-04-03T17:06:13.3504142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3507780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3511332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3514852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3515127Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3515306Z ^ 2024-04-03T17:06:13.3518819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3522369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3522844Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3522993Z ^ 2024-04-03T17:06:13.3526049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3529743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3533267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3536904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3537204Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3537430Z ^ 2024-04-03T17:06:13.3541074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3544610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3545192Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3545372Z ^ 2024-04-03T17:06:13.3548940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3552522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3556054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3559440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3559715Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3559876Z ^ 2024-04-03T17:06:13.3562847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3564774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3565192Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3565306Z ^ 2024-04-03T17:06:13.3567175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3569062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3571288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3574231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3574404Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3574501Z ^ 2024-04-03T17:06:13.3577539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3580104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3580460Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3580557Z ^ 2024-04-03T17:06:13.3582505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3584385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3586313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3588229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3588389Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3588499Z ^ 2024-04-03T17:06:13.3590362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3593330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3593922Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3594081Z ^ 2024-04-03T17:06:13.3597576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3601081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3604683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3608208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3608505Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3608671Z ^ 2024-04-03T17:06:13.3612240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3615826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3616482Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3616661Z ^ 2024-04-03T17:06:13.3620355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3623881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3627015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3629512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3629852Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3629955Z ^ 2024-04-03T17:06:13.3631864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3633997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3634512Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3634686Z ^ 2024-04-03T17:06:13.3638041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3641805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3645325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3648761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3649037Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3649221Z ^ 2024-04-03T17:06:13.3651754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3653975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3654556Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3654690Z ^ 2024-04-03T17:06:13.3656686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3658788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3660684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3662633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3662797Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3662908Z ^ 2024-04-03T17:06:13.3665419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3668453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3669106Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3669262Z ^ 2024-04-03T17:06:13.3671463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3673938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3675942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3677911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3678088Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3678187Z ^ 2024-04-03T17:06:13.3681249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3684247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3684789Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3684939Z ^ 2024-04-03T17:06:13.3687218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3689105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3691052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3693466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3693754Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3693918Z ^ 2024-04-03T17:06:13.3697542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3697931Z 216 warnings generated when compiling for gfx90a. 2024-04-03T17:06:13.3697946Z 2024-04-03T17:06:13.3700801Z [7835/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CompareEQKernel.hip.o 2024-04-03T17:06:13.3702396Z [7836/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryRemainderKernel.hip.o 2024-04-03T17:06:13.3703394Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip:5: 2024-04-03T17:06:13.3704149Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:13.3707763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3708371Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3708539Z ^ 2024-04-03T17:06:13.3712121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3715651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3719170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3722703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3722985Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3723167Z ^ 2024-04-03T17:06:13.3726558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3729344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3729755Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3729913Z ^ 2024-04-03T17:06:13.3732152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3734159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3737853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3741117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3741393Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3741638Z ^ 2024-04-03T17:06:13.3744235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3746203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3746531Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3746642Z ^ 2024-04-03T17:06:13.3748514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3750468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3753505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3755412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3755667Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3755764Z ^ 2024-04-03T17:06:13.3757726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3759684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3760009Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3760126Z ^ 2024-04-03T17:06:13.3762053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3764006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3765870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3767785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3767950Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3768046Z ^ 2024-04-03T17:06:13.3769965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3771840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3772177Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3772270Z ^ 2024-04-03T17:06:13.3774158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3776026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3777980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3780034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3780193Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3780304Z ^ 2024-04-03T17:06:13.3782173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3784056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3784424Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3784519Z ^ 2024-04-03T17:06:13.3786393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3788295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3790168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3792071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3792243Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3792338Z ^ 2024-04-03T17:06:13.3794201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3796077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3796398Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3796507Z ^ 2024-04-03T17:06:13.3798375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3800293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3802157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3804014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3804185Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3804284Z ^ 2024-04-03T17:06:13.3806153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3808982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3809382Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3809480Z ^ 2024-04-03T17:06:13.3811444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3813644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3815588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3817564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3817735Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3817846Z ^ 2024-04-03T17:06:13.3820765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3822725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3823063Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3823233Z ^ 2024-04-03T17:06:13.3825119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3827983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3830928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3833086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3833353Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3833473Z ^ 2024-04-03T17:06:13.3835355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3837273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3837598Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3837697Z ^ 2024-04-03T17:06:13.3839617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3842792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3845786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3848267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3850736Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3850835Z ^ 2024-04-03T17:06:13.3852738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3854959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3855491Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3855658Z ^ 2024-04-03T17:06:13.3859010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3862586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3866256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3869856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3870172Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3870340Z ^ 2024-04-03T17:06:13.3873860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3877178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3877835Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3878037Z ^ 2024-04-03T17:06:13.3881442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3884851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3888258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3891785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3892077Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3892305Z ^ 2024-04-03T17:06:13.3895756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3899416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3900002Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3900162Z ^ 2024-04-03T17:06:13.3903639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3906980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3910185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3913605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3913889Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3914054Z ^ 2024-04-03T17:06:13.3917183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3919887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3920231Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3920333Z ^ 2024-04-03T17:06:13.3922240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3924115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3926178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3928945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3929209Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3929385Z ^ 2024-04-03T17:06:13.3932920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3936487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3937114Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3937291Z ^ 2024-04-03T17:06:13.3941188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3944703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3948399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3951882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3952304Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3952494Z ^ 2024-04-03T17:06:13.3956204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3959947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3960510Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3960696Z ^ 2024-04-03T17:06:13.3964268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3968009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3971719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3975374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3975674Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3975830Z ^ 2024-04-03T17:06:13.3979609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3983196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3983821Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.3983994Z ^ 2024-04-03T17:06:13.3987530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3991200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3994882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3998518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.3998822Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.3999009Z ^ 2024-04-03T17:06:13.4002542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4006162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4006895Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4007058Z ^ 2024-04-03T17:06:13.4010642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4014322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4018029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4021789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4022101Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4022255Z ^ 2024-04-03T17:06:13.4025789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4029309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4029900Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4030083Z ^ 2024-04-03T17:06:13.4033780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4037405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4041024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4044679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4044991Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4045140Z ^ 2024-04-03T17:06:13.4048741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4052422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4053133Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4053329Z ^ 2024-04-03T17:06:13.4057057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4060769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4064201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4066538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4066708Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4066808Z ^ 2024-04-03T17:06:13.4068699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4070665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4071009Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4071106Z ^ 2024-04-03T17:06:13.4073039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4074917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4076778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4078907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4079211Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4079371Z ^ 2024-04-03T17:06:13.4082787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4086352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4086951Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4087138Z ^ 2024-04-03T17:06:13.4090526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4094025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4097594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4101069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4101390Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4101566Z ^ 2024-04-03T17:06:13.4105393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4109046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4109656Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4109844Z ^ 2024-04-03T17:06:13.4113420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4117023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4120642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4124314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4124751Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4124924Z ^ 2024-04-03T17:06:13.4128496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4132076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4132703Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4132884Z ^ 2024-04-03T17:06:13.4136540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4140266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4143816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4147480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4147791Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4147977Z ^ 2024-04-03T17:06:13.4151640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4155163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4155789Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4155955Z ^ 2024-04-03T17:06:13.4159487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4163100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4166830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4170520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4170820Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4171015Z ^ 2024-04-03T17:06:13.4174556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4178381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4178978Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4179148Z ^ 2024-04-03T17:06:13.4182658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4186257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4189980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4193678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4194001Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4194182Z ^ 2024-04-03T17:06:13.4197727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4201362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4201970Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4202272Z ^ 2024-04-03T17:06:13.4205840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4209451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4213164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4216710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4217022Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4217203Z ^ 2024-04-03T17:06:13.4220901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4224369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4224994Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4225169Z ^ 2024-04-03T17:06:13.4228895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4232474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4236149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4239795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4240107Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4240291Z ^ 2024-04-03T17:06:13.4243831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4247324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4248097Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4248278Z ^ 2024-04-03T17:06:13.4251937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4255563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4259395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4263001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4263317Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4263482Z ^ 2024-04-03T17:06:13.4267041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4270675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4271417Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4271611Z ^ 2024-04-03T17:06:13.4275107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4278686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4282326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4285857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4286185Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4286465Z ^ 2024-04-03T17:06:13.4289999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4293539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4294225Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4294400Z ^ 2024-04-03T17:06:13.4298004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4301735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4305382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4308952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4309259Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4309437Z ^ 2024-04-03T17:06:13.4313084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4316709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4317425Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4317610Z ^ 2024-04-03T17:06:13.4321193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4324705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4328254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4331858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4332143Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4332327Z ^ 2024-04-03T17:06:13.4336034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4339797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4340411Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4340579Z ^ 2024-04-03T17:06:13.4344079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4347657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4351258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4354965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4355293Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4355459Z ^ 2024-04-03T17:06:13.4359050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4362772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4363385Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4363572Z ^ 2024-04-03T17:06:13.4367175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4370792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4374512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4378227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4378799Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4378976Z ^ 2024-04-03T17:06:13.4382578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4386119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4386727Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4386901Z ^ 2024-04-03T17:06:13.4390421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4393943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4397665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4401271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4401673Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4401861Z ^ 2024-04-03T17:06:13.4405219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4408703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4409328Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4409511Z ^ 2024-04-03T17:06:13.4413053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4416823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4420595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4424184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4424482Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4424672Z ^ 2024-04-03T17:06:13.4428219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4431807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4432411Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4432592Z ^ 2024-04-03T17:06:13.4436136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4439877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4443616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4447231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4447532Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4447683Z ^ 2024-04-03T17:06:13.4451256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4454954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4455679Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4455855Z ^ 2024-04-03T17:06:13.4459637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4463370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4466963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4470580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4470865Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4471038Z ^ 2024-04-03T17:06:13.4474629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4478289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4478919Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4479093Z ^ 2024-04-03T17:06:13.4482810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4486487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4490069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4493354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4493658Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4493838Z ^ 2024-04-03T17:06:13.4497568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4501204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4501820Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4501949Z ^ 2024-04-03T17:06:13.4505030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4508394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4511743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4515054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4515333Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4515494Z ^ 2024-04-03T17:06:13.4518849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4522325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4522881Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4523049Z ^ 2024-04-03T17:06:13.4526523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4529790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4533112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4536342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4536841Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4536995Z ^ 2024-04-03T17:06:13.4540261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4543683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4544236Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4544412Z ^ 2024-04-03T17:06:13.4547661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4550922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4554207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4557465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4557730Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4557885Z ^ 2024-04-03T17:06:13.4561297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4564649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4565208Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4565363Z ^ 2024-04-03T17:06:13.4568648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4571928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4575411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4579034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4579369Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4579536Z ^ 2024-04-03T17:06:13.4582791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4586138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4586691Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4586858Z ^ 2024-04-03T17:06:13.4590220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4593555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4596894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4600268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4600566Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4600720Z ^ 2024-04-03T17:06:13.4604018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4607326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4607891Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4608061Z ^ 2024-04-03T17:06:13.4611424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4614734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4618156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4621569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4621851Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4622022Z ^ 2024-04-03T17:06:13.4625405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4628673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4629241Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4629395Z ^ 2024-04-03T17:06:13.4632672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4635952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4639317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4642661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4642931Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4643095Z ^ 2024-04-03T17:06:13.4646359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4649655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4650221Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4650375Z ^ 2024-04-03T17:06:13.4653692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4657146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4660640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4663972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4664246Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4664409Z ^ 2024-04-03T17:06:13.4667722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4670985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4671598Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4671759Z ^ 2024-04-03T17:06:13.4675043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4678301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4681639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4684919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4685211Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4685367Z ^ 2024-04-03T17:06:13.4688721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4692030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4692650Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4692822Z ^ 2024-04-03T17:06:13.4696156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4699734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4703073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4706380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4706649Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4706810Z ^ 2024-04-03T17:06:13.4710099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4713365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4713986Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4714142Z ^ 2024-04-03T17:06:13.4717403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4720865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4724135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4727390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4727661Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4727837Z ^ 2024-04-03T17:06:13.4731195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4734561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4735232Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4735403Z ^ 2024-04-03T17:06:13.4738895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4742192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4745478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4748765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4749043Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4749201Z ^ 2024-04-03T17:06:13.4752516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4755788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4756343Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4756562Z ^ 2024-04-03T17:06:13.4759820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4763121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4766413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4769706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4770039Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4770197Z ^ 2024-04-03T17:06:13.4773498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4776882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4777429Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4777594Z ^ 2024-04-03T17:06:13.4780946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4784356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4787590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4790995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4791333Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4791490Z ^ 2024-04-03T17:06:13.4794779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4798189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4798800Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4799059Z ^ 2024-04-03T17:06:13.4802325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4805713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4809062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4812368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4812685Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4812853Z ^ 2024-04-03T17:06:13.4816288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4816693Z 324 warnings generated when compiling for gfx906. 2024-04-03T17:06:13.4817635Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryRemainderKernel.hip:5: 2024-04-03T17:06:13.4818424Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:13.4821726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4822266Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4822418Z ^ 2024-04-03T17:06:13.4825783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4829127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4832510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4835898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4836180Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4836334Z ^ 2024-04-03T17:06:13.4839654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4842916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4843460Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4843683Z ^ 2024-04-03T17:06:13.4847069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4850415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4853691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4857059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4857323Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4857482Z ^ 2024-04-03T17:06:13.4860860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4864154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4864727Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4864882Z ^ 2024-04-03T17:06:13.4868172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4871442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4874737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4878107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4878407Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4878588Z ^ 2024-04-03T17:06:13.4881834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4885186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4885730Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4885933Z ^ 2024-04-03T17:06:13.4889231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4892531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4895821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4899402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4899685Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4899839Z ^ 2024-04-03T17:06:13.4903086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4906489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4907046Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4907216Z ^ 2024-04-03T17:06:13.4910659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4913949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4917243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4920535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4920821Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4921029Z ^ 2024-04-03T17:06:13.4924263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4927673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4928213Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4928389Z ^ 2024-04-03T17:06:13.4931717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4935081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4938566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4941908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4942212Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4942382Z ^ 2024-04-03T17:06:13.4945779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4948996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4949609Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4949769Z ^ 2024-04-03T17:06:13.4953053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4956299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4959648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4963061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4963326Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4963557Z ^ 2024-04-03T17:06:13.4966878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4970182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4970733Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4970885Z ^ 2024-04-03T17:06:13.4974199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4977571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4980995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4984348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4984629Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.4984783Z ^ 2024-04-03T17:06:13.4988119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4991582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4992113Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.4992284Z ^ 2024-04-03T17:06:13.4995611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.4998884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5002222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5005577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5005843Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5006011Z ^ 2024-04-03T17:06:13.5009385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5012703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5013276Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5013434Z ^ 2024-04-03T17:06:13.5016772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5020159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5023496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5026815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5027134Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5027309Z ^ 2024-04-03T17:06:13.5030615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5033908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5034492Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5034647Z ^ 2024-04-03T17:06:13.5037941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5041377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5044711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5048028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5048298Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5048467Z ^ 2024-04-03T17:06:13.5051723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5055098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5055643Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5055801Z ^ 2024-04-03T17:06:13.5059270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5062604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5066028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5069322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5069600Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5069752Z ^ 2024-04-03T17:06:13.5073147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5076476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5077068Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5077239Z ^ 2024-04-03T17:06:13.5080475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5083820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5087229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5090507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5090779Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5090929Z ^ 2024-04-03T17:06:13.5094193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5097536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5098101Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5098347Z ^ 2024-04-03T17:06:13.5101655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5105049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5108363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5111672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5111936Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5112102Z ^ 2024-04-03T17:06:13.5115370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5118762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5119359Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5119513Z ^ 2024-04-03T17:06:13.5122799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5126094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5129401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5132688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5132970Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5133131Z ^ 2024-04-03T17:06:13.5136585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5140060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5140612Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5140782Z ^ 2024-04-03T17:06:13.5144147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5147439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5150820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5154152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5154499Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5154656Z ^ 2024-04-03T17:06:13.5157979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5161365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5161924Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5162099Z ^ 2024-04-03T17:06:13.5165434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5168722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5171998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5175249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5175515Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5175678Z ^ 2024-04-03T17:06:13.5179258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5182581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5183216Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5183379Z ^ 2024-04-03T17:06:13.5186571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5189840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5193170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5196543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5196862Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5197033Z ^ 2024-04-03T17:06:13.5200334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5203670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5204221Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5204377Z ^ 2024-04-03T17:06:13.5207669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5210952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5214231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5217625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5217916Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5218069Z ^ 2024-04-03T17:06:13.5221534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5224829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5225389Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5225561Z ^ 2024-04-03T17:06:13.5228961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5232327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5235670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5239058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5239348Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5239508Z ^ 2024-04-03T17:06:13.5242824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5246123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5246669Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5246835Z ^ 2024-04-03T17:06:13.5250179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5253494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5256955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5260441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5260719Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5260891Z ^ 2024-04-03T17:06:13.5264188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5267490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5268060Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5268276Z ^ 2024-04-03T17:06:13.5271610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5274892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5278227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5281493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5281769Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5281939Z ^ 2024-04-03T17:06:13.5285189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5288517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5289065Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5289220Z ^ 2024-04-03T17:06:13.5292674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5295923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5299462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5302693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5302978Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5303131Z ^ 2024-04-03T17:06:13.5306420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5309724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5310331Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5310509Z ^ 2024-04-03T17:06:13.5313857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5317152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5320445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5323712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5323987Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5324143Z ^ 2024-04-03T17:06:13.5327469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5330726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5331352Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5331505Z ^ 2024-04-03T17:06:13.5334759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5338145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5341620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5344902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5345169Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5345394Z ^ 2024-04-03T17:06:13.5348617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5351883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5352491Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5352646Z ^ 2024-04-03T17:06:13.5355964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5359262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5365888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5369250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5369526Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5369694Z ^ 2024-04-03T17:06:13.5373028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5376372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5377042Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5377204Z ^ 2024-04-03T17:06:13.5380667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5383929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5387324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5390675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5390938Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5391107Z ^ 2024-04-03T17:06:13.5394471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5397751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5398306Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5398460Z ^ 2024-04-03T17:06:13.5401841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5405145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5408397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5411730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5412014Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5412163Z ^ 2024-04-03T17:06:13.5415443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5419018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5419561Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5419728Z ^ 2024-04-03T17:06:13.5423007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5426269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5429561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5432895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5433261Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5433439Z ^ 2024-04-03T17:06:13.5436720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5440033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5440603Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5440758Z ^ 2024-04-03T17:06:13.5444076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5447402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5450864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5454177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5454445Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5454612Z ^ 2024-04-03T17:06:13.5457936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5461283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5461837Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5461994Z ^ 2024-04-03T17:06:13.5465365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5468690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5472028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5475277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5475576Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5475733Z ^ 2024-04-03T17:06:13.5478996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5482434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5483014Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5483185Z ^ 2024-04-03T17:06:13.5486549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5489933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5493199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5496520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5496795Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5496950Z ^ 2024-04-03T17:06:13.5500503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5503793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5504446Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5504610Z ^ 2024-04-03T17:06:13.5507945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5511282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5514717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5517999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5518267Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5518439Z ^ 2024-04-03T17:06:13.5521814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5525093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5525649Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5525804Z ^ 2024-04-03T17:06:13.5529154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5532560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5535913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5539527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5539810Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5539968Z ^ 2024-04-03T17:06:13.5543265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5546634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5547320Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5547503Z ^ 2024-04-03T17:06:13.5550771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5554081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5557385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5560734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5561003Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5561159Z ^ 2024-04-03T17:06:13.5564482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5567871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5568446Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5568606Z ^ 2024-04-03T17:06:13.5571912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5575175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5578659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5582062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5582394Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5582563Z ^ 2024-04-03T17:06:13.5585814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5589093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5589660Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5589823Z ^ 2024-04-03T17:06:13.5593105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5596482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5599804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5603085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5603355Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5603524Z ^ 2024-04-03T17:06:13.5606807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5610039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5610590Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5610770Z ^ 2024-04-03T17:06:13.5614121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5617459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5620891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5624240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5624570Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5624725Z ^ 2024-04-03T17:06:13.5628145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5631430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5631988Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5632160Z ^ 2024-04-03T17:06:13.5635418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5638797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5642120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5645570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5645845Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5646005Z ^ 2024-04-03T17:06:13.5649297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5652581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5653153Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5653305Z ^ 2024-04-03T17:06:13.5656641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5660060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5663371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5666826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5667091Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5667262Z ^ 2024-04-03T17:06:13.5670567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5673839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5674389Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5674541Z ^ 2024-04-03T17:06:13.5678069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5681408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5684789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5688114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5688399Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5688558Z ^ 2024-04-03T17:06:13.5691816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5695164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5695719Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5695886Z ^ 2024-04-03T17:06:13.5699444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5702812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5706165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5709588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5709864Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5710019Z ^ 2024-04-03T17:06:13.5713292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5716565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5717122Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5717272Z ^ 2024-04-03T17:06:13.5720528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5723837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5727303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5730607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5730882Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5731033Z ^ 2024-04-03T17:06:13.5734312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5737677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5738420Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5738582Z ^ 2024-04-03T17:06:13.5741933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5745277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5748567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5751848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5752116Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5752287Z ^ 2024-04-03T17:06:13.5755587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5759105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5759662Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5759823Z ^ 2024-04-03T17:06:13.5763083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5766342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5769660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5772945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5773222Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5773372Z ^ 2024-04-03T17:06:13.5776935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5780462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5781079Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5781250Z ^ 2024-04-03T17:06:13.5784540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5787822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5791213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5794553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5794828Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5794987Z ^ 2024-04-03T17:06:13.5798270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5801561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5802127Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5802280Z ^ 2024-04-03T17:06:13.5805563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5808813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5812111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5815356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5815675Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5815840Z ^ 2024-04-03T17:06:13.5819259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5822519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5823082Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5823236Z ^ 2024-04-03T17:06:13.5826487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5829853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5833142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5836428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5836759Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5836934Z ^ 2024-04-03T17:06:13.5840127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5843432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5843970Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5844119Z ^ 2024-04-03T17:06:13.5847463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5850703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5853981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5857315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5857634Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5857785Z ^ 2024-04-03T17:06:13.5861215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5864450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5865002Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5865172Z ^ 2024-04-03T17:06:13.5868487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5871773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5875078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5878338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5878617Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5878775Z ^ 2024-04-03T17:06:13.5882068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5885303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5885865Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5886013Z ^ 2024-04-03T17:06:13.5889321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5892638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5895920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5899381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5899650Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5899817Z ^ 2024-04-03T17:06:13.5903064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5906393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5906931Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5907085Z ^ 2024-04-03T17:06:13.5910336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5913640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5916876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5920177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5920467Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5920622Z ^ 2024-04-03T17:06:13.5923867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5927181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5927770Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5927938Z ^ 2024-04-03T17:06:13.5931172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5934443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5937818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5941178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5941465Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5941618Z ^ 2024-04-03T17:06:13.5944928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5948220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5948783Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:13.5948934Z ^ 2024-04-03T17:06:13.5952296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5955587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5958821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5962129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5962403Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:13.5962560Z ^ 2024-04-03T17:06:13.5965858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:13.5966218Z 324 warnings generated when compiling for gfx90a. 2024-04-03T17:06:13.5966235Z 2024-04-03T17:06:13.6063897Z [7836/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Col2Im.hip.o 2024-04-03T17:06:13.6065735Z [7837/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub-RadixSortPairs.hip.o 2024-04-03T17:06:13.6068505Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6069298Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6069937Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6071719Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6072295Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6072480Z ^~~~ 2024-04-03T17:06:13.6075104Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:70:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6075770Z AT_INSTANTIATE_SORT_PAIRS(int32_t, 1) 2024-04-03T17:06:13.6075934Z ^ 2024-04-03T17:06:13.6077483Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6077859Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6078032Z ^ 2024-04-03T17:06:13.6080294Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6080891Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6081213Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6082374Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6082931Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6083102Z ^~~~ 2024-04-03T17:06:13.6085238Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6085697Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6085982Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6087124Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6087661Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6087847Z ^~~~ 2024-04-03T17:06:13.6089967Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6090437Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6090739Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6091924Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6092653Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6092833Z ^~~~ 2024-04-03T17:06:13.6094965Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6095554Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6095943Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6097166Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6097726Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6097892Z ^~~~ 2024-04-03T17:06:13.6100695Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:71:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6100976Z AT_INSTANTIATE_SORT_PAIRS(int32_t, 2) 2024-04-03T17:06:13.6101151Z ^ 2024-04-03T17:06:13.6102561Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6102903Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6103071Z ^ 2024-04-03T17:06:13.6105064Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6105642Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6105959Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6107160Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6107711Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6107894Z ^~~~ 2024-04-03T17:06:13.6110163Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6110640Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6110944Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6112077Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6112602Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6112779Z ^~~~ 2024-04-03T17:06:13.6114905Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6115395Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6115679Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6116846Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6117415Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6117575Z ^~~~ 2024-04-03T17:06:13.6119585Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6120174Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6120483Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6121633Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6122170Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6122334Z ^~~~ 2024-04-03T17:06:13.6124835Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:72:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6125092Z AT_INSTANTIATE_SORT_PAIRS(int32_t, 4) 2024-04-03T17:06:13.6125252Z ^ 2024-04-03T17:06:13.6126795Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6127223Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6127400Z ^ 2024-04-03T17:06:13.6129450Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6130093Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6130419Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6131535Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6132088Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6132261Z ^~~~ 2024-04-03T17:06:13.6134306Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6134770Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6135069Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6136181Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6136834Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6137004Z ^~~~ 2024-04-03T17:06:13.6138999Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6139471Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6139702Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6140629Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6141210Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6141368Z ^~~~ 2024-04-03T17:06:13.6143305Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6143948Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6144252Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6145405Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6145947Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6146105Z ^~~~ 2024-04-03T17:06:13.6148635Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:73:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6148892Z AT_INSTANTIATE_SORT_PAIRS(int64_t, 1) 2024-04-03T17:06:13.6149066Z ^ 2024-04-03T17:06:13.6150651Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6151016Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6151213Z ^ 2024-04-03T17:06:13.6153337Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6153927Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6154253Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6155412Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6156062Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6156225Z ^~~~ 2024-04-03T17:06:13.6158339Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6158828Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6159184Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6175686Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6176356Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6176600Z ^~~~ 2024-04-03T17:06:13.6178767Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6179249Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6179526Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6180696Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6181258Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6181428Z ^~~~ 2024-04-03T17:06:13.6183520Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6184086Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6184530Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6185644Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6186135Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6186301Z ^~~~ 2024-04-03T17:06:13.6188698Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:74:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6188960Z AT_INSTANTIATE_SORT_PAIRS(int64_t, 2) 2024-04-03T17:06:13.6189150Z ^ 2024-04-03T17:06:13.6190820Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6191198Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6191364Z ^ 2024-04-03T17:06:13.6193466Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6194043Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6194356Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6195509Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6196044Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6196198Z ^~~~ 2024-04-03T17:06:13.6198328Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6198803Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6199091Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6200212Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6200747Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6200987Z ^~~~ 2024-04-03T17:06:13.6203012Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6203450Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6203746Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6204875Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6205424Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6205601Z ^~~~ 2024-04-03T17:06:13.6207598Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6208149Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6208478Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6209530Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6210055Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6210214Z ^~~~ 2024-04-03T17:06:13.6212606Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:75:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6212879Z AT_INSTANTIATE_SORT_PAIRS(int64_t, 4) 2024-04-03T17:06:13.6213033Z ^ 2024-04-03T17:06:13.6214615Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6214975Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6215132Z ^ 2024-04-03T17:06:13.6217202Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6217776Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6218089Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6219493Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6219977Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6220138Z ^~~~ 2024-04-03T17:06:13.6222096Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6222538Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6222800Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6223867Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6224367Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6224548Z ^~~~ 2024-04-03T17:06:13.6226609Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6227086Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6227380Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6228516Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6229088Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6229246Z ^~~~ 2024-04-03T17:06:13.6231312Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6231993Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6232309Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6233413Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6234027Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6234188Z ^~~~ 2024-04-03T17:06:13.6236712Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6237217Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6237429Z ^ 2024-04-03T17:06:13.6239511Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6240070Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6240385Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6241481Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6241996Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6242171Z ^~~~ 2024-04-03T17:06:13.6244183Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6244639Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6244931Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6246068Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6246593Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6246770Z ^~~~ 2024-04-03T17:06:13.6248923Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6249400Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6249682Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6250804Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6251353Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6251512Z ^~~~ 2024-04-03T17:06:13.6253496Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6254056Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6254357Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6255501Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6256026Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6256191Z ^~~~ 2024-04-03T17:06:13.6265096Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6265637Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6265943Z ^ 2024-04-03T17:06:13.6267808Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6268334Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6268635Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6269708Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6270195Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6270358Z ^~~~ 2024-04-03T17:06:13.6272175Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6272582Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6272856Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6273860Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6274352Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6274497Z ^~~~ 2024-04-03T17:06:13.6276474Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6276895Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6277147Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6278222Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6278733Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6278880Z ^~~~ 2024-04-03T17:06:13.6280698Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6281202Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6281474Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6282535Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6283023Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6283171Z ^~~~ 2024-04-03T17:06:13.6285488Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6285961Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6286171Z ^ 2024-04-03T17:06:13.6288022Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6288527Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6288820Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6289859Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6290365Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6290513Z ^~~~ 2024-04-03T17:06:13.6292345Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6292773Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6293073Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6294076Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6294571Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6294715Z ^~~~ 2024-04-03T17:06:13.6296621Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6297030Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6297293Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6298488Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6298997Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6299151Z ^~~~ 2024-04-03T17:06:13.6301017Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6301521Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6301818Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6302834Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6303305Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6303469Z ^~~~ 2024-04-03T17:06:13.6305910Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6306370Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6306578Z ^ 2024-04-03T17:06:13.6308414Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6308941Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6309315Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6310339Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6310848Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6310995Z ^~~~ 2024-04-03T17:06:13.6312791Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6313223Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6313485Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6314512Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6314978Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6315123Z ^~~~ 2024-04-03T17:06:13.6316964Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6317381Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6317641Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6318690Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6319176Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6319394Z ^~~~ 2024-04-03T17:06:13.6321257Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6321755Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6322051Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6323138Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6323618Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6323780Z ^~~~ 2024-04-03T17:06:13.6326039Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6326520Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6326717Z ^ 2024-04-03T17:06:13.6328496Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6329020Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6329314Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6330337Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6330839Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6331039Z ^~~~ 2024-04-03T17:06:13.6332875Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6333284Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6333544Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6334562Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6335041Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6335194Z ^~~~ 2024-04-03T17:06:13.6337147Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6337554Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6337827Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6338990Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6339478Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6339645Z ^~~~ 2024-04-03T17:06:13.6341488Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6341994Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6342281Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6343300Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6343798Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6343943Z ^~~~ 2024-04-03T17:06:13.6346246Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6346785Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6346979Z ^ 2024-04-03T17:06:13.6348812Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6349336Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6349681Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6350730Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6351230Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6351386Z ^~~~ 2024-04-03T17:06:13.6353252Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6353683Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6353946Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6354973Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6355437Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6355604Z ^~~~ 2024-04-03T17:06:13.6357415Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6357810Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6358144Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6359166Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6359671Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6359836Z ^~~~ 2024-04-03T17:06:13.6361671Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6362191Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6362533Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6363544Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6364047Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6364190Z ^~~~ 2024-04-03T17:06:13.6366485Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6366962Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6367156Z ^ 2024-04-03T17:06:13.6369043Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6369555Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6369842Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6370865Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6371358Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6371517Z ^~~~ 2024-04-03T17:06:13.6373305Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6373759Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6374030Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6375048Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6375529Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6375729Z ^~~~ 2024-04-03T17:06:13.6377653Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6378085Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6379210Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6380530Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6381062Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6381222Z ^~~~ 2024-04-03T17:06:13.6383185Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6383763Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6384094Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6385166Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6385892Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6386056Z ^~~~ 2024-04-03T17:06:13.6388367Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6388838Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6389050Z ^ 2024-04-03T17:06:13.6391112Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6391812Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6392126Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6393212Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6393752Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6393920Z ^~~~ 2024-04-03T17:06:13.6395856Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6396312Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6396576Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6397614Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6398156Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6398322Z ^~~~ 2024-04-03T17:06:13.6400216Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6400681Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6400959Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6402061Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6402773Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6402917Z ^~~~ 2024-04-03T17:06:13.6404758Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6405354Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6405611Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6406761Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6407296Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6407465Z ^~~~ 2024-04-03T17:06:13.6411127Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6414222Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6415200Z ^ 2024-04-03T17:06:13.6417828Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6421135Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6422345Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6424244Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6426105Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6427155Z ^~~~ 2024-04-03T17:06:13.6429334Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6431838Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6432845Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6434527Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6436438Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6437452Z ^~~~ 2024-04-03T17:06:13.6439746Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6442292Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6443341Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6445030Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6446826Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6447854Z ^~~~ 2024-04-03T17:06:13.6450117Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6452706Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6453895Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6455635Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6457504Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6458747Z ^~~~ 2024-04-03T17:06:13.6461576Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:84:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6464482Z AT_INSTANTIATE_SORT_PAIRS(c10::BFloat16, 8) 2024-04-03T17:06:13.6465222Z ^ 2024-04-03T17:06:13.6467005Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6469122Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6469962Z ^ 2024-04-03T17:06:13.6472312Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6474956Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6476134Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6477892Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6479725Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6480732Z ^~~~ 2024-04-03T17:06:13.6482985Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6485454Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6486488Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6488178Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6490086Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6491064Z ^~~~ 2024-04-03T17:06:13.6493267Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6495747Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6496885Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6498755Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6500564Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6501618Z ^~~~ 2024-04-03T17:06:13.6502277Z 64 warnings generated when compiling for gfx906. 2024-04-03T17:06:13.6504912Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6507539Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6508688Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6510469Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6512319Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6513341Z ^~~~ 2024-04-03T17:06:13.6516030Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:70:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6518642Z AT_INSTANTIATE_SORT_PAIRS(int32_t, 1) 2024-04-03T17:06:13.6519306Z ^ 2024-04-03T17:06:13.6520792Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6522459Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6523072Z ^ 2024-04-03T17:06:13.6525117Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6527970Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6529067Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6530651Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6532405Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6533497Z ^~~~ 2024-04-03T17:06:13.6535881Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6538841Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6539771Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6541280Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6542812Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6543679Z ^~~~ 2024-04-03T17:06:13.6545655Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6547752Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6548689Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6550230Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6551740Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6552734Z ^~~~ 2024-04-03T17:06:13.6555150Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6557817Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6559007Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6560770Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6562602Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6563623Z ^~~~ 2024-04-03T17:06:13.6566450Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:71:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6569123Z AT_INSTANTIATE_SORT_PAIRS(int32_t, 2) 2024-04-03T17:06:13.6569725Z ^ 2024-04-03T17:06:13.6571316Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6573132Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6573629Z ^ 2024-04-03T17:06:13.6574869Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6576278Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6577010Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6577951Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6579176Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6579738Z ^~~~ 2024-04-03T17:06:13.6580946Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6582314Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6582972Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6583888Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6584861Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6585410Z ^~~~ 2024-04-03T17:06:13.6586673Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6588015Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6588589Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6589520Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6590487Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6591045Z ^~~~ 2024-04-03T17:06:13.6592249Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6593652Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6594277Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6595225Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6596195Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6596729Z ^~~~ 2024-04-03T17:06:13.6598216Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:72:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6599607Z AT_INSTANTIATE_SORT_PAIRS(int32_t, 4) 2024-04-03T17:06:13.6599976Z ^ 2024-04-03T17:06:13.6600912Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6601981Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6602443Z ^ 2024-04-03T17:06:13.6603707Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6605114Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6605755Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6606683Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6607661Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6608227Z ^~~~ 2024-04-03T17:06:13.6609414Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6610771Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6611489Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6613029Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6614513Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6615439Z ^~~~ 2024-04-03T17:06:13.6617599Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6620261Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6621296Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6623140Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6624808Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6625698Z ^~~~ 2024-04-03T17:06:13.6627717Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6630246Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6631322Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6632937Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6634693Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6635673Z ^~~~ 2024-04-03T17:06:13.6638380Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:73:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6640936Z AT_INSTANTIATE_SORT_PAIRS(int64_t, 1) 2024-04-03T17:06:13.6641625Z ^ 2024-04-03T17:06:13.6643337Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6645292Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6646150Z ^ 2024-04-03T17:06:13.6648417Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6651120Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6652305Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6654033Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6655819Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6656958Z ^~~~ 2024-04-03T17:06:13.6659405Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6662052Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6663109Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6664814Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6666581Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6667558Z ^~~~ 2024-04-03T17:06:13.6669524Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6671832Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6672789Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6674376Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6676030Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6676975Z ^~~~ 2024-04-03T17:06:13.6679053Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6681454Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6682518Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6684110Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6685924Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6686874Z ^~~~ 2024-04-03T17:06:13.6689374Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:74:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6691881Z AT_INSTANTIATE_SORT_PAIRS(int64_t, 2) 2024-04-03T17:06:13.6692543Z ^ 2024-04-03T17:06:13.6694199Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6695983Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6696852Z ^ 2024-04-03T17:06:13.6699175Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6701821Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6702900Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6704464Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6705980Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6706857Z ^~~~ 2024-04-03T17:06:13.6708841Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6711048Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6712035Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6713484Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6715128Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6716030Z ^~~~ 2024-04-03T17:06:13.6717355Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6719178Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6720040Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6720992Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6721978Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6722525Z ^~~~ 2024-04-03T17:06:13.6723820Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6725560Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6726210Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6727152Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6728124Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6728675Z ^~~~ 2024-04-03T17:06:13.6730118Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:75:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6731508Z AT_INSTANTIATE_SORT_PAIRS(int64_t, 4) 2024-04-03T17:06:13.6731883Z ^ 2024-04-03T17:06:13.6732821Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.6733880Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.6734425Z ^ 2024-04-03T17:06:13.6735681Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6737193Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6738464Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6739573Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6740563Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6741104Z ^~~~ 2024-04-03T17:06:13.6742320Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6743680Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6744238Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6745161Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6746130Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6746665Z ^~~~ 2024-04-03T17:06:13.6747868Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6749214Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6749782Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6750741Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6751721Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6752277Z ^~~~ 2024-04-03T17:06:13.6753469Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6754876Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6755522Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6756505Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6757458Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6758000Z ^~~~ 2024-04-03T17:06:13.6759515Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6761083Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6761647Z ^ 2024-04-03T17:06:13.6762988Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6764388Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6765014Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6766303Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6767815Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6768715Z ^~~~ 2024-04-03T17:06:13.6770918Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6773325Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6774381Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6775989Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6777846Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6778976Z ^~~~ 2024-04-03T17:06:13.6781369Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6783585Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6784591Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6786128Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6787726Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6788602Z ^~~~ 2024-04-03T17:06:13.6790696Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6793198Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6794358Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6796093Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6797862Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6798851Z ^~~~ 2024-04-03T17:06:13.6801751Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6804565Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6805469Z ^ 2024-04-03T17:06:13.6807859Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6810651Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6811993Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6813818Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6815702Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6816810Z ^~~~ 2024-04-03T17:06:13.6819263Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6821881Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6822941Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6824678Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6826521Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6827539Z ^~~~ 2024-04-03T17:06:13.6829844Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6832442Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6833505Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6835252Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6837108Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6838260Z ^~~~ 2024-04-03T17:06:13.6840548Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6843201Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6844447Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6846206Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6848014Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6849031Z ^~~~ 2024-04-03T17:06:13.6851032Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6852588Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6853137Z ^ 2024-04-03T17:06:13.6854483Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6855893Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6856614Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6857621Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6859110Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6859677Z ^~~~ 2024-04-03T17:06:13.6860888Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6862927Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6863922Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6865666Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6867327Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6868345Z ^~~~ 2024-04-03T17:06:13.6870537Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6872763Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6873696Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6875267Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6876965Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6877897Z ^~~~ 2024-04-03T17:06:13.6880063Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6882676Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6883848Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6885571Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6887357Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6888339Z ^~~~ 2024-04-03T17:06:13.6891006Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6894036Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6895035Z ^ 2024-04-03T17:06:13.6897646Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6900399Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6901701Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6903412Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6905201Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6906208Z ^~~~ 2024-04-03T17:06:13.6908365Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6910822Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6911841Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6913500Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6915087Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6915953Z ^~~~ 2024-04-03T17:06:13.6918029Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6920471Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6921465Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6923091Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6924774Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6925719Z ^~~~ 2024-04-03T17:06:13.6927800Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6930185Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6931404Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6933055Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6934751Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6935621Z ^~~~ 2024-04-03T17:06:13.6938584Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6941337Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6942226Z ^ 2024-04-03T17:06:13.6944647Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6947228Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6948308Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6949898Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6951493Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6952393Z ^~~~ 2024-04-03T17:06:13.6954416Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6956758Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6957661Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6959248Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6960890Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6961446Z ^~~~ 2024-04-03T17:06:13.6962744Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6964467Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.6965046Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6966327Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6968005Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6968842Z ^~~~ 2024-04-03T17:06:13.6970870Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6973330Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6974510Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6976259Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6978393Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6979214Z ^~~~ 2024-04-03T17:06:13.6981734Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.6984369Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.6985312Z ^ 2024-04-03T17:06:13.6987644Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.6990373Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.6991569Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.6993305Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.6995135Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.6996153Z ^~~~ 2024-04-03T17:06:13.6998342Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7000796Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7001812Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7003509Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7005279Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7006268Z ^~~~ 2024-04-03T17:06:13.7008453Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7010930Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7011941Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7013630Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7015560Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7016639Z ^~~~ 2024-04-03T17:06:13.7019134Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7021898Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7023009Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7024542Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7026185Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7027166Z ^~~~ 2024-04-03T17:06:13.7029691Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7032372Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7033352Z ^ 2024-04-03T17:06:13.7035660Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7038071Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7039186Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7041014Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7042715Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7043675Z ^~~~ 2024-04-03T17:06:13.7045754Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7048199Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7049220Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7050794Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7052781Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7053695Z ^~~~ 2024-04-03T17:06:13.7056038Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7058722Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7059707Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7061304Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7063059Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7063996Z ^~~~ 2024-04-03T17:06:13.7066141Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7068703Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7069892Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7071549Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7073222Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7074126Z ^~~~ 2024-04-03T17:06:13.7076720Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7079692Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7080741Z ^ 2024-04-03T17:06:13.7083015Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7085573Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7086683Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7088473Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7090206Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7091196Z ^~~~ 2024-04-03T17:06:13.7093346Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7095858Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7096838Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7098374Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7100040Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7101016Z ^~~~ 2024-04-03T17:06:13.7103312Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7105639Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7106565Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7108117Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7109699Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7110590Z ^~~~ 2024-04-03T17:06:13.7112651Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7114949Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7115987Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7117551Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7119022Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7119862Z ^~~~ 2024-04-03T17:06:13.7122780Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7125739Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7126781Z ^ 2024-04-03T17:06:13.7129339Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7132013Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7133197Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7134967Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7136900Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7137957Z ^~~~ 2024-04-03T17:06:13.7140155Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7141805Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7142372Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7143387Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7144369Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7144903Z ^~~~ 2024-04-03T17:06:13.7146120Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7147478Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7148047Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7148964Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7150007Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7150566Z ^~~~ 2024-04-03T17:06:13.7151761Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7153177Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7153819Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7154816Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7155779Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7156330Z ^~~~ 2024-04-03T17:06:13.7157832Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:84:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7159280Z AT_INSTANTIATE_SORT_PAIRS(c10::BFloat16, 8) 2024-04-03T17:06:13.7159689Z ^ 2024-04-03T17:06:13.7160630Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.7161733Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.7162190Z ^ 2024-04-03T17:06:13.7163430Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7164828Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7165456Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7166405Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7167386Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7167927Z ^~~~ 2024-04-03T17:06:13.7169129Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7170490Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7171044Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7171966Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7172934Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7173474Z ^~~~ 2024-04-03T17:06:13.7174664Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7176055Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7176729Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7177324Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7177657Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7177762Z ^~~~ 2024-04-03T17:06:13.7177946Z 64 warnings generated when compiling for gfx90a. 2024-04-03T17:06:13.7179622Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7180128Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7180389Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7181333Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7181745Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7181897Z ^~~~ 2024-04-03T17:06:13.7184130Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:70:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7184368Z AT_INSTANTIATE_SORT_PAIRS(int32_t, 1) 2024-04-03T17:06:13.7184531Z ^ 2024-04-03T17:06:13.7186076Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.7186461Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.7186655Z ^ 2024-04-03T17:06:13.7188592Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7189133Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7189459Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7190548Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7191157Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7191306Z ^~~~ 2024-04-03T17:06:13.7193093Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7193532Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7193785Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7194751Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7195233Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7195384Z ^~~~ 2024-04-03T17:06:13.7197253Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7197674Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7197936Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7198972Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7199463Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7199605Z ^~~~ 2024-04-03T17:06:13.7201550Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7202259Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7202586Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7203703Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7204338Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7204524Z ^~~~ 2024-04-03T17:06:13.7206897Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:71:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7207168Z AT_INSTANTIATE_SORT_PAIRS(int32_t, 2) 2024-04-03T17:06:13.7207351Z ^ 2024-04-03T17:06:13.7208821Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.7209194Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.7209401Z ^ 2024-04-03T17:06:13.7211339Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7211894Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7212220Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7213308Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7213939Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7214113Z ^~~~ 2024-04-03T17:06:13.7216057Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7216643Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7216924Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7218031Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7218637Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7218774Z ^~~~ 2024-04-03T17:06:13.7220775Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7221243Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7221532Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7222637Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7223175Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7223364Z ^~~~ 2024-04-03T17:06:13.7225312Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7225866Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7226204Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7227300Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7227829Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7228023Z ^~~~ 2024-04-03T17:06:13.7230459Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:72:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7230878Z AT_INSTANTIATE_SORT_PAIRS(int32_t, 4) 2024-04-03T17:06:13.7231047Z ^ 2024-04-03T17:06:13.7232537Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.7232920Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.7233105Z ^ 2024-04-03T17:06:13.7235154Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7235717Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7235988Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7236954Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7237413Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7237563Z ^~~~ 2024-04-03T17:06:13.7239376Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7239797Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7240067Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7241092Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7241576Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7241741Z ^~~~ 2024-04-03T17:06:13.7243698Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7244125Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7244397Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7245408Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7245902Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7246067Z ^~~~ 2024-04-03T17:06:13.7247944Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7248486Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7248778Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7249808Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7250314Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7250462Z ^~~~ 2024-04-03T17:06:13.7252710Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:73:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7252983Z AT_INSTANTIATE_SORT_PAIRS(int64_t, 1) 2024-04-03T17:06:13.7253131Z ^ 2024-04-03T17:06:13.7254556Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.7254902Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.7255058Z ^ 2024-04-03T17:06:13.7257036Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7257530Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7257809Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7259107Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7259624Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7259790Z ^~~~ 2024-04-03T17:06:13.7261693Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7262236Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7262525Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7263538Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7264005Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7264167Z ^~~~ 2024-04-03T17:06:13.7265978Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7266428Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7266715Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7267747Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7268313Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7268483Z ^~~~ 2024-04-03T17:06:13.7270519Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7271057Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7271329Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7272340Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7272785Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7272930Z ^~~~ 2024-04-03T17:06:13.7275157Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:74:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7275381Z AT_INSTANTIATE_SORT_PAIRS(int64_t, 2) 2024-04-03T17:06:13.7275515Z ^ 2024-04-03T17:06:13.7276834Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.7277145Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.7277294Z ^ 2024-04-03T17:06:13.7279052Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7279497Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7279766Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7280689Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7281152Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7281308Z ^~~~ 2024-04-03T17:06:13.7283109Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7283540Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7283798Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7284564Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7284955Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7285046Z ^~~~ 2024-04-03T17:06:13.7286328Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7286752Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7286970Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7287850Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7288149Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7288241Z ^~~~ 2024-04-03T17:06:13.7289319Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7289625Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7289795Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7290397Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7290678Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7290773Z ^~~~ 2024-04-03T17:06:13.7292533Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:75:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7292890Z AT_INSTANTIATE_SORT_PAIRS(int64_t, 4) 2024-04-03T17:06:13.7293049Z ^ 2024-04-03T17:06:13.7294469Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.7294803Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.7294980Z ^ 2024-04-03T17:06:13.7296976Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7297439Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7297788Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7298866Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7299336Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7299492Z ^~~~ 2024-04-03T17:06:13.7301193Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7301473Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7301630Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7302231Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7302528Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7302621Z ^~~~ 2024-04-03T17:06:13.7303695Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7303940Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7304095Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7304698Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7304988Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7305159Z ^~~~ 2024-04-03T17:06:13.7306230Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7306525Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7306757Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7307344Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7307626Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7307751Z ^~~~ 2024-04-03T17:06:13.7309942Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7310353Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7310548Z ^ 2024-04-03T17:06:13.7312339Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7312850Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7313156Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7314150Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7314787Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7314941Z ^~~~ 2024-04-03T17:06:13.7316832Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7317294Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7317553Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7318640Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7319173Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7319329Z ^~~~ 2024-04-03T17:06:13.7321336Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7321784Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7322095Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7323182Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7323732Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7323917Z ^~~~ 2024-04-03T17:06:13.7325785Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7326313Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7326616Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7327650Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7328189Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7328351Z ^~~~ 2024-04-03T17:06:13.7330688Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7331332Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7331541Z ^ 2024-04-03T17:06:13.7333454Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7334122Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7334426Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7335537Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7335996Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7336136Z ^~~~ 2024-04-03T17:06:13.7338090Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7338640Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7338890Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7340032Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7340570Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7340758Z ^~~~ 2024-04-03T17:06:13.7342802Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7343380Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7343679Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7344846Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7345407Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7345594Z ^~~~ 2024-04-03T17:06:13.7347570Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7348110Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7348495Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7349585Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7350121Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7350276Z ^~~~ 2024-04-03T17:06:13.7352772Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7353299Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7353504Z ^ 2024-04-03T17:06:13.7355514Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7356069Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7356377Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7357506Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7358047Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7358209Z ^~~~ 2024-04-03T17:06:13.7360256Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7360821Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7361108Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7362166Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7362744Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7362921Z ^~~~ 2024-04-03T17:06:13.7364878Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7365333Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7365624Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7366725Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7367270Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7367427Z ^~~~ 2024-04-03T17:06:13.7369395Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7369983Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7370289Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7371408Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7372032Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7372196Z ^~~~ 2024-04-03T17:06:13.7374654Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7375166Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7375380Z ^ 2024-04-03T17:06:13.7377528Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7378152Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7378584Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7379675Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7380209Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7380380Z ^~~~ 2024-04-03T17:06:13.7382347Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7382803Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7383096Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7384167Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7384675Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7384840Z ^~~~ 2024-04-03T17:06:13.7386804Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7387266Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7387556Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7388652Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7389351Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7389508Z ^~~~ 2024-04-03T17:06:13.7391485Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7392185Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7392488Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7393627Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7394155Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7394317Z ^~~~ 2024-04-03T17:06:13.7396793Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7397313Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7397523Z ^ 2024-04-03T17:06:13.7399527Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7400077Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7400399Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7401676Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7402168Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7402346Z ^~~~ 2024-04-03T17:06:13.7404375Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7404846Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7405125Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7406240Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7406888Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7407055Z ^~~~ 2024-04-03T17:06:13.7409058Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7409534Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7409814Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7410966Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7411499Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7411661Z ^~~~ 2024-04-03T17:06:13.7413695Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7414255Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7414553Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7415666Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7416178Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7416360Z ^~~~ 2024-04-03T17:06:13.7419013Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7419634Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7419848Z ^ 2024-04-03T17:06:13.7421837Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7422719Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7423065Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7424244Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7424876Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7425093Z ^~~~ 2024-04-03T17:06:13.7427092Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7427712Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7428023Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7429235Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7445964Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7446190Z ^~~~ 2024-04-03T17:06:13.7448324Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7448789Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7449076Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7450202Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7450745Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7450903Z ^~~~ 2024-04-03T17:06:13.7452818Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7453439Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7453694Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7454649Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7455126Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7455252Z ^~~~ 2024-04-03T17:06:13.7457502Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7458011Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7458208Z ^ 2024-04-03T17:06:13.7460418Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7460982Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7461292Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7462342Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7462872Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7463145Z ^~~~ 2024-04-03T17:06:13.7465129Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7465575Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7465830Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7466996Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7467518Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7467695Z ^~~~ 2024-04-03T17:06:13.7469699Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7470141Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7470424Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7471458Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7471989Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7472150Z ^~~~ 2024-04-03T17:06:13.7474091Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7474660Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7474952Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7476085Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7476606Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7476754Z ^~~~ 2024-04-03T17:06:13.7479147Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7479638Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7479837Z ^ 2024-04-03T17:06:13.7481921Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7482458Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7482739Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7483815Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7484326Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7484492Z ^~~~ 2024-04-03T17:06:13.7486436Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7486867Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7487143Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7488209Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7488716Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7488883Z ^~~~ 2024-04-03T17:06:13.7490842Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7491282Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7491616Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7492703Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7493238Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7493383Z ^~~~ 2024-04-03T17:06:13.7495330Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7495948Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7496245Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7497426Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7497938Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7498088Z ^~~~ 2024-04-03T17:06:13.7500706Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:80:41: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7501183Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTANTIATE_SORT_PAIRS_8) 2024-04-03T17:06:13.7501362Z ^ 2024-04-03T17:06:13.7503241Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7503749Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7504136Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7505149Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7505620Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7505786Z ^~~~ 2024-04-03T17:06:13.7507590Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7508016Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7508269Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7509387Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7509905Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7510066Z ^~~~ 2024-04-03T17:06:13.7511893Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7512281Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7512529Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7513586Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7514098Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7514247Z ^~~~ 2024-04-03T17:06:13.7516075Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7516581Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7516867Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7517878Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7518354Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7518636Z ^~~~ 2024-04-03T17:06:13.7520198Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:84:1: note: in instantiation of function template specialization 'at::cuda::cub::detail::radix_sort_pairs_impl' requested here 2024-04-03T17:06:13.7520357Z AT_INSTANTIATE_SORT_PAIRS(c10::BFloat16, 8) 2024-04-03T17:06:13.7520459Z ^ 2024-04-03T17:06:13.7521324Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:60:17: note: expanded from macro 'AT_INSTANTIATE_SORT_PAIRS' 2024-04-03T17:06:13.7521522Z template void radix_sort_pairs_impl( \ 2024-04-03T17:06:13.7521630Z ^ 2024-04-03T17:06:13.7522694Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:36:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7522993Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairsDescending, 2024-04-03T17:06:13.7523180Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7523771Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7524075Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7524164Z ^~~~ 2024-04-03T17:06:13.7525826Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7526241Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7526498Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7527657Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7528249Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7528409Z ^~~~ 2024-04-03T17:06:13.7530462Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortPairs.hip:47:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:13.7530926Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortPairs, 2024-04-03T17:06:13.7531218Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:13.7532450Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:13.7533054Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:13.7533231Z ^~~~ 2024-04-03T17:06:13.7533572Z 64 warnings generated when compiling for host. 2024-04-03T17:06:13.7533588Z 2024-04-03T17:06:14.0559674Z [7837/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CompareKernels.hip.o 2024-04-03T17:06:14.0563345Z [7838/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Indexing.hip.o 2024-04-03T17:06:14.0616750Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:7: 2024-04-03T17:06:14.0617599Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:14.0619656Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:14.0620586Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:14.0620848Z ^ 2024-04-03T17:06:14.0622181Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:14.0622731Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:14.0622903Z ^ 2024-04-03T17:06:14.0624067Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:14.0624475Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:14.0624675Z ^ 2024-04-03T17:06:14.0625463Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:17: 2024-04-03T17:06:14.0626226Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:14.0629868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0630496Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0630669Z ^ 2024-04-03T17:06:14.0634087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0637722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0641417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0644960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0645270Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0645452Z ^ 2024-04-03T17:06:14.0649393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0653080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0653688Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0653860Z ^ 2024-04-03T17:06:14.0657562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0661297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0664918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0668722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0669138Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0669313Z ^ 2024-04-03T17:06:14.0672904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0676527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0677142Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0677327Z ^ 2024-04-03T17:06:14.0680959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0684677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0688332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0692068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0692389Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0692557Z ^ 2024-04-03T17:06:14.0696196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0699957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0700866Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0701057Z ^ 2024-04-03T17:06:14.0704690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0708252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0712028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0715132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0715401Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0715549Z ^ 2024-04-03T17:06:14.0717703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0719591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0719931Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0720027Z ^ 2024-04-03T17:06:14.0722008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0723892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0725813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0727820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0727983Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0728092Z ^ 2024-04-03T17:06:14.0731237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0734748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0735279Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0735436Z ^ 2024-04-03T17:06:14.0737917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0740891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0742882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0744743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0744919Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0745015Z ^ 2024-04-03T17:06:14.0746876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0748802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0749130Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0749241Z ^ 2024-04-03T17:06:14.0751107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0753054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0754924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0756781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0756957Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0757052Z ^ 2024-04-03T17:06:14.0758920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0760786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0761164Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0761258Z ^ 2024-04-03T17:06:14.0763131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0765062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0766928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0768813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0768975Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0769083Z ^ 2024-04-03T17:06:14.0770973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0772843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0773178Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0773302Z ^ 2024-04-03T17:06:14.0775181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0777102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0779596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0781480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0781641Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0781751Z ^ 2024-04-03T17:06:14.0783608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0785550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0785913Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0786008Z ^ 2024-04-03T17:06:14.0787881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0789759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0791627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0793531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0793704Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0793798Z ^ 2024-04-03T17:06:14.0795670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0797603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0797929Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0798038Z ^ 2024-04-03T17:06:14.0799913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0801799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0803667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0805536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0805731Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0805830Z ^ 2024-04-03T17:06:14.0807705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0809860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0810432Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0810597Z ^ 2024-04-03T17:06:14.0813534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0816304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0818578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0820479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0820644Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0820811Z ^ 2024-04-03T17:06:14.0822688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0824580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0824909Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0825004Z ^ 2024-04-03T17:06:14.0826884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0828753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0830626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0832538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0832758Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0832852Z ^ 2024-04-03T17:06:14.0834724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0836596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0836919Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0837033Z ^ 2024-04-03T17:06:14.0838933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0840803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0842694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0844598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0844772Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0844867Z ^ 2024-04-03T17:06:14.0846752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0848624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0848943Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0849051Z ^ 2024-04-03T17:06:14.0850909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0852803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0854671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0856652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0856813Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0856908Z ^ 2024-04-03T17:06:14.0858949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0860829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0861216Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0861312Z ^ 2024-04-03T17:06:14.0863191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0865100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0866976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0868849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0869010Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0869121Z ^ 2024-04-03T17:06:14.0870981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0872862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0873180Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0873321Z ^ 2024-04-03T17:06:14.0875196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0877108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0878986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0880849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0881022Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0881117Z ^ 2024-04-03T17:06:14.0883014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0884898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0885219Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0885325Z ^ 2024-04-03T17:06:14.0887210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0889100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0890961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0892821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0892994Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0893089Z ^ 2024-04-03T17:06:14.0894970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0896947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0897279Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0897415Z ^ 2024-04-03T17:06:14.0899649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0902386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0905572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0909269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0909586Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0909771Z ^ 2024-04-03T17:06:14.0913265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0917029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0917664Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0917835Z ^ 2024-04-03T17:06:14.0921358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0924767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0927641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0929551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0929818Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0929931Z ^ 2024-04-03T17:06:14.0931799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0933733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0934061Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0934157Z ^ 2024-04-03T17:06:14.0936028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0938004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0940144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0942019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0942195Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0942290Z ^ 2024-04-03T17:06:14.0944190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0946081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0946403Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0946513Z ^ 2024-04-03T17:06:14.0948375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0950260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0952119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0954027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0954187Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0954321Z ^ 2024-04-03T17:06:14.0956205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0956391Z 133 warnings generated when compiling for gfx906. 2024-04-03T17:06:14.0956831Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:7: 2024-04-03T17:06:14.0957289Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:14.0958250Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:14.0958782Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:14.0958954Z ^ 2024-04-03T17:06:14.0959678Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:14.0959852Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:14.0959943Z ^ 2024-04-03T17:06:14.0960449Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:14.0960670Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:14.0960787Z ^ 2024-04-03T17:06:14.0961241Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:17: 2024-04-03T17:06:14.0961648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:14.0963550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0963885Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0963984Z ^ 2024-04-03T17:06:14.0965864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0967728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0969610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0971480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0971674Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0971782Z ^ 2024-04-03T17:06:14.0973636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0975546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0975867Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0975962Z ^ 2024-04-03T17:06:14.0977929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0980946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0984623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0988140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0988478Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.0988644Z ^ 2024-04-03T17:06:14.0992129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0995417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.0995994Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.0996169Z ^ 2024-04-03T17:06:14.0999390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1002672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1005888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1009284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1009651Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1009819Z ^ 2024-04-03T17:06:14.1013090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1016582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1017198Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1017363Z ^ 2024-04-03T17:06:14.1020770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1024341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1027584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1030853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1031123Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1031288Z ^ 2024-04-03T17:06:14.1034380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1037414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1037924Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1038074Z ^ 2024-04-03T17:06:14.1041280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1044218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1047246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1050293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1050554Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1050683Z ^ 2024-04-03T17:06:14.1053454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1056952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1057539Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1057731Z ^ 2024-04-03T17:06:14.1061536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1065121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1068839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1072858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1073192Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1073358Z ^ 2024-04-03T17:06:14.1076941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1080290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1081350Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1081530Z ^ 2024-04-03T17:06:14.1084424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1086650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1088597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1090474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1090641Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1090737Z ^ 2024-04-03T17:06:14.1092623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1094526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1094866Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1094959Z ^ 2024-04-03T17:06:14.1096975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1099044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1100930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1102804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1102968Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1103076Z ^ 2024-04-03T17:06:14.1104945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1106816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1107178Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1107271Z ^ 2024-04-03T17:06:14.1109142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1111070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1113159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1115028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1115203Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1115298Z ^ 2024-04-03T17:06:14.1117213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1119086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1119441Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1119551Z ^ 2024-04-03T17:06:14.1121412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1123501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1125374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1127245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1127421Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1127517Z ^ 2024-04-03T17:06:14.1129397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1131303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1131693Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1131786Z ^ 2024-04-03T17:06:14.1133659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1135545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1137478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1139570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1139737Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1139845Z ^ 2024-04-03T17:06:14.1141712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1143625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1143960Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1144056Z ^ 2024-04-03T17:06:14.1145932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1147802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1149682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1151547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1151742Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1151850Z ^ 2024-04-03T17:06:14.1153708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1155618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1155939Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1156034Z ^ 2024-04-03T17:06:14.1157905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1159798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1161666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1163530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1163732Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1163828Z ^ 2024-04-03T17:06:14.1165691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1167565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1167886Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1167992Z ^ 2024-04-03T17:06:14.1169859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1171742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1173633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1175512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1175700Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1175795Z ^ 2024-04-03T17:06:14.1177750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1179769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1180111Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1180207Z ^ 2024-04-03T17:06:14.1182593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1184483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1186403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1188282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1188441Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1188551Z ^ 2024-04-03T17:06:14.1190993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1193288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1193629Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1193724Z ^ 2024-04-03T17:06:14.1195606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1197877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1200435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1203402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1203708Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1203895Z ^ 2024-04-03T17:06:14.1206679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1209610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1210209Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1210371Z ^ 2024-04-03T17:06:14.1213455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1216343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1219365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1222266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1222563Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1222712Z ^ 2024-04-03T17:06:14.1225440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1228098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1228531Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1228642Z ^ 2024-04-03T17:06:14.1231393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1235022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1238536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1242054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1242340Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1242502Z ^ 2024-04-03T17:06:14.1246077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1249573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1250172Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1250334Z ^ 2024-04-03T17:06:14.1253897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1257483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1261124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1264457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1264694Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1264845Z ^ 2024-04-03T17:06:14.1267930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1271521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1272123Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1272395Z ^ 2024-04-03T17:06:14.1276635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1280181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1283718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1287328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1287629Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1287792Z ^ 2024-04-03T17:06:14.1291294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1294888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1295477Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1295657Z ^ 2024-04-03T17:06:14.1299164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1302710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1305830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1309114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1309557Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1309725Z ^ 2024-04-03T17:06:14.1313190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1316163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1316634Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.1316793Z ^ 2024-04-03T17:06:14.1319896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1323083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1325875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1328712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1328881Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.1328990Z ^ 2024-04-03T17:06:14.1331756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.1332097Z 133 warnings generated when compiling for gfx90a. 2024-04-03T17:06:14.1332897Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Indexing.hip:7: 2024-04-03T17:06:14.1333750Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:14.1335215Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:14.1336104Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:14.1336493Z ^ 2024-04-03T17:06:14.1337858Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:14.1338093Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:14.1338375Z ^ 2024-04-03T17:06:14.1339293Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:14.1339639Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:14.1339758Z ^ 2024-04-03T17:06:14.1339973Z 1 warning generated when compiling for host. 2024-04-03T17:06:14.1340085Z 2024-04-03T17:06:14.6103934Z [7838/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ComplexKernel.hip.o 2024-04-03T17:06:14.6107219Z [7839/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Bucketization.hip.o 2024-04-03T17:06:14.7342369Z [7839/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ConvolutionMM2d.hip.o 2024-04-03T17:06:14.7345002Z [7840/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryShiftOpsKernels.hip.o 2024-04-03T17:06:14.7346634Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip:5: 2024-04-03T17:06:14.7347754Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:14.7350227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7352402Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7352983Z ^ 2024-04-03T17:06:14.7355036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7358790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7362487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7366242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7368213Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7368634Z ^ 2024-04-03T17:06:14.7370671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7374363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7376575Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7377166Z ^ 2024-04-03T17:06:14.7380379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7388120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7396422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7405446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7410214Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7411182Z ^ 2024-04-03T17:06:14.7416139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7425690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7430884Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7432389Z ^ 2024-04-03T17:06:14.7437352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7446315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7455352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7464474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7467352Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7467783Z ^ 2024-04-03T17:06:14.7469853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7473545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7475692Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7476283Z ^ 2024-04-03T17:06:14.7478437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7482106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7485841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7489516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7491499Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7491920Z ^ 2024-04-03T17:06:14.7493951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7497762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7503628Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7504685Z ^ 2024-04-03T17:06:14.7508180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7515194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7522089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7528691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7532330Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7533057Z ^ 2024-04-03T17:06:14.7536812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7543590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7547571Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7548672Z ^ 2024-04-03T17:06:14.7552339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7558994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7565274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7571010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7574725Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7575632Z ^ 2024-04-03T17:06:14.7579735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7586794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7590880Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7591889Z ^ 2024-04-03T17:06:14.7595749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7602491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7609386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7616250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7620001Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7620692Z ^ 2024-04-03T17:06:14.7624462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7630237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7632519Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7633101Z ^ 2024-04-03T17:06:14.7636130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7640567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7645195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7649331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7651608Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7652233Z ^ 2024-04-03T17:06:14.7654714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7659517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7662044Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7662707Z ^ 2024-04-03T17:06:14.7665288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7669135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7674024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7678561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7681055Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7681628Z ^ 2024-04-03T17:06:14.7683974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7688276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7691026Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7691622Z ^ 2024-04-03T17:06:14.7694253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7699628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7703420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7707344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7710314Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7710974Z ^ 2024-04-03T17:06:14.7713350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7718457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7722321Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7723301Z ^ 2024-04-03T17:06:14.7727005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7732976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7739961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7744521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7747010Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7747607Z ^ 2024-04-03T17:06:14.7751072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7755837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7759067Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7759659Z ^ 2024-04-03T17:06:14.7761805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7765659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7769505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7773336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7775351Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7775806Z ^ 2024-04-03T17:06:14.7778031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7784247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7786830Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7787430Z ^ 2024-04-03T17:06:14.7789557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7793842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7797945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7802218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7804476Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7804882Z ^ 2024-04-03T17:06:14.7807222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7812262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7815585Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7816554Z ^ 2024-04-03T17:06:14.7819910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7824427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7828625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7833086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7835507Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7835919Z ^ 2024-04-03T17:06:14.7838363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7842979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7845797Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7846432Z ^ 2024-04-03T17:06:14.7848939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7853958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7858784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7862988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7865268Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7865944Z ^ 2024-04-03T17:06:14.7868147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7872770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7874987Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7875579Z ^ 2024-04-03T17:06:14.7877794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7881741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7885512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7889267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7891435Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7891855Z ^ 2024-04-03T17:06:14.7893972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7897993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7900419Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7901008Z ^ 2024-04-03T17:06:14.7903093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7906875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7911224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7916414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7918998Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7919463Z ^ 2024-04-03T17:06:14.7921511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7925366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7927518Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7928318Z ^ 2024-04-03T17:06:14.7930839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7935990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7942786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7949294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7952935Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7953656Z ^ 2024-04-03T17:06:14.7957321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7964115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7967437Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7968480Z ^ 2024-04-03T17:06:14.7971681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7975996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7980353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7984127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7986440Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.7986850Z ^ 2024-04-03T17:06:14.7989813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7993982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.7996199Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.7996790Z ^ 2024-04-03T17:06:14.7998896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8002665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8006526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8010350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8012626Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8013031Z ^ 2024-04-03T17:06:14.8015158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8019139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8021371Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8021953Z ^ 2024-04-03T17:06:14.8024101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8028034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8031930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8035773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8037810Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8038217Z ^ 2024-04-03T17:06:14.8040457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8044355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8046562Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8047142Z ^ 2024-04-03T17:06:14.8049252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8053156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8057218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8062183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8065863Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8066550Z ^ 2024-04-03T17:06:14.8069884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8076536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8080186Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8081135Z ^ 2024-04-03T17:06:14.8084745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8091762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8099228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8106112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8109404Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8110160Z ^ 2024-04-03T17:06:14.8113951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8120703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8124670Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8125713Z ^ 2024-04-03T17:06:14.8129754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8137169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8144493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8151560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8155328Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8156080Z ^ 2024-04-03T17:06:14.8159903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8167089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8171138Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8172231Z ^ 2024-04-03T17:06:14.8175964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8183362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8190442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8197605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8201401Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8202163Z ^ 2024-04-03T17:06:14.8206086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8213222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8217586Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8218828Z ^ 2024-04-03T17:06:14.8222729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8229997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8237101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8244090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8247790Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8248511Z ^ 2024-04-03T17:06:14.8252347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8259322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8263384Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8264593Z ^ 2024-04-03T17:06:14.8268488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8275429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8282483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8289567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8293365Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8294109Z ^ 2024-04-03T17:06:14.8298096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8305234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8309464Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8310564Z ^ 2024-04-03T17:06:14.8314429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8321389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8328333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8335608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8339141Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8339588Z ^ 2024-04-03T17:06:14.8341678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8345577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8347794Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8348480Z ^ 2024-04-03T17:06:14.8350545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8355002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8358778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8362526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8364638Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8365060Z ^ 2024-04-03T17:06:14.8367319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8371391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8374716Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8375323Z ^ 2024-04-03T17:06:14.8378044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8382751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8387196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8392495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8396198Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8397044Z ^ 2024-04-03T17:06:14.8400879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8404601Z 180 warnings generated when compiling for gfx906. 2024-04-03T17:06:14.8406237Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryShiftOpsKernels.hip:5: 2024-04-03T17:06:14.8408315Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:14.8412896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8416992Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8418057Z ^ 2024-04-03T17:06:14.8421920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8428178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8435190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8442202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8445900Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8446651Z ^ 2024-04-03T17:06:14.8450469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8457487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8461683Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8462754Z ^ 2024-04-03T17:06:14.8466091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8472846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8479898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8486606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8490384Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8491206Z ^ 2024-04-03T17:06:14.8495006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8502210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8506192Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8507362Z ^ 2024-04-03T17:06:14.8510915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8517478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8524868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8532080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8535925Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8536803Z ^ 2024-04-03T17:06:14.8541044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8548363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8552517Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8553615Z ^ 2024-04-03T17:06:14.8557646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8564848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8572008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8579373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8583226Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8583971Z ^ 2024-04-03T17:06:14.8587929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8595130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8599381Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8600475Z ^ 2024-04-03T17:06:14.8604521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8611706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8619090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8626270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8630109Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8630965Z ^ 2024-04-03T17:06:14.8634916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8642143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8646377Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8647465Z ^ 2024-04-03T17:06:14.8651414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8658701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8665622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8671594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8674599Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8675396Z ^ 2024-04-03T17:06:14.8680394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8687385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8691502Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8692553Z ^ 2024-04-03T17:06:14.8696525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8703567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8710523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8717194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8720896Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8721650Z ^ 2024-04-03T17:06:14.8725535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8732513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8736584Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8737632Z ^ 2024-04-03T17:06:14.8741577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8748321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8755000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8762074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8765760Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8766508Z ^ 2024-04-03T17:06:14.8770405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8777419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8781543Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8782613Z ^ 2024-04-03T17:06:14.8786033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8790054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8793723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8797413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8799443Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8799864Z ^ 2024-04-03T17:06:14.8801917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8805577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8807720Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8808308Z ^ 2024-04-03T17:06:14.8825752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8830518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8835668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8839399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8841463Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8841895Z ^ 2024-04-03T17:06:14.8843935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8847635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8849767Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8850357Z ^ 2024-04-03T17:06:14.8852448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8856613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8861102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8868475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8872454Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8873159Z ^ 2024-04-03T17:06:14.8875966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8879672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8881818Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8882411Z ^ 2024-04-03T17:06:14.8884462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8888927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8892672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8896891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8899051Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8899481Z ^ 2024-04-03T17:06:14.8901539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8905341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8908975Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8909904Z ^ 2024-04-03T17:06:14.8913087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8918410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8922167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8925866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8927857Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8928280Z ^ 2024-04-03T17:06:14.8930311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8933999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8936974Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8937645Z ^ 2024-04-03T17:06:14.8939926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8943736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8947404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8951084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8953070Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8953485Z ^ 2024-04-03T17:06:14.8955583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8959262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8961405Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.8961996Z ^ 2024-04-03T17:06:14.8964085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8967771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8974067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8981061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8984771Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.8985507Z ^ 2024-04-03T17:06:14.8989357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.8996431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9000511Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9001567Z ^ 2024-04-03T17:06:14.9005419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9012388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9019519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9026500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9030176Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9030921Z ^ 2024-04-03T17:06:14.9034738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9041761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9045783Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9046842Z ^ 2024-04-03T17:06:14.9050671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9057190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9064302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9070613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9073577Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9074157Z ^ 2024-04-03T17:06:14.9076960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9082181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9085127Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9085943Z ^ 2024-04-03T17:06:14.9088819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9093925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9099445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9104593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9107329Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9107899Z ^ 2024-04-03T17:06:14.9110963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9116337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9118488Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9119078Z ^ 2024-04-03T17:06:14.9121124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9124837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9128489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9132286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9134309Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9134737Z ^ 2024-04-03T17:06:14.9136860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9140681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9142837Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9143429Z ^ 2024-04-03T17:06:14.9145486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9149240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9152998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9156726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9158713Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9159133Z ^ 2024-04-03T17:06:14.9161178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9164877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9168317Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9169223Z ^ 2024-04-03T17:06:14.9172761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9179931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9187011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9194005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9197717Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9198450Z ^ 2024-04-03T17:06:14.9202286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9208757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9212790Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9213861Z ^ 2024-04-03T17:06:14.9217868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9224953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9231967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9238930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9242392Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9243017Z ^ 2024-04-03T17:06:14.9246100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9249845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9251989Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9252566Z ^ 2024-04-03T17:06:14.9254627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9258698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9262469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9266143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9268112Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9268535Z ^ 2024-04-03T17:06:14.9270573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9274304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9276454Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9277028Z ^ 2024-04-03T17:06:14.9279061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9282795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9286474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9290167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9292151Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9292574Z ^ 2024-04-03T17:06:14.9294624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9298497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9300690Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9301285Z ^ 2024-04-03T17:06:14.9303336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9307070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9310760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9314418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9316393Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9316813Z ^ 2024-04-03T17:06:14.9318922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9323192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9325850Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9326464Z ^ 2024-04-03T17:06:14.9328940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9332660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9336347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9343161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9346872Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9347621Z ^ 2024-04-03T17:06:14.9351431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9358485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9362548Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9363613Z ^ 2024-04-03T17:06:14.9367428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9373773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9379123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9384969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9388665Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9389410Z ^ 2024-04-03T17:06:14.9393068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9399576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9403351Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9404503Z ^ 2024-04-03T17:06:14.9408498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9415731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9422686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9426673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9428767Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9429177Z ^ 2024-04-03T17:06:14.9431225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9434961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9437099Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9437690Z ^ 2024-04-03T17:06:14.9439721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9443466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9448224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9452374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9455439Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9456082Z ^ 2024-04-03T17:06:14.9459353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9465776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9469860Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9470952Z ^ 2024-04-03T17:06:14.9474555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9480163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9486987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9493485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9496971Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9497722Z ^ 2024-04-03T17:06:14.9501434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9505398Z 180 warnings generated when compiling for gfx90a. 2024-04-03T17:06:14.9506051Z 2024-04-03T17:06:14.9507468Z [7840/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Copy.hip.o 2024-04-03T17:06:14.9510382Z [7841/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Col2Im.hip.o 2024-04-03T17:06:14.9513468Z [7841/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CopysignKernel.hip.o 2024-04-03T17:06:14.9516801Z [7842/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CompareEQKernel.hip.o 2024-04-03T17:06:14.9519109Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip:8: 2024-04-03T17:06:14.9520843Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:14.9523322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9525475Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9526121Z ^ 2024-04-03T17:06:14.9528188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9531885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9535585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9539568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9541552Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9541976Z ^ 2024-04-03T17:06:14.9544177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9547982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9550154Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9550743Z ^ 2024-04-03T17:06:14.9552789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9556480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9560163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9563965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9566894Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9567638Z ^ 2024-04-03T17:06:14.9571125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9576212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9578596Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9579202Z ^ 2024-04-03T17:06:14.9582228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9586243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9590027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9593731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9595811Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9596233Z ^ 2024-04-03T17:06:14.9598300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9602018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9604158Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9604754Z ^ 2024-04-03T17:06:14.9606798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9610471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9614212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9617961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9620250Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9620728Z ^ 2024-04-03T17:06:14.9622772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9626470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9628610Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9629206Z ^ 2024-04-03T17:06:14.9631249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9634949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9638639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9642376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9644404Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9644826Z ^ 2024-04-03T17:06:14.9646859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9650710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9652933Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9653530Z ^ 2024-04-03T17:06:14.9656350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9662853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9666611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9670412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9672400Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9672813Z ^ 2024-04-03T17:06:14.9674872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9678571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9680722Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9681301Z ^ 2024-04-03T17:06:14.9683343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9687074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9690827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9696587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9698772Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9699185Z ^ 2024-04-03T17:06:14.9702662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9709665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9713874Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9714925Z ^ 2024-04-03T17:06:14.9718769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9725785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9732732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9739331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9742043Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9742474Z ^ 2024-04-03T17:06:14.9744570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9749553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9752087Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9753072Z ^ 2024-04-03T17:06:14.9755709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9760829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9765564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9770056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9772850Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9773540Z ^ 2024-04-03T17:06:14.9775670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9779658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9782105Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9782974Z ^ 2024-04-03T17:06:14.9785928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9789918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9793596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9798062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9800502Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9801060Z ^ 2024-04-03T17:06:14.9803605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9808834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9812550Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9813723Z ^ 2024-04-03T17:06:14.9817156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9823826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9829370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9833898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9836444Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9836971Z ^ 2024-04-03T17:06:14.9839590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9845081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9848297Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9849161Z ^ 2024-04-03T17:06:14.9852271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9857699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9861880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9867166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9869255Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9869677Z ^ 2024-04-03T17:06:14.9871715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9875470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9877633Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9878224Z ^ 2024-04-03T17:06:14.9880258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9884381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9889107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9893371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9895363Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9895771Z ^ 2024-04-03T17:06:14.9897989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9902161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9905369Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9906282Z ^ 2024-04-03T17:06:14.9909465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9915412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9922428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9929657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9933478Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9934353Z ^ 2024-04-03T17:06:14.9938420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9943735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9946289Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9946874Z ^ 2024-04-03T17:06:14.9949431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9953273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9956963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9960709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9962682Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9963102Z ^ 2024-04-03T17:06:14.9965491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9969507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9971910Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:14.9972799Z ^ 2024-04-03T17:06:14.9975577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9980878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9985011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9988764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:14.9991046Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:14.9991701Z ^ 2024-04-03T17:06:14.9994580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0001536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0005539Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0006609Z ^ 2024-04-03T17:06:15.0010533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0017567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0024446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0030798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0034352Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0035113Z ^ 2024-04-03T17:06:15.0038972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0045913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0049923Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0050993Z ^ 2024-04-03T17:06:15.0054834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0062114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0068717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0075701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0079405Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0080151Z ^ 2024-04-03T17:06:15.0083980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0091020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0095022Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0096099Z ^ 2024-04-03T17:06:15.0100131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0105835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0110687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0116237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0119008Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0119441Z ^ 2024-04-03T17:06:15.0121829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0126726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0129528Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0130299Z ^ 2024-04-03T17:06:15.0132711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0136607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0140471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0145158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0147904Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0148564Z ^ 2024-04-03T17:06:15.0152292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0157688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0160768Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0161654Z ^ 2024-04-03T17:06:15.0164582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0168926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0173194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0178818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0181624Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0182035Z ^ 2024-04-03T17:06:15.0184655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0190214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0192754Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0193337Z ^ 2024-04-03T17:06:15.0195936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0200706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0205138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0209168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0212659Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0213409Z ^ 2024-04-03T17:06:15.0217483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0224294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0226916Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0227517Z ^ 2024-04-03T17:06:15.0229800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0236702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0243470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0248926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0252869Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0253607Z ^ 2024-04-03T17:06:15.0257350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0264096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0267855Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0269011Z ^ 2024-04-03T17:06:15.0273017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0280199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0287099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0290932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0292920Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0293349Z ^ 2024-04-03T17:06:15.0295453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0299515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0301663Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0302258Z ^ 2024-04-03T17:06:15.0304324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0308158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0311836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0315591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0317624Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0318046Z ^ 2024-04-03T17:06:15.0320084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0323770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0325900Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0326498Z ^ 2024-04-03T17:06:15.0328536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0332256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0335934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0339893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0341885Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0342297Z ^ 2024-04-03T17:06:15.0344349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0348831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0351680Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0352274Z ^ 2024-04-03T17:06:15.0354362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0358169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0361871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0365602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0367583Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0367995Z ^ 2024-04-03T17:06:15.0370040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0373726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0376146Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0376808Z ^ 2024-04-03T17:06:15.0378998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0384298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0388954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0393214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0395210Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0395620Z ^ 2024-04-03T17:06:15.0397661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0401362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0403499Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0404158Z ^ 2024-04-03T17:06:15.0406201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0409883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0413625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0417388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0419495Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0419922Z ^ 2024-04-03T17:06:15.0421968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0425704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0427835Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0428423Z ^ 2024-04-03T17:06:15.0430511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0434192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0438344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0442839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0446378Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0446994Z ^ 2024-04-03T17:06:15.0450172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0454440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0456780Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0457429Z ^ 2024-04-03T17:06:15.0459650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0464311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0469838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0474445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0477468Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0478125Z ^ 2024-04-03T17:06:15.0481017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0487824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0491963Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0492903Z ^ 2024-04-03T17:06:15.0496346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0502434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0509089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0515224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0518583Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0519536Z ^ 2024-04-03T17:06:15.0523560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0530743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0534953Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0535954Z ^ 2024-04-03T17:06:15.0539591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0543823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0547631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0551540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0553614Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0554287Z ^ 2024-04-03T17:06:15.0558145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0562815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0564975Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0565573Z ^ 2024-04-03T17:06:15.0567611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0571324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0574986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0580348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0582344Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0582856Z ^ 2024-04-03T17:06:15.0584930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0588630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0590786Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0591360Z ^ 2024-04-03T17:06:15.0593406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0598634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0605410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0612190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0615942Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0616830Z ^ 2024-04-03T17:06:15.0620782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0627680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0631665Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0632731Z ^ 2024-04-03T17:06:15.0636568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0643500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0650330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0657045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0660899Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0661639Z ^ 2024-04-03T17:06:15.0665298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0671890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0675711Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0676827Z ^ 2024-04-03T17:06:15.0680568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0686812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0692977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0699063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0701159Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0701586Z ^ 2024-04-03T17:06:15.0703649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0707355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0709536Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0710135Z ^ 2024-04-03T17:06:15.0712187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0717160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0724140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0731046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0734840Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0735641Z ^ 2024-04-03T17:06:15.0739896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0747102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0751203Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0752321Z ^ 2024-04-03T17:06:15.0756176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0763282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0770329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0777375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0777705Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0777872Z ^ 2024-04-03T17:06:15.0781529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0785153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0785909Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0786116Z ^ 2024-04-03T17:06:15.0789558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0793247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0796874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0800456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0800779Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0800948Z ^ 2024-04-03T17:06:15.0804659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0805014Z 240 warnings generated when compiling for gfx906. 2024-04-03T17:06:15.0805933Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareEQKernel.hip:8: 2024-04-03T17:06:15.0806684Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:15.0810368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0811002Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0811175Z ^ 2024-04-03T17:06:15.0814714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0818490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0822081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0825697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0826105Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0826287Z ^ 2024-04-03T17:06:15.0829829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0833548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0834168Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0834347Z ^ 2024-04-03T17:06:15.0837963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0841533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0845200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0848703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0849022Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0849198Z ^ 2024-04-03T17:06:15.0852863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0856362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0857059Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0857237Z ^ 2024-04-03T17:06:15.0860396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0863981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0867551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0871261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0871677Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0871850Z ^ 2024-04-03T17:06:15.0875504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0879020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0879598Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0879794Z ^ 2024-04-03T17:06:15.0883292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0887008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0890614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0894340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0894656Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0894830Z ^ 2024-04-03T17:06:15.0898640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0902233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0902850Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0903040Z ^ 2024-04-03T17:06:15.0906630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0910105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0913665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0917371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0917674Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0917860Z ^ 2024-04-03T17:06:15.0921359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0924927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0925530Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0925706Z ^ 2024-04-03T17:06:15.0929319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0932849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0936688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0940471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0940800Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0940977Z ^ 2024-04-03T17:06:15.0944509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0948030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0948639Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0948817Z ^ 2024-04-03T17:06:15.0952385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0956113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0959715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0963261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0963602Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0963772Z ^ 2024-04-03T17:06:15.0967218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0970912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0971524Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0971707Z ^ 2024-04-03T17:06:15.0975213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0978964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0982370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0985981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0986269Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.0986445Z ^ 2024-04-03T17:06:15.0990063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0993656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.0994397Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.0994574Z ^ 2024-04-03T17:06:15.0998162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1001841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1005448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1009078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1009385Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1009573Z ^ 2024-04-03T17:06:15.1013232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1016961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1017574Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1017858Z ^ 2024-04-03T17:06:15.1021620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1025165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1028703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1032260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1032577Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1032759Z ^ 2024-04-03T17:06:15.1036268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1039861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1040520Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1040694Z ^ 2024-04-03T17:06:15.1044173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1047645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1051135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1054858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1055163Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1055328Z ^ 2024-04-03T17:06:15.1059152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1062879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1063523Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1063690Z ^ 2024-04-03T17:06:15.1067226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1070804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1074417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1078061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1078490Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1078689Z ^ 2024-04-03T17:06:15.1082297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1086000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1086626Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1086805Z ^ 2024-04-03T17:06:15.1090482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1093999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1097838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1101694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1102001Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1102306Z ^ 2024-04-03T17:06:15.1105916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1109501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1110119Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1110315Z ^ 2024-04-03T17:06:15.1113993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1117587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1121191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1124832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1125260Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1125438Z ^ 2024-04-03T17:06:15.1128789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1132423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1133014Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1133213Z ^ 2024-04-03T17:06:15.1136887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1139937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1142217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1144719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1145029Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1145204Z ^ 2024-04-03T17:06:15.1148918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1152678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1153241Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1153391Z ^ 2024-04-03T17:06:15.1156799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1160680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1164433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1168245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1168550Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1168734Z ^ 2024-04-03T17:06:15.1172510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1176165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1176963Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1177140Z ^ 2024-04-03T17:06:15.1181003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1184522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1188241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1191841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1192160Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1192334Z ^ 2024-04-03T17:06:15.1195970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1199724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1200336Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1200634Z ^ 2024-04-03T17:06:15.1204287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1208105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1211814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1215473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1215793Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1215975Z ^ 2024-04-03T17:06:15.1219735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1223158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1223766Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1223942Z ^ 2024-04-03T17:06:15.1227582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1231264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1234992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1238464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1238768Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1238936Z ^ 2024-04-03T17:06:15.1242549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1246188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1246808Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1247065Z ^ 2024-04-03T17:06:15.1250800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1254392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1258089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1261750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1262154Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1262350Z ^ 2024-04-03T17:06:15.1265868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1269549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1270169Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1270350Z ^ 2024-04-03T17:06:15.1273821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1277278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1280762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1284445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1284741Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1285027Z ^ 2024-04-03T17:06:15.1288572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1292251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1292842Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1293028Z ^ 2024-04-03T17:06:15.1296675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1300358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1304186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1307860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1308161Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1308334Z ^ 2024-04-03T17:06:15.1312066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1315771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1316377Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1316537Z ^ 2024-04-03T17:06:15.1320036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1323666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1327280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1331156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1331453Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1331697Z ^ 2024-04-03T17:06:15.1335313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1339090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1339743Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1339916Z ^ 2024-04-03T17:06:15.1343698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1347288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1350625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1354253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1354554Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1354741Z ^ 2024-04-03T17:06:15.1358233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1361684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1362262Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1362455Z ^ 2024-04-03T17:06:15.1365874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1369498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1373155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1377085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1377409Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1377582Z ^ 2024-04-03T17:06:15.1381080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1384566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1385166Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1385359Z ^ 2024-04-03T17:06:15.1389123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1392721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1396527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1400275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1400576Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1400754Z ^ 2024-04-03T17:06:15.1404180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1407885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1408468Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1408642Z ^ 2024-04-03T17:06:15.1412172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1415744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1419480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1423034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1423332Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1423522Z ^ 2024-04-03T17:06:15.1427058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1430693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1431320Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1431483Z ^ 2024-04-03T17:06:15.1434988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1438628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1442444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1446088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1446395Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1446569Z ^ 2024-04-03T17:06:15.1450192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1453741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1454443Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1454627Z ^ 2024-04-03T17:06:15.1458529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1462271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1465827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1469408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1469730Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1469904Z ^ 2024-04-03T17:06:15.1473739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1481985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1486322Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1487452Z ^ 2024-04-03T17:06:15.1491751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1499469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1507160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1514103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1518129Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1518901Z ^ 2024-04-03T17:06:15.1522893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1530170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1534405Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1535523Z ^ 2024-04-03T17:06:15.1539746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1546916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1554036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1561657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1565652Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1566457Z ^ 2024-04-03T17:06:15.1570222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1577631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1581729Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1582804Z ^ 2024-04-03T17:06:15.1586721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1593883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1601221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1608443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1612289Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1613052Z ^ 2024-04-03T17:06:15.1616958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1624160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1628210Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1629267Z ^ 2024-04-03T17:06:15.1633262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1640484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1647528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1667073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1670957Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1671740Z ^ 2024-04-03T17:06:15.1675619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1682867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1687041Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1688119Z ^ 2024-04-03T17:06:15.1691935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1699199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1706430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1713624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1717438Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1718216Z ^ 2024-04-03T17:06:15.1722124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1728988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1732885Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1734011Z ^ 2024-04-03T17:06:15.1738211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1744976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1752165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1759493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1763231Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1763997Z ^ 2024-04-03T17:06:15.1767744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1774857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1779252Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1780324Z ^ 2024-04-03T17:06:15.1784128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1791014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1798170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1805459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1809114Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1809889Z ^ 2024-04-03T17:06:15.1813773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1821003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1825241Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1826339Z ^ 2024-04-03T17:06:15.1830258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1837314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1844560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1851667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1855561Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1856358Z ^ 2024-04-03T17:06:15.1860524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1867746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1871883Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1873094Z ^ 2024-04-03T17:06:15.1876950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1884026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1891334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1898777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1902388Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1903114Z ^ 2024-04-03T17:06:15.1906980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1914267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1918301Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1919394Z ^ 2024-04-03T17:06:15.1923530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1930669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1937718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1944912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1948774Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1949488Z ^ 2024-04-03T17:06:15.1953375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1960206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1964411Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.1965442Z ^ 2024-04-03T17:06:15.1969450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1976593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1983775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1990845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.1994820Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.1995593Z ^ 2024-04-03T17:06:15.1999571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2003453Z 240 warnings generated when compiling for gfx90a. 2024-04-03T17:06:15.2004110Z 2024-04-03T17:06:15.2058545Z [7842/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CrossKernel.hip.o 2024-04-03T17:06:15.2061950Z [7843/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CompareKernels.hip.o 2024-04-03T17:06:15.2064552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip:7: 2024-04-03T17:06:15.2066542Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:15.2071279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2075412Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2076512Z ^ 2024-04-03T17:06:15.2080462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2087635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2094866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2102354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2106351Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2107118Z ^ 2024-04-03T17:06:15.2111056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2118213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2122309Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2123396Z ^ 2024-04-03T17:06:15.2127428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2134633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2141980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2149288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2153119Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2153889Z ^ 2024-04-03T17:06:15.2157875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2165055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2169217Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2170293Z ^ 2024-04-03T17:06:15.2174240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2181719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2188903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2196201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2200005Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2200796Z ^ 2024-04-03T17:06:15.2204721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2211895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2215981Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2217141Z ^ 2024-04-03T17:06:15.2220830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2228168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2235363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2242571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2246428Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2247209Z ^ 2024-04-03T17:06:15.2251101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2258418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2262519Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2263753Z ^ 2024-04-03T17:06:15.2267711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2274903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2282083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2289240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2293025Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2293819Z ^ 2024-04-03T17:06:15.2297967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2305423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2309569Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2310667Z ^ 2024-04-03T17:06:15.2314679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2321790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2328887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2336054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2339968Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2340742Z ^ 2024-04-03T17:06:15.2344602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2352093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2356296Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2357505Z ^ 2024-04-03T17:06:15.2361578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2368993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2376474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2382460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2384574Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2384988Z ^ 2024-04-03T17:06:15.2387042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2390791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2392937Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2393532Z ^ 2024-04-03T17:06:15.2395572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2399265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2402950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2406648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2408636Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2409088Z ^ 2024-04-03T17:06:15.2411146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2414889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2417123Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2417699Z ^ 2024-04-03T17:06:15.2419907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2423599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2427322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2431016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2432992Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2433401Z ^ 2024-04-03T17:06:15.2435487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2439196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2441343Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2441924Z ^ 2024-04-03T17:06:15.2443979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2447660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2451362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2456493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2460219Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2461067Z ^ 2024-04-03T17:06:15.2464672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2471428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2475503Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2476620Z ^ 2024-04-03T17:06:15.2480681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2487835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2494901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2502226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2505891Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2506659Z ^ 2024-04-03T17:06:15.2510486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2517459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2521430Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2522510Z ^ 2024-04-03T17:06:15.2526361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2533458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2540860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2548142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2551890Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2552670Z ^ 2024-04-03T17:06:15.2556617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2563670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2567789Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2568896Z ^ 2024-04-03T17:06:15.2572908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2580419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2587597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2594404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2598103Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2598861Z ^ 2024-04-03T17:06:15.2602742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2609650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2613742Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2614852Z ^ 2024-04-03T17:06:15.2618829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2625987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2633173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2640224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2643936Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2644675Z ^ 2024-04-03T17:06:15.2648422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2655488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2659791Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2660888Z ^ 2024-04-03T17:06:15.2664654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2671696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2678613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2685291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2687476Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2687896Z ^ 2024-04-03T17:06:15.2689974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2693684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2696122Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2696825Z ^ 2024-04-03T17:06:15.2699050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2702854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2706550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2710241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2712317Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2712725Z ^ 2024-04-03T17:06:15.2714830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2718535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2720679Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2721259Z ^ 2024-04-03T17:06:15.2723365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2727056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2730765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2734462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2736496Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2736922Z ^ 2024-04-03T17:06:15.2739459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2744926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2747689Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2748689Z ^ 2024-04-03T17:06:15.2751740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2757209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2764173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2771199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2774900Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2775645Z ^ 2024-04-03T17:06:15.2780041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2787082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2790627Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2791619Z ^ 2024-04-03T17:06:15.2794360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2799654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2803545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2807257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2809360Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2809786Z ^ 2024-04-03T17:06:15.2811815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2815569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2817833Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2818605Z ^ 2024-04-03T17:06:15.2820671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2824363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2828117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2832168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2835882Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2836643Z ^ 2024-04-03T17:06:15.2840691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2844618Z 120 warnings generated when compiling for gfx906. 2024-04-03T17:06:15.2846182Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CompareKernels.hip:7: 2024-04-03T17:06:15.2848213Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:15.2853043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2857315Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2858556Z ^ 2024-04-03T17:06:15.2862527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2869776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2877150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2884430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2888414Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2889199Z ^ 2024-04-03T17:06:15.2893252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2900758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2904972Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2906093Z ^ 2024-04-03T17:06:15.2910255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2917601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2925050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2932410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2936281Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2937125Z ^ 2024-04-03T17:06:15.2941177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2948126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2952208Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.2953314Z ^ 2024-04-03T17:06:15.2957481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2964666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2972026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2979594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2983360Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.2984140Z ^ 2024-04-03T17:06:15.2988276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.2995894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3000104Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3001101Z ^ 2024-04-03T17:06:15.3004907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3012057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3019631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3027080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3030817Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3031610Z ^ 2024-04-03T17:06:15.3035679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3042935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3046649Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3047245Z ^ 2024-04-03T17:06:15.3049317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3053195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3057033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3060881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3062869Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3063288Z ^ 2024-04-03T17:06:15.3065387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3069071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3071213Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3071857Z ^ 2024-04-03T17:06:15.3073896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3077561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3081244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3084932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3086925Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3087333Z ^ 2024-04-03T17:06:15.3089371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3093123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3095697Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3096278Z ^ 2024-04-03T17:06:15.3098595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3102318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3106011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3112428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3116138Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3116896Z ^ 2024-04-03T17:06:15.3120621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3128025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3132189Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3133267Z ^ 2024-04-03T17:06:15.3137338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3144717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3152009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3159305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3163315Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3164092Z ^ 2024-04-03T17:06:15.3168115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3175477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3179822Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3180943Z ^ 2024-04-03T17:06:15.3184917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3192205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3199514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3206781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3210407Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3211228Z ^ 2024-04-03T17:06:15.3215153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3222194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3226302Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3227429Z ^ 2024-04-03T17:06:15.3231462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3238783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3246050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3253525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3257587Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3258543Z ^ 2024-04-03T17:06:15.3262582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3269867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3274059Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3275187Z ^ 2024-04-03T17:06:15.3279313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3286549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3293832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3301403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3305278Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3306059Z ^ 2024-04-03T17:06:15.3310047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3317353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3321564Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3322688Z ^ 2024-04-03T17:06:15.3326674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3334031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3341498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3348850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3352746Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3353530Z ^ 2024-04-03T17:06:15.3357350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3363776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3367972Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3369084Z ^ 2024-04-03T17:06:15.3373109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3380278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3387495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3394785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3398677Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3399449Z ^ 2024-04-03T17:06:15.3403441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3410636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3414809Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3416038Z ^ 2024-04-03T17:06:15.3420252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3427648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3434949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3442061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3445715Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3446438Z ^ 2024-04-03T17:06:15.3450349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3457362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3461422Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3462499Z ^ 2024-04-03T17:06:15.3466594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3473813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3480948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3488334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3492231Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3493034Z ^ 2024-04-03T17:06:15.3496489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3502748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3506218Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3507211Z ^ 2024-04-03T17:06:15.3510445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3516025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3521853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3527923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3530274Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3530698Z ^ 2024-04-03T17:06:15.3532758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3536651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3538965Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3539558Z ^ 2024-04-03T17:06:15.3541952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3545668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3549363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3553063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3555108Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3555531Z ^ 2024-04-03T17:06:15.3557576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3561330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3563470Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3564060Z ^ 2024-04-03T17:06:15.3566094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3569768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3573502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3577263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3579390Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3579817Z ^ 2024-04-03T17:06:15.3581914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3585619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3587755Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3588347Z ^ 2024-04-03T17:06:15.3590198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3592492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3595045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3596988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3597149Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3597289Z ^ 2024-04-03T17:06:15.3599177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3601042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3601378Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.3601471Z ^ 2024-04-03T17:06:15.3603334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3605266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3607134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3609793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3610063Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.3610231Z ^ 2024-04-03T17:06:15.3613654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.3614005Z 120 warnings generated when compiling for gfx90a. 2024-04-03T17:06:15.3614018Z 2024-04-03T17:06:15.5317554Z [7843/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumminmaxKernel.hip.o 2024-04-03T17:06:15.5319189Z [7844/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ComplexKernel.hip.o 2024-04-03T17:06:15.5320085Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip:6: 2024-04-03T17:06:15.5320795Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:15.5324376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5325196Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.5325385Z ^ 2024-04-03T17:06:15.5328952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5332663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5336251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5340163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5340491Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.5340658Z ^ 2024-04-03T17:06:15.5344250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5347758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5348376Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.5348555Z ^ 2024-04-03T17:06:15.5352244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5355859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5359426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5363017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5363323Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.5363494Z ^ 2024-04-03T17:06:15.5367091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5370833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5371540Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.5371704Z ^ 2024-04-03T17:06:15.5375228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5378963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5382563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5386199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5386514Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.5386700Z ^ 2024-04-03T17:06:15.5390210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5393816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5394442Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.5394605Z ^ 2024-04-03T17:06:15.5398119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5401695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5405283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5408818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5409249Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.5409403Z ^ 2024-04-03T17:06:15.5412867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5416757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5417372Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.5417554Z ^ 2024-04-03T17:06:15.5421211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5424763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5428402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5431869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5432186Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.5432372Z ^ 2024-04-03T17:06:15.5436024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5436362Z 30 warnings generated when compiling for gfx906. 2024-04-03T17:06:15.5437248Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ComplexKernel.hip:6: 2024-04-03T17:06:15.5438005Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:15.5441467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5442062Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.5442236Z ^ 2024-04-03T17:06:15.5445730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5449324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5453046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5456853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5457164Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.5457348Z ^ 2024-04-03T17:06:15.5460697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5464309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5464894Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.5465074Z ^ 2024-04-03T17:06:15.5468633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5472053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5475650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5479211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5479539Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.5479722Z ^ 2024-04-03T17:06:15.5483440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5487037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5487643Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.5487828Z ^ 2024-04-03T17:06:15.5491398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5495101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5500096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5503647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5503978Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.5504152Z ^ 2024-04-03T17:06:15.5507715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5511414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5512046Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.5512231Z ^ 2024-04-03T17:06:15.5515740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5519396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5522945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5526475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5526778Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.5526962Z ^ 2024-04-03T17:06:15.5530535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5534066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5534814Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:15.5535199Z ^ 2024-04-03T17:06:15.5538948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5542643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5546191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5549761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5550065Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:15.5550250Z ^ 2024-04-03T17:06:15.5553863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:15.5554229Z 30 warnings generated when compiling for gfx90a. 2024-04-03T17:06:15.5554248Z 2024-04-03T17:06:16.0731489Z [7844/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumprodKernel.hip.o 2024-04-03T17:06:16.0734424Z [7845/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ConvolutionMM2d.hip.o 2024-04-03T17:06:16.1468267Z [7845/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumsumKernel.hip.o 2024-04-03T17:06:16.1470170Z [7846/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CopysignKernel.hip.o 2024-04-03T17:06:16.1471647Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip:5: 2024-04-03T17:06:16.1472750Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:16.1475460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1477816Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1478462Z ^ 2024-04-03T17:06:16.1481644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1488019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1495949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1502058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1504687Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1505102Z ^ 2024-04-03T17:06:16.1507356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1511407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1513736Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1514341Z ^ 2024-04-03T17:06:16.1518104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1524785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1530975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1535610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1537703Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1538119Z ^ 2024-04-03T17:06:16.1540339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1544717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1546883Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1547460Z ^ 2024-04-03T17:06:16.1549529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1553324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1557070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1560751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1562721Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1563137Z ^ 2024-04-03T17:06:16.1565190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1568940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1571190Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1571783Z ^ 2024-04-03T17:06:16.1573830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1577749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1581601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1585274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1587440Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1587863Z ^ 2024-04-03T17:06:16.1589929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1593608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1595815Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1596403Z ^ 2024-04-03T17:06:16.1598460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1602210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1605895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1609585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1611562Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1611985Z ^ 2024-04-03T17:06:16.1614056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1617814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1621389Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1622481Z ^ 2024-04-03T17:06:16.1626469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1633456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1640206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1647038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1650622Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1651361Z ^ 2024-04-03T17:06:16.1655169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1662388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1666373Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1667357Z ^ 2024-04-03T17:06:16.1670844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1677175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1682060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1688663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1692139Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1692843Z ^ 2024-04-03T17:06:16.1696530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1703473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1707260Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1708263Z ^ 2024-04-03T17:06:16.1711766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1718358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1724868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1731317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1734807Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1735502Z ^ 2024-04-03T17:06:16.1739250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1745701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1749484Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1750469Z ^ 2024-04-03T17:06:16.1754006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1760461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1767123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1773559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1777123Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1777810Z ^ 2024-04-03T17:06:16.1781684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1788117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1791814Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1792799Z ^ 2024-04-03T17:06:16.1796123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1802826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1809181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1816115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1820135Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1820889Z ^ 2024-04-03T17:06:16.1824659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1831478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1835422Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1836514Z ^ 2024-04-03T17:06:16.1840314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1847312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1853715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1860417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1863825Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1864539Z ^ 2024-04-03T17:06:16.1868119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1874554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1878230Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1879285Z ^ 2024-04-03T17:06:16.1883043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1889182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1895342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1901329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1903636Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1904066Z ^ 2024-04-03T17:06:16.1906669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1908984Z 72 warnings generated when compiling for gfx906. 2024-04-03T17:06:16.1909822Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CopysignKernel.hip:5: 2024-04-03T17:06:16.1910886Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:16.1914033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1916754Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1917352Z ^ 2024-04-03T17:06:16.1919976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1924349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1928809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1932935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1934929Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1935357Z ^ 2024-04-03T17:06:16.1937483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1941544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1943778Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1944372Z ^ 2024-04-03T17:06:16.1946426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1950159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1953836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1957511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1959478Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1959899Z ^ 2024-04-03T17:06:16.1961974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1965653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1967793Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1968431Z ^ 2024-04-03T17:06:16.1970479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1974175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1977919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1981747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1983732Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.1984140Z ^ 2024-04-03T17:06:16.1986184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1989935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1992116Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.1992703Z ^ 2024-04-03T17:06:16.1994738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.1998432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2002121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2005860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2007946Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.2008354Z ^ 2024-04-03T17:06:16.2010409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2014144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2016287Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.2016947Z ^ 2024-04-03T17:06:16.2019101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2022941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2026635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2030324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2032358Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.2032778Z ^ 2024-04-03T17:06:16.2034823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2038571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2040701Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.2041281Z ^ 2024-04-03T17:06:16.2043323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2047015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2050739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2054446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2056479Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.2056946Z ^ 2024-04-03T17:06:16.2059122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2062820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2064940Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.2065528Z ^ 2024-04-03T17:06:16.2067585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2071264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2076528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2081167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2083237Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.2083667Z ^ 2024-04-03T17:06:16.2085721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2089384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2091516Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.2092114Z ^ 2024-04-03T17:06:16.2094224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2098003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2101897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2105638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2107613Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.2108035Z ^ 2024-04-03T17:06:16.2110074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2113760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2115907Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.2116503Z ^ 2024-04-03T17:06:16.2118554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2122280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2125968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2129697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2131808Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.2132389Z ^ 2024-04-03T17:06:16.2146097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2150007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2152290Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.2152873Z ^ 2024-04-03T17:06:16.2154946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2158692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2162378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2166059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2168044Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.2168453Z ^ 2024-04-03T17:06:16.2170497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2174182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2176317Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.2177240Z ^ 2024-04-03T17:06:16.2179463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2183232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2186914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2193068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2196138Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.2196815Z ^ 2024-04-03T17:06:16.2199194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2202905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2205059Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.2205635Z ^ 2024-04-03T17:06:16.2207735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2211434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2215105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2219021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2220985Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.2221406Z ^ 2024-04-03T17:06:16.2223449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.2225496Z 72 warnings generated when compiling for gfx90a. 2024-04-03T17:06:16.2225853Z 2024-04-03T17:06:16.2226702Z [7846/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DepthwiseConv2d.hip.o 2024-04-03T17:06:16.2228353Z [7847/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CrossKernel.hip.o 2024-04-03T17:06:16.6539856Z [7847/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DepthwiseConv3d.hip.o 2024-04-03T17:06:16.6543141Z [7848/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumminmaxKernel.hip.o 2024-04-03T17:06:16.6659510Z [7848/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool3d.hip.o 2024-04-03T17:06:16.6663005Z [7849/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Copy.hip.o 2024-04-03T17:06:16.6665326Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip:13: 2024-04-03T17:06:16.6667213Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:16.6672012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6676084Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.6677363Z ^ 2024-04-03T17:06:16.6681378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6688664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6695876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6703413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6707086Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.6707851Z ^ 2024-04-03T17:06:16.6711767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6719192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6723266Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.6724393Z ^ 2024-04-03T17:06:16.6728467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6735486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6749909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6757137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6760908Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.6761696Z ^ 2024-04-03T17:06:16.6765599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6772990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6777220Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.6779551Z ^ 2024-04-03T17:06:16.6783687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6790669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6797452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6804502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6808431Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.6809217Z ^ 2024-04-03T17:06:16.6813235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6820738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6824963Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.6826075Z ^ 2024-04-03T17:06:16.6830072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6837552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6844785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6851873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6855620Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.6856629Z ^ 2024-04-03T17:06:16.6861145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6868168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6872528Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.6873685Z ^ 2024-04-03T17:06:16.6877592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6884993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6892379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6899982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6903938Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.6904722Z ^ 2024-04-03T17:06:16.6908886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6916744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6921236Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.6922304Z ^ 2024-04-03T17:06:16.6926252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6933653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6940673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6948129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6951961Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.6952753Z ^ 2024-04-03T17:06:16.6956812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6964222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6968528Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.6969676Z ^ 2024-04-03T17:06:16.6973766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6981905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6989390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.6996614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7000731Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7001511Z ^ 2024-04-03T17:06:16.7005619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7013201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7017561Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7018788Z ^ 2024-04-03T17:06:16.7022876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7030355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7037530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7044537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7048461Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7049198Z ^ 2024-04-03T17:06:16.7053167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7060504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7064743Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7065827Z ^ 2024-04-03T17:06:16.7069696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7076895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7084070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7091444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7095526Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7096323Z ^ 2024-04-03T17:06:16.7100610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7108037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7112318Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7113464Z ^ 2024-04-03T17:06:16.7117618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7124825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7132182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7139599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7143492Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7144283Z ^ 2024-04-03T17:06:16.7148386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7155825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7160104Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7161232Z ^ 2024-04-03T17:06:16.7165329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7172571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7180190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7187415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7191023Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7191730Z ^ 2024-04-03T17:06:16.7195583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7202830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7207014Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7208055Z ^ 2024-04-03T17:06:16.7212105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7219686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7226778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7234021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7237898Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7238680Z ^ 2024-04-03T17:06:16.7242506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7249693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7253902Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7255020Z ^ 2024-04-03T17:06:16.7259496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7266763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7273900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7281344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7285321Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7286114Z ^ 2024-04-03T17:06:16.7290303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7297813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7302244Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7303387Z ^ 2024-04-03T17:06:16.7307324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7314568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7321613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7328763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7332636Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7333389Z ^ 2024-04-03T17:06:16.7337511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7345061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7349238Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7350343Z ^ 2024-04-03T17:06:16.7354355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7361365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7368592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7375923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7379862Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7380639Z ^ 2024-04-03T17:06:16.7384457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7391348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7395275Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7396376Z ^ 2024-04-03T17:06:16.7400401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7407487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7414626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7421511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7424951Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7425609Z ^ 2024-04-03T17:06:16.7428979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7435778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7439937Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7441045Z ^ 2024-04-03T17:06:16.7445022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7451968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7458872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7465350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7468834Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7469530Z ^ 2024-04-03T17:06:16.7473370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7480247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7484204Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7485290Z ^ 2024-04-03T17:06:16.7489029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7496019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7503175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7509853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7513424Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7514136Z ^ 2024-04-03T17:06:16.7517718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7524075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7527774Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7528764Z ^ 2024-04-03T17:06:16.7532454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7539250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7545542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7551659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7554871Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7555530Z ^ 2024-04-03T17:06:16.7558932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7565704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7569349Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7570337Z ^ 2024-04-03T17:06:16.7573929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7581073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7588123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7595211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7598951Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7599727Z ^ 2024-04-03T17:06:16.7603554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7610260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7614068Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7615094Z ^ 2024-04-03T17:06:16.7619013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7625540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7632222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7638844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7642499Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7643178Z ^ 2024-04-03T17:06:16.7646694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7652997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7656332Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7657391Z ^ 2024-04-03T17:06:16.7661334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7667766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7673938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7680092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7684022Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7684786Z ^ 2024-04-03T17:06:16.7688771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7696108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7699944Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7700924Z ^ 2024-04-03T17:06:16.7703190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7706959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7710670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7714356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7716391Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7716816Z ^ 2024-04-03T17:06:16.7719057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7723091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7725464Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7726066Z ^ 2024-04-03T17:06:16.7728158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7732996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7736796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7741293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7743299Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7743724Z ^ 2024-04-03T17:06:16.7745877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7749558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7751699Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7752343Z ^ 2024-04-03T17:06:16.7754390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7758076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7761739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7767281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7770864Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7771601Z ^ 2024-04-03T17:06:16.7775066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7782008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7786092Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7787190Z ^ 2024-04-03T17:06:16.7790966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7797819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7804697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7811743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7815298Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7815953Z ^ 2024-04-03T17:06:16.7819738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7826336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7830034Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7831076Z ^ 2024-04-03T17:06:16.7834680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7841155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7847805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7854076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7857583Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7858484Z ^ 2024-04-03T17:06:16.7861772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7868510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7872332Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7873327Z ^ 2024-04-03T17:06:16.7876939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7883747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7890634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7897549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7901434Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7902320Z ^ 2024-04-03T17:06:16.7906171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7913087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7916793Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7917808Z ^ 2024-04-03T17:06:16.7921421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7927913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7934374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7941408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7945225Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7945959Z ^ 2024-04-03T17:06:16.7949468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7955870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7959382Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.7960284Z ^ 2024-04-03T17:06:16.7964128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7971036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7977797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7984615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.7988385Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.7989174Z ^ 2024-04-03T17:06:16.7993234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8000137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8004182Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8005290Z ^ 2024-04-03T17:06:16.8009096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8016144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8023399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8030417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8034179Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8034944Z ^ 2024-04-03T17:06:16.8038796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8045820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8049992Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8051086Z ^ 2024-04-03T17:06:16.8054967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8062265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8069158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8076068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8079914Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8080636Z ^ 2024-04-03T17:06:16.8084498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8091532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8095565Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8096860Z ^ 2024-04-03T17:06:16.8100250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8104511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8108530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8112340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8114318Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8114742Z ^ 2024-04-03T17:06:16.8116836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8120547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8122691Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8123286Z ^ 2024-04-03T17:06:16.8125372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8129059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8132740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8136499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8138729Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8139137Z ^ 2024-04-03T17:06:16.8141200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8144946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8147091Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8147734Z ^ 2024-04-03T17:06:16.8149771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8153454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8157901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8164726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8168457Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8169160Z ^ 2024-04-03T17:06:16.8172970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8180369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8185089Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8186169Z ^ 2024-04-03T17:06:16.8190044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8197159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8204129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8211085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8215017Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8215794Z ^ 2024-04-03T17:06:16.8219917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8226939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8231041Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8232119Z ^ 2024-04-03T17:06:16.8236056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8243131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8250343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8257626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8261487Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8262272Z ^ 2024-04-03T17:06:16.8266312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8273430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8277520Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8278626Z ^ 2024-04-03T17:06:16.8282526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8289620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8296654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8303381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8306990Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8307778Z ^ 2024-04-03T17:06:16.8311527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8318445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8322485Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8323518Z ^ 2024-04-03T17:06:16.8327388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8334490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8341755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8348918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8352657Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8353441Z ^ 2024-04-03T17:06:16.8357264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8364041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8368177Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8369269Z ^ 2024-04-03T17:06:16.8373128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8380082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8387083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8394284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8397500Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8397938Z ^ 2024-04-03T17:06:16.8400015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8403853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8406004Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8406594Z ^ 2024-04-03T17:06:16.8408736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8412441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8416166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8420121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8422105Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8422532Z ^ 2024-04-03T17:06:16.8424790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8429047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8431209Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8431802Z ^ 2024-04-03T17:06:16.8433826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8437616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8444279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8451225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8454924Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8455657Z ^ 2024-04-03T17:06:16.8459651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8463401Z 252 warnings generated when compiling for gfx906. 2024-04-03T17:06:16.8464865Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Copy.hip:13: 2024-04-03T17:06:16.8466672Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:16.8471276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8474683Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8475426Z ^ 2024-04-03T17:06:16.8477604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8481313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8485001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8488689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8490670Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8491080Z ^ 2024-04-03T17:06:16.8493114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8496942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8499305Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8499883Z ^ 2024-04-03T17:06:16.8501938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8505621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8509307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8513052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8515041Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8515451Z ^ 2024-04-03T17:06:16.8517502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8521240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8523393Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8523974Z ^ 2024-04-03T17:06:16.8526029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8529720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8533419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8537173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8539321Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8539748Z ^ 2024-04-03T17:06:16.8541810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8545717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8547840Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8548433Z ^ 2024-04-03T17:06:16.8550479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8554481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8561324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8568180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8571908Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8572668Z ^ 2024-04-03T17:06:16.8576689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8583774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8587795Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8588882Z ^ 2024-04-03T17:06:16.8592763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8599746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8606685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8613912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8617898Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8618802Z ^ 2024-04-03T17:06:16.8622690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8629711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8633665Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8634735Z ^ 2024-04-03T17:06:16.8638598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8645591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8652445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8659855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8663598Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8664328Z ^ 2024-04-03T17:06:16.8668087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8675135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8679131Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8680208Z ^ 2024-04-03T17:06:16.8683936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8690874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8697976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8705262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8709054Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8709822Z ^ 2024-04-03T17:06:16.8713711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8720772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8724858Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8725943Z ^ 2024-04-03T17:06:16.8729977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8737146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8744350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8751330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8755118Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8755873Z ^ 2024-04-03T17:06:16.8759549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8766424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8770385Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8771472Z ^ 2024-04-03T17:06:16.8775202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8782616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8789678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8796826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8800614Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8801376Z ^ 2024-04-03T17:06:16.8805233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8812480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8816684Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8817761Z ^ 2024-04-03T17:06:16.8821934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8829176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8836348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8843352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8846832Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8847599Z ^ 2024-04-03T17:06:16.8851525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8857818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8861604Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8862693Z ^ 2024-04-03T17:06:16.8866328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8873218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8879457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8885386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8889224Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8889992Z ^ 2024-04-03T17:06:16.8894115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8901522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8905445Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8906450Z ^ 2024-04-03T17:06:16.8908969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8915570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8922268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8929228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8933146Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8933945Z ^ 2024-04-03T17:06:16.8937881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8945199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8949441Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8950527Z ^ 2024-04-03T17:06:16.8954384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8961300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8968410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8975393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8979350Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.8980122Z ^ 2024-04-03T17:06:16.8983979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8991167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.8995269Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.8996378Z ^ 2024-04-03T17:06:16.9000274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9007387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9014223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9021564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9025504Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9026261Z ^ 2024-04-03T17:06:16.9030193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9037421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9041470Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9042563Z ^ 2024-04-03T17:06:16.9046351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9053401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9060516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9067541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9071466Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9072168Z ^ 2024-04-03T17:06:16.9075963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9082972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9087025Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9088097Z ^ 2024-04-03T17:06:16.9091978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9099341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9106280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9113332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9117225Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9117955Z ^ 2024-04-03T17:06:16.9121726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9128703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9132594Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9133679Z ^ 2024-04-03T17:06:16.9137917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9143301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9147216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9150941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9152931Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9153356Z ^ 2024-04-03T17:06:16.9155409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9159541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9163227Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9164307Z ^ 2024-04-03T17:06:16.9167026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9170855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9174558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9178619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9180634Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9181053Z ^ 2024-04-03T17:06:16.9183107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9187336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9189723Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9190323Z ^ 2024-04-03T17:06:16.9192391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9196155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9199852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9203548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9206332Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9207065Z ^ 2024-04-03T17:06:16.9210858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9217874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9221976Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9223059Z ^ 2024-04-03T17:06:16.9226888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9233874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9240479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9245526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9247529Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9247957Z ^ 2024-04-03T17:06:16.9251406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9255337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9257597Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9258196Z ^ 2024-04-03T17:06:16.9261888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9265624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9269315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9273024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9275020Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9275434Z ^ 2024-04-03T17:06:16.9277500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9281264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9283405Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9284053Z ^ 2024-04-03T17:06:16.9286091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9289783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9294454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9299963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9303034Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9303454Z ^ 2024-04-03T17:06:16.9305535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9309348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9311625Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9312204Z ^ 2024-04-03T17:06:16.9314267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9317981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9321838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9325538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9327577Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9327989Z ^ 2024-04-03T17:06:16.9330033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9333787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9336175Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9336937Z ^ 2024-04-03T17:06:16.9339176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9342875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9346634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9350317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9352277Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9352701Z ^ 2024-04-03T17:06:16.9355863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9361021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9363170Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9363765Z ^ 2024-04-03T17:06:16.9365823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9369521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9373205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9377408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9379822Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9380249Z ^ 2024-04-03T17:06:16.9382323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9386004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9388146Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9388737Z ^ 2024-04-03T17:06:16.9390770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9394528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9398209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9401948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9403909Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9404328Z ^ 2024-04-03T17:06:16.9407387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9412874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9416822Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9417922Z ^ 2024-04-03T17:06:16.9422061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9428317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9432517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9436287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9438278Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9438698Z ^ 2024-04-03T17:06:16.9440734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9444414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9446552Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9447140Z ^ 2024-04-03T17:06:16.9449230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9452920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9456736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9460589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9462575Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9462983Z ^ 2024-04-03T17:06:16.9466124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9470292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9472536Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9473129Z ^ 2024-04-03T17:06:16.9475178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9479044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9482941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9486691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9488684Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9489093Z ^ 2024-04-03T17:06:16.9491139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9495223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9497456Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9498046Z ^ 2024-04-03T17:06:16.9500243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9503993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9507682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9511401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9513389Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9513803Z ^ 2024-04-03T17:06:16.9515862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9519556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9521757Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9522338Z ^ 2024-04-03T17:06:16.9524394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9528144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9531812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9535620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9537664Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9538148Z ^ 2024-04-03T17:06:16.9540475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9544594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9546809Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9547528Z ^ 2024-04-03T17:06:16.9549676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9556417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9563726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9570949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9574850Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9575795Z ^ 2024-04-03T17:06:16.9579825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9587159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9591456Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9611252Z ^ 2024-04-03T17:06:16.9615087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9622420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9629381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9636395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9640151Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9640877Z ^ 2024-04-03T17:06:16.9644679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9651825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9655932Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9657116Z ^ 2024-04-03T17:06:16.9661128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9668220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9675293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9682434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9686347Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9687077Z ^ 2024-04-03T17:06:16.9690885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9698127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9702336Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9703420Z ^ 2024-04-03T17:06:16.9707079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9713921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9721009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9727985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9731682Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9732475Z ^ 2024-04-03T17:06:16.9736545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9743840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9747904Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9749029Z ^ 2024-04-03T17:06:16.9752924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9760073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9767165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9774362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9778492Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9779246Z ^ 2024-04-03T17:06:16.9783140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9790127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9794011Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9795097Z ^ 2024-04-03T17:06:16.9799226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9805240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9809083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9813056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9815054Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9815484Z ^ 2024-04-03T17:06:16.9817630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9821466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9823790Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9824387Z ^ 2024-04-03T17:06:16.9826446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9830180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9833877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9837626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9839597Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9840022Z ^ 2024-04-03T17:06:16.9842046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9845737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9847928Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9848522Z ^ 2024-04-03T17:06:16.9850554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9854308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9858089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9861909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9863904Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9864328Z ^ 2024-04-03T17:06:16.9866357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9870056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9872205Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9872855Z ^ 2024-04-03T17:06:16.9874900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9878639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9882311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9886007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9887986Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9888395Z ^ 2024-04-03T17:06:16.9890498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9894188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9896320Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9896970Z ^ 2024-04-03T17:06:16.9899280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9902983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9906661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9910345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9912321Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9912725Z ^ 2024-04-03T17:06:16.9914767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9918539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9920691Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:16.9921308Z ^ 2024-04-03T17:06:16.9923354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9927040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9930730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9934426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9936527Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:16.9936952Z ^ 2024-04-03T17:06:16.9939174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:16.9941875Z 252 warnings generated when compiling for gfx90a. 2024-04-03T17:06:16.9942462Z 2024-04-03T17:06:17.0589347Z [7849/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ValidateCompressedIndicesKernel.hip.o 2024-04-03T17:06:17.0596974Z [7850/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumprodKernel.hip.o 2024-04-03T17:06:17.0599490Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0601458Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0604467Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0606742Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0607746Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0609444Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0611139Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0612148Z ^~~~ 2024-04-03T17:06:17.0615586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0620259Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0621731Z ^ 2024-04-03T17:06:17.0624900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0627770Z scan_dim( 2024-04-03T17:06:17.0628341Z ^ 2024-04-03T17:06:17.0629441Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0631599Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0634548Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0636944Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0637956Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0639670Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0641502Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0642521Z ^~~~ 2024-04-03T17:06:17.0644619Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0647031Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0648105Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0649859Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0651760Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0652759Z ^~~~ 2024-04-03T17:06:17.0656169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0660652Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0662152Z ^ 2024-04-03T17:06:17.0665374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0668227Z scan_dim( 2024-04-03T17:06:17.0668816Z ^ 2024-04-03T17:06:17.0669955Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0671969Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0674970Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0677401Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0678474Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0680226Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0682045Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0683072Z ^~~~ 2024-04-03T17:06:17.0685194Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0687592Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0688635Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0690343Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0692279Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0693265Z ^~~~ 2024-04-03T17:06:17.0696158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0700310Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0701867Z ^ 2024-04-03T17:06:17.0704660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0707340Z scan_dim( 2024-04-03T17:06:17.0707921Z ^ 2024-04-03T17:06:17.0709041Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0711118Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0714003Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0716346Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0717322Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0718956Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0720690Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0721669Z ^~~~ 2024-04-03T17:06:17.0723874Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0726095Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0727114Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0728721Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0730385Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0731346Z ^~~~ 2024-04-03T17:06:17.0734410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0738856Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0740296Z ^ 2024-04-03T17:06:17.0743032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0745526Z scan_dim( 2024-04-03T17:06:17.0746094Z ^ 2024-04-03T17:06:17.0747175Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0749027Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0751733Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0753999Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0754939Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0756513Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0758230Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0759158Z ^~~~ 2024-04-03T17:06:17.0760288Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0761581Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0762162Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0763245Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0764943Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0765919Z ^~~~ 2024-04-03T17:06:17.0769069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0772437Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0773276Z ^ 2024-04-03T17:06:17.0774911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0776329Z scan_dim( 2024-04-03T17:06:17.0776779Z ^ 2024-04-03T17:06:17.0777411Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0778656Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0780335Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0781629Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0782219Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0783130Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0784112Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0784670Z ^~~~ 2024-04-03T17:06:17.0785816Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0787101Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0787683Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0788619Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0789583Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0790128Z ^~~~ 2024-04-03T17:06:17.0791806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0793935Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0794741Z ^ 2024-04-03T17:06:17.0796285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0797709Z scan_dim( 2024-04-03T17:06:17.0798018Z ^ 2024-04-03T17:06:17.0798635Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0799704Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0801321Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0802595Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0803172Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0804095Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0805114Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0805671Z ^~~~ 2024-04-03T17:06:17.0806780Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0808045Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0808625Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0809549Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0810699Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0811233Z ^~~~ 2024-04-03T17:06:17.0812905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0815007Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0815806Z ^ 2024-04-03T17:06:17.0817490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0819076Z scan_dim( 2024-04-03T17:06:17.0819409Z ^ 2024-04-03T17:06:17.0820022Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0821097Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0822786Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0824123Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0824701Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0825624Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0826610Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0827204Z ^~~~ 2024-04-03T17:06:17.0828319Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0829598Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0830165Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0831080Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0832102Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0832759Z ^~~~ 2024-04-03T17:06:17.0834671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::multiplies>, 1073741824>' requested here 2024-04-03T17:06:17.0836981Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0837868Z ^ 2024-04-03T17:06:17.0839553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::multiplies>>' requested here 2024-04-03T17:06:17.0841872Z scan_dim( 2024-04-03T17:06:17.0842444Z ^ 2024-04-03T17:06:17.0843599Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0845508Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0848630Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0851114Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0852193Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0853952Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0855831Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0856889Z ^~~~ 2024-04-03T17:06:17.0859122Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0861645Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0862731Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0864476Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0866479Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0867522Z ^~~~ 2024-04-03T17:06:17.0871116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::multiplies>, 1073741824>' requested here 2024-04-03T17:06:17.0874506Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0875338Z ^ 2024-04-03T17:06:17.0877108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::multiplies>>' requested here 2024-04-03T17:06:17.0878648Z scan_dim( 2024-04-03T17:06:17.0878758Z ^ 2024-04-03T17:06:17.0879236Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0879666Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0880692Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0881191Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0881482Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0882629Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0883199Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0883371Z ^~~~ 2024-04-03T17:06:17.0885230Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0885742Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0886015Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0887146Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0887787Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0887950Z ^~~~ 2024-04-03T17:06:17.0890901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0892256Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0892434Z ^ 2024-04-03T17:06:17.0895193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0895405Z scan_dim( 2024-04-03T17:06:17.0895577Z ^ 2024-04-03T17:06:17.0896606Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0897446Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0899371Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0899833Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0900084Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0901140Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0901752Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0901899Z ^~~~ 2024-04-03T17:06:17.0903631Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0904089Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0904352Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0905452Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0905967Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0906235Z ^~~~ 2024-04-03T17:06:17.0909255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0910429Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0910617Z ^ 2024-04-03T17:06:17.0913439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0913663Z scan_dim( 2024-04-03T17:06:17.0913832Z ^ 2024-04-03T17:06:17.0914723Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0915560Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0917431Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0917920Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0918210Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0919024Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0919512Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0919673Z ^~~~ 2024-04-03T17:06:17.0920005Z 22 warnings generated when compiling for gfx906. 2024-04-03T17:06:17.0920924Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0921799Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0923670Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0924187Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0924461Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0925594Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0926122Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0926284Z ^~~~ 2024-04-03T17:06:17.0929526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0930625Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0930779Z ^ 2024-04-03T17:06:17.0933427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0933632Z scan_dim( 2024-04-03T17:06:17.0933810Z ^ 2024-04-03T17:06:17.0934625Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0935446Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0937480Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0938047Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0938442Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0939618Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0940185Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0940366Z ^~~~ 2024-04-03T17:06:17.0942233Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0942700Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0942978Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0944008Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0944499Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0944664Z ^~~~ 2024-04-03T17:06:17.0947817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0949066Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0949239Z ^ 2024-04-03T17:06:17.0952014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0952344Z scan_dim( 2024-04-03T17:06:17.0952507Z ^ 2024-04-03T17:06:17.0953451Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0954357Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0956262Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0956775Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0957047Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0958203Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0958781Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0958941Z ^~~~ 2024-04-03T17:06:17.0960870Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0961360Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0961639Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0962810Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0963344Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0963584Z ^~~~ 2024-04-03T17:06:17.0966491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0967651Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0967832Z ^ 2024-04-03T17:06:17.0970269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0970601Z scan_dim( 2024-04-03T17:06:17.0970787Z ^ 2024-04-03T17:06:17.0971655Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0972491Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0974316Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0974796Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0975076Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0976131Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0976739Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0976912Z ^~~~ 2024-04-03T17:06:17.0978839Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0979331Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0979621Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0980711Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0981243Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0981527Z ^~~~ 2024-04-03T17:06:17.0984278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.0985507Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.0985786Z ^ 2024-04-03T17:06:17.0988368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.0988594Z scan_dim( 2024-04-03T17:06:17.0988765Z ^ 2024-04-03T17:06:17.0989645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.0990443Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.0992195Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0992687Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0992957Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0994015Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0994535Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0994693Z ^~~~ 2024-04-03T17:06:17.0996686Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.0997151Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.0997414Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.0998519Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.0998993Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.0999136Z ^~~~ 2024-04-03T17:06:17.1001980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1003249Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1003440Z ^ 2024-04-03T17:06:17.1006081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1006298Z scan_dim( 2024-04-03T17:06:17.1006481Z ^ 2024-04-03T17:06:17.1007409Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1008253Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1010116Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1010609Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1010902Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1012022Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1012540Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1012710Z ^~~~ 2024-04-03T17:06:17.1014541Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1015057Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1015333Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1016562Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1017202Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1017360Z ^~~~ 2024-04-03T17:06:17.1020430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1021648Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1021820Z ^ 2024-04-03T17:06:17.1024377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1024576Z scan_dim( 2024-04-03T17:06:17.1024734Z ^ 2024-04-03T17:06:17.1025621Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1026406Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1028276Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1028778Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1029062Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1030244Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1030808Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1030968Z ^~~~ 2024-04-03T17:06:17.1032802Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1033364Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1033649Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1034746Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1035264Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1035439Z ^~~~ 2024-04-03T17:06:17.1038409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1039656Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1039846Z ^ 2024-04-03T17:06:17.1042527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1042754Z scan_dim( 2024-04-03T17:06:17.1042919Z ^ 2024-04-03T17:06:17.1043843Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1044696Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1046504Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1047112Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1047403Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1048537Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1049175Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1049333Z ^~~~ 2024-04-03T17:06:17.1051237Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1051749Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1052022Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1053165Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1053667Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1053819Z ^~~~ 2024-04-03T17:06:17.1057335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::multiplies>, 1073741824>' requested here 2024-04-03T17:06:17.1058678Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1058859Z ^ 2024-04-03T17:06:17.1061979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::multiplies>>' requested here 2024-04-03T17:06:17.1062191Z scan_dim( 2024-04-03T17:06:17.1062386Z ^ 2024-04-03T17:06:17.1063307Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1064137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1066026Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1066584Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1066862Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1068016Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1068585Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1068736Z ^~~~ 2024-04-03T17:06:17.1070589Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1071071Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1071334Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1072409Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1072960Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1073139Z ^~~~ 2024-04-03T17:06:17.1076323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::multiplies>, 1073741824>' requested here 2024-04-03T17:06:17.1077571Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1077852Z ^ 2024-04-03T17:06:17.1080678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::multiplies>>' requested here 2024-04-03T17:06:17.1080909Z scan_dim( 2024-04-03T17:06:17.1081072Z ^ 2024-04-03T17:06:17.1081980Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1082929Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1084815Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1085324Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1085595Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1086747Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1087308Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1087468Z ^~~~ 2024-04-03T17:06:17.1089360Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1089832Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1090082Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1091183Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1091775Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1091940Z ^~~~ 2024-04-03T17:06:17.1095065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1096323Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1096599Z ^ 2024-04-03T17:06:17.1099556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1099774Z scan_dim( 2024-04-03T17:06:17.1099957Z ^ 2024-04-03T17:06:17.1100868Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1101703Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1103591Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1104077Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1104365Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1105513Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1106069Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1106243Z ^~~~ 2024-04-03T17:06:17.1108137Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1108635Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1108922Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1109962Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1110599Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1110763Z ^~~~ 2024-04-03T17:06:17.1113942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1115235Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1115410Z ^ 2024-04-03T17:06:17.1118277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1118486Z scan_dim( 2024-04-03T17:06:17.1118653Z ^ 2024-04-03T17:06:17.1119584Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1120416Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1122046Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1122334Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1122485Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1123096Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1123465Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1123558Z ^~~~ 2024-04-03T17:06:17.1123757Z 22 warnings generated when compiling for gfx90a. 2024-04-03T17:06:17.1124230Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1124662Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1125647Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1125936Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1126265Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1127411Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1127952Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1128136Z ^~~~ 2024-04-03T17:06:17.1131425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1132671Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1132856Z ^ 2024-04-03T17:06:17.1135721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1135945Z scan_dim( 2024-04-03T17:06:17.1136113Z ^ 2024-04-03T17:06:17.1137042Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1137792Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1139638Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1140242Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1140531Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1141607Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1142140Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1142395Z ^~~~ 2024-04-03T17:06:17.1144264Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1144767Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1145024Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1146136Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1146655Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1146810Z ^~~~ 2024-04-03T17:06:17.1149881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1151074Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1151239Z ^ 2024-04-03T17:06:17.1153941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1154148Z scan_dim( 2024-04-03T17:06:17.1154325Z ^ 2024-04-03T17:06:17.1155198Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1156002Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1157831Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1158316Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1158676Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1159809Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1160359Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1160537Z ^~~~ 2024-04-03T17:06:17.1162380Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1162879Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1163165Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1164311Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1164848Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1165025Z ^~~~ 2024-04-03T17:06:17.1167915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1169135Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1169297Z ^ 2024-04-03T17:06:17.1171842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1172149Z scan_dim( 2024-04-03T17:06:17.1172320Z ^ 2024-04-03T17:06:17.1173220Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1174061Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1175993Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1176598Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1176878Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1178034Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1178847Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1179015Z ^~~~ 2024-04-03T17:06:17.1180879Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1181376Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1181653Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1182784Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1183326Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1183462Z ^~~~ 2024-04-03T17:06:17.1186237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1187438Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1187627Z ^ 2024-04-03T17:06:17.1190163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1190374Z scan_dim( 2024-04-03T17:06:17.1190644Z ^ 2024-04-03T17:06:17.1191483Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1192260Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1194150Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1194641Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1194940Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1196102Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1196660Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1196837Z ^~~~ 2024-04-03T17:06:17.1198727Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1199223Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1199512Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1200554Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1201067Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1201230Z ^~~~ 2024-04-03T17:06:17.1204205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1205490Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1205759Z ^ 2024-04-03T17:06:17.1208403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1208622Z scan_dim( 2024-04-03T17:06:17.1208784Z ^ 2024-04-03T17:06:17.1209716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1210560Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1211564Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1211844Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1211995Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1212593Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1212904Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1212996Z ^~~~ 2024-04-03T17:06:17.1214195Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1214461Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1214612Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1215227Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1215513Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1215605Z ^~~~ 2024-04-03T17:06:17.1217309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1217969Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1218078Z ^ 2024-04-03T17:06:17.1219630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1219749Z scan_dim( 2024-04-03T17:06:17.1219862Z ^ 2024-04-03T17:06:17.1220337Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1220774Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1221756Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1222024Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1222187Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1222783Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1223075Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1223177Z ^~~~ 2024-04-03T17:06:17.1224140Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1224473Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1224625Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1225216Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1225561Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1225652Z ^~~~ 2024-04-03T17:06:17.1227172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1227834Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1227932Z ^ 2024-04-03T17:06:17.1229282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1229394Z scan_dim( 2024-04-03T17:06:17.1229485Z ^ 2024-04-03T17:06:17.1229969Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1230403Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1231366Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1231680Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1231831Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1232437Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1232731Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1232821Z ^~~~ 2024-04-03T17:06:17.1234002Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1234411Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1234695Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1235796Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1236338Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1236520Z ^~~~ 2024-04-03T17:06:17.1240000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::multiplies>, 1073741824>' requested here 2024-04-03T17:06:17.1241258Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1241446Z ^ 2024-04-03T17:06:17.1244444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::multiplies>>' requested here 2024-04-03T17:06:17.1244674Z scan_dim( 2024-04-03T17:06:17.1244846Z ^ 2024-04-03T17:06:17.1245779Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1246603Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1248021Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1248447Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1248676Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1249612Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1250196Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1250359Z ^~~~ 2024-04-03T17:06:17.1252037Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1252486Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1252739Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1253777Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1254255Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1254388Z ^~~~ 2024-04-03T17:06:17.1257133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::multiplies>, 1073741824>' requested here 2024-04-03T17:06:17.1257813Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1257913Z ^ 2024-04-03T17:06:17.1260478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::multiplies>>' requested here 2024-04-03T17:06:17.1260672Z scan_dim( 2024-04-03T17:06:17.1260845Z ^ 2024-04-03T17:06:17.1261529Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1262156Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1263243Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1263795Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1264076Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1264781Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1265081Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1265172Z ^~~~ 2024-04-03T17:06:17.1266436Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1266706Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1266873Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1267680Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1268138Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1268323Z ^~~~ 2024-04-03T17:06:17.1270474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1271467Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1271641Z ^ 2024-04-03T17:06:17.1273597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1273815Z scan_dim( 2024-04-03T17:06:17.1273991Z ^ 2024-04-03T17:06:17.1274565Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1275278Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1276914Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1277411Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1277569Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1278182Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1278495Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1278587Z ^~~~ 2024-04-03T17:06:17.1279554Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1279833Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1280090Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1281070Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1281428Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1281520Z ^~~~ 2024-04-03T17:06:17.1284305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.1285500Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.1285683Z ^ 2024-04-03T17:06:17.1288351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:15:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.1288567Z scan_dim( 2024-04-03T17:06:17.1288746Z ^ 2024-04-03T17:06:17.1289638Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumprodKernel.hip:7: 2024-04-03T17:06:17.1290456Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.1292315Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.1292809Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.1293057Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.1294021Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.1294494Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.1294658Z ^~~~ 2024-04-03T17:06:17.1294915Z 22 warnings generated when compiling for host. 2024-04-03T17:06:17.1294928Z 2024-04-03T17:06:17.6484255Z [7850/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool2d.hip.o 2024-04-03T17:06:17.6487448Z [7851/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_CumsumKernel.hip.o 2024-04-03T17:06:17.6489798Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6491319Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6493237Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6494841Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6495806Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6497269Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6498927Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6499475Z ^~~~ 2024-04-03T17:06:17.6502399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6505389Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6506209Z ^ 2024-04-03T17:06:17.6508111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6509949Z scan_dim( 2024-04-03T17:06:17.6510521Z ^ 2024-04-03T17:06:17.6511623Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6513019Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6515217Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6516818Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6517557Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6518751Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6520013Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6520644Z ^~~~ 2024-04-03T17:06:17.6521774Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6523338Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6523920Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6525526Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6526707Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6527610Z ^~~~ 2024-04-03T17:06:17.6529567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6532273Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6533593Z ^ 2024-04-03T17:06:17.6535802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6538082Z scan_dim( 2024-04-03T17:06:17.6538631Z ^ 2024-04-03T17:06:17.6539373Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6540672Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6542277Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6543566Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6544504Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6545605Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6546683Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6547349Z ^~~~ 2024-04-03T17:06:17.6549121Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6551400Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6552000Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6553249Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6554425Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6555082Z ^~~~ 2024-04-03T17:06:17.6557469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6560457Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6561625Z ^ 2024-04-03T17:06:17.6563714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6565488Z scan_dim( 2024-04-03T17:06:17.6565838Z ^ 2024-04-03T17:06:17.6566930Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6568287Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6570445Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6572027Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6572619Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6573828Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6574801Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6575722Z ^~~~ 2024-04-03T17:06:17.6577164Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6579207Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6579880Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6581285Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6582552Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6583547Z ^~~~ 2024-04-03T17:06:17.6585199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6588272Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6589456Z ^ 2024-04-03T17:06:17.6591636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6593288Z scan_dim( 2024-04-03T17:06:17.6593711Z ^ 2024-04-03T17:06:17.6594603Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6595689Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6597664Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6599137Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6600135Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6601336Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6602370Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6603166Z ^~~~ 2024-04-03T17:06:17.6604573Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6606148Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6606889Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6608583Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6609622Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6610410Z ^~~~ 2024-04-03T17:06:17.6612074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6614167Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6615297Z ^ 2024-04-03T17:06:17.6616985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6619005Z scan_dim( 2024-04-03T17:06:17.6619476Z ^ 2024-04-03T17:06:17.6620202Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6621430Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6623755Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6625078Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6625652Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6626589Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6627580Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6628133Z ^~~~ 2024-04-03T17:06:17.6629533Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6631124Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6631953Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6633149Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6634696Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6635531Z ^~~~ 2024-04-03T17:06:17.6638225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6640843Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6642078Z ^ 2024-04-03T17:06:17.6643879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6645799Z scan_dim( 2024-04-03T17:06:17.6646201Z ^ 2024-04-03T17:06:17.6647016Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6648556Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6650825Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6652867Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6653823Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6655168Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6657027Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6658070Z ^~~~ 2024-04-03T17:06:17.6660152Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6662102Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6663074Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6664469Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6665845Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6666720Z ^~~~ 2024-04-03T17:06:17.6669419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6672668Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6673675Z ^ 2024-04-03T17:06:17.6675605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6678039Z scan_dim( 2024-04-03T17:06:17.6678630Z ^ 2024-04-03T17:06:17.6679734Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6681657Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6684605Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6686794Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6687532Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6688841Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6690563Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6691595Z ^~~~ 2024-04-03T17:06:17.6693421Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6695524Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6696773Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6698427Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6700108Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6701037Z ^~~~ 2024-04-03T17:06:17.6703757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::plus>, 1073741824>' requested here 2024-04-03T17:06:17.6707504Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6708914Z ^ 2024-04-03T17:06:17.6711502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::plus>>' requested here 2024-04-03T17:06:17.6713887Z scan_dim( 2024-04-03T17:06:17.6714350Z ^ 2024-04-03T17:06:17.6715466Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6717188Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6719643Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6721609Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6722638Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6724392Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6726220Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6727257Z ^~~~ 2024-04-03T17:06:17.6729421Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6731867Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6732946Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6734694Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6736620Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6737642Z ^~~~ 2024-04-03T17:06:17.6741296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::plus>, 1073741824>' requested here 2024-04-03T17:06:17.6745694Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6747231Z ^ 2024-04-03T17:06:17.6750404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::plus>>' requested here 2024-04-03T17:06:17.6753335Z scan_dim( 2024-04-03T17:06:17.6753915Z ^ 2024-04-03T17:06:17.6754945Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6756774Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6759078Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6760818Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6761512Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6762453Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6763732Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6764282Z ^~~~ 2024-04-03T17:06:17.6765677Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6767238Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6767899Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6769165Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6770467Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6771223Z ^~~~ 2024-04-03T17:06:17.6772989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6775760Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6776694Z ^ 2024-04-03T17:06:17.6779036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6780895Z scan_dim( 2024-04-03T17:06:17.6781228Z ^ 2024-04-03T17:06:17.6782037Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6783551Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6785534Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6787560Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6788602Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6790220Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6792075Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6792965Z ^~~~ 2024-04-03T17:06:17.6794624Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6795926Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6796509Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6797434Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6798407Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6798953Z ^~~~ 2024-04-03T17:06:17.6800705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6802992Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6803810Z ^ 2024-04-03T17:06:17.6805381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6806860Z scan_dim( 2024-04-03T17:06:17.6807185Z ^ 2024-04-03T17:06:17.6807802Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6808850Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6810427Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6811702Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6812283Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6813186Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6814256Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6814909Z ^~~~ 2024-04-03T17:06:17.6815379Z 22 warnings generated when compiling for gfx906. 2024-04-03T17:06:17.6816293Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6817494Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6819636Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6821020Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6821654Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6822704Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6823760Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6824402Z ^~~~ 2024-04-03T17:06:17.6826301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6828593Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6829514Z ^ 2024-04-03T17:06:17.6831204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6832719Z scan_dim( 2024-04-03T17:06:17.6833272Z ^ 2024-04-03T17:06:17.6833990Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6835164Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6851022Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6853493Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6854491Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6856138Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6857886Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6859180Z ^~~~ 2024-04-03T17:06:17.6861045Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6862907Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6863816Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6865250Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6866810Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6867351Z ^~~~ 2024-04-03T17:06:17.6869130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6871384Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6872195Z ^ 2024-04-03T17:06:17.6873756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6875779Z scan_dim( 2024-04-03T17:06:17.6876259Z ^ 2024-04-03T17:06:17.6877277Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6878962Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6881049Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6882772Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6883710Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6885328Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6887122Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6888155Z ^~~~ 2024-04-03T17:06:17.6890205Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6892757Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6893821Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6895570Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6897382Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6898559Z ^~~~ 2024-04-03T17:06:17.6901488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6905457Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6906895Z ^ 2024-04-03T17:06:17.6909584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6911935Z scan_dim( 2024-04-03T17:06:17.6912487Z ^ 2024-04-03T17:06:17.6913531Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6915404Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6918207Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6920648Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6921642Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6923260Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6925111Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6926040Z ^~~~ 2024-04-03T17:06:17.6928016Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6930334Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6931340Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6932939Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6934595Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6935506Z ^~~~ 2024-04-03T17:06:17.6938435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6942062Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6943484Z ^ 2024-04-03T17:06:17.6946163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6948722Z scan_dim( 2024-04-03T17:06:17.6949303Z ^ 2024-04-03T17:06:17.6950383Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6952373Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6955235Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6957751Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6958977Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6960752Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6962664Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6963726Z ^~~~ 2024-04-03T17:06:17.6965898Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6968403Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6969495Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.6971249Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.6973130Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.6974168Z ^~~~ 2024-04-03T17:06:17.6977507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.6981731Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.6983297Z ^ 2024-04-03T17:06:17.6986203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.6988999Z scan_dim( 2024-04-03T17:06:17.6989594Z ^ 2024-04-03T17:06:17.6990764Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.6992856Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.6995989Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.6998480Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.6999576Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7001329Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7003227Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7004286Z ^~~~ 2024-04-03T17:06:17.7006432Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7008924Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7010022Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7011801Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7013659Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7014702Z ^~~~ 2024-04-03T17:06:17.7018095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7021885Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7023389Z ^ 2024-04-03T17:06:17.7026179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7028947Z scan_dim( 2024-04-03T17:06:17.7029532Z ^ 2024-04-03T17:06:17.7030815Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7032908Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7035996Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7038505Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7039596Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7041348Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7043232Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7044287Z ^~~~ 2024-04-03T17:06:17.7046244Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7048748Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7049833Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7051393Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7053191Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7054200Z ^~~~ 2024-04-03T17:06:17.7057504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7061587Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7063202Z ^ 2024-04-03T17:06:17.7066045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7068681Z scan_dim( 2024-04-03T17:06:17.7069268Z ^ 2024-04-03T17:06:17.7070407Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7072443Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7075469Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7077876Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7078948Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7080668Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7082497Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7083548Z ^~~~ 2024-04-03T17:06:17.7085711Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7088109Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7089137Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7090836Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7092641Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7093636Z ^~~~ 2024-04-03T17:06:17.7097416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::plus>, 1073741824>' requested here 2024-04-03T17:06:17.7101834Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7103337Z ^ 2024-04-03T17:06:17.7106461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::plus>>' requested here 2024-04-03T17:06:17.7109352Z scan_dim( 2024-04-03T17:06:17.7109942Z ^ 2024-04-03T17:06:17.7111059Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7113065Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7116079Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7118511Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7119562Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7121288Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7123138Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7124169Z ^~~~ 2024-04-03T17:06:17.7126291Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7128816Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7129902Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7131578Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7133435Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7134432Z ^~~~ 2024-04-03T17:06:17.7138073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::plus>, 1073741824>' requested here 2024-04-03T17:06:17.7142575Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7144109Z ^ 2024-04-03T17:06:17.7147254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::plus>>' requested here 2024-04-03T17:06:17.7150132Z scan_dim( 2024-04-03T17:06:17.7150705Z ^ 2024-04-03T17:06:17.7151844Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7153864Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7157051Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7159495Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7160578Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7162306Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7164163Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7165214Z ^~~~ 2024-04-03T17:06:17.7167333Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7169839Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7170910Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7172632Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7174434Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7175443Z ^~~~ 2024-04-03T17:06:17.7178873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7182928Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7184481Z ^ 2024-04-03T17:06:17.7187401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7190094Z scan_dim( 2024-04-03T17:06:17.7190670Z ^ 2024-04-03T17:06:17.7191804Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7193810Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7196795Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7199323Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7200393Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7202107Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7204050Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7205078Z ^~~~ 2024-04-03T17:06:17.7207187Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7209612Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7210671Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7212384Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7214193Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7215204Z ^~~~ 2024-04-03T17:06:17.7218786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7222968Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7224470Z ^ 2024-04-03T17:06:17.7227585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7230387Z scan_dim( 2024-04-03T17:06:17.7230963Z ^ 2024-04-03T17:06:17.7232113Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7234132Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7237101Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7239567Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7240626Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7242322Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7244119Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7245148Z ^~~~ 2024-04-03T17:06:17.7245733Z 22 warnings generated when compiling for gfx90a. 2024-04-03T17:06:17.7247222Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7249251Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7252249Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7254698Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7255762Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7257578Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7259371Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7260384Z ^~~~ 2024-04-03T17:06:17.7263836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7268140Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7269668Z ^ 2024-04-03T17:06:17.7272687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7275568Z scan_dim( 2024-04-03T17:06:17.7276170Z ^ 2024-04-03T17:06:17.7277308Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7279343Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7282362Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7284774Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7285836Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7287570Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7289426Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7290455Z ^~~~ 2024-04-03T17:06:17.7292558Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7295011Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7296063Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7297875Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7299818Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7300839Z ^~~~ 2024-04-03T17:06:17.7304190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7308439Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7309983Z ^ 2024-04-03T17:06:17.7312964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7315703Z scan_dim( 2024-04-03T17:06:17.7316294Z ^ 2024-04-03T17:06:17.7317441Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7319462Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7322456Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7324818Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7325875Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7327572Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7329381Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7330406Z ^~~~ 2024-04-03T17:06:17.7332445Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7334908Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7335980Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7337720Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7339665Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7340778Z ^~~~ 2024-04-03T17:06:17.7343785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7347688Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7349214Z ^ 2024-04-03T17:06:17.7351986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7354577Z scan_dim( 2024-04-03T17:06:17.7355159Z ^ 2024-04-03T17:06:17.7356304Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7358293Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7361259Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7363665Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7364830Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7366520Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7368359Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7369388Z ^~~~ 2024-04-03T17:06:17.7371461Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7373849Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7374918Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7376819Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7378733Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7379744Z ^~~~ 2024-04-03T17:06:17.7382816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7386709Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7388253Z ^ 2024-04-03T17:06:17.7391056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7393652Z scan_dim( 2024-04-03T17:06:17.7394233Z ^ 2024-04-03T17:06:17.7395382Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7397401Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7400399Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7402809Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7403989Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7405699Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7407527Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7408553Z ^~~~ 2024-04-03T17:06:17.7410645Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7413104Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7414178Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7415891Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7417765Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7418900Z ^~~~ 2024-04-03T17:06:17.7422023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7425963Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7427466Z ^ 2024-04-03T17:06:17.7430281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7432919Z scan_dim( 2024-04-03T17:06:17.7433495Z ^ 2024-04-03T17:06:17.7434736Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7436747Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7439739Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7442137Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7443206Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7444906Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7446814Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7447841Z ^~~~ 2024-04-03T17:06:17.7449919Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7452324Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7453370Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7455098Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7457008Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7458007Z ^~~~ 2024-04-03T17:06:17.7461369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7465344Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7466842Z ^ 2024-04-03T17:06:17.7469744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7472476Z scan_dim( 2024-04-03T17:06:17.7473071Z ^ 2024-04-03T17:06:17.7474346Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7476419Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7479516Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7482030Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7483079Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7484826Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7486704Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7487741Z ^~~~ 2024-04-03T17:06:17.7489891Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7492352Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7493416Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7495160Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7497099Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7498119Z ^~~~ 2024-04-03T17:06:17.7501392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7505459Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7506991Z ^ 2024-04-03T17:06:17.7509789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7512397Z scan_dim( 2024-04-03T17:06:17.7512981Z ^ 2024-04-03T17:06:17.7514105Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7516140Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7519090Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7521478Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7522524Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7524216Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7526036Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7527041Z ^~~~ 2024-04-03T17:06:17.7529114Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7531468Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7532539Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7534227Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7536009Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7537087Z ^~~~ 2024-04-03T17:06:17.7540672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::plus>, 1073741824>' requested here 2024-04-03T17:06:17.7545011Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7546502Z ^ 2024-04-03T17:06:17.7549547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::plus>>' requested here 2024-04-03T17:06:17.7552414Z scan_dim( 2024-04-03T17:06:17.7553003Z ^ 2024-04-03T17:06:17.7554121Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7556064Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7558901Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7561210Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7562260Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7563920Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7565693Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7566716Z ^~~~ 2024-04-03T17:06:17.7568736Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7571081Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7572207Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7573875Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7575638Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7576728Z ^~~~ 2024-04-03T17:06:17.7580252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, std::plus>, 1073741824>' requested here 2024-04-03T17:06:17.7584479Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7585965Z ^ 2024-04-03T17:06:17.7588980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim, std::plus>>' requested here 2024-04-03T17:06:17.7591758Z scan_dim( 2024-04-03T17:06:17.7592326Z ^ 2024-04-03T17:06:17.7593445Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7595385Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7598246Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7600564Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7601619Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7603272Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7605049Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7606079Z ^~~~ 2024-04-03T17:06:17.7608104Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7610526Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7611592Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7613286Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7615048Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7616121Z ^~~~ 2024-04-03T17:06:17.7619442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7623350Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7624845Z ^ 2024-04-03T17:06:17.7627644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7630235Z scan_dim( 2024-04-03T17:06:17.7630821Z ^ 2024-04-03T17:06:17.7631914Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7633866Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7636762Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7639095Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7640246Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7641920Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7643683Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7644713Z ^~~~ 2024-04-03T17:06:17.7646751Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7649052Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7650080Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7651852Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7653617Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7654600Z ^~~~ 2024-04-03T17:06:17.7657892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan, 1073741824>' requested here 2024-04-03T17:06:17.7662010Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:17.7663465Z ^ 2024-04-03T17:06:17.7666301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:17:9: note: in instantiation of function template specialization 'at::native::scan_dim>' requested here 2024-04-03T17:06:17.7668950Z scan_dim( 2024-04-03T17:06:17.7669527Z ^ 2024-04-03T17:06:17.7670629Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/CumsumKernel.hip:7: 2024-04-03T17:06:17.7672577Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:17.7675435Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:17.7677667Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:17.7678805Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:17.7680471Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:17.7682248Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:17.7683219Z ^~~~ 2024-04-03T17:06:17.7683919Z 22 warnings generated when compiling for host. 2024-04-03T17:06:17.7684538Z 2024-04-03T17:06:17.7686069Z [7851/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FusedAdamWKernel.hip.o 2024-04-03T17:06:17.7689106Z [7852/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DepthwiseConv3d.hip.o 2024-04-03T17:06:17.7694235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7698081Z conv_depthwise3d_cuda_backward_weight_kernel( 2024-04-03T17:06:17.7699049Z ^ 2024-04-03T17:06:17.7702837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7709663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7715707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7721052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7724909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7729118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7732950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7736851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7741659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7748907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7756182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7759875Z 12 warnings generated when compiling for gfx906. 2024-04-03T17:06:17.7763928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7767691Z conv_depthwise3d_cuda_backward_weight_kernel( 2024-04-03T17:06:17.7768397Z ^ 2024-04-03T17:06:17.7772137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7779368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7786301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7793149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7799678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7806116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7810340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7815262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7821033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7826607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7832509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DepthwiseConv3d.hip:184:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:17.7835708Z 12 warnings generated when compiling for gfx90a. 2024-04-03T17:06:17.7836351Z 2024-04-03T17:06:17.7931953Z [7852/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FusedSgdKernel.hip.o 2024-04-03T17:06:17.7934756Z [7853/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DepthwiseConv2d.hip.o 2024-04-03T17:06:18.0732230Z [7853/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_GcdLcmKernel.hip.o 2024-04-03T17:06:18.0735173Z [7854/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool3d.hip.o 2024-04-03T17:06:18.0737792Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:11: 2024-04-03T17:06:18.0741060Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:18.0743970Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:18.0745520Z ^ 2024-04-03T17:06:18.0747394Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:18.0748994Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:18.0749651Z ^ 2024-04-03T17:06:18.0750730Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:18.0752027Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:18.0752820Z ^ 2024-04-03T17:06:18.0753621Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:18.0755249Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:11: 2024-04-03T17:06:18.0758498Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:18.0761470Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:18.0763081Z ^ 2024-04-03T17:06:18.0765117Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:18.0766861Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:18.0767520Z ^ 2024-04-03T17:06:18.0768685Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:18.0770199Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:18.0771116Z ^ 2024-04-03T17:06:18.0771946Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:18.0773665Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DilatedMaxPool3d.hip:11: 2024-04-03T17:06:18.0776880Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:18.0780147Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:18.0781849Z ^ 2024-04-03T17:06:18.0783845Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:18.0785562Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:18.0786235Z ^ 2024-04-03T17:06:18.0787389Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:18.0788893Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:18.0789821Z ^ 2024-04-03T17:06:18.0790619Z 1 warning generated when compiling for host. 2024-04-03T17:06:18.0791221Z 2024-04-03T17:06:18.2186802Z [7854/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_GridSampler.hip.o 2024-04-03T17:06:18.2191728Z [7855/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ValidateCompressedIndicesKernel.hip.o 2024-04-03T17:06:18.2195016Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip:4: 2024-04-03T17:06:18.2197552Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:18.2202389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2206648Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2207755Z ^ 2024-04-03T17:06:18.2211863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2219244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2223080Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2223842Z ^ 2024-04-03T17:06:18.2227779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2231925Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2233047Z ^ 2024-04-03T17:06:18.2236965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2244064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2248127Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2248909Z ^ 2024-04-03T17:06:18.2252693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2257101Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2258187Z ^ 2024-04-03T17:06:18.2262248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2269433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2273240Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2274035Z ^ 2024-04-03T17:06:18.2278106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2282227Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2283322Z ^ 2024-04-03T17:06:18.2287282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2294535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2298712Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2299493Z ^ 2024-04-03T17:06:18.2303493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2307646Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2308723Z ^ 2024-04-03T17:06:18.2312648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2319789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2323646Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2324408Z ^ 2024-04-03T17:06:18.2328505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2332563Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2333748Z ^ 2024-04-03T17:06:18.2337775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2345061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2348908Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2349675Z ^ 2024-04-03T17:06:18.2353577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2357689Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2358789Z ^ 2024-04-03T17:06:18.2362871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2369976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2373820Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2374599Z ^ 2024-04-03T17:06:18.2380243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2384359Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2385441Z ^ 2024-04-03T17:06:18.2389426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2396737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2400660Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2401428Z ^ 2024-04-03T17:06:18.2405494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2409876Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2410990Z ^ 2024-04-03T17:06:18.2415074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2422772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2426513Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2427207Z ^ 2024-04-03T17:06:18.2431067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2435055Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2436148Z ^ 2024-04-03T17:06:18.2440060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2447355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2450805Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2451243Z ^ 2024-04-03T17:06:18.2453651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2456599Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2457211Z ^ 2024-04-03T17:06:18.2459795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2464288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2466665Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2467086Z ^ 2024-04-03T17:06:18.2469433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2471587Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2472162Z ^ 2024-04-03T17:06:18.2474508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2478325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2480665Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2481076Z ^ 2024-04-03T17:06:18.2483225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2485369Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2485962Z ^ 2024-04-03T17:06:18.2488082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2492281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2494819Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2495252Z ^ 2024-04-03T17:06:18.2497470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2500892Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2501794Z ^ 2024-04-03T17:06:18.2505127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2510431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2512727Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2513158Z ^ 2024-04-03T17:06:18.2515503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2517923Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2518514Z ^ 2024-04-03T17:06:18.2521142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2525267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2529015Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2529727Z ^ 2024-04-03T17:06:18.2532990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2536687Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2537776Z ^ 2024-04-03T17:06:18.2541363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2545430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2547445Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2547853Z ^ 2024-04-03T17:06:18.2548207Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:18.2549189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ValidateCompressedIndicesKernel.hip:4: 2024-04-03T17:06:18.2550505Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:18.2552968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2555114Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2555700Z ^ 2024-04-03T17:06:18.2557784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2561609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2563594Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2564015Z ^ 2024-04-03T17:06:18.2566064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2568219Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2568802Z ^ 2024-04-03T17:06:18.2571064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2574773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2576881Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2577299Z ^ 2024-04-03T17:06:18.2579804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2583410Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2584436Z ^ 2024-04-03T17:06:18.2588110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2594337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2597490Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2598172Z ^ 2024-04-03T17:06:18.2601670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2605850Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2606959Z ^ 2024-04-03T17:06:18.2610943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2618422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2621887Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2622586Z ^ 2024-04-03T17:06:18.2625945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2629950Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2631026Z ^ 2024-04-03T17:06:18.2634931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2641775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2645306Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2646164Z ^ 2024-04-03T17:06:18.2649927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2653736Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2654885Z ^ 2024-04-03T17:06:18.2658781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2665588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2669156Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2669882Z ^ 2024-04-03T17:06:18.2673579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2677253Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2678199Z ^ 2024-04-03T17:06:18.2681889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2688263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2691924Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2692776Z ^ 2024-04-03T17:06:18.2696633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2700965Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2702092Z ^ 2024-04-03T17:06:18.2706191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2713605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2717563Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2718353Z ^ 2024-04-03T17:06:18.2722409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2726791Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2727914Z ^ 2024-04-03T17:06:18.2732016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2739677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2743576Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2744357Z ^ 2024-04-03T17:06:18.2748417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2752661Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2753777Z ^ 2024-04-03T17:06:18.2757839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2765284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2769239Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2770006Z ^ 2024-04-03T17:06:18.2774077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2778163Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2779384Z ^ 2024-04-03T17:06:18.2783347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2790491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2794323Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2795094Z ^ 2024-04-03T17:06:18.2799035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2803192Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2804274Z ^ 2024-04-03T17:06:18.2808250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2815637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2819758Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2820507Z ^ 2024-04-03T17:06:18.2824468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2828612Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2829720Z ^ 2024-04-03T17:06:18.2833701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2840981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2844741Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2845510Z ^ 2024-04-03T17:06:18.2849472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2853623Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2854709Z ^ 2024-04-03T17:06:18.2858810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2865975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2869802Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2870565Z ^ 2024-04-03T17:06:18.2874535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2878665Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2879749Z ^ 2024-04-03T17:06:18.2883688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2890835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2894731Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2895496Z ^ 2024-04-03T17:06:18.2899598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2903824Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:18.2904917Z ^ 2024-04-03T17:06:18.2908833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2915960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:18.2919769Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:18.2920534Z ^ 2024-04-03T17:06:18.2921164Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:18.2921785Z 2024-04-03T17:06:18.4251063Z [7855/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_HIPScalar.hip.o 2024-04-03T17:06:18.4252932Z [7856/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DilatedMaxPool2d.hip.o 2024-04-03T17:06:18.8922418Z [7856/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_IGammaKernel.hip.o 2024-04-03T17:06:18.8925516Z [7857/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FusedAdamWKernel.hip.o 2024-04-03T17:06:19.0347308Z [7857/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LegacyThrustHelpers.hip.o 2024-04-03T17:06:19.0349334Z [7858/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_GcdLcmKernel.hip.o 2024-04-03T17:06:19.0452120Z [7858/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Im2Col.hip.o 2024-04-03T17:06:19.0455264Z [7859/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FusedSgdKernel.hip.o 2024-04-03T17:06:19.5072774Z [7859/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Lerp.hip.o 2024-04-03T17:06:19.5075931Z [7860/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_HIPScalar.hip.o 2024-04-03T17:06:19.5514286Z [7860/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LinearAlgebra.hip.o 2024-04-03T17:06:19.5517457Z [7861/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_GridSampler.hip.o 2024-04-03T17:06:19.5519864Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5521887Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:3: 2024-04-03T17:06:19.5523899Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:19.5527118Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:19.5530014Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:19.5531635Z ^ 2024-04-03T17:06:19.5533788Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:19.5535526Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:19.5536198Z ^ 2024-04-03T17:06:19.5537476Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:19.5539470Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:19.5540374Z ^ 2024-04-03T17:06:19.5541739Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5545440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:144:18: warning: implicit conversion from 'int' to 'float' changes value from 2147483646 to 2147483648 [-Wimplicit-const-int-float-conversion] 2024-04-03T17:06:19.5548669Z if (x > INT_MAX-1 || x < INT_MIN || !::isfinite(static_cast(x))) 2024-04-03T17:06:19.5549662Z ~ ~~~~~~~^~ 2024-04-03T17:06:19.5552488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:168:11: note: in instantiation of function template specialization 'at::native::safe_downgrade_to_int_range' requested here 2024-04-03T17:06:19.5555213Z coord = safe_downgrade_to_int_range(coord); 2024-04-03T17:06:19.5556144Z ^ 2024-04-03T17:06:19.5558809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:181:11: note: in instantiation of function template specialization 'at::native::compute_coordinates' requested here 2024-04-03T17:06:19.5561511Z coord = compute_coordinates(coord, size, padding_mode, align_corners); 2024-04-03T17:06:19.5562484Z ^ 2024-04-03T17:06:19.5565444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:66:21: note: in instantiation of function template specialization 'at::native::grid_sampler_compute_source_index' requested here 2024-04-03T17:06:19.5568637Z opmath_t ix = grid_sampler_compute_source_index(x, inp_W, padding_mode, align_corners); 2024-04-03T17:06:19.5569993Z ^ 2024-04-03T17:06:19.5573155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:770:29: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::grid_sampler_2d_kernel' requested here 2024-04-03T17:06:19.5576305Z hipLaunchKernelGGL(( grid_sampler_2d_kernel) 2024-04-03T17:06:19.5577257Z ^ 2024-04-03T17:06:19.5578646Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5582311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:144:18: warning: implicit conversion from 'int' to 'float' changes value from 2147483646 to 2147483648 [-Wimplicit-const-int-float-conversion] 2024-04-03T17:06:19.5585548Z if (x > INT_MAX-1 || x < INT_MIN || !::isfinite(static_cast(x))) 2024-04-03T17:06:19.5586549Z ~ ~~~~~~~^~ 2024-04-03T17:06:19.5589412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:168:11: note: in instantiation of function template specialization 'at::native::safe_downgrade_to_int_range' requested here 2024-04-03T17:06:19.5592137Z coord = safe_downgrade_to_int_range(coord); 2024-04-03T17:06:19.5592890Z ^ 2024-04-03T17:06:19.5595658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:236:7: note: in instantiation of function template specialization 'at::native::compute_coordinates' requested here 2024-04-03T17:06:19.5598553Z x = compute_coordinates(x, W, padding_mode, align_corners); 2024-04-03T17:06:19.5599438Z ^ 2024-04-03T17:06:19.5602180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:138:15: note: in instantiation of function template specialization 'at::native::get_value_bounded' requested here 2024-04-03T17:06:19.5605781Z get_value_bounded(inp_ptr_NC, ix_nw - 1, iy_nw - 1 + i, inp_W, inp_H, inp_sW, inp_sH, padding_mode, align_corners), 2024-04-03T17:06:19.5607402Z ^ 2024-04-03T17:06:19.5610572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:770:29: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::grid_sampler_2d_kernel' requested here 2024-04-03T17:06:19.5613727Z hipLaunchKernelGGL(( grid_sampler_2d_kernel) 2024-04-03T17:06:19.5614644Z ^ 2024-04-03T17:06:19.5615905Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5619926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:144:18: warning: implicit conversion from 'int' to 'float' changes value from 2147483646 to 2147483648 [-Wimplicit-const-int-float-conversion] 2024-04-03T17:06:19.5623198Z if (x > INT_MAX-1 || x < INT_MIN || !::isfinite(static_cast(x))) 2024-04-03T17:06:19.5624232Z ~ ~~~~~~~^~ 2024-04-03T17:06:19.5638587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:168:11: note: in instantiation of function template specialization 'at::native::safe_downgrade_to_int_range' requested here 2024-04-03T17:06:19.5641525Z coord = safe_downgrade_to_int_range(coord); 2024-04-03T17:06:19.5642439Z ^ 2024-04-03T17:06:19.5645418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:236:7: note: in instantiation of function template specialization 'at::native::compute_coordinates' requested here 2024-04-03T17:06:19.5648386Z x = compute_coordinates(x, W, padding_mode, align_corners); 2024-04-03T17:06:19.5649313Z ^ 2024-04-03T17:06:19.5652099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:138:15: note: in instantiation of function template specialization 'at::native::get_value_bounded' requested here 2024-04-03T17:06:19.5655840Z get_value_bounded(inp_ptr_NC, ix_nw - 1, iy_nw - 1 + i, inp_W, inp_H, inp_sW, inp_sH, padding_mode, align_corners), 2024-04-03T17:06:19.5657444Z ^ 2024-04-03T17:06:19.5660714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:770:29: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::grid_sampler_2d_kernel' requested here 2024-04-03T17:06:19.5663825Z hipLaunchKernelGGL(( grid_sampler_2d_kernel) 2024-04-03T17:06:19.5664755Z ^ 2024-04-03T17:06:19.5665489Z 4 warnings generated when compiling for gfx906. 2024-04-03T17:06:19.5666983Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5669035Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:3: 2024-04-03T17:06:19.5671089Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:19.5674183Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:19.5677090Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:19.5678686Z ^ 2024-04-03T17:06:19.5680709Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:19.5682427Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:19.5683233Z ^ 2024-04-03T17:06:19.5684419Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:19.5685919Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:19.5686856Z ^ 2024-04-03T17:06:19.5688200Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5692047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:144:18: warning: implicit conversion from 'int' to 'float' changes value from 2147483646 to 2147483648 [-Wimplicit-const-int-float-conversion] 2024-04-03T17:06:19.5695355Z if (x > INT_MAX-1 || x < INT_MIN || !::isfinite(static_cast(x))) 2024-04-03T17:06:19.5696343Z ~ ~~~~~~~^~ 2024-04-03T17:06:19.5699497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:168:11: note: in instantiation of function template specialization 'at::native::safe_downgrade_to_int_range' requested here 2024-04-03T17:06:19.5702237Z coord = safe_downgrade_to_int_range(coord); 2024-04-03T17:06:19.5703009Z ^ 2024-04-03T17:06:19.5705778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:181:11: note: in instantiation of function template specialization 'at::native::compute_coordinates' requested here 2024-04-03T17:06:19.5708701Z coord = compute_coordinates(coord, size, padding_mode, align_corners); 2024-04-03T17:06:19.5709740Z ^ 2024-04-03T17:06:19.5712634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:66:21: note: in instantiation of function template specialization 'at::native::grid_sampler_compute_source_index' requested here 2024-04-03T17:06:19.5715979Z opmath_t ix = grid_sampler_compute_source_index(x, inp_W, padding_mode, align_corners); 2024-04-03T17:06:19.5717198Z ^ 2024-04-03T17:06:19.5720355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:770:29: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::grid_sampler_2d_kernel' requested here 2024-04-03T17:06:19.5723454Z hipLaunchKernelGGL(( grid_sampler_2d_kernel) 2024-04-03T17:06:19.5724364Z ^ 2024-04-03T17:06:19.5725632Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5729497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:144:18: warning: implicit conversion from 'int' to 'float' changes value from 2147483646 to 2147483648 [-Wimplicit-const-int-float-conversion] 2024-04-03T17:06:19.5732727Z if (x > INT_MAX-1 || x < INT_MIN || !::isfinite(static_cast(x))) 2024-04-03T17:06:19.5733743Z ~ ~~~~~~~^~ 2024-04-03T17:06:19.5736719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:168:11: note: in instantiation of function template specialization 'at::native::safe_downgrade_to_int_range' requested here 2024-04-03T17:06:19.5739650Z coord = safe_downgrade_to_int_range(coord); 2024-04-03T17:06:19.5740390Z ^ 2024-04-03T17:06:19.5743180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:236:7: note: in instantiation of function template specialization 'at::native::compute_coordinates' requested here 2024-04-03T17:06:19.5746001Z x = compute_coordinates(x, W, padding_mode, align_corners); 2024-04-03T17:06:19.5746901Z ^ 2024-04-03T17:06:19.5749628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:138:15: note: in instantiation of function template specialization 'at::native::get_value_bounded' requested here 2024-04-03T17:06:19.5753229Z get_value_bounded(inp_ptr_NC, ix_nw - 1, iy_nw - 1 + i, inp_W, inp_H, inp_sW, inp_sH, padding_mode, align_corners), 2024-04-03T17:06:19.5754725Z ^ 2024-04-03T17:06:19.5757837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:770:29: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::grid_sampler_2d_kernel' requested here 2024-04-03T17:06:19.5761085Z hipLaunchKernelGGL(( grid_sampler_2d_kernel) 2024-04-03T17:06:19.5762004Z ^ 2024-04-03T17:06:19.5763265Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5766969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:144:18: warning: implicit conversion from 'int' to 'float' changes value from 2147483646 to 2147483648 [-Wimplicit-const-int-float-conversion] 2024-04-03T17:06:19.5770178Z if (x > INT_MAX-1 || x < INT_MIN || !::isfinite(static_cast(x))) 2024-04-03T17:06:19.5771167Z ~ ~~~~~~~^~ 2024-04-03T17:06:19.5774108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:168:11: note: in instantiation of function template specialization 'at::native::safe_downgrade_to_int_range' requested here 2024-04-03T17:06:19.5777063Z coord = safe_downgrade_to_int_range(coord); 2024-04-03T17:06:19.5777826Z ^ 2024-04-03T17:06:19.5780802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:236:7: note: in instantiation of function template specialization 'at::native::compute_coordinates' requested here 2024-04-03T17:06:19.5783669Z x = compute_coordinates(x, W, padding_mode, align_corners); 2024-04-03T17:06:19.5784587Z ^ 2024-04-03T17:06:19.5787373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:138:15: note: in instantiation of function template specialization 'at::native::get_value_bounded' requested here 2024-04-03T17:06:19.5791119Z get_value_bounded(inp_ptr_NC, ix_nw - 1, iy_nw - 1 + i, inp_W, inp_H, inp_sW, inp_sH, padding_mode, align_corners), 2024-04-03T17:06:19.5792626Z ^ 2024-04-03T17:06:19.5795833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:770:29: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::grid_sampler_2d_kernel' requested here 2024-04-03T17:06:19.5799003Z hipLaunchKernelGGL(( grid_sampler_2d_kernel) 2024-04-03T17:06:19.5799914Z ^ 2024-04-03T17:06:19.5800656Z 4 warnings generated when compiling for gfx90a. 2024-04-03T17:06:19.5802282Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5804343Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:3: 2024-04-03T17:06:19.5806429Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:19.5809478Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:19.5812392Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:19.5813984Z ^ 2024-04-03T17:06:19.5815999Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:19.5817850Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:19.5818601Z ^ 2024-04-03T17:06:19.5819594Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:19.5821059Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:19.5821961Z ^ 2024-04-03T17:06:19.5823357Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5827086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:144:18: warning: implicit conversion from 'int' to 'float' changes value from 2147483646 to 2147483648 [-Wimplicit-const-int-float-conversion] 2024-04-03T17:06:19.5830483Z if (x > INT_MAX-1 || x < INT_MIN || !::isfinite(static_cast(x))) 2024-04-03T17:06:19.5831509Z ~ ~~~~~~~^~ 2024-04-03T17:06:19.5834392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:168:11: note: in instantiation of function template specialization 'at::native::safe_downgrade_to_int_range' requested here 2024-04-03T17:06:19.5837279Z coord = safe_downgrade_to_int_range(coord); 2024-04-03T17:06:19.5838031Z ^ 2024-04-03T17:06:19.5840784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:181:11: note: in instantiation of function template specialization 'at::native::compute_coordinates' requested here 2024-04-03T17:06:19.5843725Z coord = compute_coordinates(coord, size, padding_mode, align_corners); 2024-04-03T17:06:19.5844746Z ^ 2024-04-03T17:06:19.5847659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:66:21: note: in instantiation of function template specialization 'at::native::grid_sampler_compute_source_index' requested here 2024-04-03T17:06:19.5850863Z opmath_t ix = grid_sampler_compute_source_index(x, inp_W, padding_mode, align_corners); 2024-04-03T17:06:19.5852048Z ^ 2024-04-03T17:06:19.5855208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:770:29: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::grid_sampler_2d_kernel' requested here 2024-04-03T17:06:19.5859008Z hipLaunchKernelGGL(( grid_sampler_2d_kernel) 2024-04-03T17:06:19.5859957Z ^ 2024-04-03T17:06:19.5861337Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5865081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:144:18: warning: implicit conversion from 'int' to 'float' changes value from 2147483646 to 2147483648 [-Wimplicit-const-int-float-conversion] 2024-04-03T17:06:19.5868332Z if (x > INT_MAX-1 || x < INT_MIN || !::isfinite(static_cast(x))) 2024-04-03T17:06:19.5869335Z ~ ~~~~~~~^~ 2024-04-03T17:06:19.5872189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:168:11: note: in instantiation of function template specialization 'at::native::safe_downgrade_to_int_range' requested here 2024-04-03T17:06:19.5875046Z coord = safe_downgrade_to_int_range(coord); 2024-04-03T17:06:19.5875834Z ^ 2024-04-03T17:06:19.5878586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:236:7: note: in instantiation of function template specialization 'at::native::compute_coordinates' requested here 2024-04-03T17:06:19.5881407Z x = compute_coordinates(x, W, padding_mode, align_corners); 2024-04-03T17:06:19.5882316Z ^ 2024-04-03T17:06:19.5885056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:138:15: note: in instantiation of function template specialization 'at::native::get_value_bounded' requested here 2024-04-03T17:06:19.5888653Z get_value_bounded(inp_ptr_NC, ix_nw - 1, iy_nw - 1 + i, inp_W, inp_H, inp_sW, inp_sH, padding_mode, align_corners), 2024-04-03T17:06:19.5890059Z ^ 2024-04-03T17:06:19.5893074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:770:29: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::grid_sampler_2d_kernel' requested here 2024-04-03T17:06:19.5896163Z hipLaunchKernelGGL(( grid_sampler_2d_kernel) 2024-04-03T17:06:19.5897172Z ^ 2024-04-03T17:06:19.5898632Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:7: 2024-04-03T17:06:19.5902582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:144:18: warning: implicit conversion from 'int' to 'float' changes value from 2147483646 to 2147483648 [-Wimplicit-const-int-float-conversion] 2024-04-03T17:06:19.5906026Z if (x > INT_MAX-1 || x < INT_MIN || !::isfinite(static_cast(x))) 2024-04-03T17:06:19.5907008Z ~ ~~~~~~~^~ 2024-04-03T17:06:19.5910011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:168:11: note: in instantiation of function template specialization 'at::native::safe_downgrade_to_int_range' requested here 2024-04-03T17:06:19.5912979Z coord = safe_downgrade_to_int_range(coord); 2024-04-03T17:06:19.5913747Z ^ 2024-04-03T17:06:19.5916629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.cuh:236:7: note: in instantiation of function template specialization 'at::native::compute_coordinates' requested here 2024-04-03T17:06:19.5919584Z x = compute_coordinates(x, W, padding_mode, align_corners); 2024-04-03T17:06:19.5920494Z ^ 2024-04-03T17:06:19.5923340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:138:15: note: in instantiation of function template specialization 'at::native::get_value_bounded' requested here 2024-04-03T17:06:19.5927056Z get_value_bounded(inp_ptr_NC, ix_nw - 1, iy_nw - 1 + i, inp_W, inp_H, inp_sW, inp_sH, padding_mode, align_corners), 2024-04-03T17:06:19.5928566Z ^ 2024-04-03T17:06:19.5931813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/GridSampler.hip:770:29: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::grid_sampler_2d_kernel' requested here 2024-04-03T17:06:19.5935076Z hipLaunchKernelGGL(( grid_sampler_2d_kernel) 2024-04-03T17:06:19.5935946Z ^ 2024-04-03T17:06:19.5936801Z 4 warnings generated when compiling for host. 2024-04-03T17:06:19.5937346Z 2024-04-03T17:06:19.7451977Z [7861/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LogAddExpKernel.hip.o 2024-04-03T17:06:19.7455416Z [7862/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_IGammaKernel.hip.o 2024-04-03T17:06:19.7457973Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip:5: 2024-04-03T17:06:19.7460059Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:19.7465151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7469277Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:19.7470436Z ^ 2024-04-03T17:06:19.7474266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7481155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7487914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7494921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7499284Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:19.7500007Z ^ 2024-04-03T17:06:19.7503875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7510550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7514433Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:19.7515399Z ^ 2024-04-03T17:06:19.7518222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7522092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7525911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7529619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7531599Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:19.7532023Z ^ 2024-04-03T17:06:19.7534210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7536572Z 12 warnings generated when compiling for gfx906. 2024-04-03T17:06:19.7537452Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/IGammaKernel.hip:5: 2024-04-03T17:06:19.7538716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:19.7541373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7543816Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:19.7544427Z ^ 2024-04-03T17:06:19.7546466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7550167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7553911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7557632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7559616Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:19.7560020Z ^ 2024-04-03T17:06:19.7562061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7565755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7567899Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:19.7568608Z ^ 2024-04-03T17:06:19.7570684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7574539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7578528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7582649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7584630Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:19.7585037Z ^ 2024-04-03T17:06:19.7587561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:19.7589595Z 12 warnings generated when compiling for gfx90a. 2024-04-03T17:06:19.7589941Z 2024-04-03T17:06:20.3361007Z [7862/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LogcumsumexpKernel.hip.o 2024-04-03T17:06:20.3364004Z [7863/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Lerp.hip.o 2024-04-03T17:06:20.3366128Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip:6: 2024-04-03T17:06:20.3368097Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:20.3372632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3376703Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3377718Z ^ 2024-04-03T17:06:20.3381300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3387807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3394488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3401787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3405761Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3406553Z ^ 2024-04-03T17:06:20.3410619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3418435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3422718Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3423860Z ^ 2024-04-03T17:06:20.3427945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3435385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3442804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3450144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3454194Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3454978Z ^ 2024-04-03T17:06:20.3459225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3466689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3470947Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3472076Z ^ 2024-04-03T17:06:20.3476080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3483137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3490470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3497777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3501739Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3502516Z ^ 2024-04-03T17:06:20.3506604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3513743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3517892Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3519006Z ^ 2024-04-03T17:06:20.3523007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3530172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3537439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3544949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3548863Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3549622Z ^ 2024-04-03T17:06:20.3553576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3560716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3564868Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3565966Z ^ 2024-04-03T17:06:20.3569936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3577239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3584551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3591813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3595597Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3596356Z ^ 2024-04-03T17:06:20.3600268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3607455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3611524Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3612625Z ^ 2024-04-03T17:06:20.3616627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3623881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3631152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3638371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3642186Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3642936Z ^ 2024-04-03T17:06:20.3646830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3653874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3658044Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3659135Z ^ 2024-04-03T17:06:20.3662907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3669991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3677144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3684228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3688009Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3688782Z ^ 2024-04-03T17:06:20.3692685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3700228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3704328Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3705391Z ^ 2024-04-03T17:06:20.3709412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3716539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3723779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3730952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3734758Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3735537Z ^ 2024-04-03T17:06:20.3739649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3743598Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:20.3744989Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Lerp.hip:6: 2024-04-03T17:06:20.3746836Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:20.3751583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3755693Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3756870Z ^ 2024-04-03T17:06:20.3760850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3768017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3775183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3782479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3786287Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3787051Z ^ 2024-04-03T17:06:20.3790992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3798187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3802327Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3803427Z ^ 2024-04-03T17:06:20.3807348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3814434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3821785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3828958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3832681Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3833452Z ^ 2024-04-03T17:06:20.3837324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3844426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3848530Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3849632Z ^ 2024-04-03T17:06:20.3853525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3860800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3867821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3875099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3879069Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3879850Z ^ 2024-04-03T17:06:20.3883878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3891331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3895528Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3896801Z ^ 2024-04-03T17:06:20.3900850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3907903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3914917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3921794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3925437Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3926266Z ^ 2024-04-03T17:06:20.3930054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3936976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3941066Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3942146Z ^ 2024-04-03T17:06:20.3945892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3952708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3959520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3966412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3970150Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.3970894Z ^ 2024-04-03T17:06:20.3974682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3981865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3985806Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.3986880Z ^ 2024-04-03T17:06:20.3990671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.3997518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4004328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4011237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4014897Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.4015643Z ^ 2024-04-03T17:06:20.4019578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4025559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4028905Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.4029781Z ^ 2024-04-03T17:06:20.4033093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4039656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4046292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4053521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4057215Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.4057969Z ^ 2024-04-03T17:06:20.4061674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4068411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4072377Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.4073372Z ^ 2024-04-03T17:06:20.4077109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4083948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4090644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4097037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4100589Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.4101280Z ^ 2024-04-03T17:06:20.4104747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.4108043Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:20.4108595Z 2024-04-03T17:06:20.4110094Z [7863/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MaxMinElementwiseKernel.hip.o 2024-04-03T17:06:20.4113165Z [7864/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Im2Col.hip.o 2024-04-03T17:06:20.7783005Z [7864/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Loss.hip.o 2024-04-03T17:06:20.7786190Z [7865/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LegacyThrustHelpers.hip.o 2024-04-03T17:06:20.9180082Z [7865/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_AffineQuantizer.hip.o 2024-04-03T17:06:20.9183725Z [7866/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LogAddExpKernel.hip.o 2024-04-03T17:06:20.9186276Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip:5: 2024-04-03T17:06:20.9188276Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:20.9192982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9197113Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9198168Z ^ 2024-04-03T17:06:20.9202036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9209151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9216174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9223734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9227528Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9228289Z ^ 2024-04-03T17:06:20.9232064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9239125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9243204Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9244279Z ^ 2024-04-03T17:06:20.9248173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9255209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9262472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9269609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9273371Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9274114Z ^ 2024-04-03T17:06:20.9277890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9284967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9288912Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9290120Z ^ 2024-04-03T17:06:20.9294066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9299766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9306013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9313138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9316826Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9317598Z ^ 2024-04-03T17:06:20.9321315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9328349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9332247Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9333279Z ^ 2024-04-03T17:06:20.9337300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9344145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9350960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9357407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9360850Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9361375Z ^ 2024-04-03T17:06:20.9363482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9367285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9369442Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9370040Z ^ 2024-04-03T17:06:20.9372170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9375871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9381067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9384778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9386771Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9387195Z ^ 2024-04-03T17:06:20.9389233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9392929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9395134Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9395730Z ^ 2024-04-03T17:06:20.9397830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9401517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9405214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9408898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9410877Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9411356Z ^ 2024-04-03T17:06:20.9413385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9417163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9419531Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9420125Z ^ 2024-04-03T17:06:20.9422169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9425861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9429531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9433226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9435208Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9435615Z ^ 2024-04-03T17:06:20.9437717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9441413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9443614Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9444208Z ^ 2024-04-03T17:06:20.9446248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9449948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9453618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9457433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9460010Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9460420Z ^ 2024-04-03T17:06:20.9462528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9464549Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:20.9465381Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogAddExpKernel.hip:5: 2024-04-03T17:06:20.9466435Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:20.9468889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9471028Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9471607Z ^ 2024-04-03T17:06:20.9473663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9477482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9481252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9484998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9487026Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9487434Z ^ 2024-04-03T17:06:20.9489478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9493169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9495308Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9495889Z ^ 2024-04-03T17:06:20.9498091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9501936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9505626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9509381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9511345Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9511766Z ^ 2024-04-03T17:06:20.9513818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9517509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9519650Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9520227Z ^ 2024-04-03T17:06:20.9522275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9526818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9533597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9540708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9544281Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9545063Z ^ 2024-04-03T17:06:20.9549090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9556182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9560369Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9561491Z ^ 2024-04-03T17:06:20.9565437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9572494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9579697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9586732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9590478Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9591202Z ^ 2024-04-03T17:06:20.9595020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9602032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9606121Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9607396Z ^ 2024-04-03T17:06:20.9611303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9618811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9625948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9633004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9636782Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9637559Z ^ 2024-04-03T17:06:20.9641585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9648739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9652806Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9653916Z ^ 2024-04-03T17:06:20.9658009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9665098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9671993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9678892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9682683Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9683430Z ^ 2024-04-03T17:06:20.9687333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9694410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9698711Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9699930Z ^ 2024-04-03T17:06:20.9703800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9710871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9717860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9724594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9728563Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9729297Z ^ 2024-04-03T17:06:20.9733162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9740449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9744509Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:20.9745525Z ^ 2024-04-03T17:06:20.9749321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9756165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9760822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9764867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9766987Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:20.9767432Z ^ 2024-04-03T17:06:20.9770070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:20.9772988Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:20.9773341Z 2024-04-03T17:06:21.0614994Z [7866/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LossCTC.hip.o 2024-04-03T17:06:21.0619830Z [7867/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LinearAlgebra.hip.o 2024-04-03T17:06:21.0622471Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip:9: 2024-04-03T17:06:21.0624453Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:21.0628473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0630836Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0631496Z ^ 2024-04-03T17:06:21.0633898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0637956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0642030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0646026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0648190Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.0648657Z ^ 2024-04-03T17:06:21.0650792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0654573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0656853Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0657446Z ^ 2024-04-03T17:06:21.0660001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0663850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0667548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0671296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0673283Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.0673691Z ^ 2024-04-03T17:06:21.0676371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0680525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0682832Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0683412Z ^ 2024-04-03T17:06:21.0685488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0689248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0693739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0697560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0699690Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.0700122Z ^ 2024-04-03T17:06:21.0702173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0705943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0708606Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0709192Z ^ 2024-04-03T17:06:21.0711265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0715053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0719124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0723473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0725587Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.0726178Z ^ 2024-04-03T17:06:21.0728340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0732036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0734477Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0735070Z ^ 2024-04-03T17:06:21.0737316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0743418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0750359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0757267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0760942Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.0761676Z ^ 2024-04-03T17:06:21.0765487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0772517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0775936Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0777236Z ^ 2024-04-03T17:06:21.0779532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0783541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0788585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0794879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0798483Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.0799246Z ^ 2024-04-03T17:06:21.0802976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0810092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0814001Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0814992Z ^ 2024-04-03T17:06:21.0818866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0825938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0832969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0839688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0843486Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.0844253Z ^ 2024-04-03T17:06:21.0847932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0854833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0859076Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0860111Z ^ 2024-04-03T17:06:21.0863922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0870729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0877568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0884462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0888220Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.0888939Z ^ 2024-04-03T17:06:21.0892897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0900032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0904059Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0905094Z ^ 2024-04-03T17:06:21.0908847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0915530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0922371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0929301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0933176Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.0933900Z ^ 2024-04-03T17:06:21.0937786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0945648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0949556Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0950614Z ^ 2024-04-03T17:06:21.0954295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0959203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0963034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0966988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0969046Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.0969474Z ^ 2024-04-03T17:06:21.0971533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0975215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0977458Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.0978042Z ^ 2024-04-03T17:06:21.0981369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0988078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.0994538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1000687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1004626Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1005400Z ^ 2024-04-03T17:06:21.1009383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1016679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1020496Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1021484Z ^ 2024-04-03T17:06:21.1023655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1027367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1031116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1034807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1036802Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1037225Z ^ 2024-04-03T17:06:21.1039275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1042950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1045097Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1045693Z ^ 2024-04-03T17:06:21.1047743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1051490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1055202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1059110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1061092Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1061512Z ^ 2024-04-03T17:06:21.1063555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1067286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1069421Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1070015Z ^ 2024-04-03T17:06:21.1072045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1075783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1079465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1083138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1085120Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1085542Z ^ 2024-04-03T17:06:21.1087577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1091271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1093467Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1094055Z ^ 2024-04-03T17:06:21.1096096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1100039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1103727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1107423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1109396Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1109803Z ^ 2024-04-03T17:06:21.1111916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1115583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1117724Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1118343Z ^ 2024-04-03T17:06:21.1120402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1124091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1127783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1132195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1135362Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1136034Z ^ 2024-04-03T17:06:21.1139983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1146687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1150484Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1151485Z ^ 2024-04-03T17:06:21.1155177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1161988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1168829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1175756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1179657Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1180436Z ^ 2024-04-03T17:06:21.1184273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1190971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1194748Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1195726Z ^ 2024-04-03T17:06:21.1199318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1205708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1212106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1218905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1222675Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1223391Z ^ 2024-04-03T17:06:21.1226748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1232885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1236360Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1237285Z ^ 2024-04-03T17:06:21.1239841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1243698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1247580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1252916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1256088Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1256961Z ^ 2024-04-03T17:06:21.1259470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1263941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1267924Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1269064Z ^ 2024-04-03T17:06:21.1272902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1279815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1286700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1294178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1298138Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1298909Z ^ 2024-04-03T17:06:21.1302810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1309905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1313914Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1315010Z ^ 2024-04-03T17:06:21.1319049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1325969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1332974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1340383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1344181Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1344954Z ^ 2024-04-03T17:06:21.1348802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1355931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1359983Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1361048Z ^ 2024-04-03T17:06:21.1364859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1371972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1379301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1386399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1390238Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1391002Z ^ 2024-04-03T17:06:21.1394856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1401255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1405441Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1406507Z ^ 2024-04-03T17:06:21.1409958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1416660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1423788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1430677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1434349Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1435119Z ^ 2024-04-03T17:06:21.1438914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1445841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1449827Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1450914Z ^ 2024-04-03T17:06:21.1454366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1461465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1467871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1474296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1477823Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1478519Z ^ 2024-04-03T17:06:21.1482246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1485915Z 144 warnings generated when compiling for gfx906. 2024-04-03T17:06:21.1487237Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LinearAlgebra.hip:9: 2024-04-03T17:06:21.1488909Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:21.1493027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1496737Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1497695Z ^ 2024-04-03T17:06:21.1500389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1504586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1508295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1511988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1513969Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1514392Z ^ 2024-04-03T17:06:21.1516518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1520210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1522390Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1522984Z ^ 2024-04-03T17:06:21.1538099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1543082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1548016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1552756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1555105Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1555535Z ^ 2024-04-03T17:06:21.1558212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1562732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1565207Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1566143Z ^ 2024-04-03T17:06:21.1569973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1576989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1584023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1590934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1594685Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1595430Z ^ 2024-04-03T17:06:21.1599245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1605474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1609422Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1610553Z ^ 2024-04-03T17:06:21.1614643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1622186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1629489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1636758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1640783Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1641589Z ^ 2024-04-03T17:06:21.1645585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1653007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1657356Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1658604Z ^ 2024-04-03T17:06:21.1662600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1669204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1676084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1683214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1687210Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1688004Z ^ 2024-04-03T17:06:21.1692005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1699174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1702878Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1703969Z ^ 2024-04-03T17:06:21.1708128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1715279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1722661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1730085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1734040Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1734809Z ^ 2024-04-03T17:06:21.1738921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1746050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1750054Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1751111Z ^ 2024-04-03T17:06:21.1755006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1761962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1768989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1776233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1780329Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1781063Z ^ 2024-04-03T17:06:21.1785006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1792204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1796207Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1797343Z ^ 2024-04-03T17:06:21.1801224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1808539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1815824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1823235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1827131Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1827912Z ^ 2024-04-03T17:06:21.1831945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1839151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1843214Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1844317Z ^ 2024-04-03T17:06:21.1848230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1855719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1863312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1868998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1872880Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1873665Z ^ 2024-04-03T17:06:21.1877817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1884816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1889086Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1890209Z ^ 2024-04-03T17:06:21.1894376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1901873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1908685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1915582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1919178Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1919946Z ^ 2024-04-03T17:06:21.1923757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1931089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1935185Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1936308Z ^ 2024-04-03T17:06:21.1940554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1947875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1954670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1962039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1965842Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.1966601Z ^ 2024-04-03T17:06:21.1970492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1978000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1982395Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.1983532Z ^ 2024-04-03T17:06:21.1987296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.1994206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2001137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2008067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2011878Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2012624Z ^ 2024-04-03T17:06:21.2016508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2023282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2026901Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2027984Z ^ 2024-04-03T17:06:21.2031821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2038751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2045798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2052724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2056510Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2057245Z ^ 2024-04-03T17:06:21.2061144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2067838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2071874Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2072941Z ^ 2024-04-03T17:06:21.2076752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2083688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2090592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2097717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2101295Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2101900Z ^ 2024-04-03T17:06:21.2104852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2109459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2111886Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2112731Z ^ 2024-04-03T17:06:21.2115236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2119124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2126232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2133217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2135661Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2136093Z ^ 2024-04-03T17:06:21.2138389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2142217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2144383Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2144967Z ^ 2024-04-03T17:06:21.2147020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2150712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2154487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2158261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2161361Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2161990Z ^ 2024-04-03T17:06:21.2165435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2170919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2173847Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2174712Z ^ 2024-04-03T17:06:21.2177660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2182920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2187856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2191979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2193961Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2194381Z ^ 2024-04-03T17:06:21.2196436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2200115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2202266Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2202859Z ^ 2024-04-03T17:06:21.2204911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2208714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2212452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2216130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2218194Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2218882Z ^ 2024-04-03T17:06:21.2221180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2224940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2227070Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2227662Z ^ 2024-04-03T17:06:21.2229713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2233434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2237136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2241565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2243559Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2243989Z ^ 2024-04-03T17:06:21.2246029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2249724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2253474Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2254607Z ^ 2024-04-03T17:06:21.2258880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2265441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2269349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2273057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2275035Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2275446Z ^ 2024-04-03T17:06:21.2277579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2281269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2283418Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2284054Z ^ 2024-04-03T17:06:21.2286093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2291038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2296559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2300463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2302450Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2302868Z ^ 2024-04-03T17:06:21.2304906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2308719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2310918Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2311496Z ^ 2024-04-03T17:06:21.2313548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2317225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2320914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2324637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2326615Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2327038Z ^ 2024-04-03T17:06:21.2329079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2332811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2334946Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2335520Z ^ 2024-04-03T17:06:21.2337632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2341611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2345318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2348999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2351023Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2351446Z ^ 2024-04-03T17:06:21.2353900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2359457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2362700Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:21.2363302Z ^ 2024-04-03T17:06:21.2365392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2369097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2372910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2376706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2378868Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:21.2379365Z ^ 2024-04-03T17:06:21.2381437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:21.2383431Z 144 warnings generated when compiling for gfx90a. 2024-04-03T17:06:21.2383797Z 2024-04-03T17:06:21.5664340Z [7867/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MaxUnpooling.hip.o 2024-04-03T17:06:21.5666116Z [7868/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LogcumsumexpKernel.hip.o 2024-04-03T17:06:21.5667528Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5668654Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5670220Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5671530Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5672115Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5673026Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5674140Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5674692Z ^~~~ 2024-04-03T17:06:21.5676950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.5679619Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5680444Z ^ 2024-04-03T17:06:21.5682562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.5684957Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5685460Z ^ 2024-04-03T17:06:21.5686473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5687945Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5688469Z ^ 2024-04-03T17:06:21.5689196Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5690308Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5692251Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5693872Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5694698Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5695907Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5697642Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5698957Z ^~~~ 2024-04-03T17:06:21.5700124Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5701607Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5702198Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5703132Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5704105Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5704641Z ^~~~ 2024-04-03T17:06:21.5706867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.5709464Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5710283Z ^ 2024-04-03T17:06:21.5712383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.5714440Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5714929Z ^ 2024-04-03T17:06:21.5715909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5717136Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5717676Z ^ 2024-04-03T17:06:21.5718382Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5719499Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5721122Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5722488Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5723359Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5724299Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5725551Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5726106Z ^~~~ 2024-04-03T17:06:21.5727286Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5728779Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5729356Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5730274Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5731502Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5732056Z ^~~~ 2024-04-03T17:06:21.5735034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3), 1073741824>' requested here 2024-04-03T17:06:21.5738615Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5739449Z ^ 2024-04-03T17:06:21.5742040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3)>' requested here 2024-04-03T17:06:21.5744455Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5744953Z ^ 2024-04-03T17:06:21.5745965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5747426Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5747949Z ^ 2024-04-03T17:06:21.5748667Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5749776Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5751624Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5752928Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5753510Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5754429Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5755413Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5756189Z ^~~~ 2024-04-03T17:06:21.5757368Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5759010Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5759592Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5760518Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5761473Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5762102Z ^~~~ 2024-04-03T17:06:21.5764779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3), 1073741824>' requested here 2024-04-03T17:06:21.5767786Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5768590Z ^ 2024-04-03T17:06:21.5771062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3)>' requested here 2024-04-03T17:06:21.5773464Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5773957Z ^ 2024-04-03T17:06:21.5775223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5776523Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5777147Z ^ 2024-04-03T17:06:21.5777863Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5779597Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5782462Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5784739Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5785657Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5787061Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5788069Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5788623Z ^~~~ 2024-04-03T17:06:21.5790028Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5791318Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5791885Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5792948Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5794060Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5794606Z ^~~~ 2024-04-03T17:06:21.5797335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.5800302Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5801124Z ^ 2024-04-03T17:06:21.5803530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.5805952Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5806446Z ^ 2024-04-03T17:06:21.5807444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5808996Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5809537Z ^ 2024-04-03T17:06:21.5810253Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5811645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5813501Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5815064Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5815648Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5816662Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5817657Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5818218Z ^~~~ 2024-04-03T17:06:21.5820796Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5822220Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5823051Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5823989Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5825137Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5825776Z ^~~~ 2024-04-03T17:06:21.5828169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.5831095Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5831906Z ^ 2024-04-03T17:06:21.5834305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.5836538Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5837178Z ^ 2024-04-03T17:06:21.5838181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5839352Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5839884Z ^ 2024-04-03T17:06:21.5840863Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5841990Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5843839Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5845114Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5845824Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5846892Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5847962Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5848789Z ^~~~ 2024-04-03T17:06:21.5849126Z 12 warnings generated when compiling for gfx906. 2024-04-03T17:06:21.5849986Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5851154Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5853031Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5854315Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5855151Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5856084Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5857177Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5857996Z ^~~~ 2024-04-03T17:06:21.5860712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.5863374Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5864446Z ^ 2024-04-03T17:06:21.5866663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.5868724Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5869221Z ^ 2024-04-03T17:06:21.5870250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5871665Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5872204Z ^ 2024-04-03T17:06:21.5872992Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5874385Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5875983Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5877551Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5878131Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5879328Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5880316Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5880941Z ^~~~ 2024-04-03T17:06:21.5882259Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5883813Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5884398Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5885328Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5886289Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5886834Z ^~~~ 2024-04-03T17:06:21.5889053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.5892349Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5893428Z ^ 2024-04-03T17:06:21.5896105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.5898963Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5899448Z ^ 2024-04-03T17:06:21.5900741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5901925Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5902720Z ^ 2024-04-03T17:06:21.5903437Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5904546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5906420Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5907973Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5908646Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5909676Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5910838Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5911403Z ^~~~ 2024-04-03T17:06:21.5912794Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5914076Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5914654Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5915661Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5916637Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5917168Z ^~~~ 2024-04-03T17:06:21.5919548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3), 1073741824>' requested here 2024-04-03T17:06:21.5922276Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5923097Z ^ 2024-04-03T17:06:21.5925577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3)>' requested here 2024-04-03T17:06:21.5927998Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5928487Z ^ 2024-04-03T17:06:21.5929757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5931187Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5931726Z ^ 2024-04-03T17:06:21.5932544Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5933645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5935234Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5936959Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5937720Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5939023Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5940297Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5941006Z ^~~~ 2024-04-03T17:06:21.5942390Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5943948Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5944803Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5945890Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5947160Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5947781Z ^~~~ 2024-04-03T17:06:21.5951303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3), 1073741824>' requested here 2024-04-03T17:06:21.5954578Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5955662Z ^ 2024-04-03T17:06:21.5958133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3)>' requested here 2024-04-03T17:06:21.5960264Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5960841Z ^ 2024-04-03T17:06:21.5961851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5963033Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5963562Z ^ 2024-04-03T17:06:21.5964281Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5965700Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5967566Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5969069Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5969676Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5970872Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5971913Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5972678Z ^~~~ 2024-04-03T17:06:21.5974006Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5975334Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.5975912Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.5977019Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.5977993Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.5978697Z ^~~~ 2024-04-03T17:06:21.5981265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.5984554Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.5985527Z ^ 2024-04-03T17:06:21.5987775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.5990136Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.5990685Z ^ 2024-04-03T17:06:21.5991894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.5993358Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.5993893Z ^ 2024-04-03T17:06:21.5994728Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.5996053Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.5997918Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.5999486Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6000153Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6001253Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6002507Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6003057Z ^~~~ 2024-04-03T17:06:21.6004518Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6005805Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6006391Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6007591Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6008830Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6009388Z ^~~~ 2024-04-03T17:06:21.6011970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.6015191Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.6016008Z ^ 2024-04-03T17:06:21.6019015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.6021386Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.6021970Z ^ 2024-04-03T17:06:21.6023266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.6024448Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.6024968Z ^ 2024-04-03T17:06:21.6025964Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.6027350Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.6029004Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6030286Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6030864Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6032063Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6033037Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6033601Z ^~~~ 2024-04-03T17:06:21.6034169Z 12 warnings generated when compiling for gfx90a. 2024-04-03T17:06:21.6035021Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.6036408Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.6038271Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6039873Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6040467Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6041683Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6042665Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6043295Z ^~~~ 2024-04-03T17:06:21.6046056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.6049212Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.6050272Z ^ 2024-04-03T17:06:21.6052552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.6055007Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.6055495Z ^ 2024-04-03T17:06:21.6056860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.6058460Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.6059013Z ^ 2024-04-03T17:06:21.6059721Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.6060834Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.6062722Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6064014Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6064944Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6065884Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6067085Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6067670Z ^~~~ 2024-04-03T17:06:21.6068788Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6070429Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6071011Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6071931Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6073127Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6073707Z ^~~~ 2024-04-03T17:06:21.6076202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.6078803Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.6079620Z ^ 2024-04-03T17:06:21.6081799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.6084147Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.6084641Z ^ 2024-04-03T17:06:21.6085910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.6087343Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.6087871Z ^ 2024-04-03T17:06:21.6088586Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.6089981Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.6091902Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6093478Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6094227Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6095249Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6096602Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6097168Z ^~~~ 2024-04-03T17:06:21.6098739Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6100297Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6100964Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6102086Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6103313Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6103864Z ^~~~ 2024-04-03T17:06:21.6106771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3), 1073741824>' requested here 2024-04-03T17:06:21.6111572Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.6113030Z ^ 2024-04-03T17:06:21.6116984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3)>' requested here 2024-04-03T17:06:21.6121012Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.6121892Z ^ 2024-04-03T17:06:21.6123657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.6125762Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.6126764Z ^ 2024-04-03T17:06:21.6128116Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.6130266Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.6133353Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6135744Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6136912Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6138752Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6140701Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6141720Z ^~~~ 2024-04-03T17:06:21.6143808Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6146243Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6147293Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6148973Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6150865Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6151871Z ^~~~ 2024-04-03T17:06:21.6156314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan *, c10::complex *, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3), 1073741824>' requested here 2024-04-03T17:06:21.6161477Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.6162987Z ^ 2024-04-03T17:06:21.6167072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim, (lambda at /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:112:3)>' requested here 2024-04-03T17:06:21.6171132Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.6172061Z ^ 2024-04-03T17:06:21.6173916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.6176104Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.6177181Z ^ 2024-04-03T17:06:21.6178631Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.6180709Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.6183808Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6186184Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6187254Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6189107Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6190943Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6191959Z ^~~~ 2024-04-03T17:06:21.6194023Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6196411Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6197456Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6199207Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6200941Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6201917Z ^~~~ 2024-04-03T17:06:21.6206066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.6211172Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.6212619Z ^ 2024-04-03T17:06:21.6216701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.6220819Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.6221664Z ^ 2024-04-03T17:06:21.6223536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.6225887Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.6226881Z ^ 2024-04-03T17:06:21.6228166Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.6230268Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.6233257Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6235640Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6236709Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6238379Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6239911Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6240704Z ^~~~ 2024-04-03T17:06:21.6241847Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6243144Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6243715Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6244641Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6245729Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6246267Z ^~~~ 2024-04-03T17:06:21.6248578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:453:16: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:21.6251299Z cuda::cub::inclusive_scan(self_->const_data_ptr(), result.mutable_data_ptr(), binary_op, self.numel()); 2024-04-03T17:06:21.6252117Z ^ 2024-04-03T17:06:21.6254258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:121:9: note: in instantiation of function template specialization 'at::native::scan_dim' requested here 2024-04-03T17:06:21.6256356Z scan_dim(self, result, dim, init, log_add_exp); 2024-04-03T17:06:21.6256944Z ^ 2024-04-03T17:06:21.6257947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:110:24: note: expanded from macro '_LCME_DISPATCH' 2024-04-03T17:06:21.6259344Z #define _LCME_DISPATCH AT_DISPATCH_FLOATING_AND_COMPLEX_TYPES_AND2 2024-04-03T17:06:21.6259886Z ^ 2024-04-03T17:06:21.6260617Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LogcumsumexpKernel.hip:8: 2024-04-03T17:06:21.6261720Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScanUtils.cuh:6: 2024-04-03T17:06:21.6263932Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:21.6266275Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:21.6267361Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:21.6268949Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:21.6270703Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:21.6271704Z ^~~~ 2024-04-03T17:06:21.6272209Z 12 warnings generated when compiling for host. 2024-04-03T17:06:21.6272801Z 2024-04-03T17:06:22.0009815Z [7868/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MixedDtypesLinear.hip.o 2024-04-03T17:06:22.0013081Z [7869/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Loss.hip.o 2024-04-03T17:06:22.0015646Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip:12: 2024-04-03T17:06:22.0018579Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:22.0023965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0028228Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0029559Z ^ 2024-04-03T17:06:22.0033522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0041063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0048369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0055734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0060061Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0060857Z ^ 2024-04-03T17:06:22.0064692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0071918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0076106Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0077219Z ^ 2024-04-03T17:06:22.0081384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0088342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0095583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0103006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0106877Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0107662Z ^ 2024-04-03T17:06:22.0111643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0118973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0123140Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0124240Z ^ 2024-04-03T17:06:22.0128260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0135656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0143033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0150297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0154089Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0154846Z ^ 2024-04-03T17:06:22.0158691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0166097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0170307Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0171371Z ^ 2024-04-03T17:06:22.0175387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0183001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0190335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0197563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0201324Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0202079Z ^ 2024-04-03T17:06:22.0206040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0213120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0217587Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0218832Z ^ 2024-04-03T17:06:22.0222861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0230095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0237448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0244749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0248650Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0249435Z ^ 2024-04-03T17:06:22.0253404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0260361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0264540Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0265566Z ^ 2024-04-03T17:06:22.0269646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0276998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0284171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0291486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0295436Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0296206Z ^ 2024-04-03T17:06:22.0300545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0308140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0312409Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0313533Z ^ 2024-04-03T17:06:22.0317410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0324299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0331402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0338905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0342701Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0343480Z ^ 2024-04-03T17:06:22.0347530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0354750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0358833Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0359882Z ^ 2024-04-03T17:06:22.0363643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0370771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0377953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0385247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0389256Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0390008Z ^ 2024-04-03T17:06:22.0393900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0397857Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:22.0399284Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loss.hip:12: 2024-04-03T17:06:22.0401168Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:22.0405821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0409917Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0411011Z ^ 2024-04-03T17:06:22.0414944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0422433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0429695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0437076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0440979Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0441767Z ^ 2024-04-03T17:06:22.0445691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0452926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0457045Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0458121Z ^ 2024-04-03T17:06:22.0462186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0469404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0476800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0483703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0487542Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0488317Z ^ 2024-04-03T17:06:22.0492355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0499762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0503815Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0504932Z ^ 2024-04-03T17:06:22.0509083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0516343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0523593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0530766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0534593Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0535318Z ^ 2024-04-03T17:06:22.0539586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0546855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0551006Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0552091Z ^ 2024-04-03T17:06:22.0555998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0579093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0586501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0593705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0597558Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0598325Z ^ 2024-04-03T17:06:22.0602310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0609615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0613743Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0614846Z ^ 2024-04-03T17:06:22.0619022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0626340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0633580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0640807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0644598Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0645372Z ^ 2024-04-03T17:06:22.0649332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0656652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0661009Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0662096Z ^ 2024-04-03T17:06:22.0666077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0673411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0680607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0687790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0691658Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0692449Z ^ 2024-04-03T17:06:22.0696669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0704019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0708128Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0709265Z ^ 2024-04-03T17:06:22.0713326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0720438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0727633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0734843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0738877Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0739654Z ^ 2024-04-03T17:06:22.0743609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0750953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0755213Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0756329Z ^ 2024-04-03T17:06:22.0760327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0767517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0774666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0782183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0786039Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0786809Z ^ 2024-04-03T17:06:22.0790797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0794704Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:22.0795383Z 2024-04-03T17:06:22.0798015Z [7869/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveConvolutionTranspose2d.hip.o 2024-04-03T17:06:22.0801490Z [7870/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MaxMinElementwiseKernel.hip.o 2024-04-03T17:06:22.0804294Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip:8: 2024-04-03T17:06:22.0806453Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:22.0811170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0815352Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0816560Z ^ 2024-04-03T17:06:22.0820578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0827742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0834971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0842243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0846046Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0846828Z ^ 2024-04-03T17:06:22.0850767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0858099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0862421Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0863511Z ^ 2024-04-03T17:06:22.0867545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0873144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0876921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0880633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0882616Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0883026Z ^ 2024-04-03T17:06:22.0885133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0888846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0890996Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0891585Z ^ 2024-04-03T17:06:22.0893619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0897469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0901375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0905062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0907349Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0907975Z ^ 2024-04-03T17:06:22.0911895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0919214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0923349Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0924428Z ^ 2024-04-03T17:06:22.0928337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0935619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0942941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0950124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0953984Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.0954750Z ^ 2024-04-03T17:06:22.0958699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0965819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0970057Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.0971160Z ^ 2024-04-03T17:06:22.0975123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0982672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0989836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.0996962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1000804Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1001586Z ^ 2024-04-03T17:06:22.1005619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1012775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1016955Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1018173Z ^ 2024-04-03T17:06:22.1022141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1029322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1036468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1043552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1047341Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1048107Z ^ 2024-04-03T17:06:22.1052066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1059543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1063765Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1064873Z ^ 2024-04-03T17:06:22.1068768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1075924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1083026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1090469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1094396Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1095183Z ^ 2024-04-03T17:06:22.1099469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1106920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1111116Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1112236Z ^ 2024-04-03T17:06:22.1116302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1123685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1131029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1138591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1142647Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1143427Z ^ 2024-04-03T17:06:22.1147484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1154925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1159164Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1160282Z ^ 2024-04-03T17:06:22.1164302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1171658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1178764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1185977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1189585Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1190446Z ^ 2024-04-03T17:06:22.1194474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1201752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1205836Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1206927Z ^ 2024-04-03T17:06:22.1210876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1218168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1225199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1232348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1236190Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1236900Z ^ 2024-04-03T17:06:22.1240817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1247847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1252100Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1253235Z ^ 2024-04-03T17:06:22.1257532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1264790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1272110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1279473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1283019Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1283757Z ^ 2024-04-03T17:06:22.1287723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1294740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1299182Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1300310Z ^ 2024-04-03T17:06:22.1304228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1311658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1318986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1326408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1330299Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1331092Z ^ 2024-04-03T17:06:22.1335122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1342662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1346963Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1348074Z ^ 2024-04-03T17:06:22.1351814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1358799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1366132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1373356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1377349Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1378141Z ^ 2024-04-03T17:06:22.1382290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1389175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1393315Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1394549Z ^ 2024-04-03T17:06:22.1398208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1405642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1412938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1420303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1424214Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1425009Z ^ 2024-04-03T17:06:22.1429120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1436387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1440592Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1441712Z ^ 2024-04-03T17:06:22.1445840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1453146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1460618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1467934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1471819Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1472601Z ^ 2024-04-03T17:06:22.1476615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1484042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1488257Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1489457Z ^ 2024-04-03T17:06:22.1493475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1500981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1508300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1515713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1519639Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1520401Z ^ 2024-04-03T17:06:22.1524403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1531387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1535077Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1536117Z ^ 2024-04-03T17:06:22.1540204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1547462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1554452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1561707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1565788Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1566544Z ^ 2024-04-03T17:06:22.1570578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1578092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1582249Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1583315Z ^ 2024-04-03T17:06:22.1587340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1594689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1602107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1609441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1613025Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1613777Z ^ 2024-04-03T17:06:22.1617731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1624844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1628812Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1629875Z ^ 2024-04-03T17:06:22.1633735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1640894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1648121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1655448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1659433Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1660352Z ^ 2024-04-03T17:06:22.1664207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1671357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1675538Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1676678Z ^ 2024-04-03T17:06:22.1680465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1687815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1694670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1702094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1705980Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1706768Z ^ 2024-04-03T17:06:22.1710692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1717738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1721935Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1723050Z ^ 2024-04-03T17:06:22.1727091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1734427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1742053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1749388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1753231Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1753969Z ^ 2024-04-03T17:06:22.1757755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1765048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1769249Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1770379Z ^ 2024-04-03T17:06:22.1774547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1782158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1789338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1796570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1800518Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1801314Z ^ 2024-04-03T17:06:22.1805077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1812356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1816680Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1817826Z ^ 2024-04-03T17:06:22.1821823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1828882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1836165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1843362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1847092Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1847826Z ^ 2024-04-03T17:06:22.1851715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1859336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1863449Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1864525Z ^ 2024-04-03T17:06:22.1868435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1875752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1883058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1890182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1893926Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1894660Z ^ 2024-04-03T17:06:22.1898709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1905782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1910204Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1911319Z ^ 2024-04-03T17:06:22.1915354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1922374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1929795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1937019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1940141Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1940884Z ^ 2024-04-03T17:06:22.1945018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1952280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1956461Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.1957463Z ^ 2024-04-03T17:06:22.1961420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1968771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1975282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1979694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1983582Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.1984369Z ^ 2024-04-03T17:06:22.1988358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1995553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.1999833Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2000877Z ^ 2024-04-03T17:06:22.2004873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2012176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2019673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2027069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2030798Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2031542Z ^ 2024-04-03T17:06:22.2035456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2042825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2047057Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2048156Z ^ 2024-04-03T17:06:22.2052169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2059651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2066949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2074151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2078160Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2078929Z ^ 2024-04-03T17:06:22.2082885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2090051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2094345Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2095474Z ^ 2024-04-03T17:06:22.2099783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2106999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2114499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2121874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2125774Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2126577Z ^ 2024-04-03T17:06:22.2130708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2138074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2142384Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2143518Z ^ 2024-04-03T17:06:22.2147290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2154419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2161633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2168765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2172631Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2173412Z ^ 2024-04-03T17:06:22.2177613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2185105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2189357Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2190470Z ^ 2024-04-03T17:06:22.2194640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2201975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2209385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2216952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2220670Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2221439Z ^ 2024-04-03T17:06:22.2225497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2232224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2235642Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2236550Z ^ 2024-04-03T17:06:22.2239908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2245855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2251433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2257483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2260831Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2261472Z ^ 2024-04-03T17:06:22.2264417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2268161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2270429Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2271012Z ^ 2024-04-03T17:06:22.2273053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2276785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2280455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2284144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2286108Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2286531Z ^ 2024-04-03T17:06:22.2288593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2292274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2294521Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2295163Z ^ 2024-04-03T17:06:22.2297312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2303517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2308791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2312501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2314492Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2314918Z ^ 2024-04-03T17:06:22.2317050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2320744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2322889Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2323480Z ^ 2024-04-03T17:06:22.2325581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2329264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2332926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2336717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2338848Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2339273Z ^ 2024-04-03T17:06:22.2341311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2345063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2347209Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2347845Z ^ 2024-04-03T17:06:22.2349886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2353562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2357234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2360914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2362924Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2363343Z ^ 2024-04-03T17:06:22.2365389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2369143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2371274Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2371860Z ^ 2024-04-03T17:06:22.2373894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2377655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2381509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2385358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2387347Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2387825Z ^ 2024-04-03T17:06:22.2389876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2393555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2395748Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2396335Z ^ 2024-04-03T17:06:22.2398369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2402053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2405784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2409478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2411464Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2411970Z ^ 2024-04-03T17:06:22.2415494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2422560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2426570Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2427645Z ^ 2024-04-03T17:06:22.2431445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2438745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2445807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2453069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2456883Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2457785Z ^ 2024-04-03T17:06:22.2461701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2468618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2472668Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2473751Z ^ 2024-04-03T17:06:22.2477633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2484630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2491751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2499162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2502972Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2503730Z ^ 2024-04-03T17:06:22.2507644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2514793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2518877Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2519983Z ^ 2024-04-03T17:06:22.2523901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2530964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2538523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2545681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2549388Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2550140Z ^ 2024-04-03T17:06:22.2553966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2560959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2564852Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2565940Z ^ 2024-04-03T17:06:22.2569973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2577026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2584268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2591346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2595113Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2595906Z ^ 2024-04-03T17:06:22.2599742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2606598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2610516Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2611598Z ^ 2024-04-03T17:06:22.2615547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2622771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2629918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2636825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2640675Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2641400Z ^ 2024-04-03T17:06:22.2644548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2648501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2650662Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2651259Z ^ 2024-04-03T17:06:22.2653291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2657133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2660994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2664818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2667029Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2667440Z ^ 2024-04-03T17:06:22.2669491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2673181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2675380Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2675976Z ^ 2024-04-03T17:06:22.2678018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2681755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2685427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2689102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2691087Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2691496Z ^ 2024-04-03T17:06:22.2693575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2697367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2699833Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2700414Z ^ 2024-04-03T17:06:22.2702519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2706264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2712913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2719226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2722699Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2723423Z ^ 2024-04-03T17:06:22.2727219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2734219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2738576Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2739209Z ^ 2024-04-03T17:06:22.2741300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2745001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2751282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2757848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2761372Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2762070Z ^ 2024-04-03T17:06:22.2765836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2772796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2776920Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2778014Z ^ 2024-04-03T17:06:22.2781944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2788815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2795736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2802240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2805928Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2806655Z ^ 2024-04-03T17:06:22.2810296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2817095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2821171Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2822256Z ^ 2024-04-03T17:06:22.2825916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2832580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2839046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2844103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2846330Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2846760Z ^ 2024-04-03T17:06:22.2849342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2853067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2855210Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2855807Z ^ 2024-04-03T17:06:22.2857944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2861810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2865498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2869239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2871277Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2871703Z ^ 2024-04-03T17:06:22.2873751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2877438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2879584Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2880177Z ^ 2024-04-03T17:06:22.2882212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2886033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2889743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2893641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2895732Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2896145Z ^ 2024-04-03T17:06:22.2898436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2904216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2908114Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2909068Z ^ 2024-04-03T17:06:22.2912576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2919237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2926227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2933189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2936960Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2937726Z ^ 2024-04-03T17:06:22.2941698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2948577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2952370Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2953435Z ^ 2024-04-03T17:06:22.2957012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2963378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2969918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2976501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2980030Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.2980731Z ^ 2024-04-03T17:06:22.2984500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2990817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.2994300Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.2995130Z ^ 2024-04-03T17:06:22.2998534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3003036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3006859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3010538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3013567Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3014009Z ^ 2024-04-03T17:06:22.3017216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3023485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3025663Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3026257Z ^ 2024-04-03T17:06:22.3028384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3032226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3038435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3042317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3044309Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3044737Z ^ 2024-04-03T17:06:22.3046792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3050477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3052706Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3053296Z ^ 2024-04-03T17:06:22.3055412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3059377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3063077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3066763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3068739Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3069238Z ^ 2024-04-03T17:06:22.3071268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3073510Z 336 warnings generated when compiling for gfx906. 2024-04-03T17:06:22.3074690Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MaxMinElementwiseKernel.hip:8: 2024-04-03T17:06:22.3075822Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:22.3078610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3080903Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3081500Z ^ 2024-04-03T17:06:22.3083930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3087645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3091408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3095106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3097243Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3097668Z ^ 2024-04-03T17:06:22.3100138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3103918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3106045Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3106809Z ^ 2024-04-03T17:06:22.3110482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3115395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3119298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3122995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3124977Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3125448Z ^ 2024-04-03T17:06:22.3127497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3131190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3133333Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3133926Z ^ 2024-04-03T17:06:22.3135957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3139928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3143632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3147396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3149441Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3149854Z ^ 2024-04-03T17:06:22.3151900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3155588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3157730Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3158310Z ^ 2024-04-03T17:06:22.3160392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3164072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3167769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3171483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3173455Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3173861Z ^ 2024-04-03T17:06:22.3175906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3180016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3182175Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3182750Z ^ 2024-04-03T17:06:22.3184799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3188569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3192250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3195974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3197939Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3198355Z ^ 2024-04-03T17:06:22.3200395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3204079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3206275Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3206865Z ^ 2024-04-03T17:06:22.3208905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3212680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3216358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3220262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3222250Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3222673Z ^ 2024-04-03T17:06:22.3224732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3228421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3230532Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3231195Z ^ 2024-04-03T17:06:22.3234808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3238665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3242573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3246393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3248388Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3248815Z ^ 2024-04-03T17:06:22.3250931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3254603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3257227Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3258076Z ^ 2024-04-03T17:06:22.3261959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3268482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3275220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3282280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3286163Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3286899Z ^ 2024-04-03T17:06:22.3290788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3298178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3302291Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3303511Z ^ 2024-04-03T17:06:22.3307339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3314411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3321394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3328506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3332254Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3333039Z ^ 2024-04-03T17:06:22.3336942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3344301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3348377Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3349447Z ^ 2024-04-03T17:06:22.3353289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3360276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3367196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3374267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3378415Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3379097Z ^ 2024-04-03T17:06:22.3382975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3390156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3394188Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3395224Z ^ 2024-04-03T17:06:22.3398946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3405831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3413012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3419871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3423268Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3423952Z ^ 2024-04-03T17:06:22.3427577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3434527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3438445Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3439520Z ^ 2024-04-03T17:06:22.3443396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3450486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3457652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3465027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3468630Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3469523Z ^ 2024-04-03T17:06:22.3473400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3480333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3484265Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3485329Z ^ 2024-04-03T17:06:22.3489083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3496278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3503446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3510489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3514237Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3514987Z ^ 2024-04-03T17:06:22.3518773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3525447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3529467Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3530558Z ^ 2024-04-03T17:06:22.3534353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3541495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3548694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3555887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3559682Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3560451Z ^ 2024-04-03T17:06:22.3564369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3571405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3575491Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3576701Z ^ 2024-04-03T17:06:22.3580741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3587638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3594813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3601586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3605180Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3605943Z ^ 2024-04-03T17:06:22.3609694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3616724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3620922Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3622011Z ^ 2024-04-03T17:06:22.3625839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3652819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3660315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3667422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3671252Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3672008Z ^ 2024-04-03T17:06:22.3675910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3683073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3686814Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3687921Z ^ 2024-04-03T17:06:22.3691861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3698015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3703066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3706748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3708739Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3709155Z ^ 2024-04-03T17:06:22.3711209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3714893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3717122Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3717700Z ^ 2024-04-03T17:06:22.3719753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3723510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3727182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3730875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3732837Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3733262Z ^ 2024-04-03T17:06:22.3735355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3739304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3741449Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3742028Z ^ 2024-04-03T17:06:22.3744142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3747835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3751527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3755226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3757200Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3757619Z ^ 2024-04-03T17:06:22.3759648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3763396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3765581Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3766173Z ^ 2024-04-03T17:06:22.3768211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3772358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3776046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3780085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3782075Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3782500Z ^ 2024-04-03T17:06:22.3784535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3788751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3790913Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3791503Z ^ 2024-04-03T17:06:22.3793566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3797263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3800949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3804617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3806648Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3807069Z ^ 2024-04-03T17:06:22.3809098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3812847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3814975Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3815564Z ^ 2024-04-03T17:06:22.3817712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3821618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3825747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3829426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3831394Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3831818Z ^ 2024-04-03T17:06:22.3833919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3837607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3839759Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3840345Z ^ 2024-04-03T17:06:22.3843067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3846814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3850744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3855123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3857277Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3857685Z ^ 2024-04-03T17:06:22.3859915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3863621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3865757Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3866350Z ^ 2024-04-03T17:06:22.3868396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3872155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3875849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3879571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3881557Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3881966Z ^ 2024-04-03T17:06:22.3884020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3887899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3890053Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3890627Z ^ 2024-04-03T17:06:22.3892676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3896746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3900696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3906050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3908037Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3908463Z ^ 2024-04-03T17:06:22.3910511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3914210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3916461Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3917042Z ^ 2024-04-03T17:06:22.3919098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3922804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3926534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3930212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3932175Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3932594Z ^ 2024-04-03T17:06:22.3934805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3938779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3940915Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3941580Z ^ 2024-04-03T17:06:22.3943655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3947345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3951069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3954747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3956724Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3957144Z ^ 2024-04-03T17:06:22.3959193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3962898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3965039Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3965624Z ^ 2024-04-03T17:06:22.3967721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3971430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3975098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3979330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3982572Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.3983329Z ^ 2024-04-03T17:06:22.3987017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3993570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.3997618Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.3998779Z ^ 2024-04-03T17:06:22.4002737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4009862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4017003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4024002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4027850Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4028595Z ^ 2024-04-03T17:06:22.4032340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4039269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4043476Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4044539Z ^ 2024-04-03T17:06:22.4048328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4055235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4062526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4069594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4073390Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4074291Z ^ 2024-04-03T17:06:22.4078191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4085266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4089483Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4090573Z ^ 2024-04-03T17:06:22.4094430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4101764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4109009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4116025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4119683Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4120460Z ^ 2024-04-03T17:06:22.4124303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4131103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4134905Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4135976Z ^ 2024-04-03T17:06:22.4140138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4147045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4154009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4161225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4164979Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4165871Z ^ 2024-04-03T17:06:22.4169758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4176815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4180697Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4181749Z ^ 2024-04-03T17:06:22.4185606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4192718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4199579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4206584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4210380Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4211156Z ^ 2024-04-03T17:06:22.4214823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4219871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4222155Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4222751Z ^ 2024-04-03T17:06:22.4224825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4228533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4232454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4236200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4238183Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4238609Z ^ 2024-04-03T17:06:22.4240642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4244326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4247531Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4248168Z ^ 2024-04-03T17:06:22.4250300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4254151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4257969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4261809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4263906Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4264331Z ^ 2024-04-03T17:06:22.4266366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4270065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4272204Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4272794Z ^ 2024-04-03T17:06:22.4275022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4278769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4282495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4286176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4288153Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4288575Z ^ 2024-04-03T17:06:22.4290612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4294336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4296567Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4297163Z ^ 2024-04-03T17:06:22.4299375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4303145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4306816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4310497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4312480Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4312885Z ^ 2024-04-03T17:06:22.4314940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4318646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4320848Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4321443Z ^ 2024-04-03T17:06:22.4323475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4327228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4330912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4334589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4336654Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4337062Z ^ 2024-04-03T17:06:22.4339350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4343038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4345767Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4346348Z ^ 2024-04-03T17:06:22.4348477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4352165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4356010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4359696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4361670Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4362093Z ^ 2024-04-03T17:06:22.4364125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4367869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4370049Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4370625Z ^ 2024-04-03T17:06:22.4372671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4376356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4380312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4384055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4386035Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4386453Z ^ 2024-04-03T17:06:22.4388497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4392217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4394353Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4394944Z ^ 2024-04-03T17:06:22.4396978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4400675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4404357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4408033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4410057Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4410473Z ^ 2024-04-03T17:06:22.4412513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4416232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4418557Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4419148Z ^ 2024-04-03T17:06:22.4421218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4424910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4428646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4432320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4434278Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4434698Z ^ 2024-04-03T17:06:22.4436806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4440474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4442603Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4443191Z ^ 2024-04-03T17:06:22.4445243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4448933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4452605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4456318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4458556Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4458979Z ^ 2024-04-03T17:06:22.4461008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4464681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4466828Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4467415Z ^ 2024-04-03T17:06:22.4469443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4473178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4476858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4480608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4482595Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4483001Z ^ 2024-04-03T17:06:22.4485044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4488748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4490890Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4491467Z ^ 2024-04-03T17:06:22.4493526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4497327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4501215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4504964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4506939Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4507344Z ^ 2024-04-03T17:06:22.4509397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4513089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4515234Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4515849Z ^ 2024-04-03T17:06:22.4517887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4521585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4525320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4529009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4530974Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4531389Z ^ 2024-04-03T17:06:22.4533423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4537188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4539553Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4540132Z ^ 2024-04-03T17:06:22.4542236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4545901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4549788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4553476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4555430Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4555849Z ^ 2024-04-03T17:06:22.4557896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4561633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4563760Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4564347Z ^ 2024-04-03T17:06:22.4566441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4570143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4573939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4577698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4579811Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4580234Z ^ 2024-04-03T17:06:22.4582272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4586506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4588733Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4589306Z ^ 2024-04-03T17:06:22.4591362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4595111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4598801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4602488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4604464Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4604925Z ^ 2024-04-03T17:06:22.4606966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4610662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4612832Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4613424Z ^ 2024-04-03T17:06:22.4615479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4619478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4623202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4626879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4628857Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4629278Z ^ 2024-04-03T17:06:22.4631388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4635060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4637264Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4637857Z ^ 2024-04-03T17:06:22.4639896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4643584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4647252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4650989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4652962Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4653554Z ^ 2024-04-03T17:06:22.4656737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4662092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4665871Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4666917Z ^ 2024-04-03T17:06:22.4670882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4677454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4681769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4685730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4687826Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4688254Z ^ 2024-04-03T17:06:22.4690301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4694050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4696197Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4696884Z ^ 2024-04-03T17:06:22.4699104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4703624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4707597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4711375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4713503Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4713915Z ^ 2024-04-03T17:06:22.4716041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4719953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4722178Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4722752Z ^ 2024-04-03T17:06:22.4724873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4728752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4732607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4736632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4739001Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4739416Z ^ 2024-04-03T17:06:22.4741542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4745340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4747658Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4748239Z ^ 2024-04-03T17:06:22.4750420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4754337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4758197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4762125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4764264Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4764685Z ^ 2024-04-03T17:06:22.4766794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4770604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4772917Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.4773492Z ^ 2024-04-03T17:06:22.4775605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4779894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4783805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4787741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4789832Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.4790311Z ^ 2024-04-03T17:06:22.4792413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.4794498Z 336 warnings generated when compiling for gfx90a. 2024-04-03T17:06:22.4794848Z 2024-04-03T17:06:22.4795723Z [7870/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultiMarginLoss.hip.o 2024-04-03T17:06:22.4797426Z [7871/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_LossCTC.hip.o 2024-04-03T17:06:22.4799220Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip:19: 2024-04-03T17:06:22.4802016Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:22.4804710Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:22.4806152Z ^ 2024-04-03T17:06:22.4808101Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:22.4809539Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:22.4810120Z ^ 2024-04-03T17:06:22.4811110Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:22.4812490Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:22.4813256Z ^ 2024-04-03T17:06:22.4813925Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:22.4815021Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip:19: 2024-04-03T17:06:22.4817722Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:22.4820212Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:22.4821876Z ^ 2024-04-03T17:06:22.4823890Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:22.4825628Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:22.4826297Z ^ 2024-04-03T17:06:22.4827441Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:22.4828947Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:22.4829995Z ^ 2024-04-03T17:06:22.4830799Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:22.4832211Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/LossCTC.hip:19: 2024-04-03T17:06:22.4835187Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:22.4838057Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:22.4839479Z ^ 2024-04-03T17:06:22.4841120Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:22.4842051Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:22.4842415Z ^ 2024-04-03T17:06:22.4843039Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:22.4843844Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:22.4844328Z ^ 2024-04-03T17:06:22.4844762Z 1 warning generated when compiling for host. 2024-04-03T17:06:22.4845086Z 2024-04-03T17:06:22.5187893Z [7871/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultiLabelMarginCriterion.hip.o 2024-04-03T17:06:22.5192139Z [7872/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MaxUnpooling.hip.o 2024-04-03T17:06:22.5258673Z [7872/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RreluWithNoise.hip.o 2024-04-03T17:06:22.5262211Z [7873/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_AffineQuantizer.hip.o 2024-04-03T17:06:22.5266645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip:7: 2024-04-03T17:06:22.5268891Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:22.5273873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5278175Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5279299Z ^ 2024-04-03T17:06:22.5283390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5290820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5298433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5305242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5309371Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5310165Z ^ 2024-04-03T17:06:22.5314239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5321721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5325970Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5327096Z ^ 2024-04-03T17:06:22.5331163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5338830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5346348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5353777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5357735Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5358513Z ^ 2024-04-03T17:06:22.5362630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5370037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5374311Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5375439Z ^ 2024-04-03T17:06:22.5379853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5387284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5394662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5402154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5406157Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5406928Z ^ 2024-04-03T17:06:22.5410992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5418551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5421987Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5423095Z ^ 2024-04-03T17:06:22.5426647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5430563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5434285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5436213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5436393Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5436492Z ^ 2024-04-03T17:06:22.5438367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5440619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5441112Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5441279Z ^ 2024-04-03T17:06:22.5443333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5445229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5447179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5449118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5449278Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5449375Z ^ 2024-04-03T17:06:22.5451260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5453129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5453467Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5453561Z ^ 2024-04-03T17:06:22.5455468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5457462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5460145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5463728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5464025Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5464219Z ^ 2024-04-03T17:06:22.5467505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5470639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5471160Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5471302Z ^ 2024-04-03T17:06:22.5474490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5477884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5481520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5485179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5485488Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5485655Z ^ 2024-04-03T17:06:22.5489300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5493036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5493643Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5493823Z ^ 2024-04-03T17:06:22.5497408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5500626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5502508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5504373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5504547Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5504645Z ^ 2024-04-03T17:06:22.5506765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5509009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5509407Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5509502Z ^ 2024-04-03T17:06:22.5511365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5513288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5515152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5517026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5517186Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5517293Z ^ 2024-04-03T17:06:22.5519209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5521098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5521430Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5521555Z ^ 2024-04-03T17:06:22.5523441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5525303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5527177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5529039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5529197Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5529302Z ^ 2024-04-03T17:06:22.5531164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5533067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5533411Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5533505Z ^ 2024-04-03T17:06:22.5535501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5537450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5539488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5541407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5541585Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5541679Z ^ 2024-04-03T17:06:22.5543548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5545706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5546032Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5546139Z ^ 2024-04-03T17:06:22.5548007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5549886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5551745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5553610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5553810Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5553904Z ^ 2024-04-03T17:06:22.5555781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5557705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5558038Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5558134Z ^ 2024-04-03T17:06:22.5559994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5561869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5563757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5565631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5565793Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5565930Z ^ 2024-04-03T17:06:22.5567794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5569668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5569992Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5570086Z ^ 2024-04-03T17:06:22.5571959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5573821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5575683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5577660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5577865Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5577959Z ^ 2024-04-03T17:06:22.5580024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5581912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5582231Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5582344Z ^ 2024-04-03T17:06:22.5584264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5586127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5587995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5589938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5590111Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5590206Z ^ 2024-04-03T17:06:22.5592231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5594134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5594457Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5594564Z ^ 2024-04-03T17:06:22.5596969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5600543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5603958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5607292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5607548Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5607702Z ^ 2024-04-03T17:06:22.5611016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5614417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5615152Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5615344Z ^ 2024-04-03T17:06:22.5619471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5623173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5626744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5630266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5630588Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5630788Z ^ 2024-04-03T17:06:22.5634212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5637658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5638259Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5638595Z ^ 2024-04-03T17:06:22.5642061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5645682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5649129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5652423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5652725Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5652893Z ^ 2024-04-03T17:06:22.5656251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5656694Z 108 warnings generated when compiling for gfx906. 2024-04-03T17:06:22.5657675Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/AffineQuantizer.hip:7: 2024-04-03T17:06:22.5658515Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:22.5661740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5662457Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5662627Z ^ 2024-04-03T17:06:22.5665846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5669141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5672335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5675733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5675995Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5676284Z ^ 2024-04-03T17:06:22.5679815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5683311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5684006Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5684177Z ^ 2024-04-03T17:06:22.5687581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5691058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5694583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5698227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5698707Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5698890Z ^ 2024-04-03T17:06:22.5702148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5705669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5706247Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5706432Z ^ 2024-04-03T17:06:22.5709725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5712965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5716440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5719872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5720166Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5720329Z ^ 2024-04-03T17:06:22.5723795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5726805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5727337Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5727528Z ^ 2024-04-03T17:06:22.5731023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5734359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5737901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5741433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5741720Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5741864Z ^ 2024-04-03T17:06:22.5744885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5747985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5748494Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5748661Z ^ 2024-04-03T17:06:22.5751754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5754978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5758791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5762450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5762803Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5762975Z ^ 2024-04-03T17:06:22.5766626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5770266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5770873Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5771018Z ^ 2024-04-03T17:06:22.5774326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5776360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5778636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5780541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5780704Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5780814Z ^ 2024-04-03T17:06:22.5782684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5784557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5784878Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5784975Z ^ 2024-04-03T17:06:22.5787971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5791370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5794680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5797789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5798092Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5798233Z ^ 2024-04-03T17:06:22.5801615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5805418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5806024Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5806205Z ^ 2024-04-03T17:06:22.5809847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5813527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5817238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5820583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5820847Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5820991Z ^ 2024-04-03T17:06:22.5824292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5827771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5828472Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5828621Z ^ 2024-04-03T17:06:22.5831791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5835143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5838476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5841984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5842308Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5842510Z ^ 2024-04-03T17:06:22.5846094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5849571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5850207Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5850384Z ^ 2024-04-03T17:06:22.5853987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5857611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5861275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5864797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5865105Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5865304Z ^ 2024-04-03T17:06:22.5868788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5872435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5873084Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5873228Z ^ 2024-04-03T17:06:22.5876422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5879638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5882921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5886348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5886651Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5886819Z ^ 2024-04-03T17:06:22.5890158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5893688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5894217Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5894397Z ^ 2024-04-03T17:06:22.5897979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5901479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5904871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5908351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5908752Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5908907Z ^ 2024-04-03T17:06:22.5912081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5915404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5915926Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5916065Z ^ 2024-04-03T17:06:22.5919121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5922220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5925840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5929346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5929661Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5929935Z ^ 2024-04-03T17:06:22.5933224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5936638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5937192Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5937343Z ^ 2024-04-03T17:06:22.5941055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5944598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5948145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5951823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5952286Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5952461Z ^ 2024-04-03T17:06:22.5955961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5959516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5960137Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5960338Z ^ 2024-04-03T17:06:22.5963844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5967541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5971048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5974357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5974638Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5974831Z ^ 2024-04-03T17:06:22.5978437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5981780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5982367Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.5982542Z ^ 2024-04-03T17:06:22.5985767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5989105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5992504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5996063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.5996353Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.5996538Z ^ 2024-04-03T17:06:22.5999787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6003157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6003775Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.6004056Z ^ 2024-04-03T17:06:22.6007275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6010482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6013768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6017028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6017299Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.6017448Z ^ 2024-04-03T17:06:22.6020477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6023970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6024573Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:22.6024752Z ^ 2024-04-03T17:06:22.6028136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6031282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6034549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6037667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6037980Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:22.6038127Z ^ 2024-04-03T17:06:22.6041457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:22.6041924Z 108 warnings generated when compiling for gfx90a. 2024-04-03T17:06:22.6041940Z 2024-04-03T17:06:23.3630626Z [7873/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ScatterGatherKernel.hip.o 2024-04-03T17:06:23.3634373Z [7874/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveConvolutionTranspose2d.hip.o 2024-04-03T17:06:23.4427836Z [7874/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SegmentReduce.hip.o 2024-04-03T17:06:23.4430833Z [7875/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultiMarginLoss.hip.o 2024-04-03T17:06:23.7879928Z [7875/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Shape.hip.o 2024-04-03T17:06:23.7883308Z [7876/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultiLabelMarginCriterion.hip.o 2024-04-03T17:06:24.0862655Z [7876/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SoftMax.hip.o 2024-04-03T17:06:24.0865666Z [7877/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RreluWithNoise.hip.o 2024-04-03T17:06:24.0867217Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2024-04-03T17:06:24.0868407Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:24.0869626Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:24.0871211Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:24.0872876Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:24.0873858Z ^ 2024-04-03T17:06:24.0875000Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:24.0876188Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:24.0876568Z ^ 2024-04-03T17:06:24.0877265Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:24.0878124Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:24.0878689Z ^ 2024-04-03T17:06:24.0879258Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:24.0880121Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2024-04-03T17:06:24.0881404Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:24.0882595Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:24.0884277Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:24.0885966Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:24.0886902Z ^ 2024-04-03T17:06:24.0888032Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:24.0889058Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:24.0889443Z ^ 2024-04-03T17:06:24.0890132Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:24.0890982Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:24.0891605Z ^ 2024-04-03T17:06:24.0892097Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:24.0892966Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RreluWithNoise.hip:6: 2024-04-03T17:06:24.0894213Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:24.0895447Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:24.0897216Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:24.0900646Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:24.0901579Z ^ 2024-04-03T17:06:24.0902750Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:24.0903672Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:24.0904050Z ^ 2024-04-03T17:06:24.0904737Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:24.0905550Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:24.0906042Z ^ 2024-04-03T17:06:24.0906482Z 1 warning generated when compiling for host. 2024-04-03T17:06:24.0906808Z 2024-04-03T17:06:24.2434873Z [7877/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Sort.hip.o 2024-04-03T17:06:24.2438054Z [7878/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ScatterGatherKernel.hip.o 2024-04-03T17:06:24.2440681Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:15: 2024-04-03T17:06:24.2442779Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:24.2445764Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:24.2448733Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:24.2450325Z ^ 2024-04-03T17:06:24.2452329Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:24.2454182Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:24.2454859Z ^ 2024-04-03T17:06:24.2455963Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:24.2457560Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:24.2458795Z ^ 2024-04-03T17:06:24.2459576Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:24.2461158Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:15: 2024-04-03T17:06:24.2463268Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:24.2466321Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:24.2469181Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:24.2470791Z ^ 2024-04-03T17:06:24.2472760Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:24.2474626Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:24.2475289Z ^ 2024-04-03T17:06:24.2476431Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:24.2477916Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:24.2478803Z ^ 2024-04-03T17:06:24.2479626Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:24.2481256Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ScatterGatherKernel.hip:15: 2024-04-03T17:06:24.2483454Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:24.2486540Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:24.2489462Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:24.2491051Z ^ 2024-04-03T17:06:24.2493070Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:24.2494799Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:24.2495483Z ^ 2024-04-03T17:06:24.2496711Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:24.2498231Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:24.2499252Z ^ 2024-04-03T17:06:24.2500034Z 1 warning generated when compiling for host. 2024-04-03T17:06:24.2500665Z 2024-04-03T17:06:24.5166669Z [7878/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SortImpl.hip.o 2024-04-03T17:06:24.5169290Z [7879/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MixedDtypesLinear.hip.o 2024-04-03T17:06:24.8393371Z [7879/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SortStable.hip.o 2024-04-03T17:06:24.8395090Z [7880/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Shape.hip.o 2024-04-03T17:06:25.6908086Z [7880/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Sorting.hip.o 2024-04-03T17:06:25.6910985Z [7881/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SegmentReduce.hip.o 2024-04-03T17:06:25.6914845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.6917268Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.6929083Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7018492Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7019925Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7020695Z ^~~~ 2024-04-03T17:06:25.7021962Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7023268Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7023905Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7025480Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7027125Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7027928Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7029142Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7030815Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7032112Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7032755Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7034274Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7035832Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7036498Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7037768Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7039066Z __VA_ARGS__ \ 2024-04-03T17:06:25.7039779Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7041664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7043671Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7044441Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7046005Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7047836Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7048851Z ^~~~ 2024-04-03T17:06:25.7050481Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7052211Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7052934Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7054706Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7056682Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7057646Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7059030Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7061295Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7063035Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7063885Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7065760Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7067766Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7068669Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7070195Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7071895Z __VA_ARGS__ \ 2024-04-03T17:06:25.7072734Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7075113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7077597Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7078513Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7080170Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7081911Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7082918Z ^~~~ 2024-04-03T17:06:25.7084505Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7086419Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7087266Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7089201Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7091257Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7092333Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7093671Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7095843Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7097608Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7098535Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7100372Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7102125Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7102969Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7104401Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7106000Z __VA_ARGS__ \ 2024-04-03T17:06:25.7106800Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7109046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7111296Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7112156Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7113750Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7115418Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7116395Z ^~~~ 2024-04-03T17:06:25.7117832Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7119482Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7120455Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7122355Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7124263Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7125352Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7126783Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7129017Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7130695Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7131580Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7133435Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7135184Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7136102Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7137698Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7139387Z __VA_ARGS__ \ 2024-04-03T17:06:25.7140228Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7142677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7145152Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7146192Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7147892Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7149706Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7150704Z ^~~~ 2024-04-03T17:06:25.7152314Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7154031Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7154848Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7156897Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7158839Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7159862Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7161119Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7163316Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7165041Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7165821Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7167613Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7169426Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7170285Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7171735Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7173384Z __VA_ARGS__ \ 2024-04-03T17:06:25.7174202Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7176675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7179240Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7180142Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7181837Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7183575Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7184566Z ^~~~ 2024-04-03T17:06:25.7186099Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7187926Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7188690Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7190525Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7192400Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7193372Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7194662Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7196722Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7198324Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7199155Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7200598Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7201644Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7202146Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7202988Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7204009Z __VA_ARGS__ \ 2024-04-03T17:06:25.7204660Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7207030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7209510Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7210390Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7211879Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7213639Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7214593Z ^~~~ 2024-04-03T17:06:25.7216132Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7218000Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7219151Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7221048Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7222999Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7223998Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7225333Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7227592Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7229299Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7230152Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7231901Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7233757Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7234629Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7236076Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7237876Z __VA_ARGS__ \ 2024-04-03T17:06:25.7238582Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7240787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7243401Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7244454Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7246231Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7248129Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7249128Z ^~~~ 2024-04-03T17:06:25.7250684Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7252482Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7253331Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7255301Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7257487Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7258720Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7260065Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7262338Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7264051Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7264988Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7266856Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7268729Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7269632Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7271114Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7272859Z __VA_ARGS__ \ 2024-04-03T17:06:25.7273728Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7276256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7278787Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7279697Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7281378Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7283156Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7284185Z ^~~~ 2024-04-03T17:06:25.7285779Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7287538Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7288384Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7290366Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7292418Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7293512Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7294873Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7297239Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7299122Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7300115Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7302043Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7303924Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7304829Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7306538Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7308263Z __VA_ARGS__ \ 2024-04-03T17:06:25.7309124Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7311580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7314091Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7315005Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7316643Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7318460Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7319434Z ^~~~ 2024-04-03T17:06:25.7320949Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7322728Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7323538Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7325493Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7327709Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7328738Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7330081Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7332358Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7334117Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7334963Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7337072Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7339135Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7340045Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7341580Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7343301Z __VA_ARGS__ \ 2024-04-03T17:06:25.7344156Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7346667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7349192Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7350099Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7351773Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7353547Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7354460Z ^~~~ 2024-04-03T17:06:25.7355774Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7356961Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7357426Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7358479Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7359717Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7360305Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7361024Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7362254Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7363250Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7363724Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7364740Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7365766Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7366265Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7367089Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7368028Z __VA_ARGS__ \ 2024-04-03T17:06:25.7368502Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7369793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7371146Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7371648Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7372560Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7373594Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7374150Z ^~~~ 2024-04-03T17:06:25.7375027Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7375981Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7376543Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7377606Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7378937Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7379528Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7380322Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7381543Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7382465Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7382940Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7383967Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7384975Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7385473Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7386303Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7387219Z __VA_ARGS__ \ 2024-04-03T17:06:25.7387692Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7389005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7390351Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7390841Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7391751Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7392718Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7393295Z ^~~~ 2024-04-03T17:06:25.7394169Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7395134Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7395580Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7396640Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7397796Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7398380Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7399093Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7400311Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7401239Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7401702Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7402720Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7403737Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7404227Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7405066Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7405998Z __VA_ARGS__ \ 2024-04-03T17:06:25.7406473Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7407814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7409165Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7409664Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7410567Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7411545Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7412109Z ^~~~ 2024-04-03T17:06:25.7412966Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7413968Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7414434Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7415477Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7416685Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7417281Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7418008Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7419428Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7420373Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7420851Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7421867Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7422886Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7423389Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7424214Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7425143Z __VA_ARGS__ \ 2024-04-03T17:06:25.7425622Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7426931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7428343Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7428849Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7429764Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7430770Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7431317Z ^~~~ 2024-04-03T17:06:25.7432186Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7433138Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7433604Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7434663Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7435780Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7436359Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7437081Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7438296Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7439224Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7439702Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7440724Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7441776Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7442274Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7443110Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7444044Z __VA_ARGS__ \ 2024-04-03T17:06:25.7444511Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7445818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7447173Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7447720Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7448630Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7449608Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7450150Z ^~~~ 2024-04-03T17:06:25.7451023Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7451995Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7452456Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7453497Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7454617Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7455202Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7455918Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7457230Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7458169Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7458934Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7459959Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7461042Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7461540Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7462362Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7463295Z __VA_ARGS__ \ 2024-04-03T17:06:25.7463813Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7465106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7466464Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7466965Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7467862Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7468834Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7469380Z ^~~~ 2024-04-03T17:06:25.7470256Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7471210Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7471672Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7472725Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7473830Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7474414Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7475188Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7476394Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7477332Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7477804Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7478824Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7479840Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7480342Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7481219Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7482139Z __VA_ARGS__ \ 2024-04-03T17:06:25.7482612Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7483925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7485263Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7485764Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7486676Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7490789Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7491342Z ^~~~ 2024-04-03T17:06:25.7492226Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7493207Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7493657Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7494713Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7495831Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7496498Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7497239Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7498719Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7499667Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7500129Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7501161Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7502255Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7502745Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7503582Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7504514Z __VA_ARGS__ \ 2024-04-03T17:06:25.7504980Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7506293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7507653Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7508153Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7509049Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7510020Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7510568Z ^~~~ 2024-04-03T17:06:25.7511427Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7512435Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7512902Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7513945Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7515068Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7515658Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7516372Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7517600Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7518579Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7519058Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7520070Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7521088Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7521588Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7522409Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7523340Z __VA_ARGS__ \ 2024-04-03T17:06:25.7523850Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7525235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7526589Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7527090Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7527995Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7528959Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7529516Z ^~~~ 2024-04-03T17:06:25.7530387Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7531400Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7531861Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7532924Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7534102Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.7534856Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7535750Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7537071Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7538001Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7538609Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7539645Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7540672Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7541178Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7542011Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7542929Z __VA_ARGS__ \ 2024-04-03T17:06:25.7543405Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7544716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7546272Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7546833Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7547770Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7548742Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7549282Z ^~~~ 2024-04-03T17:06:25.7550154Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7551122Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7551572Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7552675Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7553799Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.7554381Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7555092Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7556313Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7557248Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7557713Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7558733Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7559760Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7560243Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7561083Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7562014Z __VA_ARGS__ \ 2024-04-03T17:06:25.7562487Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7563780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7565123Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7565669Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7566570Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7567548Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7568103Z ^~~~ 2024-04-03T17:06:25.7568960Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7569996Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7570462Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7571523Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7572640Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.7573223Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7573942Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7575147Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7576081Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7576645Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7577669Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7578883Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7579387Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7580265Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7581619Z __VA_ARGS__ \ 2024-04-03T17:06:25.7582342Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7584452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7586821Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7587711Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7589222Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7590316Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7590881Z ^~~~ 2024-04-03T17:06:25.7591769Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7592746Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7593198Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7594258Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7595379Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.7595947Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7596668Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7597882Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7598810Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7599289Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7600311Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7601332Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7601816Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7602650Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7603631Z __VA_ARGS__ \ 2024-04-03T17:06:25.7604091Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7605400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7606756Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7607288Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7608204Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7609191Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7609734Z ^~~~ 2024-04-03T17:06:25.7610608Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7611575Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7612037Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7613080Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7614196Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.7614776Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7615490Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7616831Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7617815Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7618434Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7619522Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7620689Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7621478Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7622999Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7624723Z __VA_ARGS__ \ 2024-04-03T17:06:25.7625586Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7628110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7630621Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7631538Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7633025Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7634780Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7635785Z ^~~~ 2024-04-03T17:06:25.7637291Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7639018Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7639684Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7641214Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7643076Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.7644131Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7645252Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7647508Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7649227Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7650210Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7651985Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7653774Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7654551Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7656044Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7657622Z __VA_ARGS__ \ 2024-04-03T17:06:25.7658535Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7660830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7662337Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7663207Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7664822Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7666603Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7667590Z ^~~~ 2024-04-03T17:06:25.7669183Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7670974Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7671782Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7673647Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7675643Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.7676483Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7677731Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7679779Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7681310Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7682096Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7683912Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7685544Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7686388Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7687887Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7689457Z __VA_ARGS__ \ 2024-04-03T17:06:25.7690248Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7692610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7695051Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7695921Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7697619Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7699442Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7700388Z ^~~~ 2024-04-03T17:06:25.7701701Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7703366Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7704177Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7706021Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7708193Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.7709078Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7710226Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7712322Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7714137Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7714960Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7716772Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7718602Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7719486Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7720910Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7722448Z __VA_ARGS__ \ 2024-04-03T17:06:25.7723262Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7725574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7728025Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7728920Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7730549Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7732416Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7733402Z ^~~~ 2024-04-03T17:06:25.7734973Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7736774Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7737595Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7739571Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7741613Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.7742654Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7750248Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7752641Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7754349Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7755203Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7757082Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7758954Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7759842Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7761345Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7763032Z __VA_ARGS__ \ 2024-04-03T17:06:25.7763880Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7766286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7768774Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7769649Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7771305Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7773086Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7773946Z ^~~~ 2024-04-03T17:06:25.7775341Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7777037Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7777820Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7779757Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7781981Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.7783082Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7784468Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7786841Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7788647Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7789512Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7791267Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7793065Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7793933Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7795509Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7797315Z __VA_ARGS__ \ 2024-04-03T17:06:25.7798196Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7800895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7803584Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7804524Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7806282Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7808038Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7808992Z ^~~~ 2024-04-03T17:06:25.7810600Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7812496Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7813331Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7815285Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7817440Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.7818616Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7819958Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7822172Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7823905Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7824715Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7826582Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7828462Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7829366Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7830943Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7832658Z __VA_ARGS__ \ 2024-04-03T17:06:25.7833538Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7836026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7838700Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7839639Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7841346Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7843308Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7844317Z ^~~~ 2024-04-03T17:06:25.7845994Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7847716Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7848484Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7850428Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7852202Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.7852968Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7854300Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7856754Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7858718Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7859570Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7861417Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7863477Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7863985Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7864849Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7865797Z __VA_ARGS__ \ 2024-04-03T17:06:25.7866265Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7867580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7868946Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7869491Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7870410Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7871394Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7871953Z ^~~~ 2024-04-03T17:06:25.7872820Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7873793Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7874256Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7875304Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7876293Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.7876733Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7877441Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7878661Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7879979Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7880477Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7881521Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7882552Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7883141Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7883970Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7884911Z __VA_ARGS__ \ 2024-04-03T17:06:25.7885391Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7886688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7888101Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7888601Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7889503Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7890476Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7891026Z ^~~~ 2024-04-03T17:06:25.7891903Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7893379Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7893847Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7894916Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7895901Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.7896342Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7897165Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7898608Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7899564Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7900041Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7901075Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7902091Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7902593Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7903429Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7904390Z __VA_ARGS__ \ 2024-04-03T17:06:25.7904872Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7906185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7907527Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7908031Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7908943Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7910261Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7910808Z ^~~~ 2024-04-03T17:06:25.7911688Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7912653Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7913107Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7914172Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7915163Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.7915595Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7916319Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7917540Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7918541Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7919022Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7920056Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7921092Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7921649Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7922494Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7923433Z __VA_ARGS__ \ 2024-04-03T17:06:25.7923902Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7925206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7926559Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7927051Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7927967Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7928939Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7929494Z ^~~~ 2024-04-03T17:06:25.7930353Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7931320Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7931780Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7932869Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7933863Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.7934303Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7935014Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7959339Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7960316Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7960790Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7962609Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.7964322Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.7965185Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7966653Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.7968368Z __VA_ARGS__ \ 2024-04-03T17:06:25.7969198Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7971560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.7974093Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.7978841Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.7980567Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.7982391Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.7983428Z ^~~~ 2024-04-03T17:06:25.7984986Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7986786Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.7987618Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7989658Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.7991477Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.7992271Z ^~~~~~~~~~~ 2024-04-03T17:06:25.7993526Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.7995773Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.7997608Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.7998451Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8000324Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8002192Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8003085Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8004574Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8006307Z __VA_ARGS__ \ 2024-04-03T17:06:25.8007173Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8009604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8012116Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8013012Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8014719Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8016701Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8017737Z ^~~~ 2024-04-03T17:06:25.8019539Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8021355Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8022206Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8024224Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8026078Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8026868Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8028300Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8030611Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8032280Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8033107Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8034941Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8036747Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8037668Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8039260Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8040974Z __VA_ARGS__ \ 2024-04-03T17:06:25.8042000Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8044552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8047168Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8048034Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8049808Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8051665Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8052699Z ^~~~ 2024-04-03T17:06:25.8054375Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8056254Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8057198Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8059351Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8061374Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8062195Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8063547Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8065894Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8067706Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8068555Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8070526Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8072497Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8073429Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8075038Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8076715Z __VA_ARGS__ \ 2024-04-03T17:06:25.8077516Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8079911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8082370Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8083250Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8084918Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8086697Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8087680Z ^~~~ 2024-04-03T17:06:25.8089287Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8091228Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8092077Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8093990Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8095823Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8096715Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8098060Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8100375Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8102013Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8102865Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8104881Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8106842Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8107774Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8109313Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8111037Z __VA_ARGS__ \ 2024-04-03T17:06:25.8111876Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8114367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8116971Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8117855Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8119568Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8121426Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8122602Z ^~~~ 2024-04-03T17:06:25.8124280Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8126119Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8126982Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8129044Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8130930Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8131718Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8133093Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8135296Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8136853Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8137576Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8139453Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8141092Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8141955Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8143429Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8145017Z __VA_ARGS__ \ 2024-04-03T17:06:25.8145818Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8148228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8150727Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8151571Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8153351Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8155178Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8156118Z ^~~~ 2024-04-03T17:06:25.8157731Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8159489Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8160266Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8162225Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8164256Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8165316Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8166722Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8168914Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8170684Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8171572Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8173549Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8175505Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8176509Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8178009Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8179556Z __VA_ARGS__ \ 2024-04-03T17:06:25.8180401Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8182827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8185491Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8186403Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8188093Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8189899Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8190918Z ^~~~ 2024-04-03T17:06:25.8192526Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8194269Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8195102Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8197019Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8199051Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8200100Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8201466Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8203851Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8205564Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8206427Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8208326Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8210174Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8211080Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8212606Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8214428Z __VA_ARGS__ \ 2024-04-03T17:06:25.8215266Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8217804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8220438Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8221337Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8223006Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8224762Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8225750Z ^~~~ 2024-04-03T17:06:25.8227379Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8229225Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8230025Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8231992Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8234053Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8235104Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8236444Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8238732Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8240477Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8241344Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8243256Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8245288Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8246156Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8247686Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8249401Z __VA_ARGS__ \ 2024-04-03T17:06:25.8250207Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8252544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8255042Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8255918Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8257712Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8259601Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8260610Z ^~~~ 2024-04-03T17:06:25.8262221Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8263998Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8264966Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8266952Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8268975Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8270027Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8271353Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8273572Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8275318Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8276337Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8278284Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8280164Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8281074Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8282588Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8284288Z __VA_ARGS__ \ 2024-04-03T17:06:25.8285134Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8287189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8289029Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8289547Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8290480Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8291444Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8291993Z ^~~~ 2024-04-03T17:06:25.8292867Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8293828Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8294289Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8295346Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8296534Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8297126Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8297940Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8299354Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8300304Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8300797Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8301826Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8302839Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8303340Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8304175Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8305101Z __VA_ARGS__ \ 2024-04-03T17:06:25.8305579Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8306895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8308256Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8308742Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8309708Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8310696Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8311239Z ^~~~ 2024-04-03T17:06:25.8312113Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8313077Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8313527Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8314586Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8315750Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8316326Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8317053Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8318278Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8319216Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8319693Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8320725Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8321742Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8322288Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8323123Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8324060Z __VA_ARGS__ \ 2024-04-03T17:06:25.8324523Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8325830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8327188Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8327686Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8328584Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8329551Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8330098Z ^~~~ 2024-04-03T17:06:25.8330955Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8331987Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8332448Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8333488Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8334610Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8334749Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8335183Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8335860Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8336052Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8336195Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8337002Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8337250Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8337348Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8337987Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8338238Z __VA_ARGS__ \ 2024-04-03T17:06:25.8338508Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8339888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8340079Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8340223Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8340826Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8341176Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8341267Z ^~~~ 2024-04-03T17:06:25.8342005Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8342168Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8342309Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8343066Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8343353Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8343488Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8343923Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8344598Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8344853Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8344997Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8345721Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8345953Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8346052Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8346702Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8346907Z __VA_ARGS__ \ 2024-04-03T17:06:25.8347002Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8348141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8348331Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8348517Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8349124Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8349405Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8349510Z ^~~~ 2024-04-03T17:06:25.8350233Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8350395Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8350537Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8351294Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8351582Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8351720Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8352155Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8352842Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8353024Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8353200Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8353930Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8354158Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8354255Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8354905Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8355107Z __VA_ARGS__ \ 2024-04-03T17:06:25.8355206Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8356369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8356557Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8356716Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8357305Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8357597Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8357697Z ^~~~ 2024-04-03T17:06:25.8358421Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8358584Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8358726Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8359523Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8359828Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8359950Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8360385Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8361067Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8361245Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8361385Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8362111Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8362339Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8362451Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8363118Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8363321Z __VA_ARGS__ \ 2024-04-03T17:06:25.8363427Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8364555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8364741Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8364896Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8365485Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8365779Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8365870Z ^~~~ 2024-04-03T17:06:25.8366600Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8366778Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8366904Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8367692Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8367992Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8368116Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8368548Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8369236Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8369415Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8369570Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8370315Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8370546Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8370655Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8371292Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8371497Z __VA_ARGS__ \ 2024-04-03T17:06:25.8371606Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8372725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8372923Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8373066Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8373693Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8374003Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8374092Z ^~~~ 2024-04-03T17:06:25.8374819Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8374997Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8375124Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8375883Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8376184Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8376308Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8376841Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8377521Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8377768Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8377925Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8378794Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8379023Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8379135Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8379773Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8379991Z __VA_ARGS__ \ 2024-04-03T17:06:25.8380085Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8381204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8381410Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8381554Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8382142Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8382493Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8382584Z ^~~~ 2024-04-03T17:06:25.8383309Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8383485Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8383611Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8384383Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8384675Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8384804Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8385306Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8385982Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8386162Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8386316Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8387032Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8387273Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8387369Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8388004Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8388264Z __VA_ARGS__ \ 2024-04-03T17:06:25.8388361Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8389485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8389684Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8389829Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8390432Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8390725Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8390813Z ^~~~ 2024-04-03T17:06:25.8391552Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8391714Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8391842Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8392659Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8392947Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8393071Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8393519Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8394190Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8394382Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8394523Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8395238Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8395479Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8395581Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8396220Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8396434Z __VA_ARGS__ \ 2024-04-03T17:06:25.8396528Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8397700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8397887Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8398031Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8398631Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8398916Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8399007Z ^~~~ 2024-04-03T17:06:25.8399769Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8399935Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8400061Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8400835Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8401121Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8401255Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8401688Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8402366Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8402559Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8402733Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8403450Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8403688Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8403784Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8404432Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8404634Z __VA_ARGS__ \ 2024-04-03T17:06:25.8404727Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8405865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8406050Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8406196Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8406804Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8407133Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8407236Z ^~~~ 2024-04-03T17:06:25.8407960Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8408125Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8408263Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8409020Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8409310Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8409446Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8409880Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8410556Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8410754Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8410896Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8411647Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8411876Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8411972Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8412621Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8412823Z __VA_ARGS__ \ 2024-04-03T17:06:25.8412916Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8414053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8414269Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8414428Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8415017Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8415303Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8415405Z ^~~~ 2024-04-03T17:06:25.8416125Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8416288Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8416523Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8417281Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8417620Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8417747Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8418182Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8419011Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8419198Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8419340Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8420068Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8420294Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8420392Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8421038Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8421242Z __VA_ARGS__ \ 2024-04-03T17:06:25.8421411Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8422534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8422724Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8422881Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8423470Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8423761Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8423866Z ^~~~ 2024-04-03T17:06:25.8424587Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8424762Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8424890Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8425653Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8425954Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8426078Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8426554Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8427244Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8427422Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8427576Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8428291Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8428522Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8428634Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8429318Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8429521Z __VA_ARGS__ \ 2024-04-03T17:06:25.8429628Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8430760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8430958Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8431101Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8431692Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8431987Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8432119Z ^~~~ 2024-04-03T17:06:25.8432848Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8433024Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8433150Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8433906Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8434206Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8434327Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8434773Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8435446Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8435625Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8435786Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8436551Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8436778Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8436888Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8437521Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8437736Z __VA_ARGS__ \ 2024-04-03T17:06:25.8437830Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8438952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8439153Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8439299Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8439891Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8440202Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8440290Z ^~~~ 2024-04-03T17:06:25.8441048Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8441224Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8441351Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8442117Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8442405Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8442529Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8442977Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8443683Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8443862Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8444017Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8444731Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8444971Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8445070Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8445730Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8445977Z __VA_ARGS__ \ 2024-04-03T17:06:25.8446072Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8447203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8447451Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8447619Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8448606Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8449118Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8449274Z ^~~~ 2024-04-03T17:06:25.8450703Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8450991Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8451218Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8452737Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8453284Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8453560Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8454426Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8455750Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8456092Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8456349Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8457858Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8458407Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8458580Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8459843Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8460250Z __VA_ARGS__ \ 2024-04-03T17:06:25.8460416Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8462659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8463078Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8463351Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8464527Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8465082Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8465236Z ^~~~ 2024-04-03T17:06:25.8466682Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8466988Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8467222Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8468800Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8469347Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8469577Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8470417Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8471644Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8471972Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8472181Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8473257Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8473701Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8473855Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8474888Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8475185Z __VA_ARGS__ \ 2024-04-03T17:06:25.8475320Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8477120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8477414Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8477629Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8478580Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8479020Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8479270Z ^~~~ 2024-04-03T17:06:25.8480432Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8480682Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8480888Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8482102Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8482574Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8482764Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8483447Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8484478Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8484757Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8484968Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8486091Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8486436Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8486663Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8487763Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8488087Z __VA_ARGS__ \ 2024-04-03T17:06:25.8488234Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8489913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8490172Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8490398Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8491337Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8491766Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8491912Z ^~~~ 2024-04-03T17:06:25.8493040Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8493277Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8493479Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8494658Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8495092Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8495275Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8496009Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8497064Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8497372Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8497591Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8498976Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8499379Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8499516Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8500543Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8500833Z __VA_ARGS__ \ 2024-04-03T17:06:25.8500992Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8502814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8503238Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8503478Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8504437Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8504870Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8505025Z ^~~~ 2024-04-03T17:06:25.8506083Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8506328Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8506506Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8507509Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8507824Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8507944Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8508385Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8509165Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8509355Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8509499Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8510229Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8510458Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8510571Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8511216Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8511480Z __VA_ARGS__ \ 2024-04-03T17:06:25.8511591Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8512724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8512912Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8513074Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8513668Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8513976Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8514066Z ^~~~ 2024-04-03T17:06:25.8514797Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8515062Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8515197Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8515960Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8516261Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8516383Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8516818Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8517505Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8517684Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8517841Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8518556Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8518820Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8518933Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8519572Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8519776Z __VA_ARGS__ \ 2024-04-03T17:06:25.8519885Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8521014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8521215Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8521360Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8521954Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8522254Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8522346Z ^~~~ 2024-04-03T17:06:25.8523069Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8523244Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8523371Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8524167Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8524458Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8524575Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8525024Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8525698Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8525879Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8526067Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8526784Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8527013Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8527125Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8527758Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8527972Z __VA_ARGS__ \ 2024-04-03T17:06:25.8528067Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8529190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8529389Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8529565Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8530161Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8530466Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8530554Z ^~~~ 2024-04-03T17:06:25.8531293Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8531457Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8531583Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8532356Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8532644Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8532764Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8533215Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8533922Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8534114Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8534257Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8534975Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8535214Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8535310Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8535945Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8536161Z __VA_ARGS__ \ 2024-04-03T17:06:25.8536257Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8537481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8537683Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8537828Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8538702Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8539101Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8539231Z ^~~~ 2024-04-03T17:06:25.8540051Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8540215Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8540342Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8541118Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8541451Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8541582Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8542023Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8542898Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8543099Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8543242Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8543964Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8544205Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8544302Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8544990Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8545214Z __VA_ARGS__ \ 2024-04-03T17:06:25.8545309Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8546459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8546645Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8546790Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8547396Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8547689Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8547779Z ^~~~ 2024-04-03T17:06:25.8548800Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8549128Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8549354Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8550703Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8551251Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8551469Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8552248Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8553484Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8553791Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8554039Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8555297Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8555690Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8555852Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8556956Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8557387Z __VA_ARGS__ \ 2024-04-03T17:06:25.8557535Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8559374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8559671Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8559897Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8560844Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8561305Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8561527Z ^~~~ 2024-04-03T17:06:25.8562841Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8563096Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8563300Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8564483Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8564710Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8564898Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8565543Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8566717Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8567117Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8567342Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8568442Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8568816Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8568975Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8569992Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8570337Z __VA_ARGS__ \ 2024-04-03T17:06:25.8570511Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8572783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8573143Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8573406Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8574633Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8575177Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8575345Z ^~~~ 2024-04-03T17:06:25.8576828Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8577123Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8577362Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8578918Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8579217Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8579426Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8580261Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8581567Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8581893Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8582148Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8583622Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8584039Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8584213Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8585436Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8585802Z __VA_ARGS__ \ 2024-04-03T17:06:25.8585986Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8588071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8588387Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8588640Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8589649Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8590119Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8590277Z ^~~~ 2024-04-03T17:06:25.8591266Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8591443Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8591570Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8592326Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8592541Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8592659Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8593098Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8593788Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8593970Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8594126Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8594840Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8595069Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8595179Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8595814Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8596060Z __VA_ARGS__ \ 2024-04-03T17:06:25.8596167Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8597292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8597481Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8597638Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8598231Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8598536Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8598625Z ^~~~ 2024-04-03T17:06:25.8599349Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8599529Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8599658Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8600415Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8600583Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8600701Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8601178Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8601851Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8602032Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8602184Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8602896Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8603127Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8603239Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8603910Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8604116Z __VA_ARGS__ \ 2024-04-03T17:06:25.8604222Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8605355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8605553Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8605696Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8606283Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8606577Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8606701Z ^~~~ 2024-04-03T17:06:25.8607433Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8607609Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8607735Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8608512Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8608669Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8608786Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8609237Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8609906Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8610085Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8610246Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8610991Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8611218Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8611328Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8611963Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8612178Z __VA_ARGS__ \ 2024-04-03T17:06:25.8612274Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8613396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8613597Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8613742Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8614336Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8614642Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8614731Z ^~~~ 2024-04-03T17:06:25.8615503Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8615666Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8615793Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8616654Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8616813Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8616929Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8617380Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8618055Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8618422Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8618585Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8619311Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8619556Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8619654Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8620289Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8620504Z __VA_ARGS__ \ 2024-04-03T17:06:25.8620598Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8621718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8621973Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8622117Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8622778Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8623177Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8623270Z ^~~~ 2024-04-03T17:06:25.8624014Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8624179Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8624306Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8625078Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8625240Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8625356Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8625859Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8626531Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8626729Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8626871Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8627583Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8627823Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8627920Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8628554Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8628770Z __VA_ARGS__ \ 2024-04-03T17:06:25.8628869Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8630009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8630196Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8630380Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8630986Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8631279Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8631368Z ^~~~ 2024-04-03T17:06:25.8632097Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8632260Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8632401Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8633209Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8633369Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8633497Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8633932Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8634608Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8634800Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8634942Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8635660Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8635899Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8636030Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8636684Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8636888Z __VA_ARGS__ \ 2024-04-03T17:06:25.8636983Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8638122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8638309Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8638453Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8639057Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8639338Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8639441Z ^~~~ 2024-04-03T17:06:25.8640170Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8640363Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8640502Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8641258Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8641416Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8641546Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8641980Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8642655Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8642848Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8642988Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8643713Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8643945Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8644044Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8644690Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8644922Z __VA_ARGS__ \ 2024-04-03T17:06:25.8645018Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8646152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8646338Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8646495Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8647082Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8647418Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8647523Z ^~~~ 2024-04-03T17:06:25.8648250Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8648414Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8648556Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8649314Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8649473Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8649602Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8650042Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8650727Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8650934Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.8651081Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8651805Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8652034Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8652132Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8652780Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8652983Z __VA_ARGS__ \ 2024-04-03T17:06:25.8653089Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8653270Z 80 warnings generated when compiling for gfx906. 2024-04-03T17:06:25.8654393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8654616Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8654761Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8655353Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8655649Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8655741Z ^~~~ 2024-04-03T17:06:25.8656547Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8656728Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8656854Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8657628Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8657914Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8658043Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8658664Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8659346Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8659591Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8659739Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8660450Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8660691Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8660788Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8661423Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8661642Z __VA_ARGS__ \ 2024-04-03T17:06:25.8661739Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8662898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8663099Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8663246Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8663845Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8664137Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8664227Z ^~~~ 2024-04-03T17:06:25.8664980Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8665206Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8665429Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8666246Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8666534Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8666659Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8667112Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8667786Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8667973Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8668104Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8668816Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8669059Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8669159Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8669841Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8670060Z __VA_ARGS__ \ 2024-04-03T17:06:25.8670154Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8671290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8671477Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8671621Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8672226Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8672509Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8672601Z ^~~~ 2024-04-03T17:06:25.8673337Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8673504Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8673630Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8674424Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8674712Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8674848Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8675285Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8675957Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8676143Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8676273Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8677011Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8677256Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8677353Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8678000Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8678204Z __VA_ARGS__ \ 2024-04-03T17:06:25.8678297Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8679432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8679618Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8679762Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8680400Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8680697Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8680798Z ^~~~ 2024-04-03T17:06:25.8681526Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8681690Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8681828Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8682584Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8682870Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8683004Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8683438Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8684109Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8684339Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8684469Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8685197Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8685425Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8685523Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8686167Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8686371Z __VA_ARGS__ \ 2024-04-03T17:06:25.8686465Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8687607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8687798Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8687957Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8688545Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8688856Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8688958Z ^~~~ 2024-04-03T17:06:25.8689686Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8689849Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8689988Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8690740Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8691041Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8691169Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8691634Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8692317Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8692494Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8692623Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8693352Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8693578Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8693677Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8694323Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8694556Z __VA_ARGS__ \ 2024-04-03T17:06:25.8694665Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8695792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8695978Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8696136Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8696812Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8697106Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8697208Z ^~~~ 2024-04-03T17:06:25.8697937Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8698116Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8698364Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8699210Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8699512Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8699635Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8700073Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8700759Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8700935Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8701065Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8701794Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8702021Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8702133Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8702770Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8702973Z __VA_ARGS__ \ 2024-04-03T17:06:25.8703081Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8704251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8704442Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8704598Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8705187Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8705482Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8705574Z ^~~~ 2024-04-03T17:06:25.8706296Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8706510Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8706638Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8707395Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8707697Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8707820Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8708271Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8708944Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8709117Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8709295Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8710012Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8710240Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8710350Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8710987Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8711191Z __VA_ARGS__ \ 2024-04-03T17:06:25.8711298Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8712423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8712623Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8712767Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8713616Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8713970Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8714059Z ^~~~ 2024-04-03T17:06:25.8714791Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8714969Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8715096Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8715864Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8716158Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8716280Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8716729Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8717405Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8717584Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8717727Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8718440Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8718705Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8718804Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8719438Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8719654Z __VA_ARGS__ \ 2024-04-03T17:06:25.8719749Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8720876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8721110Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8721256Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8721846Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8722144Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8722233Z ^~~~ 2024-04-03T17:06:25.8722972Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8723134Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8723261Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8724029Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8724318Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8724473Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8724924Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8725598Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8725789Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8725920Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8726633Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8726872Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8726970Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8727609Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8727827Z __VA_ARGS__ \ 2024-04-03T17:06:25.8727950Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8729080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8729280Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8729427Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8730027Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8730319Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8730408Z ^~~~ 2024-04-03T17:06:25.8731141Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8731303Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8731432Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8732205Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8732491Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8732627Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8733088Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8733764Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8733950Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8734080Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8734792Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8735032Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8735132Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8735824Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8736030Z __VA_ARGS__ \ 2024-04-03T17:06:25.8736123Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8737345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8737535Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8737679Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8738423Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8738716Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8738870Z ^~~~ 2024-04-03T17:06:25.8739614Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8739781Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8739922Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8740678Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8740963Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8741100Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8741538Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8742213Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8742402Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8742535Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8743264Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8743529Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8743626Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8744277Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8744480Z __VA_ARGS__ \ 2024-04-03T17:06:25.8744574Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8745711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8745899Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8746056Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8746652Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8746948Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8747050Z ^~~~ 2024-04-03T17:06:25.8747781Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8747982Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8748122Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8748883Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8749169Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8749303Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8749739Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8750425Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8750634Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8750767Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8751497Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8751725Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8751822Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8752471Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8752674Z __VA_ARGS__ \ 2024-04-03T17:06:25.8752780Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8753905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8754129Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8754285Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8754876Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8755161Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8755262Z ^~~~ 2024-04-03T17:06:25.8755986Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8756148Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8756286Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8757338Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8757840Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8758111Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8758795Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8759869Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8760145Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8760351Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8761279Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8761509Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8761621Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8762262Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8762471Z __VA_ARGS__ \ 2024-04-03T17:06:25.8762591Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8764424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8764751Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8765136Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8766103Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8766604Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8766700Z ^~~~ 2024-04-03T17:06:25.8767446Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8767624Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8767755Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8768582Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8768885Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8769010Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8769452Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8770140Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8770322Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8770464Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8771179Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8771406Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8771552Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8772194Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8772397Z __VA_ARGS__ \ 2024-04-03T17:06:25.8772504Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8773633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8773836Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8773980Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8774571Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8774866Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8774957Z ^~~~ 2024-04-03T17:06:25.8775684Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8775890Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8776016Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8776884Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8777189Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8777314Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8777769Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8778651Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8778891Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8779083Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8779907Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8780134Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8780246Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8780946Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8781166Z __VA_ARGS__ \ 2024-04-03T17:06:25.8781261Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8782386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8782586Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8782731Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8783326Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8783683Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8783775Z ^~~~ 2024-04-03T17:06:25.8784570Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8784772Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8784930Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8785746Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8786169Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8786366Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8786839Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8787583Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8787846Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8788029Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8788860Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8789119Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8789244Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8789948Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8790187Z __VA_ARGS__ \ 2024-04-03T17:06:25.8790311Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8791525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8791788Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8792002Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8792630Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8792966Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8793149Z ^~~~ 2024-04-03T17:06:25.8793905Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8794097Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8794294Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8795078Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8795402Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8795618Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8796085Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8796829Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8797070Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8797257Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8798044Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8798323Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8798451Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8799160Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8799395Z __VA_ARGS__ \ 2024-04-03T17:06:25.8799560Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8800747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8800986Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8801209Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8801831Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8802182Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8802346Z ^~~~ 2024-04-03T17:06:25.8803097Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8803356Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8803545Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8804338Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8804691Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8804842Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8805319Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8806077Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8806283Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8806472Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8807265Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8807528Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8807719Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8808436Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8808670Z __VA_ARGS__ \ 2024-04-03T17:06:25.8808833Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8810001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8810217Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8810464Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8811081Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8811468Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8811596Z ^~~~ 2024-04-03T17:06:25.8812356Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8812591Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8812765Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8813586Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8813954Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8814109Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8814577Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8815323Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8815547Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8815785Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8816703Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8816972Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8817119Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8829387Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8829636Z __VA_ARGS__ \ 2024-04-03T17:06:25.8829740Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8830935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8831140Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8831306Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8832014Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8832325Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8832438Z ^~~~ 2024-04-03T17:06:25.8833179Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8833352Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8833500Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8834266Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8834575Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.8834707Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8835163Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8835868Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8836100Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8836234Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8836971Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8837203Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8837304Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8837964Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8838200Z __VA_ARGS__ \ 2024-04-03T17:06:25.8838314Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8839457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8839661Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8839825Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8840493Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8840998Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8841164Z ^~~~ 2024-04-03T17:06:25.8841978Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8842164Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8842298Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8843066Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8843401Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8843525Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8844042Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8844748Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8844937Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8845088Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8845800Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8846035Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8846156Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8846796Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8847045Z __VA_ARGS__ \ 2024-04-03T17:06:25.8847160Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8848291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8848481Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8848646Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8849251Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8849566Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8849658Z ^~~~ 2024-04-03T17:06:25.8850389Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8850571Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8850707Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8851512Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8851822Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8851942Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8852401Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8853084Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8853263Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8853415Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8854198Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8854562Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8854736Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8855728Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8856044Z __VA_ARGS__ \ 2024-04-03T17:06:25.8856205Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8857896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8858206Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8858607Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8859500Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8859932Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8860070Z ^~~~ 2024-04-03T17:06:25.8861323Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8861588Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8861788Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8862597Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8863056Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8863249Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8863979Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8865204Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8865522Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8865898Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8867243Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8874204Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8874454Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8875609Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8875945Z __VA_ARGS__ \ 2024-04-03T17:06:25.8876086Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8877822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8878181Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8878433Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8879399Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8879996Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8880148Z ^~~~ 2024-04-03T17:06:25.8881464Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8881756Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8881980Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8903957Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8904310Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8904429Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8904907Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8905599Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8905799Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8905922Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8906733Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8906972Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8909353Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8910018Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8910233Z __VA_ARGS__ \ 2024-04-03T17:06:25.8910326Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8911452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8911705Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8911845Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8912432Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8912719Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8912802Z ^~~~ 2024-04-03T17:06:25.8913553Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8913726Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8913850Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8915002Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8915552Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8915750Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8916422Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8917470Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8917667Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8917803Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8918520Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8918752Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8918853Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8919484Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8919702Z __VA_ARGS__ \ 2024-04-03T17:06:25.8919859Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8921106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8921423Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8921656Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8922325Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8922620Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8922703Z ^~~~ 2024-04-03T17:06:25.8923437Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8923598Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8923725Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8924492Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8924777Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8924894Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8925336Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8926066Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8926251Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8926376Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8927088Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8927320Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8927416Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8928085Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8928296Z __VA_ARGS__ \ 2024-04-03T17:06:25.8928387Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8929508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8929703Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8929840Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8930432Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8930711Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8930843Z ^~~~ 2024-04-03T17:06:25.8931574Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8931730Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8931850Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8932603Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8932884Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8933005Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8933433Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8934100Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8934275Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8934400Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8935108Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8935370Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8935462Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8936093Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8936296Z __VA_ARGS__ \ 2024-04-03T17:06:25.8936471Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8937611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8937794Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8937953Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8938740Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8939043Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8939150Z ^~~~ 2024-04-03T17:06:25.8939883Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8940048Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8940191Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8941022Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8941326Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8941446Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8941888Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8942582Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8942825Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8942958Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8943693Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8943923Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8944037Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8944677Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8944883Z __VA_ARGS__ \ 2024-04-03T17:06:25.8944994Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8946118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8946349Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8946509Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8947100Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8947395Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8947487Z ^~~~ 2024-04-03T17:06:25.8948220Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8948397Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8948523Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8949278Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8949581Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8949741Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8950180Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8950868Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8951042Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8951185Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8951896Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8952123Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8952234Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8952870Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8953076Z __VA_ARGS__ \ 2024-04-03T17:06:25.8953185Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8954316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8954519Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8954664Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8955286Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8955594Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8955683Z ^~~~ 2024-04-03T17:06:25.8956411Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8956587Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8956716Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8957503Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8957808Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.8957927Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8958379Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8959055Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8959228Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8959371Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8960082Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8960309Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8960447Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8961089Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8961308Z __VA_ARGS__ \ 2024-04-03T17:06:25.8961404Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8962530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8962735Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8962882Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8963473Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8963771Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8963864Z ^~~~ 2024-04-03T17:06:25.8964608Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8964802Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8964929Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8965699Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8965856Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8965976Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8966432Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8967107Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8967283Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8967429Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8968152Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8968398Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8968496Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8969133Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8969350Z __VA_ARGS__ \ 2024-04-03T17:06:25.8969444Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8970599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8970801Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8970947Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8971555Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8971881Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8971971Z ^~~~ 2024-04-03T17:06:25.8972720Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8972884Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8973012Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8973785Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8973943Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8974060Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8974510Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8975180Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8975400Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8975532Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8976249Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8976579Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8976683Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8977321Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8977541Z __VA_ARGS__ \ 2024-04-03T17:06:25.8977636Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8978928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8979122Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8979327Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8979941Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8980225Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8980317Z ^~~~ 2024-04-03T17:06:25.8981059Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8981227Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8981356Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8982125Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8982285Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8982418Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8982854Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8983533Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8983720Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8983850Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8984568Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8984865Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8984966Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8985617Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8985821Z __VA_ARGS__ \ 2024-04-03T17:06:25.8985919Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8987095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8987288Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8987432Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8988037Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8988332Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8988421Z ^~~~ 2024-04-03T17:06:25.8989159Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8989322Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8989463Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8990217Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8990417Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8990547Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8990984Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8991656Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8991841Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.8991973Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8992698Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.8992926Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.8993025Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8993669Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.8993910Z __VA_ARGS__ \ 2024-04-03T17:06:25.8994004Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8995210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.8995400Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.8995558Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.8996152Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.8996433Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.8996537Z ^~~~ 2024-04-03T17:06:25.8997259Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8997425Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.8997568Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8998326Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.8998482Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.8998612Z ^~~~~~~~~~~ 2024-04-03T17:06:25.8999050Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.8999778Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.8999955Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9000086Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9000815Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9001044Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9001185Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9001842Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9002046Z __VA_ARGS__ \ 2024-04-03T17:06:25.9002140Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9003279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9003468Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9003630Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9004228Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9004524Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9004660Z ^~~~ 2024-04-03T17:06:25.9005388Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9005553Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9005696Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9006453Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9006628Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9006746Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9007184Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9007869Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9008046Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9008180Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9008944Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9009171Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9009268Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9009913Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9010118Z __VA_ARGS__ \ 2024-04-03T17:06:25.9010227Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9011356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9011545Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9011701Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9012296Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9012580Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9012685Z ^~~~ 2024-04-03T17:06:25.9013410Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9013584Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9013747Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9014507Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9014677Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9014793Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9015225Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9015919Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9016125Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9016269Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9017076Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9017309Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9017432Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9018071Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9018404Z __VA_ARGS__ \ 2024-04-03T17:06:25.9018530Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9019664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9019919Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9020080Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9020733Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9021219Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9021346Z ^~~~ 2024-04-03T17:06:25.9022479Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9022781Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9023002Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9024398Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9024712Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9024942Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9025846Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9027049Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9027367Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9027596Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9028858Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9029269Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9029455Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9030569Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9030932Z __VA_ARGS__ \ 2024-04-03T17:06:25.9031127Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9033222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9033572Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9033818Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9035003Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9035556Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9035713Z ^~~~ 2024-04-03T17:06:25.9037067Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9037351Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9037571Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9039067Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9039346Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9039552Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9040418Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9041730Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9042066Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9042324Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9043704Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9044124Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9044401Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9045655Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9046051Z __VA_ARGS__ \ 2024-04-03T17:06:25.9046228Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9048343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9048705Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9048964Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9050090Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9050645Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9050807Z ^~~~ 2024-04-03T17:06:25.9052208Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9052593Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9052830Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9054268Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9054557Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9054766Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9055603Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9056979Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9057299Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9057550Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9059048Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9059502Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9059684Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9060899Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9061272Z __VA_ARGS__ \ 2024-04-03T17:06:25.9061443Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9063642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9064004Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9064252Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9065367Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9065874Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9066127Z ^~~~ 2024-04-03T17:06:25.9067510Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9067828Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9068050Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9069499Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9070025Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9070240Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9071051Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9072301Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9072767Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9073031Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9074348Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9074771Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9074941Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9076142Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9076534Z __VA_ARGS__ \ 2024-04-03T17:06:25.9076704Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9078858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9079203Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9079556Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9080706Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9081254Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9081418Z ^~~~ 2024-04-03T17:06:25.9082811Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9083112Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9083352Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9084745Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9085259Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9085505Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9086335Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9087566Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9087903Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9088155Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9089569Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9090002Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9090179Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9091378Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9091747Z __VA_ARGS__ \ 2024-04-03T17:06:25.9091927Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9094136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9094494Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9094755Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9095881Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9096511Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9096693Z ^~~~ 2024-04-03T17:06:25.9098009Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9098475Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9098726Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9100327Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9100851Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9101087Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9101901Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9103199Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9103533Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9103790Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9105167Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9105591Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9105773Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9106995Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9107478Z __VA_ARGS__ \ 2024-04-03T17:06:25.9107652Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9109804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9110156Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9110436Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9111572Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9112117Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9112296Z ^~~~ 2024-04-03T17:06:25.9113664Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9113976Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9114212Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9115676Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9116229Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9116456Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9117356Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9118658Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9118997Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9119253Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9120617Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9121126Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9121321Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9122514Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9122896Z __VA_ARGS__ \ 2024-04-03T17:06:25.9123078Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9125259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9125603Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9125889Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9126982Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9127600Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9127761Z ^~~~ 2024-04-03T17:06:25.9129121Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9129436Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9129659Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9131113Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9131650Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9131871Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9132694Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9133981Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9134408Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9134686Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9136039Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9136554Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9136757Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9137982Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9138479Z __VA_ARGS__ \ 2024-04-03T17:06:25.9138675Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9140815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9141190Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9141462Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9142562Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9143112Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9143272Z ^~~~ 2024-04-03T17:06:25.9144797Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9145121Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9145352Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9146816Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9147386Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9147602Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9148506Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9149797Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9150122Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9150398Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9151770Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9152189Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9152387Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9153609Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9154001Z __VA_ARGS__ \ 2024-04-03T17:06:25.9154273Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9156367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9156733Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9156985Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9158106Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9158632Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9158778Z ^~~~ 2024-04-03T17:06:25.9160110Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9160425Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9160654Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9162129Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9162774Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9162992Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9163777Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9165025Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9165363Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9165639Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9166956Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9167387Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9167560Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9168739Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9169122Z __VA_ARGS__ \ 2024-04-03T17:06:25.9169282Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9171388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9171843Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9172114Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9173271Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9173727Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9173866Z ^~~~ 2024-04-03T17:06:25.9175138Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9175506Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9175736Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9177271Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9177801Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9178025Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9178995Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9180268Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9180618Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9180873Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9182339Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9182748Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9182907Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9184117Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9184512Z __VA_ARGS__ \ 2024-04-03T17:06:25.9184687Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9186808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9187135Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9187379Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9188484Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9189133Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9189298Z ^~~~ 2024-04-03T17:06:25.9190656Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9190954Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9191185Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9192634Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9193159Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9193398Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9194210Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9195477Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9195832Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9196092Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9197447Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9197882Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9198048Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9199385Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9199774Z __VA_ARGS__ \ 2024-04-03T17:06:25.9199945Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9202079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9202521Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9202783Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9203916Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9204460Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9204635Z ^~~~ 2024-04-03T17:06:25.9206024Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9206329Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9206570Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9207996Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9208621Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9208864Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9209695Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9210963Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9211312Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9211569Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9212898Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9213327Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9213497Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9214676Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9215050Z __VA_ARGS__ \ 2024-04-03T17:06:25.9215303Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9217519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9217876Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9218141Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9219300Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9219791Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9219959Z ^~~~ 2024-04-03T17:06:25.9221274Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9221541Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9221773Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9223154Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9223672Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9223897Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9224711Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9226120Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9226468Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9226729Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9228111Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9228518Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9228701Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9229990Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9230379Z __VA_ARGS__ \ 2024-04-03T17:06:25.9230565Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9232681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9233030Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9233301Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9234374Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9234871Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9235164Z ^~~~ 2024-04-03T17:06:25.9236533Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9236834Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9237056Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9238462Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9239009Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9239236Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9240031Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9241262Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9241575Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9241848Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9243306Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9243719Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9243909Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9245079Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9245446Z __VA_ARGS__ \ 2024-04-03T17:06:25.9245627Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9247648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9247985Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9248265Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9249382Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9249917Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9250079Z ^~~~ 2024-04-03T17:06:25.9251447Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9251763Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9251993Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9253567Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9254131Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9254361Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9255147Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9256530Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9256804Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9257021Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9258162Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9258647Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9258827Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9259822Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9260031Z __VA_ARGS__ \ 2024-04-03T17:06:25.9260142Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9261280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9261579Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9261731Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9262331Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9262643Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9262735Z ^~~~ 2024-04-03T17:06:25.9263467Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9263649Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9263777Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9264551Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9264842Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9265010Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9265465Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9266139Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9266320Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9266482Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9267197Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9267438Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9267537Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9268172Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9268391Z __VA_ARGS__ \ 2024-04-03T17:06:25.9268490Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9269622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9269821Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9269965Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9270628Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9270927Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9271017Z ^~~~ 2024-04-03T17:06:25.9271759Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9271923Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9272051Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9272876Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9273169Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9273293Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9273744Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9274421Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9274613Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9274754Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9275470Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9275739Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9275841Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9276478Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9276695Z __VA_ARGS__ \ 2024-04-03T17:06:25.9276789Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9277928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9278116Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9278259Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9278864Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9279156Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9279249Z ^~~~ 2024-04-03T17:06:25.9280058Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9280223Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9280352Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9281124Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9281416Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9281555Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9281993Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9282670Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9282864Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9283012Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9283814Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9284127Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9284230Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9284885Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9285133Z __VA_ARGS__ \ 2024-04-03T17:06:25.9285287Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9287324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9287659Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9287923Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9288995Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9289532Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9289693Z ^~~~ 2024-04-03T17:06:25.9291102Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9291367Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9291625Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9292834Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9293302Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9293520Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9294032Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9294885Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9295094Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9295238Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9295973Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9296209Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9296308Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9297126Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9297339Z __VA_ARGS__ \ 2024-04-03T17:06:25.9297437Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9298757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9299028Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9299189Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9299791Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9300087Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9300191Z ^~~~ 2024-04-03T17:06:25.9300925Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9301092Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9301232Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9301987Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9302282Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9302426Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9302866Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9303552Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9303731Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9303931Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9304663Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9304893Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9304991Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9305643Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9305888Z __VA_ARGS__ \ 2024-04-03T17:06:25.9305998Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9307130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9307319Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9307479Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9308073Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9308358Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9308463Z ^~~~ 2024-04-03T17:06:25.9309190Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9309404Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9309538Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9310299Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9310599Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9310723Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9311159Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9311848Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9312031Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9312171Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9312899Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9313130Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9313273Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9313913Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9314118Z __VA_ARGS__ \ 2024-04-03T17:06:25.9314225Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9315367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9315554Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9315712Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9316304Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9316611Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9316702Z ^~~~ 2024-04-03T17:06:25.9317428Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9317605Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9317733Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9318490Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9318822Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9318945Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9319379Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9320066Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9320249Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9320434Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9321152Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9321382Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9321493Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9322130Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9322336Z __VA_ARGS__ \ 2024-04-03T17:06:25.9322442Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9323565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9323764Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9323935Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9324531Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9324827Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9324915Z ^~~~ 2024-04-03T17:06:25.9325638Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9325814Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9325944Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9326714Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9327004Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9327122Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9327576Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9328289Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9328470Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9328625Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9329338Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9329570Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9329680Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9330313Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9330529Z __VA_ARGS__ \ 2024-04-03T17:06:25.9330625Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9331754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9331958Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9332104Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9332694Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9333000Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9333120Z ^~~~ 2024-04-03T17:06:25.9333861Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9334022Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9334149Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9334921Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9335241Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9335360Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9335812Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9336579Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9336778Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9336926Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9337649Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9337895Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9337996Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9338849Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9339079Z __VA_ARGS__ \ 2024-04-03T17:06:25.9339174Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9340302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9340509Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9340654Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9341260Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9341545Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9341635Z ^~~~ 2024-04-03T17:06:25.9342374Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9342539Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9342733Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9343511Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9343802Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9343935Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9344376Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9345053Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9345248Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9345391Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9346111Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9346360Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9346459Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9347097Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9347316Z __VA_ARGS__ \ 2024-04-03T17:06:25.9347411Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9348584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9348773Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9348920Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9349529Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9349824Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9349916Z ^~~~ 2024-04-03T17:06:25.9350692Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9350859Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9351001Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9351756Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9352048Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9352177Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9352613Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9353285Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9353527Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9353672Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9354405Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9354634Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9354734Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9355385Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9355591Z __VA_ARGS__ \ 2024-04-03T17:06:25.9355686Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9356837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9357027Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9357222Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9357817Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9358101Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9358207Z ^~~~ 2024-04-03T17:06:25.9358930Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9359096Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9359241Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9359996Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9360289Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9360422Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9360861Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9361553Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9361735Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9361879Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9362611Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9362869Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9362969Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9363621Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9363825Z __VA_ARGS__ \ 2024-04-03T17:06:25.9363922Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9365089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9365281Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9365441Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9366034Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9366328Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9366432Z ^~~~ 2024-04-03T17:06:25.9367162Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9367326Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9367467Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9368226Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9368565Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9368683Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9369119Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9369807Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9369990Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9370133Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9370861Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9371088Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9371198Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9371836Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9372077Z __VA_ARGS__ \ 2024-04-03T17:06:25.9372186Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9373314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9373503Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9373661Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9374254Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9374550Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9374639Z ^~~~ 2024-04-03T17:06:25.9375363Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9375543Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9375672Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9376522Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9376831Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9376951Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9377425Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9378119Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9378515Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9378724Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9379627Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9379932Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9380051Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9380696Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9380904Z __VA_ARGS__ \ 2024-04-03T17:06:25.9381016Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9382143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9382348Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9382495Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9383084Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9383437Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9383583Z ^~~~ 2024-04-03T17:06:25.9384780Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9385047Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9385242Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9386515Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9386986Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9387180Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9387768Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9388453Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9388754Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9388915Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9389631Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9389861Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9389973Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9390608Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9390827Z __VA_ARGS__ \ 2024-04-03T17:06:25.9390923Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9392054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9392260Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9392408Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9393001Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9393297Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9393388Z ^~~~ 2024-04-03T17:06:25.9394127Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9394336Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9394468Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9395243Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9395531Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9395653Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9396139Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9396813Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9396993Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9397147Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9397874Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9398116Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9398213Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9398850Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9399071Z __VA_ARGS__ \ 2024-04-03T17:06:25.9399231Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9400363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9400565Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9400712Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9401321Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9401616Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9401707Z ^~~~ 2024-04-03T17:06:25.9402447Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9402612Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9402741Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9403516Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9403855Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9403973Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9404426Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9405100Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9405294Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9405436Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9406149Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9406390Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9406491Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9407128Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9407347Z __VA_ARGS__ \ 2024-04-03T17:06:25.9407442Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9408583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9408813Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9408958Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9409564Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9409846Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9409936Z ^~~~ 2024-04-03T17:06:25.9410675Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9410875Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9411019Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9411776Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9411931Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9412061Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9412502Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9413173Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9413366Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9413509Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9414274Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9414520Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9414617Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9415261Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9415464Z __VA_ARGS__ \ 2024-04-03T17:06:25.9415559Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9416859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9417051Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9417196Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9417809Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9418108Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9418455Z ^~~~ 2024-04-03T17:06:25.9419225Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9419391Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9419535Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9420299Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9420458Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9420595Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9421030Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9421704Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9421906Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9422055Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9422829Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9423057Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9423154Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9423868Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9424074Z __VA_ARGS__ \ 2024-04-03T17:06:25.9424170Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9425307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9425500Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9425662Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9426292Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9426577Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9426683Z ^~~~ 2024-04-03T17:06:25.9427410Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9427629Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9427772Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9428543Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9428698Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9428831Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9429314Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9430012Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9430193Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9430337Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9431068Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9431298Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9431396Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9432044Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9432249Z __VA_ARGS__ \ 2024-04-03T17:06:25.9432360Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9433491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9433716Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9433876Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9434470Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9434764Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9434871Z ^~~~ 2024-04-03T17:06:25.9435599Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9435776Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9435903Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9436662Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9436839Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9436959Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9437397Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9438089Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9438270Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9438441Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9439169Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9439395Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9439506Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9440141Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9440374Z __VA_ARGS__ \ 2024-04-03T17:06:25.9440484Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9441613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9441798Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9441954Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9442544Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9442840Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9442931Z ^~~~ 2024-04-03T17:06:25.9443661Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9443873Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9444002Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9444764Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9444937Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9445053Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9445486Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9446173Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9446351Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9446505Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9447219Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9447449Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9447594Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9448229Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9448434Z __VA_ARGS__ \ 2024-04-03T17:06:25.9448541Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9449665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9449865Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9450007Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9450595Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9450901Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9450991Z ^~~~ 2024-04-03T17:06:25.9451722Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9451898Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9452024Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9452780Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9452975Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9453094Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9453541Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9454214Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9454395Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9454550Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9455291Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9455521Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9455631Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9456264Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9456583Z __VA_ARGS__ \ 2024-04-03T17:06:25.9456682Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9457809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9458012Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9458161Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9458957Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9459263Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9459354Z ^~~~ 2024-04-03T17:06:25.9460079Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9460262Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9460393Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9461166Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9461321Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9461439Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9461889Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9462562Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9462802Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9462959Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9463672Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9463919Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9464020Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9464654Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9464875Z __VA_ARGS__ \ 2024-04-03T17:06:25.9464971Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9466218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9466505Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9466739Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9467412Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9467709Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9467799Z ^~~~ 2024-04-03T17:06:25.9468606Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9468773Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9468903Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9469685Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9469851Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9469972Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9470463Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9471143Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9471337Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9471478Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9472194Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9472434Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9472531Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9473166Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9473424Z __VA_ARGS__ \ 2024-04-03T17:06:25.9473521Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9474661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9474880Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9475090Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9475812Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9476102Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9476194Z ^~~~ 2024-04-03T17:06:25.9476935Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9477100Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9477230Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9478044Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9478202Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9478334Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9478769Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9479628Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9479904Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9480096Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9481164Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9481524Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9481661Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9482588Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9482890Z __VA_ARGS__ \ 2024-04-03T17:06:25.9483026Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9484757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9485114Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9485321Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9486239Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9486720Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9486849Z ^~~~ 2024-04-03T17:06:25.9487651Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9487903Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9488117Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9489457Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9489724Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9489947Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9490716Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9491888Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9492227Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9492479Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9493921Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9494357Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9494537Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9495784Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9496173Z __VA_ARGS__ \ 2024-04-03T17:06:25.9496346Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9496796Z 80 warnings generated when compiling for gfx90a. 2024-04-03T17:06:25.9499049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9499363Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9499610Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9500616Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9501228Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9501372Z ^~~~ 2024-04-03T17:06:25.9502702Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9502990Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9503204Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9504313Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9504767Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9504960Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9505536Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9506230Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9506418Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9506565Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9507283Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9507514Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9507712Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9508383Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9508754Z __VA_ARGS__ \ 2024-04-03T17:06:25.9508948Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9510086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9510345Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9510495Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9511092Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9511400Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9511491Z ^~~~ 2024-04-03T17:06:25.9512221Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9512403Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9512534Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9513315Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9513650Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9513779Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9514233Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9514910Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9515084Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9515228Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9515942Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9516187Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9516288Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9516925Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9517145Z __VA_ARGS__ \ 2024-04-03T17:06:25.9517281Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9518412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9518616Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9518760Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9519350Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9519648Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9519738Z ^~~~ 2024-04-03T17:06:25.9520476Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9520643Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9520774Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9521561Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9521849Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9521971Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9522419Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9523214Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9523430Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9523564Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9524283Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9524528Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9524633Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9525323Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9525543Z __VA_ARGS__ \ 2024-04-03T17:06:25.9525641Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9526774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9526978Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9527125Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9527736Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9528029Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9528201Z ^~~~ 2024-04-03T17:06:25.9529326Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9529497Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9529628Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9530408Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9530696Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9530834Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9531273Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9531950Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9532138Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9532270Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9533033Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9533274Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9533371Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9534021Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9534228Z __VA_ARGS__ \ 2024-04-03T17:06:25.9534324Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9535543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9535733Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9535877Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9536576Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9536866Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9536959Z ^~~~ 2024-04-03T17:06:25.9537702Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9537874Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9538016Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9539280Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9539582Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9539724Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9540175Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9540895Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9541093Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9541230Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9541961Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9542190Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9542294Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9542947Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9543154Z __VA_ARGS__ \ 2024-04-03T17:06:25.9543251Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9544399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9544638Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9544796Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9545391Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9545681Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9545784Z ^~~~ 2024-04-03T17:06:25.9546515Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9546679Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9546820Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9547578Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9547870Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9548051Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9548493Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9549182Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9549359Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9549489Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9550348Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9550580Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9550678Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9551327Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9551535Z __VA_ARGS__ \ 2024-04-03T17:06:25.9551650Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9552776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9552963Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9553121Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9553751Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9554037Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9554140Z ^~~~ 2024-04-03T17:06:25.9554864Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9555027Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9555169Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9555962Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9556265Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9556389Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9556826Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9557516Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9557691Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9557820Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9558546Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9558814Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9558927Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9559569Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9559773Z __VA_ARGS__ \ 2024-04-03T17:06:25.9559879Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9561006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9561192Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9561350Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9561939Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9562243Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9562336Z ^~~~ 2024-04-03T17:06:25.9563061Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9563270Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9563397Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9564154Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9564453Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9564579Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9565012Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9565696Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9565871Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9566017Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9566735Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9566962Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9567075Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9567708Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9567943Z __VA_ARGS__ \ 2024-04-03T17:06:25.9568053Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9569180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9569378Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9569521Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9570141Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9570444Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9570533Z ^~~~ 2024-04-03T17:06:25.9571260Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9571437Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9571564Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9572325Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9572623Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9572745Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9573195Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9573914Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9574091Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9574233Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9574948Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9575175Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9575288Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9575919Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9576142Z __VA_ARGS__ \ 2024-04-03T17:06:25.9576288Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9577568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9577818Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9577963Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9578683Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9578995Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9579087Z ^~~~ 2024-04-03T17:06:25.9579831Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9579996Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9580125Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9580902Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9581194Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9581325Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9581777Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9582450Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9582626Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9582770Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9583539Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9583790Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9583896Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9584540Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9584763Z __VA_ARGS__ \ 2024-04-03T17:06:25.9584897Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9586026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9586229Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9586374Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9587031Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9587438Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9587564Z ^~~~ 2024-04-03T17:06:25.9588313Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9588478Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9588660Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9589435Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9589723Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9589863Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9590302Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9590981Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9591173Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9591305Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9592019Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9592263Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9592401Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9593045Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9593262Z __VA_ARGS__ \ 2024-04-03T17:06:25.9593356Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9594493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9594681Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9594826Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9595431Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9595727Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9595820Z ^~~~ 2024-04-03T17:06:25.9596561Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9596725Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9596865Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9597622Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9597908Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9598073Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9598510Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9599186Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9599375Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9599508Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9600249Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9600492Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9600589Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9601236Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9601440Z __VA_ARGS__ \ 2024-04-03T17:06:25.9601535Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9602669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9602857Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9603000Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9603640Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9603924Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9604027Z ^~~~ 2024-04-03T17:06:25.9604752Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9604915Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9605052Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9605811Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9606099Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9606235Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9606669Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9607363Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9607568Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9607699Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9608424Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9608651Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9608751Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9609400Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9609602Z __VA_ARGS__ \ 2024-04-03T17:06:25.9609695Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9610830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9611027Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9611184Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9611777Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9612070Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9612174Z ^~~~ 2024-04-03T17:06:25.9612925Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9613093Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9613231Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9613984Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9614284Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9614438Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9614876Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9615565Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9615736Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9615868Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9616686Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9616919Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9617017Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9617672Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9617913Z __VA_ARGS__ \ 2024-04-03T17:06:25.9618033Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9619354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9619548Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9619708Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9620313Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9620600Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9620706Z ^~~~ 2024-04-03T17:06:25.9621433Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9621612Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9621742Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9622564Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9622868Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9622993Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9641776Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9642635Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9642842Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9642977Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9643707Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9643935Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9644035Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9644683Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9644885Z __VA_ARGS__ \ 2024-04-03T17:06:25.9644976Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9646250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9646439Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9646589Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9647182Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9647473Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9647573Z ^~~~ 2024-04-03T17:06:25.9648335Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9648502Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9648643Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9649407Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9649711Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9649835Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9650270Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9650955Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9651131Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9651314Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9652045Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9652275Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9652371Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9653021Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9653227Z __VA_ARGS__ \ 2024-04-03T17:06:25.9653334Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9654466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9654652Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9654808Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9655410Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9655726Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9655827Z ^~~~ 2024-04-03T17:06:25.9656650Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9656828Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9656955Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9657723Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9658023Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9658148Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9658754Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9659454Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9659632Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9659763Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9660751Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9661128Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9661428Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9662432Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9662735Z __VA_ARGS__ \ 2024-04-03T17:06:25.9662889Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9664551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9664838Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9665003Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9665605Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9665914Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9666006Z ^~~~ 2024-04-03T17:06:25.9666737Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9666914Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9667042Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9667804Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9668149Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9668277Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9668716Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9669407Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9669582Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9669724Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9670444Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9670672Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9670783Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9671418Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9671624Z __VA_ARGS__ \ 2024-04-03T17:06:25.9671772Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9672894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9673098Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9673241Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9673835Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9674130Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9674217Z ^~~~ 2024-04-03T17:06:25.9675648Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9675833Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9675965Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9676748Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9677037Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9677728Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9678184Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9678906Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9679088Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9679231Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9679947Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9680190Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9680408Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9681085Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9681306Z __VA_ARGS__ \ 2024-04-03T17:06:25.9681400Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9683217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9683424Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9683569Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9684165Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9684473Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9684610Z ^~~~ 2024-04-03T17:06:25.9685725Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9685894Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9686023Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9686799Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9687086Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9687209Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9687966Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9688641Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9688821Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9688948Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9689699Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9689930Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9690021Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9691218Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9691426Z __VA_ARGS__ \ 2024-04-03T17:06:25.9691514Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9692636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9693042Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9693183Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9693787Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9694067Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9694153Z ^~~~ 2024-04-03T17:06:25.9694878Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9695037Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9695192Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9696597Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9696886Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9697004Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9697446Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9698157Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9698524Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9698663Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9699526Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9699759Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9699853Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9700488Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9700696Z __VA_ARGS__ \ 2024-04-03T17:06:25.9700787Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9702212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9702487Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9702627Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9703228Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9703515Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9703601Z ^~~~ 2024-04-03T17:06:25.9704328Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9704485Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9704614Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9705367Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9705651Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9705812Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9706324Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9706994Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9707170Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9707296Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9708016Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9708238Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9708612Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9709257Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9709456Z __VA_ARGS__ \ 2024-04-03T17:06:25.9709551Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9710678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9710861Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9711001Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9711643Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9712048Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9712142Z ^~~~ 2024-04-03T17:06:25.9712864Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9713022Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9713154Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9713954Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9714238Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9714357Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9715287Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9715969Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9716142Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9716268Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9716983Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9717244Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9717341Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9718162Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9718363Z __VA_ARGS__ \ 2024-04-03T17:06:25.9718452Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9719583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9719767Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9719918Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9720673Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9720963Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9721059Z ^~~~ 2024-04-03T17:06:25.9721814Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9721975Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9722107Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9723079Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9723376Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9723494Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9723929Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9724612Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9724781Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9724909Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9725823Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9726047Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9726160Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9726912Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9727273Z __VA_ARGS__ \ 2024-04-03T17:06:25.9727419Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9728977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9729173Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9729327Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9729986Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9730286Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9730699Z ^~~~ 2024-04-03T17:06:25.9731935Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9732234Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9732440Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9734115Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9734618Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9734819Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9735568Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9736845Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9737104Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9737571Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9738825Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9739190Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9739342Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9740781Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9740993Z __VA_ARGS__ \ 2024-04-03T17:06:25.9741099Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9742241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9742557Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9742700Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9743462Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9743771Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9743860Z ^~~~ 2024-04-03T17:06:25.9744590Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9744762Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9744887Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9746096Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9746400Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9746520Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9746973Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9747647Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9747819Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9747957Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9748722Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9749027Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9749132Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9749772Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9749995Z __VA_ARGS__ \ 2024-04-03T17:06:25.9750134Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9751554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9751760Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9751904Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9752504Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9752801Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9752891Z ^~~~ 2024-04-03T17:06:25.9753618Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9753903Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9754078Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9754860Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9755148Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9755266Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9755717Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9756626Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9756806Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9756952Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9757673Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9757915Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9758049Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9758690Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9758988Z __VA_ARGS__ \ 2024-04-03T17:06:25.9759080Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9760214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9760417Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9760561Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9761170Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9761857Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9761952Z ^~~~ 2024-04-03T17:06:25.9762696Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9762861Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9762988Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9763763Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9764240Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9764362Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9764819Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9765493Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9765682Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9765817Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9766565Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9767004Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9767103Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9767745Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9767970Z __VA_ARGS__ \ 2024-04-03T17:06:25.9768069Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9769212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9769400Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9769543Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9770269Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9770556Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9770649Z ^~~~ 2024-04-03T17:06:25.9771385Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9771547Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9771676Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9772675Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9772966Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9773101Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9773540Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9774218Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9774445Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9774575Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9775286Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9775647Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9775750Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9776491Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9776699Z __VA_ARGS__ \ 2024-04-03T17:06:25.9776793Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9778163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9778542Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9778748Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9779368Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9779663Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9779768Z ^~~~ 2024-04-03T17:06:25.9780939Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9781108Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9781247Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9782008Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9782297Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:25.9782467Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9782908Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9783691Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9783884Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9784015Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9784743Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9784971Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9785069Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9785924Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9786178Z __VA_ARGS__ \ 2024-04-03T17:06:25.9786276Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9787415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9787601Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9787755Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9788500Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9788784Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9788887Z ^~~~ 2024-04-03T17:06:25.9789614Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9789777Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9789918Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9790748Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9791097Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9791228Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9791663Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9792350Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9792526Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9792656Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9793381Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9793844Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9793944Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9794597Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9794802Z __VA_ARGS__ \ 2024-04-03T17:06:25.9794908Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9796269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9796513Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9796672Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9797269Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9797562Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9797667Z ^~~~ 2024-04-03T17:06:25.9798623Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9798804Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9798931Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9799694Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9799864Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9799983Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9800418Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9801102Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9801279Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9801410Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9802307Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9802540Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9802651Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9803292Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9803495Z __VA_ARGS__ \ 2024-04-03T17:06:25.9803602Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9804982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9805171Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9805328Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9805926Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9806262Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9806351Z ^~~~ 2024-04-03T17:06:25.9807073Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9807250Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9807377Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9808213Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9808386Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9808504Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9808944Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9809631Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9809813Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9809959Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9811137Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9811366Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9811476Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9812151Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9812358Z __VA_ARGS__ \ 2024-04-03T17:06:25.9812466Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9813595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9813797Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9814053Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9814651Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9814956Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9815045Z ^~~~ 2024-04-03T17:06:25.9815768Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9815946Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9816074Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9817227Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9817401Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9817579Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9818035Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9818864Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9819045Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9819190Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9820002Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9820234Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9820345Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9820978Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9821198Z __VA_ARGS__ \ 2024-04-03T17:06:25.9821299Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9822735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9823003Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9823147Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9823743Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9824042Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9824162Z ^~~~ 2024-04-03T17:06:25.9825280Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9825697Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9825916Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9827199Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9827483Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9827680Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9829107Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9830198Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9830476Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9830802Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9832173Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9832573Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9832747Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9833841Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9834673Z __VA_ARGS__ \ 2024-04-03T17:06:25.9834832Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9836546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9836901Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9837139Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9838381Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9838842Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9838976Z ^~~~ 2024-04-03T17:06:25.9840380Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9840787Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9841026Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9842553Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9842844Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9843054Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9843892Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9845167Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9845500Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9845732Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9847094Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9847526Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9847753Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9848951Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9849332Z __VA_ARGS__ \ 2024-04-03T17:06:25.9849499Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9851679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9852030Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9852284Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9853410Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9853932Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9854097Z ^~~~ 2024-04-03T17:06:25.9855496Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9855791Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9856016Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9857562Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9857863Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9858067Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9858927Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9860079Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9860380Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9860593Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9861703Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9861948Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9862046Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9862689Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9862913Z __VA_ARGS__ \ 2024-04-03T17:06:25.9863009Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9864153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9864341Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9864486Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9865134Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9865430Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9865520Z ^~~~ 2024-04-03T17:06:25.9866262Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9866423Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9866566Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9867321Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9867476Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9867604Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9868042Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9868718Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9868947Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9869082Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9869805Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9870036Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9870136Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9870786Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9870994Z __VA_ARGS__ \ 2024-04-03T17:06:25.9871095Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9872233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9872426Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9872571Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9873179Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9873463Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9873568Z ^~~~ 2024-04-03T17:06:25.9874335Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9874501Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9874644Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9875405Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9875563Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9875693Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9876160Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9876837Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9877027Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9877157Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9877881Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9878109Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9878207Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9878854Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9879056Z __VA_ARGS__ \ 2024-04-03T17:06:25.9879184Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9880327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9880512Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9880668Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9881260Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9881550Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9881652Z ^~~~ 2024-04-03T17:06:25.9882377Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9882538Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9882681Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9883439Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9883643Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:25.9883759Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9884195Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9884879Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:795:41: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9885055Z at::ScalarType::Int, index_t, __VA_ARGS__) \ 2024-04-03T17:06:25.9885182Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9885907Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9886135Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9886234Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9886881Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9887087Z __VA_ARGS__ \ 2024-04-03T17:06:25.9887194Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9888327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9888554Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9888714Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9889307Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9889590Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9889691Z ^~~~ 2024-04-03T17:06:25.9890413Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9890623Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9890752Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9891512Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9891812Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9891937Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9892378Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9893063Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9893243Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9893387Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9894149Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9894380Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9894491Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9895129Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9895333Z __VA_ARGS__ \ 2024-04-03T17:06:25.9895441Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9896658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9896852Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9897013Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9897612Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9897959Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9898051Z ^~~~ 2024-04-03T17:06:25.9899240Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9899529Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9899755Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9900961Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9901430Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9901632Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9902375Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9903537Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9903883Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9904132Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9905416Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9905872Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9906064Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9907412Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9907798Z __VA_ARGS__ \ 2024-04-03T17:06:25.9907975Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9910070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9910392Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9910721Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9911732Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9912209Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9912341Z ^~~~ 2024-04-03T17:06:25.9913553Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9913812Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9914011Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9915345Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9915812Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9916079Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9916851Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9918021Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9918316Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9918561Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9919826Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9920264Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9920450Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9921606Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9921972Z __VA_ARGS__ \ 2024-04-03T17:06:25.9922277Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9924375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9924749Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9925009Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9926107Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9926658Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9926811Z ^~~~ 2024-04-03T17:06:25.9928161Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9928464Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9928709Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9930126Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9930641Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9930863Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9931683Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9933013Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9933370Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9933624Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9934926Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9935358Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9935545Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9936874Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9937274Z __VA_ARGS__ \ 2024-04-03T17:06:25.9937442Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9939700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9940078Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9940341Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9941457Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9941968Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9942293Z ^~~~ 2024-04-03T17:06:25.9943656Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9943959Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9944193Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9945595Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9946122Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9946360Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9947183Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9948436Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9948776Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9949025Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9950341Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9950898Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9951077Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9952249Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9952606Z __VA_ARGS__ \ 2024-04-03T17:06:25.9952787Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9954840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9955140Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9955361Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9956348Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9956814Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9956956Z ^~~~ 2024-04-03T17:06:25.9958258Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9958520Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9958755Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9960158Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9960649Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9960870Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9961629Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9962791Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9963207Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9963445Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9964699Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9965093Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9965262Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9966364Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9966699Z __VA_ARGS__ \ 2024-04-03T17:06:25.9966864Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9968837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9969268Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9969522Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9970544Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9971021Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9971193Z ^~~~ 2024-04-03T17:06:25.9972455Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9972734Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9972950Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9974267Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9974776Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9975099Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9975822Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9977105Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9977427Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9977671Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9979128Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9979529Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9979692Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9980852Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9981219Z __VA_ARGS__ \ 2024-04-03T17:06:25.9981399Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9983269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9983589Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9983865Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9985043Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9985526Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9985684Z ^~~~ 2024-04-03T17:06:25.9987049Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9987374Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:25.9987614Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9989035Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:25.9989546Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:25.9989742Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9990476Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:25.9991610Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:25.9991902Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:25.9992126Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9993275Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:25.9993743Z return __VA_ARGS__(); \ 2024-04-03T17:06:25.9993907Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9994945Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:25.9995260Z __VA_ARGS__ \ 2024-04-03T17:06:25.9995426Z ^~~~~~~~~~~ 2024-04-03T17:06:25.9997317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:25.9997579Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:25.9997799Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:25.9998726Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:25.9999186Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:25.9999326Z ^~~~ 2024-04-03T17:06:26.0000537Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0000884Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0001118Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0002324Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0002812Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0003018Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0003747Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0004972Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0005320Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0005616Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0006972Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0007386Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0007575Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0008796Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0009235Z __VA_ARGS__ \ 2024-04-03T17:06:26.0009421Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0011346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0011663Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0011887Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0012950Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0013436Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0013579Z ^~~~ 2024-04-03T17:06:26.0014838Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0015112Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0015313Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0016800Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0017285Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0017481Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0018234Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0019686Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0020035Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0020319Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0021673Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0022085Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0022287Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0023463Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0023856Z __VA_ARGS__ \ 2024-04-03T17:06:26.0024038Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0026096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0026605Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0026862Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0027950Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0028482Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0028648Z ^~~~ 2024-04-03T17:06:26.0030016Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0030308Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0030540Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0031961Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0032487Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0032717Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0033530Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0034755Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0035103Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0035486Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0036801Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0037239Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0037418Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0038588Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0038987Z __VA_ARGS__ \ 2024-04-03T17:06:26.0039269Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0041366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0041747Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0042009Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0043142Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0043673Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0043843Z ^~~~ 2024-04-03T17:06:26.0045241Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0045644Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0045877Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0047327Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0047860Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0048103Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0048897Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0050159Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0050486Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0050724Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0052044Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0052465Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0052709Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0053785Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0054120Z __VA_ARGS__ \ 2024-04-03T17:06:26.0054262Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0056180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0056623Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0056865Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0057920Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0058519Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0058679Z ^~~~ 2024-04-03T17:06:26.0059974Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0060248Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0060476Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0061780Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0062403Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0062628Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0063404Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0064567Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0064898Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0065147Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0066506Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0066897Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0067062Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0068158Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0068511Z __VA_ARGS__ \ 2024-04-03T17:06:26.0068667Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0070668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0071003Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0071352Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0072426Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0072927Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0073112Z ^~~~ 2024-04-03T17:06:26.0074312Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0074576Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0074807Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0076162Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0076670Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0076892Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0077689Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0079058Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0079377Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0079611Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0080842Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0081214Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0081366Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0082498Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0082845Z __VA_ARGS__ \ 2024-04-03T17:06:26.0083017Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0085102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0085478Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0085737Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0086782Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0087266Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0087512Z ^~~~ 2024-04-03T17:06:26.0088750Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0089004Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0089222Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0090498Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0090980Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0091248Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0091960Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0093100Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0093389Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0093627Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0094802Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0095144Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0095304Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0096360Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0096856Z __VA_ARGS__ \ 2024-04-03T17:06:26.0097017Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0099038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0099346Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0099578Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0100231Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0100542Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0100632Z ^~~~ 2024-04-03T17:06:26.0101366Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0101622Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0101924Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0102919Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0103223Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0103346Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0103785Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0104477Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0104662Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0104819Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0105538Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0105770Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0105884Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0106517Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0106723Z __VA_ARGS__ \ 2024-04-03T17:06:26.0106831Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0108024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0108228Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0108373Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0108961Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0109262Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0109357Z ^~~~ 2024-04-03T17:06:26.0110123Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0110301Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0110429Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0111188Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0111492Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0111615Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0112065Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0112737Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0112955Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0113115Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0113831Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0114059Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0114172Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0115486Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0115723Z __VA_ARGS__ \ 2024-04-03T17:06:26.0115818Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0117864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0118076Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0118225Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0119226Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0119904Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0120059Z ^~~~ 2024-04-03T17:06:26.0121525Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0121792Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0122266Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0123615Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0124046Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0124226Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0126124Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0127656Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0127990Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0128275Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0129558Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0130350Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0130535Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0131723Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0132100Z __VA_ARGS__ \ 2024-04-03T17:06:26.0133197Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0135277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0135610Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0135839Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0136955Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0137408Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0137543Z ^~~~ 2024-04-03T17:06:26.0139191Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0139453Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0139658Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0141396Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0142013Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0142211Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0142970Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0144514Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0144881Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0145145Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0146830Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0147265Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0147441Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0148859Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0149407Z __VA_ARGS__ \ 2024-04-03T17:06:26.0149592Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0151708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0152046Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0152315Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0153415Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0153949Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0154113Z ^~~~ 2024-04-03T17:06:26.0155442Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0155735Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0155998Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0157395Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:267:35: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0157898Z AT_DISPATCH_CASE_FLOATING_TYPES(__VA_ARGS__) \ 2024-04-03T17:06:26.0158139Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0159052Z note: (skipping 4 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0160306Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0160662Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0160925Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0162234Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0162778Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0162968Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0164140Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0164500Z __VA_ARGS__ \ 2024-04-03T17:06:26.0164676Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0166777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0167127Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0167382Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0168498Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0169097Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0169291Z ^~~~ 2024-04-03T17:06:26.0170635Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0170931Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0171185Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0172598Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0173121Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:26.0173347Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0174156Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0175411Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0175734Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0176091Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0177517Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0177918Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0178073Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0179267Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0179590Z __VA_ARGS__ \ 2024-04-03T17:06:26.0179738Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0181732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0182065Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0182337Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0183358Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0183854Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0184009Z ^~~~ 2024-04-03T17:06:26.0185263Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0185658Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0185888Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0187224Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0187715Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:26.0187916Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0188679Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0189961Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0190281Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0190526Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0191771Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0192146Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0192307Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0193418Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0193767Z __VA_ARGS__ \ 2024-04-03T17:06:26.0194043Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0196033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0196364Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0196622Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0197656Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0198154Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0198316Z ^~~~ 2024-04-03T17:06:26.0199477Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0199793Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0199999Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0201376Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0202033Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:26.0202241Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0203024Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0204231Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0204536Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0204798Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0206013Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0206399Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0206583Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0207740Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0208082Z __VA_ARGS__ \ 2024-04-03T17:06:26.0208242Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0210388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0210749Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0211088Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0212126Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0212621Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0212764Z ^~~~ 2024-04-03T17:06:26.0213968Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0214329Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0214529Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0215810Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0216290Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:26.0216572Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0217313Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0218589Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0218891Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0219142Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0220334Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0220717Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0220888Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0221892Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0222237Z __VA_ARGS__ \ 2024-04-03T17:06:26.0222407Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0224219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0224516Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0224724Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0225333Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0225726Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0225816Z ^~~~ 2024-04-03T17:06:26.0226608Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0226789Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0226916Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0228084Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0228379Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:26.0228499Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0228956Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0229637Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0229827Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0229982Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0230701Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0230944Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0231040Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0231778Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0232096Z __VA_ARGS__ \ 2024-04-03T17:06:26.0232241Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0234366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0234693Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0235029Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0236101Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0236639Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0236788Z ^~~~ 2024-04-03T17:06:26.0237941Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0238182Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0238380Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0239638Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0240107Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:26.0240363Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0241028Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0241715Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0241918Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0242062Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0242780Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0243024Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0243122Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0243761Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0243981Z __VA_ARGS__ \ 2024-04-03T17:06:26.0244081Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0245267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0245456Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0245601Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0246207Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0246492Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0246581Z ^~~~ 2024-04-03T17:06:26.0247321Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0247485Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0247611Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0248389Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0248680Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:26.0248811Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0249251Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0249925Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0250159Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0250303Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0251019Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0251260Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0251359Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0252281Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0252495Z __VA_ARGS__ \ 2024-04-03T17:06:26.0252590Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0253734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0253928Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0254072Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0254678Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0254971Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0255073Z ^~~~ 2024-04-03T17:06:26.0255799Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0256000Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0256139Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0256961Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0257251Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:26.0257380Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0257822Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0258699Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0258900Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0259043Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0259776Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0260076Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0260173Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0260823Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0261029Z __VA_ARGS__ \ 2024-04-03T17:06:26.0261123Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0262260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0262447Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0262606Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0263197Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0263487Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0263591Z ^~~~ 2024-04-03T17:06:26.0264313Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0264478Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0264617Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0265419Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0265713Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:26.0265843Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0266281Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0266965Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0267186Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0267329Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0268057Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0268284Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0268380Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0269035Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0269240Z __VA_ARGS__ \ 2024-04-03T17:06:26.0269347Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0270472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0270697Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0270858Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0271452Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0271747Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0271848Z ^~~~ 2024-04-03T17:06:26.0272578Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0272753Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0272881Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0273639Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:268:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0273938Z AT_DISPATCH_CASE(SCALARTYPE1, __VA_ARGS__) \ 2024-04-03T17:06:26.0274058Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0274531Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0275218Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0275399Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0275539Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0276269Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0276496Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0276607Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0277243Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0277446Z __VA_ARGS__ \ 2024-04-03T17:06:26.0277556Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0278684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0278870Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0279024Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0279614Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0279939Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0280030Z ^~~~ 2024-04-03T17:06:26.0280756Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0280933Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0281059Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0281843Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0282018Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:26.0282135Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0282570Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0283256Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0283439Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0283596Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0284308Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0284535Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0284688Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0285324Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0285530Z __VA_ARGS__ \ 2024-04-03T17:06:26.0285635Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0287207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:498:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0287512Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0287740Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0288735Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0289279Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0289422Z ^~~~ 2024-04-03T17:06:26.0290785Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0291183Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0291407Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0292770Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0293038Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:26.0293232Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0294025Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0295225Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0295545Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0295811Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0297171Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0297567Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0297754Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0298917Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0299228Z __VA_ARGS__ \ 2024-04-03T17:06:26.0299372Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0301569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0301947Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0302216Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0303307Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0303836Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0304079Z ^~~~ 2024-04-03T17:06:26.0305394Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0305697Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0305916Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0307341Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0307625Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:26.0307833Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0308691Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0309973Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0310408Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0310690Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0312080Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0312516Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0312694Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0313922Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0314312Z __VA_ARGS__ \ 2024-04-03T17:06:26.0314481Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0316571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:510:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0316925Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0317272Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0318417Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0318940Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0319098Z ^~~~ 2024-04-03T17:06:26.0320486Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0320788Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0321021Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0322471Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0322757Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:26.0322965Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0323815Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0325092Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0325438Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0325696Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0327062Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0327561Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0327740Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0328933Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0329314Z __VA_ARGS__ \ 2024-04-03T17:06:26.0329473Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0331648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0332008Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0332255Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0333394Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0333887Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0334043Z ^~~~ 2024-04-03T17:06:26.0335410Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0335694Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0335918Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0337496Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0337867Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:26.0338088Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0339026Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0340285Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0340627Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0340877Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0342218Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0342642Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0342816Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0344010Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0344488Z __VA_ARGS__ \ 2024-04-03T17:06:26.0344661Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0346755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:534:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0347104Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0347364Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0348490Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0349030Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0349202Z ^~~~ 2024-04-03T17:06:26.0350553Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0350846Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0351077Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0352497Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0352796Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:26.0353024Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0353810Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0355134Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0355474Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0355722Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0357069Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0357490Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0357755Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0358972Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0359340Z __VA_ARGS__ \ 2024-04-03T17:06:26.0359506Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0361638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0361990Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0362275Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0363327Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0363842Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0364163Z ^~~~ 2024-04-03T17:06:26.0365520Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0365796Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0366024Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0367445Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0367728Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:26.0367950Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0368770Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0370039Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0370371Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0370631Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0372082Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0372501Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0372671Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0373884Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0374253Z __VA_ARGS__ \ 2024-04-03T17:06:26.0374418Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0376610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:546:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0376959Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0377236Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0378487Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0379023Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0379188Z ^~~~ 2024-04-03T17:06:26.0380550Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0380844Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0381221Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0382641Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0382935Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:26.0383145Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0383941Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0385337Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0385678Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0385935Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0387318Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0387733Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0387925Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0389098Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0389466Z __VA_ARGS__ \ 2024-04-03T17:06:26.0389642Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0391735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0392203Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0392469Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0393583Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0394120Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0394271Z ^~~~ 2024-04-03T17:06:26.0395622Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0395931Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0396150Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0397553Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0397865Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:26.0398183Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0398991Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0400269Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0400599Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0400876Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0402233Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0402628Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0402813Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0404025Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0404390Z __VA_ARGS__ \ 2024-04-03T17:06:26.0404577Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0406703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SegmentReduce.hip:558:23: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0407068Z hipcub::DeviceSegmentedReduce::Reduce, 2024-04-03T17:06:26.0407331Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0408521Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.0409087Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.0409243Z ^~~~ 2024-04-03T17:06:26.0410633Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:277:37: note: expanded from macro 'AT_DISPATCH_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0410941Z SCALARTYPE1, SCALARTYPE2, __VA_ARGS__)) 2024-04-03T17:06:26.0411174Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0412662Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:269:33: note: expanded from macro 'AT_DISPATCH_CASE_FLOATING_TYPES_AND2' 2024-04-03T17:06:26.0412962Z AT_DISPATCH_CASE(SCALARTYPE2, __VA_ARGS__) 2024-04-03T17:06:26.0413167Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0414003Z note: (skipping 3 expansions in backtrace; use -fmacro-backtrace-limit=0 to see all) 2024-04-03T17:06:26.0415286Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:797:46: note: expanded from macro 'AT_DISPATCH_INDEX_TYPES' 2024-04-03T17:06:26.0415615Z at::ScalarType::Long, index_t, __VA_ARGS__)) 2024-04-03T17:06:26.0415886Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0417330Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:70:12: note: expanded from macro 'AT_PRIVATE_CASE_TYPE_USING_HINT' 2024-04-03T17:06:26.0417752Z return __VA_ARGS__(); \ 2024-04-03T17:06:26.0418010Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0419342Z /var/lib/jenkins/workspace/aten/src/ATen/Dispatch.h:221:7: note: expanded from macro 'AT_DISPATCH_SWITCH' 2024-04-03T17:06:26.0419747Z __VA_ARGS__ \ 2024-04-03T17:06:26.0419897Z ^~~~~~~~~~~ 2024-04-03T17:06:26.0420209Z 80 warnings generated when compiling for host. 2024-04-03T17:06:26.0420226Z 2024-04-03T17:06:26.0423233Z [7881/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SparseBinaryOpIntersectionKernel.hip.o 2024-04-03T17:06:26.0424649Z [7882/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SoftMax.hip.o 2024-04-03T17:06:26.0426537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0427124Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0427542Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0430774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0431147Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0431308Z ^ 2024-04-03T17:06:26.0434359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0435032Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0435205Z ^ 2024-04-03T17:06:26.0437222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0437817Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0438151Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0441567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0441936Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0442102Z ^ 2024-04-03T17:06:26.0445293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0446084Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0446241Z ^ 2024-04-03T17:06:26.0448234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0448839Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0449162Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0452448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0452805Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0453074Z ^ 2024-04-03T17:06:26.0456213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0456964Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0457133Z ^ 2024-04-03T17:06:26.0459196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0459808Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0460134Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0463386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0463867Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0464054Z ^ 2024-04-03T17:06:26.0467260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0467953Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0468104Z ^ 2024-04-03T17:06:26.0470142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0470731Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0471050Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0474341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0474695Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0474865Z ^ 2024-04-03T17:06:26.0478154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0478827Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0478982Z ^ 2024-04-03T17:06:26.0481116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0481713Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0482033Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0485231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0485589Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0485769Z ^ 2024-04-03T17:06:26.0488846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0489691Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0489835Z ^ 2024-04-03T17:06:26.0491853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0492436Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0492739Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0496067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0496539Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0496704Z ^ 2024-04-03T17:06:26.0499692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0500479Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0500637Z ^ 2024-04-03T17:06:26.0502595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0503176Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0503491Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0506677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0507045Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0507221Z ^ 2024-04-03T17:06:26.0510337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0511159Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0511320Z ^ 2024-04-03T17:06:26.0513328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0513934Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0514253Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0517758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0518133Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0518304Z ^ 2024-04-03T17:06:26.0521483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0522167Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0522319Z ^ 2024-04-03T17:06:26.0524284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0524987Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0525310Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0528603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0528964Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0529142Z ^ 2024-04-03T17:06:26.0532318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0533030Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0533295Z ^ 2024-04-03T17:06:26.0535237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0535839Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0536140Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0539763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0540152Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0540308Z ^ 2024-04-03T17:06:26.0543373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0544038Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0544180Z ^ 2024-04-03T17:06:26.0546284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0546858Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0547171Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0550486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0550952Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0551141Z ^ 2024-04-03T17:06:26.0554251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.0554912Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.0555078Z ^ 2024-04-03T17:06:26.0557020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0557620Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0557919Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0561745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0562108Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0562283Z ^ 2024-04-03T17:06:26.0565628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.0566513Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.0566667Z ^ 2024-04-03T17:06:26.0568697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0569393Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0569704Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0573340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0573689Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0573868Z ^ 2024-04-03T17:06:26.0577244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.0578156Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.0578541Z ^ 2024-04-03T17:06:26.0580574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0581175Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0581579Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0585302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0585658Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0585824Z ^ 2024-04-03T17:06:26.0589237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.0590125Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.0590290Z ^ 2024-04-03T17:06:26.0592346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0592932Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0593242Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0596963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:919:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0597400Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0597584Z ^ 2024-04-03T17:06:26.0600803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.0601689Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.0601853Z ^ 2024-04-03T17:06:26.0603838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0604429Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0604835Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0608650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0609018Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0609183Z ^ 2024-04-03T17:06:26.0612433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.0613353Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.0613516Z ^ 2024-04-03T17:06:26.0615552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.0616076Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.0616363Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.0620357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:919:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.0620721Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.0620900Z ^ 2024-04-03T17:06:26.0624162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.0625071Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.0625221Z ^ 2024-04-03T17:06:26.0625984Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:18: 2024-04-03T17:06:26.0629654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0631856Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2024-04-03T17:06:26.0632143Z ^ 2024-04-03T17:06:26.0635778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0639575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0643289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0647162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0650930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0654708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0658730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0662600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0666385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0670305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0674105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0677868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0681785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0685555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0689351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0693216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0697109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0700981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0704659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0708427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0712284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0715565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0718114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0720084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0722200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0724150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0726746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0729246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0731204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0733160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0736320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0739870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0743340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0747191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0750977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0754701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0758373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0761882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0765349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0769080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0772573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0776065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0779871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0783555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0787059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0790694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0794102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0797420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0798983Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2024-04-03T17:06:26.0799172Z ^ 2024-04-03T17:06:26.0802458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0813315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0815447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0817622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0819763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0821721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0823682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0825772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0828385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0830362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0833296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0837124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0841118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0844935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0848782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0852653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0856579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0860500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0864362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0868280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0872159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0876009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0879855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0883707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0887592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0891425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0895222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0899319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0903102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0906947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0910769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0914702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0918551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0922405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0926222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0930058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0933935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0937844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0941723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0945644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0949471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0953315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0957147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0961005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0964863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0968713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0972525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0976483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0978865Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2024-04-03T17:06:26.0979037Z ^ 2024-04-03T17:06:26.0982125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0985466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0988589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0991625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0995696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.0999365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1003181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1006847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1010595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1014235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1018001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1021843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1025425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1028559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1032442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1036130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1039820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1043493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1047200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1050871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1054581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1058471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1061994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1065284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1067288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1069241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1071638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1074737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1076709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1078667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1080680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1082625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1084607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1086564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1088520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1090521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1092472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1094425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1096362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1098626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1100557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1102504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1104496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1106435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1108415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1110360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1112308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1114272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1115152Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2024-04-03T17:06:26.1115249Z ^ 2024-04-03T17:06:26.1117223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1119173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1121181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1123130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1125079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1127026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1129007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1131454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1133520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1135465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1137621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1139755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1141696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1143652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1145653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1148995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1152087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1154569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1156641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1158649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1160596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1162556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1164998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1167056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1168988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1172286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1176259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1180420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1183815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1186347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1188390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1190350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1192331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1194294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1196231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1198226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1200161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1202108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1204099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1206038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1207978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1209941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1211911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1213858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1215848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1217935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1220071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1222102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1223260Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2024-04-03T17:06:26.1223357Z ^ 2024-04-03T17:06:26.1225336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1227280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1229708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1232270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1234250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1236295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1238267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1240250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1242215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1244159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1246158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1248093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1250022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1251977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1253953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1255894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1257931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1260070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1262020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1263995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1265930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1267864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1269847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1271794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1273720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1276995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1280740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1284408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1288083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1291798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1295467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1299409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1300967Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2024-04-03T17:06:26.1301137Z ^ 2024-04-03T17:06:26.1304873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1308565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1312309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1316008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1319734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1323443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1327136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1330800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1334462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1338365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1342107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1345800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1349461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1353125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1356880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1360214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1363742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1367537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1371267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1374429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1378466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1382312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1386005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1389748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1393422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1397102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1400841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1404526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1408145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1411102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1413099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1413299Z 274 warnings generated when compiling for gfx906. 2024-04-03T17:06:26.1414362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1414706Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1414879Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1416738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1417021Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1417117Z ^ 2024-04-03T17:06:26.1418949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1419317Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1419410Z ^ 2024-04-03T17:06:26.1420549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1420869Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1421037Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1422779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1422972Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1423082Z ^ 2024-04-03T17:06:26.1424741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1425153Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1425254Z ^ 2024-04-03T17:06:26.1426320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1426651Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1426819Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1428502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1428707Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1428846Z ^ 2024-04-03T17:06:26.1430508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1430887Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1430977Z ^ 2024-04-03T17:06:26.1432050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1432368Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1432539Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1434259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1434455Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1434563Z ^ 2024-04-03T17:06:26.1436252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1436620Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1436724Z ^ 2024-04-03T17:06:26.1437785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1438106Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1438321Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1440052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1440257Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1440357Z ^ 2024-04-03T17:06:26.1442021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1442404Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1442521Z ^ 2024-04-03T17:06:26.1443594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1443912Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1444080Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1445783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1445974Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1446069Z ^ 2024-04-03T17:06:26.1447730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1448135Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1448240Z ^ 2024-04-03T17:06:26.1449514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1449834Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1450017Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1451759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1451963Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1452058Z ^ 2024-04-03T17:06:26.1453724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1454102Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1454189Z ^ 2024-04-03T17:06:26.1455296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1455613Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1455781Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1457642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1457840Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1457933Z ^ 2024-04-03T17:06:26.1459859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1460227Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1460328Z ^ 2024-04-03T17:06:26.1461398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1461717Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1461978Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1463760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1463966Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1464060Z ^ 2024-04-03T17:06:26.1465728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1466105Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1466191Z ^ 2024-04-03T17:06:26.1467254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1467620Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1467788Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1469518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1469709Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1469804Z ^ 2024-04-03T17:06:26.1471470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1471841Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1471943Z ^ 2024-04-03T17:06:26.1472997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1473311Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1473528Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1475323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1475526Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1475623Z ^ 2024-04-03T17:06:26.1477324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1477702Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1477788Z ^ 2024-04-03T17:06:26.1478847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1479170Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1479338Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1481089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1481311Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1481404Z ^ 2024-04-03T17:06:26.1483075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.1483442Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.1483541Z ^ 2024-04-03T17:06:26.1484592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1484907Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1485092Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1487072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1487258Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1487365Z ^ 2024-04-03T17:06:26.1489098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.1489585Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.1489677Z ^ 2024-04-03T17:06:26.1490740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1491072Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1491240Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1493193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1493379Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1493473Z ^ 2024-04-03T17:06:26.1495205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.1495714Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.1495814Z ^ 2024-04-03T17:06:26.1496955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1497274Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1497462Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1499598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1499848Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1499944Z ^ 2024-04-03T17:06:26.1501673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.1502161Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.1502250Z ^ 2024-04-03T17:06:26.1503316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1503643Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1503812Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1505751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:919:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1505981Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1506073Z ^ 2024-04-03T17:06:26.1507819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.1508293Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.1508393Z ^ 2024-04-03T17:06:26.1509447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1509769Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1509950Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1512019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1512220Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1512313Z ^ 2024-04-03T17:06:26.1514342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.1515168Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.1515264Z ^ 2024-04-03T17:06:26.1516351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.1516681Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.1516849Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.1518834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:919:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.1519020Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.1519154Z ^ 2024-04-03T17:06:26.1520897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.1521367Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.1521467Z ^ 2024-04-03T17:06:26.1521893Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:18: 2024-04-03T17:06:26.1523848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1525003Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2024-04-03T17:06:26.1525132Z ^ 2024-04-03T17:06:26.1527112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1529058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1531018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1532965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1534961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1537056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1539150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1541114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1543065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1545267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1547216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1549175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1551177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1553123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1555124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1557706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1559796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1561791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1563735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1565831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1567786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1569779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1573520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1578385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1582195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1585892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1589533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1593178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1596860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1600541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1604178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1607319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1610463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1614246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1618045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1621851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1625646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1629317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1632983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1636667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1640439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1644108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1647400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1650833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1654331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1656892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1659017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1660976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1661906Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2024-04-03T17:06:26.1662004Z ^ 2024-04-03T17:06:26.1663976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1665950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1667903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1669912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1671859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1673854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1675809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1678728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1683613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1688426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1692709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1696239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1699934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1703841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1707309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1710888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1714252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1717728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1721893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1730193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1738453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1746451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1754523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1762492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1770531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1778614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1786480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1794504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1802406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1810362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1818457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1826318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1833754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1840735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1847344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1854674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1862282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1869537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1876803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1883535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1890994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1898532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1905864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1913153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1920426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1927762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1935046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1942457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1948211Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2024-04-03T17:06:26.1950524Z ^ 2024-04-03T17:06:26.1954528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1961793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1968679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1976069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1981835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1985764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1991882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.1996406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2000386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2006084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2011082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2015042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2019263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2023104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2026955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2030853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2034690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2038562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2042407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2046234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2050105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2053961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2057879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2061988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2065823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2070040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2074142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2078035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2084022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2091014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2098403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2105415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2112421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2117515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2124894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2132365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2139965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2147430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2154905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2162420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2169826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2177505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2185088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2192760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2200508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2207913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2215583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2223477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2228944Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2024-04-03T17:06:26.2231034Z ^ 2024-04-03T17:06:26.2235258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2242855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2250495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2258479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2266216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2273883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2281415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2288780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2296248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2303918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2311374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2318941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2326507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2334093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2341689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2349628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2357306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2364737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2372405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2380198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2388087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2395516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2403133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2410835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2418649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2426041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2433627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2441128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2448804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2456234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2463990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2471538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2479314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2487030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2494630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2502580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2509882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2517266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2524608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2532320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2539838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2547378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2554679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2562036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2569666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2577073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2584449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2592008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2597906Z __global__ void softmax_warp_forward(output_t *dst, const input_t *src, int batch_size, int stride, int element_count, const bool *mask = nullptr, const int head_chunk_size = -1, bool is_transformer_mask = false) 2024-04-03T17:06:26.2600198Z ^ 2024-04-03T17:06:26.2604133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2611802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2619856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2627289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2634791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2642217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2649695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2657394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2665222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2672776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2680431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2687889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2695156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2702455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2709777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2717496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2725238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2732732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2739915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2747600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2755254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2762876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2770273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2777809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2785568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2792965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2800646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2808082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2815376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2822845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2829908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:70:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2837533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2842661Z __global__ void softmax_warp_backward(output_t *gradInput, const input_t *grad, const input_t *output, int batch_size, int stride, int element_count, const bool *mask = nullptr) 2024-04-03T17:06:26.2844650Z ^ 2024-04-03T17:06:26.2848715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2856270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2864234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2871572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2879217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2886766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2894627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2901679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2908965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2916264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2923705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2931276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2938919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2946499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2954108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2961625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2968869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2976285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2983984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2991564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.2999129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3006430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3014041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3021596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3029358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3037019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3044740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3052549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3060274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3067857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3075548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PersistentSoftmax.cuh:217:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:26.3079536Z 274 warnings generated when compiling for gfx90a. 2024-04-03T17:06:26.3082249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3085025Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3086238Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3090251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3093731Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3094562Z ^ 2024-04-03T17:06:26.3098118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3102120Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3103303Z ^ 2024-04-03T17:06:26.3105620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3108433Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3109707Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3113852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3117478Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3118263Z ^ 2024-04-03T17:06:26.3121665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3125545Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3126734Z ^ 2024-04-03T17:06:26.3129118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3131888Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3133068Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3137091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3140768Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3141617Z ^ 2024-04-03T17:06:26.3144946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3148812Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3150151Z ^ 2024-04-03T17:06:26.3152458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3155294Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3156519Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3160543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3163978Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3164800Z ^ 2024-04-03T17:06:26.3168154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3171671Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3172808Z ^ 2024-04-03T17:06:26.3175138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3177949Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3179081Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3182758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3186330Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3187180Z ^ 2024-04-03T17:06:26.3190725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3194371Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3195611Z ^ 2024-04-03T17:06:26.3197831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3200514Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3201703Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3205723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3208966Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3209782Z ^ 2024-04-03T17:06:26.3213380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3217276Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3218505Z ^ 2024-04-03T17:06:26.3220759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3223613Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3224865Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3228701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3232150Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3233002Z ^ 2024-04-03T17:06:26.3236736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3240451Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3241626Z ^ 2024-04-03T17:06:26.3243842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3246467Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3247651Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3251597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3255195Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3256017Z ^ 2024-04-03T17:06:26.3259977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3263637Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3264785Z ^ 2024-04-03T17:06:26.3267055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3269678Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3271010Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3275002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3278432Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3279270Z ^ 2024-04-03T17:06:26.3282644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3286143Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3287358Z ^ 2024-04-03T17:06:26.3289741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3292490Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3293641Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3297863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3301491Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3302290Z ^ 2024-04-03T17:06:26.3306058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3309765Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3310923Z ^ 2024-04-03T17:06:26.3313174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3315822Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3317008Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3320861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:801:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3324636Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3325496Z ^ 2024-04-03T17:06:26.3329068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3332781Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3333929Z ^ 2024-04-03T17:06:26.3336185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3338983Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3340225Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3344177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:810:17: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3347726Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3348566Z ^ 2024-04-03T17:06:26.3352179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:941:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax' requested here 2024-04-03T17:06:26.3355951Z host_softmax(input, dim, half_to_float, output); 2024-04-03T17:06:26.3357057Z ^ 2024-04-03T17:06:26.3359257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3361893Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3363099Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3367374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3371221Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3372144Z ^ 2024-04-03T17:06:26.3375751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.3379752Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.3381151Z ^ 2024-04-03T17:06:26.3383547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3386198Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3387452Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3391864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3395630Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3396418Z ^ 2024-04-03T17:06:26.3400083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.3404265Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.3405668Z ^ 2024-04-03T17:06:26.3407984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3410634Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3411906Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3416257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3420581Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3421407Z ^ 2024-04-03T17:06:26.3425003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.3428968Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.3430239Z ^ 2024-04-03T17:06:26.3432447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3435213Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3436441Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3440733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:919:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3444646Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3445436Z ^ 2024-04-03T17:06:26.3449250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.3453198Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.3454508Z ^ 2024-04-03T17:06:26.3456902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3459792Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3461026Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3465683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:907:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3469588Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3470406Z ^ 2024-04-03T17:06:26.3474119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.3478368Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.3479773Z ^ 2024-04-03T17:06:26.3481948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:151:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.3484510Z hipOccupancyMaxActiveBlocksPerMultiprocessor(&max_active_blocks, 2024-04-03T17:06:26.3485658Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.3490018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:919:11: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::SpatialSoftMax_getLaunchSizes' requested here 2024-04-03T17:06:26.3493859Z SpatialSoftMax_getLaunchSizes( 2024-04-03T17:06:26.3494803Z ^ 2024-04-03T17:06:26.3498683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SoftMax.hip:957:3: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::host_softmax_backward' requested here 2024-04-03T17:06:26.3502621Z host_softmax_backward(grad, output, dim, half_to_float, grad_input); 2024-04-03T17:06:26.3503995Z ^ 2024-04-03T17:06:26.3504533Z 18 warnings generated when compiling for host. 2024-04-03T17:06:26.3505142Z 2024-04-03T17:06:26.3506546Z [7882/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SparseMM.hip.o 2024-04-03T17:06:26.3509470Z [7883/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SortImpl.hip.o 2024-04-03T17:06:26.3512526Z [7883/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SpectralOps.hip.o 2024-04-03T17:06:26.3515446Z [7884/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Sort.hip.o 2024-04-03T17:06:26.3518343Z [7884/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_StepKernel.hip.o 2024-04-03T17:06:26.3521504Z [7885/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Sorting.hip.o 2024-04-03T17:06:26.3523855Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip:13: 2024-04-03T17:06:26.3525873Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2024-04-03T17:06:26.3528961Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:26.3531975Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:26.3533511Z ^ 2024-04-03T17:06:26.3535486Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:26.3537310Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:26.3537954Z ^ 2024-04-03T17:06:26.3539254Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:26.3540718Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:26.3541636Z ^ 2024-04-03T17:06:26.3542425Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:26.3543822Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip:13: 2024-04-03T17:06:26.3546037Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2024-04-03T17:06:26.3549226Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:26.3552137Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:26.3553748Z ^ 2024-04-03T17:06:26.3555793Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:26.3557511Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:26.3558183Z ^ 2024-04-03T17:06:26.3559341Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:26.3560742Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:26.3561629Z ^ 2024-04-03T17:06:26.3562586Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:26.3563908Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Sorting.hip:13: 2024-04-03T17:06:26.3566016Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2024-04-03T17:06:26.3569121Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:26.3572063Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:26.3573591Z ^ 2024-04-03T17:06:26.3575491Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:26.3577224Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:26.3577856Z ^ 2024-04-03T17:06:26.3579021Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:26.3580464Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:26.3581380Z ^ 2024-04-03T17:06:26.3582160Z 1 warning generated when compiling for host. 2024-04-03T17:06:26.3582783Z 2024-04-03T17:06:26.8925284Z [7885/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SummaryOps.hip.o 2024-04-03T17:06:26.8928344Z [7886/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SortStable.hip.o 2024-04-03T17:06:26.8930725Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.8933685Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.8936540Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.8937956Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.8939873Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.8941676Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.8942640Z ^~~~ 2024-04-03T17:06:26.8945943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.8949029Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.8949680Z ^ 2024-04-03T17:06:26.8952604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.8955058Z segmented_sort_pairs( 2024-04-03T17:06:26.8955425Z ^ 2024-04-03T17:06:26.8956044Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.8957759Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.8959255Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.8960041Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.8961006Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.8961990Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.8962659Z ^~~~ 2024-04-03T17:06:26.8963787Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.8965142Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.8965847Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.8966802Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.8967763Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.8968310Z ^~~~ 2024-04-03T17:06:26.8969415Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.8970782Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.8971474Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.8972489Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.8973466Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.8974008Z ^~~~ 2024-04-03T17:06:26.8975173Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.8976686Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.8977456Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.8978632Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.8979647Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.8980200Z ^~~~ 2024-04-03T17:06:26.8981996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.8983668Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.8984054Z ^ 2024-04-03T17:06:26.8985657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.8987158Z segmented_sort_pairs( 2024-04-03T17:06:26.8987510Z ^ 2024-04-03T17:06:26.8988118Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.8989750Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.8991183Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.8991961Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.8992915Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.8993900Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.8994455Z ^~~~ 2024-04-03T17:06:26.8995562Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.8996922Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.8997624Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.8998728Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.8999687Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9000236Z ^~~~ 2024-04-03T17:06:26.9001353Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9002723Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9003415Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9004364Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9005343Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9005885Z ^~~~ 2024-04-03T17:06:26.9006994Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9008425Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9009204Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9010160Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9011179Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9011732Z ^~~~ 2024-04-03T17:06:26.9013425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9015041Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9015428Z ^ 2024-04-03T17:06:26.9017093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9018759Z segmented_sort_pairs( 2024-04-03T17:06:26.9019118Z ^ 2024-04-03T17:06:26.9019737Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9021723Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9023168Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9023955Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9024999Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9025991Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9026552Z ^~~~ 2024-04-03T17:06:26.9027665Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9029016Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9029723Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9030674Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9031632Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9032175Z ^~~~ 2024-04-03T17:06:26.9033281Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9034695Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9035384Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9036336Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9037316Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9037855Z ^~~~ 2024-04-03T17:06:26.9038961Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9040393Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9041166Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9042116Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9043092Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9043634Z ^~~~ 2024-04-03T17:06:26.9045327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9046958Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9047391Z ^ 2024-04-03T17:06:26.9048946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9050592Z segmented_sort_pairs( 2024-04-03T17:06:26.9050944Z ^ 2024-04-03T17:06:26.9051557Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9053204Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9054638Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9055419Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9056473Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9057446Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9058101Z ^~~~ 2024-04-03T17:06:26.9059582Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9061000Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9061714Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9062668Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9063625Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9064172Z ^~~~ 2024-04-03T17:06:26.9065278Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9066639Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9067326Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9078944Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9079969Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9080653Z ^~~~ 2024-04-03T17:06:26.9081783Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9083223Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9084006Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9084978Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9085942Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9086491Z ^~~~ 2024-04-03T17:06:26.9088201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9089834Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9090209Z ^ 2024-04-03T17:06:26.9091786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9093258Z segmented_sort_pairs( 2024-04-03T17:06:26.9093600Z ^ 2024-04-03T17:06:26.9094266Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9095870Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9097403Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9098176Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9099405Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9100388Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9100931Z ^~~~ 2024-04-03T17:06:26.9102047Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9103417Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9104118Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9105050Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9106025Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9106611Z ^~~~ 2024-04-03T17:06:26.9107704Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9109072Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9109768Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9110703Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9111680Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9112235Z ^~~~ 2024-04-03T17:06:26.9113345Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9114763Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9115543Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9116555Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9117510Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9118051Z ^~~~ 2024-04-03T17:06:26.9119776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9121419Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9121793Z ^ 2024-04-03T17:06:26.9123363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9124943Z segmented_sort_pairs( 2024-04-03T17:06:26.9125289Z ^ 2024-04-03T17:06:26.9125904Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9127494Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9128933Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9129752Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9130727Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9131696Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9132240Z ^~~~ 2024-04-03T17:06:26.9133353Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9134885Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9135691Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9136744Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9137712Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9175529Z ^~~~ 2024-04-03T17:06:26.9178032Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9180464Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9181796Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9183722Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9185612Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9186636Z ^~~~ 2024-04-03T17:06:26.9188745Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9191481Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9192846Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9194658Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9196434Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9197441Z ^~~~ 2024-04-03T17:06:26.9200712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9204009Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9204700Z ^ 2024-04-03T17:06:26.9207782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9210635Z segmented_sort_pairs( 2024-04-03T17:06:26.9211276Z ^ 2024-04-03T17:06:26.9212428Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9215340Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9218081Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9219714Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9221489Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9223301Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9224334Z ^~~~ 2024-04-03T17:06:26.9226663Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9229146Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9230400Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9232151Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9234090Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9235097Z ^~~~ 2024-04-03T17:06:26.9237364Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9239860Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9241171Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9242941Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9244761Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9245795Z ^~~~ 2024-04-03T17:06:26.9247852Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9250554Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9252070Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9253909Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9255734Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9256874Z ^~~~ 2024-04-03T17:06:26.9260215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9263433Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9264132Z ^ 2024-04-03T17:06:26.9267055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9269924Z segmented_sort_pairs( 2024-04-03T17:06:26.9270562Z ^ 2024-04-03T17:06:26.9271704Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9274694Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9277380Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9278819Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9280640Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9282432Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9283445Z ^~~~ 2024-04-03T17:06:26.9285567Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9288217Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9289534Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9291328Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9293316Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9294344Z ^~~~ 2024-04-03T17:06:26.9296536Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9299744Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9301038Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9302934Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9304702Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9305718Z ^~~~ 2024-04-03T17:06:26.9307841Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9310448Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9311860Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9313585Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9315361Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9316507Z ^~~~ 2024-04-03T17:06:26.9319754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9322941Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9323635Z ^ 2024-04-03T17:06:26.9326784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9329662Z segmented_sort_pairs( 2024-04-03T17:06:26.9330305Z ^ 2024-04-03T17:06:26.9331451Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9334430Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9337335Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9338916Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9340707Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9342546Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9343528Z ^~~~ 2024-04-03T17:06:26.9345546Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9348106Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9349403Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9351207Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9353003Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9353988Z ^~~~ 2024-04-03T17:06:26.9356082Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9358678Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9360123Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9361914Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9363736Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9364781Z ^~~~ 2024-04-03T17:06:26.9366868Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9369683Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9371139Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9372985Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9374817Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9375826Z ^~~~ 2024-04-03T17:06:26.9379258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9382474Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9383153Z ^ 2024-04-03T17:06:26.9386403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9389278Z segmented_sort_pairs( 2024-04-03T17:06:26.9389920Z ^ 2024-04-03T17:06:26.9391058Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9394127Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9396875Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9398321Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9400154Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9402043Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9403207Z ^~~~ 2024-04-03T17:06:26.9405365Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9407994Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9409312Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9411068Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9412886Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9413915Z ^~~~ 2024-04-03T17:06:26.9416015Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9418823Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9420148Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9421933Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9423767Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9424794Z ^~~~ 2024-04-03T17:06:26.9425367Z 40 warnings generated when compiling for gfx906. 2024-04-03T17:06:26.9426967Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9430046Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9432767Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9434232Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9436124Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9437947Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9438959Z ^~~~ 2024-04-03T17:06:26.9442373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9445579Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9446276Z ^ 2024-04-03T17:06:26.9449365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9452359Z segmented_sort_pairs( 2024-04-03T17:06:26.9453006Z ^ 2024-04-03T17:06:26.9454158Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9457329Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9459939Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9461404Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9463239Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9465087Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9466110Z ^~~~ 2024-04-03T17:06:26.9468256Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9471008Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9472319Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9474124Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9475959Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9476983Z ^~~~ 2024-04-03T17:06:26.9479112Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9481712Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9483020Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9484821Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9486652Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9487668Z ^~~~ 2024-04-03T17:06:26.9489779Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9492490Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9494048Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9495866Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9497758Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9498939Z ^~~~ 2024-04-03T17:06:26.9502388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9505563Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9506276Z ^ 2024-04-03T17:06:26.9509376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9512238Z segmented_sort_pairs( 2024-04-03T17:06:26.9512885Z ^ 2024-04-03T17:06:26.9514030Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9516980Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9519691Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9521145Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9522896Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9524659Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9525720Z ^~~~ 2024-04-03T17:06:26.9527859Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9530489Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9531814Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9533609Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9535437Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9536692Z ^~~~ 2024-04-03T17:06:26.9538957Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9541580Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9542865Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9544661Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9546514Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9547551Z ^~~~ 2024-04-03T17:06:26.9549668Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9552417Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9553880Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9555727Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9557541Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9558549Z ^~~~ 2024-04-03T17:06:26.9561878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9565010Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9565710Z ^ 2024-04-03T17:06:26.9568691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9571590Z segmented_sort_pairs( 2024-04-03T17:06:26.9572239Z ^ 2024-04-03T17:06:26.9573376Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9576499Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9579321Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9580791Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9582619Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9584431Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9585568Z ^~~~ 2024-04-03T17:06:26.9587697Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9590311Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9591648Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9593427Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9595286Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9596271Z ^~~~ 2024-04-03T17:06:26.9598371Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9600947Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9602236Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9604138Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9606020Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9607037Z ^~~~ 2024-04-03T17:06:26.9609143Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9611870Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9613331Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9615116Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9617034Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9618041Z ^~~~ 2024-04-03T17:06:26.9621420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9624519Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9625225Z ^ 2024-04-03T17:06:26.9628358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9631135Z segmented_sort_pairs( 2024-04-03T17:06:26.9631789Z ^ 2024-04-03T17:06:26.9632926Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9635945Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9638734Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9640172Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9642013Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9643838Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9644868Z ^~~~ 2024-04-03T17:06:26.9647002Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9649473Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9650785Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9652640Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9654433Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9655434Z ^~~~ 2024-04-03T17:06:26.9657651Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9660195Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9661512Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9663332Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9665191Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9666205Z ^~~~ 2024-04-03T17:06:26.9668324Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9671226Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9672701Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9674550Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9676399Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9677435Z ^~~~ 2024-04-03T17:06:26.9680787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9683989Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9684699Z ^ 2024-04-03T17:06:26.9687776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9690654Z segmented_sort_pairs( 2024-04-03T17:06:26.9691302Z ^ 2024-04-03T17:06:26.9692470Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9695587Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9698181Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9699718Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9701403Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9703236Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9704294Z ^~~~ 2024-04-03T17:06:26.9706519Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9709145Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9710480Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9712297Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9714175Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9715189Z ^~~~ 2024-04-03T17:06:26.9717346Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9720103Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9721434Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9723248Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9725367Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9726403Z ^~~~ 2024-04-03T17:06:26.9728566Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9731364Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9732822Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9734667Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9736604Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9737755Z ^~~~ 2024-04-03T17:06:26.9740955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9743992Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9744706Z ^ 2024-04-03T17:06:26.9747613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9750287Z segmented_sort_pairs( 2024-04-03T17:06:26.9750944Z ^ 2024-04-03T17:06:26.9752042Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9755003Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9757778Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9759279Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9761109Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9763104Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9764160Z ^~~~ 2024-04-03T17:06:26.9766307Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9768949Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9770281Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9772162Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9774025Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9775043Z ^~~~ 2024-04-03T17:06:26.9777297Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9780192Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9781499Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9783319Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9785204Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9786330Z ^~~~ 2024-04-03T17:06:26.9788496Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9791284Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9792765Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9794583Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9796442Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9797482Z ^~~~ 2024-04-03T17:06:26.9800808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9803811Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9804590Z ^ 2024-04-03T17:06:26.9807333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9809900Z segmented_sort_pairs( 2024-04-03T17:06:26.9810510Z ^ 2024-04-03T17:06:26.9811646Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9814691Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9817412Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9818849Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9820578Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9822455Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9823500Z ^~~~ 2024-04-03T17:06:26.9825642Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9828305Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9829765Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9831501Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9833378Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9834383Z ^~~~ 2024-04-03T17:06:26.9836522Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9839322Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9840643Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9842355Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9844025Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9845022Z ^~~~ 2024-04-03T17:06:26.9846993Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9849591Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9851006Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9852854Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9854596Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9855566Z ^~~~ 2024-04-03T17:06:26.9859012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9862087Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9862786Z ^ 2024-04-03T17:06:26.9865710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9868461Z segmented_sort_pairs( 2024-04-03T17:06:26.9869088Z ^ 2024-04-03T17:06:26.9870210Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9873269Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9875942Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9877356Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9879095Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9880872Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9881895Z ^~~~ 2024-04-03T17:06:26.9883975Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9886382Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9887626Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9889294Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9890977Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9891951Z ^~~~ 2024-04-03T17:06:26.9894112Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9896826Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9898079Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9899890Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9901640Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9902637Z ^~~~ 2024-04-03T17:06:26.9904894Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9907543Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9909002Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9910841Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9912697Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9913642Z ^~~~ 2024-04-03T17:06:26.9916914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9920184Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9920860Z ^ 2024-04-03T17:06:26.9923779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9926584Z segmented_sort_pairs( 2024-04-03T17:06:26.9927228Z ^ 2024-04-03T17:06:26.9928382Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9931473Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9934286Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9935642Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9937710Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9939690Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9940627Z ^~~~ 2024-04-03T17:06:26.9942767Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9945330Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9946503Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9948211Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9950058Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9951040Z ^~~~ 2024-04-03T17:06:26.9953199Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9955752Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9957025Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9958735Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9960619Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9961606Z ^~~~ 2024-04-03T17:06:26.9963649Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9966252Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9967692Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9969578Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9971313Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9972265Z ^~~~ 2024-04-03T17:06:26.9975415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9975679Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:26.9975853Z ^ 2024-04-03T17:06:26.9978766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:26.9979077Z segmented_sort_pairs( 2024-04-03T17:06:26.9979249Z ^ 2024-04-03T17:06:26.9980078Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9981886Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9982641Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9983013Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9984113Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9984649Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9984816Z ^~~~ 2024-04-03T17:06:26.9986590Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9987357Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9987658Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9988781Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9989334Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9989507Z ^~~~ 2024-04-03T17:06:26.9991372Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9992061Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:26.9992387Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9993539Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:26.9994103Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:26.9994261Z ^~~~ 2024-04-03T17:06:26.9994612Z 40 warnings generated when compiling for gfx90a. 2024-04-03T17:06:26.9995487Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:26.9997280Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:26.9998079Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:26.9998431Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:26.9999502Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0000014Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0000253Z ^~~~ 2024-04-03T17:06:27.0003351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0003604Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:27.0003776Z ^ 2024-04-03T17:06:27.0006879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0007098Z segmented_sort_pairs( 2024-04-03T17:06:27.0007273Z ^ 2024-04-03T17:06:27.0008085Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:27.0010009Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0010775Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0011113Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0012253Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0012809Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0012967Z ^~~~ 2024-04-03T17:06:27.0014821Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0015481Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0015807Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0017130Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0017660Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0017838Z ^~~~ 2024-04-03T17:06:27.0019805Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0020474Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0020811Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0021891Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0022393Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0022561Z ^~~~ 2024-04-03T17:06:27.0024363Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0025128Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0025467Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0026628Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0027156Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0027322Z ^~~~ 2024-04-03T17:06:27.0030372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0030633Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:27.0030799Z ^ 2024-04-03T17:06:27.0033761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0033984Z segmented_sort_pairs( 2024-04-03T17:06:27.0034155Z ^ 2024-04-03T17:06:27.0034992Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:27.0036739Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0037483Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0037814Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0039042Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0039607Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0039760Z ^~~~ 2024-04-03T17:06:27.0041664Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0042364Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0042680Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0043770Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0044284Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0044439Z ^~~~ 2024-04-03T17:06:27.0046250Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0047026Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0047336Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0048477Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0049020Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0049193Z ^~~~ 2024-04-03T17:06:27.0051017Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0051799Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0052168Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0053301Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0053832Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0053996Z ^~~~ 2024-04-03T17:06:27.0056897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0057268Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:27.0057434Z ^ 2024-04-03T17:06:27.0060270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0060503Z segmented_sort_pairs( 2024-04-03T17:06:27.0060676Z ^ 2024-04-03T17:06:27.0061526Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:27.0063463Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0064266Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0064632Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0065752Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0066291Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0066465Z ^~~~ 2024-04-03T17:06:27.0068187Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0068941Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0069248Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0070372Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0070883Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0071040Z ^~~~ 2024-04-03T17:06:27.0072868Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0073505Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0073804Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0074931Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0075471Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0075735Z ^~~~ 2024-04-03T17:06:27.0077618Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0078387Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0078741Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0079874Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0080410Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0080585Z ^~~~ 2024-04-03T17:06:27.0083668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0083924Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:27.0084105Z ^ 2024-04-03T17:06:27.0086829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0087046Z segmented_sort_pairs( 2024-04-03T17:06:27.0087216Z ^ 2024-04-03T17:06:27.0088103Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:27.0089928Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0090666Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0091023Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0092194Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0092746Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0092898Z ^~~~ 2024-04-03T17:06:27.0094727Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0095400Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0095729Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0096963Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0097489Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0097750Z ^~~~ 2024-04-03T17:06:27.0099741Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0100416Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0100734Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0101845Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0102408Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0102568Z ^~~~ 2024-04-03T17:06:27.0104427Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0105221Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0105579Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0106807Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0107307Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0107462Z ^~~~ 2024-04-03T17:06:27.0110472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0110724Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:27.0110891Z ^ 2024-04-03T17:06:27.0113575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0113795Z segmented_sort_pairs( 2024-04-03T17:06:27.0113977Z ^ 2024-04-03T17:06:27.0114811Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:27.0116710Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0117520Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0117970Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0119091Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0119634Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0119792Z ^~~~ 2024-04-03T17:06:27.0121656Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0122390Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0122712Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0123855Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0124380Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0124543Z ^~~~ 2024-04-03T17:06:27.0126427Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0127084Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0127414Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0128601Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0129148Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0129319Z ^~~~ 2024-04-03T17:06:27.0131197Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0131990Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0132352Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0133465Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0133991Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0134149Z ^~~~ 2024-04-03T17:06:27.0137226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0137593Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:27.0137766Z ^ 2024-04-03T17:06:27.0140591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0140815Z segmented_sort_pairs( 2024-04-03T17:06:27.0140980Z ^ 2024-04-03T17:06:27.0141807Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:27.0143635Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0144401Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0144779Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0145848Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0146392Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0146543Z ^~~~ 2024-04-03T17:06:27.0148489Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0149173Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0149469Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0150573Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0151098Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0151333Z ^~~~ 2024-04-03T17:06:27.0153151Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0153785Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0154097Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0155229Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0155772Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0155931Z ^~~~ 2024-04-03T17:06:27.0157766Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0158616Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0158987Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0160095Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0160627Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0160797Z ^~~~ 2024-04-03T17:06:27.0163611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0163880Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:27.0164045Z ^ 2024-04-03T17:06:27.0166677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0167019Z segmented_sort_pairs( 2024-04-03T17:06:27.0167179Z ^ 2024-04-03T17:06:27.0167983Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:27.0169909Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0170662Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0171026Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0172038Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0172570Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0172744Z ^~~~ 2024-04-03T17:06:27.0174610Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0175210Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0175523Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0176756Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0177385Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0177541Z ^~~~ 2024-04-03T17:06:27.0179533Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0180216Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0180542Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0181768Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0182293Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0182445Z ^~~~ 2024-04-03T17:06:27.0184247Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0185034Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0185372Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0186480Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0186989Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0187242Z ^~~~ 2024-04-03T17:06:27.0190220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0190474Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:27.0190651Z ^ 2024-04-03T17:06:27.0193383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0193581Z segmented_sort_pairs( 2024-04-03T17:06:27.0193746Z ^ 2024-04-03T17:06:27.0194560Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:27.0196365Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0197295Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0197651Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0198762Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0199296Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0199454Z ^~~~ 2024-04-03T17:06:27.0201314Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0201969Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0202297Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0203390Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0203922Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0204089Z ^~~~ 2024-04-03T17:06:27.0205914Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0206579Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0207011Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0208157Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0208716Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0208877Z ^~~~ 2024-04-03T17:06:27.0210728Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0211577Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0211851Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0212842Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0213346Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0213496Z ^~~~ 2024-04-03T17:06:27.0216301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0216615Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:27.0216828Z ^ 2024-04-03T17:06:27.0219460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0219674Z segmented_sort_pairs( 2024-04-03T17:06:27.0219826Z ^ 2024-04-03T17:06:27.0220525Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:27.0222010Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0222658Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0222952Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0223907Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0224428Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0224688Z ^~~~ 2024-04-03T17:06:27.0226311Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0226891Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0227166Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0228107Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0228563Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0228701Z ^~~~ 2024-04-03T17:06:27.0230261Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0230790Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0231086Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0231996Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0232498Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0232652Z ^~~~ 2024-04-03T17:06:27.0234353Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0234946Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0235236Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0236089Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0236596Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0236728Z ^~~~ 2024-04-03T17:06:27.0239158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:206:18: note: in instantiation of function template specialization 'at::cuda::cub::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0239370Z at::cuda::cub::segmented_sort_pairs( 2024-04-03T17:06:27.0239508Z ^ 2024-04-03T17:06:27.0241695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:280:13: note: in instantiation of function template specialization 'at::native::(anonymous namespace)::segmented_sort_pairs' requested here 2024-04-03T17:06:27.0241899Z segmented_sort_pairs( 2024-04-03T17:06:27.0242049Z ^ 2024-04-03T17:06:27.0242843Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortStable.hip:12: 2024-04-03T17:06:27.0244481Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:152:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0245089Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairsDescending, 2024-04-03T17:06:27.0245399Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0246311Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0246778Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0246932Z ^~~~ 2024-04-03T17:06:27.0248472Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0249045Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0249295Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0250237Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0250638Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0250761Z ^~~~ 2024-04-03T17:06:27.0252330Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:157:40: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:27.0252823Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSegmentedRadixSort::SortPairs, 2024-04-03T17:06:27.0253082Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:27.0254034Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:27.0254499Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:27.0254646Z ^~~~ 2024-04-03T17:06:27.0254935Z 40 warnings generated when compiling for host. 2024-04-03T17:06:27.0254952Z 2024-04-03T17:06:27.0256280Z [7886/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorCompare.hip.o 2024-04-03T17:06:27.0257477Z [7887/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SparseMM.hip.o 2024-04-03T17:06:27.1555945Z [7887/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorModeKernel.hip.o 2024-04-03T17:06:27.1556856Z [7888/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SpectralOps.hip.o 2024-04-03T17:06:27.3940545Z [7888/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTransformations.hip.o 2024-04-03T17:06:27.3943682Z [7889/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SparseBinaryOpIntersectionKernel.hip.o 2024-04-03T17:06:27.3946337Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:7: 2024-04-03T17:06:27.3947905Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:27.3950647Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:27.3952657Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:27.3953505Z ^ 2024-04-03T17:06:27.3954585Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:27.3955889Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:27.3956258Z ^ 2024-04-03T17:06:27.3956913Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:27.3957986Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:27.3958489Z ^ 2024-04-03T17:06:27.3959458Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:6: 2024-04-03T17:06:27.3960890Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:27.3964183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.3967271Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.3968332Z ^ 2024-04-03T17:06:27.3971873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.3978532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.3985262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.3992000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.3995435Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.3996161Z ^ 2024-04-03T17:06:27.3999749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4006416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4010046Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4011046Z ^ 2024-04-03T17:06:27.4014167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4020308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4025853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4031064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4033581Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4034011Z ^ 2024-04-03T17:06:27.4036516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4040833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4043616Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4044299Z ^ 2024-04-03T17:06:27.4048053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4054534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4061529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4068417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4071814Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4072586Z ^ 2024-04-03T17:06:27.4076059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4082474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4086446Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4087565Z ^ 2024-04-03T17:06:27.4091311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4098695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4105148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4111339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4114538Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4115379Z ^ 2024-04-03T17:06:27.4118967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4125892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4129463Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4130517Z ^ 2024-04-03T17:06:27.4133944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4141150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4147809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4153672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4156774Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4157354Z ^ 2024-04-03T17:06:27.4160711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4167081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4170627Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4171318Z ^ 2024-04-03T17:06:27.4173764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4178140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4182782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4187290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4189498Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4190003Z ^ 2024-04-03T17:06:27.4192868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4197319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4200084Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4200846Z ^ 2024-04-03T17:06:27.4203000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4206970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4213054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4219324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4222665Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4223308Z ^ 2024-04-03T17:06:27.4226731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4232844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4235870Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4236830Z ^ 2024-04-03T17:06:27.4240376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4246549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4252578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4259071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4262371Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4262840Z ^ 2024-04-03T17:06:27.4265970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4270492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4273455Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4274062Z ^ 2024-04-03T17:06:27.4276847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4281437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4286020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4290740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4293321Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4293749Z ^ 2024-04-03T17:06:27.4296087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4301094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4303783Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4304382Z ^ 2024-04-03T17:06:27.4306970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4311960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4316159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4320926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4323325Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4323824Z ^ 2024-04-03T17:06:27.4326648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4331363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4334117Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4334716Z ^ 2024-04-03T17:06:27.4337479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4342342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4346775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4351183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4353769Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4354196Z ^ 2024-04-03T17:06:27.4356524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4361150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4363654Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4364251Z ^ 2024-04-03T17:06:27.4366784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4371592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4376098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4381489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4384240Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4384877Z ^ 2024-04-03T17:06:27.4388136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4390615Z 73 warnings generated when compiling for gfx906. 2024-04-03T17:06:27.4391970Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:7: 2024-04-03T17:06:27.4393524Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:27.4395651Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:27.4397945Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:27.4399225Z ^ 2024-04-03T17:06:27.4400660Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:27.4401844Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:27.4402301Z ^ 2024-04-03T17:06:27.4402990Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:27.4404034Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:27.4404523Z ^ 2024-04-03T17:06:27.4405848Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:6: 2024-04-03T17:06:27.4407648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:27.4410586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4413290Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4414227Z ^ 2024-04-03T17:06:27.4417355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4422836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4428319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4432726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4447796Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4448423Z ^ 2024-04-03T17:06:27.4451307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4455868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4458762Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4459354Z ^ 2024-04-03T17:06:27.4461633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4466501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4471149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4475682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4477934Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4478473Z ^ 2024-04-03T17:06:27.4481146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4485852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4488469Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4489212Z ^ 2024-04-03T17:06:27.4491286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4496240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4501525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4506024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4508298Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4508819Z ^ 2024-04-03T17:06:27.4511040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4515613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4518470Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4519331Z ^ 2024-04-03T17:06:27.4521673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4526833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4532016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4538084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4541619Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4542092Z ^ 2024-04-03T17:06:27.4544863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4549303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4551863Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4552456Z ^ 2024-04-03T17:06:27.4554831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4559298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4563389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4567090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4569446Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4569874Z ^ 2024-04-03T17:06:27.4571919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4575616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4577863Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4578616Z ^ 2024-04-03T17:06:27.4580743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4584762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4589562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4596250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4600067Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4600876Z ^ 2024-04-03T17:06:27.4604023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4608936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4611780Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4612505Z ^ 2024-04-03T17:06:27.4615316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4620194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4624234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4628426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4631697Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4632460Z ^ 2024-04-03T17:06:27.4636434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4643647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4647936Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4649019Z ^ 2024-04-03T17:06:27.4653006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4660440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4667671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4674905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4678729Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4679477Z ^ 2024-04-03T17:06:27.4683406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4690627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4694755Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4695835Z ^ 2024-04-03T17:06:27.4700074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4707356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4714579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4721778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4725613Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4726374Z ^ 2024-04-03T17:06:27.4730427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4737704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4741956Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4743056Z ^ 2024-04-03T17:06:27.4747012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4754326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4761536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4768689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4772525Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4773294Z ^ 2024-04-03T17:06:27.4777317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4783824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4787399Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4788418Z ^ 2024-04-03T17:06:27.4791587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4798133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4805076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4812016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4815835Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4816681Z ^ 2024-04-03T17:06:27.4820645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4827446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4830896Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.4831920Z ^ 2024-04-03T17:06:27.4834313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4838013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4844801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4851763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4855466Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.4856215Z ^ 2024-04-03T17:06:27.4860345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.4864085Z 73 warnings generated when compiling for gfx90a. 2024-04-03T17:06:27.4865908Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SparseBinaryOpIntersectionKernel.hip:7: 2024-04-03T17:06:27.4868313Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:27.4871255Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:27.4873787Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:27.4875091Z ^ 2024-04-03T17:06:27.4876465Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:27.4877385Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:27.4877756Z ^ 2024-04-03T17:06:27.4878381Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:27.4879274Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:27.4879780Z ^ 2024-04-03T17:06:27.4880342Z 1 warning generated when compiling for host. 2024-04-03T17:06:27.4880842Z 2024-04-03T17:06:27.9525703Z [7889/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorShape.hip.o 2024-04-03T17:06:27.9530097Z [7890/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_StepKernel.hip.o 2024-04-03T17:06:27.9532960Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip:5: 2024-04-03T17:06:27.9535352Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:27.9540227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9544531Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.9545532Z ^ 2024-04-03T17:06:27.9549401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9556421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9563159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9570250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9574157Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.9574928Z ^ 2024-04-03T17:06:27.9579146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9586340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9590404Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.9591502Z ^ 2024-04-03T17:06:27.9595342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9602455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9609873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9617223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9621260Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.9621978Z ^ 2024-04-03T17:06:27.9625990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9633475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9637663Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.9638738Z ^ 2024-04-03T17:06:27.9642558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9649694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9657207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9664638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9668533Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.9669316Z ^ 2024-04-03T17:06:27.9673420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9680635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9684780Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.9685905Z ^ 2024-04-03T17:06:27.9689981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9697538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9704443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9711085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9715131Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.9715907Z ^ 2024-04-03T17:06:27.9719709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9726997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9731262Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.9732370Z ^ 2024-04-03T17:06:27.9736145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9743571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9750790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9758097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9762057Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.9762829Z ^ 2024-04-03T17:06:27.9766897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9774278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9778609Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.9779705Z ^ 2024-04-03T17:06:27.9783740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9790909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9797987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9805031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9808825Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.9809536Z ^ 2024-04-03T17:06:27.9813213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9820441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9824501Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.9825562Z ^ 2024-04-03T17:06:27.9829537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9836531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9843837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9851226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9855097Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.9855876Z ^ 2024-04-03T17:06:27.9860034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9867257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9871352Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.9872438Z ^ 2024-04-03T17:06:27.9876414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9883633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9891019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9898173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9902054Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.9902846Z ^ 2024-04-03T17:06:27.9906867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9914385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9918566Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.9919683Z ^ 2024-04-03T17:06:27.9923748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9931109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9938730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9945635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9949632Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.9950409Z ^ 2024-04-03T17:06:27.9954479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9961768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9965939Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:27.9967054Z ^ 2024-04-03T17:06:27.9971142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9978475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9985574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9992720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:27.9996498Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:27.9997270Z ^ 2024-04-03T17:06:28.0001341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0008720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0013079Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0014210Z ^ 2024-04-03T17:06:28.0018118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0024850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0032129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0039589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0043461Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0044249Z ^ 2024-04-03T17:06:28.0048177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0055324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0060222Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0061331Z ^ 2024-04-03T17:06:28.0065259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0072337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0079631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0087101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0091025Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0091816Z ^ 2024-04-03T17:06:28.0095952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0103302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0107349Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0108389Z ^ 2024-04-03T17:06:28.0112198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0119213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0126005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0133288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0137119Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0137832Z ^ 2024-04-03T17:06:28.0141612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0148944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0153150Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0154273Z ^ 2024-04-03T17:06:28.0158323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0165534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0172623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0180018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0183969Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0184742Z ^ 2024-04-03T17:06:28.0188690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0195693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0200017Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0201255Z ^ 2024-04-03T17:06:28.0205279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0212519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0219971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0227020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0230836Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0231614Z ^ 2024-04-03T17:06:28.0235686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0243047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0247175Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0248293Z ^ 2024-04-03T17:06:28.0252304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0259717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0266848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0274028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0277941Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0278722Z ^ 2024-04-03T17:06:28.0282503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0289547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0293500Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0294578Z ^ 2024-04-03T17:06:28.0298716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0305541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0312799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0320151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0324051Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0324818Z ^ 2024-04-03T17:06:28.0328622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0335883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0340021Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0340625Z ^ 2024-04-03T17:06:28.0342837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0349615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0356736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0363622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0367238Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0368138Z ^ 2024-04-03T17:06:28.0371961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0379029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0383026Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0384104Z ^ 2024-04-03T17:06:28.0387890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0395089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0402124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0409181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0413085Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0413846Z ^ 2024-04-03T17:06:28.0417857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0425012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0429106Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0430166Z ^ 2024-04-03T17:06:28.0434046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0441304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0448458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0455803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0459854Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0460622Z ^ 2024-04-03T17:06:28.0464530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0471755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0476138Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0477251Z ^ 2024-04-03T17:06:28.0481098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0487946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0495136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0502521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0506466Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0507237Z ^ 2024-04-03T17:06:28.0511001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0518193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0522384Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0523457Z ^ 2024-04-03T17:06:28.0527400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0534661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0542252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0549200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0553104Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0553886Z ^ 2024-04-03T17:06:28.0557897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0565011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0569080Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0570214Z ^ 2024-04-03T17:06:28.0574081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0581521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0588866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0595914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0599744Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0600522Z ^ 2024-04-03T17:06:28.0604455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0611634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0615830Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0617016Z ^ 2024-04-03T17:06:28.0621184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0628622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0635911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0642784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0646775Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0647548Z ^ 2024-04-03T17:06:28.0651515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0659115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0663253Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0664314Z ^ 2024-04-03T17:06:28.0668102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0675410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0682487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0689773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0693638Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0694401Z ^ 2024-04-03T17:06:28.0698645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0705809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0710089Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0711142Z ^ 2024-04-03T17:06:28.0715078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0722173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0729437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0736981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0741005Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0741766Z ^ 2024-04-03T17:06:28.0745787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0753013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0757212Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0758318Z ^ 2024-04-03T17:06:28.0762210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0769469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0776905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0784051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0787825Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0788578Z ^ 2024-04-03T17:06:28.0792483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0799795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0803973Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0805048Z ^ 2024-04-03T17:06:28.0808946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0816034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0823425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0830688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0834167Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0834940Z ^ 2024-04-03T17:06:28.0838976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0846410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0850527Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0851607Z ^ 2024-04-03T17:06:28.0855689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0862933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0869884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0876924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0880973Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0881755Z ^ 2024-04-03T17:06:28.0884340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0888061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0890195Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0890861Z ^ 2024-04-03T17:06:28.0892958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0896883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0900750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0904604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0906600Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0907028Z ^ 2024-04-03T17:06:28.0909145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0912845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0915032Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0915627Z ^ 2024-04-03T17:06:28.0917683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0921360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0925026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0928774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0930747Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0931167Z ^ 2024-04-03T17:06:28.0933209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0936963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0939344Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0939937Z ^ 2024-04-03T17:06:28.0942000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0945665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0949356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0953083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0955063Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0955486Z ^ 2024-04-03T17:06:28.0957557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0961237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0963357Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0963948Z ^ 2024-04-03T17:06:28.0965970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0969762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0973503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0977251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0979684Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.0980098Z ^ 2024-04-03T17:06:28.0982149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0985909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0988063Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.0988657Z ^ 2024-04-03T17:06:28.0990695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0994471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.0998197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1001883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1003899Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1004423Z ^ 2024-04-03T17:06:28.1008417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1015265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1019697Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1020955Z ^ 2024-04-03T17:06:28.1024762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1031798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1038684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1045574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1049661Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1050434Z ^ 2024-04-03T17:06:28.1054328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1061752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1066572Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1067670Z ^ 2024-04-03T17:06:28.1071693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1079138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1086479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1093814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1097742Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1098623Z ^ 2024-04-03T17:06:28.1102618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1109928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1114251Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1115347Z ^ 2024-04-03T17:06:28.1119365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1125435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1129222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1132894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1134872Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1135287Z ^ 2024-04-03T17:06:28.1139105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1145931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1150023Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1151236Z ^ 2024-04-03T17:06:28.1154971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1162402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1169690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1177059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1181086Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1181958Z ^ 2024-04-03T17:06:28.1185984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1193122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1197063Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1198181Z ^ 2024-04-03T17:06:28.1202163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1209406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1216808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1223871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1227587Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1228323Z ^ 2024-04-03T17:06:28.1231967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1235877Z 234 warnings generated when compiling for gfx906. 2024-04-03T17:06:28.1237365Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/StepKernel.hip:5: 2024-04-03T17:06:28.1239277Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:28.1244111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1248109Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1249156Z ^ 2024-04-03T17:06:28.1252900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1260311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1267409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1274694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1278489Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1279255Z ^ 2024-04-03T17:06:28.1283243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1290159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1294224Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1295224Z ^ 2024-04-03T17:06:28.1299502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1306660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1313873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1321233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1325081Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1325803Z ^ 2024-04-03T17:06:28.1329918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1337254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1341383Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1342498Z ^ 2024-04-03T17:06:28.1346569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1353921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1360973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1368215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1372096Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1372975Z ^ 2024-04-03T17:06:28.1377150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1384367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1388630Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1389744Z ^ 2024-04-03T17:06:28.1393704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1400959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1408193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1415313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1419446Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1420210Z ^ 2024-04-03T17:06:28.1424262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1431342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1435540Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1436796Z ^ 2024-04-03T17:06:28.1440817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1448158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1455311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1462523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1466386Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1467120Z ^ 2024-04-03T17:06:28.1471070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1478414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1482519Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1483620Z ^ 2024-04-03T17:06:28.1487740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1495091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1502833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1510176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1514059Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1514834Z ^ 2024-04-03T17:06:28.1518704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1525672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1529833Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1530911Z ^ 2024-04-03T17:06:28.1534775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1542165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1549485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1556586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1560361Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1561128Z ^ 2024-04-03T17:06:28.1564854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1571852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1576152Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1577320Z ^ 2024-04-03T17:06:28.1581089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1588383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1595539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1602670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1606646Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1607423Z ^ 2024-04-03T17:06:28.1611213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1618602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1622698Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1623803Z ^ 2024-04-03T17:06:28.1627805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1635191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1642455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1649701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1653578Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1654345Z ^ 2024-04-03T17:06:28.1658642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1665662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1669835Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1670949Z ^ 2024-04-03T17:06:28.1675004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1682212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1689003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1696587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1700580Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1701349Z ^ 2024-04-03T17:06:28.1705234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1712539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1716918Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1718028Z ^ 2024-04-03T17:06:28.1721941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1729065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1736342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1743641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1747668Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1748443Z ^ 2024-04-03T17:06:28.1752474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1759712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1763865Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1764960Z ^ 2024-04-03T17:06:28.1768961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1776160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1783744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1791031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1794879Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1795664Z ^ 2024-04-03T17:06:28.1799682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1807069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1811213Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1812316Z ^ 2024-04-03T17:06:28.1816277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1823578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1830895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1838106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1842004Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1842799Z ^ 2024-04-03T17:06:28.1846876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1854083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1858426Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1859522Z ^ 2024-04-03T17:06:28.1863512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1870847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1878033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1885195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1889159Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1889936Z ^ 2024-04-03T17:06:28.1893939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1901351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1905508Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1906630Z ^ 2024-04-03T17:06:28.1910603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1917903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1925150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1932483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1936351Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1937218Z ^ 2024-04-03T17:06:28.1941287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1948525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1952817Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1953942Z ^ 2024-04-03T17:06:28.1957911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1965166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1972359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1979948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1983775Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.1984542Z ^ 2024-04-03T17:06:28.1988245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1991993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.1994137Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.1994724Z ^ 2024-04-03T17:06:28.1996865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2000572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2004329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2008029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2010015Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2010427Z ^ 2024-04-03T17:06:28.2012479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2016231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2018611Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2019192Z ^ 2024-04-03T17:06:28.2021250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2024948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2028702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2032407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2034379Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2034790Z ^ 2024-04-03T17:06:28.2036842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2040557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2042694Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2043271Z ^ 2024-04-03T17:06:28.2045351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2049050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2052734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2056488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2058633Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2059059Z ^ 2024-04-03T17:06:28.2061106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2064797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2066919Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2067516Z ^ 2024-04-03T17:06:28.2069763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2073458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2077249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2080976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2082948Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2083368Z ^ 2024-04-03T17:06:28.2085555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2089343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2091622Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2092217Z ^ 2024-04-03T17:06:28.2094258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2098045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2101908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2106731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2110151Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2110848Z ^ 2024-04-03T17:06:28.2114449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2121366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2125152Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2126156Z ^ 2024-04-03T17:06:28.2129747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2136246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2143279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2149750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2153209Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2153891Z ^ 2024-04-03T17:06:28.2157536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2164469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2168192Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2169253Z ^ 2024-04-03T17:06:28.2172896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2179517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2186012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2192445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2196023Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2196727Z ^ 2024-04-03T17:06:28.2200653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2207102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2210859Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2211839Z ^ 2024-04-03T17:06:28.2215366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2236002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2242730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2249199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2252696Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2253395Z ^ 2024-04-03T17:06:28.2257098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2263654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2267321Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2268386Z ^ 2024-04-03T17:06:28.2272269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2278655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2285050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2291690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2295136Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2295844Z ^ 2024-04-03T17:06:28.2299398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2305779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2309475Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2310601Z ^ 2024-04-03T17:06:28.2314343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2320883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2327928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2334991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2338951Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2339734Z ^ 2024-04-03T17:06:28.2343560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2350687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2354685Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2355784Z ^ 2024-04-03T17:06:28.2359290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2365784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2372332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2378972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2383119Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2383848Z ^ 2024-04-03T17:06:28.2387540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2394283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2398134Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2399116Z ^ 2024-04-03T17:06:28.2402653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2409340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2416346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2423272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2427074Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2428025Z ^ 2024-04-03T17:06:28.2432058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2439202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2443364Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2444490Z ^ 2024-04-03T17:06:28.2448460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2455829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2462787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2469460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2472987Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2473727Z ^ 2024-04-03T17:06:28.2477340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2484294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2488341Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2489416Z ^ 2024-04-03T17:06:28.2493087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2499832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2506221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2512838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2516505Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2517202Z ^ 2024-04-03T17:06:28.2520779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2527586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2531763Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2532838Z ^ 2024-04-03T17:06:28.2536774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2543873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2550799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2557663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2561051Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2561900Z ^ 2024-04-03T17:06:28.2565616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2572475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2576523Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2577467Z ^ 2024-04-03T17:06:28.2581439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2588291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2595092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2601226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2604448Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2605188Z ^ 2024-04-03T17:06:28.2608861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2612755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2614901Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2615500Z ^ 2024-04-03T17:06:28.2617670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2621583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2627023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2633474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2637279Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2638033Z ^ 2024-04-03T17:06:28.2642086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2648943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2652731Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2653761Z ^ 2024-04-03T17:06:28.2657621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2664523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2671273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2678038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2681674Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2682361Z ^ 2024-04-03T17:06:28.2685766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2692153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2694755Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2695356Z ^ 2024-04-03T17:06:28.2697521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2701882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2705584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2709317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2711305Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2711713Z ^ 2024-04-03T17:06:28.2713770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2717465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2719647Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2720236Z ^ 2024-04-03T17:06:28.2722264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2725958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2729640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2733362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2735332Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2735743Z ^ 2024-04-03T17:06:28.2737849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2741731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2743883Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2744463Z ^ 2024-04-03T17:06:28.2746590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2750496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2757283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2764108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2767717Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2768469Z ^ 2024-04-03T17:06:28.2772487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2780073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2784118Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2785194Z ^ 2024-04-03T17:06:28.2789125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2796111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2803195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2810284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2814016Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2814736Z ^ 2024-04-03T17:06:28.2818712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2825820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2829919Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.2830966Z ^ 2024-04-03T17:06:28.2834906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2842163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2848961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2856082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2860250Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.2861020Z ^ 2024-04-03T17:06:28.2864957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.2868774Z 234 warnings generated when compiling for gfx90a. 2024-04-03T17:06:28.2869450Z 2024-04-03T17:06:28.2870999Z [7890/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorFactories.hip.o 2024-04-03T17:06:28.2874164Z [7891/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_SummaryOps.hip.o 2024-04-03T17:06:28.2876595Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip:10: 2024-04-03T17:06:28.2879727Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:28.2882598Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:28.2884162Z ^ 2024-04-03T17:06:28.2886112Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:28.2887796Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:28.2888474Z ^ 2024-04-03T17:06:28.2889649Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:28.2891046Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:28.2891944Z ^ 2024-04-03T17:06:28.2892731Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:28.2894163Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip:10: 2024-04-03T17:06:28.2897209Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:28.2900205Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:28.2901813Z ^ 2024-04-03T17:06:28.2903777Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:28.2905491Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:28.2906164Z ^ 2024-04-03T17:06:28.2907309Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:28.2908801Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:28.2909797Z ^ 2024-04-03T17:06:28.2910606Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:28.2912049Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SummaryOps.hip:10: 2024-04-03T17:06:28.2914950Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:28.2917766Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:28.2919358Z ^ 2024-04-03T17:06:28.2921364Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:28.2923052Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:28.2923832Z ^ 2024-04-03T17:06:28.2924983Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:28.2926475Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:28.2927371Z ^ 2024-04-03T17:06:28.2928157Z 1 warning generated when compiling for host. 2024-04-03T17:06:28.2928758Z 2024-04-03T17:06:28.4824533Z [7891/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub.hip.o 2024-04-03T17:06:28.4827147Z [7892/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTransformations.hip.o 2024-04-03T17:06:28.4830593Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip:8: 2024-04-03T17:06:28.4831978Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:28.4833562Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:28.4835242Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:28.4836082Z ^ 2024-04-03T17:06:28.4837165Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:28.4838097Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:28.4838463Z ^ 2024-04-03T17:06:28.4839092Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:28.4839896Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:28.4840389Z ^ 2024-04-03T17:06:28.4840837Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:28.4841714Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip:8: 2024-04-03T17:06:28.4842848Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:28.4844386Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:28.4845914Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:28.4846830Z ^ 2024-04-03T17:06:28.4847885Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:28.4848804Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:28.4849178Z ^ 2024-04-03T17:06:28.4849805Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:28.4850600Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:28.4851150Z ^ 2024-04-03T17:06:28.4851600Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:28.4852456Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTransformations.hip:8: 2024-04-03T17:06:28.4853579Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:28.4855130Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:28.4856820Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:28.4857677Z ^ 2024-04-03T17:06:28.4859021Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:28.4860028Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:28.4860387Z ^ 2024-04-03T17:06:28.4861021Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:28.4861832Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:28.4862318Z ^ 2024-04-03T17:06:28.4862756Z 1 warning generated when compiling for host. 2024-04-03T17:06:28.4863078Z 2024-04-03T17:06:28.6023210Z [7892/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationEluKernel.hip.o 2024-04-03T17:06:28.6026593Z [7893/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorCompare.hip.o 2024-04-03T17:06:28.6028990Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip:8: 2024-04-03T17:06:28.6030932Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:28.6035859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6039935Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6041011Z ^ 2024-04-03T17:06:28.6044933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6051943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6059676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6066982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6070752Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6071495Z ^ 2024-04-03T17:06:28.6075611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6082696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6086877Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6087984Z ^ 2024-04-03T17:06:28.6092034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6099725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6106985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6114322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6118376Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6119180Z ^ 2024-04-03T17:06:28.6123281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6130290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6134488Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6135585Z ^ 2024-04-03T17:06:28.6145701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6153159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6160038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6167531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6171405Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6172184Z ^ 2024-04-03T17:06:28.6176172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6183727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6188098Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6189245Z ^ 2024-04-03T17:06:28.6193050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6200229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6207388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6214613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6218646Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6219413Z ^ 2024-04-03T17:06:28.6223408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6230652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6234853Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6235973Z ^ 2024-04-03T17:06:28.6240102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6247394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6254770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6261598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6265483Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6266234Z ^ 2024-04-03T17:06:28.6270000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6277064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6281100Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6282189Z ^ 2024-04-03T17:06:28.6286080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6293387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6301660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6309078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6313851Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6314638Z ^ 2024-04-03T17:06:28.6318654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6325741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6329936Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6331028Z ^ 2024-04-03T17:06:28.6334929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6342382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6349618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6356717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6360663Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6361445Z ^ 2024-04-03T17:06:28.6365352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6372485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6376692Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6377778Z ^ 2024-04-03T17:06:28.6381799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6389143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6396296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6403504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6407357Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6408107Z ^ 2024-04-03T17:06:28.6412190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6419509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6423652Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6424905Z ^ 2024-04-03T17:06:28.6428894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6436090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6443297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6450588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6454395Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6455161Z ^ 2024-04-03T17:06:28.6459266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6466473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6470760Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6471854Z ^ 2024-04-03T17:06:28.6475809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6483068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6490234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6497680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6501647Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6502444Z ^ 2024-04-03T17:06:28.6506411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6513648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6517780Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6518898Z ^ 2024-04-03T17:06:28.6522863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6530120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6537533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6544842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6548704Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6549480Z ^ 2024-04-03T17:06:28.6553441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6560731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6564861Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6565985Z ^ 2024-04-03T17:06:28.6569937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6577167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6584503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6591697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6595522Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6596392Z ^ 2024-04-03T17:06:28.6600331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6607536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6611683Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6612802Z ^ 2024-04-03T17:06:28.6616854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6624341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6631477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6638563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6642523Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6643306Z ^ 2024-04-03T17:06:28.6647205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6654367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6658659Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6659721Z ^ 2024-04-03T17:06:28.6663660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6670994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6678188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6685536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6689382Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6690150Z ^ 2024-04-03T17:06:28.6694124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6700881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6705184Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6706305Z ^ 2024-04-03T17:06:28.6710284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6717475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6724601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6731940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6735790Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6736640Z ^ 2024-04-03T17:06:28.6740696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6747918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6752112Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6753214Z ^ 2024-04-03T17:06:28.6757285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6764608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6771817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6779356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6783206Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6783975Z ^ 2024-04-03T17:06:28.6787930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6795342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6799545Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6800642Z ^ 2024-04-03T17:06:28.6804625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6811940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6819333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6826543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6830372Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6831168Z ^ 2024-04-03T17:06:28.6835111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6842459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6846622Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6847745Z ^ 2024-04-03T17:06:28.6851730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6859137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6866478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6873822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6877868Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6878641Z ^ 2024-04-03T17:06:28.6882632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6890027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6894298Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6895494Z ^ 2024-04-03T17:06:28.6899765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6907157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6914531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6921932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6925879Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6926667Z ^ 2024-04-03T17:06:28.6930838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6938460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6942159Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6943297Z ^ 2024-04-03T17:06:28.6947394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6954042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6961095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6968483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6972307Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.6973084Z ^ 2024-04-03T17:06:28.6977183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6984222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6986458Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.6987053Z ^ 2024-04-03T17:06:28.6989110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.6994560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7001852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7009285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7013152Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7013932Z ^ 2024-04-03T17:06:28.7018106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7025482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7029663Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7030777Z ^ 2024-04-03T17:06:28.7034801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7042188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7047577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7051286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7053275Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7053752Z ^ 2024-04-03T17:06:28.7055808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7059755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7061916Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7062491Z ^ 2024-04-03T17:06:28.7064540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7068229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7071988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7078465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7082247Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7082958Z ^ 2024-04-03T17:06:28.7086779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7093742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7098034Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7099137Z ^ 2024-04-03T17:06:28.7103175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7109871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7116904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7124360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7128204Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7128996Z ^ 2024-04-03T17:06:28.7133009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7140308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7144508Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7145615Z ^ 2024-04-03T17:06:28.7149781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7157103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7164456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7171721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7175602Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7176464Z ^ 2024-04-03T17:06:28.7180591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7187955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7192157Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7193270Z ^ 2024-04-03T17:06:28.7197269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7204559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7211936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7219381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7223258Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7224029Z ^ 2024-04-03T17:06:28.7228045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7235339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7239564Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7240558Z ^ 2024-04-03T17:06:28.7244035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7250861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7258208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7265215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7269231Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7270014Z ^ 2024-04-03T17:06:28.7274036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7281371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7285576Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7286690Z ^ 2024-04-03T17:06:28.7290682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7298004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7305401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7312691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7316568Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7317336Z ^ 2024-04-03T17:06:28.7321488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7328389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7332288Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7333383Z ^ 2024-04-03T17:06:28.7337307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7344364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7351465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7358767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7362407Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7363169Z ^ 2024-04-03T17:06:28.7367050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7374145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7378592Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7379685Z ^ 2024-04-03T17:06:28.7383479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7390672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7397780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7404934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7408437Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7409185Z ^ 2024-04-03T17:06:28.7413024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7420538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7424547Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7425521Z ^ 2024-04-03T17:06:28.7429363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7436554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7443912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7451227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7454931Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7455726Z ^ 2024-04-03T17:06:28.7459914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7467274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7471064Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7472159Z ^ 2024-04-03T17:06:28.7476124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7483367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7490785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7497956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7501740Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7502490Z ^ 2024-04-03T17:06:28.7506631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7513799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7518062Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7519128Z ^ 2024-04-03T17:06:28.7522843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7530197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7537488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7544459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7548308Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7549073Z ^ 2024-04-03T17:06:28.7552910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7560049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7563926Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7564972Z ^ 2024-04-03T17:06:28.7568976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7576381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7583632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7590958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7594644Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7595419Z ^ 2024-04-03T17:06:28.7599420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7606457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7610623Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7611726Z ^ 2024-04-03T17:06:28.7615773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7623101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7630192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7637654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7641554Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7642312Z ^ 2024-04-03T17:06:28.7646302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7653319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7657517Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7658787Z ^ 2024-04-03T17:06:28.7662788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7670187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7677271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7684612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7688677Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7689414Z ^ 2024-04-03T17:06:28.7693305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7701032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7704780Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7705364Z ^ 2024-04-03T17:06:28.7708528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7715216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7721968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7728599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7732475Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7733278Z ^ 2024-04-03T17:06:28.7737190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7744389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7748385Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7749444Z ^ 2024-04-03T17:06:28.7753364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7760313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7766841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7773293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7776943Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7777670Z ^ 2024-04-03T17:06:28.7781466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7788126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7791920Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7793074Z ^ 2024-04-03T17:06:28.7796830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7803299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7808607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7813259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7815853Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7816279Z ^ 2024-04-03T17:06:28.7819182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7821212Z 234 warnings generated when compiling for gfx906. 2024-04-03T17:06:28.7822036Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorCompare.hip:8: 2024-04-03T17:06:28.7823395Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:28.7826443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7828913Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7829513Z ^ 2024-04-03T17:06:28.7831861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7836888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7843236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7849889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7853187Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7853955Z ^ 2024-04-03T17:06:28.7857284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7864354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7868492Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7869590Z ^ 2024-04-03T17:06:28.7873536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7880390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7884807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7888507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7890522Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7890947Z ^ 2024-04-03T17:06:28.7892971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7896761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7899084Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7899681Z ^ 2024-04-03T17:06:28.7901779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7905473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7909157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7912834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7916156Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7916829Z ^ 2024-04-03T17:06:28.7919152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7922857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7925009Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7925603Z ^ 2024-04-03T17:06:28.7927631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7931405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7935129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7939573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7941568Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7941981Z ^ 2024-04-03T17:06:28.7944307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7950704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7954860Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.7955846Z ^ 2024-04-03T17:06:28.7959356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7965921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7972754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7979949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7983657Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.7984402Z ^ 2024-04-03T17:06:28.7988180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7995095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.7999077Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8000011Z ^ 2024-04-03T17:06:28.8003771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8010375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8017071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8023818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8027239Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8027965Z ^ 2024-04-03T17:06:28.8031970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8038633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8042201Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8043183Z ^ 2024-04-03T17:06:28.8046428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8053122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8059605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8066249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8069609Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8070355Z ^ 2024-04-03T17:06:28.8074059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8081239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8084898Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8085805Z ^ 2024-04-03T17:06:28.8089768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8097270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8104626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8111881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8115839Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8116613Z ^ 2024-04-03T17:06:28.8120595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8127777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8131647Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8132697Z ^ 2024-04-03T17:06:28.8136588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8143282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8150114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8156758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8160375Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8161069Z ^ 2024-04-03T17:06:28.8164868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8171683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8175631Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8176747Z ^ 2024-04-03T17:06:28.8180613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8187063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8193566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8198207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8200207Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8200633Z ^ 2024-04-03T17:06:28.8202669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8206482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8208630Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8209218Z ^ 2024-04-03T17:06:28.8211252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8214942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8218910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8225709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8229356Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8230128Z ^ 2024-04-03T17:06:28.8234079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8241159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8245325Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8246379Z ^ 2024-04-03T17:06:28.8250252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8258084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8265120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8272172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8276039Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8276794Z ^ 2024-04-03T17:06:28.8280636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8287675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8291739Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8292786Z ^ 2024-04-03T17:06:28.8296821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8304138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8311128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8318230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8321952Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8322701Z ^ 2024-04-03T17:06:28.8326557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8333627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8337890Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8339168Z ^ 2024-04-03T17:06:28.8343083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8349905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8354090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8357927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8360056Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8360486Z ^ 2024-04-03T17:06:28.8362880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8366596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8368752Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8369350Z ^ 2024-04-03T17:06:28.8371483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8375181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8379423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8383178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8385151Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8397876Z ^ 2024-04-03T17:06:28.8400414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8405415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8407581Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8408158Z ^ 2024-04-03T17:06:28.8410217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8413918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8417811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8422499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8425215Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8425639Z ^ 2024-04-03T17:06:28.8427790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8431599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8433737Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8434329Z ^ 2024-04-03T17:06:28.8436383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8440129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8443816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8447480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8449498Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8449920Z ^ 2024-04-03T17:06:28.8451960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8455640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8457874Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8458607Z ^ 2024-04-03T17:06:28.8460668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8464418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8468087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8471889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8474076Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8474843Z ^ 2024-04-03T17:06:28.8476956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8480656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8482796Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8483387Z ^ 2024-04-03T17:06:28.8485483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8489259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8492954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8496759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8498864Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8499285Z ^ 2024-04-03T17:06:28.8501320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8505013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8507218Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8507810Z ^ 2024-04-03T17:06:28.8510220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8513939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8517633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8521516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8524066Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8524668Z ^ 2024-04-03T17:06:28.8527572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8532254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8534413Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8535076Z ^ 2024-04-03T17:06:28.8537222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8541297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8545138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8551199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8553208Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8553621Z ^ 2024-04-03T17:06:28.8555685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8559476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8561620Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8562198Z ^ 2024-04-03T17:06:28.8564248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8567947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8571668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8576985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8579211Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8581491Z ^ 2024-04-03T17:06:28.8584208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8588486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8590642Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8591218Z ^ 2024-04-03T17:06:28.8593278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8597064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8600738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8604434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8606450Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8606867Z ^ 2024-04-03T17:06:28.8608913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8612599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8614721Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8615310Z ^ 2024-04-03T17:06:28.8617446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8621367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8625062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8628777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8630748Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8631167Z ^ 2024-04-03T17:06:28.8633209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8636958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8639160Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8639749Z ^ 2024-04-03T17:06:28.8641804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8645489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8649175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8652933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8654907Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8655324Z ^ 2024-04-03T17:06:28.8657430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8661348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8663487Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8664076Z ^ 2024-04-03T17:06:28.8666642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8670402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8674099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8677992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8680810Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8681352Z ^ 2024-04-03T17:06:28.8684462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8690477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8694463Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8695573Z ^ 2024-04-03T17:06:28.8699619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8706838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8713985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8719756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8721964Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8722379Z ^ 2024-04-03T17:06:28.8724774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8728593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8730754Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8731330Z ^ 2024-04-03T17:06:28.8733435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8737218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8741066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8744759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8746803Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8747210Z ^ 2024-04-03T17:06:28.8749257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8752945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8755087Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8755706Z ^ 2024-04-03T17:06:28.8757747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8761412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8765092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8768778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8770751Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8771168Z ^ 2024-04-03T17:06:28.8773256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8777065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8779332Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8779908Z ^ 2024-04-03T17:06:28.8781965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8785669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8789516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8793334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8795297Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8795715Z ^ 2024-04-03T17:06:28.8797770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8801469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8803665Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8804256Z ^ 2024-04-03T17:06:28.8806306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8809996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8813688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8817485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8820129Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8820554Z ^ 2024-04-03T17:06:28.8822701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8826410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8828563Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8829150Z ^ 2024-04-03T17:06:28.8831186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8834938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8838615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8842283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8844250Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8844715Z ^ 2024-04-03T17:06:28.8846744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8850558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8852681Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8853273Z ^ 2024-04-03T17:06:28.8855306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8859282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8863075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8866805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8868798Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8869219Z ^ 2024-04-03T17:06:28.8871255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8874929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8877063Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8877701Z ^ 2024-04-03T17:06:28.8879874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8884798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8889291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8893124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8895107Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8895516Z ^ 2024-04-03T17:06:28.8897685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8901502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8904890Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8905877Z ^ 2024-04-03T17:06:28.8909237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8913330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8917081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8921026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8923698Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8924194Z ^ 2024-04-03T17:06:28.8926608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8930438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8932589Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8933170Z ^ 2024-04-03T17:06:28.8935227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8940164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8945254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8949296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8951285Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8951708Z ^ 2024-04-03T17:06:28.8953766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8957464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8960162Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8961054Z ^ 2024-04-03T17:06:28.8964042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8968597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8972299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8975977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8978081Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.8978653Z ^ 2024-04-03T17:06:28.8980715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8984413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8986545Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.8987135Z ^ 2024-04-03T17:06:28.8989183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8994365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.8999805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.9003515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.9005499Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.9005926Z ^ 2024-04-03T17:06:28.9008064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.9011749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.9013899Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:28.9014498Z ^ 2024-04-03T17:06:28.9016776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.9021332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.9025116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.9028935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.9030907Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:28.9031331Z ^ 2024-04-03T17:06:28.9034101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:28.9037814Z 234 warnings generated when compiling for gfx90a. 2024-04-03T17:06:28.9038365Z 2024-04-03T17:06:28.9039700Z [7893/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardshrinkKernel.hip.o 2024-04-03T17:06:28.9041595Z [7894/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorModeKernel.hip.o 2024-04-03T17:06:28.9043247Z [7894/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RenormKernel.hip.o 2024-04-03T17:06:28.9044872Z [7895/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorShape.hip.o 2024-04-03T17:06:29.3122889Z [7895/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistanceKernel.hip.o 2024-04-03T17:06:29.3126045Z [7896/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorFactories.hip.o 2024-04-03T17:06:29.3127429Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip:6: 2024-04-03T17:06:29.3128527Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:29.3130103Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:29.3131633Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:29.3132475Z ^ 2024-04-03T17:06:29.3133723Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:29.3134650Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:29.3135006Z ^ 2024-04-03T17:06:29.3135637Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:29.3136545Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:29.3137053Z ^ 2024-04-03T17:06:29.3137558Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:29.3138554Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip:6: 2024-04-03T17:06:29.3139634Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:29.3141178Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:29.3142725Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:29.3143580Z ^ 2024-04-03T17:06:29.3144643Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:29.3145633Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:29.3146002Z ^ 2024-04-03T17:06:29.3146626Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:29.3147422Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:29.3147925Z ^ 2024-04-03T17:06:29.3148369Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:29.3149173Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorFactories.hip:6: 2024-04-03T17:06:29.3150251Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:29.3151900Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:29.3153554Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:29.3154505Z ^ 2024-04-03T17:06:29.3155731Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:29.3156718Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:29.3157077Z ^ 2024-04-03T17:06:29.3157760Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:29.3158563Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:29.3159052Z ^ 2024-04-03T17:06:29.3159488Z 1 warning generated when compiling for host. 2024-04-03T17:06:29.3159866Z 2024-04-03T17:06:29.4720867Z [7896/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionBernoulli.hip.o 2024-04-03T17:06:29.4724172Z [7897/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub.hip.o 2024-04-03T17:06:29.4726140Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4729250Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4731694Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4732772Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4734667Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4735981Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4736620Z ^~~~ 2024-04-03T17:06:29.4738118Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:20:3: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:29.4740291Z inclusive_scan(input, output, Sum{}, num_items); 2024-04-03T17:06:29.4740870Z ^ 2024-04-03T17:06:29.4741852Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4744595Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4747035Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4748121Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4749901Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4750899Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4751457Z ^~~~ 2024-04-03T17:06:29.4752555Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4753894Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4754483Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4755404Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4756360Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4756901Z ^~~~ 2024-04-03T17:06:29.4758806Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:20:3: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:29.4761273Z inclusive_scan(input, output, Sum{}, num_items); 2024-04-03T17:06:29.4762030Z ^ 2024-04-03T17:06:29.4762861Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4765352Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4766792Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4767373Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4768305Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4769273Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4769827Z ^~~~ 2024-04-03T17:06:29.4770947Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4772921Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4773927Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4775597Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4777457Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4778576Z ^~~~ 2024-04-03T17:06:29.4781291Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:20:3: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:29.4783960Z inclusive_scan(input, output, Sum{}, num_items); 2024-04-03T17:06:29.4784717Z ^ 2024-04-03T17:06:29.4785690Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4788420Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4790763Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4791792Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4793459Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4795504Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4796502Z ^~~~ 2024-04-03T17:06:29.4798529Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4800881Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4801917Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4803571Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4805316Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4806295Z ^~~~ 2024-04-03T17:06:29.4808956Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:30:3: note: in instantiation of function template specialization 'at::cuda::cub::exclusive_scan, int, 1073741824>' requested here 2024-04-03T17:06:29.4812181Z exclusive_scan(input, output, SumOp{}, scalar_t(0), num_items); 2024-04-03T17:06:29.4813152Z ^ 2024-04-03T17:06:29.4813792Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4816033Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4817673Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4818398Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4819618Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4820872Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4821866Z ^~~~ 2024-04-03T17:06:29.4823326Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4825524Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4826366Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4827493Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4828739Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4829273Z ^~~~ 2024-04-03T17:06:29.4831520Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:30:3: note: in instantiation of function template specialization 'at::cuda::cub::exclusive_scan, long, 1073741824>' requested here 2024-04-03T17:06:29.4834374Z exclusive_scan(input, output, SumOp{}, scalar_t(0), num_items); 2024-04-03T17:06:29.4835747Z ^ 2024-04-03T17:06:29.4836615Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4839351Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4841663Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4843014Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4844124Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4845647Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4846444Z ^~~~ 2024-04-03T17:06:29.4847578Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4848862Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4849510Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4850432Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4851396Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4852134Z ^~~~ 2024-04-03T17:06:29.4854555Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:48:3: note: in instantiation of function template specialization 'at::cuda::cub::exclusive_scan, long *, at::cuda::cub::(anonymous namespace)::SumOp, long, 1073741824>' requested here 2024-04-03T17:06:29.4856863Z exclusive_scan(iter, output_idx, SumOp{}, int64_t{0}, n); 2024-04-03T17:06:29.4857388Z ^ 2024-04-03T17:06:29.4857853Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4859571Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4860848Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4861422Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4862328Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4863308Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4863863Z ^~~~ 2024-04-03T17:06:29.4864174Z 12 warnings generated when compiling for gfx906. 2024-04-03T17:06:29.4864863Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4866340Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4867618Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4868243Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4869164Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4870133Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4870664Z ^~~~ 2024-04-03T17:06:29.4872112Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:20:3: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:29.4873546Z inclusive_scan(input, output, Sum{}, num_items); 2024-04-03T17:06:29.4873973Z ^ 2024-04-03T17:06:29.4874447Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4875915Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4877201Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4877766Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4878681Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4879655Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4880196Z ^~~~ 2024-04-03T17:06:29.4881343Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4882624Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4883189Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4884103Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4885143Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4885687Z ^~~~ 2024-04-03T17:06:29.4887140Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:20:3: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:29.4888579Z inclusive_scan(input, output, Sum{}, num_items); 2024-04-03T17:06:29.4889015Z ^ 2024-04-03T17:06:29.4889481Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4890965Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4892233Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4892808Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4893757Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4894731Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4895285Z ^~~~ 2024-04-03T17:06:29.4896379Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4897731Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4898475Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4899391Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4900354Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4900897Z ^~~~ 2024-04-03T17:06:29.4902355Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:20:3: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:29.4903844Z inclusive_scan(input, output, Sum{}, num_items); 2024-04-03T17:06:29.4904279Z ^ 2024-04-03T17:06:29.4904754Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4906228Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4907500Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4908078Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4908982Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4909951Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4910501Z ^~~~ 2024-04-03T17:06:29.4911610Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4912877Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4913449Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4914362Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4915317Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4915901Z ^~~~ 2024-04-03T17:06:29.4917567Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:30:3: note: in instantiation of function template specialization 'at::cuda::cub::exclusive_scan, int, 1073741824>' requested here 2024-04-03T17:06:29.4919328Z exclusive_scan(input, output, SumOp{}, scalar_t(0), num_items); 2024-04-03T17:06:29.4919878Z ^ 2024-04-03T17:06:29.4920355Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4921934Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4923522Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4924101Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4925033Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4925997Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4926553Z ^~~~ 2024-04-03T17:06:29.4927662Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4929771Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4930828Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4932439Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4934020Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4934858Z ^~~~ 2024-04-03T17:06:29.4937594Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:30:3: note: in instantiation of function template specialization 'at::cuda::cub::exclusive_scan, long, 1073741824>' requested here 2024-04-03T17:06:29.4939572Z exclusive_scan(input, output, SumOp{}, scalar_t(0), num_items); 2024-04-03T17:06:29.4940138Z ^ 2024-04-03T17:06:29.4940606Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4942093Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4943665Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4944237Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4945444Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4947240Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4948253Z ^~~~ 2024-04-03T17:06:29.4950354Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4952770Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4953834Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4955524Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4957359Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4958382Z ^~~~ 2024-04-03T17:06:29.4962291Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:48:3: note: in instantiation of function template specialization 'at::cuda::cub::exclusive_scan, long *, at::cuda::cub::(anonymous namespace)::SumOp, long, 1073741824>' requested here 2024-04-03T17:06:29.4965236Z exclusive_scan(iter, output_idx, SumOp{}, int64_t{0}, n); 2024-04-03T17:06:29.4965762Z ^ 2024-04-03T17:06:29.4966240Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4967710Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4968994Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.4969575Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4970527Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4971507Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4972064Z ^~~~ 2024-04-03T17:06:29.4972375Z 12 warnings generated when compiling for gfx90a. 2024-04-03T17:06:29.4973062Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4974547Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4975818Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4976382Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4977397Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4978601Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4979138Z ^~~~ 2024-04-03T17:06:29.4980603Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:20:3: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:29.4982121Z inclusive_scan(input, output, Sum{}, num_items); 2024-04-03T17:06:29.4982561Z ^ 2024-04-03T17:06:29.4983031Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.4984512Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4985787Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4986352Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4987274Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4988311Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4988850Z ^~~~ 2024-04-03T17:06:29.4989960Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.4991225Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.4991804Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.4992707Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.4993671Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.4994208Z ^~~~ 2024-04-03T17:06:29.4995661Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:20:3: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:29.4997115Z inclusive_scan(input, output, Sum{}, num_items); 2024-04-03T17:06:29.4997553Z ^ 2024-04-03T17:06:29.4998113Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.5000516Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.5002746Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.5003373Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.5004304Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.5005720Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.5006582Z ^~~~ 2024-04-03T17:06:29.5008534Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.5010187Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.5011029Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.5011977Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.5013204Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.5013881Z ^~~~ 2024-04-03T17:06:29.5015774Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:20:3: note: in instantiation of function template specialization 'at::cuda::cub::inclusive_scan' requested here 2024-04-03T17:06:29.5017633Z inclusive_scan(input, output, Sum{}, num_items); 2024-04-03T17:06:29.5018109Z ^ 2024-04-03T17:06:29.5019063Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.5021054Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:241:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.5022731Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::InclusiveScan, 2024-04-03T17:06:29.5023540Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.5024742Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.5025829Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.5026532Z ^~~~ 2024-04-03T17:06:29.5027872Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.5029620Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.5030211Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.5031533Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.5032767Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.5033311Z ^~~~ 2024-04-03T17:06:29.5034998Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:30:3: note: in instantiation of function template specialization 'at::cuda::cub::exclusive_scan, int, 1073741824>' requested here 2024-04-03T17:06:29.5037041Z exclusive_scan(input, output, SumOp{}, scalar_t(0), num_items); 2024-04-03T17:06:29.5037926Z ^ 2024-04-03T17:06:29.5038595Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.5040823Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.5042515Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.5043136Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.5044451Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.5045906Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.5046445Z ^~~~ 2024-04-03T17:06:29.5047922Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.5049490Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.5050059Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.5050985Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.5052395Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.5052931Z ^~~~ 2024-04-03T17:06:29.5055357Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:30:3: note: in instantiation of function template specialization 'at::cuda::cub::exclusive_scan, long, 1073741824>' requested here 2024-04-03T17:06:29.5057972Z exclusive_scan(input, output, SumOp{}, scalar_t(0), num_items); 2024-04-03T17:06:29.5059280Z ^ 2024-04-03T17:06:29.5059759Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.5061269Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.5062544Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.5063112Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.5064123Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.5065116Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.5065669Z ^~~~ 2024-04-03T17:06:29.5066764Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.5068037Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.5068613Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.5069516Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.5070484Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.5071022Z ^~~~ 2024-04-03T17:06:29.5073255Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:48:3: note: in instantiation of function template specialization 'at::cuda::cub::exclusive_scan, long *, at::cuda::cub::(anonymous namespace)::SumOp, long, 1073741824>' requested here 2024-04-03T17:06:29.5075523Z exclusive_scan(iter, output_idx, SumOp{}, int64_t{0}, n); 2024-04-03T17:06:29.5076050Z ^ 2024-04-03T17:06:29.5076530Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.hip:3: 2024-04-03T17:06:29.5077999Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:308:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:29.5079281Z CUB_WRAPPER(NO_ROCM(detail)::hipcub::DeviceScan::ExclusiveScan, 2024-04-03T17:06:29.5079858Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:29.5080769Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:29.5081732Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:29.5082284Z ^~~~ 2024-04-03T17:06:29.5082601Z 12 warnings generated when compiling for host. 2024-04-03T17:06:29.5082935Z 2024-04-03T17:06:29.8361879Z [7897/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionCauchyKernel.hip.o 2024-04-03T17:06:29.8365235Z [7898/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardshrinkKernel.hip.o 2024-04-03T17:06:29.8368087Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip:18: 2024-04-03T17:06:29.8370083Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:29.8374421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8378535Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.8379540Z ^ 2024-04-03T17:06:29.8383213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8389647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8396038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8402710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8406113Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.8406796Z ^ 2024-04-03T17:06:29.8410330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8417006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8420926Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.8421916Z ^ 2024-04-03T17:06:29.8425456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8431917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8438335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8444960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8448594Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.8449289Z ^ 2024-04-03T17:06:29.8452937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8459665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8463533Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.8464524Z ^ 2024-04-03T17:06:29.8468087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8474615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8481021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8487511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8490951Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.8491645Z ^ 2024-04-03T17:06:29.8495351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8500780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8502945Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.8503541Z ^ 2024-04-03T17:06:29.8505617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8509314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8513092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8516818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8518808Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.8519228Z ^ 2024-04-03T17:06:29.8521267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8523250Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:29.8524188Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardshrinkKernel.hip:18: 2024-04-03T17:06:29.8525390Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:29.8527905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8530092Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.8530680Z ^ 2024-04-03T17:06:29.8532736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8536733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8540647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8544329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8546312Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.8546732Z ^ 2024-04-03T17:06:29.8548964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8552651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8554780Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.8555427Z ^ 2024-04-03T17:06:29.8557482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8561210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8564894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8568581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8570556Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.8571039Z ^ 2024-04-03T17:06:29.8573074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8576846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8579109Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.8579704Z ^ 2024-04-03T17:06:29.8581759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8585508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8589198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8592868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8594854Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.8595279Z ^ 2024-04-03T17:06:29.8597309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8601053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8603199Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.8603786Z ^ 2024-04-03T17:06:29.8605859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8609545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8614773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8620982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8622994Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.8623509Z ^ 2024-04-03T17:06:29.8625569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.8628474Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:29.8629132Z 2024-04-03T17:06:29.9013255Z [7898/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionExponentialKernel.hip.o 2024-04-03T17:06:29.9017292Z [7899/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationEluKernel.hip.o 2024-04-03T17:06:29.9020925Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip:18: 2024-04-03T17:06:29.9023497Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:29.9027467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9029861Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9030503Z ^ 2024-04-03T17:06:29.9032753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9036754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9040918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9044991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9047091Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9047517Z ^ 2024-04-03T17:06:29.9049629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9055079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9057336Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9058038Z ^ 2024-04-03T17:06:29.9060369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9065670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9069391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9073203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9075257Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9075682Z ^ 2024-04-03T17:06:29.9077737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9081418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9083552Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9084141Z ^ 2024-04-03T17:06:29.9086250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9090064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9093804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9097543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9099901Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9100584Z ^ 2024-04-03T17:06:29.9104423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9111554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9115492Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9116585Z ^ 2024-04-03T17:06:29.9120246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9126971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9133700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9140668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9144247Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9144983Z ^ 2024-04-03T17:06:29.9148693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9154962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9158813Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9159765Z ^ 2024-04-03T17:06:29.9163176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9169183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9176120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9183518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9187333Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9188013Z ^ 2024-04-03T17:06:29.9191708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9198479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9202326Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9203361Z ^ 2024-04-03T17:06:29.9207135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9214137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9220941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9227394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9230290Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9230721Z ^ 2024-04-03T17:06:29.9232943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9238605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9242348Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9243345Z ^ 2024-04-03T17:06:29.9247264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9254105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9261184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9268011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9271572Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9272352Z ^ 2024-04-03T17:06:29.9276397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9283376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9287608Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9288699Z ^ 2024-04-03T17:06:29.9292574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9299622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9306513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9313477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9317304Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9318052Z ^ 2024-04-03T17:06:29.9321896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9325649Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:29.9327373Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationEluKernel.hip:18: 2024-04-03T17:06:29.9329426Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:29.9334095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9338414Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9339533Z ^ 2024-04-03T17:06:29.9343376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9350353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9357329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9364321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9368191Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9368948Z ^ 2024-04-03T17:06:29.9372784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9380602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9384409Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9401532Z ^ 2024-04-03T17:06:29.9405280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9412079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9419124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9425908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9429484Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9430237Z ^ 2024-04-03T17:06:29.9433891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9440415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9444151Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9445182Z ^ 2024-04-03T17:06:29.9448760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9455379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9462846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9470401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9474370Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9475145Z ^ 2024-04-03T17:06:29.9479239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9486629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9490922Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9492029Z ^ 2024-04-03T17:06:29.9496207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9503563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9511026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9518136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9521969Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9522745Z ^ 2024-04-03T17:06:29.9526721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9533985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9538220Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9539415Z ^ 2024-04-03T17:06:29.9543373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9550617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9557917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9565061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9568861Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9569638Z ^ 2024-04-03T17:06:29.9573621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9580937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9585048Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9586143Z ^ 2024-04-03T17:06:29.9590082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9597242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9604374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9611594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9615491Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9616268Z ^ 2024-04-03T17:06:29.9620491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9627633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9631779Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9632884Z ^ 2024-04-03T17:06:29.9636843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9644103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9651257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9658710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9662525Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9663289Z ^ 2024-04-03T17:06:29.9667313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9674483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9678630Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:29.9679821Z ^ 2024-04-03T17:06:29.9683760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9690818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9698007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9705234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9709041Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:29.9709798Z ^ 2024-04-03T17:06:29.9713691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:29.9717476Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:29.9718134Z 2024-04-03T17:06:30.0212635Z [7899/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionGeometricKernel.hip.o 2024-04-03T17:06:30.0214649Z [7900/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RenormKernel.hip.o 2024-04-03T17:06:30.0215952Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip:5: 2024-04-03T17:06:30.0217083Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:30.0219759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0221929Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:30.0222514Z ^ 2024-04-03T17:06:30.0224568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0228349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0232050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0235783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0237776Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:30.0238183Z ^ 2024-04-03T17:06:30.0240238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0243919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0246126Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:30.0246701Z ^ 2024-04-03T17:06:30.0248755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0252437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0256116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0260264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0263442Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:30.0263863Z ^ 2024-04-03T17:06:30.0266242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0268280Z 12 warnings generated when compiling for gfx906. 2024-04-03T17:06:30.0269363Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RenormKernel.hip:5: 2024-04-03T17:06:30.0270416Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:30.0273278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0275720Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:30.0276301Z ^ 2024-04-03T17:06:30.0278632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0282682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0286954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0291188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0293229Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:30.0293653Z ^ 2024-04-03T17:06:30.0295991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0300547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0302975Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:30.0303564Z ^ 2024-04-03T17:06:30.0305906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0309997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0314236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0318209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0320471Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:30.0320891Z ^ 2024-04-03T17:06:30.0323568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:30.0325855Z 12 warnings generated when compiling for gfx90a. 2024-04-03T17:06:30.0326218Z 2024-04-03T17:06:30.3097925Z [7900/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMinValuesKernel.hip.o 2024-04-03T17:06:30.3101464Z [7901/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistanceKernel.hip.o 2024-04-03T17:06:30.7637340Z [7901/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionLogNormalKernel.hip.o 2024-04-03T17:06:30.7640432Z [7902/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionBernoulli.hip.o 2024-04-03T17:06:30.7642753Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:4: 2024-04-03T17:06:30.7644631Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:30.7647311Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:30.7650304Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:30.7652066Z ^ 2024-04-03T17:06:30.7654106Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:30.7655836Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:30.7656596Z ^ 2024-04-03T17:06:30.7657754Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:30.7659440Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:30.7660369Z ^ 2024-04-03T17:06:30.7661192Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:30.7662844Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:4: 2024-04-03T17:06:30.7664820Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:30.7667505Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:30.7669160Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:30.7670010Z ^ 2024-04-03T17:06:30.7671085Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:30.7672016Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:30.7672374Z ^ 2024-04-03T17:06:30.7672998Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:30.7673803Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:30.7674292Z ^ 2024-04-03T17:06:30.7674741Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:30.7675618Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionBernoulli.hip:4: 2024-04-03T17:06:30.7676735Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:30.7678292Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:30.7679821Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:30.7680729Z ^ 2024-04-03T17:06:30.7681791Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:30.7682721Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:30.7683094Z ^ 2024-04-03T17:06:30.7683710Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:30.7684521Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:30.7685071Z ^ 2024-04-03T17:06:30.7685497Z 1 warning generated when compiling for host. 2024-04-03T17:06:30.7685831Z 2024-04-03T17:06:30.8186198Z [7902/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Repeat.hip.o 2024-04-03T17:06:30.8188140Z [7903/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionCauchyKernel.hip.o 2024-04-03T17:06:30.8189807Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2024-04-03T17:06:30.8191181Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:30.8192382Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:30.8194286Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:30.8195963Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:30.8196882Z ^ 2024-04-03T17:06:30.8198007Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:30.8199049Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:30.8199426Z ^ 2024-04-03T17:06:30.8200100Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:30.8200967Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:30.8201527Z ^ 2024-04-03T17:06:30.8202021Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:30.8202993Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2024-04-03T17:06:30.8204489Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:30.8205651Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:30.8207386Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:30.8209050Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:30.8209962Z ^ 2024-04-03T17:06:30.8211145Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:30.8212143Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:30.8212518Z ^ 2024-04-03T17:06:30.8213193Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:30.8214080Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:30.8214620Z ^ 2024-04-03T17:06:30.8215112Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:30.8216069Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionCauchyKernel.hip:5: 2024-04-03T17:06:30.8217584Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:30.8219245Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:30.8221977Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:30.8224747Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:30.8226517Z ^ 2024-04-03T17:06:30.8228374Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:30.8229688Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:30.8230065Z ^ 2024-04-03T17:06:30.8230697Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:30.8231950Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:30.8232464Z ^ 2024-04-03T17:06:30.8232909Z 1 warning generated when compiling for host. 2024-04-03T17:06:30.8233235Z 2024-04-03T17:06:31.0875493Z [7903/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionNormal.hip.o 2024-04-03T17:06:31.0878045Z [7904/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionExponentialKernel.hip.o 2024-04-03T17:06:31.0879673Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2024-04-03T17:06:31.0880982Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:31.0882090Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:31.0883856Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:31.0885834Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:31.0886687Z ^ 2024-04-03T17:06:31.0887755Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:31.0888795Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:31.0889172Z ^ 2024-04-03T17:06:31.0889792Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:31.0890609Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:31.0891110Z ^ 2024-04-03T17:06:31.0891544Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:31.0892497Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2024-04-03T17:06:31.0893936Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:31.0895531Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:31.0898749Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:31.0900877Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:31.0901744Z ^ 2024-04-03T17:06:31.0902834Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:31.0903766Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:31.0904265Z ^ 2024-04-03T17:06:31.0904904Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:31.0905708Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:31.0906215Z ^ 2024-04-03T17:06:31.0906667Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:31.0907616Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionExponentialKernel.hip:5: 2024-04-03T17:06:31.0908972Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:31.0910087Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:31.0911643Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:31.0913185Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:31.0914043Z ^ 2024-04-03T17:06:31.0915111Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:31.0916023Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:31.0916437Z ^ 2024-04-03T17:06:31.0917065Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:31.0917867Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:31.0918365Z ^ 2024-04-03T17:06:31.0918808Z 1 warning generated when compiling for host. 2024-04-03T17:06:31.0919130Z 2024-04-03T17:06:31.2342776Z [7904/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Distributions.hip.o 2024-04-03T17:06:31.2345063Z [7905/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionGeometricKernel.hip.o 2024-04-03T17:06:31.2346607Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2024-04-03T17:06:31.2347900Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:31.2349025Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:31.2350783Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:31.2352305Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:31.2353158Z ^ 2024-04-03T17:06:31.2354232Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:31.2355144Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:31.2355518Z ^ 2024-04-03T17:06:31.2356147Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:31.2356945Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:31.2357444Z ^ 2024-04-03T17:06:31.2357892Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:31.2358819Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2024-04-03T17:06:31.2360090Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:31.2361198Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:31.2362814Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:31.2364339Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:31.2365192Z ^ 2024-04-03T17:06:31.2366259Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:31.2367191Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:31.2367601Z ^ 2024-04-03T17:06:31.2368227Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:31.2369033Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:31.2369517Z ^ 2024-04-03T17:06:31.2369967Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:31.2370895Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionGeometricKernel.hip:5: 2024-04-03T17:06:31.2372167Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:31.2373275Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:31.2374830Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:31.2376514Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:31.2377356Z ^ 2024-04-03T17:06:31.2378616Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:31.2379554Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:31.2379909Z ^ 2024-04-03T17:06:31.2380546Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:31.2381360Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:31.2381847Z ^ 2024-04-03T17:06:31.2382282Z 1 warning generated when compiling for host. 2024-04-03T17:06:31.2382606Z 2024-04-03T17:06:31.7226109Z [7905/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReflectionPad.hip.o 2024-04-03T17:06:31.7229692Z [7906/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionLogNormalKernel.hip.o 2024-04-03T17:06:31.7232508Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2024-04-03T17:06:31.7234853Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:31.7236994Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:31.7239966Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:31.7242857Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:31.7244434Z ^ 2024-04-03T17:06:31.7246517Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:31.7248298Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:31.7248978Z ^ 2024-04-03T17:06:31.7250155Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:31.7251663Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:31.7252726Z ^ 2024-04-03T17:06:31.7253496Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:31.7255241Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2024-04-03T17:06:31.7257908Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:31.7260458Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:31.7263657Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:31.7266602Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:31.7268232Z ^ 2024-04-03T17:06:31.7270273Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:31.7272029Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:31.7272711Z ^ 2024-04-03T17:06:31.7273899Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:31.7275418Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:31.7276344Z ^ 2024-04-03T17:06:31.7277265Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:31.7279067Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionLogNormalKernel.hip:5: 2024-04-03T17:06:31.7281563Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:31.7283706Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:31.7286736Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:31.7289700Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:31.7291341Z ^ 2024-04-03T17:06:31.7293386Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:31.7295133Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:31.7295832Z ^ 2024-04-03T17:06:31.7297063Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:31.7298729Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:31.7299610Z ^ 2024-04-03T17:06:31.7300390Z 1 warning generated when compiling for host. 2024-04-03T17:06:31.7301012Z 2024-04-03T17:06:31.7685967Z [7906/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardswishKernel.hip.o 2024-04-03T17:06:31.7689456Z [7907/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMinValuesKernel.hip.o 2024-04-03T17:06:31.7696321Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2024-04-03T17:06:31.7701851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7705775Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:31.7706544Z ^ 2024-04-03T17:06:31.7710743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7717643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7724967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7732156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7739633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7751180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7758557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7765896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7773189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7780372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7787214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7793938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7801008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7808229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7815585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7822888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7829765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7836421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7841779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7846740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7853607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7860809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7867685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7874573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7881169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7887429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7893482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7900632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7907529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7914256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7921088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7927845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7934517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7941401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7947872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7953467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7958237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7964486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7968312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7972049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7975732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7979695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7986218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7993018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.7999727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8006412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8013805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8021037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8028095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8034945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8042134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8049032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8056132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8063295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8070281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8077386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8084198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8091125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8098207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8105441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8112404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8118852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8122703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8126375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8130088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8133754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8137517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8142756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8149527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8156179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8163174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8170390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8177507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8184832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8191696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8198803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8205757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8212778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8220096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8227090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8234287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8241433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8248402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8255445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8262956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8270038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8276955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8283916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8290746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8297971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8304632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8311659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8318696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8325911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8332849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8339857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8347040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8353898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8360775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8367853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8373240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8377090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8380995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8384683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8388369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8392082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8395739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8399397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8403074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8406797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8410457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8414122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8417888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8421644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8425344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8429007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8432667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8436323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8440001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8443817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8447529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8451284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8454931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8458821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8463382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8468070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8471736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8475475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8479144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8482915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8486619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8490274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8493932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8497688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8501530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8505207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8508863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8512565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8516677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8520369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8524015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8527646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8531297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8534993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8538850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8542506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8546217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8549881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8553530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8557195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8560887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8564517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8568220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8571876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8575545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8579429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8583072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8586721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8590371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8594074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8597727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8601375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8605081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8608716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8612413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8616253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8620179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8623840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8627960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8631644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8635295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8639664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8644175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8648188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8652444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8657301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8662584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8666927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8671053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8674995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8678991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8682917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8687317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8691547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8695836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8700315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8704932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8709589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8713604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8718537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8724204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8728853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8733405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8737940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8742407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8747213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8752184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8756677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8761068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8766128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8770862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8775905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8780553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8784802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8791499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8798466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8805305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8812141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8819276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8825300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8830102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8835970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8841092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8845270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8850031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8854740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8859714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8864583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8869347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8873700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8878164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8883007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8887601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8892219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8897476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8902344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8906842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8911514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8916677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8921824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8926418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8931650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8936735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8941745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8946401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8951286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8956227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8961246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8966877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8973694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8980717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8987576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.8994435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9001367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9007475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9013460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9019167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9024715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9030545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9036836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9042374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9048435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9053156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9059631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9065189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9070900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9076456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9082059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9087458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9092975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9097968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9103696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9109101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9114413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9119110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9124030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9129775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9135834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9142215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9148146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9154002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9158495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9164443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9168719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9173185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9177597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9182929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9189000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9193703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9198835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9204010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9208950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9213669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9219273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9224427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9231168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9237825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9242545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9246240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9250018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9253700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9257451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9261662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9267882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9273894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9280280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9286405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9292631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9298990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9305484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9312237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9318383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9322974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9326754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9330419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9334167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9337918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9342038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9345764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9351822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9357696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9364077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9371361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9378710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9384246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9387925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9391599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9395293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9398971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9402693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9406349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9410065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9413706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9417440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9421249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9424972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9428680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9432326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9435989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9439626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9443498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9448999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9455703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9462390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9469039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9475709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9482504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9489444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9496268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9503079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9509497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9515804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9522239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9528719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9535215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9541566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9547670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9552649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9556586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9562882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9568683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9573821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9579644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9585167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9589658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9596371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9603178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9609956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9616648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9620204Z 360 warnings generated when compiling for gfx906. 2024-04-03T17:06:31.9621789Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMinValuesKernel.hip:4: 2024-04-03T17:06:31.9626311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9629547Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:31.9630037Z ^ 2024-04-03T17:06:31.9632948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9639855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9646455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9653060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9660047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9665784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9670940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9675782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9680562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9685566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9691265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9697084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9703009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9708214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9714197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9721142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9728011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9734903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9741952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9748314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9754843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9761228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9767637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9774196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9781158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9787542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9794001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9800228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9805918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9811080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9815465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9821578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9825929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9831804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9836450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9840989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9847323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9853827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9859972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9866972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9873625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9880312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9886713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9893415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9899709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9906107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9912007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9918737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9924878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9931768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9938574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9945258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9952080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9957940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9963993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9968826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9975173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9982281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9988767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:31.9994855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0001646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0008530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0015378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0037647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0044454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0051519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0058541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0064933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0071821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0077403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0083062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0088915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0094831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0101278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0106934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0112884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0118803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0125151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0131185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0137329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0143880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0150464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0156675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0162602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0169308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0175854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0182652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0189160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0195184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0201567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0208419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0215160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0220273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0224357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0231416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0238272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0244835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0251379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0257821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0263871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0270354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0276700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0283305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0290254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0297234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0304209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0311161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0317235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0324029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0330189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0336636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0341708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0347128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0352328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0357548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0362141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0367012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0371943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0376623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0381622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0387346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0392203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0397783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0403032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0407631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0412119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0416823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0420985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0425687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0430452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0435385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0440553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0446407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0452285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0457120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0463994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0470876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0477756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0484602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0491609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0497788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0502872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0508657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0513032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0519007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0523239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0527619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0531659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0536991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0541906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0547249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0552063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0558465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0562628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0566311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0569975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0573671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0577411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0582549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0589310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0596344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0603133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0610058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0617242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0624443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0631521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0638520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0645439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0652447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0659759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0666744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0673762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0680839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0687753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0694691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0701957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0709066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0716035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0720988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0724682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0728378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0732089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0735763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0739653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0743329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0747052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0750716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0754359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0758067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0761733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0765414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0769087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0772751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0776511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0780357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0784026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0787702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0791401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0795050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0798703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0802345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0806039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0809704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0813417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0817139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0820919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0824635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0828273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0831939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0835596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0839330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0842985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0846638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0850333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0853992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0857761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0861556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0865231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0868881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0872621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0876283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0879958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0883654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0887308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0890961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0894605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0898530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0902190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0905886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0909527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0913177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0916888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0920551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0924209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0927859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0931581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0935236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0939076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0942796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0946455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0950151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0953792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0957444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0961091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0964789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0968448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0972101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0975798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0979740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0983413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0987069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0990770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0994422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.0998123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1001770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1005422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1009102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1012754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1016465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1020233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1023950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1027610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1031265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1034941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1038612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1042279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1045933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1049577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1053222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1056990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1060765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1064516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1068223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1071888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1075547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1079210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1082916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1086556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1090262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1095227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1102086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1108737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1115442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1122194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1128940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1135839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1142939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1149469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1156185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1162694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1169493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1176024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1182759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1188928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1193698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1197404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1201082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1204852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1208508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1212146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1215805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1219766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1223445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1229379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1235995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1242772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1249710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1256955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1264073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1271154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1278205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1285191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1292191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1299500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1306524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1313707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1320695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1327551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1334490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1341825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1348790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1355768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1362567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1368734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1375960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1383545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1390432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1394119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1397822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1401478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1406507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1412543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1417888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1423776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1427549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1431671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1435627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1439659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1443666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1447634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1451648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1455771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1459822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1463994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1467830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1471540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1475214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1478917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1482573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1486297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1489946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1493643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1497388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1501237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1505393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1511885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1518381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1524828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1531257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.1534750Z 360 warnings generated when compiling for gfx90a. 2024-04-03T17:06:32.1535347Z 2024-04-03T17:06:32.1537031Z [7907/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardtanhKernel.hip.o 2024-04-03T17:06:32.1540166Z [7908/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Repeat.hip.o 2024-04-03T17:06:32.1865892Z [7908/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionRandomKernel.hip.o 2024-04-03T17:06:32.1867925Z [7909/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionNormal.hip.o 2024-04-03T17:06:32.1869460Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2024-04-03T17:06:32.1870778Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:32.1871979Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:32.1873726Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:32.1875363Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:32.1876443Z ^ 2024-04-03T17:06:32.1877640Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:32.1878626Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:32.1879044Z ^ 2024-04-03T17:06:32.1879675Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:32.1880599Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:32.1881183Z ^ 2024-04-03T17:06:32.1882021Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:32.1883364Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2024-04-03T17:06:32.1885318Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:32.1887240Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:32.1889803Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:32.1892423Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:32.1893765Z ^ 2024-04-03T17:06:32.1895783Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:32.1897508Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:32.1898139Z ^ 2024-04-03T17:06:32.1899463Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:32.1900925Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:32.1901804Z ^ 2024-04-03T17:06:32.1902596Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:32.1904132Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionNormal.hip:5: 2024-04-03T17:06:32.1906339Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:32.1908380Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:32.1911254Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:32.1914247Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:32.1915799Z ^ 2024-04-03T17:06:32.1917723Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:32.1919397Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:32.1920042Z ^ 2024-04-03T17:06:32.1921157Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:32.1922605Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:32.1923478Z ^ 2024-04-03T17:06:32.1924251Z 1 warning generated when compiling for host. 2024-04-03T17:06:32.1924852Z 2024-04-03T17:06:32.6741438Z [7909/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationLogSigmoidKernel.hip.o 2024-04-03T17:06:32.6743854Z [7910/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReflectionPad.hip.o 2024-04-03T17:06:32.6745323Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip:7: 2024-04-03T17:06:32.6747228Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:32.6748895Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:32.6749825Z ^ 2024-04-03T17:06:32.6751025Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:32.6752009Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:32.6752454Z ^ 2024-04-03T17:06:32.6753132Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:32.6754034Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:32.6754557Z ^ 2024-04-03T17:06:32.6755065Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:32.6755919Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip:7: 2024-04-03T17:06:32.6757722Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:32.6759437Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:32.6760361Z ^ 2024-04-03T17:06:32.6761549Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:32.6762590Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:32.6762968Z ^ 2024-04-03T17:06:32.6763649Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:32.6764526Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:32.6765088Z ^ 2024-04-03T17:06:32.6765583Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:32.6766456Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReflectionPad.hip:7: 2024-04-03T17:06:32.6768179Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:32.6769828Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:32.6770852Z ^ 2024-04-03T17:06:32.6771983Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:32.6772965Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:32.6773380Z ^ 2024-04-03T17:06:32.6774006Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:32.6774873Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:32.6775502Z ^ 2024-04-03T17:06:32.6775947Z 1 warning generated when compiling for host. 2024-04-03T17:06:32.6776281Z 2024-04-03T17:06:32.8687357Z [7910/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationLeakyReluKernel.hip.o 2024-04-03T17:06:32.8690669Z [7911/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Distributions.hip.o 2024-04-03T17:06:32.8693166Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:5: 2024-04-03T17:06:32.8695049Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:32.8698037Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:32.8701431Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:32.8703015Z ^ 2024-04-03T17:06:32.8705012Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:32.8706715Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:32.8707393Z ^ 2024-04-03T17:06:32.8708669Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:32.8710163Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:32.8711062Z ^ 2024-04-03T17:06:32.8712439Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2024-04-03T17:06:32.8714603Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2024-04-03T17:06:32.8716673Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:32.8721374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8725611Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.8726717Z ^ 2024-04-03T17:06:32.8730650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8737782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8744795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8752024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8755710Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.8756447Z ^ 2024-04-03T17:06:32.8760200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8767076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8771147Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.8772244Z ^ 2024-04-03T17:06:32.8776211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8783447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8790665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8797786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8801578Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.8802347Z ^ 2024-04-03T17:06:32.8806356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8813506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8817704Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.8818860Z ^ 2024-04-03T17:06:32.8822782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8829940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8837141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8844018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8847759Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.8848536Z ^ 2024-04-03T17:06:32.8852343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8857363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8859928Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.8860524Z ^ 2024-04-03T17:06:32.8862589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8866347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8870040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8873720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8875749Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.8876172Z ^ 2024-04-03T17:06:32.8878207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8880503Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2024-04-03T17:06:32.8883131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8885265Z __global__ void distribution_binary_elementwise_kernel( 2024-04-03T17:06:32.8885718Z ^ 2024-04-03T17:06:32.8887927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8891834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8897548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8905114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8912797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8920202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8927639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8935079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8942918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8950684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8958312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8966000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8973811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8981534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8989207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.8993758Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2024-04-03T17:06:32.8995895Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2024-04-03T17:06:32.8998068Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:32.9002862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9007123Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9008160Z ^ 2024-04-03T17:06:32.9012210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9019508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9026938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9034182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9038131Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9038911Z ^ 2024-04-03T17:06:32.9042903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9050079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9054139Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9055402Z ^ 2024-04-03T17:06:32.9059793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9066875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9074292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9081487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9085328Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9086094Z ^ 2024-04-03T17:06:32.9090209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9097422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9101828Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9102906Z ^ 2024-04-03T17:06:32.9106724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9114029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9121369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9128797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9132377Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9133092Z ^ 2024-04-03T17:06:32.9136996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9144333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9148585Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9149683Z ^ 2024-04-03T17:06:32.9153666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9160931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9168226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9175569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9179633Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9180383Z ^ 2024-04-03T17:06:32.9184434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9191529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9195641Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9196740Z ^ 2024-04-03T17:06:32.9200729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9208196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9215460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9222907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9226364Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9227137Z ^ 2024-04-03T17:06:32.9231278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9238449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9242455Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9243425Z ^ 2024-04-03T17:06:32.9247243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9253789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9260866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9267961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9271710Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9272497Z ^ 2024-04-03T17:06:32.9276326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9280030Z 77 warnings generated when compiling for gfx906. 2024-04-03T17:06:32.9281522Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:5: 2024-04-03T17:06:32.9283473Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:32.9286350Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:32.9289307Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:32.9290870Z ^ 2024-04-03T17:06:32.9292800Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:32.9294265Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:32.9294842Z ^ 2024-04-03T17:06:32.9295904Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:32.9297396Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:32.9298223Z ^ 2024-04-03T17:06:32.9299612Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2024-04-03T17:06:32.9301585Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2024-04-03T17:06:32.9303633Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:32.9307870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9311620Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9312623Z ^ 2024-04-03T17:06:32.9316110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9322602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9329421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9335562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9339068Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9339780Z ^ 2024-04-03T17:06:32.9343574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9350198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9353729Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9354705Z ^ 2024-04-03T17:06:32.9358037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9364937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9372122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9379371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9382842Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9383571Z ^ 2024-04-03T17:06:32.9387447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9393922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9397683Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9398789Z ^ 2024-04-03T17:06:32.9402676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9409754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9416804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9423507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9427102Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9427843Z ^ 2024-04-03T17:06:32.9431278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9437447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9441351Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9442495Z ^ 2024-04-03T17:06:32.9446493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9453678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9460633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9467460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9470867Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9471535Z ^ 2024-04-03T17:06:32.9475154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9479349Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2024-04-03T17:06:32.9484298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9488290Z __global__ void distribution_binary_elementwise_kernel( 2024-04-03T17:06:32.9489305Z ^ 2024-04-03T17:06:32.9493360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9501136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9508535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9515480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9522422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9529998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9537161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9543877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9550852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9558066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9564597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9572145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9579226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9586535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9593441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:182:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9597827Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:9: 2024-04-03T17:06:32.9600046Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:11: 2024-04-03T17:06:32.9602105Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:32.9606908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9610932Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9612026Z ^ 2024-04-03T17:06:32.9615911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9623150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9630133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9636691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9640187Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9640907Z ^ 2024-04-03T17:06:32.9644458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9650921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9654799Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9655926Z ^ 2024-04-03T17:06:32.9659951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9666545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9672960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9679453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9682881Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9683684Z ^ 2024-04-03T17:06:32.9687083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9693238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9697411Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9698633Z ^ 2024-04-03T17:06:32.9702624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9709944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9715779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9719485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9721470Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9721879Z ^ 2024-04-03T17:06:32.9723919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9727680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9729836Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9730430Z ^ 2024-04-03T17:06:32.9732503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9736208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9740392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9745513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9748262Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9748818Z ^ 2024-04-03T17:06:32.9751837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9757021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9760351Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9761154Z ^ 2024-04-03T17:06:32.9764026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9769316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9774437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9780060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9782960Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9783636Z ^ 2024-04-03T17:06:32.9787074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9794075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9797797Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:32.9798807Z ^ 2024-04-03T17:06:32.9802507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9809354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9816489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9823527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9827204Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:32.9827962Z ^ 2024-04-03T17:06:32.9831755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:32.9835524Z 77 warnings generated when compiling for gfx90a. 2024-04-03T17:06:32.9836832Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Distributions.hip:5: 2024-04-03T17:06:32.9838712Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:32.9841409Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:32.9844010Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:32.9845479Z ^ 2024-04-03T17:06:32.9847309Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:32.9848892Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:32.9849492Z ^ 2024-04-03T17:06:32.9850593Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:32.9851987Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:32.9852849Z ^ 2024-04-03T17:06:32.9853605Z 1 warning generated when compiling for host. 2024-04-03T17:06:32.9854168Z 2024-04-03T17:06:33.1285464Z [7911/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultinomialKernel.hip.o 2024-04-03T17:06:33.1288128Z [7912/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardtanhKernel.hip.o 2024-04-03T17:06:33.1289655Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip:18: 2024-04-03T17:06:33.1290807Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:33.1293360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1295532Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.1296129Z ^ 2024-04-03T17:06:33.1298438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1304457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1308779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1312511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1314501Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.1314915Z ^ 2024-04-03T17:06:33.1316967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1320736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1322875Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.1323457Z ^ 2024-04-03T17:06:33.1325506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1329197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1332936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1336731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1339130Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.1339942Z ^ 2024-04-03T17:06:33.1343829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1350684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1354554Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.1355609Z ^ 2024-04-03T17:06:33.1359330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1366202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1372737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1379687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1383358Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.1384086Z ^ 2024-04-03T17:06:33.1387773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1394181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1397855Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.1398839Z ^ 2024-04-03T17:06:33.1402293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1406276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1410002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1413729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1415715Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.1416132Z ^ 2024-04-03T17:06:33.1418418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1420430Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:33.1421357Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardtanhKernel.hip:18: 2024-04-03T17:06:33.1422570Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:33.1425026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1427157Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.1427750Z ^ 2024-04-03T17:06:33.1429801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1433499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1437234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1440904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1442893Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.1443312Z ^ 2024-04-03T17:06:33.1445360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1449137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1451291Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.1451880Z ^ 2024-04-03T17:06:33.1453983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1457770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1464168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1471291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1475143Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.1475916Z ^ 2024-04-03T17:06:33.1479654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1486511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1490453Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.1491503Z ^ 2024-04-03T17:06:33.1495423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1502830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1509576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1516176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1519365Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.1520066Z ^ 2024-04-03T17:06:33.1524043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1530326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1534381Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.1546785Z ^ 2024-04-03T17:06:33.1549533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1556173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1563392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1570818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1574680Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.1575438Z ^ 2024-04-03T17:06:33.1579705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.1583535Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:33.1584263Z 2024-04-03T17:06:33.2569680Z [7912/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NLLLoss2d.hip.o 2024-04-03T17:06:33.2574022Z [7913/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardswishKernel.hip.o 2024-04-03T17:06:33.2577460Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip:18: 2024-04-03T17:06:33.2579903Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:33.2584809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2589081Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.2590066Z ^ 2024-04-03T17:06:33.2594050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2601479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2608707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2616098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2620121Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.2620904Z ^ 2024-04-03T17:06:33.2624934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2631912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2636061Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.2637115Z ^ 2024-04-03T17:06:33.2640972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2648133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2655337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2663492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2667250Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.2667999Z ^ 2024-04-03T17:06:33.2671960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2679054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2683187Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.2684210Z ^ 2024-04-03T17:06:33.2688238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2695484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2702632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2709791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2713648Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.2714419Z ^ 2024-04-03T17:06:33.2718408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2725681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2729998Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.2731102Z ^ 2024-04-03T17:06:33.2735055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2742859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2749066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2755104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2758200Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.2758850Z ^ 2024-04-03T17:06:33.2762102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2767947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2771377Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.2772322Z ^ 2024-04-03T17:06:33.2775642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2782433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2789018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2795141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2799005Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.2799741Z ^ 2024-04-03T17:06:33.2803591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2809758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2813614Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.2814861Z ^ 2024-04-03T17:06:33.2819141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2826325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2833505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2840709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2844526Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.2845279Z ^ 2024-04-03T17:06:33.2849215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2855660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2857903Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.2859615Z ^ 2024-04-03T17:06:33.2861695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2865382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2870595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2877362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2880930Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.2881686Z ^ 2024-04-03T17:06:33.2885410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2892868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2896970Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.2898042Z ^ 2024-04-03T17:06:33.2902049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2909065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2916053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2923102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2926861Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.2927616Z ^ 2024-04-03T17:06:33.2931566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2935202Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:33.2937010Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardswishKernel.hip:18: 2024-04-03T17:06:33.2939304Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:33.2944019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2948073Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.2949280Z ^ 2024-04-03T17:06:33.2953193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2960283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2967446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2974463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2978551Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.2979155Z ^ 2024-04-03T17:06:33.2982998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2990045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.2994162Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.2995236Z ^ 2024-04-03T17:06:33.2999186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3006279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3013257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3020447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3024222Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.3024990Z ^ 2024-04-03T17:06:33.3028874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3035938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3039959Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.3041060Z ^ 2024-04-03T17:06:33.3044931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3051952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3059378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3066142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3069935Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.3070700Z ^ 2024-04-03T17:06:33.3074520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3081436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3085611Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.3086704Z ^ 2024-04-03T17:06:33.3090445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3097734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3104133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3110738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3114172Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.3114993Z ^ 2024-04-03T17:06:33.3118666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3125511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3129512Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.3130604Z ^ 2024-04-03T17:06:33.3134395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3141752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3148659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3155270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3158678Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.3159375Z ^ 2024-04-03T17:06:33.3163017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3169559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3173240Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.3174267Z ^ 2024-04-03T17:06:33.3178174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3185055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3191226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3197526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3200804Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.3201542Z ^ 2024-04-03T17:06:33.3205465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3212574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3216759Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.3217739Z ^ 2024-04-03T17:06:33.3221605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3228385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3235135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3241899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3245573Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.3246399Z ^ 2024-04-03T17:06:33.3250025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3256612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3260339Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.3261021Z ^ 2024-04-03T17:06:33.3263464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3267528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3271806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3276182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3278903Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.3279515Z ^ 2024-04-03T17:06:33.3282317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.3286029Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:33.3286616Z 2024-04-03T17:06:33.5028864Z [7913/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/torch_hip_generated_intra_node_comm.cu.o 2024-04-03T17:06:33.5031244Z [7914/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionRandomKernel.hip.o 2024-04-03T17:06:33.5032756Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2024-04-03T17:06:33.5034037Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:33.5035143Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:33.5036720Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:33.5038254Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:33.5039106Z ^ 2024-04-03T17:06:33.5040163Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:33.5041242Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:33.5041624Z ^ 2024-04-03T17:06:33.5042238Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:33.5043047Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:33.5043545Z ^ 2024-04-03T17:06:33.5043977Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:33.5044877Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2024-04-03T17:06:33.5046182Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:33.5047296Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:33.5048955Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:33.5050496Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:33.5051345Z ^ 2024-04-03T17:06:33.5052410Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:33.5053317Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:33.5053746Z ^ 2024-04-03T17:06:33.5054377Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:33.5055173Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:33.5055671Z ^ 2024-04-03T17:06:33.5056175Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:33.5057158Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionRandomKernel.hip:5: 2024-04-03T17:06:33.5058673Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:33.5059845Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:33.5061532Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:33.5063072Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:33.5064006Z ^ 2024-04-03T17:06:33.5065078Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:33.5065989Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:33.5066358Z ^ 2024-04-03T17:06:33.5066981Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:33.5067774Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:33.5068271Z ^ 2024-04-03T17:06:33.5068705Z 1 warning generated when compiling for host. 2024-04-03T17:06:33.5069027Z 2024-04-03T17:06:33.5477841Z [7914/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveConvolutionTranspose3d.hip.o 2024-04-03T17:06:33.5481144Z [7915/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationLogSigmoidKernel.hip.o 2024-04-03T17:06:33.5482788Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip:18: 2024-04-03T17:06:33.5484036Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:33.5486676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5489081Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5489794Z ^ 2024-04-03T17:06:33.5492502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5497139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5501903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5506143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5508507Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5508922Z ^ 2024-04-03T17:06:33.5511255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5515512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5517924Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5518504Z ^ 2024-04-03T17:06:33.5521199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5525194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5528873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5533136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5535659Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5536108Z ^ 2024-04-03T17:06:33.5539324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5545473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5548585Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5549458Z ^ 2024-04-03T17:06:33.5551546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5555615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5559992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5564602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5566941Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5567533Z ^ 2024-04-03T17:06:33.5569871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5574383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5577250Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5577844Z ^ 2024-04-03T17:06:33.5580623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5584889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5589412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5593966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5596245Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5596667Z ^ 2024-04-03T17:06:33.5599071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5603613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5606297Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5606915Z ^ 2024-04-03T17:06:33.5609497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5613823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5617595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5622005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5624268Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5624950Z ^ 2024-04-03T17:06:33.5627411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5631672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5634101Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5634968Z ^ 2024-04-03T17:06:33.5637379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5641622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5646149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5650471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5652754Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5653171Z ^ 2024-04-03T17:06:33.5655505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5660354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5663043Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5663721Z ^ 2024-04-03T17:06:33.5666070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5670501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5674704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5679233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5682078Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5682510Z ^ 2024-04-03T17:06:33.5685433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5689575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5691714Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5692306Z ^ 2024-04-03T17:06:33.5694347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5698206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5702618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5706918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5709181Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5709593Z ^ 2024-04-03T17:06:33.5711910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5714267Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:33.5715482Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLogSigmoidKernel.hip:18: 2024-04-03T17:06:33.5716641Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:33.5719311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5721448Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5722067Z ^ 2024-04-03T17:06:33.5724642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5728999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5732756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5737048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5739914Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5740340Z ^ 2024-04-03T17:06:33.5743155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5747522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5749673Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5750531Z ^ 2024-04-03T17:06:33.5752650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5756342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5760028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5763997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5766318Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5766739Z ^ 2024-04-03T17:06:33.5769454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5773562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5776584Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5777287Z ^ 2024-04-03T17:06:33.5779792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5784104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5789093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5796015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5799698Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5800435Z ^ 2024-04-03T17:06:33.5804368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5811394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5815394Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5816552Z ^ 2024-04-03T17:06:33.5820488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5826720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5833830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5840771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5844473Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5845211Z ^ 2024-04-03T17:06:33.5849019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5855985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5859995Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5860936Z ^ 2024-04-03T17:06:33.5863655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5867920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5872173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5876522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5878799Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5879359Z ^ 2024-04-03T17:06:33.5881863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5886130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5888275Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5889068Z ^ 2024-04-03T17:06:33.5891449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5895755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5900314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5904571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5906934Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5907356Z ^ 2024-04-03T17:06:33.5909412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5913112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5915532Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5916121Z ^ 2024-04-03T17:06:33.5918167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5921960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5925640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5929369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5931648Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5932058Z ^ 2024-04-03T17:06:33.5934631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5938851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5941201Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:33.5941972Z ^ 2024-04-03T17:06:33.5944302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5948823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5954236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5958065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5960037Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:33.5960446Z ^ 2024-04-03T17:06:33.5962491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:33.5964483Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:33.5964830Z 2024-04-03T17:06:34.0121707Z [7915/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveDilatedConvolution.hip.o 2024-04-03T17:06:34.0125162Z [7916/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationLeakyReluKernel.hip.o 2024-04-03T17:06:34.0128040Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip:18: 2024-04-03T17:06:34.0130320Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:34.0134844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0139280Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0140378Z ^ 2024-04-03T17:06:34.0144277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0151653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0158578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0165872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0169596Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0170317Z ^ 2024-04-03T17:06:34.0174261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0181640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0185983Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0187023Z ^ 2024-04-03T17:06:34.0190789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0198072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0206429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0214058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0218225Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0219109Z ^ 2024-04-03T17:06:34.0222968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0230337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0234395Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0235471Z ^ 2024-04-03T17:06:34.0239289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0245983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0253460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0260783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0264462Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0265247Z ^ 2024-04-03T17:06:34.0269265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0276309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0280297Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0281346Z ^ 2024-04-03T17:06:34.0285089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0292192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0299465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0306439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0310135Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0310892Z ^ 2024-04-03T17:06:34.0315020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0321883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0325864Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0326869Z ^ 2024-04-03T17:06:34.0330499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0337840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0345105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0352186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0356125Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0356903Z ^ 2024-04-03T17:06:34.0360815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0367934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0372078Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0373163Z ^ 2024-04-03T17:06:34.0377240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0384679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0391733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0398848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0402641Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0403408Z ^ 2024-04-03T17:06:34.0407389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0414504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0418741Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0419587Z ^ 2024-04-03T17:06:34.0423037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0430140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0437313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0444785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0448511Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0449234Z ^ 2024-04-03T17:06:34.0453004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0460314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0464427Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0465543Z ^ 2024-04-03T17:06:34.0469486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0476305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0483433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0490530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0494243Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0495000Z ^ 2024-04-03T17:06:34.0499107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0503023Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:34.0504717Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationLeakyReluKernel.hip:18: 2024-04-03T17:06:34.0506897Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:34.0511644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0515820Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0516914Z ^ 2024-04-03T17:06:34.0520849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0528026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0535147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0542457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0546234Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0546986Z ^ 2024-04-03T17:06:34.0551096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0558276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0562296Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0563503Z ^ 2024-04-03T17:06:34.0567389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0574454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0581837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0589080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0592882Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0593646Z ^ 2024-04-03T17:06:34.0597578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0604770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0608999Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0610083Z ^ 2024-04-03T17:06:34.0614018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0621355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0628590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0635888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0639690Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0640452Z ^ 2024-04-03T17:06:34.0644386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0651593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0655710Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0656898Z ^ 2024-04-03T17:06:34.0661122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0668334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0675533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0682664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0686459Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0687222Z ^ 2024-04-03T17:06:34.0691181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0698700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0702818Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0703947Z ^ 2024-04-03T17:06:34.0707905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0715006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0722185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0729359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0733167Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0734059Z ^ 2024-04-03T17:06:34.0738060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0745288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0749446Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0750569Z ^ 2024-04-03T17:06:34.0754474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0761770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0768965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0776113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0780343Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0781131Z ^ 2024-04-03T17:06:34.0785002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0792110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0796209Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0797343Z ^ 2024-04-03T17:06:34.0801246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0808482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0815633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0823191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0826992Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0827750Z ^ 2024-04-03T17:06:34.0831709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0838923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0843164Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:34.0844269Z ^ 2024-04-03T17:06:34.0848170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0855233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0862567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0869773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0873618Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:34.0874324Z ^ 2024-04-03T17:06:34.0878122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:34.0882002Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:34.0882637Z 2024-04-03T17:06:34.2741687Z [7916/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Nonzero.hip.o 2024-04-03T17:06:34.2744588Z [7917/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_MultinomialKernel.hip.o 2024-04-03T17:06:34.4847347Z [7917/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Normalization.hip.o 2024-04-03T17:06:34.4849631Z [7918/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NLLLoss2d.hip.o 2024-04-03T17:06:34.4851695Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip:8: 2024-04-03T17:06:34.4853873Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:34.4855589Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:34.4856549Z ^ 2024-04-03T17:06:34.4857629Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:34.4858763Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:34.4859147Z ^ 2024-04-03T17:06:34.4859764Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:34.4860574Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:34.4861074Z ^ 2024-04-03T17:06:34.4861609Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:34.4862894Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip:8: 2024-04-03T17:06:34.4865832Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:34.4868614Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:34.4870190Z ^ 2024-04-03T17:06:34.4872105Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:34.4873836Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:34.4874435Z ^ 2024-04-03T17:06:34.4875592Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:34.4877007Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:34.4877806Z ^ 2024-04-03T17:06:34.4878550Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:34.4879957Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/NLLLoss2d.hip:8: 2024-04-03T17:06:34.4882998Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:34.4885955Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:34.4887587Z ^ 2024-04-03T17:06:34.4889493Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:34.4891171Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:34.4891847Z ^ 2024-04-03T17:06:34.4892995Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:34.4894494Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:34.4895404Z ^ 2024-04-03T17:06:34.4896199Z 1 warning generated when compiling for host. 2024-04-03T17:06:34.4896893Z 2024-04-03T17:06:34.7923483Z [7918/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_PointwiseOpsKernel.hip.o 2024-04-03T17:06:34.7926082Z [7919/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveConvolutionTranspose3d.hip.o 2024-04-03T17:06:34.9644998Z [7919/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_PowKernel.hip.o 2024-04-03T17:06:34.9646763Z [7920/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_NaiveDilatedConvolution.hip.o 2024-04-03T17:06:35.7544862Z [7920/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RNN.hip.o 2024-04-03T17:06:35.7547979Z [7921/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Nonzero.hip.o 2024-04-03T17:06:35.7551676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7554617Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7555972Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7558726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7561456Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7562282Z ^ 2024-04-03T17:06:35.7564806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7567899Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7569348Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7571815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7574615Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7575786Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7578719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7581618Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7582844Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7585456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7588273Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7589583Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7592553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7595130Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7595890Z ^ 2024-04-03T17:06:35.7598241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7601340Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7602791Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7605244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7608019Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7609186Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7611627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7614401Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7615662Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7618398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7621516Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7622852Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7625729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7628233Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7629047Z ^ 2024-04-03T17:06:35.7631373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7634304Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7635692Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7638277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7640951Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7642117Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7644647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7646884Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7647554Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7648862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7650378Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7651180Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7652654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7654047Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7654479Z ^ 2024-04-03T17:06:35.7655689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7657379Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7658123Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7659557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7660992Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7661613Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7662899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7664378Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7665043Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7666402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7667928Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7668634Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7670103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7671525Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7671971Z ^ 2024-04-03T17:06:35.7673186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7674752Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7675498Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7676773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7678200Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7678796Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7680150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7681638Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7682286Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7683577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7685105Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7685810Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7687265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7688654Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7689139Z ^ 2024-04-03T17:06:35.7690336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7691901Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7692653Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7693929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7695339Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7695948Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7697324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7699119Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7699774Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7701081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7702599Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7703290Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7704814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7706202Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7706647Z ^ 2024-04-03T17:06:35.7707845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7709477Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7710235Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7711500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7712928Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7713538Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7714834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7716305Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7717037Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7718338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7719847Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7720547Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7722103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl>' requested here 2024-04-03T17:06:35.7724353Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7725063Z ^ 2024-04-03T17:06:35.7727198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7730191Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7731750Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7734265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7737236Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7738519Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7740987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7743861Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7745084Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7747539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7750483Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7751797Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7754684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl>' requested here 2024-04-03T17:06:35.7757376Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7758317Z ^ 2024-04-03T17:06:35.7760622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7763609Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7764974Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7767493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7770326Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7771315Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7773603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7776352Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7777634Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7780283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7783172Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7784568Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7787254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl>' requested here 2024-04-03T17:06:35.7789899Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7790581Z ^ 2024-04-03T17:06:35.7792656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7795399Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7796752Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7799025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7801523Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7802705Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7804948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7807614Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7808770Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7811081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7813837Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7815032Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7817702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7820870Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7834910Z ^ 2024-04-03T17:06:35.7836582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7838929Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7840319Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7842744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7845410Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7846570Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7849188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7852052Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7853233Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7855628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7858578Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7859712Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7862446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7865209Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7865964Z ^ 2024-04-03T17:06:35.7868121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7870962Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7872275Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7874556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7877185Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7878276Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7880599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7883312Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7884637Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7887015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7889687Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7890899Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7893533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7895932Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7896788Z ^ 2024-04-03T17:06:35.7899019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7900872Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7901617Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7902920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7904872Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7905956Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7908273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7910965Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7912029Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7912546Z 52 warnings generated when compiling for gfx906. 2024-04-03T17:06:35.7914675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7917451Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7918726Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7921444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7924005Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7924841Z ^ 2024-04-03T17:06:35.7927049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7929975Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7931278Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7933596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7936170Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7937242Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7939608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7942488Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7943716Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7946258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7949208Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7950479Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7953299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7955977Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7956781Z ^ 2024-04-03T17:06:35.7959062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7962013Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7963322Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7965639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7968292Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7969366Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7971973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7974747Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.7975975Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7978619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7981430Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7982868Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7985601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.7988188Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.7988989Z ^ 2024-04-03T17:06:35.7991257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.7994217Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.7995601Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.7998001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8000822Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8001949Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8004387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8007167Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8008416Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8010831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8013690Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8014963Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8017841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8020610Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8021405Z ^ 2024-04-03T17:06:35.8023666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8026593Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8027933Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8030330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8033033Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8034174Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8036595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8039375Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8040619Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8043148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8046090Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8047360Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8050114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8052627Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8053297Z ^ 2024-04-03T17:06:35.8054996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8056668Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8057425Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8059021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8060476Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8061094Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8062401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8063958Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8064616Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8065919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8067443Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8068148Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8069606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8070992Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8071434Z ^ 2024-04-03T17:06:35.8072635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8074265Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8075020Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8076293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8077717Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8078333Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8079626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8081092Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8081763Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8083065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8084597Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8085288Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8086796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8088186Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8088613Z ^ 2024-04-03T17:06:35.8089822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8091409Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8092207Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8093471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8094902Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8095517Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8096877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8098555Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8099228Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8100538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8102113Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8102824Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8104373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl>' requested here 2024-04-03T17:06:35.8105835Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8106269Z ^ 2024-04-03T17:06:35.8107477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8109056Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8109797Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8111079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8112556Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8113167Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8114455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8115944Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8116615Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8117893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8119417Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8120122Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8121665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl>' requested here 2024-04-03T17:06:35.8123107Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8123550Z ^ 2024-04-03T17:06:35.8124799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8126363Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8127116Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8128388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8129857Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8130458Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8131752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8133228Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8133895Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8135185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8136788Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8137501Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8139232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl>' requested here 2024-04-03T17:06:35.8140767Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8141214Z ^ 2024-04-03T17:06:35.8142423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8144004Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8144755Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8146021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8147431Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8148044Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8149392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8150874Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8151536Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8152830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8154347Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8155039Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8156502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8157883Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8158327Z ^ 2024-04-03T17:06:35.8159521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8161093Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8161850Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8163154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8164582Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8165190Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8166486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8168003Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8168670Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8169966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8171490Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8172176Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8173683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8175114Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8175544Z ^ 2024-04-03T17:06:35.8176885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8178682Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8179815Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8181802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8183567Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8184342Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8186419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8188595Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8189741Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8191442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8193669Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8194611Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8197340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8199798Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8200346Z ^ 2024-04-03T17:06:35.8202346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8205053Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8206209Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8208129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8210053Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8211143Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8212790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8214708Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8215769Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8216188Z 52 warnings generated when compiling for gfx90a. 2024-04-03T17:06:35.8218537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8221084Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8222127Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8224653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8227127Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8227908Z ^ 2024-04-03T17:06:35.8230073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8232891Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8234360Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8236671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8239267Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8240336Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8242627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8245256Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8246440Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8248769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8251447Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8252810Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8255456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8258087Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8258985Z ^ 2024-04-03T17:06:35.8261165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8263968Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8265279Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8267544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8270066Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8271127Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8273381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8276034Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8277431Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8279650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8282340Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8283587Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8286314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8288756Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8289520Z ^ 2024-04-03T17:06:35.8291666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8294459Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8295786Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8298147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8300823Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8302054Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8304331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8306971Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8308133Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8310399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8312929Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8314152Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8316770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8319410Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8320185Z ^ 2024-04-03T17:06:35.8322379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8325184Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8326522Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8328793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8331424Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8332507Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8334902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8337794Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8339117Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8341508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8344461Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8345759Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8348461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8351014Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8351811Z ^ 2024-04-03T17:06:35.8354084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8357020Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8358391Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8360740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8363164Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8364134Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8366208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8368747Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8369961Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8372290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8374966Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8376210Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8379121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8381569Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8382348Z ^ 2024-04-03T17:06:35.8384501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8387137Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8388565Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8391018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8393850Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8395039Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8397638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8400594Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8401896Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8404486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8407555Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8408911Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8411831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8414686Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8415522Z ^ 2024-04-03T17:06:35.8417995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8421098Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8422573Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8425177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8428045Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8429242Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8431831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8434802Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8436104Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8438697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8441798Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8443177Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8446267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl>' requested here 2024-04-03T17:06:35.8449182Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8450031Z ^ 2024-04-03T17:06:35.8452424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8455588Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8457111Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8459717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8462694Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8463868Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8466459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8469427Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8470739Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8473303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8476340Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8477716Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8480797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl>' requested here 2024-04-03T17:06:35.8483710Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8484552Z ^ 2024-04-03T17:06:35.8486945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8490160Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8491655Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8494195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8497143Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8498428Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8501091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8503805Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8504959Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8507298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8510061Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8511232Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8513817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl>' requested here 2024-04-03T17:06:35.8516391Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8517144Z ^ 2024-04-03T17:06:35.8519222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8521949Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8523236Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8525420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8527824Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8528871Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8531079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8533701Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8534826Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8537166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8539905Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8541090Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8543557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8545955Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8546727Z ^ 2024-04-03T17:06:35.8548829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8551540Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8552794Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8554960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8557498Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8558540Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8560786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8563325Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8564455Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8566693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8569158Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8570386Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8573204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8575338Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8576042Z ^ 2024-04-03T17:06:35.8578499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8581572Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8582929Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8585268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8587903Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8589011Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8591382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8594125Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8595333Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8597715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:71:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8600620Z hipcub::DeviceReduce::Sum(nullptr, temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8601897Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8604648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:124:10: note: in instantiation of function template specialization 'at::native::nonzero_cuda_out_impl' requested here 2024-04-03T17:06:35.8607227Z [&] {nonzero_cuda_out_impl(self, out);}); 2024-04-03T17:06:35.8608018Z ^ 2024-04-03T17:06:35.8610149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:73:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8612625Z hipcub::DeviceReduce::Sum(temp_storage.get(), temp_storage_bytes, itr, (int*)num_nonzeros.get(), N, stream); 2024-04-03T17:06:35.8613913Z ^~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8616098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:89:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8618910Z hipcub::DeviceSelect::Flagged(nullptr, temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8620046Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8622659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Nonzero.hip:92:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:35.8625492Z hipcub::DeviceSelect::Flagged(temp_storage.get(), temp_storage_bytes, counting_itr, itr, 2024-04-03T17:06:35.8626737Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:35.8627483Z 52 warnings generated when compiling for host. 2024-04-03T17:06:35.8628115Z 2024-04-03T17:06:36.0815948Z [7921/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceAMinMaxKernel.hip.o 2024-04-03T17:06:36.0819958Z [7922/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_PointwiseOpsKernel.hip.o 2024-04-03T17:06:36.0823213Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip:6: 2024-04-03T17:06:36.0825831Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:36.0831784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0836983Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.0838367Z ^ 2024-04-03T17:06:36.0843253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0852332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0860123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0871540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0873685Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.0874112Z ^ 2024-04-03T17:06:36.0876174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0879871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0882034Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.0882630Z ^ 2024-04-03T17:06:36.0884662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0888515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0892195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0895934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0898005Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.0898573Z ^ 2024-04-03T17:06:36.0900675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0904373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0906578Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.0907156Z ^ 2024-04-03T17:06:36.0909209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0912909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0916599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0920337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0922319Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.0922725Z ^ 2024-04-03T17:06:36.0924772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0928466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0930609Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.0931186Z ^ 2024-04-03T17:06:36.0933278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0937109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0940935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0944629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0946598Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.0947024Z ^ 2024-04-03T17:06:36.0949071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0952886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0955036Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.0955616Z ^ 2024-04-03T17:06:36.0957667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0961362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0965141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0968825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0970802Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.0971229Z ^ 2024-04-03T17:06:36.0973287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0977114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0979376Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.0979974Z ^ 2024-04-03T17:06:36.0982084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0985799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0989479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0993152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.0995182Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.0995603Z ^ 2024-04-03T17:06:36.0997648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1001321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1003456Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1004089Z ^ 2024-04-03T17:06:36.1006141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1009802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1013479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1017295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1019410Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1019836Z ^ 2024-04-03T17:06:36.1021939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1025678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1027831Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1028424Z ^ 2024-04-03T17:06:36.1030468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1034158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1037835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1041571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1043558Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1043978Z ^ 2024-04-03T17:06:36.1046020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1049697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1051972Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1052624Z ^ 2024-04-03T17:06:36.1054672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1058568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1062263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1066462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1068440Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1068850Z ^ 2024-04-03T17:06:36.1070943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1074637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1076778Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1077369Z ^ 2024-04-03T17:06:36.1079402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1083125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1086811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1090491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1092473Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1092927Z ^ 2024-04-03T17:06:36.1094970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1098948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1101098Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1101677Z ^ 2024-04-03T17:06:36.1103738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1107434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1111187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1114934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1116922Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1117352Z ^ 2024-04-03T17:06:36.1119393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1123079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1125233Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1125863Z ^ 2024-04-03T17:06:36.1127907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1131581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1135269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1139234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1141201Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1141626Z ^ 2024-04-03T17:06:36.1143672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1147361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1149497Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1150184Z ^ 2024-04-03T17:06:36.1152272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1155969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1159681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1163373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1165359Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1165780Z ^ 2024-04-03T17:06:36.1167828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1171561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1173706Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1174298Z ^ 2024-04-03T17:06:36.1176349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1180263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1183988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1187681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1189654Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1190078Z ^ 2024-04-03T17:06:36.1192121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1195810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1199036Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1200174Z ^ 2024-04-03T17:06:36.1204250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1211625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1219139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1226457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1230447Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1231234Z ^ 2024-04-03T17:06:36.1235264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1242612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1246832Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1247952Z ^ 2024-04-03T17:06:36.1251982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1259550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1266907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1274274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1278191Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1278961Z ^ 2024-04-03T17:06:36.1283047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1290416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1294674Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1295800Z ^ 2024-04-03T17:06:36.1300056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1307402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1314724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1322116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1326038Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1326803Z ^ 2024-04-03T17:06:36.1330865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1338366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1342721Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1343825Z ^ 2024-04-03T17:06:36.1347869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1355194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1362549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1369863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1373830Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1374618Z ^ 2024-04-03T17:06:36.1378794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1386195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1390438Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1391555Z ^ 2024-04-03T17:06:36.1395609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1402938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1410388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1417763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1421763Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1422549Z ^ 2024-04-03T17:06:36.1426594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1434004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1438218Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1439346Z ^ 2024-04-03T17:06:36.1443393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1450738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1458167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1465606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1469507Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1470287Z ^ 2024-04-03T17:06:36.1474406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1481751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1485981Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1487102Z ^ 2024-04-03T17:06:36.1491155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1498677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1506034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1513406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1517374Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1518152Z ^ 2024-04-03T17:06:36.1522190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1529537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1533792Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1534917Z ^ 2024-04-03T17:06:36.1539115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1546528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1553445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1560218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1563796Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1564520Z ^ 2024-04-03T17:06:36.1568204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1574898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1578997Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1580032Z ^ 2024-04-03T17:06:36.1583730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1590410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1597074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1603915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1607501Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1608216Z ^ 2024-04-03T17:06:36.1611901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1618771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1622651Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1623692Z ^ 2024-04-03T17:06:36.1627448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1634141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1640927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1647657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1651235Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1651944Z ^ 2024-04-03T17:06:36.1655636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1662560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1666432Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1667449Z ^ 2024-04-03T17:06:36.1671165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1677872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1684627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1691326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1694896Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1695625Z ^ 2024-04-03T17:06:36.1699489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1706272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1710131Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1711146Z ^ 2024-04-03T17:06:36.1714913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1721637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1728368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1735041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1738963Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1739695Z ^ 2024-04-03T17:06:36.1743397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1750107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1753968Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1755012Z ^ 2024-04-03T17:06:36.1758794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1765494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1772201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1779048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1782625Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1783351Z ^ 2024-04-03T17:06:36.1787144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1793841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1797823Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1798861Z ^ 2024-04-03T17:06:36.1802555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1809257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1815926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1822899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1826534Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1827263Z ^ 2024-04-03T17:06:36.1830966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1837716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1841679Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1842725Z ^ 2024-04-03T17:06:36.1846441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1853119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1860036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1866871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1870496Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1871221Z ^ 2024-04-03T17:06:36.1874993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1881700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1885574Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1886599Z ^ 2024-04-03T17:06:36.1890300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1897211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1904046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1910749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1914329Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1915032Z ^ 2024-04-03T17:06:36.1918849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1925565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1929428Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1930457Z ^ 2024-04-03T17:06:36.1934154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1941014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1947823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1954546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1958198Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.1958900Z ^ 2024-04-03T17:06:36.1962597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1969299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1973149Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.1974229Z ^ 2024-04-03T17:06:36.1978011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1984941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1991645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.1998361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2002029Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2002734Z ^ 2024-04-03T17:06:36.2006425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2013104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2017049Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2018057Z ^ 2024-04-03T17:06:36.2021845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2028625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2035369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2042082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2045631Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2046348Z ^ 2024-04-03T17:06:36.2050033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2056874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2060812Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2061843Z ^ 2024-04-03T17:06:36.2065536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2072219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2079015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2085679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2089251Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2089973Z ^ 2024-04-03T17:06:36.2093674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2100514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2104363Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2105465Z ^ 2024-04-03T17:06:36.2109155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2115915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2122620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2129328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2132883Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2133663Z ^ 2024-04-03T17:06:36.2137367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2144172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2148036Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2149059Z ^ 2024-04-03T17:06:36.2152746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2159508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2183030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2190002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2193630Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2194340Z ^ 2024-04-03T17:06:36.2198060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2204938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2208812Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2209828Z ^ 2024-04-03T17:06:36.2213630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2220557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2227252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2234037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2237618Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2238330Z ^ 2024-04-03T17:06:36.2242033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2248755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2252696Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2253719Z ^ 2024-04-03T17:06:36.2257486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2264362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2271090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2277781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2281343Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2282137Z ^ 2024-04-03T17:06:36.2285839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2292601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2296560Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2297583Z ^ 2024-04-03T17:06:36.2301380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2308078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2314862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2321549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2325111Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2325829Z ^ 2024-04-03T17:06:36.2329530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2333183Z 234 warnings generated when compiling for gfx906. 2024-04-03T17:06:36.2334712Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PointwiseOpsKernel.hip:6: 2024-04-03T17:06:36.2336761Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:36.2341308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2345179Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2346212Z ^ 2024-04-03T17:06:36.2349914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2356636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2363443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2370196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2373786Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2374514Z ^ 2024-04-03T17:06:36.2378343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2385048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2388975Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2390014Z ^ 2024-04-03T17:06:36.2393726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2400419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2407116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2413881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2417513Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2418239Z ^ 2024-04-03T17:06:36.2422011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2428721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2432576Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2433611Z ^ 2024-04-03T17:06:36.2437399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2444082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2450847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2457592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2461276Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2462017Z ^ 2024-04-03T17:06:36.2465700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2472464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2476315Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2477342Z ^ 2024-04-03T17:06:36.2481035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2487744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2494535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2501415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2504986Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2505693Z ^ 2024-04-03T17:06:36.2509413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2516125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2520000Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2521044Z ^ 2024-04-03T17:06:36.2524737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2531521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2538364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2545083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2548731Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2549451Z ^ 2024-04-03T17:06:36.2553156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2559876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2563736Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2564756Z ^ 2024-04-03T17:06:36.2568453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2575236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2582093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2588812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2592401Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2593106Z ^ 2024-04-03T17:06:36.2596884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2603589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2607457Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2608471Z ^ 2024-04-03T17:06:36.2612221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2619060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2625725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2632516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2636077Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2636806Z ^ 2024-04-03T17:06:36.2640512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2646742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2650204Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2651086Z ^ 2024-04-03T17:06:36.2654593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2661331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2667487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2673668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2676981Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2677645Z ^ 2024-04-03T17:06:36.2680997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2687562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2691756Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2692704Z ^ 2024-04-03T17:06:36.2696718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2703858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2710085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2715888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2718895Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2719637Z ^ 2024-04-03T17:06:36.2723219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2729243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2731398Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2731993Z ^ 2024-04-03T17:06:36.2734054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2737830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2743443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2750172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2752615Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2753266Z ^ 2024-04-03T17:06:36.2757158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2763712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2767491Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2768493Z ^ 2024-04-03T17:06:36.2772266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2779459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2786326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2793115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2796923Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2797672Z ^ 2024-04-03T17:06:36.2801473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2808012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2811699Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2812732Z ^ 2024-04-03T17:06:36.2816277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2823012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2829441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2835872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2839477Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2840214Z ^ 2024-04-03T17:06:36.2843631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2849707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2853224Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2854128Z ^ 2024-04-03T17:06:36.2857205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2861994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2866120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2869962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2871950Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2872366Z ^ 2024-04-03T17:06:36.2874401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2878089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2880227Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2880926Z ^ 2024-04-03T17:06:36.2883597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2887319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2891046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2895580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2897660Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2898086Z ^ 2024-04-03T17:06:36.2900448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2904263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2906403Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2906995Z ^ 2024-04-03T17:06:36.2909041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2912734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2916474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2920157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2922136Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2922557Z ^ 2024-04-03T17:06:36.2924594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2928330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2930472Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2931061Z ^ 2024-04-03T17:06:36.2934483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2941472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2948395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2955109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2958839Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.2959638Z ^ 2024-04-03T17:06:36.2963710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2970683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2974772Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.2976048Z ^ 2024-04-03T17:06:36.2980163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2986998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.2994032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3000986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3004738Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3005479Z ^ 2024-04-03T17:06:36.3009456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3016598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3021028Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3022098Z ^ 2024-04-03T17:06:36.3025995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3032920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3039866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3046961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3050761Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3051520Z ^ 2024-04-03T17:06:36.3055374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3062833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3067000Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3068067Z ^ 2024-04-03T17:06:36.3071463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3075541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3079254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3083042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3085037Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3085447Z ^ 2024-04-03T17:06:36.3087552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3091261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3093406Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3093983Z ^ 2024-04-03T17:06:36.3096036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3100354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3104070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3107781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3109767Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3110180Z ^ 2024-04-03T17:06:36.3112291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3115987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3118135Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3118715Z ^ 2024-04-03T17:06:36.3120774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3124457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3128191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3131940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3133901Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3134322Z ^ 2024-04-03T17:06:36.3136380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3140277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3142400Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3143044Z ^ 2024-04-03T17:06:36.3145110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3148783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3152460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3156121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3158142Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3158562Z ^ 2024-04-03T17:06:36.3160620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3164305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3166441Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3167027Z ^ 2024-04-03T17:06:36.3169108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3172788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3176594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3180474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3182463Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3182889Z ^ 2024-04-03T17:06:36.3184932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3188668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3190800Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3191393Z ^ 2024-04-03T17:06:36.3193450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3197112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3200824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3204515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3206485Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3206904Z ^ 2024-04-03T17:06:36.3208935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3212618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3214785Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3215374Z ^ 2024-04-03T17:06:36.3217492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3221418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3225111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3228791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3230762Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3231227Z ^ 2024-04-03T17:06:36.3233262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3236946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3239088Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3239678Z ^ 2024-04-03T17:06:36.3241716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3245456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3249147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3252849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3254841Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3255246Z ^ 2024-04-03T17:06:36.3257387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3261415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3263571Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3264150Z ^ 2024-04-03T17:06:36.3266244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3269948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3275079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3280852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3282865Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3283281Z ^ 2024-04-03T17:06:36.3285343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3289079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3291889Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3292480Z ^ 2024-04-03T17:06:36.3294557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3298589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3303320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3307057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3309914Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3310677Z ^ 2024-04-03T17:06:36.3314086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3318564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3321318Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3322375Z ^ 2024-04-03T17:06:36.3326211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3333153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3340383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3347279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3350978Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3351728Z ^ 2024-04-03T17:06:36.3355254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3362017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3366025Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3367097Z ^ 2024-04-03T17:06:36.3370901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3377938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3385089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3391829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3394448Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3394884Z ^ 2024-04-03T17:06:36.3397066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3400901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3403069Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3403654Z ^ 2024-04-03T17:06:36.3405787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3409573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3413263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3417041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3419253Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3419680Z ^ 2024-04-03T17:06:36.3421713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3425405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3427530Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3428122Z ^ 2024-04-03T17:06:36.3430164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3433900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3437573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3441293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3443270Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3443687Z ^ 2024-04-03T17:06:36.3445717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3449399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3451588Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3452178Z ^ 2024-04-03T17:06:36.3454213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3457984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3461890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3465635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3467618Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3468028Z ^ 2024-04-03T17:06:36.3470077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3473773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3475922Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3476496Z ^ 2024-04-03T17:06:36.3478587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3482287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3486671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3490847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3492844Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3493322Z ^ 2024-04-03T17:06:36.3496372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3501797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3503967Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3504549Z ^ 2024-04-03T17:06:36.3506602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3510294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3514262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3520734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3524349Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3525089Z ^ 2024-04-03T17:06:36.3528773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3535705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3540044Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3541147Z ^ 2024-04-03T17:06:36.3545212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3552137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3556523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3560207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3562249Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3562672Z ^ 2024-04-03T17:06:36.3564729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3568425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3570553Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3571141Z ^ 2024-04-03T17:06:36.3573182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3578774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3582519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3586203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3588193Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3588614Z ^ 2024-04-03T17:06:36.3590762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3594453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3596951Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3597969Z ^ 2024-04-03T17:06:36.3601216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3605139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3608849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3612636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3614630Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3615059Z ^ 2024-04-03T17:06:36.3617213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3621047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3623254Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3623845Z ^ 2024-04-03T17:06:36.3625888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3629580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3633265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3637106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3639100Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3639523Z ^ 2024-04-03T17:06:36.3641580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3643585Z 234 warnings generated when compiling for gfx90a. 2024-04-03T17:06:36.3643931Z 2024-04-03T17:06:36.3645165Z [7922/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Randperm.hip.o 2024-04-03T17:06:36.3646787Z [7923/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Normalization.hip.o 2024-04-03T17:06:36.3648107Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:11: 2024-04-03T17:06:36.3650764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3652954Z __global__ void batch_norm_backward_reduce_channels_last_kernel( 2024-04-03T17:06:36.3653469Z ^ 2024-04-03T17:06:36.3655560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3659634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3663799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3667687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3671493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3675426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3681156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3685388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3689206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3694683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3700930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3704946Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2024-04-03T17:06:36.3706873Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:36.3711578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3715633Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3716688Z ^ 2024-04-03T17:06:36.3720405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3727254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3734757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3741997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3745784Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3746545Z ^ 2024-04-03T17:06:36.3750443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3757413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3761606Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3762707Z ^ 2024-04-03T17:06:36.3766531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3773657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3780787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3787861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3791777Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3792538Z ^ 2024-04-03T17:06:36.3796408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3803362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3807276Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3808342Z ^ 2024-04-03T17:06:36.3812186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3819499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3826524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3833624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3837390Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3838131Z ^ 2024-04-03T17:06:36.3841339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3845090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3847262Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3847846Z ^ 2024-04-03T17:06:36.3849988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3853686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3857471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3861425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3863413Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3863838Z ^ 2024-04-03T17:06:36.3865896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3869576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3871896Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3872882Z ^ 2024-04-03T17:06:36.3876760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3883166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3888918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3892628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3894706Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3895137Z ^ 2024-04-03T17:06:36.3897287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3901400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3903917Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3904561Z ^ 2024-04-03T17:06:36.3906636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3911858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3915638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3921016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3923754Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3924377Z ^ 2024-04-03T17:06:36.3928116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3935241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3939227Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3940062Z ^ 2024-04-03T17:06:36.3942443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3946154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3949948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3953648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3955630Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3956054Z ^ 2024-04-03T17:06:36.3958159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3961865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3964010Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3964600Z ^ 2024-04-03T17:06:36.3966634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3970373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3974049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3977820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3979994Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.3980406Z ^ 2024-04-03T17:06:36.3983739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3990702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.3993730Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.3994346Z ^ 2024-04-03T17:06:36.3996429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4000325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4005023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4008869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4010872Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4011285Z ^ 2024-04-03T17:06:36.4013344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4017125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4019633Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4020233Z ^ 2024-04-03T17:06:36.4023856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4030799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4037722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4044719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4048408Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4049139Z ^ 2024-04-03T17:06:36.4052964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4058507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4060853Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4061439Z ^ 2024-04-03T17:06:36.4063814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4068855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4072663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4076497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4078476Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4078905Z ^ 2024-04-03T17:06:36.4080962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4084712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4090669Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4091269Z ^ 2024-04-03T17:06:36.4093360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4097158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4102093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4105877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4107845Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4108273Z ^ 2024-04-03T17:06:36.4110327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4114116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4116274Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4116854Z ^ 2024-04-03T17:06:36.4118947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4125540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4132474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4139937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4143645Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4144392Z ^ 2024-04-03T17:06:36.4147929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4151572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4152152Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4152333Z ^ 2024-04-03T17:06:36.4155454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4157722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4159610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4161466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4161720Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4161888Z ^ 2024-04-03T17:06:36.4165131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4167647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4168277Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4168435Z ^ 2024-04-03T17:06:36.4170739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4172647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4175557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4179122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4179523Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4179673Z ^ 2024-04-03T17:06:36.4182685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4184641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4185060Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4185158Z ^ 2024-04-03T17:06:36.4187038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4188901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4191208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4194637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4194942Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4195118Z ^ 2024-04-03T17:06:36.4197980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4198491Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:11: 2024-04-03T17:06:36.4200528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4200720Z batch_norm_collect_statistics_channels_last_kernel( 2024-04-03T17:06:36.4200824Z ^ 2024-04-03T17:06:36.4202751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4204674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4206582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4208547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4210445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4212397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4214313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4214795Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2024-04-03T17:06:36.4216771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4217362Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2024-04-03T17:06:36.4217479Z ^ 2024-04-03T17:06:36.4220074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4222003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4223861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4225817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4227648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4229504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4231596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4233465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4235347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4237191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4239040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4240880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4243056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4245038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4248416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4251699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4254070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4255929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4257988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4260789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4263443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4266256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4268119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4269957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4271883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4273727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4275620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4277459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4279305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4281141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4282985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4283512Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2024-04-03T17:06:36.4283923Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:36.4285801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4286162Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4286273Z ^ 2024-04-03T17:06:36.4288146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4290003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4291878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4293742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4293944Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4294040Z ^ 2024-04-03T17:06:36.4296153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4298791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4299130Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4299242Z ^ 2024-04-03T17:06:36.4301135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4303027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4304897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4306776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4306987Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4307082Z ^ 2024-04-03T17:06:36.4308956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4311912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4312523Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4312692Z ^ 2024-04-03T17:06:36.4316205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4319742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4323290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4326841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4327121Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4327303Z ^ 2024-04-03T17:06:36.4330882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4334406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4334986Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4335148Z ^ 2024-04-03T17:06:36.4338844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4342371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4345514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4347896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4348182Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4348280Z ^ 2024-04-03T17:06:36.4350146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4350646Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:11: 2024-04-03T17:06:36.4352563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4352762Z batch_norm_collect_statistics_channels_last_kernel( 2024-04-03T17:06:36.4352854Z ^ 2024-04-03T17:06:36.4354773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4356724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4358627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4360570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4362465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4364393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4366303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4366501Z 180 warnings generated when compiling for gfx906. 2024-04-03T17:06:36.4366980Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:11: 2024-04-03T17:06:36.4368938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4369198Z __global__ void batch_norm_backward_reduce_channels_last_kernel( 2024-04-03T17:06:36.4369296Z ^ 2024-04-03T17:06:36.4371267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4373183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4375135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4377150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4379309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4381238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4383209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4385137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4387062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4389616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4393345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:1169:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4394319Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2024-04-03T17:06:36.4395061Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:36.4398593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4399228Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4399393Z ^ 2024-04-03T17:06:36.4402928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4406183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4408419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4410380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4410563Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4410659Z ^ 2024-04-03T17:06:36.4412655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4414667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4415193Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4415317Z ^ 2024-04-03T17:06:36.4417415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4419700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4421822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4425369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4425654Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4425821Z ^ 2024-04-03T17:06:36.4429349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4432939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4433535Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4433696Z ^ 2024-04-03T17:06:36.4437184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4440736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4444292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4447837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4448193Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4448371Z ^ 2024-04-03T17:06:36.4451897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4455413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4455909Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4456050Z ^ 2024-04-03T17:06:36.4459349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4461731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4463953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4465818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4466060Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4466156Z ^ 2024-04-03T17:06:36.4468089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4471232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4471599Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4471719Z ^ 2024-04-03T17:06:36.4473605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4475963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4478517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4481340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4481597Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4481751Z ^ 2024-04-03T17:06:36.4484260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4486169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4486510Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4486619Z ^ 2024-04-03T17:06:36.4488677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4490805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4492798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4496123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4496497Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4496661Z ^ 2024-04-03T17:06:36.4500212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4503754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4504350Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4504522Z ^ 2024-04-03T17:06:36.4508150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4511712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4515243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4518777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4519058Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4519238Z ^ 2024-04-03T17:06:36.4522744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4526260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4526903Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4527070Z ^ 2024-04-03T17:06:36.4530123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4532232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4534184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4536090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4536269Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4536367Z ^ 2024-04-03T17:06:36.4538475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4540436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4540765Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4540878Z ^ 2024-04-03T17:06:36.4542800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4544912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4546790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4548674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4548837Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4548933Z ^ 2024-04-03T17:06:36.4550812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4552747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4553079Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4553234Z ^ 2024-04-03T17:06:36.4555095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4557133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4559198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4561084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4561243Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4561356Z ^ 2024-04-03T17:06:36.4563272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4565172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4565514Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4565614Z ^ 2024-04-03T17:06:36.4567487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4569356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4571727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4574756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4575101Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4575257Z ^ 2024-04-03T17:06:36.4578414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4580669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4580999Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4581098Z ^ 2024-04-03T17:06:36.4582984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4584849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4586726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4588668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4588847Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4588943Z ^ 2024-04-03T17:06:36.4590865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4592743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4593068Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4593178Z ^ 2024-04-03T17:06:36.4595046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4596935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4598802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4600754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4600947Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4601045Z ^ 2024-04-03T17:06:36.4602928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4604790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4605123Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4605217Z ^ 2024-04-03T17:06:36.4607090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4608990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4610859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4612770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4612935Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4613043Z ^ 2024-04-03T17:06:36.4614916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4616886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4617209Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4617308Z ^ 2024-04-03T17:06:36.4619336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4621218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4623474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4625478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4625686Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4625822Z ^ 2024-04-03T17:06:36.4627697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4629566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4630003Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4630115Z ^ 2024-04-03T17:06:36.4632688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4634567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4636614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4638488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4638668Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4638765Z ^ 2024-04-03T17:06:36.4640635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4641116Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:11: 2024-04-03T17:06:36.4643742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4644036Z batch_norm_collect_statistics_channels_last_kernel( 2024-04-03T17:06:36.4644124Z ^ 2024-04-03T17:06:36.4646194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4648104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4650076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4651979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4653889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4655826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4657850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4658522Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2024-04-03T17:06:36.4660442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4661019Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2024-04-03T17:06:36.4661119Z ^ 2024-04-03T17:06:36.4664332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4667801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4671288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4674886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4678363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4681910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4685360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4688834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4692308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4695707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4698828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4701210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4703070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4705275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4708284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4710172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4712115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4713969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4716530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4718403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4720736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4722614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4724518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4726642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4728500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4730355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4732187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4734020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4735871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4737843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4739872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4740349Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:9: 2024-04-03T17:06:36.4740776Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:36.4742643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4742983Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4743085Z ^ 2024-04-03T17:06:36.4745803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4747909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4749775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4751701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4751863Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4751975Z ^ 2024-04-03T17:06:36.4753844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4755706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4756044Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4756140Z ^ 2024-04-03T17:06:36.4758031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4759936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4761818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4764308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4764595Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4764771Z ^ 2024-04-03T17:06:36.4768275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4771792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4772374Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4772545Z ^ 2024-04-03T17:06:36.4776132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4779839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4783411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4786924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4787222Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4787383Z ^ 2024-04-03T17:06:36.4790889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4794426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4795071Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.4795247Z ^ 2024-04-03T17:06:36.4798469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4801137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4803209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4805100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4805261Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.4805361Z ^ 2024-04-03T17:06:36.4807963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4808752Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.hip:11: 2024-04-03T17:06:36.4810720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4810909Z batch_norm_collect_statistics_channels_last_kernel( 2024-04-03T17:06:36.4810998Z ^ 2024-04-03T17:06:36.4814094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4817655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4820876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4823065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4825025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4827035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4829288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Normalization.cuh:946:1: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.4829634Z 180 warnings generated when compiling for gfx90a. 2024-04-03T17:06:36.4829649Z 2024-04-03T17:06:36.4830914Z [7923/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RangeFactories.hip.o 2024-04-03T17:06:36.4832114Z [7924/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/torch_hip_generated_intra_node_comm.cu.o 2024-04-03T17:06:36.4832975Z [7924/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RecordStream.hip.o 2024-04-03T17:06:36.4833697Z [7925/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RNN.hip.o 2024-04-03T17:06:36.4834100Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:9: 2024-04-03T17:06:36.4834533Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:36.4835502Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:36.4836079Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:36.4836267Z ^ 2024-04-03T17:06:36.4836989Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:36.4837138Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:36.4837226Z ^ 2024-04-03T17:06:36.4837719Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:36.4838008Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:36.4838125Z ^ 2024-04-03T17:06:36.4839140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:61:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:36.4839310Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:36.4839419Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:36.4839604Z 2 warnings generated when compiling for gfx906. 2024-04-03T17:06:36.4840014Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:9: 2024-04-03T17:06:36.4840427Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:36.4841398Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:36.4841918Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:36.4842087Z ^ 2024-04-03T17:06:36.4842819Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:36.4842953Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:36.4843040Z ^ 2024-04-03T17:06:36.4843574Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:36.4843793Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:36.4843909Z ^ 2024-04-03T17:06:36.4844943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:61:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:36.4845072Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:36.4845222Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:36.4845402Z 2 warnings generated when compiling for gfx90a. 2024-04-03T17:06:36.4845797Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:9: 2024-04-03T17:06:36.4859707Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:36.4860828Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:36.4861356Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:36.4861527Z ^ 2024-04-03T17:06:36.4862269Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:36.4862404Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:36.4862494Z ^ 2024-04-03T17:06:36.4863003Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:36.4863220Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:36.4863346Z ^ 2024-04-03T17:06:36.4864366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/RNN.hip:61:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:36.4864619Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:36.4864742Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:36.4864913Z 2 warnings generated when compiling for host. 2024-04-03T17:06:36.4864922Z 2024-04-03T17:06:36.9435720Z [7925/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Reduce.hip.o 2024-04-03T17:06:36.9439081Z [7926/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_PowKernel.hip.o 2024-04-03T17:06:36.9473051Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip:5: 2024-04-03T17:06:36.9475059Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:36.9479963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9484168Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9485276Z ^ 2024-04-03T17:06:36.9489249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9496342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9503716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9510952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9514885Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9515666Z ^ 2024-04-03T17:06:36.9519632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9526791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9531082Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9532164Z ^ 2024-04-03T17:06:36.9536126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9543537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9550653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9557835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9561651Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9562405Z ^ 2024-04-03T17:06:36.9566413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9573555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9577738Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9578958Z ^ 2024-04-03T17:06:36.9582873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9590019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9597108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9604307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9608065Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9608844Z ^ 2024-04-03T17:06:36.9612749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9620023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9624129Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9625209Z ^ 2024-04-03T17:06:36.9629224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9636370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9643564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9650665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9654465Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9655223Z ^ 2024-04-03T17:06:36.9659367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9666520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9670614Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9671833Z ^ 2024-04-03T17:06:36.9675757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9682901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9690121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9697313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9701338Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9702111Z ^ 2024-04-03T17:06:36.9706154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9713690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9717924Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9719045Z ^ 2024-04-03T17:06:36.9723089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9730484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9737790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9745550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9749284Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9750050Z ^ 2024-04-03T17:06:36.9753865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9760763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9764846Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9765922Z ^ 2024-04-03T17:06:36.9769684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9776598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9783505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9790157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9793794Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9794529Z ^ 2024-04-03T17:06:36.9798336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9805060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9808907Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9810035Z ^ 2024-04-03T17:06:36.9813776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9820730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9827450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9834129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9837695Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9838533Z ^ 2024-04-03T17:06:36.9842193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9848880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9852822Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9853850Z ^ 2024-04-03T17:06:36.9857589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9864389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9871066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9877840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9881394Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9882119Z ^ 2024-04-03T17:06:36.9885771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9892576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9896375Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9897499Z ^ 2024-04-03T17:06:36.9901390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9908127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9914813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9921626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9925184Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9925912Z ^ 2024-04-03T17:06:36.9929584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9936332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9940407Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9941464Z ^ 2024-04-03T17:06:36.9945183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9951885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9958708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9965419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9968996Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:36.9969843Z ^ 2024-04-03T17:06:36.9973567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9980060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9983431Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:36.9984304Z ^ 2024-04-03T17:06:36.9987541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9991637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9995447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:36.9999146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0001175Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0001598Z ^ 2024-04-03T17:06:37.0003639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0007331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0009473Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0010066Z ^ 2024-04-03T17:06:37.0012124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0015861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0019784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0023549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0025531Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0025953Z ^ 2024-04-03T17:06:37.0027976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0031654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0033788Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0034379Z ^ 2024-04-03T17:06:37.0036416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0040159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0043822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0047557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0049529Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0050122Z ^ 2024-04-03T17:06:37.0053518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0060296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0064135Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0065078Z ^ 2024-04-03T17:06:37.0068741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0075636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0082508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0089383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0093059Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0093818Z ^ 2024-04-03T17:06:37.0097756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0104872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0108709Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0109688Z ^ 2024-04-03T17:06:37.0113271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0119806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0126232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0132734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0136117Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0136918Z ^ 2024-04-03T17:06:37.0140880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0147181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0150697Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0151579Z ^ 2024-04-03T17:06:37.0155016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0159063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0162751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0166425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0168402Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0168823Z ^ 2024-04-03T17:06:37.0170872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0174640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0176862Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0177519Z ^ 2024-04-03T17:06:37.0179725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0183426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0187107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0192503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0195914Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0196564Z ^ 2024-04-03T17:06:37.0200632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0207088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0210669Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0211525Z ^ 2024-04-03T17:06:37.0214984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0222363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0229521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0236337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0238591Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0239015Z ^ 2024-04-03T17:06:37.0241055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0244810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0246960Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0247548Z ^ 2024-04-03T17:06:37.0249594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0253280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0257044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0261904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0265580Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0266322Z ^ 2024-04-03T17:06:37.0270121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0276905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0280925Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0282060Z ^ 2024-04-03T17:06:37.0286120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0293192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0300550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0307620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0311429Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0312311Z ^ 2024-04-03T17:06:37.0316186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0323154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0327155Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0328241Z ^ 2024-04-03T17:06:37.0335767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0343047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0350058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0357227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0360964Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0361709Z ^ 2024-04-03T17:06:37.0365511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0372543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0376679Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0377783Z ^ 2024-04-03T17:06:37.0381838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0388850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0395759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0402817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0406542Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0407292Z ^ 2024-04-03T17:06:37.0411167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0418436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0422493Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0423616Z ^ 2024-04-03T17:06:37.0427348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0434295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0441521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0448588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0452395Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0453172Z ^ 2024-04-03T17:06:37.0457098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0464094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0468093Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0469176Z ^ 2024-04-03T17:06:37.0473104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0479953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0487188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0494143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0498022Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0498936Z ^ 2024-04-03T17:06:37.0502818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0509955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0513945Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0515009Z ^ 2024-04-03T17:06:37.0518879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0525929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0533002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0540349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0544126Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0544890Z ^ 2024-04-03T17:06:37.0548795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0555860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0560101Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0561199Z ^ 2024-04-03T17:06:37.0565108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0572097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0579323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0586156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0589945Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0590728Z ^ 2024-04-03T17:06:37.0594531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0601477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0605496Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0606575Z ^ 2024-04-03T17:06:37.0610527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0617666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0624948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0632056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0635986Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0636739Z ^ 2024-04-03T17:06:37.0640757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0647889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0652125Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0653209Z ^ 2024-04-03T17:06:37.0657263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0664510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0671655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0678636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0682173Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0682753Z ^ 2024-04-03T17:06:37.0685795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0689662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0691800Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0692395Z ^ 2024-04-03T17:06:37.0694445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0698386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0702221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0705905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0707970Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0708392Z ^ 2024-04-03T17:06:37.0710453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0714213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0716349Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0716938Z ^ 2024-04-03T17:06:37.0718990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0722741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0726404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0730078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0732049Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0732471Z ^ 2024-04-03T17:06:37.0734550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0738520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0740663Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0741251Z ^ 2024-04-03T17:06:37.0743306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0746989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0750766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0755180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0757288Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0757712Z ^ 2024-04-03T17:06:37.0759759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0763455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0765869Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0766750Z ^ 2024-04-03T17:06:37.0769711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0774769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0781080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0788211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0791908Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0792642Z ^ 2024-04-03T17:06:37.0796449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0803371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0807367Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0808439Z ^ 2024-04-03T17:06:37.0812227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0818935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0825927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0832989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0836713Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0837448Z ^ 2024-04-03T17:06:37.0841267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0848274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0851997Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0852910Z ^ 2024-04-03T17:06:37.0855279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0859248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0865918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0869883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0871882Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0872289Z ^ 2024-04-03T17:06:37.0874342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0878034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0881379Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0882293Z ^ 2024-04-03T17:06:37.0886133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0893187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0900276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0907018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0910520Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0911246Z ^ 2024-04-03T17:06:37.0915041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0921746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0925617Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0926697Z ^ 2024-04-03T17:06:37.0930486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0936898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0943505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0950254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0954256Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.0955050Z ^ 2024-04-03T17:06:37.0959155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0966697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0970974Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.0972171Z ^ 2024-04-03T17:06:37.0976260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0983909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0991270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.0998704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1002457Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1003236Z ^ 2024-04-03T17:06:37.1007214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1014467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1018901Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1020022Z ^ 2024-04-03T17:06:37.1024029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1031286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1038534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1045796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1049745Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1050524Z ^ 2024-04-03T17:06:37.1054497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1062018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1066268Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1067375Z ^ 2024-04-03T17:06:37.1071364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1078610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1085932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1093180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1097107Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1097866Z ^ 2024-04-03T17:06:37.1102049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1109217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1113384Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1114484Z ^ 2024-04-03T17:06:37.1118421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1125615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1132820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1140360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1144185Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1144947Z ^ 2024-04-03T17:06:37.1149003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1156152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1160250Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1161329Z ^ 2024-04-03T17:06:37.1165282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1172455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1179682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1186882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1190677Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1191430Z ^ 2024-04-03T17:06:37.1195373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1202547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1206664Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1207742Z ^ 2024-04-03T17:06:37.1211649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1219001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1226150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1233317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1237308Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1238078Z ^ 2024-04-03T17:06:37.1242132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1249480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1253680Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1254902Z ^ 2024-04-03T17:06:37.1259111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1266328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1273491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1280492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1284212Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1284960Z ^ 2024-04-03T17:06:37.1288763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1295593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1299743Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1300818Z ^ 2024-04-03T17:06:37.1304613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1311529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1318389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1325279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1328496Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1329134Z ^ 2024-04-03T17:06:37.1332349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1337690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1340015Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1340610Z ^ 2024-04-03T17:06:37.1343146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1349946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1357020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1363579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1367178Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1367934Z ^ 2024-04-03T17:06:37.1371577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1378488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1382508Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1383530Z ^ 2024-04-03T17:06:37.1387229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1394008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1400438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1406802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1408978Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1409515Z ^ 2024-04-03T17:06:37.1411736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1418715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1422903Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1424038Z ^ 2024-04-03T17:06:37.1428012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1434805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1441598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1448499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1452165Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1452876Z ^ 2024-04-03T17:06:37.1456772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1463619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1467496Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1468460Z ^ 2024-04-03T17:06:37.1471685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1475428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1479118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1482911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1484905Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1485318Z ^ 2024-04-03T17:06:37.1487360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1491093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1493241Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1493815Z ^ 2024-04-03T17:06:37.1495867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1499852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1503545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1507217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1509242Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1509353Z ^ 2024-04-03T17:06:37.1511234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1513169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1513489Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1513585Z ^ 2024-04-03T17:06:37.1515465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1517399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1519293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1521157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1521331Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1521425Z ^ 2024-04-03T17:06:37.1523322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1525209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1525530Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1525637Z ^ 2024-04-03T17:06:37.1527496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1529381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1531259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1533162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1533358Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1533453Z ^ 2024-04-03T17:06:37.1535336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1537288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1537622Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1537718Z ^ 2024-04-03T17:06:37.1539786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1541679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1543543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1545468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1545630Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1545739Z ^ 2024-04-03T17:06:37.1547597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1549451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1549788Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1549883Z ^ 2024-04-03T17:06:37.1551763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1553670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1555539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1557465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1557624Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1557730Z ^ 2024-04-03T17:06:37.1559598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1561527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1561849Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1561944Z ^ 2024-04-03T17:06:37.1563819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1565684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1567583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1569450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1569622Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1569715Z ^ 2024-04-03T17:06:37.1571575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1573452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1573769Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1573908Z ^ 2024-04-03T17:06:37.1575772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1577726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1579818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1581694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1581852Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1581948Z ^ 2024-04-03T17:06:37.1583887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1585748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1586082Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1586175Z ^ 2024-04-03T17:06:37.1588077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1589950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1591816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1593689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1593851Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1593958Z ^ 2024-04-03T17:06:37.1595823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1597750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1598072Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1598165Z ^ 2024-04-03T17:06:37.1600050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1601945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1603821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1605716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1605889Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1605983Z ^ 2024-04-03T17:06:37.1607838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1609723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1610076Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1610185Z ^ 2024-04-03T17:06:37.1612056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1613920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1615803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1617761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1617979Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1618074Z ^ 2024-04-03T17:06:37.1620074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1621944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1622317Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1622426Z ^ 2024-04-03T17:06:37.1624286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1626189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1629367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1632909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1633204Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1633364Z ^ 2024-04-03T17:06:37.1636868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1637203Z 360 warnings generated when compiling for gfx906. 2024-04-03T17:06:37.1638019Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/PowKernel.hip:5: 2024-04-03T17:06:37.1638800Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:37.1642229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1642838Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1642998Z ^ 2024-04-03T17:06:37.1646471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1650196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1653995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1657680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1658070Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1658389Z ^ 2024-04-03T17:06:37.1661954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1665574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1666174Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1666360Z ^ 2024-04-03T17:06:37.1670033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1673543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1677129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1680821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1681144Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1681312Z ^ 2024-04-03T17:06:37.1684839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1688424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1689020Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1689202Z ^ 2024-04-03T17:06:37.1692712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1696500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1700212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1703822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1704128Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1704293Z ^ 2024-04-03T17:06:37.1707849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1711579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1712217Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1712388Z ^ 2024-04-03T17:06:37.1715938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1719642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1723217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1726821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1727135Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1727306Z ^ 2024-04-03T17:06:37.1730825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1734414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1735150Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1735330Z ^ 2024-04-03T17:06:37.1739112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1742793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1746377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1749988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1750300Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1750476Z ^ 2024-04-03T17:06:37.1754144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1757707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1758303Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1758489Z ^ 2024-04-03T17:06:37.1762085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1765604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1769191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1772685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1773018Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1773184Z ^ 2024-04-03T17:06:37.1776847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1780631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1781238Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1781536Z ^ 2024-04-03T17:06:37.1785054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1788684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1792187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1795804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1796124Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1796294Z ^ 2024-04-03T17:06:37.1799846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1803553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1804191Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1804357Z ^ 2024-04-03T17:06:37.1807948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1811523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1815105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1818842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1819212Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1819390Z ^ 2024-04-03T17:06:37.1822923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1826431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1827135Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1827306Z ^ 2024-04-03T17:06:37.1830921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1834450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1838087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1841614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1841943Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1842106Z ^ 2024-04-03T17:06:37.1845673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1849274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1853403Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1854503Z ^ 2024-04-03T17:06:37.1858662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1865700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1872748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1879887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1883617Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1884519Z ^ 2024-04-03T17:06:37.1888370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1895315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1899683Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1900777Z ^ 2024-04-03T17:06:37.1904682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1911865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1918966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1926177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1929984Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1930746Z ^ 2024-04-03T17:06:37.1934643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1941715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1945733Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1946837Z ^ 2024-04-03T17:06:37.1950747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1957550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1964546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1971596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1975398Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.1976148Z ^ 2024-04-03T17:06:37.1980222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1987282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.1991564Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.1992673Z ^ 2024-04-03T17:06:37.1996598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2003711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2010940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2018204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2022107Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2022887Z ^ 2024-04-03T17:06:37.2026809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2033928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2037968Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2039017Z ^ 2024-04-03T17:06:37.2042678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2049808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2055320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2060059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2062075Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2062503Z ^ 2024-04-03T17:06:37.2064649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2068784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2070952Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2071622Z ^ 2024-04-03T17:06:37.2073737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2077626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2081464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2085259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2087297Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2087711Z ^ 2024-04-03T17:06:37.2089834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2093653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2095914Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2096644Z ^ 2024-04-03T17:06:37.2098906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2102966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2106795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2110617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2112661Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2113150Z ^ 2024-04-03T17:06:37.2115313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2119123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2121333Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2121911Z ^ 2024-04-03T17:06:37.2124067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2127880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2131692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2135499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2137631Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2138111Z ^ 2024-04-03T17:06:37.2140328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2145434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2147953Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2148661Z ^ 2024-04-03T17:06:37.2150748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2154577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2158349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2162255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2164249Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2164723Z ^ 2024-04-03T17:06:37.2166797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2170663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2172899Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2173495Z ^ 2024-04-03T17:06:37.2175598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2180324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2184188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2188000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2190136Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2190562Z ^ 2024-04-03T17:06:37.2192700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2196528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2199419Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2200487Z ^ 2024-04-03T17:06:37.2204233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2209878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2214987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2220523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2223297Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2223933Z ^ 2024-04-03T17:06:37.2226577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2231655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2234606Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2235680Z ^ 2024-04-03T17:06:37.2238627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2244549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2276810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2284168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2288295Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2289097Z ^ 2024-04-03T17:06:37.2292255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2299448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2303683Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2344979Z ^ 2024-04-03T17:06:37.2349251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2356577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2363966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2371271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2375072Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2375772Z ^ 2024-04-03T17:06:37.2380075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2387026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2391051Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2392121Z ^ 2024-04-03T17:06:37.2395974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2402941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2410316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2417767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2421387Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2422129Z ^ 2024-04-03T17:06:37.2425920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2433250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2437312Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2438428Z ^ 2024-04-03T17:06:37.2442492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2449779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2457337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2464871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2468777Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2469563Z ^ 2024-04-03T17:06:37.2473408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2480469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2484824Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2485967Z ^ 2024-04-03T17:06:37.2489904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2497330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2504857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2512152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2515912Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2516716Z ^ 2024-04-03T17:06:37.2520932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2528294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2532419Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2533450Z ^ 2024-04-03T17:06:37.2537500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2545557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2552408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2559427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2563376Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2564172Z ^ 2024-04-03T17:06:37.2567947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2575492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2579944Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2581029Z ^ 2024-04-03T17:06:37.2584870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2592023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2599212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2606590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2610557Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2611349Z ^ 2024-04-03T17:06:37.2615429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2622436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2626619Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2627671Z ^ 2024-04-03T17:06:37.2631635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2638918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2646059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2653007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2656919Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2657610Z ^ 2024-04-03T17:06:37.2661752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2668829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2672999Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2674036Z ^ 2024-04-03T17:06:37.2677907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2684887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2692411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2700112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2704047Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2704822Z ^ 2024-04-03T17:06:37.2708931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2715998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2720116Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2721217Z ^ 2024-04-03T17:06:37.2725221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2732462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2739812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2747051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2750970Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2751740Z ^ 2024-04-03T17:06:37.2755961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2763342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2767553Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2768644Z ^ 2024-04-03T17:06:37.2772601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2780356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2787565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2794690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2798752Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2799552Z ^ 2024-04-03T17:06:37.2802710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2806470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2808645Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2809239Z ^ 2024-04-03T17:06:37.2811313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2815692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2821148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2824911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2827033Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2827457Z ^ 2024-04-03T17:06:37.2829561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2833299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2835495Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2836081Z ^ 2024-04-03T17:06:37.2838242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2841983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2845778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2849521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2851523Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2851945Z ^ 2024-04-03T17:06:37.2854638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2861606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2865223Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2866236Z ^ 2024-04-03T17:06:37.2869832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2876793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2883849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2890740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2894501Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2895264Z ^ 2024-04-03T17:06:37.2899366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2906259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2909887Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2910878Z ^ 2024-04-03T17:06:37.2914402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2920899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2927294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2933812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2937433Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2938209Z ^ 2024-04-03T17:06:37.2941966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2948037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2951561Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2952558Z ^ 2024-04-03T17:06:37.2955299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2960007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2965825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2972361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2976066Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.2976825Z ^ 2024-04-03T17:06:37.2980683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2987501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.2991290Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.2992300Z ^ 2024-04-03T17:06:37.2996034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3002198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3007974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3015240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3019372Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3020165Z ^ 2024-04-03T17:06:37.3024178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3030641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3034138Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3034723Z ^ 2024-04-03T17:06:37.3036794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3040502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3044240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3048029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3049998Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3050420Z ^ 2024-04-03T17:06:37.3052470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3056210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3058608Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3059202Z ^ 2024-04-03T17:06:37.3061254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3064952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3068854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3073089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3075200Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3075625Z ^ 2024-04-03T17:06:37.3077742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3081497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3083636Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3084232Z ^ 2024-04-03T17:06:37.3086292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3090042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3093742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3097537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3100284Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3101025Z ^ 2024-04-03T17:06:37.3104890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3111339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3115115Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3116162Z ^ 2024-04-03T17:06:37.3119938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3126664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3133474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3140718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3144560Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3145344Z ^ 2024-04-03T17:06:37.3149128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3155638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3159325Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3160324Z ^ 2024-04-03T17:06:37.3163987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3170381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3176930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3183728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3187383Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3188054Z ^ 2024-04-03T17:06:37.3191399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3197390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3200835Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3201678Z ^ 2024-04-03T17:06:37.3203730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3207536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3211238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3214989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3217072Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3217487Z ^ 2024-04-03T17:06:37.3219712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3223481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3225634Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3226215Z ^ 2024-04-03T17:06:37.3228259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3231961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3238162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3242711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3244723Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3245135Z ^ 2024-04-03T17:06:37.3247189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3252153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3256261Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3257540Z ^ 2024-04-03T17:06:37.3261380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3268424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3275597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3282645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3286390Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3287162Z ^ 2024-04-03T17:06:37.3291185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3298701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3302982Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3304114Z ^ 2024-04-03T17:06:37.3308186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3314958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3322211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3329609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3333292Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3334072Z ^ 2024-04-03T17:06:37.3338123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3345379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3349609Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3350740Z ^ 2024-04-03T17:06:37.3354767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3361773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3369029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3376596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3380505Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3381297Z ^ 2024-04-03T17:06:37.3385383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3392582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3396677Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3397794Z ^ 2024-04-03T17:06:37.3401589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3408462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3415214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3422505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3426442Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3427360Z ^ 2024-04-03T17:06:37.3431171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3437932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3442349Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3443456Z ^ 2024-04-03T17:06:37.3447471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3454823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3462252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3469186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3473027Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3473769Z ^ 2024-04-03T17:06:37.3477828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3485018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3489019Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3490151Z ^ 2024-04-03T17:06:37.3494248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3501681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3508860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3516296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3520077Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3520792Z ^ 2024-04-03T17:06:37.3524586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3532115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3536363Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3537584Z ^ 2024-04-03T17:06:37.3541688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3549121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3556175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3563344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3567232Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3567967Z ^ 2024-04-03T17:06:37.3572023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3579437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3583367Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3584370Z ^ 2024-04-03T17:06:37.3588272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3595121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3602145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3608924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3613015Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3613800Z ^ 2024-04-03T17:06:37.3617948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3625576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3629523Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3630644Z ^ 2024-04-03T17:06:37.3634746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3641978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3649385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3656291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3660308Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3661084Z ^ 2024-04-03T17:06:37.3664793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3669518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3671691Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3672282Z ^ 2024-04-03T17:06:37.3674332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3678135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3681818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3685544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3687524Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3687945Z ^ 2024-04-03T17:06:37.3689970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3693700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3695842Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3696528Z ^ 2024-04-03T17:06:37.3698785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3703968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3711057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3717994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3721575Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3722352Z ^ 2024-04-03T17:06:37.3726288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3733257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3737587Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3738830Z ^ 2024-04-03T17:06:37.3742832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3750145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3756904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3763871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3767742Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3768513Z ^ 2024-04-03T17:06:37.3772542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3779930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3784115Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3785256Z ^ 2024-04-03T17:06:37.3789347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3796457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3803731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3810909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3814871Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3815640Z ^ 2024-04-03T17:06:37.3819855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3827124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3831265Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3832528Z ^ 2024-04-03T17:06:37.3836407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3843582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3850808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3858468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3861996Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3862771Z ^ 2024-04-03T17:06:37.3866798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3873996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3878187Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3879178Z ^ 2024-04-03T17:06:37.3883022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3890390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3897651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3905120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3909160Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3909907Z ^ 2024-04-03T17:06:37.3913944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3921364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3925391Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:37.3925582Z ^ 2024-04-03T17:06:37.3928999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3932620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3936357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3940247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3940542Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:37.3940715Z ^ 2024-04-03T17:06:37.3944489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3944852Z 360 warnings generated when compiling for gfx90a. 2024-04-03T17:06:37.3944867Z 2024-04-03T17:06:37.3947034Z [7926/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceArgMaxKernel.hip.o 2024-04-03T17:06:37.3948708Z [7927/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceAMinMaxKernel.hip.o 2024-04-03T17:06:37.3949736Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2024-04-03T17:06:37.3953173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3953485Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:37.3953679Z ^ 2024-04-03T17:06:37.3957270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3961079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3964798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3968613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3972368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3976088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3980114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3983784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3987557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3990899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3994340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.3997991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4001555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4005157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4008949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4012615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4016305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4020166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4023761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4027359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4030901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4034307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4037796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4041353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4045040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4048452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4052193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4055825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4059602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4063217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4066774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4070452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4074080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4077783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4081240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4084790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4088392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4092015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4095644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4099687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4103446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4107090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4110749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4114542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4118052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4121659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4125377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4129035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4132504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4136054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4140091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4143814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4147460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4151188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4154596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4157935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4161797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4165458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4169187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4172905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4176557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4180345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4184074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4187736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4191486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4195118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4198757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4202293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4206112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4209595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4213236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4217035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4220845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4224392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4227949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4231563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4235252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4238880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4242557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4246212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4249802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4253495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4257244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4261119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4264717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4268340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4271958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4275593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4279182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4282900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4286591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4290186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4293777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4297635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4301368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4305001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4308755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4312417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4316048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4319643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4323272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4327046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4330713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4334351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4338094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4342044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4345719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4349372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4353106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4356711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4360331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4363905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4367588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4371246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4374972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4378897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4382510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4386131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4389860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4393505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4397143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4400846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4404449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4408086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4411712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4415376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4419158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4422801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4426514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4430159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4433891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4437527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4441120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4444787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4448452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4452159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4455590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4459393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4463063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4466527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4470326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4474051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4477567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4481232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4484988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4488645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4492441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4496153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4500096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4503829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4507261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4511053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4514659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4518363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4522084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4525815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4529516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4533211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4537036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4540721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4544134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4547658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4551244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4555103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4558679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4562313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4565873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4569503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4573329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4576976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4580715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4584340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4587844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4591366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4594792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4598194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4601629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4605275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4608736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4609082Z 180 warnings generated when compiling for gfx906. 2024-04-03T17:06:37.4610109Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceAMinMaxKernel.hip:13: 2024-04-03T17:06:37.4613636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4613952Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:37.4614218Z ^ 2024-04-03T17:06:37.4617679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4621417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4625055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4628752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4632390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4636056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4639700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4643293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4646879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4650577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4654307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4657990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4661668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4665414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4669109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4672579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4675991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4679478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4682995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4686504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4690086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4693583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4697409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4701034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4704843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4708373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4711836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4715571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4719051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4722718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4726448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4730041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4733749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4737439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4741310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4744702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4748171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4751856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4755415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4758850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4762482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4765976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4769753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4773427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4777189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4780895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4784495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4788222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4791878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4795441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4799144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4802835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4806659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4810384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4814036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4817801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4821249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4825061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4828808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4832655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4836400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4839709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4843525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4847237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4850828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4854544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4858397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4862009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4865596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4869177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4872866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4876364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4880094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4883747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4887601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4891375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4895134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4899008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4902607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4906262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4909927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4913451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4917267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4920851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4924521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4928231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4931893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4935642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4939376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4942950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4946475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4949901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4953524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4956992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4960572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4964341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4967988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4971551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4975220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4978901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4982434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4986105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4989735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4993325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.4996812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5000442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5003996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5007748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5011379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5015016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5018815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5022334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5025986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5029360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5032923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5036758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5040316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5043678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5047175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5050825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5054403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5058470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5062026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5065586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5069140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5072651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5076077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5079846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5083379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5086890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5090293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5093857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5097605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5100949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5104704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5108296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5111791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5115330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5118872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5122368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5126011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5129603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5133171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5136887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5140626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5144367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5147982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5151517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5155049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5158766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5162360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5166012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5169598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5173309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5177003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5180597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5184101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5187767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5191434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5195163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5198673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5202115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5205910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5209384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5212878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5216664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5220365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5223956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5227585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5231171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5234835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5238511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5242035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5245592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5249391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5253064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5256739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5260300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5263880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:37.5264226Z 180 warnings generated when compiling for gfx90a. 2024-04-03T17:06:37.5264242Z 2024-04-03T17:06:37.5265856Z [7927/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceArgMinKernel.hip.o 2024-04-03T17:06:37.5267367Z [7928/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RecordStream.hip.o 2024-04-03T17:06:37.7155550Z [7928/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceLogicKernel.hip.o 2024-04-03T17:06:37.7158565Z [7929/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Reduce.hip.o 2024-04-03T17:06:37.7819379Z [7929/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMomentKernel.hip.o 2024-04-03T17:06:37.7822909Z [7930/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_RangeFactories.hip.o 2024-04-03T17:06:37.7890464Z [7930/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMaxValuesKernel.hip.o 2024-04-03T17:06:37.7893595Z [7931/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Randperm.hip.o 2024-04-03T17:06:38.4363029Z [7931/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceNormKernel.hip.o 2024-04-03T17:06:38.4366744Z [7932/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceArgMaxKernel.hip.o 2024-04-03T17:06:38.4369394Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2024-04-03T17:06:38.4374220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4378091Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:38.4380563Z ^ 2024-04-03T17:06:38.4384024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4390626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4396960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4403471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4409979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4416683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4423002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4428918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4435670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4442553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4449741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4456389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4463288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4469976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4476673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4483358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4489888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4496176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4502952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4509634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4515709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4522804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4529292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4536076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4543681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4550968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4558153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4565290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4572468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4579369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4586316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4593080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4599703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4606332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4613192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4620232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4626794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4633158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4638174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4643892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4649267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4653152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4657048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4660887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4664555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4668235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4671973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4675639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4679360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4683025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4686763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4690412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4694069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4697842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4701627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4705294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4708942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4712592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4716306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4719960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4723672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4727323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4731403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4735130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4739650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4743338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4747056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4750710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4754364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4758023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4762124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4767156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4772482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4777780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4783287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4788580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4793698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4798985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4804321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4810783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4817330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4824071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4830884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4837949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4844758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4851744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4858596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4865051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4871547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4877964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4884397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4891493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4898563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4905292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4911707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4918230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4925102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4931766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4939121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4945677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4952760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4959867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4966931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4974164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4981389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4988457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.4995563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5002590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5010033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5017450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5024814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5032127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5039375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5046721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5054022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5061496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5068861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5076145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5083453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5090641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5097961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5105413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5129722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5137211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5144438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5151669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5158591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5165649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5172768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5179633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5186516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5193574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5200680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5208078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5215387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5222685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5229674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5237005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5244443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5251706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5259175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5266354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5273512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5280798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5288004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5295323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5301801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5305505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5309279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5312953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5316684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5320354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5324011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5327734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5331382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5335029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5338980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5342652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5346385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5350044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5353759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5355745Z 162 warnings generated when compiling for gfx906. 2024-04-03T17:06:38.5356608Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMaxKernel.hip:13: 2024-04-03T17:06:38.5359153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5361119Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:38.5361528Z ^ 2024-04-03T17:06:38.5363599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5367279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5370955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5374653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5378522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5382185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5385832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5389479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5393197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5396851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5400575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5404238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5407909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5411554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5415675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5423159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5430511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5437228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5444240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5451395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5457193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5461107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5464869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5468551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5472217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5475930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5479592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5483238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5486956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5490630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5494288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5498025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5501810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5505518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5509180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5512877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5516524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5520228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5523886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5527535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5531203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5534862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5538719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5542379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5546033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5549729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5553409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5557134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5560876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5564521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5568234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5571886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5576953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5581044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5584723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5588391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5592051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5595703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5599424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5603120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5606772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5610431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5614123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5619934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5627005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5634354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5641515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5648657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5655554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5662661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5669952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5677030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5683984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5691058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5698540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5705960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5712936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5720216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5727554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5734860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5742501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5749798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5757153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5764565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5772027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5779164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5786538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5793809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5800716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5807651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5814685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5821984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5829161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5836156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5843333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5849040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5852850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5856704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5860561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5864410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5868121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5871797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5875440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5879153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5882817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5888288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5895467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5902857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5910220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5917382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5924267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5931086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5938500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5945523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5952533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5959633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5966707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5973946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5981485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5988589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.5995703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6002955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6010433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6017850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6024660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6031998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6038870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6045977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6053320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6060802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6067909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6075004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6082233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6089573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6096725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6104101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6111267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6118663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6126024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6133203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6140592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6147742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6154594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6161706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6168858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6175877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6183142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6190408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6197480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6204379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6211469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6218790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6226177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6233342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6240655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6247927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6255239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6262696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6269774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6276902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6284254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.6287966Z 162 warnings generated when compiling for gfx90a. 2024-04-03T17:06:38.6288559Z 2024-04-03T17:06:38.8411893Z [7932/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceSumProdKernel.hip.o 2024-04-03T17:06:38.8414031Z [7933/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceArgMinKernel.hip.o 2024-04-03T17:06:38.8415751Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2024-04-03T17:06:38.8418790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8420957Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:38.8421389Z ^ 2024-04-03T17:06:38.8423620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8427718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8431690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8435571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8439283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8443021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8446754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8450497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8454224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8457966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8461826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8465560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8469230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8472942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8476612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8480277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8483945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8487603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8491347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8495065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8498981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8502658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8506320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8510037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8513689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8517350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8521070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8524730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8530763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8537228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8543846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8550575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8556985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8563501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8569913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8576620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8583324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8590088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8596605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8603099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8609607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8616194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8622902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8629328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8635846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8642570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8648914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8655258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8662155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8668520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8675146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8681691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8688025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8694557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8701231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8707757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8714521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8720979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8727668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8734139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8741361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8748013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8754335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8760764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8767475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8773864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8780595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8786990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8793483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8800188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8806639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8812990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8819778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8826167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8832641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8839266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8845719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8852444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8859022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8865463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8872115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8878567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8885341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8891835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8898376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8905088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8911445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8917813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8924523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8930899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8937306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8943788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8950167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8956585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8962925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8969325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8975676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8982265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8988693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.8995018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9001517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9007967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9014523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9021284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9027748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9034354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9040799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9047180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9053869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9060483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9067151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9073549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9080220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9086858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9093285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9099924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9106601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9112986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9119531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9126091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9132446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9139273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9145772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9152249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9158966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9165381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9172090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9178817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9185187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9191803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9198203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9204716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9211207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9217803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9224598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9231097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9237495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9244201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9250715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9257396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9263962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9270565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9277278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9283774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9290132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9296960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9303458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9310083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9316582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9322993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9329625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9336100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9342648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9349205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9355750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9362413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9368906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9375277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9382167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9388598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9394968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9398515Z 162 warnings generated when compiling for gfx906. 2024-04-03T17:06:38.9399965Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceArgMinKernel.hip:13: 2024-04-03T17:06:38.9404552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9407968Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:38.9408655Z ^ 2024-04-03T17:06:38.9412238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9419119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9425614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9432241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9438593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9445210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9452041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9459085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9465604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9472338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9478826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9485416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9491794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9498506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9504984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9511574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9518098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9524643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9531294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9537810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9544508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9551109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9557562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9564199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9570613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9577401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9581793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9585471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9589149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9592806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9596545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9600206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9603938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9607590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9611236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9614966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9618860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9622522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9626218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9629875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9633525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9637175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9640838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9644539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9648193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9652392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9659106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9665697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9672109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9678436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9684886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9691290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9697706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9704306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9710708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9717074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9723415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9729862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9736285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9742823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9749503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9755897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9762276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9769016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9775527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9782169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9788905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9795345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9801944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9808557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9815003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9821924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9828442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9834849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9841500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9847991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9854741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9861399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9867799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9874500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9881027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9887375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9894223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9900840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9907585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9914058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9920496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9927063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9933689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9940306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9947039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9953406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9960028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9966506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9973053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9979939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9986244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9992701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:38.9999326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0005701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0012154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0018982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0025386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0031986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0038362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0044843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0051516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0058097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0064637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0071274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0077694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0084326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0090779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0097325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0103951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0110278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0116867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0123376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0129797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0136628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0141301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0144985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0148725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0152379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0156049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0159775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0163438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0167100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0170751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0174437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0178218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0181979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0185707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0189370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0193048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0196777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0200419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0204083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0207783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0211446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0215115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0218912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0222587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0226302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0230006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0233647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0237302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0241017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0244675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0248340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0252034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0255685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0259499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0263157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0266818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0270537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0274194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0277892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0281536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0285191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0288889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.0290887Z 162 warnings generated when compiling for gfx90a. 2024-04-03T17:06:39.0291238Z 2024-04-03T17:06:39.2978802Z [7933/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationGeluKernel.hip.o 2024-04-03T17:06:39.2982144Z [7934/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceLogicKernel.hip.o 2024-04-03T17:06:39.2984725Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2024-04-03T17:06:39.2989836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.2993592Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:39.2994388Z ^ 2024-04-03T17:06:39.2998192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3005598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3012352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3019042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3025158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3028962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3032641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3036294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3040033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3043682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3047347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3051071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3054723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3058695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3062716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3066710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3070481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3074255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3077968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3081637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3085305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3089007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3092658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3096358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3101705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3112180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3118767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3125158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3131409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3137909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3144456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3148787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3152471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3156266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3159949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3163624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3167345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3170990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3174638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3178507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3182172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3185913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3189579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3193277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3196912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3200573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3204284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3207930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3211619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3215275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3219115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3222777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3226442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3230100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3233823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3237522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3241186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3244852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3248550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3252195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3255859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3259765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3263466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3267117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3270783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3274432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3278130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3281785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3285483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3289141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3292792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3296605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3300399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3304119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3307784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3311437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3315099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3318766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3322411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3326118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3329809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3333460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3337203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3341052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3344709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3348353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3352050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3355696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3359339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3362987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3366633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3370344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3374014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3377769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3381612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3385321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3388973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3392628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3396342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3400011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3403660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3407302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3410946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3414596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3418489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3422224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3425871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3429513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3433226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3436868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3440521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3444214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3447877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3451530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3455191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3459029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3462741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3466404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3470129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3473766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3477460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3481119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3484769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3488475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3492130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3495773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3499577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3503222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3506945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3510609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3514314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3518593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3525187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3531472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3537460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3544295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3551585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3558443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3562907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3566579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3570231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3573949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3577736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3581609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3585258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3603508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3607424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3611106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3614831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3618799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3622477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3626151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3629818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3633523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3637175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3640880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3644540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3648423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3652115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3655782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3659645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3663356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3667013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3670684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3674339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3677994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3681668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3685322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3689016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3692685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3696469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3700256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3703920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3707617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3711269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3714913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3718571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3722239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3725963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3729610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3733299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3737112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3740871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3744593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3748242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3751896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3755593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3759221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3762885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3766555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3770200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3773907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3777637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3781544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3785184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3788908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3792577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3796240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3799950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3803618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3807287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3810937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3814576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3818497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3823027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3826755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3830407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3834044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3837755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3841394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3845046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3848739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3852399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3856058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3859956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3863614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3867381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3871034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3874742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3878395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3882120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3885777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3889548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3893241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3896934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3900721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3904370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3908023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3911748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3915414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3919102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3922748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3926397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3930094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3933735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3937425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3941303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3944970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3948621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3952287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3955913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3959631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3963287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3966998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3970663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3974367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3978089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3981857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3985575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3989229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3992881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.3996537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4000198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4003898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4007524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4011240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4014909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4018804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4022569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4026217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4029873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4033580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4037973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4042687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4047961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4051677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4055477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4059435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4063250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4068943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4075842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4082273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4088939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4095838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4102979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4109753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4116594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4123025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4129636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4136112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4143047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4149715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4156296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4162828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4167851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4173192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4180336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4187040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4192759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4199013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4202747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4206522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4210197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4213920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4219285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4223412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4227085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4232744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4239763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4246658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4253555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4260654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4266984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4273718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4280415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4287452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4294341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4301452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4308445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4314795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4321726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4328753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4335634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4342738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4349204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4354617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4359061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4363554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4367763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4371977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4377414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4384767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4391468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4395620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4399293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4402959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4406625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4410289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4413993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4417736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4421884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4425550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4429181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4432886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4436564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4440197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4443958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4448528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4452200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4457501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4463977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4469808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4474481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4478198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4482852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4489532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4494489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4498804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4503817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4507515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4511218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4515957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4519931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4523704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4527365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4533712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4540845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4547802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4554700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4561956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4568970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4576142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4583317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4590321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4597282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4604278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4611371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4618744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4625753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4632583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4639584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4646598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4653577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4661014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4667145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4670863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4674548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4678211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4681983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4685654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4689379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4693053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4696822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4700790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4704573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4708629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4712492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4716251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4719993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4723760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4727549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4731368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4735169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4739126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4742925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4746752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4750499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4754282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4758066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4761804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4765530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4769318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4773072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4776972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4780824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4784702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4789248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4796254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4803280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4810369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4817697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4824846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4831929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4838997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4846140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4853263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4860897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4868234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4875485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4882513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4889904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4897242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4904240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4911542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4918809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4926010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4933263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4940719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4948073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4955069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4962013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4965830Z 432 warnings generated when compiling for gfx906. 2024-04-03T17:06:39.4967400Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceLogicKernel.hip:4: 2024-04-03T17:06:39.4972235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4975911Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:39.4976792Z ^ 2024-04-03T17:06:39.4980983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4988014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.4995241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5002472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5009477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5016734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5024192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5031200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5038320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5045647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5052671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5060249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5067360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5074564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5081778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5088922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5096040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5103281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5110390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5117330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5124691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5131563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5138873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5145969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5152865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5160287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5167611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5174636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5182007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5188677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5195561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5202470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5209620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5216677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5224049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5231007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5237952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5245137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5252031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5258931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5265696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5272809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5279781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5286874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5294176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5301867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5308667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5315799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5322766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5329825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5337148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5344505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5351843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5358982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5366006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5373091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5380512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5387680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5395073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5402449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5409502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5416767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5423432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5430646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5437954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5445255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5452117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5459472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5466464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5473644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5480958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5487942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5495036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5502094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5509042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5516118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5523004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5530206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5537474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5544712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5551808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5559038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5566184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5573377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5580575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5587457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5594552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5601797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5608621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5615695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5623341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5630377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5637359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5644207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5651268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5658563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5665812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5673098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5680087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5687327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5694479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5702025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5709389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5716586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5723996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5731277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5738414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5745389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5752593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5759747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5766887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5773847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5781389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5788808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5795733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5803092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5810146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5817320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5824801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5831955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5838982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5846041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5853046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5860299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5867332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5874668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5881656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5888666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5895617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5902950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5910021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5917045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5924012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5931489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5938749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5945716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5952784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5959985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5966874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5973751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5980578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5987386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.5994274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6001290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6008423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6015448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6022634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6029873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6036941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6044119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6051394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6058668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6065975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6073113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6080239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6087180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6094314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6101471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6108706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6115698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6122936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6129893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6137054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6144254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6151386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6158565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6165467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6172678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6179832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6186933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6194116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6201039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6208222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6215213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6222668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6229803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6236740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6243857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6251040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6258409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6265384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6272356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6279277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6286457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6293546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6300981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6308088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6315009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6322224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6329621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6337155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6344572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6351762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6358733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6366076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6373525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6381087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6388505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6395835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6403261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6410224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6417185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6424351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6431096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6438300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6445531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6452843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6459883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6466722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6473929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6480933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6487889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6494960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6501962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6508963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6516063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6523239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6530243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6537210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6544602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6551797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6558833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6566066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6572853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6579936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6586982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6593967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6600939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6607929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6614948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6622314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6629576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6636796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6642959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6649182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6655245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6661335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6667524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6672901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6676971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6681546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6685380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6689123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6692863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6696685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6700917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6704631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6708471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6713389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6720387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6727385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6733951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6741001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6747675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6754442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6761151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6767576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6774119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6781404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6788958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6796363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6803712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6811154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6818678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6826080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6833153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6840318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6847437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6854575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6861928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6869201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6876364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6883552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6890687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6898017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6905265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6912403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6919582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6926731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6933823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6940859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6947638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6954845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6962306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6969519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6977236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6984512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6992213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.6999357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7006713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7013889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7020832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7028002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7035166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7042280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7049538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7056788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7064095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7071218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7078555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7085836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7093073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7100565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7107676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7114684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7121638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7128570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7135521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7142661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7149577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7156358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7163157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7169502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7175456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7179958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7183909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7187588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7191255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7194911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7198562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7202267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7205915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7209611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7213253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7217043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7220814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7224445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7228157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7231814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7235472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7239120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7242766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7246468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7250121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7253811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7257517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7261347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7265076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7268739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7272390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7276084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7279730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7283370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7287009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7290649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7294373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7298090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7301887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7305536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7309264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7312997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7316678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7320378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7324020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7327679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7331320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7334975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7338904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7342574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7346288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7349946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7353588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7357605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7363963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7370417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7376977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7383416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7389883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7396363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7402771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7409362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7415675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7422433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7428780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7435243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7441680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7448076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7454410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7460991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7467408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7473742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7480082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7486565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7492927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7499508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7505990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7512535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7519357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7525741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7532183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7539076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7545440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7551843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7558479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7564867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7571593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7578162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7584711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7591378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7597804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7604276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7610812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7617326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7624128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7630530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7636920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7643467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7649898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7656566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7663246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7669599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7676167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7682639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7689266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7695773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7702473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7708926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7715595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7721998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7728682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7735142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7741947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7748493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7755026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7761785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7768205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7774648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7781581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7787938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7794504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7800918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7804399Z 432 warnings generated when compiling for gfx90a. 2024-04-03T17:06:39.7805008Z 2024-04-03T17:06:39.7806601Z [7934/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_EmbeddingBackwardKernel.hip.o 2024-04-03T17:06:39.7809681Z [7935/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMomentKernel.hip.o 2024-04-03T17:06:39.7812358Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2024-04-03T17:06:39.7816807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7820400Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:39.7821098Z ^ 2024-04-03T17:06:39.7824640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7831283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7837756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7844289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7850891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7857589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7864451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7886386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7892822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7899741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7906087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7912631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7919377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7925813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7932172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7939000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7945543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7952077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7958543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7964968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7971305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7977852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7984319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7990797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.7997194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8003643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8009977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8016722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8023386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8029930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8036429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8042929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8049535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8055880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8062552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8069188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8075652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8082237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8088700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8095140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8100571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8104257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8107931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8111645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8115301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8118969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8122619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8126274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8129992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8133664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8137466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8141337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8144999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8148706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8152358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8156069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8159716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8163370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8167026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8170677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8174315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8178071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8181935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8185589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8189254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8192963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8196615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8200271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8203971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8207624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8211287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8214944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8218812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8222555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8226221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8229911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8233558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8237209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8240890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8244541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8248228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8251886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8255529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8259532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8263431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8267096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8270826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8274522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8278190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8281828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8285559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8289217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8292877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8296639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8300451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8304114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8307770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8311426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8315136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8318786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8322484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8326115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8329840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8333514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8337242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8341082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8344750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8348404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8352065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8355723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8359374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8363053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8366761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8370409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8374058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8377842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8381602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8385265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8388956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8392605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8396254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8399904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8403555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8407283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8410940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8414650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8418458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8422168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8425828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8429491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8433199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8436861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8440507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8444140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8447782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8451503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8455156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8458987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8462634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8466280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8470002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8473655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8477315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8481018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8484662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8488307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8491947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8495601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8499448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8503112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8506817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8510483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8514178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8517830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8521480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8525181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8528826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8532479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8536138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8539917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8543657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8547317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8551010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8554652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8558292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8562002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8565653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8569310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8573014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8576681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8580430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8584075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8587726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8591430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8595089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8598768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8602402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8606144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8609789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8613424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8617201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8620964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8624639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8628305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8631956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8635663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8639291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8642990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8646639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8650294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8654016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8657742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8661517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8665230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8668883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8672538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8676198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8679847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8683538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8687200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8690906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8694570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8698420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8702081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8705746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8709457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8713114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8716751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8720393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8724064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8727765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8731426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8735118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8738911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8742579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8746286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8749944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8753621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8757325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8760978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8764624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8768294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8771948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8775683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8779516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8783238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8786899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8790580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8794239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8797888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8801579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8805224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8808869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8812524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8816184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8820058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8823727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8827425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8831083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8834741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8838437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8842088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8845724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8849406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8853073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8856813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8860580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8864241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8867937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8871573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8875257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8877250Z 252 warnings generated when compiling for gfx906. 2024-04-03T17:06:39.8878115Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMomentKernel.hip:5: 2024-04-03T17:06:39.8880655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8882648Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:39.8883067Z ^ 2024-04-03T17:06:39.8885101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8888754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8892427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8896085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8899873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8903537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8907201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8910897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8914562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8918240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8921882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8925531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8929225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8932870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8936571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8940379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8944046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8947690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8951358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8955001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8958679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8962340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8966034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8969658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8973332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8977082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8980827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8984521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8988182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8991845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8995505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.8999143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9002836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9006471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9010170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9013826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9017527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9021330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9024972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9028633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9032334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9035988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9039627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9043302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9046961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9050667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9054384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9058110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9061865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9065566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9069234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9072895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9076589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9080257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9083912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9087555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9091207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9094911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9098729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9102439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9106085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9109748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9113443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9117095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9120750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9124452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9128105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9131744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9135397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9139191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9142890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9146574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9150223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9153884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9157551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9161211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9164855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9168557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9172204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9175860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9179648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9183318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9187012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9190680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9194371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9198022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9201676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9205366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9209025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9212660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9216350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9220143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9223803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9227451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9231103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9234810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9238485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9242128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9245769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9249480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9253147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9256866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9260655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9264313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9267969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9271624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9275281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9278968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9282610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9286311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9289959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9293598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9297329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9301086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9304742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9308432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9312091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9315724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9319364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9323012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9326690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9330393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9334038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9337732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9341632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9345282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9348932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9352622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9356269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9359924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9363566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9367212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9370884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9374531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9378414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9382057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9385723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9389427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9393104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9396817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9400466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9404131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9407776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9411438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9415086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9418918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9422637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9426288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9429947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9433655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9437318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9440957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9444643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9448293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9451949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9455593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9459381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9463098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9466757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9470459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9474108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9477756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9481441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9485102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9488785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9492432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9496079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9499925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9503596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9507238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9510943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9514638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9518283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9521943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9525641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9529298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9532927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9536684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9540433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9544076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9547734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9551394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9555081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9558737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9562427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9566085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9569732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9573452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9577201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9580989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9584639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9588287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9591948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9595600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9599249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9602939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9606640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9610276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9613918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9617655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9621399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9625063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9628754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9632410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9636065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9639707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9643349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9647040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9650692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9654378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9658084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9661821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9665501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9669149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9672824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9676483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9680117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9683760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9687414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9691042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9694739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9698595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9702240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9705905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9709623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9713279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9716930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9720603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9724273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9727930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9731577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9735228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9739086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9742741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9746430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9750081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9753716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9757444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9761102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9764773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9768422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9772061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9775711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9779505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9783163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9786873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9790560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9794209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9797851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9801545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9805218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9807199Z 252 warnings generated when compiling for gfx90a. 2024-04-03T17:06:39.9807550Z 2024-04-03T17:06:39.9809016Z [7935/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardsigmoidKernel.hip.o 2024-04-03T17:06:39.9810881Z [7936/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceMaxValuesKernel.hip.o 2024-04-03T17:06:39.9812326Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2024-04-03T17:06:39.9814913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9816966Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:39.9817388Z ^ 2024-04-03T17:06:39.9819497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9823183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9826864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9830567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9834217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9837908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9841543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9845236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9848895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9852541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9856238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9860037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9863694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9867317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9870976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9874668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9878335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9882046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9885684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9889337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9893040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9896743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9900479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9904187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9907832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9911495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9915167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9918825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9922507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9926159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9929841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9933500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9937255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9941002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9944666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9948393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9952039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9955706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9959363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9963016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9966731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9970382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9974055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9977764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9981510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9985216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9988865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9992516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9996202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:39.9999849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0003495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0007151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0010795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0014478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0018155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0021942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0025570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0029267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0032926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0036572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0040253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0043897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0047546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0051197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0054833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0058825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0062484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0066181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0069812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0073471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0077179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0080825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0084480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0088163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0091820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0095458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0099299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0102966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0106671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0110316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0114041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0117708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0121411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0125067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0128722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0132395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0136046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0139836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0143495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0147153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0150849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0154509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0158195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0161831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0165473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0169188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0175739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0182365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0189098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0195975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0202840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0209709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0216666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0223548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0230034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0236624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0243074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0249840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0256648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0262885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0268854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0273849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0280159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0286790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0293341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0300528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0307330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0314349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0321251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0327986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0334740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0341530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0348143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0355057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0361644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0367992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0372833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0376978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0381403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0385150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0388808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0392469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0394388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0396241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0398097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0400002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0401881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0403740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0405586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0407452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0409342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0411201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0413069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0414930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0417294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0419350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0421210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0423076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0424958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0426838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0428695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0430552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0432406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0434328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0436217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0438074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0439923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0442396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0444743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0446626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0448521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0450384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0452260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0454110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0455982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0457946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0460012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0463401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0466905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0470377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0473930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0477425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0480916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0484426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0487918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0491404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0494739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0497554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0500178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0502124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0503995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0507057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0509273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0511147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0513001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0514914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0516768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0518635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0520488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0522347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0524231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0526082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0527974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0529828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0531669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0533566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0535676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0537683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0539708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0541586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0543438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0545311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0547364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0549291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0551185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0553045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0554894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0556765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0558628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0560480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0562379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0564218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0566078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0567923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0569783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0571663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0573525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0576803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0578889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0580748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0582669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0584526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0586412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0588279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0590478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0592345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0594215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0596061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0597977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0599866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0601716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0604500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0607576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0610220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0613511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0617418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0621311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0624603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0627585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0630903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0634530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0637361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0641029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0644458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0647733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0650986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0654232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0657959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0661508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0664727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0667897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0671215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0674961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0678769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0682495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0686129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0689805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0693493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0697187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0700934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0704618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0708118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0711598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0714715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0718086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0721231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0723246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0725212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0727246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0729142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0731060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0732962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0734873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0736858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0738894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0740774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0742622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0744487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0746385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0748339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0750230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0752110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0754043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0755910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0757812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0759758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0761617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0763518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0765408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0767271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0769197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0771062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0773004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0774903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0776834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0778927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0780833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0782722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0784630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0786517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0788373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0790260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0792168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0794065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0796007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0797905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0799766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0801698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0803560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0805440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0807376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0809236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0811132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0813002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0814874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0817013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0819026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0821374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0823283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0825134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0827069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0828983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0830883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0832791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0834643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0836553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0838456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0840312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0842244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0844143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0846048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0847965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0849848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0851746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0853618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0855545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0857553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0859542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0861448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0863363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0865263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0867631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0870246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0872733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0875311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0878180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0880813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0883492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0886369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0888964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0891550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0894375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0897094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0899919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0902727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0905440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0908186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0910946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0914069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0914395Z 360 warnings generated when compiling for gfx906. 2024-04-03T17:06:40.0915470Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceMaxValuesKernel.hip:13: 2024-04-03T17:06:40.0919027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0919304Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:40.0919465Z ^ 2024-04-03T17:06:40.0922649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0925905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0929184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0932675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0936287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0940012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0943635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0947142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0950634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0954301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0957840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0961404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0964631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0967881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0971143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0974424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0977720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0981239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0984567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0987916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0991224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0994811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.0998381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1001787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1005411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1008867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1012247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1015517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1019160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1022626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1025905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1029598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1033024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1036586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1040192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1043830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1047373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1050936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1054526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1058391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1061971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1065587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1069278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1072881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1076439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1080061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1083790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1087377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1090949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1094653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1098467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1102031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1105645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1109340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1113160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1116836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1120650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1124209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1127942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1131643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1135327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1139298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1143016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1146659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1150313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1154017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1157803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1161531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1165313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1169014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1172679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1176576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1180459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1184137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1187937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1191530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1195231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1215162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1219173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1222842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1226573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1230342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1234039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1237818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1241510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1245213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1248772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1252460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1255989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1259709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1263212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1266967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1270525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1274233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1277786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1281371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1285088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1288663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1292286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1295982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1299673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1303295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1306941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1310643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1314476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1318221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1321847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1325391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1329087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1332678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1336390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1340370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1344107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1347837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1351587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1355252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1359044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1362711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1366439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1370020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1373504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1377369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1380878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1384622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1388272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1391988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1395691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1399410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1402983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1406681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1410396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1414209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1417994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1421951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1425573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1429016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1432779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1436432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1440126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1443729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1447485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1451189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1454868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1458984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1462588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1466234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1470064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1473678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1477334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1481154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1484609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1488129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1491659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1495261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1499124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1502815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1506453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1509881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1513471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1517134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1520701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1524480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1528174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1531824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1535310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1539016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1542591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1546071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1549785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1553400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1557005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1560848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1564445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1568141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1571939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1575654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1579546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1583283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1586975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1590745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1594454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1598211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1601923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1605723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1609072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1612700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1616623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1620575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1624174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1627645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1631095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1634698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1638229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1641786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1645365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1648940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1652718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1656366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1660229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1663935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1667288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1670784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1674527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1677998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1681789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1685280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1688884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1692416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1696049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1699907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1703441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1707199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1710728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1714207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1717741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1721262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1724961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1728546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1732206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1735856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1739743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1743464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1747056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1750527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1754174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1757893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1761615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1765221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1768910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1772715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1776521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1780396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1784122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1787867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1791601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1794981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1798618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1802132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1805722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1809310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1812921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1816673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1820216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1823944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1827508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1831172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1834854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1838542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1842283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1846056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1849705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1853377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1857031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1860796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1864655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1868486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1872189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1875957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1879717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1883239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1886956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1890756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1894321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1898148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1901859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1905434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1909247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1912985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1916780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1920540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1924256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1927742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1931435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1935141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1938956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1942260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1946024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1949674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1953359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1957129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1960892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1964601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1968324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1972099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1975579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1979516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1987726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.1994585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2002186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2009492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2017232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2024851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2031899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2039331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2046714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2053928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2061584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2068255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2075319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2082726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2089993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2097109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2104180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2111360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2118753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2126195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2133216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2140282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2147475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2154249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2161100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2168538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2175674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2183076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2190213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2197316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2204706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2211995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2219486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2226788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2233759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2241037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2248251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2255650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2263102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2270299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2277505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2284809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2291820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2299068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2306015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2312945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2320174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2327450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2334748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2341809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2349132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2356123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2363431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2370796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2378104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2385464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2392585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2399820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2406726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2413622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2420830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2427832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2434910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2442088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2449448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2456773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2464101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2471256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2478519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2485761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2492845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2500064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2507545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.2511549Z 360 warnings generated when compiling for gfx90a. 2024-04-03T17:06:40.2512220Z 2024-04-03T17:06:40.3194800Z [7936/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationGluKernel.hip.o 2024-04-03T17:06:40.3198251Z [7937/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceSumProdKernel.hip.o 2024-04-03T17:06:40.3201009Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2024-04-03T17:06:40.3206621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3210543Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:40.3211318Z ^ 2024-04-03T17:06:40.3215388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3223033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3230298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3237463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3244774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3252002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3259636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3267043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3274327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3280833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3284579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3288304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3291957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3295630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3299633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3303308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3310415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3317778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3324735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3330190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3336256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3342043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3347280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3352291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3356444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3360282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3364021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3368146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3373897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3379401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3385294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3391250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3397346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3403663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3409958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3416213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3423347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3430125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3436844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3442741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3447191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3450919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3454801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3458889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3462568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3466297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3470104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3476225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3482634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3489434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3495936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3503200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3510317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3517089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3521413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3525161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3528927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3532701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3536564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3540602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3544404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3548213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3551961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3556724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3560413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3564060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3570731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3577869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3582773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3587884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3591669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3595484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3599196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3602950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3606727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3610819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3615620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3619811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3623576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3627399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3631141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3635014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3639750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3643958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3648037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3652009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3656219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3660544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3664697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3668876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3672975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3677126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3681984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3687725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3692121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3696283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3701290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3707020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3713967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3721136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3727846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3734619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3741576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3748375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3755246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3761685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3768098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3774769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3781818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3788633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3795369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3802344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3809532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3816616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3823784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3830728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3837894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3844841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3851914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3859018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3865788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3872416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3879237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3885634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3892362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3899756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3906927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3913122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3919914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3926741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3933707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3941174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3948205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3955315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3962332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3969284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3976350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3983542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3990387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.3997389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4004383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4011449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4018565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4025704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4032719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4039709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4046656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4053579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4060772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4067901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4074895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4081787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4088870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4095860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4103295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4110067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4117110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4123972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4130954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4138157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4145108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4152321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4159392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4166222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4173095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4180057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4187226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4194262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4201411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4208428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4215465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4222658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4229601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4236433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4243243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4250141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4257085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4264139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4271083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4278269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4285287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4292494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4299799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4306968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4314061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4320986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4327803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4334440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4339310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4343340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4347132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4351399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4355143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4358954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4363007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4368242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4372750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4376682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4380621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4384438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4388338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4392067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4395814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4399918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4403815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4407642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4411497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4415232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4419393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4423151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4427367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4431179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4434919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4438637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4442399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4446106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4449914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4453678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4457707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4461626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4465420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4469217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4472941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4476719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4480475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4484265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4488184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4493732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4497613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4501646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4505377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4509154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4512883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4516622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4520331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4524072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4527813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4531497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4535319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4539512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4543243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4547039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4550745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4554485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4558193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4562248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4566003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4570528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4575707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4579844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4583650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4587375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4591093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4594842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4598657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4602428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4606161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4609914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4615230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4621920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4627947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4634519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4641662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4648819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4654413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4658157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4662045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4665717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4669432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4673083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4676753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4682152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4687295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4691102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4694920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4698899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4702743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4707137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4711943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4716709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4722523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4727642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4732486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4737892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4743914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4748116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4752170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4756221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4760079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4764049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4768099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4772721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4776865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4781544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4785564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4789319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4793128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4797425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4801445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4805266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4809017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4813032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4816863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4821547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4825788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4829849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4833622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4837661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4841445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4845155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4848902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4853182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4860293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4867191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4874136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4881069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4888067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4894962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4902118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4909006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4915863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4922851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4929746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4936738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4943282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4950022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4955924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4960980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4966080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4971369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4976643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4981886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4986988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4992170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.4997600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5001783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5005576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5009299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5013033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5016856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5020733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5024551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5028243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5032008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5036898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5041602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5046138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5050553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5054908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5058906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5063199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5066879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5070829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5075066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5079104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5082836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5086491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5090734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5095308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5100573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5105064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5110126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5115437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5119703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5124493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5129416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5135663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5142507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5149229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5156167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5163062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5170070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5177055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5183802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5190113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5195400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5200475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5203460Z 378 warnings generated when compiling for gfx906. 2024-04-03T17:06:40.5204784Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceSumProdKernel.hip:4: 2024-04-03T17:06:40.5207880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5210545Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:40.5211216Z ^ 2024-04-03T17:06:40.5213823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5219598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5224540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5229517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5234843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5239925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5245613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5251431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5257893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5264608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5271171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5277597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5285194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5292706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5300405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5307812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5315272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5322797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5330273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5337896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5345389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5352845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5360323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5367794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5375272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5382899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5390294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5396953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5403182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5409711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5416058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5422628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5429117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5435075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5442007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5448909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5455786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5463038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5469559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5472909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5475818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5478572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5480540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5482498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5484491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5486359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5488302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5490236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5492085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5494018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5495993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5498084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5500927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5502822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5504843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5506774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5508647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5510607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5512559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5514423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5516363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5518292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5520195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5522124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5524113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5525967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5527912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5529872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5531769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5533704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5535876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5537891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5540182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5542075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5544297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5546730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5549246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5551397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5553543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5556722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5559242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5562203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5565345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5567567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5569423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5571292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5573148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5575060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5577028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5579083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5580959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5582827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5584740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5586602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5588499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5590364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5592222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5594069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5595916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5597772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5599693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5601568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5603424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5605271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5607170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5609027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5610892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5612767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5614639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5616566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5618546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5620404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5622310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5624166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5626067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5628091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5630954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5633802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5635801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5638257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5640787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5643564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5646418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5649118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5651363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5654509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5657866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5661007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5664095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5667292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5670252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5673026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5676116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5679276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5682823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5686090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5688965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5692502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5695953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5699714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5702644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5705834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5709192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5712344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5715678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5719148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5722607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5726106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5729659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5733205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5736948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5740696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5744274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5747765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5751406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5754937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5758417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5762031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5765611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5769162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5772725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5776226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5780077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5783656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5787169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5790572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5794046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5797513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5800942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5804425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5807848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5811252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5814598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5817076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5819134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5821078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5823055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5844108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5845993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5847991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5849856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5851736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5853647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5855523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5857463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5859743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5862704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5866111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5868250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5870219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5872083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5873999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5875844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5877709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5879615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5881497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5883342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5885199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5887051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5888951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5891580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5894438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5896354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5898847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5902426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5905745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5909099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5912158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5915185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5917442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5919455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5921370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5923331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5926101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5929240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5931319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5933257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5935119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5937082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5940479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5942356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5944207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5946073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5947931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5949829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5951688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5953574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5955437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5958329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5961781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5965308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5968912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5972531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5975928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5979569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5983058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5986487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5990051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5993495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.5997100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6000558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6004137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6007520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6010811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6014200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6017640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6021143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6024533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6028314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6032193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6035978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6039765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6043514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6047229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6051017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6054731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6058699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6062524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6066300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6070027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6073645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6077173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6080891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6084542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6088256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6091855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6095546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6099391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6103013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6106695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6110341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6114005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6117669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6121343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6125070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6128708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6132367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6135975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6139784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6143518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6147167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6150784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6154486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6158099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6161746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6165409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6169045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6172770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6176488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6180327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6183956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6187727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6191344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6194939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6198603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6202204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6205806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6209427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6213086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6216826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6220546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6224203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6227811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6231411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6235057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6238615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6242227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6245895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6249453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6253078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6256800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6260224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6263989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6267607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6271335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6274970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6278665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6282322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6285898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6289603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6293228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6296976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6300661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6304279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6307994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6311622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6315409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6319153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6322860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6326627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6330326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6334016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6337794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6341569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6345181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6348784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6352336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6355976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6359538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6363117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6366648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6370216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6373749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6377310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6380928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6384424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6387887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6391336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6394780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6398318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6401795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6404935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6407918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6410850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6413905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6415797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6417890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6419963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6421851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6423706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6425585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6427437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6429346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6431214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6433109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6434979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6436874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6438740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6440583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6442477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6444330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6446194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6448048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6449908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6451805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6453661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6455542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6455743Z 378 warnings generated when compiling for gfx90a. 2024-04-03T17:06:40.6455757Z 2024-04-03T17:06:40.6456597Z [7937/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Dropout.hip.o 2024-04-03T17:06:40.6457416Z [7938/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReduceNormKernel.hip.o 2024-04-03T17:06:40.6457927Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2024-04-03T17:06:40.6459952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6460134Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:40.6460233Z ^ 2024-04-03T17:06:40.6462102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6464007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6465867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6467732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6469579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6471441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6473280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6475181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6477102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6478958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6480806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6482698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6484542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6486409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6488316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6490184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6492028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6494076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6495939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6497902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6499883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6501800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6503661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6505512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6507422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6509277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6511169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6513016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6514877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6516720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6518592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6520439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6522347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6524235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6526096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6527945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6529848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6531700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6533565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6535533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6537464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6539442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6541298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6543171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6545068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6547044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6548951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6550822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6552674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6554576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6556434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6558323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6560179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6562038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6563887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6565753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6567601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6569485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6571373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6573226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6575074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6577075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6579040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6580899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6582814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6584664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6586529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6588384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6590250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6592533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6594416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6596333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6598277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6600131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6602031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6604986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6608054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6610651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6612529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6614385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6616269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6618210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6620285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6622207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6624085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6625939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6627831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6629694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6631547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6633447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6635298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6637165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6639020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6640878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6642773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6644653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6646539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6648403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6650256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6652159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6654008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6655889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6657827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6659811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6661666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6663534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6665380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6667305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6669197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6671038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6672904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6674814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6676688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6678548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6680438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6682286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6684159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6686010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6687871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6689745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6691612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6693486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6695345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6697254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6700071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6703790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6707527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6711217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6714920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6718615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6722331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6725993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6729749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6733507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6737268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6741047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6744814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6748524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6752208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6755987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6759677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6763403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6767102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6770827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6774587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6778466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6782240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6785984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6789677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6793449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6797143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6800878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6804554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6808259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6811950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6815669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6819494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6823256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6827007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6830685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6834417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6838164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6841864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6845576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6849344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6853032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6856796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6860599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6864298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6868058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6871766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6875519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6879220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6882904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6886652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6890159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6893576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6897058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6900528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6903913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6907290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6910675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6914071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6917533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6920915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6924310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6927749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6931145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6934526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6938048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6941511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6944888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6948275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6951643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6955099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6958503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6961926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6965324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6968738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6972109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6975492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6979122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6982522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6985923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6989299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6992671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6996026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.6999456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7002897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7006253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7009628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7017123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7024143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7031390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7038306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7044984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7051684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7058517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7065225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7072085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7078787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7085578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7092277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7099221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7105947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7112608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7119350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7126038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7132699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7139535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7146192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7152951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7159591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7166164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7172823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7179648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7186398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7193061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7199671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7206395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7213068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7219886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7226523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7233174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7239900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7246547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7253247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7260074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7266810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7273420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7280077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7286809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7293485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7300302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7306959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7313614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7320362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7326986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7333709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7340526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7347176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7353878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7360518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7367183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7373865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7380621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7387238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7393880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7400533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7407243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7413878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7420711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7427358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7434047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7440710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7447396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7454109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7460863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7467508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7474740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7481397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7488114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7494744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7500787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7507275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7513805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7520629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7527513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7534411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7541629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7548147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7555059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7561640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7567982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7574677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7581600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7588426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7594890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7601340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7606364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7610885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7614680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7618605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7622292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7625978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7629640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7633355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7637692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7643886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7649991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7656167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7663059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7669226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7675996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7683328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7690209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7694713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7698635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7702309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7706062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7709747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7713455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7717111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7720813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7724495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7728151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7731849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7735524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7739676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7743343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7746996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7750753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7754411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7758117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7761788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7765450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7769163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7772807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7776548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7780387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7784060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7787719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7791388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7795078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7798804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7802921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7806651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7810303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7814015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7817752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7821556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7825252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7830521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7835497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7839446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7843124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7846937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7850601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7854305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7858568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7863213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7868352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7872945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7877476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7882072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7886597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7891351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7895611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7900605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7905387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7909704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7914255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7919017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7922783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7927058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7931817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7936837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7942212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7947894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7955269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7961734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7968125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7972873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7976773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7980783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7985142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7989462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7993707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.7998781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8003371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8007050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8010716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8014397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8018169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8022133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8025806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8029547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8033214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8036923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8040585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8044254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8047941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8051584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8055231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8059153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8062817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8066537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8070183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8074241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8077923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8081926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8087559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8091284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8094953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8098959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8102638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8106303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8109967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8113609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8117317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8121035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8124688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8128342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8132039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8135693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8139543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8143238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8148487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8155590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8162762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8169877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8177190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8184135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8189639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8193316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8196992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8200738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8204387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8208030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8211730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8215387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8219292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8222959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8226625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8230332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8234007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8237654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8241324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8245008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8248665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8252323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8256000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8259919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8263571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8267220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8270888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8274603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8278336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8282042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8285706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8289345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8293064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8296796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8300617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8305426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8312496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8319536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8326667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8333694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8341004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8348235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8355373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8362469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8369697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8376865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8384090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8391321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8398455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8405452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8412693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8420136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8427561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8434815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8442237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8449576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8457022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8464542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8471907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8479328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8486662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8493983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8500967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8508187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8515510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8522469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8529494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8536826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8544199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8551580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8558842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8566107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8573455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8580878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8588125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8595403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8602609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8609974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8616978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8624132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8631260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8638546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8645512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8652560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8660121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8667423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8671855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8675533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8679208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8682846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8686581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8690293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8693946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8699304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8706643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8713901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8721110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8728431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8733644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8737416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8742339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8746434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8750224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8753881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8757599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8761282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8764950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8768645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8772308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8776138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8780307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8784334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8787999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8791656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8795303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8799023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8802715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8806360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8810355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8814102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8819105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8823932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8827703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8831368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8835032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8838687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8842341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8846179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8849833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8853544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8857270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8861041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8865839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8873084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8879552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8885879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8892379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8898857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8904884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8911268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8917542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8924072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8929365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8933591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8937984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8943523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8948435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8953192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8958322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8964449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8970440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8976676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8982649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8988928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.8994946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9001204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9007335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9013248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9017712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9021928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9025899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9030375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9034531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9039324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9043987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9048528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9053567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9058598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9063504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9068563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9073447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9078589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9083424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9088326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9092791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9097105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9101743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9106244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9110713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9115018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9118698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9122936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9127222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9132618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9138165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9143793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9147771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9152513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9158145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9163334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9168349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9173334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9177910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9183018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9187856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9192072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9196294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9200663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9205412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9212582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9219734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9226827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9233863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9240694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9247583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9254380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9261373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9268320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9275178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9282067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9288908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9295754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9302800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9309644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9316485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9323408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9330319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9337174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9344097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9350438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9356784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9363682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9370642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9377592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9384593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9390826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9396856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9401840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9407071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9412526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9418511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9423903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9429823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9434222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9440773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9447157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9452918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9458850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9463991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9469439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9475358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9480386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9484983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9490215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9495201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9500674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9504846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9510633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9515331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9520315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9524657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9530064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9535411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9541425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9547447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9552970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9557721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9563563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9569457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9573997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9579206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9583787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9588339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9592084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9595952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9599868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9603651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9607507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9611446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9615381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9619333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9624654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9629863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9634757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9639820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9645070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9650984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9655697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9659986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9664554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9670723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9677685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9684577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9688066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9691609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9695081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9698767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9702041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9705072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9708341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9712003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9715546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9719032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9722522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9726105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9729577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9733057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9736700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9740317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9743330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9746732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9750426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9754242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9757944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9761471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9764839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9768420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9771887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9775626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9779565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9783161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9786770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9790439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9794204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9797711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9801412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9805132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9808941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9812460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9816223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9820157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9823927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9827768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9831671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9835421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9839248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9842616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9846232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9849516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9853273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9857119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9859803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9863194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9866421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9869450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9873006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9875688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9877758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9879695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9895082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9897207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9899476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9901453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9903402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9905312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9907177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9909045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9910959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9912810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9914670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9916525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9918365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9920267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9922116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9924012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9925855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9927749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9929593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9931450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9933416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9935628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9937580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9939580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9941447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9943387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9945243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9947165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9949026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9950897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9952791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9954921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9956996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9958931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9960785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9962629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9964510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9966365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9968274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9970126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9972024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9973871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9975762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9977696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9979732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9981642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9983512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9985359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9987231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9989079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9990980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9992829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9994742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9996580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:40.9998441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0000331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0002193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0004043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0005931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0007786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0010736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0014293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0017923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0021717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0025282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0028908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0032431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0036001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0039565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0043037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0046777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0050342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0053910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0057573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0060947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0064573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0068064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0070784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0072660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0074546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0076501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0078370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0080243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0082148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0084021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0085872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0087741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0089589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0091501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0093367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0095263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0097196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0099310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0101172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0103038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0103227Z 864 warnings generated when compiling for gfx906. 2024-04-03T17:06:41.0103722Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReduceNormKernel.hip:5: 2024-04-03T17:06:41.0105628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0105791Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:06:41.0105905Z ^ 2024-04-03T17:06:41.0107768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0109632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0111486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0113402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0115243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0117143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0119010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0120873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0122774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0124618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0126486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0128367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0130232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0132091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0133965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0135810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0137784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0139918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0143004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0146346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0149933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0153577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0157248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0160979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0164556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0167988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0171611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0175147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0179156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0182845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0186410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0190009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0193580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0197225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0200807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0204250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0207836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0211493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0215049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0218888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0222434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0226190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0229691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0233186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0236574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0240229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0243962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0247718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0251313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0254885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0258652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0262286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0265823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0269608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0273176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0276828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0280261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0283869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0287546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0291142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0294854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0298844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0302360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0305905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0309488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0313150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0316934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0320670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0324338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0327954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0331643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0335165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0338763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0342458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0346094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0349823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0353533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0357154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0360882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0364551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0368291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0371920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0375601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0379515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0382988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0386707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0390488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0394178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0397864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0401592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0405268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0408814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0412595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0415091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0417070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0419150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0421025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0422882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0424803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0426666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0428527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0430374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0432245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0434152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0436015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0437926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0439784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0441645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0443538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0445382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0447248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0449131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0450981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0452829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0454691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0456618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0458692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0460601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0462454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0464332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0466212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0468072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0469916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0471815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0473657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0477039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0480563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0484215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0487995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0491684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0495430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0499324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0502994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0506771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0510178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0512201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0514275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0516165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0518023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0519900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0521761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0523675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0525589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0527434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0529300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0531173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0533052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0534911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0536966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0538980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0541311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0543177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0546072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0549615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0553204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0556947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0560662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0564313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0568087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0571751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0575487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0579292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0582993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0586585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0590231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0593889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0597633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0601429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0605146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0608901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0612699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0616385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0620225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0623684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0627373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0631089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0634773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0638477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0642248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0645933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0649694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0653318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0657118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0660690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0664226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0667973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0671740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0675315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0678912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0682654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0686239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0689815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0693607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0697364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0701083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0704846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0708427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0711909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0715651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0719175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0722752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0726467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0730178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0734032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0737870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0741783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0745570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0749341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0753177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0756958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0760799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0764613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0768368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0772171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0775928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0779835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0783622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0787402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0791185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0794999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0798821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0802603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0806426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0810310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0814083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0817953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0821912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0825680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0829538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0833358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0837205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0840315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0843303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0846497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0849598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0852683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0855632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0858637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0861533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0864387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0867475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0870621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0873761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0876655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0880428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0884267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0888021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0891666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0895431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0899163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0902841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0906375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0909971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0913689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0917298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0921014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0924638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0928286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0931989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0935633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0939473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0943064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0946628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0950205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0953765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0957354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0961069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0964750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0968343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0971942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0975560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0979279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0982917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0986610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0990225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0993794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.0997366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1000944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1004622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1008235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1011960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1015597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1019380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1023068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1026710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1030399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1034079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1037710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1041342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1044904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1048524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1052210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1055890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1059316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1062783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1066400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1069990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1073624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1077326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1080961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1084593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1088228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1091849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1095568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1099448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1103176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1106754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1110366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1114064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1117733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1121428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1125046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1128648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1132301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1135943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1139828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1143516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1147180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1150747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1154400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1158088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1161748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1165404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1169094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1172727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1176334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1180147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1183771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1187446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1191064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1194747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1198334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1201922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1205547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1209134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1212757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1216487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1220209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1223820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1227424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1230986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1234639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1238361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1241899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1245492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1249170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1252790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1256470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1260265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1263867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1267446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1271047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1274655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1278316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1281881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1285464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1289019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1292688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1296303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1300080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1303805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1307414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1310990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1314613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1318215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1321781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1325416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1329106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1332695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1336306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1340186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1343774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1347353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1351040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1354630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1358207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1361844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1365437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1369146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1372716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1376390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1380153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1383894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1387464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1391129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1394907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1398647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1402357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1406080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1409772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1413546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1417326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1421191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1424820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1428413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1432071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1435619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1439167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1442749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1446274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1449771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1453276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1456817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1460496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1463971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1467527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1470989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1474538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1478005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1481464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1484977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1488413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1491815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1495270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1498911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1502428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1505900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1509399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1512825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1516245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1519794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1523254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1526686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1530167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1533581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1537050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1540560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1543985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1547437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1550842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1554332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1557726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1561210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1564611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1568015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1571484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1574872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1578512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1581889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1585322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1588838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1592237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1595745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1599153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1602534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1606040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1609468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1612901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1616483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1620007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1623459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1626893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1630270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1633723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1637022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1640574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1643957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1647502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1650898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1654304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1657777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1661044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1664550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1667956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1671251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1674800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1678207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1681762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1684894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1687898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1691047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1694145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1696563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1698674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1702004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1705452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1708683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1711925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1715407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1718859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1722445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1725866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1729430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1732907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1736322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1740293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1743858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1747395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1750803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1754049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1757485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1760791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1764143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1767480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1770694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1774210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1777681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1781151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1784720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1787955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1791200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1794281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1797106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1799114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1801422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1804919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1808538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1815552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1819262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1822763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1826398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1829950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1836852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1840379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1843866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1847323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1850747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1854078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1857392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1860696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1864138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1867293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1870311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1873504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1877287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1880981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1884631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1888248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1891663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1894851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1898627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1902105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1905519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1908824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1912259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1915837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1919320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1922935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1926401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1929827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1933310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1936888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1940512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1943961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1947189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1950737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1953978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1957243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1960543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1963827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1967161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1970547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1973738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1977194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1980523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1984021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1987444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1991075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1994496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.1997942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2001767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2005418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2009057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2012673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2016265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2020002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2023324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2030678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2037503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2045361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2052818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2059991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2066740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2073231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2080004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2086989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2093827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2101017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2107875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2114385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2120858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2127211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2133869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2140669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2147266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2153531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2159447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2166166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2172932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2180086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2187286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2194316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2201348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2208251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2215250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2222621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2229488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2236510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2243696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2250782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2258047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2265306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2272388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2279429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2286522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2293575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2300679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2307896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2314746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2321696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2328795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2335814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2343160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2350135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2356871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2363847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2370735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2377763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2384716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2391284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2398115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2404375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2410658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2416963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2423162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2430017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2436374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2443196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2450361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2457437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2462326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2466044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2473015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2479374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2486081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2492999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2500103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2507115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2514917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2521431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2527830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2534269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2541153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2547650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2554178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2560504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2565663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2570999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2574959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2578922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2582677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2586367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2592124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2599028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2605915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2612796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2619810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2626222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2630226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2636848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2643848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2650756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2657796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2664728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2670655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2677155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2683879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2690566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2697384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2704308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2711533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2718403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2725401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2732078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2738809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2745513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2752116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2758769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2765379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2771731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2776059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2780410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2784290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2788183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2794443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2799214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2805616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2812415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2819621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2826188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2832857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2839386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2846091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2852762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2859724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2866256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2870959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2874734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2878416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2882074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2885794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2889458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2893128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2896896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2900734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2904387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2908562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2915555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2922326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2929275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2936590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2943765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2950860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2957857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2964812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2971777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2978934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2985935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2992981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.2999942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3007159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3013996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3021302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3028311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3035267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3041682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3048505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3054838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3061660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3068455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3075208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3082058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3089279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3095826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3102377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3108845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3115265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3121828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3128218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3134267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3140558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3145207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3149120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3153037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3156698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3160537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3164286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3168001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3171670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3175624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3179867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3183546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3187216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3190875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3194527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3198179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3201836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3205628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3210626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3214359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3218227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3223530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3229514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3236594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3242702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3247314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3251089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3254766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3261588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3268502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3275597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3282520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3289451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3296329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3303408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3310342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3317204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3324055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3330915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3337831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3344289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3351225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3357567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3362686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3367743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3372982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3378200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3383591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3388671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3393695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3398890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3405264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3409167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3412847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3416599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3420945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3424630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3428341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3431987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3435648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3439385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3445222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3452011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3458940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3465830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3472704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3479583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3486174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3493070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3500175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3507152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3514050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3520263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3527440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3534532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3541853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3549012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3556224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3563389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3570591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3578089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3585391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3592641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3599848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3607014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3614254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3621611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3628781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3635944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3643158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3650330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3657131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3663261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3667336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3671014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3675092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3678773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3682790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3686453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3690409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3694065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3697836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3701645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3705646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3709616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3713461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3717129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3720845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3724501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3728475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3732531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3736598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3741003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3745314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3750052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3754259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3757944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3762196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3766319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3770913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3775504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3780484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3785371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3787744Z 864 warnings generated when compiling for gfx90a. 2024-04-03T17:06:41.3788337Z 2024-04-03T17:06:41.3789824Z [7938/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Embedding.hip.o 2024-04-03T17:06:41.3791878Z [7939/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationGeluKernel.hip.o 2024-04-03T17:06:41.3793605Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip:18: 2024-04-03T17:06:41.3794816Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:41.3797449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3799676Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.3800285Z ^ 2024-04-03T17:06:41.3802400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3806283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3810139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3814380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3816804Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.3817229Z ^ 2024-04-03T17:06:41.3819727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3824391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3827051Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.3827853Z ^ 2024-04-03T17:06:41.3830194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3834808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3839080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3843326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3845590Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.3846012Z ^ 2024-04-03T17:06:41.3848606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3854185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3858392Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.3859451Z ^ 2024-04-03T17:06:41.3863258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3870175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3877265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3884168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3887309Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.3887962Z ^ 2024-04-03T17:06:41.3890995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3895341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3897879Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.3898631Z ^ 2024-04-03T17:06:41.3900832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3907572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3913882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3920584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3924218Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.3925001Z ^ 2024-04-03T17:06:41.3928770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3935631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3939885Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.3940974Z ^ 2024-04-03T17:06:41.3944948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3951924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3958276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3964860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3968245Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.3968956Z ^ 2024-04-03T17:06:41.3972574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3979453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3983168Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.3984152Z ^ 2024-04-03T17:06:41.3987932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.3994028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4000281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4005682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4008212Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4008627Z ^ 2024-04-03T17:06:41.4011506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4016222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4019719Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4020403Z ^ 2024-04-03T17:06:41.4023051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4027980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4032012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4036218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4039689Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4040433Z ^ 2024-04-03T17:06:41.4043852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4047609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4049896Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4050490Z ^ 2024-04-03T17:06:41.4052588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4056530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4061352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4068119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4071517Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4072211Z ^ 2024-04-03T17:06:41.4075770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4082716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4086646Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4087548Z ^ 2024-04-03T17:06:41.4091005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4098425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4105696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4113010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4116884Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4117652Z ^ 2024-04-03T17:06:41.4121634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4128794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4132786Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4133842Z ^ 2024-04-03T17:06:41.4137037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4141239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4147701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4151459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4153606Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4154030Z ^ 2024-04-03T17:06:41.4156067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4160152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4163324Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4164544Z ^ 2024-04-03T17:06:41.4167709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4171854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4177124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4181699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4183862Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4184372Z ^ 2024-04-03T17:06:41.4186517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4190324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4192521Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4203669Z ^ 2024-04-03T17:06:41.4205805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4209517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4213356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4217193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4219425Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4219848Z ^ 2024-04-03T17:06:41.4221888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4225628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4227772Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4228364Z ^ 2024-04-03T17:06:41.4230385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4234125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4237834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4241511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4243497Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4243914Z ^ 2024-04-03T17:06:41.4245941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4249632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4251770Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4252360Z ^ 2024-04-03T17:06:41.4254383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4259456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4264529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4270583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4274177Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4274951Z ^ 2024-04-03T17:06:41.4279152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4286035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4290029Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4291078Z ^ 2024-04-03T17:06:41.4294934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4301938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4308870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4315834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4319488Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4320206Z ^ 2024-04-03T17:06:41.4323880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4330258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4333431Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4334489Z ^ 2024-04-03T17:06:41.4337078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4341866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4346086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4350447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4352967Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4353398Z ^ 2024-04-03T17:06:41.4355993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4358574Z 96 warnings generated when compiling for gfx906. 2024-04-03T17:06:41.4359536Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGeluKernel.hip:18: 2024-04-03T17:06:41.4360879Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:41.4363900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4366577Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4367166Z ^ 2024-04-03T17:06:41.4369520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4373510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4378113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4382542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4384822Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4385389Z ^ 2024-04-03T17:06:41.4387779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4391461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4393603Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4394468Z ^ 2024-04-03T17:06:41.4397120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4401653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4407651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4413134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4417679Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4418234Z ^ 2024-04-03T17:06:41.4420938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4425453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4430984Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4431727Z ^ 2024-04-03T17:06:41.4435054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4440979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4447678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4453605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4455752Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4456179Z ^ 2024-04-03T17:06:41.4458839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4463784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4466705Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4467707Z ^ 2024-04-03T17:06:41.4470126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4473918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4478738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4483002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4483186Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4483291Z ^ 2024-04-03T17:06:41.4485840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4489463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4490052Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4490231Z ^ 2024-04-03T17:06:41.4493745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4497356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4500912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4504421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4504727Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4504894Z ^ 2024-04-03T17:06:41.4508424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4511936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4512528Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4512690Z ^ 2024-04-03T17:06:41.4516279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4519721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4522757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4524884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4525045Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4525268Z ^ 2024-04-03T17:06:41.4527691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4529840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4530180Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4530277Z ^ 2024-04-03T17:06:41.4532668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4534656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4537138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4539313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4539607Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4539801Z ^ 2024-04-03T17:06:41.4542242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4545000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4545667Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4545774Z ^ 2024-04-03T17:06:41.4548263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4550144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4552022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4553932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4554109Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4554204Z ^ 2024-04-03T17:06:41.4556070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4557951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4558308Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4558416Z ^ 2024-04-03T17:06:41.4560271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4562444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4564610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4566796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4566965Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4567133Z ^ 2024-04-03T17:06:41.4569414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4571730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4572071Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4572167Z ^ 2024-04-03T17:06:41.4574326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4576640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4578686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4580558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4580721Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4580833Z ^ 2024-04-03T17:06:41.4583007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4585251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4585674Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4585854Z ^ 2024-04-03T17:06:41.4588117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4590000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4591882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4594031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4594270Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4594368Z ^ 2024-04-03T17:06:41.4596576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4598717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4599070Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4599182Z ^ 2024-04-03T17:06:41.4601423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4603599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4605759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4607900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4608118Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4608214Z ^ 2024-04-03T17:06:41.4610362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4612508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4612834Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4612948Z ^ 2024-04-03T17:06:41.4614823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4616788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4619527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4621620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4621788Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4621885Z ^ 2024-04-03T17:06:41.4623762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4625665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4626003Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4626100Z ^ 2024-04-03T17:06:41.4627971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4629849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4632206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4635201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4635470Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4635638Z ^ 2024-04-03T17:06:41.4638523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4641341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4641730Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4641830Z ^ 2024-04-03T17:06:41.4644051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4646082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4648103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4650363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4650680Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4650830Z ^ 2024-04-03T17:06:41.4653057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4655236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4655566Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4655674Z ^ 2024-04-03T17:06:41.4657711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4659840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4661819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4664731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4665043Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4665216Z ^ 2024-04-03T17:06:41.4668308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4668595Z 96 warnings generated when compiling for gfx90a. 2024-04-03T17:06:41.4668608Z 2024-04-03T17:06:41.4669591Z [7939/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FlattenIndicesKernel.hip.o 2024-04-03T17:06:41.4671190Z [7940/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationHardsigmoidKernel.hip.o 2024-04-03T17:06:41.4672235Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip:18: 2024-04-03T17:06:41.4672983Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:41.4676520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4677153Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4677337Z ^ 2024-04-03T17:06:41.4680840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4684473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4687931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4691333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4691634Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4691806Z ^ 2024-04-03T17:06:41.4695177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4698989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4699566Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4699725Z ^ 2024-04-03T17:06:41.4703146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4706521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4709986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4713533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4713825Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4713985Z ^ 2024-04-03T17:06:41.4717499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4720891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4721449Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4721623Z ^ 2024-04-03T17:06:41.4724945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4728212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4731344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4734245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4734632Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4734793Z ^ 2024-04-03T17:06:41.4737079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4739435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4739771Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4739938Z ^ 2024-04-03T17:06:41.4742298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4744496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4747938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4751559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4751843Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4752015Z ^ 2024-04-03T17:06:41.4755544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4759094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4759714Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4759901Z ^ 2024-04-03T17:06:41.4763474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4767010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4770580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4774179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4774460Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4774646Z ^ 2024-04-03T17:06:41.4778417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4781487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4782011Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4782178Z ^ 2024-04-03T17:06:41.4785319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4788190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4790998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4793607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4793789Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4793939Z ^ 2024-04-03T17:06:41.4796249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4798556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4798883Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4799007Z ^ 2024-04-03T17:06:41.4801282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4803623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4806221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4809076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4809248Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4809346Z ^ 2024-04-03T17:06:41.4812251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4814606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4815093Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4815261Z ^ 2024-04-03T17:06:41.4817945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4820363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4822780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4825269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4825496Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4825679Z ^ 2024-04-03T17:06:41.4827715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4827908Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:41.4828528Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationHardsigmoidKernel.hip:18: 2024-04-03T17:06:41.4828933Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:41.4830832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4831221Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4831318Z ^ 2024-04-03T17:06:41.4833485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4835359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4837551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4839972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4840214Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4840310Z ^ 2024-04-03T17:06:41.4842462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4844735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4845065Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4845178Z ^ 2024-04-03T17:06:41.4847057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4849258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4851531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4853850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4854028Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4854147Z ^ 2024-04-03T17:06:41.4856641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4859095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4859443Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4859541Z ^ 2024-04-03T17:06:41.4861962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4864151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4866663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4869063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4869229Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4869388Z ^ 2024-04-03T17:06:41.4871552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4873430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4873772Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4873925Z ^ 2024-04-03T17:06:41.4876110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4878529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4880773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4883111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4883337Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4883449Z ^ 2024-04-03T17:06:41.4885603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4887777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4888104Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4888201Z ^ 2024-04-03T17:06:41.4890370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4892315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4894475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4896511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4896696Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4896792Z ^ 2024-04-03T17:06:41.4898966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4901002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4901331Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4901443Z ^ 2024-04-03T17:06:41.4903640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4905544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4907471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4909356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4909519Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4909615Z ^ 2024-04-03T17:06:41.4911490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4913653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4913993Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4914088Z ^ 2024-04-03T17:06:41.4916241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4918247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4920119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4922292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4922455Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4922566Z ^ 2024-04-03T17:06:41.4925038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4927207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4927549Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4927706Z ^ 2024-04-03T17:06:41.4929819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4932060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4934488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4936373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4936627Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4936740Z ^ 2024-04-03T17:06:41.4938726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4938926Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:41.4938937Z 2024-04-03T17:06:41.4939814Z [7940/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_EmbeddingBag.hip.o 2024-04-03T17:06:41.4940997Z [7941/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_EmbeddingBackwardKernel.hip.o 2024-04-03T17:06:41.4941571Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip:4: 2024-04-03T17:06:41.4942489Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2024-04-03T17:06:41.4943487Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:41.4944282Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:41.4944458Z ^ 2024-04-03T17:06:41.4945204Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:41.4945434Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:41.4945611Z ^ 2024-04-03T17:06:41.4946274Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:41.4946497Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:41.4946626Z ^ 2024-04-03T17:06:41.4946801Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:41.4947634Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip:4: 2024-04-03T17:06:41.4948200Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2024-04-03T17:06:41.4949439Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:41.4949963Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:41.4950143Z ^ 2024-04-03T17:06:41.4951136Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:41.4951349Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:41.4951438Z ^ 2024-04-03T17:06:41.4951940Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:41.4952208Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:41.4952417Z ^ 2024-04-03T17:06:41.4952728Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:41.4953304Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.hip:4: 2024-04-03T17:06:41.4953850Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2024-04-03T17:06:41.4954926Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:41.4955617Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:41.4955794Z ^ 2024-04-03T17:06:41.4956529Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:41.4956663Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:41.4956749Z ^ 2024-04-03T17:06:41.4957250Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:41.4957466Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:41.4957631Z ^ 2024-04-03T17:06:41.4957805Z 1 warning generated when compiling for host. 2024-04-03T17:06:41.4957813Z 2024-04-03T17:06:41.4958747Z [7941/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FillKernel.hip.o 2024-04-03T17:06:41.4959686Z [7942/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationGluKernel.hip.o 2024-04-03T17:06:41.4960480Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip:19: 2024-04-03T17:06:41.4960897Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:41.4963065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4963411Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4963507Z ^ 2024-04-03T17:06:41.4965934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4968420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4970859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4973226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4973466Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4973576Z ^ 2024-04-03T17:06:41.4975452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4977420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4977746Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4977845Z ^ 2024-04-03T17:06:41.4979895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4981763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4983706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4985605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4985779Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.4985875Z ^ 2024-04-03T17:06:41.4987731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4989655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4989979Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.4990084Z ^ 2024-04-03T17:06:41.4992071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4995144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.4998620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5002007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5002273Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5002429Z ^ 2024-04-03T17:06:41.5005480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5008579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5009081Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5009216Z ^ 2024-04-03T17:06:41.5012296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5015809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5019798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5023445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5023744Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5023930Z ^ 2024-04-03T17:06:41.5027633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5031267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5031812Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5031970Z ^ 2024-04-03T17:06:41.5035142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5037011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5038940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5040807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5040980Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5041077Z ^ 2024-04-03T17:06:41.5042942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5044811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5045187Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5045295Z ^ 2024-04-03T17:06:41.5047169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5049066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5050941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5052832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5053007Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5053102Z ^ 2024-04-03T17:06:41.5054971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5056906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5057304Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5057515Z ^ 2024-04-03T17:06:41.5060554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5064070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5066311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5068219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5068382Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5068477Z ^ 2024-04-03T17:06:41.5070367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5073340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5073975Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5074127Z ^ 2024-04-03T17:06:41.5076343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5078222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5080656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5083571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5083742Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5083857Z ^ 2024-04-03T17:06:41.5085729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5085931Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:41.5086545Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationGluKernel.hip:19: 2024-04-03T17:06:41.5086952Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:41.5088842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5089165Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5089261Z ^ 2024-04-03T17:06:41.5091142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5093016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5094897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5096907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5097083Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5097179Z ^ 2024-04-03T17:06:41.5099275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5101158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5101483Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5101591Z ^ 2024-04-03T17:06:41.5103491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5105369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5107233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5109113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5109322Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5109419Z ^ 2024-04-03T17:06:41.5111298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5113160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5113497Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5113593Z ^ 2024-04-03T17:06:41.5115455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5117327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5119242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5121141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5121302Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5121412Z ^ 2024-04-03T17:06:41.5123275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5125177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5125502Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5125598Z ^ 2024-04-03T17:06:41.5127471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5129336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5131247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5133104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5133280Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5133376Z ^ 2024-04-03T17:06:41.5135234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5137180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5137501Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5137612Z ^ 2024-04-03T17:06:41.5139658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5141576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5143497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5145361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5145536Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5145629Z ^ 2024-04-03T17:06:41.5147550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5149412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5149732Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5149838Z ^ 2024-04-03T17:06:41.5151704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5153617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5155483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5157362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5157520Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5157616Z ^ 2024-04-03T17:06:41.5159490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5161355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5161714Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5161809Z ^ 2024-04-03T17:06:41.5163713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5165583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5167451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5169744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5169913Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5170021Z ^ 2024-04-03T17:06:41.5171897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5173780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5174146Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:41.5174240Z ^ 2024-04-03T17:06:41.5176119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5178065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5180118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5181992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5182164Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:41.5182271Z ^ 2024-04-03T17:06:41.5185135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:41.5185488Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:41.5185501Z 2024-04-03T17:06:42.0911939Z [7942/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpList.hip.o 2024-04-03T17:06:42.0979439Z [7943/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Dropout.hip.o 2024-04-03T17:06:42.0981754Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip:16: 2024-04-03T17:06:42.0983532Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:42.0988166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.0992312Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.0993491Z ^ 2024-04-03T17:06:42.0997436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1001400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1006256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1013329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1017243Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1018014Z ^ 2024-04-03T17:06:42.1022213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1029683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1033920Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1035006Z ^ 2024-04-03T17:06:42.1039011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1046109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1053413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1060530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1064364Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1065146Z ^ 2024-04-03T17:06:42.1069167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1076422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1080574Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1081672Z ^ 2024-04-03T17:06:42.1085721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1093187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1102363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1109795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1113760Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1114552Z ^ 2024-04-03T17:06:42.1118592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1125481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1129737Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1130853Z ^ 2024-04-03T17:06:42.1135170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1142740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1150032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1157172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1160966Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1161843Z ^ 2024-04-03T17:06:42.1165766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1172882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1177038Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1178140Z ^ 2024-04-03T17:06:42.1182751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1190352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1197404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1204479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1208354Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1209120Z ^ 2024-04-03T17:06:42.1213215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1220368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1224687Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1225777Z ^ 2024-04-03T17:06:42.1229720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1237055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1244173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1251534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1255491Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1256277Z ^ 2024-04-03T17:06:42.1260543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1267807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1272223Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1273350Z ^ 2024-04-03T17:06:42.1277268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1284350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1291333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1298510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1302424Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1303197Z ^ 2024-04-03T17:06:42.1307044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1314608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1318543Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1319649Z ^ 2024-04-03T17:06:42.1323712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1331168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1337461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1341440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1343424Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1343843Z ^ 2024-04-03T17:06:42.1345881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1347958Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:42.1348732Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Dropout.hip:16: 2024-04-03T17:06:42.1349737Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:42.1352185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1354320Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1354909Z ^ 2024-04-03T17:06:42.1356952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1360635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1364315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1368044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1370069Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1370492Z ^ 2024-04-03T17:06:42.1372518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1376207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1378625Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1379224Z ^ 2024-04-03T17:06:42.1381264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1384940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1388616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1392345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1394319Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1394728Z ^ 2024-04-03T17:06:42.1396777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1400475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1402616Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1403199Z ^ 2024-04-03T17:06:42.1405236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1408959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1412676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1416342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1418521Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1418934Z ^ 2024-04-03T17:06:42.1421036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1424741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1426872Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1427446Z ^ 2024-04-03T17:06:42.1429499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1433180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1436900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1440577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1442534Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1442949Z ^ 2024-04-03T17:06:42.1446301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1453272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1457327Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1458660Z ^ 2024-04-03T17:06:42.1462553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1469834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1476888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1484114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1488227Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1489010Z ^ 2024-04-03T17:06:42.1492983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1500345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1504525Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1505652Z ^ 2024-04-03T17:06:42.1509674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1516646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1524027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1531420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1535306Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1536089Z ^ 2024-04-03T17:06:42.1540204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1547312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1551525Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1552645Z ^ 2024-04-03T17:06:42.1556617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1563846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1571254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1578564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1582259Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1583021Z ^ 2024-04-03T17:06:42.1586838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1593725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1597711Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.1598759Z ^ 2024-04-03T17:06:42.1602792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1610149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1617486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1624651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1628552Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.1629486Z ^ 2024-04-03T17:06:42.1633245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.1637217Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:42.1637874Z 2024-04-03T17:06:42.3003380Z [7943/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalar.hip.o 2024-04-03T17:06:42.3006813Z [7944/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FlattenIndicesKernel.hip.o 2024-04-03T17:06:42.3009504Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FlattenIndicesKernel.hip:6: 2024-04-03T17:06:42.3011691Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:42.3014742Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:42.3017914Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:42.3019604Z ^ 2024-04-03T17:06:42.3021566Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:42.3023348Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:42.3024033Z ^ 2024-04-03T17:06:42.3025197Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:42.3026732Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:42.3027633Z ^ 2024-04-03T17:06:42.3028968Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FlattenIndicesKernel.hip:5: 2024-04-03T17:06:42.3030945Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:42.3035769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3040222Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.3041331Z ^ 2024-04-03T17:06:42.3045432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3052759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3060284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3067719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3071799Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.3072583Z ^ 2024-04-03T17:06:42.3076422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3083989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3088279Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.3089296Z ^ 2024-04-03T17:06:42.3092982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3100696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3107883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3115089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3119065Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.3119858Z ^ 2024-04-03T17:06:42.3123941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3131308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3135572Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.3136805Z ^ 2024-04-03T17:06:42.3140886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3148280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3155555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3162795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3166370Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.3167115Z ^ 2024-04-03T17:06:42.3171082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3178604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3182822Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.3184055Z ^ 2024-04-03T17:06:42.3188197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3194999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3202313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3209484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3213509Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.3214303Z ^ 2024-04-03T17:06:42.3219040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3223060Z 25 warnings generated when compiling for gfx906. 2024-04-03T17:06:42.3224739Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FlattenIndicesKernel.hip:6: 2024-04-03T17:06:42.3226837Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:42.3229823Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:42.3232791Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:42.3234331Z ^ 2024-04-03T17:06:42.3236278Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:42.3237943Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:42.3238747Z ^ 2024-04-03T17:06:42.3239900Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:42.3241341Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:42.3242236Z ^ 2024-04-03T17:06:42.3243713Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FlattenIndicesKernel.hip:5: 2024-04-03T17:06:42.3245829Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:42.3250447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3254477Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.3255564Z ^ 2024-04-03T17:06:42.3259566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3267003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3274141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3281276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3284988Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.3285870Z ^ 2024-04-03T17:06:42.3289895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3297157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3301501Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.3302588Z ^ 2024-04-03T17:06:42.3306578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3313846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3321220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3325593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3327686Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.3328142Z ^ 2024-04-03T17:06:42.3331409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3338792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3342942Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.3343595Z ^ 2024-04-03T17:06:42.3345869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3349563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3354703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3361478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3364869Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.3365459Z ^ 2024-04-03T17:06:42.3368761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3375298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3378158Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.3378914Z ^ 2024-04-03T17:06:42.3381001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3385198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3390863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3397373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3401239Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.3402050Z ^ 2024-04-03T17:06:42.3405939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.3409818Z 25 warnings generated when compiling for gfx90a. 2024-04-03T17:06:42.3411436Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FlattenIndicesKernel.hip:6: 2024-04-03T17:06:42.3413247Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/KernelUtils.cuh:3: 2024-04-03T17:06:42.3416283Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:42.3418527Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:42.3419397Z ^ 2024-04-03T17:06:42.3420767Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:42.3421701Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:42.3422062Z ^ 2024-04-03T17:06:42.3422701Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:42.3423621Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:42.3424392Z ^ 2024-04-03T17:06:42.3424838Z 1 warning generated when compiling for host. 2024-04-03T17:06:42.3425160Z 2024-04-03T17:06:42.3426171Z [7944/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalarList.hip.o 2024-04-03T17:06:42.3428423Z [7945/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Embedding.hip.o 2024-04-03T17:06:42.3430180Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:15: 2024-04-03T17:06:42.3431613Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2024-04-03T17:06:42.3433788Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:42.3436246Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:42.3437633Z ^ 2024-04-03T17:06:42.3439637Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:42.3441370Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:42.3442041Z ^ 2024-04-03T17:06:42.3443314Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:42.3444828Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:42.3445745Z ^ 2024-04-03T17:06:42.3447080Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:13: 2024-04-03T17:06:42.3450101Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3452662Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3453759Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3455480Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3457402Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3458551Z ^~~~ 2024-04-03T17:06:42.3461368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:365:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:42.3464010Z cuda::cub::unique( 2024-04-03T17:06:42.3464535Z ^ 2024-04-03T17:06:42.3465767Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:13: 2024-04-03T17:06:42.3468784Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3471242Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3472333Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3474057Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3475890Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3476921Z ^~~~ 2024-04-03T17:06:42.3478998Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3481442Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3482535Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3484348Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3486153Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3487163Z ^~~~ 2024-04-03T17:06:42.3489967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:365:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:42.3492617Z cuda::cub::unique( 2024-04-03T17:06:42.3493149Z ^ 2024-04-03T17:06:42.3494276Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:13: 2024-04-03T17:06:42.3497380Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3499907Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3501007Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3502751Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3504590Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3505620Z ^~~~ 2024-04-03T17:06:42.3506185Z 5 warnings generated when compiling for gfx906. 2024-04-03T17:06:42.3507619Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:15: 2024-04-03T17:06:42.3509976Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2024-04-03T17:06:42.3513206Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:42.3516131Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:42.3517731Z ^ 2024-04-03T17:06:42.3519814Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:42.3521547Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:42.3522210Z ^ 2024-04-03T17:06:42.3523355Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:42.3524853Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:42.3525762Z ^ 2024-04-03T17:06:42.3527094Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:13: 2024-04-03T17:06:42.3530104Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3532615Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3533694Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3535432Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3537330Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3538420Z ^~~~ 2024-04-03T17:06:42.3540733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:365:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:42.3543371Z cuda::cub::unique( 2024-04-03T17:06:42.3543885Z ^ 2024-04-03T17:06:42.3545091Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:13: 2024-04-03T17:06:42.3548328Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3550995Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3552197Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3554024Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3572744Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3573911Z ^~~~ 2024-04-03T17:06:42.3576057Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3578725Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3579815Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3581555Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3583361Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3584365Z ^~~~ 2024-04-03T17:06:42.3586726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:365:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:42.3588804Z cuda::cub::unique( 2024-04-03T17:06:42.3589341Z ^ 2024-04-03T17:06:42.3590406Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:13: 2024-04-03T17:06:42.3592865Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3594922Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3595815Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3597482Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3598995Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3600054Z ^~~~ 2024-04-03T17:06:42.3600613Z 5 warnings generated when compiling for gfx90a. 2024-04-03T17:06:42.3602008Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:15: 2024-04-03T17:06:42.3604061Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBackwardKernel.cuh:4: 2024-04-03T17:06:42.3607196Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:42.3610041Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:42.3611586Z ^ 2024-04-03T17:06:42.3613609Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:42.3615300Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:42.3615944Z ^ 2024-04-03T17:06:42.3617146Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:42.3618727Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:42.3619607Z ^ 2024-04-03T17:06:42.3620903Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:13: 2024-04-03T17:06:42.3623835Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3626204Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3627256Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3628938Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3630804Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3631772Z ^~~~ 2024-04-03T17:06:42.3634170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:365:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:42.3636420Z cuda::cub::unique( 2024-04-03T17:06:42.3636915Z ^ 2024-04-03T17:06:42.3637868Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:13: 2024-04-03T17:06:42.3640745Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3643133Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3644195Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3645883Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3647670Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3648662Z ^~~~ 2024-04-03T17:06:42.3650692Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3653054Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3654101Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3655926Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3657786Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3658878Z ^~~~ 2024-04-03T17:06:42.3661593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:365:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:42.3664252Z cuda::cub::unique( 2024-04-03T17:06:42.3664766Z ^ 2024-04-03T17:06:42.3665854Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Embedding.hip:13: 2024-04-03T17:06:42.3668784Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:42.3671156Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:42.3672226Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:42.3673662Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:42.3675216Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:42.3676310Z ^~~~ 2024-04-03T17:06:42.3676856Z 5 warnings generated when compiling for host. 2024-04-03T17:06:42.3677467Z 2024-04-03T17:06:42.5758262Z [7945/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalarTensor.hip.o 2024-04-03T17:06:42.5760427Z [7946/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FillKernel.hip.o 2024-04-03T17:06:42.5761839Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip:5: 2024-04-03T17:06:42.5762865Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:42.5765341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5767655Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5768246Z ^ 2024-04-03T17:06:42.5770307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5774002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5775966Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5776382Z ^ 2024-04-03T17:06:42.5779411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5781563Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5782140Z ^ 2024-04-03T17:06:42.5784194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5787989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5789965Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5790374Z ^ 2024-04-03T17:06:42.5792471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5794602Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5795195Z ^ 2024-04-03T17:06:42.5797232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5803890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5807782Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5808556Z ^ 2024-04-03T17:06:42.5811787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5813944Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5814535Z ^ 2024-04-03T17:06:42.5816697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5820606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5822590Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5823011Z ^ 2024-04-03T17:06:42.5825058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5827194Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5827783Z ^ 2024-04-03T17:06:42.5829833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5833521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5835565Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5835972Z ^ 2024-04-03T17:06:42.5838026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5841416Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5842504Z ^ 2024-04-03T17:06:42.5846500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5853812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5857871Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5858747Z ^ 2024-04-03T17:06:42.5862741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5866921Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5868031Z ^ 2024-04-03T17:06:42.5871991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5879328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5883322Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5884062Z ^ 2024-04-03T17:06:42.5888054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5892274Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5893409Z ^ 2024-04-03T17:06:42.5897488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5905011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5908590Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5909264Z ^ 2024-04-03T17:06:42.5913337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5917464Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5918541Z ^ 2024-04-03T17:06:42.5922497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5929861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5933784Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5934567Z ^ 2024-04-03T17:06:42.5938867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5943111Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5944230Z ^ 2024-04-03T17:06:42.5948233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5955579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5959528Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5960328Z ^ 2024-04-03T17:06:42.5964446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5968657Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5969772Z ^ 2024-04-03T17:06:42.5973792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5979128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5981117Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5981543Z ^ 2024-04-03T17:06:42.5983597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5985743Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5986416Z ^ 2024-04-03T17:06:42.5988468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5992596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5994597Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.5995003Z ^ 2024-04-03T17:06:42.5997052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.5999214Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.5999801Z ^ 2024-04-03T17:06:42.6001880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6005595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6007583Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6008003Z ^ 2024-04-03T17:06:42.6010037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6012232Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6012817Z ^ 2024-04-03T17:06:42.6014872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6018809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6020788Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6021210Z ^ 2024-04-03T17:06:42.6023367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6025505Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6026088Z ^ 2024-04-03T17:06:42.6028144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6031900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6033869Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6034290Z ^ 2024-04-03T17:06:42.6036375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6038514Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6039093Z ^ 2024-04-03T17:06:42.6041135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6047442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6051350Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6052120Z ^ 2024-04-03T17:06:42.6055095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6057342Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6057930Z ^ 2024-04-03T17:06:42.6060379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6064167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6066144Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6066570Z ^ 2024-04-03T17:06:42.6068602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6070749Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6071340Z ^ 2024-04-03T17:06:42.6075084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6082312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6086309Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6087092Z ^ 2024-04-03T17:06:42.6091171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6095351Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6096546Z ^ 2024-04-03T17:06:42.6100647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6108038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6111936Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6112697Z ^ 2024-04-03T17:06:42.6116685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6120867Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6121967Z ^ 2024-04-03T17:06:42.6125959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6133205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6137167Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6137847Z ^ 2024-04-03T17:06:42.6138508Z 60 warnings generated when compiling for gfx906. 2024-04-03T17:06:42.6139967Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FillKernel.hip:5: 2024-04-03T17:06:42.6141741Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:42.6146102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6150303Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6151415Z ^ 2024-04-03T17:06:42.6155462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6162380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6166362Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6167152Z ^ 2024-04-03T17:06:42.6171309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6175549Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6176753Z ^ 2024-04-03T17:06:42.6180922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6188344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6192121Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6192873Z ^ 2024-04-03T17:06:42.6196936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6201178Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6202311Z ^ 2024-04-03T17:06:42.6206331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6213660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6217745Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6218639Z ^ 2024-04-03T17:06:42.6222483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6226469Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6227544Z ^ 2024-04-03T17:06:42.6231320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6238316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6242002Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6242743Z ^ 2024-04-03T17:06:42.6246822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6250883Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6252012Z ^ 2024-04-03T17:06:42.6256009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6263552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6267287Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6268022Z ^ 2024-04-03T17:06:42.6272033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6276177Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6277241Z ^ 2024-04-03T17:06:42.6281063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6288200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6291953Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6292836Z ^ 2024-04-03T17:06:42.6296922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6301127Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6302126Z ^ 2024-04-03T17:06:42.6305795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6312779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6316649Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6317431Z ^ 2024-04-03T17:06:42.6321320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6325489Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6326560Z ^ 2024-04-03T17:06:42.6330657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6338035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6342074Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6342852Z ^ 2024-04-03T17:06:42.6345408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6349081Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6350256Z ^ 2024-04-03T17:06:42.6354005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6360947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6364700Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6365536Z ^ 2024-04-03T17:06:42.6369332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6373353Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6374358Z ^ 2024-04-03T17:06:42.6378210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6385018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6388568Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6389289Z ^ 2024-04-03T17:06:42.6393050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6396929Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6397971Z ^ 2024-04-03T17:06:42.6401672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6408324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6411823Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6412636Z ^ 2024-04-03T17:06:42.6416159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6420436Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6421480Z ^ 2024-04-03T17:06:42.6425091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6431692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6435454Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6436223Z ^ 2024-04-03T17:06:42.6440011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6443958Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6445052Z ^ 2024-04-03T17:06:42.6448801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6455821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6459806Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6460554Z ^ 2024-04-03T17:06:42.6464376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6468063Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6469117Z ^ 2024-04-03T17:06:42.6472648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6479010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6482587Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6483285Z ^ 2024-04-03T17:06:42.6486927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6490772Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6491806Z ^ 2024-04-03T17:06:42.6495292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6502292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6506025Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6506795Z ^ 2024-04-03T17:06:42.6510551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6514501Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6515538Z ^ 2024-04-03T17:06:42.6519420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6526636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6530533Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6531292Z ^ 2024-04-03T17:06:42.6535200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6539330Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6540272Z ^ 2024-04-03T17:06:42.6544183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6550693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6554152Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6554996Z ^ 2024-04-03T17:06:42.6558813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6562738Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6563843Z ^ 2024-04-03T17:06:42.6567730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6574686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6578715Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6579484Z ^ 2024-04-03T17:06:42.6583457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6587497Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6588573Z ^ 2024-04-03T17:06:42.6592076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6598604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6602111Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6602968Z ^ 2024-04-03T17:06:42.6606561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6610253Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:42.6611261Z ^ 2024-04-03T17:06:42.6615000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6621969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:42.6625444Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:42.6626102Z ^ 2024-04-03T17:06:42.6626640Z 60 warnings generated when compiling for gfx90a. 2024-04-03T17:06:42.6627170Z 2024-04-03T17:06:42.6628674Z [7946/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachPointwiseOp.hip.o 2024-04-03T17:06:42.6631509Z [7947/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_EmbeddingBag.hip.o 2024-04-03T17:06:42.6633933Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip:8: 2024-04-03T17:06:42.6636829Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:42.6639666Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:42.6641200Z ^ 2024-04-03T17:06:42.6643100Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:42.6644792Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:42.6645390Z ^ 2024-04-03T17:06:42.6646526Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:42.6647925Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:42.6648845Z ^ 2024-04-03T17:06:42.6649680Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:42.6651292Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip:8: 2024-04-03T17:06:42.6654441Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:42.6657388Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:42.6659102Z ^ 2024-04-03T17:06:42.6661100Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:42.6662804Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:42.6663470Z ^ 2024-04-03T17:06:42.6664610Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:42.6666100Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:42.6667015Z ^ 2024-04-03T17:06:42.6667835Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:42.6669435Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/EmbeddingBag.hip:8: 2024-04-03T17:06:42.6672395Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:42.6675219Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:42.6676792Z ^ 2024-04-03T17:06:42.6678714Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:42.6680440Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:42.6681066Z ^ 2024-04-03T17:06:42.6682195Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:42.6683673Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:42.6684574Z ^ 2024-04-03T17:06:42.6685350Z 1 warning generated when compiling for host. 2024-04-03T17:06:42.6685944Z 2024-04-03T17:06:42.9955675Z [7947/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachReduceOp.hip.o 2024-04-03T17:06:42.9959346Z [7948/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpList.hip.o 2024-04-03T17:06:43.6510976Z [7948/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachTernaryOp.hip.o 2024-04-03T17:06:43.6513142Z [7949/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalar.hip.o 2024-04-03T17:06:43.7831650Z [7949/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachUnaryOp.hip.o 2024-04-03T17:06:43.7835016Z [7950/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalarTensor.hip.o 2024-04-03T17:06:43.9244379Z [7950/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FractionalMaxPool2d.hip.o 2024-04-03T17:06:43.9247918Z [7951/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachBinaryOpScalarList.hip.o 2024-04-03T17:06:43.9924247Z [7951/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FractionalMaxPool3d.hip.o 2024-04-03T17:06:43.9928280Z [7952/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachReduceOp.hip.o 2024-04-03T17:06:44.0129515Z [7952/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FunctionOfAMatrixUtilsKernel.hip.o 2024-04-03T17:06:44.0133015Z [7953/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachPointwiseOp.hip.o 2024-04-03T17:06:44.4047108Z [7953/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FusedAdamKernel.hip.o 2024-04-03T17:06:44.4050439Z [7954/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachTernaryOp.hip.o 2024-04-03T17:06:45.1005809Z [7954/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub-RadixSortKeys.hip.o 2024-04-03T17:06:45.1009086Z [7955/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FusedAdamKernel.hip.o 2024-04-03T17:06:45.1136251Z [7955/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AbsKernel.hip.o 2024-04-03T17:06:45.1139866Z [7956/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FractionalMaxPool2d.hip.o 2024-04-03T17:06:45.1142391Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip:7: 2024-04-03T17:06:45.1145492Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:45.1147910Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:45.1148768Z ^ 2024-04-03T17:06:45.1149870Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:45.1150802Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:45.1151172Z ^ 2024-04-03T17:06:45.1151799Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:45.1152610Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:45.1153096Z ^ 2024-04-03T17:06:45.1153544Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:45.1154403Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip:7: 2024-04-03T17:06:45.1156049Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:45.1157704Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:45.1158561Z ^ 2024-04-03T17:06:45.1159830Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:45.1160782Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:45.1161152Z ^ 2024-04-03T17:06:45.1161840Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:45.1162639Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:45.1163141Z ^ 2024-04-03T17:06:45.1163589Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:45.1164428Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool2d.hip:7: 2024-04-03T17:06:45.1166077Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:45.1167604Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:45.1168503Z ^ 2024-04-03T17:06:45.1169566Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:45.1170486Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:45.1170856Z ^ 2024-04-03T17:06:45.1171462Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:45.1172264Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:45.1172762Z ^ 2024-04-03T17:06:45.1173188Z 1 warning generated when compiling for host. 2024-04-03T17:06:45.1173523Z 2024-04-03T17:06:45.2668501Z [7956/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_jiterator.hip.o 2024-04-03T17:06:45.2672101Z [7957/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FractionalMaxPool3d.hip.o 2024-04-03T17:06:45.2675324Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip:7: 2024-04-03T17:06:45.2678827Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:45.2682081Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:45.2683915Z ^ 2024-04-03T17:06:45.2686201Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:45.2688573Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:45.2692890Z ^ 2024-04-03T17:06:45.2693800Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:45.2694685Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:45.2695254Z ^ 2024-04-03T17:06:45.2695704Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:45.2696749Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip:7: 2024-04-03T17:06:45.2698744Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:45.2700456Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:45.2701543Z ^ 2024-04-03T17:06:45.2702680Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:45.2703678Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:45.2704058Z ^ 2024-04-03T17:06:45.2704742Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:45.2705568Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:45.2706137Z ^ 2024-04-03T17:06:45.2706640Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:45.2707514Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FractionalMaxPool3d.hip:7: 2024-04-03T17:06:45.2709191Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:45.2710803Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:45.2711661Z ^ 2024-04-03T17:06:45.2712797Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:45.2713751Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:45.2714125Z ^ 2024-04-03T17:06:45.2714766Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:45.2715587Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:45.2716081Z ^ 2024-04-03T17:06:45.2716521Z 1 warning generated when compiling for host. 2024-04-03T17:06:45.2716849Z 2024-04-03T17:06:45.2888746Z [7957/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_Sleep.hip.o 2024-04-03T17:06:45.2896170Z [7958/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_FunctionOfAMatrixUtilsKernel.hip.o 2024-04-03T17:06:45.2899192Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:9: 2024-04-03T17:06:45.2902249Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:45.2905022Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:45.2906482Z ^ 2024-04-03T17:06:45.2908291Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:45.2909861Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:45.2910483Z ^ 2024-04-03T17:06:45.2911510Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:45.2912872Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:45.2913725Z ^ 2024-04-03T17:06:45.2914536Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:45.2916140Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:9: 2024-04-03T17:06:45.2919218Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:45.2921884Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:45.2923323Z ^ 2024-04-03T17:06:45.2925160Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:45.2926786Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:45.2927385Z ^ 2024-04-03T17:06:45.2928441Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:45.2929879Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:45.2930812Z ^ 2024-04-03T17:06:45.2931648Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:45.2933294Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/FunctionOfAMatrixUtilsKernel.hip:9: 2024-04-03T17:06:45.2936368Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:45.2939388Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:45.2940852Z ^ 2024-04-03T17:06:45.2942683Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:45.2944281Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:45.2944894Z ^ 2024-04-03T17:06:45.2946017Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:45.2947444Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:45.2948293Z ^ 2024-04-03T17:06:45.2949032Z 1 warning generated when compiling for host. 2024-04-03T17:06:45.2949585Z 2024-04-03T17:06:45.8779909Z [7958/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/build/aten/src/ATen/torch_hip_generated_UfuncCUDA_add.cu.o 2024-04-03T17:06:45.8783039Z [7959/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ForeachUnaryOp.hip.o 2024-04-03T17:06:45.9280853Z [7959/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/torch_hip_generated_IndexUtils.hip.o 2024-04-03T17:06:45.9284358Z [7960/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_cub-RadixSortKeys.hip.o 2024-04-03T17:06:45.9288798Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9291085Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9291797Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9292823Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9293915Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9294532Z ^~~~ 2024-04-03T17:06:45.9297109Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9299990Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9301062Z ^ 2024-04-03T17:06:45.9302901Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9304398Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9305089Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9306148Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9307180Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9307912Z ^~~~ 2024-04-03T17:06:45.9309243Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9310703Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9311265Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9312305Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9313389Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9313983Z ^~~~ 2024-04-03T17:06:45.9315609Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9317065Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9317636Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9318597Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9319634Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9320192Z ^~~~ 2024-04-03T17:06:45.9321688Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9323096Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9323728Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9324673Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9325693Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9326239Z ^~~~ 2024-04-03T17:06:45.9327639Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9329108Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9329675Z ^ 2024-04-03T17:06:45.9331065Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9332514Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9333131Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9334073Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9335051Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9335596Z ^~~~ 2024-04-03T17:06:45.9336880Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9338225Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9339792Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9340739Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9341713Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9342260Z ^~~~ 2024-04-03T17:06:45.9343453Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9344798Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9345513Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9346431Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9347411Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9347967Z ^~~~ 2024-04-03T17:06:45.9349155Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9350610Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9351243Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9352178Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9353127Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9353678Z ^~~~ 2024-04-03T17:06:45.9355035Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9356478Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9357081Z ^ 2024-04-03T17:06:45.9358425Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9359806Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9360425Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9361353Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9362361Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9363006Z ^~~~ 2024-04-03T17:06:45.9364945Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9367369Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9368403Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9370283Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9371951Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9372809Z ^~~~ 2024-04-03T17:06:45.9374786Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9377198Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9378176Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9379759Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9381473Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9382490Z ^~~~ 2024-04-03T17:06:45.9384875Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9387496Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9388664Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9390353Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9392096Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9393284Z ^~~~ 2024-04-03T17:06:45.9395833Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9398536Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9399564Z ^ 2024-04-03T17:06:45.9402169Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9404843Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9405984Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9407743Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9409534Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9410528Z ^~~~ 2024-04-03T17:06:45.9412745Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9415254Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9416454Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9417964Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9419786Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9420748Z ^~~~ 2024-04-03T17:06:45.9422771Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9425077Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9426061Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9427652Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9429299Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9430257Z ^~~~ 2024-04-03T17:06:45.9432282Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9435060Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9436139Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9437769Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9439366Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9440308Z ^~~~ 2024-04-03T17:06:45.9442753Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9445176Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9446114Z ^ 2024-04-03T17:06:45.9448513Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9451014Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9452078Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9453591Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9455143Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9456297Z ^~~~ 2024-04-03T17:06:45.9458950Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9460990Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9461899Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9463388Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9464974Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9465800Z ^~~~ 2024-04-03T17:06:45.9467025Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9468442Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9469333Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9470343Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9471365Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9471921Z ^~~~ 2024-04-03T17:06:45.9473224Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9475044Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9475732Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9476683Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9477649Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9478182Z ^~~~ 2024-04-03T17:06:45.9479552Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9481009Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9481561Z ^ 2024-04-03T17:06:45.9483030Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9484420Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9485053Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9485982Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9486955Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9487514Z ^~~~ 2024-04-03T17:06:45.9488695Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9490036Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9490601Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9491523Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9492479Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9493023Z ^~~~ 2024-04-03T17:06:45.9494218Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9495542Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9496165Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9497198Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9498160Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9498898Z ^~~~ 2024-04-03T17:06:45.9500289Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9502408Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9503487Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9505201Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9506958Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9507954Z ^~~~ 2024-04-03T17:06:45.9509561Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9511034Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9511715Z ^ 2024-04-03T17:06:45.9513401Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9514798Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9515433Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9516361Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9517342Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9517900Z ^~~~ 2024-04-03T17:06:45.9519087Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9520429Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9520994Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9521987Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9522944Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9523491Z ^~~~ 2024-04-03T17:06:45.9524695Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9526021Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9526588Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9527503Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9528483Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9529024Z ^~~~ 2024-04-03T17:06:45.9530227Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9531622Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9532244Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9533182Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9534660Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9535371Z ^~~~ 2024-04-03T17:06:45.9536847Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9538442Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9539173Z ^ 2024-04-03T17:06:45.9540607Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9542002Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9542636Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9543566Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9544788Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9545351Z ^~~~ 2024-04-03T17:06:45.9546559Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9547882Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9548505Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9549434Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9550393Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9550935Z ^~~~ 2024-04-03T17:06:45.9552140Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9553489Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9554043Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9554961Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9555946Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9556486Z ^~~~ 2024-04-03T17:06:45.9557681Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9559133Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9559752Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9560689Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9561656Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9562203Z ^~~~ 2024-04-03T17:06:45.9563569Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9565155Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9565721Z ^ 2024-04-03T17:06:45.9567040Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9568434Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9569069Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9570004Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9570967Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9571575Z ^~~~ 2024-04-03T17:06:45.9572775Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9574099Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9574664Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9575587Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9576794Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9577328Z ^~~~ 2024-04-03T17:06:45.9578720Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9580065Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9580622Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9581543Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9582517Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9583059Z ^~~~ 2024-04-03T17:06:45.9583443Z 36 warnings generated when compiling for gfx906. 2024-04-03T17:06:45.9584852Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9586242Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9586862Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9587802Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9588771Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9589307Z ^~~~ 2024-04-03T17:06:45.9590701Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9592188Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9592782Z ^ 2024-04-03T17:06:45.9594113Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9595511Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9596140Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9608662Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9609674Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9610233Z ^~~~ 2024-04-03T17:06:45.9611426Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9612786Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9613353Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9614276Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9615233Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9615776Z ^~~~ 2024-04-03T17:06:45.9617062Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9618720Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9619285Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9620208Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9621187Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9621732Z ^~~~ 2024-04-03T17:06:45.9622987Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9624380Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9624999Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9625932Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9626899Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9627430Z ^~~~ 2024-04-03T17:06:45.9628822Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9630355Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9630920Z ^ 2024-04-03T17:06:45.9632238Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9633639Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9634733Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9636420Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9637410Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9637967Z ^~~~ 2024-04-03T17:06:45.9639167Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9640499Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9641150Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9642072Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9643149Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9643693Z ^~~~ 2024-04-03T17:06:45.9644895Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9646237Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9646786Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9647702Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9648779Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9649328Z ^~~~ 2024-04-03T17:06:45.9650525Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9651915Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9652532Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9653463Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9654490Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9655032Z ^~~~ 2024-04-03T17:06:45.9656462Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9657921Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9658698Z ^ 2024-04-03T17:06:45.9660099Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9661498Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9662130Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9663072Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9664039Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9664589Z ^~~~ 2024-04-03T17:06:45.9665789Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9667157Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9667725Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9668648Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9669619Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9670152Z ^~~~ 2024-04-03T17:06:45.9671349Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9672697Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9673248Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9674168Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9675149Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9675734Z ^~~~ 2024-04-03T17:06:45.9677181Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9679474Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9680624Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9682327Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9684047Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9684995Z ^~~~ 2024-04-03T17:06:45.9687480Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9690117Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9691128Z ^ 2024-04-03T17:06:45.9693528Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9696080Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9697372Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9699262Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9701297Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9702352Z ^~~~ 2024-04-03T17:06:45.9704579Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9707093Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9708143Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9709973Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9711777Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9712764Z ^~~~ 2024-04-03T17:06:45.9715038Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9717622Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9718601Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9720290Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9722316Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9723318Z ^~~~ 2024-04-03T17:06:45.9725548Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9728126Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9729265Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9730977Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9732895Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9733909Z ^~~~ 2024-04-03T17:06:45.9736551Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9739529Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9740687Z ^ 2024-04-03T17:06:45.9743180Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9745670Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9746812Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9748541Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9750356Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9751372Z ^~~~ 2024-04-03T17:06:45.9753605Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9756161Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9757193Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9758896Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9760699Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9761698Z ^~~~ 2024-04-03T17:06:45.9763992Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9766654Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9767671Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9769396Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9771242Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9772251Z ^~~~ 2024-04-03T17:06:45.9774625Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9777388Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9778736Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9780484Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9782229Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9783215Z ^~~~ 2024-04-03T17:06:45.9785816Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9788684Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9789726Z ^ 2024-04-03T17:06:45.9792259Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9794862Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9796012Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9797783Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9799623Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9800622Z ^~~~ 2024-04-03T17:06:45.9802903Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9805424Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9806593Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9808317Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9810095Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9811078Z ^~~~ 2024-04-03T17:06:45.9813294Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9815774Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9816892Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9818700Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9820509Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9821495Z ^~~~ 2024-04-03T17:06:45.9823682Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9826230Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9827444Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9829076Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9830941Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9831926Z ^~~~ 2024-04-03T17:06:45.9834496Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9837183Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9838230Z ^ 2024-04-03T17:06:45.9840868Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9843408Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9844524Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9846289Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9848109Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9849120Z ^~~~ 2024-04-03T17:06:45.9851356Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9853985Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9855019Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9856834Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9858765Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9859757Z ^~~~ 2024-04-03T17:06:45.9861984Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9864527Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9865561Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9867256Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9869038Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9870174Z ^~~~ 2024-04-03T17:06:45.9872422Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9874847Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9875920Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9877613Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9879385Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9880413Z ^~~~ 2024-04-03T17:06:45.9882978Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9885686Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9886727Z ^ 2024-04-03T17:06:45.9889157Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9891741Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9892874Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9894564Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9896606Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9897611Z ^~~~ 2024-04-03T17:06:45.9899809Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9902200Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9903229Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9905071Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9906908Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9907933Z ^~~~ 2024-04-03T17:06:45.9910137Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9912221Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9913206Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9914886Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9916864Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9917912Z ^~~~ 2024-04-03T17:06:45.9920233Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9922921Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9924107Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9925902Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9927753Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9928783Z ^~~~ 2024-04-03T17:06:45.9931441Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9934262Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9935378Z ^ 2024-04-03T17:06:45.9938069Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9940883Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9942068Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9943871Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9945742Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9946782Z ^~~~ 2024-04-03T17:06:45.9949123Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9951749Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9952815Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9954568Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9956433Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9957446Z ^~~~ 2024-04-03T17:06:45.9959739Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9962485Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:45.9963546Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9965313Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9967178Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9968244Z ^~~~ 2024-04-03T17:06:45.9968838Z 36 warnings generated when compiling for gfx90a. 2024-04-03T17:06:45.9971621Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9974327Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9975521Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9977388Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9979319Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9980341Z ^~~~ 2024-04-03T17:06:45.9983188Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:45.9986076Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:45.9987134Z ^ 2024-04-03T17:06:45.9989717Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:45.9992381Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:45.9993575Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:45.9995389Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:45.9997216Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:45.9998259Z ^~~~ 2024-04-03T17:06:46.0000593Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0003302Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0004347Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0006122Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0007989Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0008994Z ^~~~ 2024-04-03T17:06:46.0011323Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0013917Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0014947Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0016794Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0018778Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0019821Z ^~~~ 2024-04-03T17:06:46.0022146Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0024836Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0026029Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0027806Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0029767Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0030801Z ^~~~ 2024-04-03T17:06:46.0033516Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:46.0036158Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:46.0037313Z ^ 2024-04-03T17:06:46.0039894Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0042473Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0043622Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0045331Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0047106Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0048064Z ^~~~ 2024-04-03T17:06:46.0050251Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0052763Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0053802Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0055543Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0057383Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0058492Z ^~~~ 2024-04-03T17:06:46.0060779Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0063317Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0064341Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0066022Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0067931Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0068953Z ^~~~ 2024-04-03T17:06:46.0071263Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0073884Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0075048Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0076810Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0078570Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0079580Z ^~~~ 2024-04-03T17:06:46.0082155Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:46.0084846Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:46.0085809Z ^ 2024-04-03T17:06:46.0088319Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0090965Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0092139Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0093988Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0095869Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0096993Z ^~~~ 2024-04-03T17:06:46.0099502Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0102135Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0103308Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0105074Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0106945Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0107977Z ^~~~ 2024-04-03T17:06:46.0110137Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0112620Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0113665Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0115458Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0117250Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0118243Z ^~~~ 2024-04-03T17:06:46.0120461Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0123102Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0124293Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0126094Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0127954Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0128993Z ^~~~ 2024-04-03T17:06:46.0131658Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:46.0134628Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:46.0135676Z ^ 2024-04-03T17:06:46.0138473Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0141188Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0142368Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0144182Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0146024Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0147079Z ^~~~ 2024-04-03T17:06:46.0149364Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0151933Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0153008Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0154782Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0156526Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0157559Z ^~~~ 2024-04-03T17:06:46.0159717Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0162372Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0163391Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0165125Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0166969Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0168029Z ^~~~ 2024-04-03T17:06:46.0170365Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0173089Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0174302Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0176012Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0177900Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0179046Z ^~~~ 2024-04-03T17:06:46.0181779Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:46.0184610Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:46.0185656Z ^ 2024-04-03T17:06:46.0188243Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0190948Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0192051Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0193717Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0195563Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0196594Z ^~~~ 2024-04-03T17:06:46.0198910Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0201659Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0202714Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0204477Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0206349Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0207386Z ^~~~ 2024-04-03T17:06:46.0209710Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0212311Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0213372Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0215094Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0216949Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0217921Z ^~~~ 2024-04-03T17:06:46.0220233Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0222980Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0224132Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0226050Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0227924Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0228946Z ^~~~ 2024-04-03T17:06:46.0231493Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:46.0234284Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:46.0235429Z ^ 2024-04-03T17:06:46.0238055Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0240684Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0241889Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0243667Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0245524Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0246578Z ^~~~ 2024-04-03T17:06:46.0249013Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0251615Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0252597Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0254347Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0256120Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0257239Z ^~~~ 2024-04-03T17:06:46.0259703Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0262142Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0263197Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0264905Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0266904Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0267963Z ^~~~ 2024-04-03T17:06:46.0270319Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0273005Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0274073Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0275710Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0277518Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0278446Z ^~~~ 2024-04-03T17:06:46.0280948Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:46.0283524Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:46.0284487Z ^ 2024-04-03T17:06:46.0287033Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0289717Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0290902Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0292822Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0294698Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0295711Z ^~~~ 2024-04-03T17:06:46.0297944Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0300528Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0301674Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0303338Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0305093Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0306087Z ^~~~ 2024-04-03T17:06:46.0308432Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0310920Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0311942Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0313717Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0315602Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0316639Z ^~~~ 2024-04-03T17:06:46.0318971Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0321538Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0322716Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0324517Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0326202Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0327140Z ^~~~ 2024-04-03T17:06:46.0329605Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:46.0332414Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:46.0333414Z ^ 2024-04-03T17:06:46.0335834Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0338645Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0339824Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0341552Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0343406Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0344433Z ^~~~ 2024-04-03T17:06:46.0346632Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0349145Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0350218Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0351994Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0353795Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0354827Z ^~~~ 2024-04-03T17:06:46.0357046Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0359797Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0360841Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0362631Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0364522Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0365552Z ^~~~ 2024-04-03T17:06:46.0367974Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0370656Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0371822Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0373639Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0375501Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0376598Z ^~~~ 2024-04-03T17:06:46.0379489Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:54:41: note: in instantiation of function template specialization 'at::cuda::cub::radix_sort_keys' requested here 2024-04-03T17:06:46.0382361Z AT_FORALL_SCALAR_TYPES_AND2(Bool, Half, AT_INSTATIATE_CUB_TEMPLATES) 2024-04-03T17:06:46.0383423Z ^ 2024-04-03T17:06:46.0385989Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:26:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0388693Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeysDescending, 2024-04-03T17:06:46.0389891Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0391698Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0393573Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0394629Z ^~~~ 2024-04-03T17:06:46.0396987Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0399508Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0400527Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0402200Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0404010Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0405039Z ^~~~ 2024-04-03T17:06:46.0407371Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub-RadixSortKeys.hip:35:32: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:46.0410047Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRadixSort::SortKeys, 2024-04-03T17:06:46.0411107Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:46.0412877Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:46.0414782Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:46.0415709Z ^~~~ 2024-04-03T17:06:46.0416330Z 36 warnings generated when compiling for host. 2024-04-03T17:06:46.0416892Z 2024-04-03T17:06:46.2332325Z [7960/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool3d.hip.o 2024-04-03T17:06:46.2334517Z [7961/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_Sleep.hip.o 2024-04-03T17:06:46.4608201Z [7961/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryBitwiseOpsKernels.hip.o 2024-04-03T17:06:46.4611370Z [7962/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/torch_hip_generated_jiterator.hip.o 2024-04-03T17:06:46.4970147Z [7962/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivFloorKernel.hip.o 2024-04-03T17:06:46.4973617Z [7963/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AbsKernel.hip.o 2024-04-03T17:06:46.4975308Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip:4: 2024-04-03T17:06:46.4977128Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:46.4981447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.4985293Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.4986293Z ^ 2024-04-03T17:06:46.4990123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.4996652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5003176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5009680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5013319Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5014028Z ^ 2024-04-03T17:06:46.5017464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5024195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5027895Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5029021Z ^ 2024-04-03T17:06:46.5033157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5040686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5048349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5055913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5060081Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5060880Z ^ 2024-04-03T17:06:46.5065021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5072612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5076918Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5078064Z ^ 2024-04-03T17:06:46.5082180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5089683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5097316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5104589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5108596Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5109390Z ^ 2024-04-03T17:06:46.5113515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5121012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5125307Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5126444Z ^ 2024-04-03T17:06:46.5130561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5138428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5145235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5151619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5155080Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5155780Z ^ 2024-04-03T17:06:46.5159438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5165825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5169523Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5170518Z ^ 2024-04-03T17:06:46.5174053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5180814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5187273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5193717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5197091Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5197781Z ^ 2024-04-03T17:06:46.5201348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5207793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5211538Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5212538Z ^ 2024-04-03T17:06:46.5216129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5222429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5229051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5236152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5239861Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5240599Z ^ 2024-04-03T17:06:46.5244413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5251344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5255405Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5256560Z ^ 2024-04-03T17:06:46.5260517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5264449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5268156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5271848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5273830Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5274237Z ^ 2024-04-03T17:06:46.5276285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5280065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5282255Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5282834Z ^ 2024-04-03T17:06:46.5284878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5288542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5292272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5295941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5298006Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5298604Z ^ 2024-04-03T17:06:46.5300732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5304462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5306605Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5307187Z ^ 2024-04-03T17:06:46.5309231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5312912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5316584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5320256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5322263Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5322680Z ^ 2024-04-03T17:06:46.5324757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5328441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5330572Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5331157Z ^ 2024-04-03T17:06:46.5333231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5337015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5340946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5344623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5346665Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5347088Z ^ 2024-04-03T17:06:46.5349137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5351122Z 60 warnings generated when compiling for gfx906. 2024-04-03T17:06:46.5351901Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AbsKernel.hip:4: 2024-04-03T17:06:46.5352919Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:46.5355364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5357477Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5358063Z ^ 2024-04-03T17:06:46.5360099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5363778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5367550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5371227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5373208Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5373629Z ^ 2024-04-03T17:06:46.5375675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5379597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5381750Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5382339Z ^ 2024-04-03T17:06:46.5384390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5388082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5391794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5395474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5397443Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5397860Z ^ 2024-04-03T17:06:46.5399891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5403584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5405720Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5406366Z ^ 2024-04-03T17:06:46.5408412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5412113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5415787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5419708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5421741Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5422169Z ^ 2024-04-03T17:06:46.5424198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5427879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5430020Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5430610Z ^ 2024-04-03T17:06:46.5432644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5436381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5440056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5443745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5445739Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5446149Z ^ 2024-04-03T17:06:46.5448196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5451864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5454056Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5454633Z ^ 2024-04-03T17:06:46.5456774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5460637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5464375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5468054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5470023Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5470429Z ^ 2024-04-03T17:06:46.5472471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5476149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5478325Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5478900Z ^ 2024-04-03T17:06:46.5480940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5484610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5488292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5491955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5493918Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5494384Z ^ 2024-04-03T17:06:46.5496504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5500355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5502499Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5503077Z ^ 2024-04-03T17:06:46.5505124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5508835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5513003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5516696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5518644Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5519060Z ^ 2024-04-03T17:06:46.5521101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5525205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5528507Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5529376Z ^ 2024-04-03T17:06:46.5532344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5539016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5545901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5551919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5555519Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5556293Z ^ 2024-04-03T17:06:46.5559764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5566601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5570213Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5571271Z ^ 2024-04-03T17:06:46.5574804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5581920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5589121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5596106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5599589Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5600364Z ^ 2024-04-03T17:06:46.5604179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5610664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5614325Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.5615322Z ^ 2024-04-03T17:06:46.5619520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5626738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5634004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5640465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5644193Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.5644919Z ^ 2024-04-03T17:06:46.5648550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.5652185Z 60 warnings generated when compiling for gfx90a. 2024-04-03T17:06:46.5652819Z 2024-04-03T17:06:46.9110581Z [7963/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReplicationPadding.hip.o 2024-04-03T17:06:46.9113454Z [7964/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/build/aten/src/ATen/torch_hip_generated_UfuncCUDA_add.cu.o 2024-04-03T17:06:46.9114685Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/UfuncCUDA_add.cu:7: 2024-04-03T17:06:46.9115926Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:46.9120183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9123937Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9124925Z ^ 2024-04-03T17:06:46.9128756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9135890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9142891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9150338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9154190Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9154959Z ^ 2024-04-03T17:06:46.9158933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9166301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9170481Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9171564Z ^ 2024-04-03T17:06:46.9175577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9182991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9188255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9191966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9193936Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9194356Z ^ 2024-04-03T17:06:46.9196382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9200064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9202247Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9202836Z ^ 2024-04-03T17:06:46.9204881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9208562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9212233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9215907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9217973Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9218604Z ^ 2024-04-03T17:06:46.9220671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9224395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9226542Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9227128Z ^ 2024-04-03T17:06:46.9229169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9232896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9236561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9240235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9242203Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9242620Z ^ 2024-04-03T17:06:46.9244649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9248395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9250515Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9251106Z ^ 2024-04-03T17:06:46.9253166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9256919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9260731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9264461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9266436Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9266859Z ^ 2024-04-03T17:06:46.9268933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9274435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9277054Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9277650Z ^ 2024-04-03T17:06:46.9279827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9283530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9287214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9290897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9292946Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9293353Z ^ 2024-04-03T17:06:46.9295395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9299882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9303105Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9303715Z ^ 2024-04-03T17:06:46.9305791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9309477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9313477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9317234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9319219Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9319622Z ^ 2024-04-03T17:06:46.9321659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9325393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9327541Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9328117Z ^ 2024-04-03T17:06:46.9330152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9333833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9337623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9342296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9344276Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9344700Z ^ 2024-04-03T17:06:46.9346740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9350411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9352556Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9353128Z ^ 2024-04-03T17:06:46.9368271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9372345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9379733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9386644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9390403Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9391131Z ^ 2024-04-03T17:06:46.9395175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9402337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9406415Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9407468Z ^ 2024-04-03T17:06:46.9411266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9418615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9425797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9432949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9436731Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9437518Z ^ 2024-04-03T17:06:46.9441243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9448572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9452874Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9453999Z ^ 2024-04-03T17:06:46.9458129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9465621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9472932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9480698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9484586Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9485372Z ^ 2024-04-03T17:06:46.9489394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9496769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9501039Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9502281Z ^ 2024-04-03T17:06:46.9506305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9513591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9520915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9528222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9532113Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9532880Z ^ 2024-04-03T17:06:46.9536801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9544239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9548263Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9549483Z ^ 2024-04-03T17:06:46.9553448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9560485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9567715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9574854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9579272Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9580039Z ^ 2024-04-03T17:06:46.9584029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9591336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9595574Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9596627Z ^ 2024-04-03T17:06:46.9600562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9607993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9615233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9622480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9626482Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9627233Z ^ 2024-04-03T17:06:46.9631239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9638515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9642733Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9643888Z ^ 2024-04-03T17:06:46.9647909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9655056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9662535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9669674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9673523Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9674393Z ^ 2024-04-03T17:06:46.9678458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9685398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9689490Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9690622Z ^ 2024-04-03T17:06:46.9694507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9701525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9708689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9716588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9720158Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9721007Z ^ 2024-04-03T17:06:46.9724958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9732054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9736317Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9737560Z ^ 2024-04-03T17:06:46.9741716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9749032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9756111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9763484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9767037Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9767787Z ^ 2024-04-03T17:06:46.9771463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9778624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9782587Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9783672Z ^ 2024-04-03T17:06:46.9787556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9794788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9801635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9808874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9812551Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9813328Z ^ 2024-04-03T17:06:46.9817289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9824461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9828546Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9829593Z ^ 2024-04-03T17:06:46.9833485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9840413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9847544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9854628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9858734Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9859474Z ^ 2024-04-03T17:06:46.9863278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9870320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9874436Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9875551Z ^ 2024-04-03T17:06:46.9879762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9887068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9894004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9901395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9905159Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9906017Z ^ 2024-04-03T17:06:46.9909954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9917111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9921224Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9922348Z ^ 2024-04-03T17:06:46.9926369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9933805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9941281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9948493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9952144Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9952912Z ^ 2024-04-03T17:06:46.9956871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9964117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9968278Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:46.9969403Z ^ 2024-04-03T17:06:46.9973558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9980842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9988122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9995260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:46.9999147Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:46.9999889Z ^ 2024-04-03T17:06:47.0003902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0011175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0015510Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0016717Z ^ 2024-04-03T17:06:47.0020893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0028104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0035090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0042353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0046057Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0046799Z ^ 2024-04-03T17:06:47.0050903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0058429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0062668Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0063672Z ^ 2024-04-03T17:06:47.0067522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0074405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0081322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0088151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0091968Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0092735Z ^ 2024-04-03T17:06:47.0096739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0104061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0108114Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0109193Z ^ 2024-04-03T17:06:47.0113188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0120382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0127575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0134766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0139031Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0139831Z ^ 2024-04-03T17:06:47.0143896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0151163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0155284Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0156338Z ^ 2024-04-03T17:06:47.0160241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0167284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0174439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0181593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0185603Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0186329Z ^ 2024-04-03T17:06:47.0190259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0197617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0201588Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0202711Z ^ 2024-04-03T17:06:47.0206633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0213558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0220509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0227441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0231201Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0231918Z ^ 2024-04-03T17:06:47.0235723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0242915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0247164Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0248261Z ^ 2024-04-03T17:06:47.0252222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0259777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0267019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0274280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0278195Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0278993Z ^ 2024-04-03T17:06:47.0283058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0290329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0294469Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0295542Z ^ 2024-04-03T17:06:47.0299835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0307390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0314445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0321781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0325637Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0326412Z ^ 2024-04-03T17:06:47.0330424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0337680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0341895Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0343006Z ^ 2024-04-03T17:06:47.0346925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0354045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0361929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0369153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0372873Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0373666Z ^ 2024-04-03T17:06:47.0377755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0385024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0389338Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0390456Z ^ 2024-04-03T17:06:47.0394398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0401742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0409022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0416086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0419995Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0420706Z ^ 2024-04-03T17:06:47.0424383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0431073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0435197Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0436289Z ^ 2024-04-03T17:06:47.0440244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0447555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0454506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0461809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0465555Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0466285Z ^ 2024-04-03T17:06:47.0470161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0477458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0481619Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0482746Z ^ 2024-04-03T17:06:47.0486606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0493848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0500945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0507958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0511676Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0512430Z ^ 2024-04-03T17:06:47.0516386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0523476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0527658Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0528735Z ^ 2024-04-03T17:06:47.0532612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0539768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0546738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0553933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0557941Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0558710Z ^ 2024-04-03T17:06:47.0562640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0569928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0573997Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0575047Z ^ 2024-04-03T17:06:47.0579061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0586339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0593348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0600282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0604050Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0604807Z ^ 2024-04-03T17:06:47.0608720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0615979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0620154Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0621252Z ^ 2024-04-03T17:06:47.0625002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0632145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0639282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0646544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0650376Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0651117Z ^ 2024-04-03T17:06:47.0655135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0662317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0666521Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0667642Z ^ 2024-04-03T17:06:47.0671738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0678903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0685968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0693120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0697127Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0697899Z ^ 2024-04-03T17:06:47.0702036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0709218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0713183Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0714210Z ^ 2024-04-03T17:06:47.0718146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0725278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0732704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0740284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0743913Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0744664Z ^ 2024-04-03T17:06:47.0748521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0755802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0759865Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0760976Z ^ 2024-04-03T17:06:47.0764774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0771733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0779105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0786157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0789992Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0790732Z ^ 2024-04-03T17:06:47.0794575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0798386Z 234 warnings generated when compiling for gfx906. 2024-04-03T17:06:47.0799815Z In file included from /var/lib/jenkins/workspace/build/aten/src/ATen/UfuncCUDA_add.cu:7: 2024-04-03T17:06:47.0801678Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:47.0806484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0810780Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0811870Z ^ 2024-04-03T17:06:47.0815819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0823133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0830272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0837317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0841189Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0841950Z ^ 2024-04-03T17:06:47.0845900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0852998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0857198Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0858582Z ^ 2024-04-03T17:06:47.0862417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0869524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0876611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0883771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0887568Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0888352Z ^ 2024-04-03T17:06:47.0892300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0899731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0903950Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0905056Z ^ 2024-04-03T17:06:47.0908994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0916150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0923487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0930654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0934497Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0935262Z ^ 2024-04-03T17:06:47.0939450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0946748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0950850Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0951949Z ^ 2024-04-03T17:06:47.0955934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0963131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0970264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0977570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0981612Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.0982394Z ^ 2024-04-03T17:06:47.0986379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0993724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.0997857Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.0998973Z ^ 2024-04-03T17:06:47.1002904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1010107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1017435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1024719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1028561Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1029488Z ^ 2024-04-03T17:06:47.1033415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1040439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1044527Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1045640Z ^ 2024-04-03T17:06:47.1049632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1056985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1064118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1071544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1075431Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1076226Z ^ 2024-04-03T17:06:47.1080161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1087313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1091549Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1092657Z ^ 2024-04-03T17:06:47.1096665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1103957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1111125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1118426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1122239Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1123009Z ^ 2024-04-03T17:06:47.1126988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1134186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1138578Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1139687Z ^ 2024-04-03T17:06:47.1143614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1150777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1158179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1165163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1168965Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1169723Z ^ 2024-04-03T17:06:47.1173754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1181454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1184974Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1185997Z ^ 2024-04-03T17:06:47.1190061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1197368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1204826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1211991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1215560Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1216416Z ^ 2024-04-03T17:06:47.1220369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1227569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1231540Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1232720Z ^ 2024-04-03T17:06:47.1236579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1243984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1251384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1259984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1262382Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1263102Z ^ 2024-04-03T17:06:47.1266817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1273732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1277744Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1278805Z ^ 2024-04-03T17:06:47.1282658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1289484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1296476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1303179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1306461Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1307209Z ^ 2024-04-03T17:06:47.1310338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1316218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1319708Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1320744Z ^ 2024-04-03T17:06:47.1324385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1329702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1333753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1340397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1344037Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1344826Z ^ 2024-04-03T17:06:47.1348375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1354903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1358942Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1360030Z ^ 2024-04-03T17:06:47.1363557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1370105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1377019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1382312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1385869Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1386752Z ^ 2024-04-03T17:06:47.1390595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1397569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1401125Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1402122Z ^ 2024-04-03T17:06:47.1405528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1410900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1416138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1423152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1426874Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1427619Z ^ 2024-04-03T17:06:47.1431413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1438458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1442437Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1443509Z ^ 2024-04-03T17:06:47.1447312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1453912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1460739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1468244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1472152Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1472935Z ^ 2024-04-03T17:06:47.1476998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1484143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1488390Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1489445Z ^ 2024-04-03T17:06:47.1493274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1498886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1504108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1509712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1512747Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1513176Z ^ 2024-04-03T17:06:47.1515812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1520627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1523766Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1524459Z ^ 2024-04-03T17:06:47.1527613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1531843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1536733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1541519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1544048Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1544549Z ^ 2024-04-03T17:06:47.1546875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1551758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1554977Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1555858Z ^ 2024-04-03T17:06:47.1558693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1564092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1568570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1573265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1575856Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1576404Z ^ 2024-04-03T17:06:47.1579207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1584056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1586763Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1587360Z ^ 2024-04-03T17:06:47.1589948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1594777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1598551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1603052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1605068Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1605739Z ^ 2024-04-03T17:06:47.1608142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1612376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1614809Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1615409Z ^ 2024-04-03T17:06:47.1618060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1621929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1626241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1630214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1632738Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1633161Z ^ 2024-04-03T17:06:47.1635482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1639713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1642231Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1642924Z ^ 2024-04-03T17:06:47.1645964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1651391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1655662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1660754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1662798Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1663269Z ^ 2024-04-03T17:06:47.1666179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1671639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1673974Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1674575Z ^ 2024-04-03T17:06:47.1676741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1680444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1684128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1687808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1689791Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1690201Z ^ 2024-04-03T17:06:47.1692240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1695978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1698362Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1699042Z ^ 2024-04-03T17:06:47.1702064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1708894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1715987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1722859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1726422Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1727206Z ^ 2024-04-03T17:06:47.1731265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1738512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1742711Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1743786Z ^ 2024-04-03T17:06:47.1747699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1754616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1761680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1768627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1772451Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1773190Z ^ 2024-04-03T17:06:47.1777155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1784392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1788368Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1789457Z ^ 2024-04-03T17:06:47.1793332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1800515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1807431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1814349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1818227Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1819150Z ^ 2024-04-03T17:06:47.1823124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1830195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1834227Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1835327Z ^ 2024-04-03T17:06:47.1838975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1843093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1846787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1850683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1852823Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1853315Z ^ 2024-04-03T17:06:47.1856582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1863875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1868004Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1869149Z ^ 2024-04-03T17:06:47.1872922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1879800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1886528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1893417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1897266Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1898025Z ^ 2024-04-03T17:06:47.1902002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1908569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1912261Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1913261Z ^ 2024-04-03T17:06:47.1915663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1919377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1923201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1926936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1928915Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1929342Z ^ 2024-04-03T17:06:47.1931385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1935130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1937400Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1938388Z ^ 2024-04-03T17:06:47.1940543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1944231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1948761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1954149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1956154Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1956566Z ^ 2024-04-03T17:06:47.1958625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1962319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1964453Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1965043Z ^ 2024-04-03T17:06:47.1967814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1971596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1975284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1979416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1981416Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.1981891Z ^ 2024-04-03T17:06:47.1983952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1987641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1989791Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.1990367Z ^ 2024-04-03T17:06:47.1992394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1996125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.1999798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2003485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2005450Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.2005871Z ^ 2024-04-03T17:06:47.2007909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2011602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2013792Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.2014369Z ^ 2024-04-03T17:06:47.2016539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2020359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2024061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2027791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2029760Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.2030182Z ^ 2024-04-03T17:06:47.2032223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2035897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2038065Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.2038652Z ^ 2024-04-03T17:06:47.2040694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2044376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2049516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2055940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2059427Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.2060101Z ^ 2024-04-03T17:06:47.2063634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2069899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2074134Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.2075245Z ^ 2024-04-03T17:06:47.2079213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2086366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2091403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2095099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2097166Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.2097593Z ^ 2024-04-03T17:06:47.2099985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2103780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2105926Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.2106520Z ^ 2024-04-03T17:06:47.2108570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2112244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2115921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2121650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2124565Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.2125262Z ^ 2024-04-03T17:06:47.2128356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2132093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2134247Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.2134837Z ^ 2024-04-03T17:06:47.2137028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2140923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2144729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2148454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2150506Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.2150918Z ^ 2024-04-03T17:06:47.2152982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2156748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2159021Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.2159625Z ^ 2024-04-03T17:06:47.2161691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2166397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2170830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2175514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2177656Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.2178073Z ^ 2024-04-03T17:06:47.2180912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2185826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2188524Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.2189386Z ^ 2024-04-03T17:06:47.2191907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2196507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2200773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2205383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2207939Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.2208478Z ^ 2024-04-03T17:06:47.2210968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2215258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2217512Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.2218092Z ^ 2024-04-03T17:06:47.2220459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2224271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2228029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2233383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2236200Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.2236623Z ^ 2024-04-03T17:06:47.2239189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.2241778Z 234 warnings generated when compiling for gfx90a. 2024-04-03T17:06:47.2242136Z 2024-04-03T17:06:47.2243501Z [7964/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivTrueKernel.hip.o 2024-04-03T17:06:47.2246140Z [7965/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/torch_hip_generated_IndexUtils.hip.o 2024-04-03T17:06:47.2942631Z [7965/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivTruncKernel.hip.o 2024-04-03T17:06:47.2945715Z [7966/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool3d.hip.o 2024-04-03T17:06:47.2947933Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip:9: 2024-04-03T17:06:47.2950642Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:47.2953936Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:47.2955534Z ^ 2024-04-03T17:06:47.2957559Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:47.2959277Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:47.2959953Z ^ 2024-04-03T17:06:47.2961110Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:47.2962603Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:47.2963518Z ^ 2024-04-03T17:06:47.2964332Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:47.2965843Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip:9: 2024-04-03T17:06:47.2968758Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:47.2971359Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:47.2972228Z ^ 2024-04-03T17:06:47.2973318Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:47.2975016Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:47.2975592Z ^ 2024-04-03T17:06:47.2976663Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:47.2977687Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:47.2978197Z ^ 2024-04-03T17:06:47.2978994Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:47.2980486Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AveragePool3d.hip:9: 2024-04-03T17:06:47.2983487Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:47.2985520Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:47.2986369Z ^ 2024-04-03T17:06:47.2987463Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:47.2988393Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:47.2988754Z ^ 2024-04-03T17:06:47.2989494Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:47.2990314Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:47.2990802Z ^ 2024-04-03T17:06:47.2991238Z 1 warning generated when compiling for host. 2024-04-03T17:06:47.2991563Z 2024-04-03T17:06:47.7793183Z [7966/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryGeometricKernels.hip.o 2024-04-03T17:06:47.7796468Z [7967/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryBitwiseOpsKernels.hip.o 2024-04-03T17:06:47.7799198Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip:5: 2024-04-03T17:06:47.7801260Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:47.7805812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7809956Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.7811018Z ^ 2024-04-03T17:06:47.7813417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7817327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7823852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7830202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7832388Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.7832907Z ^ 2024-04-03T17:06:47.7835138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7838944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7841186Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.7841912Z ^ 2024-04-03T17:06:47.7844052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7858726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7862643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7866362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7868343Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.7868764Z ^ 2024-04-03T17:06:47.7871960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7878893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7883029Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.7884131Z ^ 2024-04-03T17:06:47.7888080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7894837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7898841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7902641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7904631Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.7905055Z ^ 2024-04-03T17:06:47.7907149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7911259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7913404Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.7913997Z ^ 2024-04-03T17:06:47.7916116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7919804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7923460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7927146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7929163Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.7929803Z ^ 2024-04-03T17:06:47.7933065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7937006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7939293Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.7939888Z ^ 2024-04-03T17:06:47.7943067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7949585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7956593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7963556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7967119Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.7967859Z ^ 2024-04-03T17:06:47.7971381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7977855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7980226Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.7980828Z ^ 2024-04-03T17:06:47.7983088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7989824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.7996484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8003384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8007101Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8007830Z ^ 2024-04-03T17:06:47.8011553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8018100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8022973Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8024106Z ^ 2024-04-03T17:06:47.8027933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8035227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8042246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8049179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8052955Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8053704Z ^ 2024-04-03T17:06:47.8057736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8064861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8068913Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8070008Z ^ 2024-04-03T17:06:47.8073882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8081104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8088181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8095206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8099062Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8099805Z ^ 2024-04-03T17:06:47.8103645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8110621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8114787Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8115862Z ^ 2024-04-03T17:06:47.8119816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8126939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8133436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8140695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8144203Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8144980Z ^ 2024-04-03T17:06:47.8148710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8155826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8160083Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8161169Z ^ 2024-04-03T17:06:47.8165074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8172158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8179387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8186268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8190016Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8190799Z ^ 2024-04-03T17:06:47.8194637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8201802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8205883Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8206998Z ^ 2024-04-03T17:06:47.8210877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8218176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8225299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8232427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8236214Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8236991Z ^ 2024-04-03T17:06:47.8240887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8248115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8252203Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8253297Z ^ 2024-04-03T17:06:47.8257370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8264584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8271623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8278528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8282416Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8283137Z ^ 2024-04-03T17:06:47.8287098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8294167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8298425Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8299519Z ^ 2024-04-03T17:06:47.8303501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8310560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8317668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8324682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8328565Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8329287Z ^ 2024-04-03T17:06:47.8333172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8340409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8344385Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8345473Z ^ 2024-04-03T17:06:47.8349309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8356266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8362948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8367655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8369652Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8370065Z ^ 2024-04-03T17:06:47.8372127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8375822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8378127Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8378926Z ^ 2024-04-03T17:06:47.8380982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8384675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8388519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8392294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8394303Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8394713Z ^ 2024-04-03T17:06:47.8396777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8400521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8402694Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8403272Z ^ 2024-04-03T17:06:47.8405357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8409155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8412873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8416630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8418731Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8419161Z ^ 2024-04-03T17:06:47.8421256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8424959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8427080Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8427677Z ^ 2024-04-03T17:06:47.8429708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8433398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8437135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8440810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8442794Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8443220Z ^ 2024-04-03T17:06:47.8445261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8448938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8451056Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8451684Z ^ 2024-04-03T17:06:47.8453725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8457555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8461369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8465103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8467082Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8467499Z ^ 2024-04-03T17:06:47.8469538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8473209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8475339Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8475928Z ^ 2024-04-03T17:06:47.8477976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8481691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8485366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8489033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8491009Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8491430Z ^ 2024-04-03T17:06:47.8493450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8497259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8499573Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8500166Z ^ 2024-04-03T17:06:47.8502260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8505944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8509661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8513344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8515315Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8515722Z ^ 2024-04-03T17:06:47.8517759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8521444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8523625Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8524214Z ^ 2024-04-03T17:06:47.8526249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8529934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8533624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8537369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8539536Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8539945Z ^ 2024-04-03T17:06:47.8541987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8545709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8547847Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8548422Z ^ 2024-04-03T17:06:47.8550453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8554176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8557866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8561554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8563532Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8563938Z ^ 2024-04-03T17:06:47.8565983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8569714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8571858Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8572436Z ^ 2024-04-03T17:06:47.8574483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8578357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8582053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8585788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8587764Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8588188Z ^ 2024-04-03T17:06:47.8590270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8593952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8596074Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8596661Z ^ 2024-04-03T17:06:47.8598756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8602453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8606135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8609826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8611845Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8612267Z ^ 2024-04-03T17:06:47.8614327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8618081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8620345Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8620935Z ^ 2024-04-03T17:06:47.8622984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8626818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8631939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8636886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8638917Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8639342Z ^ 2024-04-03T17:06:47.8641409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8645239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8647465Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8648085Z ^ 2024-04-03T17:06:47.8650154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8654165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8657988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8661890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8663867Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8664290Z ^ 2024-04-03T17:06:47.8666318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8670000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8672128Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8672717Z ^ 2024-04-03T17:06:47.8674740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8678488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8682219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8685883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8687860Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8688281Z ^ 2024-04-03T17:06:47.8690359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8694040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8696176Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8696844Z ^ 2024-04-03T17:06:47.8699393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8703179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8706852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8711853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8714953Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8715391Z ^ 2024-04-03T17:06:47.8717464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8721144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8723406Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8723981Z ^ 2024-04-03T17:06:47.8726080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8729774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8733448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8737289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8739446Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8739857Z ^ 2024-04-03T17:06:47.8741905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8745583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8747716Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8748352Z ^ 2024-04-03T17:06:47.8750397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8754080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8757765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8761433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8763394Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8763812Z ^ 2024-04-03T17:06:47.8765845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8769568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8771734Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8772326Z ^ 2024-04-03T17:06:47.8774363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8778114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8781962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8785623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8787600Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8788021Z ^ 2024-04-03T17:06:47.8790066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8793789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8795912Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8796498Z ^ 2024-04-03T17:06:47.8798549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8802230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8806002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8809672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8811701Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8812120Z ^ 2024-04-03T17:06:47.8814202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8817941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8820239Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8820831Z ^ 2024-04-03T17:06:47.8822933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8826601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8830279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8834033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8836003Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8836482Z ^ 2024-04-03T17:06:47.8838526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8842198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8844325Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8844912Z ^ 2024-04-03T17:06:47.8846948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8850766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8858062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8865121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8868867Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8869648Z ^ 2024-04-03T17:06:47.8873435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8880157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8884244Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8885332Z ^ 2024-04-03T17:06:47.8889271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8896437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8903930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8911197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8914798Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8915530Z ^ 2024-04-03T17:06:47.8919392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8926693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8930752Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8931867Z ^ 2024-04-03T17:06:47.8935893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8943603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8951031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8958106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8962045Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.8962807Z ^ 2024-04-03T17:06:47.8966789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8970606Z 216 warnings generated when compiling for gfx906. 2024-04-03T17:06:47.8972257Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryBitwiseOpsKernels.hip:5: 2024-04-03T17:06:47.8974422Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:47.8979115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8983173Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.8984202Z ^ 2024-04-03T17:06:47.8988032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.8995248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9002212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9009246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9012992Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9013778Z ^ 2024-04-03T17:06:47.9017923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9025475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9029784Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9030896Z ^ 2024-04-03T17:06:47.9034986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9042045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9049211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9056590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9060659Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9061425Z ^ 2024-04-03T17:06:47.9065453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9072494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9076720Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9077846Z ^ 2024-04-03T17:06:47.9081908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9089300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9096714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9104139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9108105Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9108892Z ^ 2024-04-03T17:06:47.9113114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9120063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9124319Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9125450Z ^ 2024-04-03T17:06:47.9129566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9137002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9144381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9151510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9155294Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9156064Z ^ 2024-04-03T17:06:47.9159971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9167147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9171196Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9172289Z ^ 2024-04-03T17:06:47.9176357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9183884Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9191305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9198112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9202133Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9202919Z ^ 2024-04-03T17:06:47.9206995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9214338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9218867Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9220037Z ^ 2024-04-03T17:06:47.9224043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9231475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9238538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9245751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9249778Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9250549Z ^ 2024-04-03T17:06:47.9254611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9262108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9266387Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9267522Z ^ 2024-04-03T17:06:47.9271598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9275807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9279604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9283320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9285322Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9285734Z ^ 2024-04-03T17:06:47.9287777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9291497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9293643Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9294219Z ^ 2024-04-03T17:06:47.9296338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9300200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9303888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9307628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9309606Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9310011Z ^ 2024-04-03T17:06:47.9312051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9315741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9317878Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9318454Z ^ 2024-04-03T17:06:47.9320497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9324232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9327938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9331617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9333583Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9334002Z ^ 2024-04-03T17:06:47.9336068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9340220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9342360Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9342950Z ^ 2024-04-03T17:06:47.9345004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9348686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9352448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9356124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9358560Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9359262Z ^ 2024-04-03T17:06:47.9362846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9369277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9373097Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9374085Z ^ 2024-04-03T17:06:47.9377752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9384470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9390911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9397477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9400899Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9401604Z ^ 2024-04-03T17:06:47.9405190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9411725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9415426Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9416508Z ^ 2024-04-03T17:06:47.9420213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9426698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9433186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9439703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9443173Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9443868Z ^ 2024-04-03T17:06:47.9447417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9453895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9457616Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9458730Z ^ 2024-04-03T17:06:47.9462300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9468674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9475179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9481647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9485166Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9485826Z ^ 2024-04-03T17:06:47.9489390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9495919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9499759Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9500793Z ^ 2024-04-03T17:06:47.9504602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9511019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9517609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9524453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9528371Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9529126Z ^ 2024-04-03T17:06:47.9532953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9540240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9544268Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9545335Z ^ 2024-04-03T17:06:47.9549157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9555651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9562046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9568493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9571936Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9572641Z ^ 2024-04-03T17:06:47.9576440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9583323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9587060Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9587986Z ^ 2024-04-03T17:06:47.9591359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9597482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9602170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9606122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9608642Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9609288Z ^ 2024-04-03T17:06:47.9611767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9615764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9618965Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9619570Z ^ 2024-04-03T17:06:47.9622381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9627369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9632036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9636531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9639481Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9640155Z ^ 2024-04-03T17:06:47.9642702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9647219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9649943Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9650753Z ^ 2024-04-03T17:06:47.9653765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9659228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9663971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9668703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9671644Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9672185Z ^ 2024-04-03T17:06:47.9675013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9679585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9682179Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9682809Z ^ 2024-04-03T17:06:47.9685860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9691067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9696307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9701717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9704719Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9705440Z ^ 2024-04-03T17:06:47.9707829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9712749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9715209Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9715844Z ^ 2024-04-03T17:06:47.9718379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9723393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9729250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9734476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9737160Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9737897Z ^ 2024-04-03T17:06:47.9740476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9745655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9748353Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9749120Z ^ 2024-04-03T17:06:47.9751903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9756705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9761650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9767538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9770079Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9770507Z ^ 2024-04-03T17:06:47.9773337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9778183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9781522Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9782429Z ^ 2024-04-03T17:06:47.9786382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9793301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9800183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9807131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9810835Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9811564Z ^ 2024-04-03T17:06:47.9815346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9821568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9825772Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9826821Z ^ 2024-04-03T17:06:47.9830689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9837621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9844586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9851538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9855152Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9855801Z ^ 2024-04-03T17:06:47.9859727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9867123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9870955Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9872074Z ^ 2024-04-03T17:06:47.9876068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9883452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9890915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9898015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9902126Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9902910Z ^ 2024-04-03T17:06:47.9906788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9914056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9917957Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9919030Z ^ 2024-04-03T17:06:47.9922896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9929896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9937043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9944036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9947903Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9948623Z ^ 2024-04-03T17:06:47.9952545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9959925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9964203Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:47.9965338Z ^ 2024-04-03T17:06:47.9969423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9976830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9984016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9991202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:47.9995170Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:47.9995947Z ^ 2024-04-03T17:06:47.9999897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0007128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0011185Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.0012283Z ^ 2024-04-03T17:06:48.0016136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0023696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0031106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0038582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0042482Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.0043262Z ^ 2024-04-03T17:06:48.0047352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0054733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0059097Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.0060185Z ^ 2024-04-03T17:06:48.0064210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0071616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0078821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0086180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0090026Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.0090775Z ^ 2024-04-03T17:06:48.0094673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0101992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0106088Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.0107177Z ^ 2024-04-03T17:06:48.0111069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0118296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0125882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0133119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0136943Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.0137682Z ^ 2024-04-03T17:06:48.0141897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0149253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0153560Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.0154659Z ^ 2024-04-03T17:06:48.0158672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0165783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0173243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0180470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0184307Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.0185102Z ^ 2024-04-03T17:06:48.0189109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0196466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0200682Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.0201840Z ^ 2024-04-03T17:06:48.0205935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0213311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0220407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0227274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0230979Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.0231773Z ^ 2024-04-03T17:06:48.0235759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0242672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0246949Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.0248070Z ^ 2024-04-03T17:06:48.0251931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0259476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0266811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0274194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0278064Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.0278839Z ^ 2024-04-03T17:06:48.0282565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0289665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0293874Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.0294984Z ^ 2024-04-03T17:06:48.0299332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0306427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0313509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0320540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0324178Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.0324961Z ^ 2024-04-03T17:06:48.0329003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0336456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0340993Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.0342105Z ^ 2024-04-03T17:06:48.0345777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0352697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0360060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0367186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0371199Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.0371973Z ^ 2024-04-03T17:06:48.0375821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0383188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0387230Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.0388346Z ^ 2024-04-03T17:06:48.0392330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0399479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0406356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0413601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0417476Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.0418219Z ^ 2024-04-03T17:06:48.0422239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0429714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0433877Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.0435013Z ^ 2024-04-03T17:06:48.0438746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0445846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0451027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0454834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0456943Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.0457356Z ^ 2024-04-03T17:06:48.0459627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.0461642Z 216 warnings generated when compiling for gfx90a. 2024-04-03T17:06:48.0461989Z 2024-04-03T17:06:48.0462986Z [7967/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMiscBackwardOpsKernels.hip.o 2024-04-03T17:06:48.0464760Z [7968/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ReplicationPadding.hip.o 2024-04-03T17:06:48.0466207Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip:7: 2024-04-03T17:06:48.0467858Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:48.0469393Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:48.0470236Z ^ 2024-04-03T17:06:48.0471306Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:48.0472230Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:48.0472592Z ^ 2024-04-03T17:06:48.0473214Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:48.0474025Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:48.0474511Z ^ 2024-04-03T17:06:48.0474957Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:48.0475846Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip:7: 2024-04-03T17:06:48.0477493Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:48.0479005Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:48.0479856Z ^ 2024-04-03T17:06:48.0480918Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:48.0481829Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:48.0482198Z ^ 2024-04-03T17:06:48.0482820Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:48.0483617Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:48.0484120Z ^ 2024-04-03T17:06:48.0484565Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:48.0485399Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ReplicationPadding.hip:7: 2024-04-03T17:06:48.0487036Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:48.0488566Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:48.0489465Z ^ 2024-04-03T17:06:48.0490513Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:48.0491436Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:48.0491806Z ^ 2024-04-03T17:06:48.0492417Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:48.0493225Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:48.0493759Z ^ 2024-04-03T17:06:48.0494185Z 1 warning generated when compiling for host. 2024-04-03T17:06:48.0494519Z 2024-04-03T17:06:48.2300010Z [7968/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryLogicalOpsKernels.hip.o 2024-04-03T17:06:48.2302975Z [7969/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivFloorKernel.hip.o 2024-04-03T17:06:48.2305680Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip:8: 2024-04-03T17:06:48.2307880Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2024-04-03T17:06:48.2310206Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:48.2312266Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:48.2313854Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:48.2318014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2321892Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2322851Z ^ 2024-04-03T17:06:48.2326080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2332650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2340311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2345024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2347311Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2347959Z ^ 2024-04-03T17:06:48.2350385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2355613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2358957Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2359664Z ^ 2024-04-03T17:06:48.2361786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2365494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2369174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2372908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2374886Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2375295Z ^ 2024-04-03T17:06:48.2377430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2381300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2383509Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2384381Z ^ 2024-04-03T17:06:48.2386435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2390124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2393803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2397484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2413161Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2413618Z ^ 2024-04-03T17:06:48.2415719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2419875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2422035Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2422626Z ^ 2024-04-03T17:06:48.2424671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2428404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2432101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2435782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2437755Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2438163Z ^ 2024-04-03T17:06:48.2440204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2443929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2446057Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2446645Z ^ 2024-04-03T17:06:48.2448678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2452364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2456035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2459940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2462030Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2462438Z ^ 2024-04-03T17:06:48.2464538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2468240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2470374Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2470951Z ^ 2024-04-03T17:06:48.2473035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2476716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2480383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2484074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2486251Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2486657Z ^ 2024-04-03T17:06:48.2488706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2492483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2494621Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2495192Z ^ 2024-04-03T17:06:48.2497327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2501154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2504911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2508650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2510618Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2511036Z ^ 2024-04-03T17:06:48.2513076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2516810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2518939Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2519530Z ^ 2024-04-03T17:06:48.2521572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2525261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2528944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2532659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2534852Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2535304Z ^ 2024-04-03T17:06:48.2537438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2541240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2543387Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2543976Z ^ 2024-04-03T17:06:48.2546243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2550037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2553747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2557548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2559527Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2559946Z ^ 2024-04-03T17:06:48.2562027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2565715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2568032Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2568621Z ^ 2024-04-03T17:06:48.2570667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2574338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2578212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2581979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2584128Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2584584Z ^ 2024-04-03T17:06:48.2586625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2591327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2594467Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2595470Z ^ 2024-04-03T17:06:48.2598334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2603485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2607764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2612345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2614632Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2615041Z ^ 2024-04-03T17:06:48.2617476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2622223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2624925Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2625526Z ^ 2024-04-03T17:06:48.2628131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2633286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2637685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2641926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2644459Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2644868Z ^ 2024-04-03T17:06:48.2647481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2651460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2653606Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2654183Z ^ 2024-04-03T17:06:48.2656411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2660508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2664258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2669926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2672754Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2673166Z ^ 2024-04-03T17:06:48.2675218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2678905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2681217Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2681796Z ^ 2024-04-03T17:06:48.2683852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2688696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2693628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2697409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2699701Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2700123Z ^ 2024-04-03T17:06:48.2702184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2705927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2708055Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2708643Z ^ 2024-04-03T17:06:48.2710695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2714414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2718087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2721747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2723724Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2724144Z ^ 2024-04-03T17:06:48.2726191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2729903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2732047Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2732640Z ^ 2024-04-03T17:06:48.2734689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2740923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2747182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2754235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2758083Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2758845Z ^ 2024-04-03T17:06:48.2762870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2769667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2772002Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2772593Z ^ 2024-04-03T17:06:48.2774705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2778671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2782361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2786037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2788077Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2788498Z ^ 2024-04-03T17:06:48.2790523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2794207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2796341Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2796930Z ^ 2024-04-03T17:06:48.2798959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2802646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2806376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2810098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2812071Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2812477Z ^ 2024-04-03T17:06:48.2814509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2818408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2820564Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2821152Z ^ 2024-04-03T17:06:48.2823183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2826854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2830536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2834278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2836253Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2836660Z ^ 2024-04-03T17:06:48.2838698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2842372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2844506Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2845082Z ^ 2024-04-03T17:06:48.2847118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2850841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2854559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2859726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2862412Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2862857Z ^ 2024-04-03T17:06:48.2865078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2868768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2870904Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2871483Z ^ 2024-04-03T17:06:48.2873531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2877254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2880941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2884627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2886596Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2887016Z ^ 2024-04-03T17:06:48.2889054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2892730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2894895Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2895483Z ^ 2024-04-03T17:06:48.2897653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2901617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2905302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2909024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2911016Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2911439Z ^ 2024-04-03T17:06:48.2913479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2917137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2919278Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2919917Z ^ 2024-04-03T17:06:48.2921963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2925652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2929310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2932986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2934954Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2935371Z ^ 2024-04-03T17:06:48.2937467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2941329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2943519Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2944109Z ^ 2024-04-03T17:06:48.2946151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2949811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2953521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2957192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2959156Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2959575Z ^ 2024-04-03T17:06:48.2961598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2965323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2967447Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2968034Z ^ 2024-04-03T17:06:48.2970061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2973723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2977474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2982109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2984858Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.2985269Z ^ 2024-04-03T17:06:48.2987431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2991124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2993258Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.2993846Z ^ 2024-04-03T17:06:48.2995933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.2999626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3003309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3006990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3008970Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3009415Z ^ 2024-04-03T17:06:48.3011455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3015126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3017367Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3017941Z ^ 2024-04-03T17:06:48.3020184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3024216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3027876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3031622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3033621Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3034234Z ^ 2024-04-03T17:06:48.3037056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3042205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3044465Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3045049Z ^ 2024-04-03T17:06:48.3047103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3050792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3054470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3058411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3060400Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3060820Z ^ 2024-04-03T17:06:48.3063529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3070210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3073864Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3074784Z ^ 2024-04-03T17:06:48.3078193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3084548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3091920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3099261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3102767Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3103469Z ^ 2024-04-03T17:06:48.3106232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3109946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3112105Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3112692Z ^ 2024-04-03T17:06:48.3114735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3118434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3122152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3125827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3127787Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3128208Z ^ 2024-04-03T17:06:48.3130237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3133911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3136035Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3136753Z ^ 2024-04-03T17:06:48.3139897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3144406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3148108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3151781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3153809Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3154237Z ^ 2024-04-03T17:06:48.3156270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3158275Z 186 warnings generated when compiling for gfx906. 2024-04-03T17:06:48.3159156Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivFloorKernel.hip:8: 2024-04-03T17:06:48.3160319Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2024-04-03T17:06:48.3161381Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:48.3162442Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:48.3163481Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:48.3165998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3168139Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3168728Z ^ 2024-04-03T17:06:48.3170777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3174453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3178385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3182085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3184117Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3184534Z ^ 2024-04-03T17:06:48.3186599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3190286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3192419Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3193006Z ^ 2024-04-03T17:06:48.3195078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3198762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3203802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3209210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3211380Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3211801Z ^ 2024-04-03T17:06:48.3213848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3217616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3219967Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3220562Z ^ 2024-04-03T17:06:48.3222606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3226286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3230023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3233745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3235719Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3236126Z ^ 2024-04-03T17:06:48.3238170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3241893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3244037Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3244612Z ^ 2024-04-03T17:06:48.3246662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3250348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3254022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3257818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3259924Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3260468Z ^ 2024-04-03T17:06:48.3262516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3266201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3268342Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3268915Z ^ 2024-04-03T17:06:48.3270959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3274712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3278416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3282088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3284478Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3285052Z ^ 2024-04-03T17:06:48.3287917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3293694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3297013Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3297909Z ^ 2024-04-03T17:06:48.3301312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3307190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3313144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3318944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3322175Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3322843Z ^ 2024-04-03T17:06:48.3326057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3331528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3334994Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3335855Z ^ 2024-04-03T17:06:48.3339676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3346505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3352470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3357074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3359065Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3359484Z ^ 2024-04-03T17:06:48.3361525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3365669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3369456Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3370552Z ^ 2024-04-03T17:06:48.3373940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3380354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3386947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3393265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3396592Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3397246Z ^ 2024-04-03T17:06:48.3400816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3407399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3411231Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3412243Z ^ 2024-04-03T17:06:48.3415760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3422455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3429136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3435442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3437610Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3438037Z ^ 2024-04-03T17:06:48.3440075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3443774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3446312Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3446903Z ^ 2024-04-03T17:06:48.3448938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3453851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3458375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3464230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3467723Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3468442Z ^ 2024-04-03T17:06:48.3472063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3478818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3482627Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3483657Z ^ 2024-04-03T17:06:48.3487316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3494031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3500536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3507934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3511941Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3512724Z ^ 2024-04-03T17:06:48.3516837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3524489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3528813Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3529943Z ^ 2024-04-03T17:06:48.3534063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3541694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3549162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3556751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3560742Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3561536Z ^ 2024-04-03T17:06:48.3565717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3573189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3577529Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3578766Z ^ 2024-04-03T17:06:48.3582935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3590413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3597891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3605371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3609448Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3610242Z ^ 2024-04-03T17:06:48.3614344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3621222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3624829Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3625790Z ^ 2024-04-03T17:06:48.3629322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3635669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3642164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3648602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3652054Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3652743Z ^ 2024-04-03T17:06:48.3656292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3662752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3666424Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3667418Z ^ 2024-04-03T17:06:48.3670878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3677299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3683393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3690194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3693979Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3694743Z ^ 2024-04-03T17:06:48.3698886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3706038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3710132Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3711223Z ^ 2024-04-03T17:06:48.3715132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3722352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3729525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3736739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3740639Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3741401Z ^ 2024-04-03T17:06:48.3745383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3752501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3756612Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3757704Z ^ 2024-04-03T17:06:48.3761607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3768889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3776124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3783613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3787475Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3788226Z ^ 2024-04-03T17:06:48.3792244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3799503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3803742Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3804835Z ^ 2024-04-03T17:06:48.3808868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3816111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3823523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3830869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3834740Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3835492Z ^ 2024-04-03T17:06:48.3839471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3846717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3850880Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3852028Z ^ 2024-04-03T17:06:48.3856006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3863394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3870645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3877886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3881724Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3882488Z ^ 2024-04-03T17:06:48.3886473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3893810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3898097Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3899298Z ^ 2024-04-03T17:06:48.3903283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3910503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3917825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3925035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3928895Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3929660Z ^ 2024-04-03T17:06:48.3933631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3941147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3945289Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3946395Z ^ 2024-04-03T17:06:48.3950391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3957663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3964878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3972116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3976107Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.3976939Z ^ 2024-04-03T17:06:48.3981191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3988409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.3992585Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.3993685Z ^ 2024-04-03T17:06:48.3997736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4004964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4012190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4019640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4023520Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.4024384Z ^ 2024-04-03T17:06:48.4028357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4035568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4039731Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.4040830Z ^ 2024-04-03T17:06:48.4044849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4052066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4059436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4066761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4070710Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.4071482Z ^ 2024-04-03T17:06:48.4075467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4082695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4086960Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.4088064Z ^ 2024-04-03T17:06:48.4091955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4097772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4104864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4111916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4115619Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.4116345Z ^ 2024-04-03T17:06:48.4120140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4127084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4130978Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.4131842Z ^ 2024-04-03T17:06:48.4135394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4140794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4144551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4148230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4150207Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.4150618Z ^ 2024-04-03T17:06:48.4152699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4156388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4158525Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.4159098Z ^ 2024-04-03T17:06:48.4161130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4164982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4170019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4176728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4180303Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.4180991Z ^ 2024-04-03T17:06:48.4184588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4191455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4195452Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.4196727Z ^ 2024-04-03T17:06:48.4200550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4207562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4214526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4221309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4224874Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.4225592Z ^ 2024-04-03T17:06:48.4229137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4235486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4239250Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.4240233Z ^ 2024-04-03T17:06:48.4243859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4250493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4257046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4263237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4266596Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.4267210Z ^ 2024-04-03T17:06:48.4269353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4273571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4276148Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.4276743Z ^ 2024-04-03T17:06:48.4278882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4282558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4286290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4289978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4291955Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.4292384Z ^ 2024-04-03T17:06:48.4294411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4298229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4301757Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.4302405Z ^ 2024-04-03T17:06:48.4304467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4309293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4314999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4320795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4324592Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.4325502Z ^ 2024-04-03T17:06:48.4329100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4334727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4337264Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.4337864Z ^ 2024-04-03T17:06:48.4340061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4343836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4347542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4351231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4353217Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.4353627Z ^ 2024-04-03T17:06:48.4355676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.4357733Z 186 warnings generated when compiling for gfx90a. 2024-04-03T17:06:48.4358083Z 2024-04-03T17:06:48.5317642Z [7969/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationMishKernel.hip.o 2024-04-03T17:06:48.5320677Z [7970/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivTrueKernel.hip.o 2024-04-03T17:06:48.5323178Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip:11: 2024-04-03T17:06:48.5325241Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2024-04-03T17:06:48.5327326Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:48.5328890Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:48.5330129Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:48.5332628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5334787Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5335535Z ^ 2024-04-03T17:06:48.5337667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5341817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5345517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5349248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5351250Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5351658Z ^ 2024-04-03T17:06:48.5353715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5357405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5359551Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5360129Z ^ 2024-04-03T17:06:48.5362171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5365914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5369592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5373416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5375387Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5375808Z ^ 2024-04-03T17:06:48.5377930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5382040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5384175Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5384768Z ^ 2024-04-03T17:06:48.5386874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5390563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5394281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5397952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5399925Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5400341Z ^ 2024-04-03T17:06:48.5402390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5406062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5408258Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5408845Z ^ 2024-04-03T17:06:48.5410882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5414570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5418466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5425411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5429471Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5430247Z ^ 2024-04-03T17:06:48.5434247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5441691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5445919Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5447034Z ^ 2024-04-03T17:06:48.5451067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5458655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5466016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5473379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5477292Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5478066Z ^ 2024-04-03T17:06:48.5482105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5489510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5493740Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5494857Z ^ 2024-04-03T17:06:48.5499074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5506434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5513773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5521193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5525100Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5525865Z ^ 2024-04-03T17:06:48.5529989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5537370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5541681Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5542797Z ^ 2024-04-03T17:06:48.5546915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5554267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5561592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5568935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5572914Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5573683Z ^ 2024-04-03T17:06:48.5577782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5585241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5589470Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5590581Z ^ 2024-04-03T17:06:48.5594636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5601976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5609388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5616891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5621006Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5621767Z ^ 2024-04-03T17:06:48.5625813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5633218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5637452Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5638556Z ^ 2024-04-03T17:06:48.5642605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5649913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5657312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5664840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5668750Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5669529Z ^ 2024-04-03T17:06:48.5673582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5680933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5685151Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5686266Z ^ 2024-04-03T17:06:48.5690345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5697830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5705364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5712664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5716592Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5717376Z ^ 2024-04-03T17:06:48.5721479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5728801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5733012Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5734128Z ^ 2024-04-03T17:06:48.5738339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5745765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5753104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5760439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5764337Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5765109Z ^ 2024-04-03T17:06:48.5769116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5776512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5780890Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5781994Z ^ 2024-04-03T17:06:48.5786114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5792899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5799589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5806385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5809955Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5810672Z ^ 2024-04-03T17:06:48.5814268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5821137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5825026Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5825271Z ^ 2024-04-03T17:06:48.5828690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5832080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5835499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5838907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5839192Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5839350Z ^ 2024-04-03T17:06:48.5842752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5846225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5846839Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5847010Z ^ 2024-04-03T17:06:48.5850405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5853831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5857351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5860858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5861144Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5861303Z ^ 2024-04-03T17:06:48.5864708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5868150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5868720Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5868876Z ^ 2024-04-03T17:06:48.5872261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5875669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5879055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5882468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5882810Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5882964Z ^ 2024-04-03T17:06:48.5886410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5889807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5890381Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5890541Z ^ 2024-04-03T17:06:48.5893997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5897481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5900984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5904391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5904667Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5904906Z ^ 2024-04-03T17:06:48.5908298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5911712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5912282Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5912440Z ^ 2024-04-03T17:06:48.5915837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5919242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5922656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5926123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5926463Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5926620Z ^ 2024-04-03T17:06:48.5930008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5933419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5934026Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5934196Z ^ 2024-04-03T17:06:48.5937672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5941166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5944586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5948059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5948335Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5948493Z ^ 2024-04-03T17:06:48.5951896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5955271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5955849Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5956009Z ^ 2024-04-03T17:06:48.5959391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5962776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5966301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5969705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5969977Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5970149Z ^ 2024-04-03T17:06:48.5973542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5977062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5977635Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5977795Z ^ 2024-04-03T17:06:48.5981360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5984769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5988257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5991571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5991854Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.5992006Z ^ 2024-04-03T17:06:48.5995421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5998820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.5999381Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.5999670Z ^ 2024-04-03T17:06:48.6003070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6006534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6009937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6013341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6013678Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6013838Z ^ 2024-04-03T17:06:48.6017323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6020804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6021372Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6021544Z ^ 2024-04-03T17:06:48.6024930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6028419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6031819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6035227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6035509Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6035666Z ^ 2024-04-03T17:06:48.6039064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6042455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6043099Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6043259Z ^ 2024-04-03T17:06:48.6046698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6050109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6053548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6057026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6057295Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6057464Z ^ 2024-04-03T17:06:48.6060962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6064374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6065007Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6065164Z ^ 2024-04-03T17:06:48.6068583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6071953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6075392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6078779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6079065Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6079287Z ^ 2024-04-03T17:06:48.6082676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6083007Z 144 warnings generated when compiling for gfx906. 2024-04-03T17:06:48.6083950Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTrueKernel.hip:11: 2024-04-03T17:06:48.6084844Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryInternal.h:14: 2024-04-03T17:06:48.6085610Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:48.6086423Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:48.6087159Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:48.6090559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6091175Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6091353Z ^ 2024-04-03T17:06:48.6094774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6098244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6101745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6105232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6105499Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6105653Z ^ 2024-04-03T17:06:48.6109055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6112469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6113050Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6113211Z ^ 2024-04-03T17:06:48.6116619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6120076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6123519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6126926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6127203Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6127375Z ^ 2024-04-03T17:06:48.6130815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6134230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6134846Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6135176Z ^ 2024-04-03T17:06:48.6138849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6142285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6145842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6149289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6149583Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6149884Z ^ 2024-04-03T17:06:48.6153319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6156810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6157409Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6181283Z ^ 2024-04-03T17:06:48.6185062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6188685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6192097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6195577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6195860Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6196024Z ^ 2024-04-03T17:06:48.6199441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6202838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6203427Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6203592Z ^ 2024-04-03T17:06:48.6207003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6210488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6213895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6217408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6217680Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6217854Z ^ 2024-04-03T17:06:48.6221387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6224870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6225456Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6225624Z ^ 2024-04-03T17:06:48.6229096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6232484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6235954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6239365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6239638Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6239814Z ^ 2024-04-03T17:06:48.6243212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6246611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6247237Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6247400Z ^ 2024-04-03T17:06:48.6250800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6254202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6257651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6261161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6261531Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6261691Z ^ 2024-04-03T17:06:48.6265090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6268542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6269112Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6269292Z ^ 2024-04-03T17:06:48.6272697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6276180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6279576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6282964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6283240Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6283404Z ^ 2024-04-03T17:06:48.6286824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6290255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6290836Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6290997Z ^ 2024-04-03T17:06:48.6294403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6297881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6301477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6304957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6305235Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6305406Z ^ 2024-04-03T17:06:48.6308844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6312253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6312817Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6312979Z ^ 2024-04-03T17:06:48.6316519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6319923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6323317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6326685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6327031Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6327193Z ^ 2024-04-03T17:06:48.6330583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6333998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6334560Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6334737Z ^ 2024-04-03T17:06:48.6338202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6341706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6345170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6348614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6348910Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6349072Z ^ 2024-04-03T17:06:48.6352491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6355925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6356492Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6356665Z ^ 2024-04-03T17:06:48.6360058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6363463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6366857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6370317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6370591Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6370754Z ^ 2024-04-03T17:06:48.6374148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6377612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6378190Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6378458Z ^ 2024-04-03T17:06:48.6381817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6385289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6388740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6392150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6392429Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6392601Z ^ 2024-04-03T17:06:48.6396027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6399421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6399984Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6400151Z ^ 2024-04-03T17:06:48.6403567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6407031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6410428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6413811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6414101Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6414264Z ^ 2024-04-03T17:06:48.6417726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6421171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6421757Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6421919Z ^ 2024-04-03T17:06:48.6425390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6428826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6432214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6435676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6435952Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6436111Z ^ 2024-04-03T17:06:48.6439508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6442890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6443473Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6443696Z ^ 2024-04-03T17:06:48.6447097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6450503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6453891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6457406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6457681Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6457858Z ^ 2024-04-03T17:06:48.6461357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6464952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6465588Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6465753Z ^ 2024-04-03T17:06:48.6469183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6472584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6476040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6479441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6479713Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6479892Z ^ 2024-04-03T17:06:48.6483294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6486752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6487319Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6487481Z ^ 2024-04-03T17:06:48.6490903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6494303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6497811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6501405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6501766Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6501928Z ^ 2024-04-03T17:06:48.6505370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6508810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6509366Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6509542Z ^ 2024-04-03T17:06:48.6512982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6516392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6519794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6523187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6523463Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6523671Z ^ 2024-04-03T17:06:48.6527069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6530457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6531037Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6531199Z ^ 2024-04-03T17:06:48.6534582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6538061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6541621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6545104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6545434Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6545611Z ^ 2024-04-03T17:06:48.6549008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6552422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6553029Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6553197Z ^ 2024-04-03T17:06:48.6556589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6559984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6563384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6566823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6567106Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6567267Z ^ 2024-04-03T17:06:48.6570660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6574097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6574666Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6574840Z ^ 2024-04-03T17:06:48.6578362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6581820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6585282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6588671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6588965Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6589130Z ^ 2024-04-03T17:06:48.6592604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6595983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6596547Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6596720Z ^ 2024-04-03T17:06:48.6600107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6603519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6606952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6610372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6610650Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6610808Z ^ 2024-04-03T17:06:48.6614212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6617675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6618352Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6618572Z ^ 2024-04-03T17:06:48.6621984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6625454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6628854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6632274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6632599Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6632777Z ^ 2024-04-03T17:06:48.6636188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6636524Z 144 warnings generated when compiling for gfx90a. 2024-04-03T17:06:48.6636546Z 2024-04-03T17:06:48.6909727Z [7970/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionUniform.hip.o 2024-04-03T17:06:48.6911226Z [7971/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryDivTruncKernel.hip.o 2024-04-03T17:06:48.6912155Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip:11: 2024-04-03T17:06:48.6912885Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:48.6913971Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:48.6914764Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:48.6918503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6919133Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6919308Z ^ 2024-04-03T17:06:48.6922824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6926398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6930006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6933740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6934076Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6934234Z ^ 2024-04-03T17:06:48.6938184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6941887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6942518Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6942694Z ^ 2024-04-03T17:06:48.6946410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6949975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6953481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6957045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6957463Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6957668Z ^ 2024-04-03T17:06:48.6961129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6964714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6965313Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6965487Z ^ 2024-04-03T17:06:48.6969032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6972589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6976428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6980219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6980547Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.6980718Z ^ 2024-04-03T17:06:48.6984247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6987892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6988510Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.6988707Z ^ 2024-04-03T17:06:48.6992121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6995715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.6999315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7002835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7003169Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7003347Z ^ 2024-04-03T17:06:48.7006987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7010509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7011141Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7011308Z ^ 2024-04-03T17:06:48.7014827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7018964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7022511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7025967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7026240Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7026404Z ^ 2024-04-03T17:06:48.7029523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7032842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7033489Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7033660Z ^ 2024-04-03T17:06:48.7037140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7040626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7044115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7047583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7047874Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7048053Z ^ 2024-04-03T17:06:48.7051695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7055452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7056307Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7056477Z ^ 2024-04-03T17:06:48.7060258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7063838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7067451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7071165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7071497Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7071657Z ^ 2024-04-03T17:06:48.7075212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7078805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7079543Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7079731Z ^ 2024-04-03T17:06:48.7083284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7086844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7090425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7094070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7094385Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7094550Z ^ 2024-04-03T17:06:48.7098397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7102194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7102846Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7103024Z ^ 2024-04-03T17:06:48.7106486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7110204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7113813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7117348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7117652Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7117838Z ^ 2024-04-03T17:06:48.7121406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7125054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7125686Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7125864Z ^ 2024-04-03T17:06:48.7129443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7132938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7136557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7140285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7140731Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7140906Z ^ 2024-04-03T17:06:48.7144538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7148129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7148741Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7148936Z ^ 2024-04-03T17:06:48.7152613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7156212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7159808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7163363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7163795Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7163953Z ^ 2024-04-03T17:06:48.7167427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7170985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7171566Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7171750Z ^ 2024-04-03T17:06:48.7175221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7179073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7182738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7186442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7186751Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7187552Z ^ 2024-04-03T17:06:48.7191485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7198451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7202532Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7203626Z ^ 2024-04-03T17:06:48.7207568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7214626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7221833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7228898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7232682Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7233420Z ^ 2024-04-03T17:06:48.7237258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7244241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7248249Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7249350Z ^ 2024-04-03T17:06:48.7253250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7260728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7267872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7274941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7278700Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7279429Z ^ 2024-04-03T17:06:48.7283294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7290289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7294280Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7295371Z ^ 2024-04-03T17:06:48.7299500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7306572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7313770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7320859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7324633Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7325401Z ^ 2024-04-03T17:06:48.7329323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7336449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7340766Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7341864Z ^ 2024-04-03T17:06:48.7345718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7352909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7359676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7366679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7370455Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7371182Z ^ 2024-04-03T17:06:48.7375051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7382259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7386292Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7387370Z ^ 2024-04-03T17:06:48.7391323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7398541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7405708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7412773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7416651Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7417420Z ^ 2024-04-03T17:06:48.7421455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7428702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7432819Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7433900Z ^ 2024-04-03T17:06:48.7437862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7444750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7451516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7456509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7458754Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7459300Z ^ 2024-04-03T17:06:48.7461483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7465448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7467755Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7468449Z ^ 2024-04-03T17:06:48.7472267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7479240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7486231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7493380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7497437Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7498216Z ^ 2024-04-03T17:06:48.7502201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7509460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7513554Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7514643Z ^ 2024-04-03T17:06:48.7518563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7525813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7532979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7540536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7544455Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7545247Z ^ 2024-04-03T17:06:48.7549262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7556719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7560904Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7561918Z ^ 2024-04-03T17:06:48.7565893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7573212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7580713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7588176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7592090Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7592868Z ^ 2024-04-03T17:06:48.7596874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7604190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7608418Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7609508Z ^ 2024-04-03T17:06:48.7613602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7621139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7628389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7635708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7639544Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7640301Z ^ 2024-04-03T17:06:48.7644216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7651164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7655282Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7656417Z ^ 2024-04-03T17:06:48.7660499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7667519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7675301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7682508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7686347Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7687122Z ^ 2024-04-03T17:06:48.7691189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7698530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7702640Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7703761Z ^ 2024-04-03T17:06:48.7707862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7715183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7722172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7729520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7733440Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7734220Z ^ 2024-04-03T17:06:48.7738393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7745743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7749953Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7750991Z ^ 2024-04-03T17:06:48.7754855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7762301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7769599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7776750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7780775Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7781509Z ^ 2024-04-03T17:06:48.7785389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7792379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7796451Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7797562Z ^ 2024-04-03T17:06:48.7801419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7808735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7815691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7822686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7826479Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7827243Z ^ 2024-04-03T17:06:48.7831097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7838375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7842711Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7843827Z ^ 2024-04-03T17:06:48.7847988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7855339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7862562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7869834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7873528Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7874287Z ^ 2024-04-03T17:06:48.7878102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7885002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7889032Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7890277Z ^ 2024-04-03T17:06:48.7894210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7901441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7908562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7915431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7919035Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7919775Z ^ 2024-04-03T17:06:48.7923585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7930714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7934970Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7936062Z ^ 2024-04-03T17:06:48.7940060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7947088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7954238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7961388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7965087Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.7965822Z ^ 2024-04-03T17:06:48.7969675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7977160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7981086Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.7982218Z ^ 2024-04-03T17:06:48.7986218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.7993219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8000153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8007252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8011129Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8011905Z ^ 2024-04-03T17:06:48.8016007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8023328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8027582Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8028680Z ^ 2024-04-03T17:06:48.8032712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8040023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8047234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8054303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8058492Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8059268Z ^ 2024-04-03T17:06:48.8063369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8067197Z 186 warnings generated when compiling for gfx906. 2024-04-03T17:06:48.8068747Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryDivTruncKernel.hip:11: 2024-04-03T17:06:48.8070893Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:48.8072937Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:48.8074959Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:48.8079807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8084065Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8085195Z ^ 2024-04-03T17:06:48.8089163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8096526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8103908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8111172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8115032Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8115820Z ^ 2024-04-03T17:06:48.8119909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8127105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8131191Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8132220Z ^ 2024-04-03T17:06:48.8135993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8143347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8150609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8157765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8161680Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8162462Z ^ 2024-04-03T17:06:48.8166300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8173348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8177618Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8178826Z ^ 2024-04-03T17:06:48.8182644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8189608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8196627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8203789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8207511Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8208279Z ^ 2024-04-03T17:06:48.8212117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8219685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8223895Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8225109Z ^ 2024-04-03T17:06:48.8228965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8236089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8243350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8250535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8254437Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8255220Z ^ 2024-04-03T17:06:48.8259170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8266244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8270209Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8271282Z ^ 2024-04-03T17:06:48.8275054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8282117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8289420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8296556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8300399Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8301191Z ^ 2024-04-03T17:06:48.8305211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8312364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8316702Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8317737Z ^ 2024-04-03T17:06:48.8321607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8328517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8335488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8342020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8345850Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8346579Z ^ 2024-04-03T17:06:48.8350494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8357946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8362029Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8363094Z ^ 2024-04-03T17:06:48.8366980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8374303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8381612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8388996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8392907Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8393799Z ^ 2024-04-03T17:06:48.8397806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8405043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8409320Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8410459Z ^ 2024-04-03T17:06:48.8414562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8421764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8429071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8436359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8440174Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8441044Z ^ 2024-04-03T17:06:48.8444959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8452094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8456307Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8457518Z ^ 2024-04-03T17:06:48.8461540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8468848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8476320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8483332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8487153Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8487929Z ^ 2024-04-03T17:06:48.8491957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8499100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8502894Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8504040Z ^ 2024-04-03T17:06:48.8507725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8515021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8522458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8529388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8533215Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8533996Z ^ 2024-04-03T17:06:48.8537984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8545120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8549261Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8550308Z ^ 2024-04-03T17:06:48.8554135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8561466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8568668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8575646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8579570Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8580322Z ^ 2024-04-03T17:06:48.8584208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8591236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8595464Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8596542Z ^ 2024-04-03T17:06:48.8600582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8607719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8614817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8622331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8625937Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8626862Z ^ 2024-04-03T17:06:48.8630698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8637705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8641811Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8642912Z ^ 2024-04-03T17:06:48.8646850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8653948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8661222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8668316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8672017Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8672772Z ^ 2024-04-03T17:06:48.8676553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8683407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8687621Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8688692Z ^ 2024-04-03T17:06:48.8692739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8700062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8706839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8713940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8717710Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8718473Z ^ 2024-04-03T17:06:48.8722388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8729487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8733775Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8734802Z ^ 2024-04-03T17:06:48.8739007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8746099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8753271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8760413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8764225Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8764997Z ^ 2024-04-03T17:06:48.8769037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8776075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8780430Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8781467Z ^ 2024-04-03T17:06:48.8785472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8792656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8799742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8806720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8810622Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8811356Z ^ 2024-04-03T17:06:48.8815299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8822462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8826516Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8827608Z ^ 2024-04-03T17:06:48.8831490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8838667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8845678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8852685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8856776Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8857545Z ^ 2024-04-03T17:06:48.8861860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8868646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8872756Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8873823Z ^ 2024-04-03T17:06:48.8877939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8884797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8891731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8898959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8902673Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8903448Z ^ 2024-04-03T17:06:48.8907456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8914669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8918698Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8919776Z ^ 2024-04-03T17:06:48.8923712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8930653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8937959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8945448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8949234Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8950010Z ^ 2024-04-03T17:06:48.8953904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8961121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8965037Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.8966125Z ^ 2024-04-03T17:06:48.8970047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8977310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8984388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8991799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.8995674Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.8996438Z ^ 2024-04-03T17:06:48.9000167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9007214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9011356Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9012476Z ^ 2024-04-03T17:06:48.9016660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9024120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9031567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9038878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9042630Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9043329Z ^ 2024-04-03T17:06:48.9047361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9054762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9059231Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9060361Z ^ 2024-04-03T17:06:48.9064427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9071773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9079263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9086620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9090563Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9091352Z ^ 2024-04-03T17:06:48.9095380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9102342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9106469Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9107589Z ^ 2024-04-03T17:06:48.9111385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9118411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9125434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9132760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9136827Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9137595Z ^ 2024-04-03T17:06:48.9141756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9148589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9152522Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9153597Z ^ 2024-04-03T17:06:48.9157503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9164615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9171620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9178901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9182599Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9183349Z ^ 2024-04-03T17:06:48.9187199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9194214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9198296Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9199349Z ^ 2024-04-03T17:06:48.9203340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9210536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9217874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9225000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9228818Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9229587Z ^ 2024-04-03T17:06:48.9233652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9240821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9245120Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9246169Z ^ 2024-04-03T17:06:48.9250087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9257333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9264093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9270962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9274866Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9275651Z ^ 2024-04-03T17:06:48.9279532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9286561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9290512Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9291587Z ^ 2024-04-03T17:06:48.9295564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9302779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9309890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9316944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9320338Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9321041Z ^ 2024-04-03T17:06:48.9324451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9330332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9333739Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9334580Z ^ 2024-04-03T17:06:48.9337918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9343699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9349614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9354605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9356606Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9357027Z ^ 2024-04-03T17:06:48.9359137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9364856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9368737Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9369728Z ^ 2024-04-03T17:06:48.9373528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9379687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9384490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9389718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9392719Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9393148Z ^ 2024-04-03T17:06:48.9395957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9400985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9403625Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9404635Z ^ 2024-04-03T17:06:48.9407240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9412858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9420247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9427266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9430967Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9431693Z ^ 2024-04-03T17:06:48.9435513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9442504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9446156Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9447082Z ^ 2024-04-03T17:06:48.9450615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9454128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9458057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9461786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9462072Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9462245Z ^ 2024-04-03T17:06:48.9465754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9466102Z 186 warnings generated when compiling for gfx90a. 2024-04-03T17:06:48.9466121Z 2024-04-03T17:06:48.9468257Z [7971/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationPreluKernel.hip.o 2024-04-03T17:06:48.9469908Z [7972/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryGeometricKernels.hip.o 2024-04-03T17:06:48.9470987Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip:5: 2024-04-03T17:06:48.9471861Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:48.9475377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9476076Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9476251Z ^ 2024-04-03T17:06:48.9479971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9483684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9487388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9491135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9491429Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9491620Z ^ 2024-04-03T17:06:48.9495196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9499076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9499695Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9499866Z ^ 2024-04-03T17:06:48.9503599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9507305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9510997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9514506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9514926Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9515091Z ^ 2024-04-03T17:06:48.9518714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9522421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9523042Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9523232Z ^ 2024-04-03T17:06:48.9525162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9527111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9528978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9530844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9531020Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9531162Z ^ 2024-04-03T17:06:48.9533694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9536281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9536627Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9536721Z ^ 2024-04-03T17:06:48.9538760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9540650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9542508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9544481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9544685Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9544797Z ^ 2024-04-03T17:06:48.9546655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9548516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9548946Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9549046Z ^ 2024-04-03T17:06:48.9550924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9552782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9554659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9556567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9556726Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9556830Z ^ 2024-04-03T17:06:48.9558690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9560561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9560884Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9560978Z ^ 2024-04-03T17:06:48.9562846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9564703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9566629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9568490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9568659Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9568758Z ^ 2024-04-03T17:06:48.9570621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9572521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9572843Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9572952Z ^ 2024-04-03T17:06:48.9574811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9576770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9578828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9580706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9580866Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9580958Z ^ 2024-04-03T17:06:48.9582827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9584684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9585019Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9585175Z ^ 2024-04-03T17:06:48.9587032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9588946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9591833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9595530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9595878Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9596039Z ^ 2024-04-03T17:06:48.9599548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9603251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9603888Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9604059Z ^ 2024-04-03T17:06:48.9607758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9611545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9615279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9618949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9619283Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9619458Z ^ 2024-04-03T17:06:48.9622947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9626527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9626966Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9627078Z ^ 2024-04-03T17:06:48.9629009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9630885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9632811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9634691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9634862Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9634957Z ^ 2024-04-03T17:06:48.9636832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9638704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9639068Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9639177Z ^ 2024-04-03T17:06:48.9641046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9642931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9644814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9646682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9646840Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9646969Z ^ 2024-04-03T17:06:48.9648842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9650731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9651071Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9651170Z ^ 2024-04-03T17:06:48.9653031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9654936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9656889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9658939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9659102Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9659210Z ^ 2024-04-03T17:06:48.9661069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9662987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9663309Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9663403Z ^ 2024-04-03T17:06:48.9665280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9667178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9670816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9674573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9674883Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9675059Z ^ 2024-04-03T17:06:48.9678805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9682231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9682811Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9682994Z ^ 2024-04-03T17:06:48.9686413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9690031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9693486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9697191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9697581Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9697741Z ^ 2024-04-03T17:06:48.9701276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9704693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9705291Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9705453Z ^ 2024-04-03T17:06:48.9708885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9712344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9716116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9719963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9720228Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9720401Z ^ 2024-04-03T17:06:48.9723745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9727566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9728181Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9728357Z ^ 2024-04-03T17:06:48.9732104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9735776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9739370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9742978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9743275Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9743455Z ^ 2024-04-03T17:06:48.9746986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9750753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9751375Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9751547Z ^ 2024-04-03T17:06:48.9755013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9758767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9762544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9766250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9766561Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9766733Z ^ 2024-04-03T17:06:48.9770562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9774305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9774900Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9775089Z ^ 2024-04-03T17:06:48.9779009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9782435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9786256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9789967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9790260Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9790437Z ^ 2024-04-03T17:06:48.9811907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9815656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9816537Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9816710Z ^ 2024-04-03T17:06:48.9819933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9823532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9827099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9830753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9831039Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9831226Z ^ 2024-04-03T17:06:48.9834829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9838257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9838856Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9839028Z ^ 2024-04-03T17:06:48.9842886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9846612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9850443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9854172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9854469Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9854651Z ^ 2024-04-03T17:06:48.9858551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9859020Z 120 warnings generated when compiling for gfx906. 2024-04-03T17:06:48.9860086Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryGeometricKernels.hip:5: 2024-04-03T17:06:48.9860874Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:48.9864694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9865272Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9865457Z ^ 2024-04-03T17:06:48.9868910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9872646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9876258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9879907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9880222Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9880393Z ^ 2024-04-03T17:06:48.9884076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9887829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9888451Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9888628Z ^ 2024-04-03T17:06:48.9892330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9895860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9899709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9903528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9903829Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9904000Z ^ 2024-04-03T17:06:48.9907782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9911548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9912181Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9912352Z ^ 2024-04-03T17:06:48.9916135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9919828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9923505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9927166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9927521Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9927703Z ^ 2024-04-03T17:06:48.9931613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9935421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9936045Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9936299Z ^ 2024-04-03T17:06:48.9940210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9943589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9947295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9951114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9951434Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9951608Z ^ 2024-04-03T17:06:48.9955371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9959191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9959794Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9959973Z ^ 2024-04-03T17:06:48.9963595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9967302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9970983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9974724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9975005Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9975176Z ^ 2024-04-03T17:06:48.9979058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9982701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9983308Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:48.9983472Z ^ 2024-04-03T17:06:48.9987076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9990810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9994455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9997971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:48.9998266Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:48.9998445Z ^ 2024-04-03T17:06:49.0002157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0005854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0006490Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0006666Z ^ 2024-04-03T17:06:49.0010426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0014243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0018021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0021661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0021937Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0022103Z ^ 2024-04-03T17:06:49.0025684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0029382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0030118Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0030305Z ^ 2024-04-03T17:06:49.0034104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0037914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0041601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0045308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0045618Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0045788Z ^ 2024-04-03T17:06:49.0049338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0053051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0053661Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0053940Z ^ 2024-04-03T17:06:49.0057729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0061558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0065013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0068651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0068951Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0069121Z ^ 2024-04-03T17:06:49.0072803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0076608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0077311Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0077485Z ^ 2024-04-03T17:06:49.0081232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0084982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0088701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0092516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0092819Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0093004Z ^ 2024-04-03T17:06:49.0096737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0100273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0100901Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0101075Z ^ 2024-04-03T17:06:49.0104545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0108120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0111611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0115049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0115472Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0115633Z ^ 2024-04-03T17:06:49.0119309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0123065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0123683Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0123873Z ^ 2024-04-03T17:06:49.0127463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0130977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0134693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0138640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0139054Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0139225Z ^ 2024-04-03T17:06:49.0142919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0146643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0147274Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0147444Z ^ 2024-04-03T17:06:49.0151168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0154828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0158313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0162130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0162492Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0162666Z ^ 2024-04-03T17:06:49.0166382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0169821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0170505Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0170683Z ^ 2024-04-03T17:06:49.0174362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0178226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0182146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0185915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0186207Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0186392Z ^ 2024-04-03T17:06:49.0189966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0193637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0194262Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0194433Z ^ 2024-04-03T17:06:49.0198088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0201910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0205449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0209254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0209557Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0209733Z ^ 2024-04-03T17:06:49.0213300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0216964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0217574Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0217757Z ^ 2024-04-03T17:06:49.0221708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0225274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0229181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0232658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0232960Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0233130Z ^ 2024-04-03T17:06:49.0236639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0240108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0240719Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0240986Z ^ 2024-04-03T17:06:49.0244507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0248206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0251694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0255348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0255752Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0255949Z ^ 2024-04-03T17:06:49.0259840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0263577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0264207Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0264379Z ^ 2024-04-03T17:06:49.0268131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0271872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0275303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0278664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0278957Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0279144Z ^ 2024-04-03T17:06:49.0282754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0286603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0287221Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0287409Z ^ 2024-04-03T17:06:49.0290991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0294685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0298708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0302271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0302577Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0302741Z ^ 2024-04-03T17:06:49.0306258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0309779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0310480Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.0310663Z ^ 2024-04-03T17:06:49.0314045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0317474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0320959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0324567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0324845Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.0325128Z ^ 2024-04-03T17:06:49.0328636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.0328979Z 120 warnings generated when compiling for gfx90a. 2024-04-03T17:06:49.0328995Z 2024-04-03T17:06:49.3100696Z [7972/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSiluKernel.hip.o 2024-04-03T17:06:49.3104735Z [7973/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryMiscBackwardOpsKernels.hip.o 2024-04-03T17:06:49.3108072Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip:11: 2024-04-03T17:06:49.3110621Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:49.3115868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3126564Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3127708Z ^ 2024-04-03T17:06:49.3131912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3139588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3147086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3154748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3158747Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3159531Z ^ 2024-04-03T17:06:49.3163641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3171154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3175285Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3176350Z ^ 2024-04-03T17:06:49.3180303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3186787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3193346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3199685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3203073Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3203772Z ^ 2024-04-03T17:06:49.3207348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3213911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3217680Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3219053Z ^ 2024-04-03T17:06:49.3222603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3229017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3235504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3241907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3245271Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3245979Z ^ 2024-04-03T17:06:49.3249536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3255975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3259873Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3260881Z ^ 2024-04-03T17:06:49.3264409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3270952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3277266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3283734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3287150Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3287850Z ^ 2024-04-03T17:06:49.3291398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3297749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3302073Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3303220Z ^ 2024-04-03T17:06:49.3307315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3314381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3321601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3328659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3332355Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3333148Z ^ 2024-04-03T17:06:49.3336980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3344438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3348560Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3349701Z ^ 2024-04-03T17:06:49.3353673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3360953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3367855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3374766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3378545Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3379278Z ^ 2024-04-03T17:06:49.3383198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3390175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3394342Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3395393Z ^ 2024-04-03T17:06:49.3399080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3406204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3413213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3420619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3424600Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3425345Z ^ 2024-04-03T17:06:49.3429412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3436366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3440437Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3441493Z ^ 2024-04-03T17:06:49.3445468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3452693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3460099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3467287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3471118Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3471879Z ^ 2024-04-03T17:06:49.3475799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3483071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3487356Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3488399Z ^ 2024-04-03T17:06:49.3492340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3500682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3507537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3514916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3518764Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3519560Z ^ 2024-04-03T17:06:49.3523493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3530731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3534833Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3535959Z ^ 2024-04-03T17:06:49.3540366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3547590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3554870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3561821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3565788Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3566534Z ^ 2024-04-03T17:06:49.3570567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3577742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3582071Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3583215Z ^ 2024-04-03T17:06:49.3587353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3594571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3601862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3609147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3612920Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3613706Z ^ 2024-04-03T17:06:49.3617619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3625042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3629272Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3630394Z ^ 2024-04-03T17:06:49.3634445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3641691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3648590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3655828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3659284Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3659713Z ^ 2024-04-03T17:06:49.3661775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3665475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3667605Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3668194Z ^ 2024-04-03T17:06:49.3670216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3674033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3677762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3681453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3683427Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3683835Z ^ 2024-04-03T17:06:49.3685918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3689594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3691740Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3692326Z ^ 2024-04-03T17:06:49.3694359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3698194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3702037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3705718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3707692Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3708100Z ^ 2024-04-03T17:06:49.3710142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3713816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3715999Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3716573Z ^ 2024-04-03T17:06:49.3718652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3722306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3725973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3729697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3731681Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3732084Z ^ 2024-04-03T17:06:49.3734114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3737856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3740308Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3740886Z ^ 2024-04-03T17:06:49.3742929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3746616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3750278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3753953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3755919Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3756336Z ^ 2024-04-03T17:06:49.3758381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3760427Z 96 warnings generated when compiling for gfx906. 2024-04-03T17:06:49.3761371Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryMiscBackwardOpsKernels.hip:11: 2024-04-03T17:06:49.3762557Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:49.3765054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3767201Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3767776Z ^ 2024-04-03T17:06:49.3769830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3773557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3777315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3781116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3783087Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3783568Z ^ 2024-04-03T17:06:49.3785617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3789297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3791427Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3792022Z ^ 2024-04-03T17:06:49.3794071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3799322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3804531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3808336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3810362Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3810791Z ^ 2024-04-03T17:06:49.3812843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3818886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3823121Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3824241Z ^ 2024-04-03T17:06:49.3828130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3835371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3842577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3849874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3853537Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3854325Z ^ 2024-04-03T17:06:49.3858223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3865449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3869564Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3870676Z ^ 2024-04-03T17:06:49.3874716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3881972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3889459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3896371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3900249Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3901036Z ^ 2024-04-03T17:06:49.3904950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3912215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3916476Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3917605Z ^ 2024-04-03T17:06:49.3921276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3928239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3935500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3942763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3946590Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3947358Z ^ 2024-04-03T17:06:49.3951299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3958233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3962473Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.3963699Z ^ 2024-04-03T17:06:49.3967665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3974931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3982432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3989460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.3993286Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.3994069Z ^ 2024-04-03T17:06:49.3998053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4005085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4009143Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.4010227Z ^ 2024-04-03T17:06:49.4014134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4021755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4029029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4036254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4040134Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.4040904Z ^ 2024-04-03T17:06:49.4044862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4052153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4056526Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.4057614Z ^ 2024-04-03T17:06:49.4061715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4068651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4075935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4083130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4086958Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.4087747Z ^ 2024-04-03T17:06:49.4091763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4099120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4103268Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.4104394Z ^ 2024-04-03T17:06:49.4108359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4115792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4123223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4130563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4134469Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.4135382Z ^ 2024-04-03T17:06:49.4139455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4146580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4150641Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.4151761Z ^ 2024-04-03T17:06:49.4155866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4163198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4170531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4174287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4176355Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.4176781Z ^ 2024-04-03T17:06:49.4179063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4183056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4187220Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.4188353Z ^ 2024-04-03T17:06:49.4192365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4199698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4205049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4208823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4210808Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.4211237Z ^ 2024-04-03T17:06:49.4213320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4217109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4219465Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.4220058Z ^ 2024-04-03T17:06:49.4223449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4230810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4238057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4245409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4249383Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.4250156Z ^ 2024-04-03T17:06:49.4254141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4261793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4265709Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.4266787Z ^ 2024-04-03T17:06:49.4270756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4277553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4285048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4293225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4297233Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.4298002Z ^ 2024-04-03T17:06:49.4302146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4309589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4313841Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.4314953Z ^ 2024-04-03T17:06:49.4318980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4326275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4333581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4341156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4345047Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.4345834Z ^ 2024-04-03T17:06:49.4349848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4357153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4361359Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.4362456Z ^ 2024-04-03T17:06:49.4366456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4373857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4381296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4388645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4392560Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.4393342Z ^ 2024-04-03T17:06:49.4397789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4405148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4409200Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.4410247Z ^ 2024-04-03T17:06:49.4413798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4421118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4428474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4435203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4438826Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.4439608Z ^ 2024-04-03T17:06:49.4443359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.4447328Z 96 warnings generated when compiling for gfx90a. 2024-04-03T17:06:49.4448006Z 2024-04-03T17:06:49.8261364Z [7973/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSoftplusKernel.hip.o 2024-04-03T17:06:49.8265239Z [7974/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationMishKernel.hip.o 2024-04-03T17:06:49.8268150Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip:18: 2024-04-03T17:06:49.8270393Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:49.8275499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8279887Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8281051Z ^ 2024-04-03T17:06:49.8285197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8292811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8300368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8330664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8334693Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8335488Z ^ 2024-04-03T17:06:49.8339784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8347465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8351788Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8352942Z ^ 2024-04-03T17:06:49.8357125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8364688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8372257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8380106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8384167Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8384954Z ^ 2024-04-03T17:06:49.8389202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8396714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8399827Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8400408Z ^ 2024-04-03T17:06:49.8402575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8406475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8410290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8417549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8421760Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8422541Z ^ 2024-04-03T17:06:49.8426705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8434222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8438563Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8439718Z ^ 2024-04-03T17:06:49.8443866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8451380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8459176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8466751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8470782Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8471587Z ^ 2024-04-03T17:06:49.8475674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8483246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8487340Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8488310Z ^ 2024-04-03T17:06:49.8492072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8499389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8506713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8514058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8517916Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8518676Z ^ 2024-04-03T17:06:49.8522647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8529792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8533804Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8534885Z ^ 2024-04-03T17:06:49.8539618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8546669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8554097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8561160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8565089Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8565889Z ^ 2024-04-03T17:06:49.8570151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8577798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8582257Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8583416Z ^ 2024-04-03T17:06:49.8587528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8595138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8602702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8610226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8614235Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8615023Z ^ 2024-04-03T17:06:49.8619334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8626843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8631291Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8632445Z ^ 2024-04-03T17:06:49.8636609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8643803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8651096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8658937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8662972Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8663745Z ^ 2024-04-03T17:06:49.8667889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8671965Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:49.8673696Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationMishKernel.hip:18: 2024-04-03T17:06:49.8675912Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:49.8680890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8685220Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8686289Z ^ 2024-04-03T17:06:49.8690295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8697760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8705396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8712925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8717042Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8717835Z ^ 2024-04-03T17:06:49.8721971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8729557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8733833Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8734894Z ^ 2024-04-03T17:06:49.8739096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8746830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8754173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8761612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8765540Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8766325Z ^ 2024-04-03T17:06:49.8770564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8777982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8782240Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8783390Z ^ 2024-04-03T17:06:49.8787530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8795039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8802358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8809973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8813832Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8814707Z ^ 2024-04-03T17:06:49.8819076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8826361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8830452Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8831680Z ^ 2024-04-03T17:06:49.8835793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8843275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8850584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8858089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8862319Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8863121Z ^ 2024-04-03T17:06:49.8867239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8874409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8877784Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8878680Z ^ 2024-04-03T17:06:49.8881924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8887859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8893621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8899740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8903026Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8903718Z ^ 2024-04-03T17:06:49.8906977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8910830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8912984Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8913571Z ^ 2024-04-03T17:06:49.8915615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8919304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8923030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8926686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8928648Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8929072Z ^ 2024-04-03T17:06:49.8931120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8934790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8937028Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8937618Z ^ 2024-04-03T17:06:49.8939885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8943629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8947301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8950988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8952946Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8953406Z ^ 2024-04-03T17:06:49.8955445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8959112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8961246Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.8961840Z ^ 2024-04-03T17:06:49.8963879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8967594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8971271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8974936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8977000Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.8977423Z ^ 2024-04-03T17:06:49.8979603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.8981605Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:49.8982015Z 2024-04-03T17:06:49.9590961Z [7974/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSoftshrinkKernel.hip.o 2024-04-03T17:06:49.9597838Z [7975/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_BinaryLogicalOpsKernels.hip.o 2024-04-03T17:06:49.9600551Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip:5: 2024-04-03T17:06:49.9602812Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:49.9607312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9611251Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.9612308Z ^ 2024-04-03T17:06:49.9616166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9622907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9628853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9635005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9638516Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.9639359Z ^ 2024-04-03T17:06:49.9642850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9648578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9652564Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.9653645Z ^ 2024-04-03T17:06:49.9657664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9664650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9671214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9678031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9681628Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.9682342Z ^ 2024-04-03T17:06:49.9686054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9692834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9696918Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.9697911Z ^ 2024-04-03T17:06:49.9701520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9707880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9714538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9719415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9722100Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.9722635Z ^ 2024-04-03T17:06:49.9724972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9729436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9732078Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.9732671Z ^ 2024-04-03T17:06:49.9735013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9739942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9744307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9749168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9751746Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.9752347Z ^ 2024-04-03T17:06:49.9756241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9762937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9766241Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.9767174Z ^ 2024-04-03T17:06:49.9770220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9774278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9781278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9788123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9791726Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.9792480Z ^ 2024-04-03T17:06:49.9796312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9803236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9807470Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.9808656Z ^ 2024-04-03T17:06:49.9812547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9820079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9827127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9834204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9838068Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.9838835Z ^ 2024-04-03T17:06:49.9842685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9849724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9853844Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.9854933Z ^ 2024-04-03T17:06:49.9859055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9866289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9873317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9880298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9884057Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.9884786Z ^ 2024-04-03T17:06:49.9888645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9895892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9900186Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.9901288Z ^ 2024-04-03T17:06:49.9905313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9912140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9918800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9925714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9929444Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.9930195Z ^ 2024-04-03T17:06:49.9933995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9941498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9945700Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.9946780Z ^ 2024-04-03T17:06:49.9950690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9957692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9964734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9971736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9975480Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:49.9976492Z ^ 2024-04-03T17:06:49.9980457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9987687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:49.9991680Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:49.9992757Z ^ 2024-04-03T17:06:49.9996653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0003856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0010945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0018042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0022710Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0023485Z ^ 2024-04-03T17:06:50.0028422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0036191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0040262Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0041351Z ^ 2024-04-03T17:06:50.0045210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0052201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0059365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0066533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0070303Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0071047Z ^ 2024-04-03T17:06:50.0099121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0106205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0110211Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0111261Z ^ 2024-04-03T17:06:50.0115308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0122369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0129181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0136314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0140074Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0140848Z ^ 2024-04-03T17:06:50.0144656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0151635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0155744Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0156789Z ^ 2024-04-03T17:06:50.0160615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0167472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0174603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0181963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0185722Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0186482Z ^ 2024-04-03T17:06:50.0190367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0197531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0201609Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0202707Z ^ 2024-04-03T17:06:50.0206591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0213686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0220979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0228024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0231753Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0232517Z ^ 2024-04-03T17:06:50.0236392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0243158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0247131Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0248211Z ^ 2024-04-03T17:06:50.0252261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0259641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0266756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0273808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0277624Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0278378Z ^ 2024-04-03T17:06:50.0282386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0289535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0293566Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0294648Z ^ 2024-04-03T17:06:50.0298843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0305950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0313231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0320299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0324026Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0324816Z ^ 2024-04-03T17:06:50.0328373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0335371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0339074Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0339667Z ^ 2024-04-03T17:06:50.0342407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0346267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0349960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0353734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0357068Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0357817Z ^ 2024-04-03T17:06:50.0361654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0368620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0372621Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0373765Z ^ 2024-04-03T17:06:50.0377723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0384769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0391202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0395376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0398802Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0399552Z ^ 2024-04-03T17:06:50.0403382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0410421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0414445Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0415573Z ^ 2024-04-03T17:06:50.0419604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0426538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0433012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0440178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0444002Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0444779Z ^ 2024-04-03T17:06:50.0448721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0455806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0460107Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0461169Z ^ 2024-04-03T17:06:50.0464981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0471864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0478754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0485644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0489397Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0490138Z ^ 2024-04-03T17:06:50.0493925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0501183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0505370Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0506477Z ^ 2024-04-03T17:06:50.0510492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0517838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0525083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0532330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0536289Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0537057Z ^ 2024-04-03T17:06:50.0541216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0548328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0552022Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0553095Z ^ 2024-04-03T17:06:50.0556945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0563904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0570857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0578046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0581867Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0582670Z ^ 2024-04-03T17:06:50.0585918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0592808Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0596806Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0597980Z ^ 2024-04-03T17:06:50.0601802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0608711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0615655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0622441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0625071Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0625510Z ^ 2024-04-03T17:06:50.0627657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0631469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0633805Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0634390Z ^ 2024-04-03T17:06:50.0636502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0640429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0644359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0648265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0650352Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0650777Z ^ 2024-04-03T17:06:50.0653010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0656959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0659376Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0660023Z ^ 2024-04-03T17:06:50.0662191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0666071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0669943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0673708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0675754Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0676233Z ^ 2024-04-03T17:06:50.0678337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0682115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0684318Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0684908Z ^ 2024-04-03T17:06:50.0687067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0690927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0694878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0699334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0702283Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0703076Z ^ 2024-04-03T17:06:50.0705552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0709324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0711639Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0712226Z ^ 2024-04-03T17:06:50.0714339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0718276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0722015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0725758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0727789Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0728217Z ^ 2024-04-03T17:06:50.0730240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0734088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0736445Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0737045Z ^ 2024-04-03T17:06:50.0739445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0743275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0747030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0750815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0752979Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0753388Z ^ 2024-04-03T17:06:50.0755486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0759330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0761531Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0762190Z ^ 2024-04-03T17:06:50.0764225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0768029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0771877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0775648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0777728Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0778138Z ^ 2024-04-03T17:06:50.0780591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0784402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0786608Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0787191Z ^ 2024-04-03T17:06:50.0789310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0793441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0797394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0801147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0803165Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0803584Z ^ 2024-04-03T17:06:50.0805665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0809503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0811692Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0812271Z ^ 2024-04-03T17:06:50.0814366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0819682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0826303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0832974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0836308Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0836943Z ^ 2024-04-03T17:06:50.0840046Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0843780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0845910Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0846505Z ^ 2024-04-03T17:06:50.0848593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0852453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0859604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0866541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0870330Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0871078Z ^ 2024-04-03T17:06:50.0874912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0881829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0885834Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0886813Z ^ 2024-04-03T17:06:50.0890210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0897292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0904486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0911506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0915200Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0915947Z ^ 2024-04-03T17:06:50.0919767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0926462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0930500Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0931587Z ^ 2024-04-03T17:06:50.0935453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0942605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0949555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0956606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0960004Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0960636Z ^ 2024-04-03T17:06:50.0962704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0966398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0968547Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0969134Z ^ 2024-04-03T17:06:50.0971161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0974951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0978961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0982663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0984648Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.0985059Z ^ 2024-04-03T17:06:50.0987148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0991867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.0995058Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.0996001Z ^ 2024-04-03T17:06:50.0998179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1002022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1005827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1009673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1011673Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1012085Z ^ 2024-04-03T17:06:50.1014139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1017893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1020279Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1020862Z ^ 2024-04-03T17:06:50.1022915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1027210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1031388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1035160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1037132Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1037559Z ^ 2024-04-03T17:06:50.1039606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1043300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1045431Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1046007Z ^ 2024-04-03T17:06:50.1048058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1051793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1055460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1059370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1061368Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1061994Z ^ 2024-04-03T17:06:50.1064471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1068739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1070882Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1071475Z ^ 2024-04-03T17:06:50.1073606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1077294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1081019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1084708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1086688Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1087107Z ^ 2024-04-03T17:06:50.1089160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1092838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1095007Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1095594Z ^ 2024-04-03T17:06:50.1097737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1103083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1110012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1116936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1120736Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1121491Z ^ 2024-04-03T17:06:50.1125303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1132274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1136352Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1137425Z ^ 2024-04-03T17:06:50.1141359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1148384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1155324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1162224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1165922Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1166672Z ^ 2024-04-03T17:06:50.1170466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1177563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1181661Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1182734Z ^ 2024-04-03T17:06:50.1186195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1193050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1199631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1205423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1208097Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1208650Z ^ 2024-04-03T17:06:50.1211626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1216851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1219974Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1220771Z ^ 2024-04-03T17:06:50.1223767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1228900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1234042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1239116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1242036Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1242605Z ^ 2024-04-03T17:06:50.1245853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1252402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1256380Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1257394Z ^ 2024-04-03T17:06:50.1261258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1268121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1275417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1282591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1286383Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1287156Z ^ 2024-04-03T17:06:50.1290954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1298136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1302332Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1303427Z ^ 2024-04-03T17:06:50.1307309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1314145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1321367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1328400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1332203Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1332980Z ^ 2024-04-03T17:06:50.1337032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1344264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1348462Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1349540Z ^ 2024-04-03T17:06:50.1353472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1360799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1367930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1375016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1378935Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1379700Z ^ 2024-04-03T17:06:50.1383612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1390479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1394462Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1395603Z ^ 2024-04-03T17:06:50.1399179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1406297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1413204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1420506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1424303Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1425062Z ^ 2024-04-03T17:06:50.1428964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1436008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1440207Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1441191Z ^ 2024-04-03T17:06:50.1445004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1452042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1459205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1466329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1469948Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1470693Z ^ 2024-04-03T17:06:50.1474599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1480783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1483182Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1483784Z ^ 2024-04-03T17:06:50.1485849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1491039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1497737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1503904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1507221Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1507859Z ^ 2024-04-03T17:06:50.1511899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1519369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1523518Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1524624Z ^ 2024-04-03T17:06:50.1528125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1532027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1535796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1540736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1544333Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1544946Z ^ 2024-04-03T17:06:50.1547305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1551211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1553367Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1553950Z ^ 2024-04-03T17:06:50.1555839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1557719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1559604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1561473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1561704Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1561800Z ^ 2024-04-03T17:06:50.1563706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1565704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1566245Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1566417Z ^ 2024-04-03T17:06:50.1569542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1572879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1576530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1580182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1580663Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1580847Z ^ 2024-04-03T17:06:50.1584341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1587765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1588413Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1588590Z ^ 2024-04-03T17:06:50.1592322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1595980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1599553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1603366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1603667Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1603851Z ^ 2024-04-03T17:06:50.1607426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1610987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1611695Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1611873Z ^ 2024-04-03T17:06:50.1615413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1619138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1622684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1626384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1626675Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1626859Z ^ 2024-04-03T17:06:50.1630439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1634020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1634615Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1634781Z ^ 2024-04-03T17:06:50.1638257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1641972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1645689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1649324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1649651Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1649807Z ^ 2024-04-03T17:06:50.1653521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1657250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1657848Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1658038Z ^ 2024-04-03T17:06:50.1661763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1665395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1669190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1672741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1673065Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1673240Z ^ 2024-04-03T17:06:50.1676852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1680464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1681068Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1681357Z ^ 2024-04-03T17:06:50.1684949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1688657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1692333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1695999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1696392Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1696585Z ^ 2024-04-03T17:06:50.1700309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1703864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1704460Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1704642Z ^ 2024-04-03T17:06:50.1708215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1711836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1715381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1718924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1719264Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1719422Z ^ 2024-04-03T17:06:50.1722941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1726682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1727235Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1727420Z ^ 2024-04-03T17:06:50.1731119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1734658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1738628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1742259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1742578Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1742746Z ^ 2024-04-03T17:06:50.1746320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1749937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1750673Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1750863Z ^ 2024-04-03T17:06:50.1754449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1758048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1761624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1764996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1765433Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1765622Z ^ 2024-04-03T17:06:50.1769152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1769512Z 360 warnings generated when compiling for gfx906. 2024-04-03T17:06:50.1770697Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/BinaryLogicalOpsKernels.hip:5: 2024-04-03T17:06:50.1771481Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:50.1775017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1775644Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1775817Z ^ 2024-04-03T17:06:50.1779661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1783214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1786784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1790273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1790695Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1790872Z ^ 2024-04-03T17:06:50.1794441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1798044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1798667Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1798836Z ^ 2024-04-03T17:06:50.1801493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1803392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1805492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1807406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1807584Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1807680Z ^ 2024-04-03T17:06:50.1809546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1811573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1811901Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1812012Z ^ 2024-04-03T17:06:50.1813907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1816981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1820168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1822888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1823058Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1823160Z ^ 2024-04-03T17:06:50.1825062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1827958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1828554Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1828736Z ^ 2024-04-03T17:06:50.1832279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1835693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1839036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1842426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1842748Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1842946Z ^ 2024-04-03T17:06:50.1846537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1850045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1850646Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1850822Z ^ 2024-04-03T17:06:50.1854282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1857881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1861611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1865148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1865467Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1865667Z ^ 2024-04-03T17:06:50.1869169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1872672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1873434Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1873637Z ^ 2024-04-03T17:06:50.1877086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1880482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1883799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1887192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1887491Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1887657Z ^ 2024-04-03T17:06:50.1890895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1894210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1894790Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1894985Z ^ 2024-04-03T17:06:50.1898581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1902039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1905287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1908680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1908990Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1909159Z ^ 2024-04-03T17:06:50.1912441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1915810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1916360Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1916579Z ^ 2024-04-03T17:06:50.1919650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1922688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1925203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1927921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1928172Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1928328Z ^ 2024-04-03T17:06:50.1931208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1933476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1934139Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1934284Z ^ 2024-04-03T17:06:50.1936285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1938655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1941138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1944551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1944920Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1945055Z ^ 2024-04-03T17:06:50.1948078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1950781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1951118Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1951229Z ^ 2024-04-03T17:06:50.1953115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1955351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1957242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1959352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1959561Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1959660Z ^ 2024-04-03T17:06:50.1961599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1963470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1963807Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1963904Z ^ 2024-04-03T17:06:50.1966054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1968208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1970352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1972285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1972447Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1972589Z ^ 2024-04-03T17:06:50.1974753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1976718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1977057Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1977196Z ^ 2024-04-03T17:06:50.1979278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1981149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1983038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1984897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1985110Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.1985220Z ^ 2024-04-03T17:06:50.1987080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1989383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1989871Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.1989970Z ^ 2024-04-03T17:06:50.1992382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1994787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1997094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1999761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.1999955Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2000051Z ^ 2024-04-03T17:06:50.2001931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2004457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2005053Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2005236Z ^ 2024-04-03T17:06:50.2008605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2012306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2015703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2019145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2019385Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2019531Z ^ 2024-04-03T17:06:50.2021687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2023561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2023899Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2023995Z ^ 2024-04-03T17:06:50.2025986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2027903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2029772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2032008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2032177Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2032345Z ^ 2024-04-03T17:06:50.2034739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2036678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2037000Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2037095Z ^ 2024-04-03T17:06:50.2038974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2041187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2043348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2045221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2045397Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2045496Z ^ 2024-04-03T17:06:50.2047366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2049248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2049613Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2049722Z ^ 2024-04-03T17:06:50.2051622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2053774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2055667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2057964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2058148Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2058377Z ^ 2024-04-03T17:06:50.2060620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2062817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2063215Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2063330Z ^ 2024-04-03T17:06:50.2065491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2067392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2069253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2071126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2071286Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2071381Z ^ 2024-04-03T17:06:50.2073346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2075235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2075576Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2075670Z ^ 2024-04-03T17:06:50.2077541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2079676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2082252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2084429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2084600Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2084712Z ^ 2024-04-03T17:06:50.2086581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2088806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2089387Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2089488Z ^ 2024-04-03T17:06:50.2091657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2093544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2095699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2098232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2098638Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2098741Z ^ 2024-04-03T17:06:50.2100831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2102711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2103036Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2103148Z ^ 2024-04-03T17:06:50.2105099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2106998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2108850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2110709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2110924Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2111018Z ^ 2024-04-03T17:06:50.2112895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2114749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2115081Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2115176Z ^ 2024-04-03T17:06:50.2117045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2118919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2120807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2122702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2122863Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2122970Z ^ 2024-04-03T17:06:50.2124827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2126720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2127054Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2127151Z ^ 2024-04-03T17:06:50.2129028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2130888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2132760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2134643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2134803Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2134912Z ^ 2024-04-03T17:06:50.2136854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2138942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2139264Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2139360Z ^ 2024-04-03T17:06:50.2141241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2143161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2145975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2149666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2149979Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2150149Z ^ 2024-04-03T17:06:50.2153711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2157497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2158116Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2158309Z ^ 2024-04-03T17:06:50.2161733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2165271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2169042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2172783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2173088Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2173263Z ^ 2024-04-03T17:06:50.2177109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2180630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2181369Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2181545Z ^ 2024-04-03T17:06:50.2185316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2188858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2192328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2196194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2200793Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2201579Z ^ 2024-04-03T17:06:50.2205687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2213191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2215751Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2216420Z ^ 2024-04-03T17:06:50.2218804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2223094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2230611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2238051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2242057Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2242760Z ^ 2024-04-03T17:06:50.2246716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2254336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2258759Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2259829Z ^ 2024-04-03T17:06:50.2263691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2271012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2278278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2285494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2289413Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2290202Z ^ 2024-04-03T17:06:50.2294251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2300804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2303064Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2303668Z ^ 2024-04-03T17:06:50.2305729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2312632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2319841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2327158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2331032Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2331809Z ^ 2024-04-03T17:06:50.2335859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2342802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2346836Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2347917Z ^ 2024-04-03T17:06:50.2351850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2359249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2366518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2373350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2377413Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2378205Z ^ 2024-04-03T17:06:50.2382056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2389455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2393676Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2394803Z ^ 2024-04-03T17:06:50.2398880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2406038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2413110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2420463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2424264Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2425040Z ^ 2024-04-03T17:06:50.2428950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2435782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2439723Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2440855Z ^ 2024-04-03T17:06:50.2444990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2452072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2459604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2466651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2470568Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2471306Z ^ 2024-04-03T17:06:50.2475361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2482658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2486930Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2488061Z ^ 2024-04-03T17:06:50.2491983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2498124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2502121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2505877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2507854Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2508267Z ^ 2024-04-03T17:06:50.2510326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2514091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2516247Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2516825Z ^ 2024-04-03T17:06:50.2518882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2522563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2526285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2529956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2531925Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2532334Z ^ 2024-04-03T17:06:50.2534373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2538134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2540399Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2540977Z ^ 2024-04-03T17:06:50.2543026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2546759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2550675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2554556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2556522Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2556948Z ^ 2024-04-03T17:06:50.2559054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2563062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2565196Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2565798Z ^ 2024-04-03T17:06:50.2567855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2571679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2575375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2580285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2582908Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2583685Z ^ 2024-04-03T17:06:50.2587691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2594710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2598914Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2600033Z ^ 2024-04-03T17:06:50.2604284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2611458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2618826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2623719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2625802Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2626229Z ^ 2024-04-03T17:06:50.2628423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2632361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2634568Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2635163Z ^ 2024-04-03T17:06:50.2637219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2642597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2646640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2650335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2652319Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2652749Z ^ 2024-04-03T17:06:50.2654776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2658814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2661023Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2661621Z ^ 2024-04-03T17:06:50.2663659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2668580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2675392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2681899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2685449Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2686133Z ^ 2024-04-03T17:06:50.2689923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2697184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2701043Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2702133Z ^ 2024-04-03T17:06:50.2705962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2713011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2719953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2726534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2730184Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2730899Z ^ 2024-04-03T17:06:50.2734647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2741392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2745127Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2746196Z ^ 2024-04-03T17:06:50.2749959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2756613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2763066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2769171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2771968Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2772612Z ^ 2024-04-03T17:06:50.2776435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2783528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2787450Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2788505Z ^ 2024-04-03T17:06:50.2792175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2798913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2805502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2812494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2816004Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2816834Z ^ 2024-04-03T17:06:50.2820724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2827081Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2830885Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2831827Z ^ 2024-04-03T17:06:50.2835213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2841823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2848128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2854379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2858053Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2858989Z ^ 2024-04-03T17:06:50.2862956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2870149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2874160Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2875155Z ^ 2024-04-03T17:06:50.2878732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2885933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2893151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2900390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2904150Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2904840Z ^ 2024-04-03T17:06:50.2908759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2915393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2918183Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2919162Z ^ 2024-04-03T17:06:50.2922027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2928412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2935763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2943328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2947082Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2947850Z ^ 2024-04-03T17:06:50.2951742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2958857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2962965Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.2964187Z ^ 2024-04-03T17:06:50.2968035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2975455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2983100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2990185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.2993954Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.2994711Z ^ 2024-04-03T17:06:50.2998752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3006145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3010354Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3011462Z ^ 2024-04-03T17:06:50.3015363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3022828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3030166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3037197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3041057Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3041834Z ^ 2024-04-03T17:06:50.3045857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3069594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3071788Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3072377Z ^ 2024-04-03T17:06:50.3074542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3078249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3082008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3085708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3087686Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3088112Z ^ 2024-04-03T17:06:50.3090171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3093876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3096057Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3096738Z ^ 2024-04-03T17:06:50.3098978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3102687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3106497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3111638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3115332Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3116109Z ^ 2024-04-03T17:06:50.3120008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3127178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3131294Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3132406Z ^ 2024-04-03T17:06:50.3136296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3141791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3145544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3149249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3151236Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3151662Z ^ 2024-04-03T17:06:50.3153718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3157459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3159602Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3160199Z ^ 2024-04-03T17:06:50.3162247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3165925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3169622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3173348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3175325Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3175743Z ^ 2024-04-03T17:06:50.3177896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3182099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3184238Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3184836Z ^ 2024-04-03T17:06:50.3187772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3192521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3197005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3201252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3203850Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3204291Z ^ 2024-04-03T17:06:50.3206614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3210582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3213226Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3213856Z ^ 2024-04-03T17:06:50.3216171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3220408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3224210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3227948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3229932Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3230338Z ^ 2024-04-03T17:06:50.3232380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3236136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3238281Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3238859Z ^ 2024-04-03T17:06:50.3241069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3245831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3250118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3253916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3255895Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3256409Z ^ 2024-04-03T17:06:50.3258633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3262323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3264484Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3265065Z ^ 2024-04-03T17:06:50.3267107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3270852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3275170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3281938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3285680Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3286402Z ^ 2024-04-03T17:06:50.3290345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3297428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3301641Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3302742Z ^ 2024-04-03T17:06:50.3306338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3313343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3320249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3327183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3330940Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3331721Z ^ 2024-04-03T17:06:50.3335590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3342980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3347187Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3348310Z ^ 2024-04-03T17:06:50.3352315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3359448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3366547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3373754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3377685Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3378608Z ^ 2024-04-03T17:06:50.3382516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3389485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3393367Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3394532Z ^ 2024-04-03T17:06:50.3398491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3404706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3408897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3412600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3414592Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3415017Z ^ 2024-04-03T17:06:50.3417187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3421291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3423493Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3424093Z ^ 2024-04-03T17:06:50.3426120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3429796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3433530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3437217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3439187Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3439757Z ^ 2024-04-03T17:06:50.3443114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3449828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3453689Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3454672Z ^ 2024-04-03T17:06:50.3458380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3464577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3471391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3478619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3482622Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3483385Z ^ 2024-04-03T17:06:50.3487096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3489862Z 360 warnings generated when compiling for gfx90a. 2024-04-03T17:06:50.3490213Z 2024-04-03T17:06:50.3491422Z [7975/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationThresholdKernel.hip.o 2024-04-03T17:06:50.3493195Z [7976/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_DistributionUniform.hip.o 2024-04-03T17:06:50.3494620Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2024-04-03T17:06:50.3495830Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:50.3497115Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:50.3498835Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:50.3500377Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:50.3501236Z ^ 2024-04-03T17:06:50.3502307Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:50.3503223Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:50.3503596Z ^ 2024-04-03T17:06:50.3504221Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:50.3505013Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:50.3505513Z ^ 2024-04-03T17:06:50.3505960Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:50.3506864Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2024-04-03T17:06:50.3508079Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:50.3509195Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:50.3510742Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:50.3512279Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:50.3513129Z ^ 2024-04-03T17:06:50.3514205Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:50.3515123Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:50.3515493Z ^ 2024-04-03T17:06:50.3516114Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:50.3516905Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:50.3517400Z ^ 2024-04-03T17:06:50.3517848Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:50.3518689Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionUniform.hip:5: 2024-04-03T17:06:50.3519907Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/DistributionTemplates.h:13: 2024-04-03T17:06:50.3521067Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:50.3522621Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:50.3524839Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:50.3526305Z ^ 2024-04-03T17:06:50.3528133Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:50.3529098Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:50.3529475Z ^ 2024-04-03T17:06:50.3530110Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:50.3530908Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:50.3531410Z ^ 2024-04-03T17:06:50.3531845Z 1 warning generated when compiling for host. 2024-04-03T17:06:50.3532241Z 2024-04-03T17:06:50.3533296Z [7976/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling.hip.o 2024-04-03T17:06:50.3535845Z [7977/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationPreluKernel.hip.o 2024-04-03T17:06:50.3538203Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:18: 2024-04-03T17:06:50.3539525Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:50.3542012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3544451Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3545072Z ^ 2024-04-03T17:06:50.3547142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3550975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3554654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3558354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3560338Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3560757Z ^ 2024-04-03T17:06:50.3562806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3566735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3568886Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3569477Z ^ 2024-04-03T17:06:50.3571570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3575236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3579246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3582958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3584934Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3585360Z ^ 2024-04-03T17:06:50.3587394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3591080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3593267Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3593862Z ^ 2024-04-03T17:06:50.3595893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3599583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3603266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3606940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3608961Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3609381Z ^ 2024-04-03T17:06:50.3611415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3615143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3617353Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3617943Z ^ 2024-04-03T17:06:50.3620630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3624421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3628101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3631793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3633840Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3634249Z ^ 2024-04-03T17:06:50.3636307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3639179Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:18: 2024-04-03T17:06:50.3641760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3644111Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2024-04-03T17:06:50.3644921Z ^ 2024-04-03T17:06:50.3646952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3650603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3655912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3662786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3668937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3675511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3682751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3689836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3696090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3703070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3709690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3716406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3723207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3729993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3736922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3740839Z 40 warnings generated when compiling for gfx906. 2024-04-03T17:06:50.3742478Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:18: 2024-04-03T17:06:50.3744510Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:50.3748979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3752651Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3753646Z ^ 2024-04-03T17:06:50.3757162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3763969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3770750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3777873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3781719Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3782428Z ^ 2024-04-03T17:06:50.3786128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3793098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3796742Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3797827Z ^ 2024-04-03T17:06:50.3801655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3808120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3815025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3820368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3822471Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3823204Z ^ 2024-04-03T17:06:50.3827246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3834057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3838106Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3839214Z ^ 2024-04-03T17:06:50.3843139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3850252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3857373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3864678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3868587Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3869333Z ^ 2024-04-03T17:06:50.3873202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3880258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3884386Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.3885489Z ^ 2024-04-03T17:06:50.3889429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3896814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3904180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3911590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3915454Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.3916203Z ^ 2024-04-03T17:06:50.3920188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3924872Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationPreluKernel.hip:18: 2024-04-03T17:06:50.3930062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3934672Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2024-04-03T17:06:50.3936331Z ^ 2024-04-03T17:06:50.3940434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3947647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3954953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3962146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3969362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3976664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3980468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3984271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3987850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3991513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3995038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.3998578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4002128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4005629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4009229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4009688Z 40 warnings generated when compiling for gfx90a. 2024-04-03T17:06:50.4009703Z 2024-04-03T17:06:50.4011390Z [7977/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling3d.hip.o 2024-04-03T17:06:50.4012990Z [7978/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSiluKernel.hip.o 2024-04-03T17:06:50.4014022Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip:18: 2024-04-03T17:06:50.4014792Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:50.4018623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4019262Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4019439Z ^ 2024-04-03T17:06:50.4023051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4026796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4030357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4033965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4034269Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4034451Z ^ 2024-04-03T17:06:50.4038283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4042023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4042578Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4042750Z ^ 2024-04-03T17:06:50.4046320Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4049871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4053693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4057527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4057849Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4058023Z ^ 2024-04-03T17:06:50.4061860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4065578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4066308Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4066497Z ^ 2024-04-03T17:06:50.4069981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4073627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4077312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4081058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4081374Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4081548Z ^ 2024-04-03T17:06:50.4085303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4088882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4089496Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4089656Z ^ 2024-04-03T17:06:50.4093366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4097355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4101148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4104670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4104981Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4105170Z ^ 2024-04-03T17:06:50.4108857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4112670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4113320Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4113492Z ^ 2024-04-03T17:06:50.4117235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4120928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4124644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4128262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4128561Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4128753Z ^ 2024-04-03T17:06:50.4132376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4135903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4136736Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4136942Z ^ 2024-04-03T17:06:50.4140607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4144357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4147922Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4151450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4151872Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4152034Z ^ 2024-04-03T17:06:50.4155643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4159431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4160033Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4160213Z ^ 2024-04-03T17:06:50.4163830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4167345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4170898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4174413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4174723Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4174896Z ^ 2024-04-03T17:06:50.4178761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4182583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4183220Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4183394Z ^ 2024-04-03T17:06:50.4187025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4190791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4194501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4198370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4198670Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4198855Z ^ 2024-04-03T17:06:50.4202642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4206362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4206918Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4207078Z ^ 2024-04-03T17:06:50.4210611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4214398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4218008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4221603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4222022Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4222186Z ^ 2024-04-03T17:06:50.4225707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4229211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4229775Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4229953Z ^ 2024-04-03T17:06:50.4233442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4236985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4240774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4244543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4244872Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4245048Z ^ 2024-04-03T17:06:50.4248598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4248910Z 60 warnings generated when compiling for gfx906. 2024-04-03T17:06:50.4249930Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSiluKernel.hip:18: 2024-04-03T17:06:50.4250661Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:50.4254096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4254718Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4254892Z ^ 2024-04-03T17:06:50.4258743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4262168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4265782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4269348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4269659Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4269849Z ^ 2024-04-03T17:06:50.4273373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4276904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4277645Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4277813Z ^ 2024-04-03T17:06:50.4281416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4285137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4288653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4292322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4292665Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4292836Z ^ 2024-04-03T17:06:50.4296462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4300191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4300816Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4301125Z ^ 2024-04-03T17:06:50.4304703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4308295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4312003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4315583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4315891Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4316064Z ^ 2024-04-03T17:06:50.4319525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4323375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4324036Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4324215Z ^ 2024-04-03T17:06:50.4327890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4331634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4335483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4339429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4339699Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4339864Z ^ 2024-04-03T17:06:50.4343354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4346865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4347604Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4347772Z ^ 2024-04-03T17:06:50.4351392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4354952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4358507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4362123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4362548Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4362733Z ^ 2024-04-03T17:06:50.4366324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4370052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4370679Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4370854Z ^ 2024-04-03T17:06:50.4374445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4378577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4382259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4385772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4386100Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4386361Z ^ 2024-04-03T17:06:50.4390137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4393905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4394491Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4394667Z ^ 2024-04-03T17:06:50.4398298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4401939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4405323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4409011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4409417Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4409590Z ^ 2024-04-03T17:06:50.4413358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4417150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4417800Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4417975Z ^ 2024-04-03T17:06:50.4420983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4424376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4428127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4431931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4432227Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4432400Z ^ 2024-04-03T17:06:50.4436119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4439860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4440494Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4440653Z ^ 2024-04-03T17:06:50.4444353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4448045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4451709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4455422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4455705Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4455898Z ^ 2024-04-03T17:06:50.4459832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4463576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4464197Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.4464369Z ^ 2024-04-03T17:06:50.4468004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4471737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4475502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4479158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4479461Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.4479635Z ^ 2024-04-03T17:06:50.4483378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.4483709Z 60 warnings generated when compiling for gfx90a. 2024-04-03T17:06:50.4483724Z 2024-04-03T17:06:50.7047672Z [7978/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling2d.hip.o 2024-04-03T17:06:50.7048694Z [7979/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSoftplusKernel.hip.o 2024-04-03T17:06:50.7049433Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip:18: 2024-04-03T17:06:50.7049844Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:50.7052160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7052603Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7052706Z ^ 2024-04-03T17:06:50.7054623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7056584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7058740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7060620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7060801Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7060898Z ^ 2024-04-03T17:06:50.7062776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7065140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7065656Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7065828Z ^ 2024-04-03T17:06:50.7068461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7071209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7073306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7075374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7075656Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7075754Z ^ 2024-04-03T17:06:50.7077912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7079903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7080242Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7080341Z ^ 2024-04-03T17:06:50.7082328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7084273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7086126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7088083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7088281Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7088392Z ^ 2024-04-03T17:06:50.7090260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7092384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7092920Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7093059Z ^ 2024-04-03T17:06:50.7095059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7097954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7101803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7105777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7106097Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7106271Z ^ 2024-04-03T17:06:50.7109875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7112800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7113427Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7113551Z ^ 2024-04-03T17:06:50.7115444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7117326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7119205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7121104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7121278Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7121373Z ^ 2024-04-03T17:06:50.7123264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7125134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7125460Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7125574Z ^ 2024-04-03T17:06:50.7127421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7129328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7131235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7133105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7133265Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7133359Z ^ 2024-04-03T17:06:50.7135262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7137228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7137564Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7137661Z ^ 2024-04-03T17:06:50.7140434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7142316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7144235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7146119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7146280Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7146387Z ^ 2024-04-03T17:06:50.7148255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7150134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7150452Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7150596Z ^ 2024-04-03T17:06:50.7152473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7154377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7156265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7158318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7158494Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7158588Z ^ 2024-04-03T17:06:50.7160467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7160667Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:50.7161246Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftplusKernel.hip:18: 2024-04-03T17:06:50.7161669Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:50.7163533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7163884Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7163995Z ^ 2024-04-03T17:06:50.7165859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7167727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7169587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7171456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7171616Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7171712Z ^ 2024-04-03T17:06:50.7173616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7175546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7175882Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7175976Z ^ 2024-04-03T17:06:50.7177964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7181303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7184961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7188322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7188630Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7188823Z ^ 2024-04-03T17:06:50.7192152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7195735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7196323Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7196491Z ^ 2024-04-03T17:06:50.7200056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7203587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7206955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7210350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7210692Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7210873Z ^ 2024-04-03T17:06:50.7214756Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7218694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7222798Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7223855Z ^ 2024-04-03T17:06:50.7227780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7234737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7241664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7248857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7252740Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7253507Z ^ 2024-04-03T17:06:50.7257028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7260945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7263100Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7263689Z ^ 2024-04-03T17:06:50.7265750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7269454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7273267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7277009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7278999Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7279422Z ^ 2024-04-03T17:06:50.7281471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7285218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7287391Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7287974Z ^ 2024-04-03T17:06:50.7290038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7293722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7297521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7301459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7303427Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7303850Z ^ 2024-04-03T17:06:50.7305912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7309623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7311776Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7312366Z ^ 2024-04-03T17:06:50.7314415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7318170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7321910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7325563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7327537Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7327955Z ^ 2024-04-03T17:06:50.7330039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7333713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7335849Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:50.7336520Z ^ 2024-04-03T17:06:50.7339645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7343372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7347108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7350797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7352773Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:50.7353192Z ^ 2024-04-03T17:06:50.7355234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:50.7357246Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:50.7357605Z 2024-04-03T17:06:51.1790906Z [7979/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AmpKernels.hip.o 2024-04-03T17:06:51.1794054Z [7980/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationSoftshrinkKernel.hip.o 2024-04-03T17:06:51.1796744Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip:18: 2024-04-03T17:06:51.1798760Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:51.1803116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1806913Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.1807932Z ^ 2024-04-03T17:06:51.1811404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1818006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1824796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1831849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1835413Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.1836174Z ^ 2024-04-03T17:06:51.1839761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1846619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1850465Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.1851472Z ^ 2024-04-03T17:06:51.1855171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1862192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1868849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1875329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1878708Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.1879387Z ^ 2024-04-03T17:06:51.1882943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1889454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1893179Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.1894181Z ^ 2024-04-03T17:06:51.1897930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1904584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1911042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1917415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1920839Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.1921540Z ^ 2024-04-03T17:06:51.1925138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1931614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1935424Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.1936523Z ^ 2024-04-03T17:06:51.1940175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1946663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1953293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1959836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1963295Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.1963976Z ^ 2024-04-03T17:06:51.1967591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1974195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1977970Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.1979764Z ^ 2024-04-03T17:06:51.1983948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1991174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.1998215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2005651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2009557Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2010345Z ^ 2024-04-03T17:06:51.2014470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2022038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2026253Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2027375Z ^ 2024-04-03T17:06:51.2031482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2039116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2046677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2054010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2057660Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2058517Z ^ 2024-04-03T17:06:51.2062547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2069704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2073817Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2074937Z ^ 2024-04-03T17:06:51.2078896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2086362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2093446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2101237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2105096Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2105875Z ^ 2024-04-03T17:06:51.2109865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2116888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2121173Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2122250Z ^ 2024-04-03T17:06:51.2126396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2133437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2140879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2148035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2151857Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2152641Z ^ 2024-04-03T17:06:51.2156601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2160512Z 48 warnings generated when compiling for gfx906. 2024-04-03T17:06:51.2162319Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationSoftshrinkKernel.hip:18: 2024-04-03T17:06:51.2164565Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:51.2169422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2173754Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2174870Z ^ 2024-04-03T17:06:51.2179077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2186357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2193589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2200659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2204704Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2205476Z ^ 2024-04-03T17:06:51.2209405Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2216791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2220832Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2241437Z ^ 2024-04-03T17:06:51.2245586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2252876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2260244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2267449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2271208Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2271993Z ^ 2024-04-03T17:06:51.2276045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2283343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2287436Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2288539Z ^ 2024-04-03T17:06:51.2292484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2299779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2306924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2314211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2318083Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2318934Z ^ 2024-04-03T17:06:51.2323527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2330666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2334816Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2336062Z ^ 2024-04-03T17:06:51.2340291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2347452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2354594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2361783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2365817Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2366558Z ^ 2024-04-03T17:06:51.2370552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2377842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2381872Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2382941Z ^ 2024-04-03T17:06:51.2386920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2394152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2401451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2408752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2412573Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2413320Z ^ 2024-04-03T17:06:51.2417338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2424748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2428917Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2430021Z ^ 2024-04-03T17:06:51.2434033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2441227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2448496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2455670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2459474Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2460255Z ^ 2024-04-03T17:06:51.2464220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2471431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2475531Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2476661Z ^ 2024-04-03T17:06:51.2480637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2488073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2495298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2502740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2506555Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2507303Z ^ 2024-04-03T17:06:51.2511337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2518432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2522583Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.2523667Z ^ 2024-04-03T17:06:51.2527666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2534932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2542277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2549453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2553287Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.2554071Z ^ 2024-04-03T17:06:51.2557945Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.2561815Z 48 warnings generated when compiling for gfx90a. 2024-04-03T17:06:51.2562472Z 2024-04-03T17:06:51.4601169Z [7980/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool2d.hip.o 2024-04-03T17:06:51.4604662Z [7981/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ActivationThresholdKernel.hip.o 2024-04-03T17:06:51.4607343Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip:18: 2024-04-03T17:06:51.4609276Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:51.4613674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4618035Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4619316Z ^ 2024-04-03T17:06:51.4623402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4627680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4631373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4637714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4639991Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4640535Z ^ 2024-04-03T17:06:51.4642596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4646291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4648431Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4649017Z ^ 2024-04-03T17:06:51.4651063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4654765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4658904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4662981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4665022Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4665434Z ^ 2024-04-03T17:06:51.4667482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4671162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4673349Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4673944Z ^ 2024-04-03T17:06:51.4676868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4683996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4690979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4698107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4702288Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4703007Z ^ 2024-04-03T17:06:51.4706789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4713780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4717792Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4718783Z ^ 2024-04-03T17:06:51.4722384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4728932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4734115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4739074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4742816Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4743560Z ^ 2024-04-03T17:06:51.4746248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4750169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4752327Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4752908Z ^ 2024-04-03T17:06:51.4754969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4758665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4762402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4766071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4768020Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4768439Z ^ 2024-04-03T17:06:51.4770483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4774179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4776388Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4777040Z ^ 2024-04-03T17:06:51.4779223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4782959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4786971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4803479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4805712Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4806127Z ^ 2024-04-03T17:06:51.4808200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4811882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4814018Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4814605Z ^ 2024-04-03T17:06:51.4816778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4821013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4825119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4831177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4834464Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4835093Z ^ 2024-04-03T17:06:51.4838425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4845173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4849439Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4850554Z ^ 2024-04-03T17:06:51.4854540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4861392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4865224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4868908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4870888Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4871298Z ^ 2024-04-03T17:06:51.4873332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4877006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4879191Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4879775Z ^ 2024-04-03T17:06:51.4881802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4885482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4889166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4892828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4894799Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4895254Z ^ 2024-04-03T17:06:51.4898599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4903380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4906975Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4908026Z ^ 2024-04-03T17:06:51.4911880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4919033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4926056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4933032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4936863Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4937625Z ^ 2024-04-03T17:06:51.4941691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4948878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4952945Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4954007Z ^ 2024-04-03T17:06:51.4957851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4964774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4971662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4979045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4982785Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.4983526Z ^ 2024-04-03T17:06:51.4987626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4994463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.4998454Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.4999561Z ^ 2024-04-03T17:06:51.5003510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5010640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5017788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5025027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5028861Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5029581Z ^ 2024-04-03T17:06:51.5033422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5040353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5044342Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5045398Z ^ 2024-04-03T17:06:51.5049190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5056346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5063578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5070714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5074431Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5075184Z ^ 2024-04-03T17:06:51.5079050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5086004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5090077Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5091134Z ^ 2024-04-03T17:06:51.5094932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5102237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5109358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5116572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5120356Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5121129Z ^ 2024-04-03T17:06:51.5124991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5132060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5136159Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5137303Z ^ 2024-04-03T17:06:51.5141251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5148351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5155403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5162195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5165888Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5166612Z ^ 2024-04-03T17:06:51.5170594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5177653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5181788Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5182900Z ^ 2024-04-03T17:06:51.5186707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5193831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5201071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5208198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5212021Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5212783Z ^ 2024-04-03T17:06:51.5216784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5224132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5228417Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5229479Z ^ 2024-04-03T17:06:51.5233372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5240520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5247367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5253783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5256283Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5257030Z ^ 2024-04-03T17:06:51.5259957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5265304Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5267993Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5268747Z ^ 2024-04-03T17:06:51.5270967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5275438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5280163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5287009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5290702Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5291442Z ^ 2024-04-03T17:06:51.5295236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5302478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5306465Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5307612Z ^ 2024-04-03T17:06:51.5311433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5317731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5324388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5331186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5334891Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5335633Z ^ 2024-04-03T17:06:51.5339646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5346618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5350709Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5351773Z ^ 2024-04-03T17:06:51.5355593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5362076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5368013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5373629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5376723Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5377340Z ^ 2024-04-03T17:06:51.5380648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5386378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5389620Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5390557Z ^ 2024-04-03T17:06:51.5393326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5398096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5402848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5407317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5409308Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5409734Z ^ 2024-04-03T17:06:51.5411842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5415524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5417977Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5418973Z ^ 2024-04-03T17:06:51.5421418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5426773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5433815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5440099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5442341Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5442861Z ^ 2024-04-03T17:06:51.5444918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5448612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5450762Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5451405Z ^ 2024-04-03T17:06:51.5453437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5458979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5464918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5470999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5474341Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5475003Z ^ 2024-04-03T17:06:51.5478235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5483845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5487431Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5488365Z ^ 2024-04-03T17:06:51.5491733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5498537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5504025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5511027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5514703Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5515448Z ^ 2024-04-03T17:06:51.5519254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5526248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5530229Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5531282Z ^ 2024-04-03T17:06:51.5535083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5541535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5548649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5555596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5559308Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5560064Z ^ 2024-04-03T17:06:51.5563911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5570881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5574887Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5575959Z ^ 2024-04-03T17:06:51.5580102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5587150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5594094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5600977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5604681Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5605476Z ^ 2024-04-03T17:06:51.5609316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5616285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5620381Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5621445Z ^ 2024-04-03T17:06:51.5625247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5631911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5638689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5644829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5647604Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5648165Z ^ 2024-04-03T17:06:51.5650959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5653739Z 162 warnings generated when compiling for gfx906. 2024-04-03T17:06:51.5655151Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ActivationThresholdKernel.hip:18: 2024-04-03T17:06:51.5656872Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:51.5660430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5663539Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5664337Z ^ 2024-04-03T17:06:51.5667196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5672318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5677516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5682694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5685447Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5686071Z ^ 2024-04-03T17:06:51.5689007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5692800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5694936Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5695522Z ^ 2024-04-03T17:06:51.5697627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5701508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5705262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5709044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5712776Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5713497Z ^ 2024-04-03T17:06:51.5716848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5721088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5723243Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5723837Z ^ 2024-04-03T17:06:51.5725934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5729622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5733300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5737956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5741464Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5742151Z ^ 2024-04-03T17:06:51.5745933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5752839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5756827Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5757880Z ^ 2024-04-03T17:06:51.5761696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5768601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5775501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5782383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5786235Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5786966Z ^ 2024-04-03T17:06:51.5790793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5797747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5801794Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5802846Z ^ 2024-04-03T17:06:51.5806661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5813379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5820382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5827434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5831136Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5831885Z ^ 2024-04-03T17:06:51.5835703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5842636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5846636Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5847650Z ^ 2024-04-03T17:06:51.5850954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5857641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5864463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5870976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5873385Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5873801Z ^ 2024-04-03T17:06:51.5875929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5879623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5881752Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5882376Z ^ 2024-04-03T17:06:51.5885078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5890265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5894421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5900764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5904348Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5905028Z ^ 2024-04-03T17:06:51.5908404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5914751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5917846Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5918837Z ^ 2024-04-03T17:06:51.5922479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5929637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5935751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5939905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5942004Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5942434Z ^ 2024-04-03T17:06:51.5944825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5948535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5950664Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5951251Z ^ 2024-04-03T17:06:51.5953289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5958617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5963616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5967835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5970105Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.5970532Z ^ 2024-04-03T17:06:51.5972923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5979861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5983858Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.5984912Z ^ 2024-04-03T17:06:51.5988819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.5995780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6002791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6009714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6013409Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6014132Z ^ 2024-04-03T17:06:51.6018053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6025133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6029237Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6030294Z ^ 2024-04-03T17:06:51.6034096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6041037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6047941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6054846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6058722Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6059411Z ^ 2024-04-03T17:06:51.6062958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6070063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6073695Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6074622Z ^ 2024-04-03T17:06:51.6078209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6085302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6092243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6099614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6103313Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6104053Z ^ 2024-04-03T17:06:51.6107883Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6114449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6118441Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6119504Z ^ 2024-04-03T17:06:51.6123335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6130266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6137242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6144395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6147868Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6148530Z ^ 2024-04-03T17:06:51.6152139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6159085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6163079Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6164145Z ^ 2024-04-03T17:06:51.6168048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6174986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6182110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6188595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6191539Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6192111Z ^ 2024-04-03T17:06:51.6195043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6200844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6204076Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6204870Z ^ 2024-04-03T17:06:51.6208366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6215359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6222637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6229610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6233195Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6233961Z ^ 2024-04-03T17:06:51.6237837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6244996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6249148Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6250232Z ^ 2024-04-03T17:06:51.6254072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6261347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6268488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6275778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6279677Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6280468Z ^ 2024-04-03T17:06:51.6284496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6291779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6295991Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6297205Z ^ 2024-04-03T17:06:51.6301086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6308523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6315978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6323257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6327160Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6327936Z ^ 2024-04-03T17:06:51.6331969Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6339436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6343629Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6344733Z ^ 2024-04-03T17:06:51.6348761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6356159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6363471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6370593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6374462Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6375180Z ^ 2024-04-03T17:06:51.6379273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6386341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6390513Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6391585Z ^ 2024-04-03T17:06:51.6395410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6402609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6409719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6417073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6421110Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6421889Z ^ 2024-04-03T17:06:51.6425747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6432615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6436811Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6438079Z ^ 2024-04-03T17:06:51.6442150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6449353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6456478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6463814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6467756Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6468543Z ^ 2024-04-03T17:06:51.6472397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6479918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6484054Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6485134Z ^ 2024-04-03T17:06:51.6489115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6496433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6503743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6510906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6514663Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6515419Z ^ 2024-04-03T17:06:51.6519250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6526395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6530279Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6531356Z ^ 2024-04-03T17:06:51.6535171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6542564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6549582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6556576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6560443Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6561204Z ^ 2024-04-03T17:06:51.6565253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6572616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6576940Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6578064Z ^ 2024-04-03T17:06:51.6582206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6589409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6596675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6603403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6607105Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6607983Z ^ 2024-04-03T17:06:51.6611776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6618947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6623070Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6624163Z ^ 2024-04-03T17:06:51.6628155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6634811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6641964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6649061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6652918Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6653654Z ^ 2024-04-03T17:06:51.6657605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6664839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6668924Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6669984Z ^ 2024-04-03T17:06:51.6673804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6680874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6688011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6695126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6698874Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6699575Z ^ 2024-04-03T17:06:51.6703602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6710845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6714956Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6716069Z ^ 2024-04-03T17:06:51.6720009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6726893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6734129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6740914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6744559Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6745329Z ^ 2024-04-03T17:06:51.6749263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6756368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6760637Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:51.6761756Z ^ 2024-04-03T17:06:51.6765695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6772978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6780515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6787572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6791322Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:51.6792105Z ^ 2024-04-03T17:06:51.6796192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:51.6800081Z 162 warnings generated when compiling for gfx90a. 2024-04-03T17:06:51.6800719Z 2024-04-03T17:06:51.6802459Z [7981/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling3d.hip.o 2024-04-03T17:06:51.6805765Z [7982/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling3d.hip.o 2024-04-03T17:06:51.6808823Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:9: 2024-04-03T17:06:51.6812104Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:51.6815075Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:51.6816803Z ^ 2024-04-03T17:06:51.6819190Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:51.6820953Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:51.6821543Z ^ 2024-04-03T17:06:51.6822737Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:51.6824263Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:51.6825181Z ^ 2024-04-03T17:06:51.6826016Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:51.6827749Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:9: 2024-04-03T17:06:51.6830928Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:51.6833845Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:51.6835464Z ^ 2024-04-03T17:06:51.6837443Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:51.6839185Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:51.6839853Z ^ 2024-04-03T17:06:51.6841020Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:51.6842494Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:51.6843442Z ^ 2024-04-03T17:06:51.6844264Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:51.6845983Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling3d.hip:9: 2024-04-03T17:06:51.6849405Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:51.6852383Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:51.6853971Z ^ 2024-04-03T17:06:51.6856006Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:51.6857863Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:51.6858681Z ^ 2024-04-03T17:06:51.6859769Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:51.6861297Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:51.6862240Z ^ 2024-04-03T17:06:51.6863046Z 1 warning generated when compiling for host. 2024-04-03T17:06:51.6863664Z 2024-04-03T17:06:51.6865061Z [7982/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTopK.hip.o 2024-04-03T17:06:51.6868121Z [7983/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveAveragePooling.hip.o 2024-04-03T17:06:51.6870840Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:7: 2024-04-03T17:06:51.6873930Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:51.6877018Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:51.6878657Z ^ 2024-04-03T17:06:51.6880716Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:51.6882477Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:51.6883116Z ^ 2024-04-03T17:06:51.6884255Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:51.6885716Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:51.6886660Z ^ 2024-04-03T17:06:51.6887488Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:51.6889071Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:7: 2024-04-03T17:06:51.6892238Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:51.6895290Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:51.6897045Z ^ 2024-04-03T17:06:51.6899176Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:51.6900817Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:51.6901462Z ^ 2024-04-03T17:06:51.6902636Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:51.6904106Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:51.6904997Z ^ 2024-04-03T17:06:51.6905756Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:51.6907335Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveAveragePooling.hip:7: 2024-04-03T17:06:51.6910483Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:51.6913395Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:51.6914995Z ^ 2024-04-03T17:06:51.6916941Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:51.6918595Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:51.6919206Z ^ 2024-04-03T17:06:51.6920244Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:51.6921720Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:51.6922583Z ^ 2024-04-03T17:06:51.6923327Z 1 warning generated when compiling for host. 2024-04-03T17:06:51.6923897Z 2024-04-03T17:06:51.7795438Z [7983/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TriangularOps.hip.o 2024-04-03T17:06:51.7797231Z [7984/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling2d.hip.o 2024-04-03T17:06:51.7798682Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:5: 2024-04-03T17:06:51.7800360Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:51.7801892Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:51.7802912Z ^ 2024-04-03T17:06:51.7803977Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:51.7804909Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:51.7805289Z ^ 2024-04-03T17:06:51.7805901Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:51.7806767Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:51.7807266Z ^ 2024-04-03T17:06:51.7807703Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:51.7808568Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:5: 2024-04-03T17:06:51.7810235Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:51.7811766Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:51.7812605Z ^ 2024-04-03T17:06:51.7813727Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:51.7814660Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:51.7815021Z ^ 2024-04-03T17:06:51.7815645Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:51.7816539Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:51.7817042Z ^ 2024-04-03T17:06:51.7817480Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:51.7819321Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling2d.hip:5: 2024-04-03T17:06:51.7821821Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:51.7823353Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:51.7824312Z ^ 2024-04-03T17:06:51.7825394Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:51.7826310Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:51.7826684Z ^ 2024-04-03T17:06:51.7827307Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:51.7828112Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:51.7828595Z ^ 2024-04-03T17:06:51.7829033Z 1 warning generated when compiling for host. 2024-04-03T17:06:51.7829358Z 2024-04-03T17:06:52.1503921Z [7984/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryComplexKernels.hip.o 2024-04-03T17:06:52.1507100Z [7985/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AmpKernels.hip.o 2024-04-03T17:06:52.1509364Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip:11: 2024-04-03T17:06:52.1511335Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:5: 2024-04-03T17:06:52.1513325Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2024-04-03T17:06:52.1515254Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:52.1519677Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1523632Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:52.1524672Z ^ 2024-04-03T17:06:52.1528389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1534805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1542407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1549773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1553611Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:52.1554329Z ^ 2024-04-03T17:06:52.1558053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1564970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1569040Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:52.1570067Z ^ 2024-04-03T17:06:52.1573885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1581050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1587951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1594561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1597964Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:52.1598631Z ^ 2024-04-03T17:06:52.1602692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1609442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1613409Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:52.1614412Z ^ 2024-04-03T17:06:52.1618547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1625499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1632077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1639383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1643049Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:52.1643813Z ^ 2024-04-03T17:06:52.1647665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1651641Z 18 warnings generated when compiling for gfx906. 2024-04-03T17:06:52.1653082Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AmpKernels.hip:11: 2024-04-03T17:06:52.1655019Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/ForeachFunctors.cuh:5: 2024-04-03T17:06:52.1657201Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/MultiTensorApply.cuh:7: 2024-04-03T17:06:52.1659295Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:52.1663933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1667986Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:52.1669074Z ^ 2024-04-03T17:06:52.1672895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1679876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1687128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1694322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1698408Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:52.1699178Z ^ 2024-04-03T17:06:52.1703009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1710025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1714085Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:52.1715149Z ^ 2024-04-03T17:06:52.1718875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1725906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1733103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1740295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1743972Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:52.1744645Z ^ 2024-04-03T17:06:52.1747344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1751073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1753229Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:52.1753825Z ^ 2024-04-03T17:06:52.1755871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1761609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1766905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1771044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1773323Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:52.1773736Z ^ 2024-04-03T17:06:52.1776144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:52.1778409Z 18 warnings generated when compiling for gfx90a. 2024-04-03T17:06:52.1779031Z 2024-04-03T17:06:52.4658506Z [7985/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryFractionKernels.hip.o 2024-04-03T17:06:52.4660567Z [7986/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AveragePool2d.hip.o 2024-04-03T17:06:52.9129858Z [7986/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGammaKernels.hip.o 2024-04-03T17:06:52.9133228Z [7987/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_AdaptiveMaxPooling3d.hip.o 2024-04-03T17:06:52.9136351Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:5: 2024-04-03T17:06:52.9139697Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:52.9142587Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:52.9144087Z ^ 2024-04-03T17:06:52.9146091Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:52.9147807Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:52.9148493Z ^ 2024-04-03T17:06:52.9149620Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:52.9151088Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:52.9152014Z ^ 2024-04-03T17:06:52.9152850Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:52.9154521Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:5: 2024-04-03T17:06:52.9157655Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:52.9160477Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:52.9162216Z ^ 2024-04-03T17:06:52.9164151Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:52.9165918Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:52.9166574Z ^ 2024-04-03T17:06:52.9167730Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:52.9169406Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:52.9170323Z ^ 2024-04-03T17:06:52.9171100Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:52.9172758Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/AdaptiveMaxPooling3d.hip:5: 2024-04-03T17:06:52.9175816Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:52.9178893Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:52.9180471Z ^ 2024-04-03T17:06:52.9182603Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:52.9184288Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:52.9184947Z ^ 2024-04-03T17:06:52.9186127Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:52.9187616Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:52.9188511Z ^ 2024-04-03T17:06:52.9189280Z 1 warning generated when compiling for host. 2024-04-03T17:06:52.9189865Z 2024-04-03T17:06:53.0335467Z [7987/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAcosKernel.hip.o 2024-04-03T17:06:53.0339008Z [7988/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryComplexKernels.hip.o 2024-04-03T17:06:53.0340602Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip:6: 2024-04-03T17:06:53.0342090Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:53.0344995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0347344Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.0347997Z ^ 2024-04-03T17:06:53.0350237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0354248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0359016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0364657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0367697Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.0368124Z ^ 2024-04-03T17:06:53.0370355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0374115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0376396Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.0376996Z ^ 2024-04-03T17:06:53.0379334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0383084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0386776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0390488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0393151Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.0393578Z ^ 2024-04-03T17:06:53.0396209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0400493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0403192Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.0403790Z ^ 2024-04-03T17:06:53.0405837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0410620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0414832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0419816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0422473Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.0423167Z ^ 2024-04-03T17:06:53.0425503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0429702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0431850Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.0432446Z ^ 2024-04-03T17:06:53.0434492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0438187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0441852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0445591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0447568Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.0447977Z ^ 2024-04-03T17:06:53.0450016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0452029Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:53.0452899Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryComplexKernels.hip:6: 2024-04-03T17:06:53.0453990Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:53.0456541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0458822Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.0459484Z ^ 2024-04-03T17:06:53.0461524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0465261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0468951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0472676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0474830Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.0475241Z ^ 2024-04-03T17:06:53.0477287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0480972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0483114Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.0483691Z ^ 2024-04-03T17:06:53.0485734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0489487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0493147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0496902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0507536Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.0508081Z ^ 2024-04-03T17:06:53.0510194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0514022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0516169Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.0516761Z ^ 2024-04-03T17:06:53.0518855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0522532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0526243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0530370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0533850Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.0534609Z ^ 2024-04-03T17:06:53.0538711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0545632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0549617Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.0550616Z ^ 2024-04-03T17:06:53.0554242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0561245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0568295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0575358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0579373Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.0580257Z ^ 2024-04-03T17:06:53.0584031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.0587786Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:53.0588430Z 2024-04-03T17:06:53.1464330Z [7988/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAcoshKernel.hip.o 2024-04-03T17:06:53.1467789Z [7989/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TriangularOps.hip.o 2024-04-03T17:06:53.1470332Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip:22: 2024-04-03T17:06:53.1472323Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:53.1475249Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:53.1478295Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:53.1479931Z ^ 2024-04-03T17:06:53.1481943Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:53.1483663Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:53.1484331Z ^ 2024-04-03T17:06:53.1485487Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:53.1486992Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:53.1487867Z ^ 2024-04-03T17:06:53.1488672Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:53.1490158Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip:22: 2024-04-03T17:06:53.1492115Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:53.1494894Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:53.1497989Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:53.1499814Z ^ 2024-04-03T17:06:53.1501815Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:53.1503374Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:53.1504036Z ^ 2024-04-03T17:06:53.1504940Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:53.1506122Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:53.1506800Z ^ 2024-04-03T17:06:53.1507254Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:53.1508067Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TriangularOps.hip:22: 2024-04-03T17:06:53.1509139Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:53.1510720Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:53.1512237Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:53.1513094Z ^ 2024-04-03T17:06:53.1514288Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:53.1515219Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:53.1515583Z ^ 2024-04-03T17:06:53.1516217Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:53.1517033Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:53.1517529Z ^ 2024-04-03T17:06:53.1518029Z 1 warning generated when compiling for host. 2024-04-03T17:06:53.1518354Z 2024-04-03T17:06:53.2286257Z [7989/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAsinKernel.hip.o 2024-04-03T17:06:53.2288071Z [7990/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_TensorTopK.hip.o 2024-04-03T17:06:53.2289374Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip:15: 2024-04-03T17:06:53.2290551Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2024-04-03T17:06:53.2292331Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:53.2293879Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:53.2294765Z ^ 2024-04-03T17:06:53.2295959Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:53.2296962Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:53.2297338Z ^ 2024-04-03T17:06:53.2297969Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:53.2299222Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:53.2300110Z ^ 2024-04-03T17:06:53.2300919Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:53.2302334Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip:15: 2024-04-03T17:06:53.2304239Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2024-04-03T17:06:53.2306087Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:53.2307618Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:53.2308460Z ^ 2024-04-03T17:06:53.2309534Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:53.2310465Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:53.2310829Z ^ 2024-04-03T17:06:53.2311455Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:53.2312264Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:53.2312755Z ^ 2024-04-03T17:06:53.2313203Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:53.2313987Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/TensorTopK.hip:15: 2024-04-03T17:06:53.2315110Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SortingRadixSelect.cuh:4: 2024-04-03T17:06:53.2316887Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:53.2318418Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:53.2319350Z ^ 2024-04-03T17:06:53.2320407Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:53.2321595Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:53.2322213Z ^ 2024-04-03T17:06:53.2323259Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:53.2324675Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:53.2325200Z ^ 2024-04-03T17:06:53.2325624Z 1 warning generated when compiling for host. 2024-04-03T17:06:53.2325963Z 2024-04-03T17:06:53.6594977Z [7990/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAsinhKernel.hip.o 2024-04-03T17:06:53.6602720Z [7991/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryFractionKernels.hip.o 2024-04-03T17:06:53.6604214Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip:5: 2024-04-03T17:06:53.6605324Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:53.6608000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6610193Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6610787Z ^ 2024-04-03T17:06:53.6612848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6616647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6620616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6624307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6626493Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6626914Z ^ 2024-04-03T17:06:53.6628957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6633045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6635193Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6635871Z ^ 2024-04-03T17:06:53.6637906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6641650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6645350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6649033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6651052Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6651481Z ^ 2024-04-03T17:06:53.6653527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6657302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6659652Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6660243Z ^ 2024-04-03T17:06:53.6662280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6666028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6669684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6673380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6675371Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6675782Z ^ 2024-04-03T17:06:53.6678131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6681822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6684026Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6684623Z ^ 2024-04-03T17:06:53.6686704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6690398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6694107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6697889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6700485Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6700894Z ^ 2024-04-03T17:06:53.6702950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6706640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6708859Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6709440Z ^ 2024-04-03T17:06:53.6711492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6715177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6719039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6722726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6724695Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6725184Z ^ 2024-04-03T17:06:53.6727336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6731727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6733898Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6734773Z ^ 2024-04-03T17:06:53.6737225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6747610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6751651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6755646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6757622Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6758281Z ^ 2024-04-03T17:06:53.6760375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6764447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6767491Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6768564Z ^ 2024-04-03T17:06:53.6772394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6780091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6787094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6794188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6797913Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6798665Z ^ 2024-04-03T17:06:53.6802570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6809505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6813531Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6814600Z ^ 2024-04-03T17:06:53.6818666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6825617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6836085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6843018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6846799Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6847548Z ^ 2024-04-03T17:06:53.6851156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6857881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6862002Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6863080Z ^ 2024-04-03T17:06:53.6866424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6871390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6875908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6880289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6882564Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6882989Z ^ 2024-04-03T17:06:53.6885370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6890002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6892150Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6892747Z ^ 2024-04-03T17:06:53.6895096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6899702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6904896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6909832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6912349Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6913025Z ^ 2024-04-03T17:06:53.6915631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6920581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6923263Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6923991Z ^ 2024-04-03T17:06:53.6927384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6932634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6936866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6941368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6943374Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6943805Z ^ 2024-04-03T17:06:53.6945929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6950124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6952264Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6952946Z ^ 2024-04-03T17:06:53.6955111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6959169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6963204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6967186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6969380Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6970055Z ^ 2024-04-03T17:06:53.6972119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6975804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6978484Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.6979090Z ^ 2024-04-03T17:06:53.6981144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6985237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6988932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6992999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.6994979Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.6995397Z ^ 2024-04-03T17:06:53.6998717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7003086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7005243Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7005826Z ^ 2024-04-03T17:06:53.7007944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7011629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7015316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7019229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7021217Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7021621Z ^ 2024-04-03T17:06:53.7023659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7027351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7029486Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7030137Z ^ 2024-04-03T17:06:53.7032201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7035867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7039582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7043261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7045267Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7045693Z ^ 2024-04-03T17:06:53.7047730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7051412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7053581Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7054166Z ^ 2024-04-03T17:06:53.7056294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7060175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7064001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7067681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7069657Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7070078Z ^ 2024-04-03T17:06:53.7072133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7075888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7078024Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7078620Z ^ 2024-04-03T17:06:53.7080664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7084397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7088061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7091778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7093737Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7094163Z ^ 2024-04-03T17:06:53.7096316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7100188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7102329Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7102920Z ^ 2024-04-03T17:06:53.7104971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7108640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7112310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7115993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7117965Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7118456Z ^ 2024-04-03T17:06:53.7120483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7124910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7128879Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7129974Z ^ 2024-04-03T17:06:53.7132162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7135863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7139911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7143741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7145803Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7146220Z ^ 2024-04-03T17:06:53.7148270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7152076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7154224Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7154821Z ^ 2024-04-03T17:06:53.7156856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7160535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7164218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7167948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7169928Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7170336Z ^ 2024-04-03T17:06:53.7172372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7176110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7178549Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7179130Z ^ 2024-04-03T17:06:53.7181185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7184938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7188661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7192340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7194310Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7194724Z ^ 2024-04-03T17:06:53.7196766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7200450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7202589Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7203166Z ^ 2024-04-03T17:06:53.7205210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7208937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7212618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7216372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7218499Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7218977Z ^ 2024-04-03T17:06:53.7221031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7224710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7226881Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7227470Z ^ 2024-04-03T17:06:53.7229520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7233585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7237711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7241398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7244138Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7244894Z ^ 2024-04-03T17:06:53.7248750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7256146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7260285Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7261367Z ^ 2024-04-03T17:06:53.7265631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7272603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7279644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7286903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7290656Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7291413Z ^ 2024-04-03T17:06:53.7294957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7299470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7301903Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7302510Z ^ 2024-04-03T17:06:53.7304586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7308279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7311963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7315674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7317647Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7318077Z ^ 2024-04-03T17:06:53.7320125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7323875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7326026Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7326624Z ^ 2024-04-03T17:06:53.7328684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7332431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7336136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7340030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7342087Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7342508Z ^ 2024-04-03T17:06:53.7344543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7348278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7350418Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7351019Z ^ 2024-04-03T17:06:53.7353218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7359094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7365609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7372448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7376535Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7377319Z ^ 2024-04-03T17:06:53.7381655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7389202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7393554Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7394687Z ^ 2024-04-03T17:06:53.7398862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7406349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7413894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7421601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7425643Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7426422Z ^ 2024-04-03T17:06:53.7430565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7438115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7442453Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7443596Z ^ 2024-04-03T17:06:53.7447739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7455307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7462938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7470537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7474543Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7475348Z ^ 2024-04-03T17:06:53.7479503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7486595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7490493Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7491458Z ^ 2024-04-03T17:06:53.7495400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7503293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7510831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7518432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7522446Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7523250Z ^ 2024-04-03T17:06:53.7527385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7531387Z 180 warnings generated when compiling for gfx906. 2024-04-03T17:06:53.7533123Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryFractionKernels.hip:5: 2024-04-03T17:06:53.7535322Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:53.7540419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7544728Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7545879Z ^ 2024-04-03T17:06:53.7550047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7557682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7565214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7572730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7576887Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7577685Z ^ 2024-04-03T17:06:53.7581976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7589448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7593895Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7595048Z ^ 2024-04-03T17:06:53.7599188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7606814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7613433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7619565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7623155Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7623905Z ^ 2024-04-03T17:06:53.7627712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7634665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7638681Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7639752Z ^ 2024-04-03T17:06:53.7643697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7650649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7657219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7662440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7665101Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7665757Z ^ 2024-04-03T17:06:53.7667929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7672205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7674435Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7675028Z ^ 2024-04-03T17:06:53.7677350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7681600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7685575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7689266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7691243Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7691652Z ^ 2024-04-03T17:06:53.7693701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7698518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7701193Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7701877Z ^ 2024-04-03T17:06:53.7704466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7709319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7713583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7718015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7720991Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7721583Z ^ 2024-04-03T17:06:53.7724713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7729359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7732237Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7733078Z ^ 2024-04-03T17:06:53.7735472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7740798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7744862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7749559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7752440Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7753201Z ^ 2024-04-03T17:06:53.7757031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7763634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7767657Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7768707Z ^ 2024-04-03T17:06:53.7772659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7779847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7786846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7793705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7796966Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7797707Z ^ 2024-04-03T17:06:53.7800483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7806368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7809295Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7810038Z ^ 2024-04-03T17:06:53.7812715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7817107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7821011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7825639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7828172Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7828680Z ^ 2024-04-03T17:06:53.7831204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7835531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7837914Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7838517Z ^ 2024-04-03T17:06:53.7840778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7845399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7849442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7853898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7856417Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7856964Z ^ 2024-04-03T17:06:53.7859620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7863941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7866370Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7867231Z ^ 2024-04-03T17:06:53.7869580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7873819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7878824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7883539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7885808Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7886237Z ^ 2024-04-03T17:06:53.7888747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7893138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7895655Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7896347Z ^ 2024-04-03T17:06:53.7898553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7902386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7906070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7910776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7913906Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7914450Z ^ 2024-04-03T17:06:53.7917464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7924277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7928300Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7929407Z ^ 2024-04-03T17:06:53.7933282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7940740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7946954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7951146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7953162Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7953579Z ^ 2024-04-03T17:06:53.7955623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7959484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7961987Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7962625Z ^ 2024-04-03T17:06:53.7964675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7968364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7972057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7975740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7977798Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.7978236Z ^ 2024-04-03T17:06:53.7980460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7984157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7986363Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.7986944Z ^ 2024-04-03T17:06:53.7988989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7992921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.7996665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8000362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8002376Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8002798Z ^ 2024-04-03T17:06:53.8004837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8008526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8010708Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8011302Z ^ 2024-04-03T17:06:53.8013368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8017132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8020984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8024652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8026633Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8027058Z ^ 2024-04-03T17:06:53.8029103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8032838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8034992Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8035583Z ^ 2024-04-03T17:06:53.8037641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8041579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8045261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8048982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8050963Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8051435Z ^ 2024-04-03T17:06:53.8053473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8057221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8059469Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8060363Z ^ 2024-04-03T17:06:53.8062816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8067160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8071619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8075787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8077937Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8078371Z ^ 2024-04-03T17:06:53.8080719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8085169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8088182Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8088786Z ^ 2024-04-03T17:06:53.8091380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8096525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8101358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8105702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8107978Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8108392Z ^ 2024-04-03T17:06:53.8110730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8114999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8117533Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8118293Z ^ 2024-04-03T17:06:53.8120626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8124621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8128406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8132394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8134375Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8134785Z ^ 2024-04-03T17:06:53.8136925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8140867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8143007Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8143585Z ^ 2024-04-03T17:06:53.8145627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8150264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8154264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8158761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8161025Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8161449Z ^ 2024-04-03T17:06:53.8164181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8169944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8172764Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8173350Z ^ 2024-04-03T17:06:53.8175865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8180916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8184935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8189777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8192264Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8192699Z ^ 2024-04-03T17:06:53.8194790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8198487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8200661Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8201255Z ^ 2024-04-03T17:06:53.8203313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8207042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8211048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8214731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8216845Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8217274Z ^ 2024-04-03T17:06:53.8219835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8224814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8228039Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8228919Z ^ 2024-04-03T17:06:53.8231118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8234809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8240034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8245239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8247538Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8248115Z ^ 2024-04-03T17:06:53.8251639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8257267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8259939Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8260954Z ^ 2024-04-03T17:06:53.8263321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8267030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8271300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8275815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8278089Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8278585Z ^ 2024-04-03T17:06:53.8281078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8285010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8287258Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8287851Z ^ 2024-04-03T17:06:53.8290191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8294464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8299369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8303878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8306562Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8307081Z ^ 2024-04-03T17:06:53.8309993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8315108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8317805Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8318671Z ^ 2024-04-03T17:06:53.8321249Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8325516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8329214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8332896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8334872Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8335282Z ^ 2024-04-03T17:06:53.8337498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8341357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8343512Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8344092Z ^ 2024-04-03T17:06:53.8346195Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8349893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8353580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8357314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8359340Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8359769Z ^ 2024-04-03T17:06:53.8361820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8365776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8368359Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8369050Z ^ 2024-04-03T17:06:53.8372315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8379374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8385746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8390898Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8393662Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8394112Z ^ 2024-04-03T17:06:53.8396899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8401533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8403677Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8404275Z ^ 2024-04-03T17:06:53.8406401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8410170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8413854Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8417686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8420035Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8420462Z ^ 2024-04-03T17:06:53.8422527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8427155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8430838Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:53.8431691Z ^ 2024-04-03T17:06:53.8434439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8438182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8443751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8450718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8454421Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:53.8455167Z ^ 2024-04-03T17:06:53.8459293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:53.8463074Z 180 warnings generated when compiling for gfx90a. 2024-04-03T17:06:53.8463723Z 2024-04-03T17:06:53.8465418Z [7991/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAtanKernel.hip.o 2024-04-03T17:06:53.8468678Z [7992/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGammaKernels.hip.o 2024-04-03T17:06:54.2818980Z [7992/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAtanhKernel.hip.o 2024-04-03T17:06:54.2820891Z [7993/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAcosKernel.hip.o 2024-04-03T17:06:54.2822471Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip:9: 2024-04-03T17:06:54.2823808Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:54.2824885Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:54.2825926Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:54.2828389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2831926Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.2833009Z ^ 2024-04-03T17:06:54.2837185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2844929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2852082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2859335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2863330Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.2864090Z ^ 2024-04-03T17:06:54.2867961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2875001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2879229Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.2880354Z ^ 2024-04-03T17:06:54.2884314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2891538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2899082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2906435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2910285Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.2911046Z ^ 2024-04-03T17:06:54.2915023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2922238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2926301Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.2927394Z ^ 2024-04-03T17:06:54.2931203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2938381Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2945524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2952707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2956504Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.2973150Z ^ 2024-04-03T17:06:54.2977549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2984627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.2988821Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.2989941Z ^ 2024-04-03T17:06:54.2993960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3001291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3008623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3015642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3019640Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3020428Z ^ 2024-04-03T17:06:54.3024443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3031817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3036095Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.3037224Z ^ 2024-04-03T17:06:54.3041298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3048670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3055920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3063376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3067351Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3068139Z ^ 2024-04-03T17:06:54.3071907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3078878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3083003Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.3084084Z ^ 2024-04-03T17:06:54.3088107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3095651Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3103075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3110428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3114330Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3115061Z ^ 2024-04-03T17:06:54.3118904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3125904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3130186Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.3131322Z ^ 2024-04-03T17:06:54.3135397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3142947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3150390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3157740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3161644Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3162413Z ^ 2024-04-03T17:06:54.3166426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3170507Z 42 warnings generated when compiling for gfx906. 2024-04-03T17:06:54.3172271Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcosKernel.hip:9: 2024-04-03T17:06:54.3174616Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:54.3176772Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:54.3178785Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:54.3183579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3187779Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.3188895Z ^ 2024-04-03T17:06:54.3192914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3200199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3207481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3214465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3218611Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3219529Z ^ 2024-04-03T17:06:54.3223257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3230588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3234815Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.3236043Z ^ 2024-04-03T17:06:54.3240084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3247368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3254804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3262577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3266144Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3266570Z ^ 2024-04-03T17:06:54.3268598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3272297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3274439Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.3275027Z ^ 2024-04-03T17:06:54.3277061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3284029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3291310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3299032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3302984Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3303748Z ^ 2024-04-03T17:06:54.3307786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3314097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3316255Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.3316849Z ^ 2024-04-03T17:06:54.3318893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3322639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3326375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3330047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3332029Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3332444Z ^ 2024-04-03T17:06:54.3334487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3338568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3340713Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.3341291Z ^ 2024-04-03T17:06:54.3343348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3347180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3350886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3354576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3356547Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3357011Z ^ 2024-04-03T17:06:54.3359057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3362723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3364897Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.3365474Z ^ 2024-04-03T17:06:54.3367514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3371232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3374902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3378797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3380747Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3381171Z ^ 2024-04-03T17:06:54.3383216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3386910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3389027Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.3389618Z ^ 2024-04-03T17:06:54.3391727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3395423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3399097Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3402789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3404764Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.3405181Z ^ 2024-04-03T17:06:54.3407223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.3409251Z 42 warnings generated when compiling for gfx90a. 2024-04-03T17:06:54.3409609Z 2024-04-03T17:06:54.4513869Z [7993/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricCosKernel.hip.o 2024-04-03T17:06:54.4517483Z [7994/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAcoshKernel.hip.o 2024-04-03T17:06:54.4520454Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip:9: 2024-04-03T17:06:54.4522694Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:54.4524717Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:54.4526681Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:54.4531471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4535554Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4536619Z ^ 2024-04-03T17:06:54.4539429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4543141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4546848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4550659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4552821Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4553491Z ^ 2024-04-03T17:06:54.4557302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4564520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4568500Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4569575Z ^ 2024-04-03T17:06:54.4573199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4580459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4587124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4594108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4597643Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4598371Z ^ 2024-04-03T17:06:54.4605680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4612155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4615211Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4615822Z ^ 2024-04-03T17:06:54.4617998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4621923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4625742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4630713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4633555Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4634309Z ^ 2024-04-03T17:06:54.4638264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4644703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4648712Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4649799Z ^ 2024-04-03T17:06:54.4653676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4661774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4668727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4675564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4679426Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4680210Z ^ 2024-04-03T17:06:54.4683950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4690289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4693996Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4695008Z ^ 2024-04-03T17:06:54.4698905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4705427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4711970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4718617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4721961Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4722628Z ^ 2024-04-03T17:06:54.4726154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4732272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4735778Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4737129Z ^ 2024-04-03T17:06:54.4741091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4747480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4754513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4761369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4765051Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4765807Z ^ 2024-04-03T17:06:54.4769601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4776626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4780446Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4781406Z ^ 2024-04-03T17:06:54.4785221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4792084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4798844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4805601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4809666Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4810441Z ^ 2024-04-03T17:06:54.4814363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4818657Z 42 warnings generated when compiling for gfx906. 2024-04-03T17:06:54.4820372Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAcoshKernel.hip:9: 2024-04-03T17:06:54.4822546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:54.4824545Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:54.4826496Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:54.4831102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4835137Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4836362Z ^ 2024-04-03T17:06:54.4840268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4847233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4854190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4861636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4865407Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4866171Z ^ 2024-04-03T17:06:54.4870047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4877099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4881129Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4882146Z ^ 2024-04-03T17:06:54.4885957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4893003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4900327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4907478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4911278Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4912025Z ^ 2024-04-03T17:06:54.4915852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4922187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4925728Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4926737Z ^ 2024-04-03T17:06:54.4930017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4936789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4944253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4951275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4954422Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4954836Z ^ 2024-04-03T17:06:54.4956948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4960631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4962858Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4963433Z ^ 2024-04-03T17:06:54.4965482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4969197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4972872Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4976761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4978957Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.4979463Z ^ 2024-04-03T17:06:54.4981522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4985200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4987338Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.4987911Z ^ 2024-04-03T17:06:54.4989962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4993691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.4997392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5001074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5003043Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.5003458Z ^ 2024-04-03T17:06:54.5005496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5009256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5011386Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.5012019Z ^ 2024-04-03T17:06:54.5014073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5017834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5023013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5028143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5030788Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.5031217Z ^ 2024-04-03T17:06:54.5033308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5036982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5039294Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.5039886Z ^ 2024-04-03T17:06:54.5041937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5045610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5049281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5052950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5054966Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.5055387Z ^ 2024-04-03T17:06:54.5057505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.5059913Z 42 warnings generated when compiling for gfx90a. 2024-04-03T17:06:54.5060274Z 2024-04-03T17:06:54.6251327Z [7994/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricCoshKernel.hip.o 2024-04-03T17:06:54.6276072Z [7995/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAsinKernel.hip.o 2024-04-03T17:06:54.6278994Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip:9: 2024-04-03T17:06:54.6281288Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:54.6283307Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:54.6285189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:54.6290123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6294222Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6295328Z ^ 2024-04-03T17:06:54.6299579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6306865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6314467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6321786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6325593Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6326348Z ^ 2024-04-03T17:06:54.6330280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6337721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6342043Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6343281Z ^ 2024-04-03T17:06:54.6347076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6354153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6361183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6367876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6371696Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6372481Z ^ 2024-04-03T17:06:54.6376732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6384395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6388608Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6389722Z ^ 2024-04-03T17:06:54.6393610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6400627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6408007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6415098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6419228Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6420029Z ^ 2024-04-03T17:06:54.6424065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6431531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6435702Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6436750Z ^ 2024-04-03T17:06:54.6440829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6448168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6455189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6462211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6466074Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6466794Z ^ 2024-04-03T17:06:54.6470558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6477623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6481721Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6482809Z ^ 2024-04-03T17:06:54.6486516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6492924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6500184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6507583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6511492Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6512392Z ^ 2024-04-03T17:06:54.6516376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6523658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6527709Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6528809Z ^ 2024-04-03T17:06:54.6532718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6537208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6541570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6545417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6547404Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6547822Z ^ 2024-04-03T17:06:54.6549853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6553634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6555787Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6556386Z ^ 2024-04-03T17:06:54.6558414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6562109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6565778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6569525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6571496Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6571902Z ^ 2024-04-03T17:06:54.6573996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6575996Z 42 warnings generated when compiling for gfx906. 2024-04-03T17:06:54.6576984Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinKernel.hip:9: 2024-04-03T17:06:54.6578134Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:54.6579347Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:54.6580382Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:54.6582915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6585050Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6585646Z ^ 2024-04-03T17:06:54.6587697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6594301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6601503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6608664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6612475Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6613226Z ^ 2024-04-03T17:06:54.6616887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6622144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6624307Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6625026Z ^ 2024-04-03T17:06:54.6627095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6630787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6634526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6638223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6640201Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6640623Z ^ 2024-04-03T17:06:54.6642700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6646647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6648799Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6649392Z ^ 2024-04-03T17:06:54.6651431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6655170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6659825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6663517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6665504Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6665922Z ^ 2024-04-03T17:06:54.6667961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6672102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6674448Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6675039Z ^ 2024-04-03T17:06:54.6677174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6681169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6684920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6688839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6690973Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6691382Z ^ 2024-04-03T17:06:54.6693496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6697515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6699906Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6700485Z ^ 2024-04-03T17:06:54.6702658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6706957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6710869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6714674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6716720Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6717194Z ^ 2024-04-03T17:06:54.6719409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6723237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6725615Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6726193Z ^ 2024-04-03T17:06:54.6728299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6732212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6736067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6740413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6742912Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6743643Z ^ 2024-04-03T17:06:54.6746374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6751038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6753760Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6754786Z ^ 2024-04-03T17:06:54.6757399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6762327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6766784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6771921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6774351Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6774775Z ^ 2024-04-03T17:06:54.6777376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6779764Z 42 warnings generated when compiling for gfx90a. 2024-04-03T17:06:54.6780172Z 2024-04-03T17:06:54.6937277Z [7995/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricSinKernel.hip.o 2024-04-03T17:06:54.6940531Z [7996/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAsinhKernel.hip.o 2024-04-03T17:06:54.6943632Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip:9: 2024-04-03T17:06:54.6945915Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:54.6947805Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:54.6949216Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:54.6952246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6955239Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6955934Z ^ 2024-04-03T17:06:54.6958452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6964421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6970194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6975149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6978243Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.6979001Z ^ 2024-04-03T17:06:54.6981472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6985954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6988468Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.6989067Z ^ 2024-04-03T17:06:54.6991121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6995643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.6999725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7005525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7008696Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7009338Z ^ 2024-04-03T17:06:54.7012053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7019638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7023876Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7024755Z ^ 2024-04-03T17:06:54.7027501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7034187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7040882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7046077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7048076Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7048503Z ^ 2024-04-03T17:06:54.7050565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7054380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7056686Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7057264Z ^ 2024-04-03T17:06:54.7059522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7063429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7067402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7071094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7073071Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7073494Z ^ 2024-04-03T17:06:54.7075535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7079252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7081397Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7081982Z ^ 2024-04-03T17:06:54.7084029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7087843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7091550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7095217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7097601Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7098169Z ^ 2024-04-03T17:06:54.7100897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7105787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7107943Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7108534Z ^ 2024-04-03T17:06:54.7110579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7114382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7118051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7121730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7123685Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7124112Z ^ 2024-04-03T17:06:54.7126197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7129885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7132018Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7132617Z ^ 2024-04-03T17:06:54.7134662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7140563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7146597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7150422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7152505Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7152929Z ^ 2024-04-03T17:06:54.7154972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7156984Z 42 warnings generated when compiling for gfx906. 2024-04-03T17:06:54.7157907Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAsinhKernel.hip:9: 2024-04-03T17:06:54.7159189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:54.7160325Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:54.7161555Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:54.7164213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7166521Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7167176Z ^ 2024-04-03T17:06:54.7169495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7173319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7177111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7181151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7183489Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7183916Z ^ 2024-04-03T17:06:54.7185988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7189670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7191889Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7192479Z ^ 2024-04-03T17:06:54.7194530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7200079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7204241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7208040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7210038Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7210467Z ^ 2024-04-03T17:06:54.7212517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7216273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7218671Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7219265Z ^ 2024-04-03T17:06:54.7221377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7225062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7228746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7232428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7234396Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7234809Z ^ 2024-04-03T17:06:54.7236828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7242686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7246776Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7247844Z ^ 2024-04-03T17:06:54.7251693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7257359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7261347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7265056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7267035Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7267464Z ^ 2024-04-03T17:06:54.7269498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7273236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7275383Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7275976Z ^ 2024-04-03T17:06:54.7278018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7281719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7285403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7289086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7291680Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7292338Z ^ 2024-04-03T17:06:54.7296332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7303830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7307706Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7308800Z ^ 2024-04-03T17:06:54.7312572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7319594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7326467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7333316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7337131Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7337892Z ^ 2024-04-03T17:06:54.7341874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7348520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7352338Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:54.7353379Z ^ 2024-04-03T17:06:54.7357040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7363676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7370472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7377797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7381701Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:54.7382423Z ^ 2024-04-03T17:06:54.7386059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:54.7389708Z 42 warnings generated when compiling for gfx90a. 2024-04-03T17:06:54.7390308Z 2024-04-03T17:06:55.0022235Z [7996/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricSinhKernel.hip.o 2024-04-03T17:06:55.0025706Z [7997/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAtanKernel.hip.o 2024-04-03T17:06:55.0029593Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip:9: 2024-04-03T17:06:55.0030839Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:55.0031959Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:55.0033001Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:55.0035492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0037632Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0038221Z ^ 2024-04-03T17:06:55.0040339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0044031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0048308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0055399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0059411Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0060167Z ^ 2024-04-03T17:06:55.0063902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0070602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0074495Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0075633Z ^ 2024-04-03T17:06:55.0079254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0085719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0092498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0099493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0103035Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0103737Z ^ 2024-04-03T17:06:55.0107213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0113586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0116573Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0117186Z ^ 2024-04-03T17:06:55.0119253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0122977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0127948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0131938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0134183Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0134616Z ^ 2024-04-03T17:06:55.0136776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0140754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0142906Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0143503Z ^ 2024-04-03T17:06:55.0145633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0149390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0153913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0158617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0160844Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0161359Z ^ 2024-04-03T17:06:55.0163804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0166478Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:55.0167984Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanKernel.hip:9: 2024-04-03T17:06:55.0169549Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:55.0170633Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:55.0171717Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:55.0174300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0176533Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0177129Z ^ 2024-04-03T17:06:55.0179409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0183411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0187537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0193074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0195132Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0195562Z ^ 2024-04-03T17:06:55.0197656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0201497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0203739Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0204373Z ^ 2024-04-03T17:06:55.0206416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0210673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0214515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0218492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0220527Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0220953Z ^ 2024-04-03T17:06:55.0223178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0228672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0231575Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0232188Z ^ 2024-04-03T17:06:55.0234352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0238200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0242215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0246018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0248115Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0248530Z ^ 2024-04-03T17:06:55.0250663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0254788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0257081Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0257677Z ^ 2024-04-03T17:06:55.0259901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0263860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0269445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0275456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0279080Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0279846Z ^ 2024-04-03T17:06:55.0283703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0287696Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:55.0288327Z 2024-04-03T17:06:55.0310242Z [7997/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricTanKernel.hip.o 2024-04-03T17:06:55.0313337Z [7998/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricAtanhKernel.hip.o 2024-04-03T17:06:55.0315119Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip:9: 2024-04-03T17:06:55.0316459Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:55.0317648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:55.0318741Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:55.0321436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0323760Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0324364Z ^ 2024-04-03T17:06:55.0326682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0330669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0334657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0338990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0341103Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0341590Z ^ 2024-04-03T17:06:55.0343800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0347672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0349875Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0350469Z ^ 2024-04-03T17:06:55.0352561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0356306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0360062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0363802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0365782Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0366196Z ^ 2024-04-03T17:06:55.0368251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0372003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0374590Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0375240Z ^ 2024-04-03T17:06:55.0377881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0382378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0386207Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0389916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0391898Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0392308Z ^ 2024-04-03T17:06:55.0394465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0398166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0400371Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0401017Z ^ 2024-04-03T17:06:55.0403109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0407116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0411518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0415204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0417426Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0417844Z ^ 2024-04-03T17:06:55.0420135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0422153Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:55.0423068Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricAtanhKernel.hip:9: 2024-04-03T17:06:55.0424253Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:55.0425321Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:55.0426361Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:55.0428823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0431021Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0431614Z ^ 2024-04-03T17:06:55.0433678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0437385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0441105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0444802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0446852Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0447278Z ^ 2024-04-03T17:06:55.0449316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0453267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0455508Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0456611Z ^ 2024-04-03T17:06:55.0459888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0465431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0470074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0473820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0475819Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0476231Z ^ 2024-04-03T17:06:55.0478382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0482090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0484253Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0484845Z ^ 2024-04-03T17:06:55.0488113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0492129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0495831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0500086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0503394Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0503817Z ^ 2024-04-03T17:06:55.0505893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0509598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0511750Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.0512327Z ^ 2024-04-03T17:06:55.0514449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0518164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0521861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0525583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0527558Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.0527981Z ^ 2024-04-03T17:06:55.0530021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.0532043Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:55.0532389Z 2024-04-03T17:06:55.5869162Z [7998/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricTanhKernel.hip.o 2024-04-03T17:06:55.5872536Z [7999/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricCosKernel.hip.o 2024-04-03T17:06:55.5875324Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip:9: 2024-04-03T17:06:55.5877474Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:55.5879402Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:55.5881294Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:55.5886308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5890591Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.5891773Z ^ 2024-04-03T17:06:55.5895758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5903116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5910449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5917575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5921317Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.5922052Z ^ 2024-04-03T17:06:55.5925903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5933029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5937398Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.5938623Z ^ 2024-04-03T17:06:55.5942670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5949962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5957589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5965040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5968897Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.5969671Z ^ 2024-04-03T17:06:55.5973399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5979874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5983434Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.5984327Z ^ 2024-04-03T17:06:55.5987629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5993768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.5999564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6005787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6008439Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.6008872Z ^ 2024-04-03T17:06:55.6011799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6019431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6023671Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.6024806Z ^ 2024-04-03T17:06:55.6028816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6036173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6043461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6050869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6054780Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.6055635Z ^ 2024-04-03T17:06:55.6059998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6063953Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:55.6065590Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCosKernel.hip:9: 2024-04-03T17:06:55.6067681Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:55.6069600Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:55.6071481Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:55.6076308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6080574Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.6081677Z ^ 2024-04-03T17:06:55.6085711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6093033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6100571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6107741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6111171Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.6111857Z ^ 2024-04-03T17:06:55.6115544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6122859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6126986Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.6128150Z ^ 2024-04-03T17:06:55.6132007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6139863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6147390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6154368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6158259Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.6159043Z ^ 2024-04-03T17:06:55.6163017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6170371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6174582Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.6175701Z ^ 2024-04-03T17:06:55.6179987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6187431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6194351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6201203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6204909Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.6205663Z ^ 2024-04-03T17:06:55.6209485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6216787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6220994Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.6222068Z ^ 2024-04-03T17:06:55.6226149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6233286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6240372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6247612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6251370Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.6252157Z ^ 2024-04-03T17:06:55.6256079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.6259666Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:55.6260264Z 2024-04-03T17:06:55.8506278Z [7999/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryLogKernels.hip.o 2024-04-03T17:06:55.8508850Z [8000/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricCoshKernel.hip.o 2024-04-03T17:06:55.8511779Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip:9: 2024-04-03T17:06:55.8513684Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:55.8515389Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:55.8516716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:55.8519239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8521407Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.8521996Z ^ 2024-04-03T17:06:55.8524699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8530336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8534205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8538073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8541563Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.8542299Z ^ 2024-04-03T17:06:55.8546079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8553274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8557304Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.8558365Z ^ 2024-04-03T17:06:55.8562330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8569472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8576929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8584171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8587892Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.8588641Z ^ 2024-04-03T17:06:55.8592653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8599738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8603805Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.8604863Z ^ 2024-04-03T17:06:55.8608875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8616157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8623143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8630233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8634117Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.8634908Z ^ 2024-04-03T17:06:55.8638837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8646067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8650104Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.8651224Z ^ 2024-04-03T17:06:55.8655221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8662923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8670029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8677198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8680935Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.8681686Z ^ 2024-04-03T17:06:55.8685632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8689475Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:55.8691335Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricCoshKernel.hip:9: 2024-04-03T17:06:55.8693546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:55.8695574Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:55.8697671Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:55.8702831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8707118Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.8708214Z ^ 2024-04-03T17:06:55.8712025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8719494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8726733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8733834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8737833Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.8738706Z ^ 2024-04-03T17:06:55.8742785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8750014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8753915Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.8754975Z ^ 2024-04-03T17:06:55.8758942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8765885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8773101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8780743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8784534Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.8785428Z ^ 2024-04-03T17:06:55.8789435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8796525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8799482Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.8800077Z ^ 2024-04-03T17:06:55.8802254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8805971Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8809658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8813327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8815361Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.8815781Z ^ 2024-04-03T17:06:55.8817918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8821787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8823951Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.8824843Z ^ 2024-04-03T17:06:55.8828908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8836282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8843695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8851083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8855006Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.8855791Z ^ 2024-04-03T17:06:55.8859809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.8863791Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:55.8864463Z 2024-04-03T17:06:55.9073447Z [8000/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryOpsKernel.hip.o 2024-04-03T17:06:55.9076958Z [8001/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricSinKernel.hip.o 2024-04-03T17:06:55.9079749Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip:9: 2024-04-03T17:06:55.9081893Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:55.9083840Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:55.9085764Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:55.9090397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9093916Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.9094888Z ^ 2024-04-03T17:06:55.9098798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9104531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9109878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9115315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9118212Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.9119013Z ^ 2024-04-03T17:06:55.9122440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9128100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9131361Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.9132148Z ^ 2024-04-03T17:06:55.9135358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9141340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9146657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9150915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9153804Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.9154475Z ^ 2024-04-03T17:06:55.9157607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9162634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9165792Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.9166836Z ^ 2024-04-03T17:06:55.9169275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9174008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9178513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9185306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9188628Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.9189291Z ^ 2024-04-03T17:06:55.9192704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9198810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9202901Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.9204011Z ^ 2024-04-03T17:06:55.9208132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9215323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9221418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9225108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9227093Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.9227511Z ^ 2024-04-03T17:06:55.9229622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9231638Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:55.9232546Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinKernel.hip:9: 2024-04-03T17:06:55.9233702Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:55.9234757Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:55.9235792Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:55.9240109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9243874Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.9244784Z ^ 2024-04-03T17:06:55.9246870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9250669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9254482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9260129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9262132Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.9262555Z ^ 2024-04-03T17:06:55.9264721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9269583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9272896Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.9273587Z ^ 2024-04-03T17:06:55.9275666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9279478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9283151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9286845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9288829Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.9289249Z ^ 2024-04-03T17:06:55.9291301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9294963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9297255Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.9297847Z ^ 2024-04-03T17:06:55.9300455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9306766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9312917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9320105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9323945Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.9324724Z ^ 2024-04-03T17:06:55.9328662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9335001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9337263Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:55.9337861Z ^ 2024-04-03T17:06:55.9340138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9345378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9349100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9352784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9354762Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:55.9355179Z ^ 2024-04-03T17:06:55.9357311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:55.9359311Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:55.9359656Z 2024-04-03T17:06:56.0341109Z [8001/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnarySignKernels.hip.o 2024-04-03T17:06:56.0344728Z [8002/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricSinhKernel.hip.o 2024-04-03T17:06:56.0347535Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip:9: 2024-04-03T17:06:56.0349769Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:56.0351780Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:56.0353732Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:56.0358647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0362816Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.0363918Z ^ 2024-04-03T17:06:56.0367960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0375042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0382509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0389665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0393467Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.0394248Z ^ 2024-04-03T17:06:56.0398178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0405147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0409108Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.0410208Z ^ 2024-04-03T17:06:56.0414008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0421319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0428563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0435480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0439259Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.0440012Z ^ 2024-04-03T17:06:56.0443977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0451035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0455105Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.0456164Z ^ 2024-04-03T17:06:56.0460165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0467241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0474280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0481178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0484960Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.0485695Z ^ 2024-04-03T17:06:56.0489430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0496504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0500577Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.0501601Z ^ 2024-04-03T17:06:56.0505383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0512364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0518444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0524728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0528033Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.0528835Z ^ 2024-04-03T17:06:56.0532833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0536836Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:56.0538681Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricSinhKernel.hip:9: 2024-04-03T17:06:56.0540896Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:56.0542918Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:56.0544781Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:56.0549121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0553132Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.0554178Z ^ 2024-04-03T17:06:56.0557859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0564663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0571849Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0579771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0583537Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.0584308Z ^ 2024-04-03T17:06:56.0588311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0595285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0599355Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.0600455Z ^ 2024-04-03T17:06:56.0604430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0611389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0618546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0625603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0629389Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.0630159Z ^ 2024-04-03T17:06:56.0634142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0641124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0645064Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.0646139Z ^ 2024-04-03T17:06:56.0649985Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0657041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0664361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0671468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0675347Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.0676100Z ^ 2024-04-03T17:06:56.0679435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0686243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0690243Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.0691352Z ^ 2024-04-03T17:06:56.0695093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0702391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0709564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0716784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0720598Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.0721350Z ^ 2024-04-03T17:06:56.0725216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.0728940Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:56.0729528Z 2024-04-03T17:06:56.2456460Z [8002/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnarySpecialOpsKernel.hip.o 2024-04-03T17:06:56.2460101Z [8003/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricTanhKernel.hip.o 2024-04-03T17:06:56.2461730Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip:9: 2024-04-03T17:06:56.2463233Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:56.2464422Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:56.2465503Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:56.2468219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2470648Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.2471287Z ^ 2024-04-03T17:06:56.2473488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2477487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2481540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2485519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2487615Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.2488081Z ^ 2024-04-03T17:06:56.2490140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2493931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2496090Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.2496764Z ^ 2024-04-03T17:06:56.2498927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2502765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2506461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2510182Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2512433Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.2512877Z ^ 2024-04-03T17:06:56.2515140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2518916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2521061Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.2521718Z ^ 2024-04-03T17:06:56.2523765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2527513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2531198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2536021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2538102Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.2538747Z ^ 2024-04-03T17:06:56.2541058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2544943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2547078Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.2547681Z ^ 2024-04-03T17:06:56.2551093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2555006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2558817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2562509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2564544Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.2564965Z ^ 2024-04-03T17:06:56.2567274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2569544Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:56.2570458Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanhKernel.hip:9: 2024-04-03T17:06:56.2571619Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:56.2572735Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:56.2573779Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:56.2576341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2578834Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.2579414Z ^ 2024-04-03T17:06:56.2581475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2585234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2589062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2593054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2595081Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.2595496Z ^ 2024-04-03T17:06:56.2597722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2601423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2603631Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.2604209Z ^ 2024-04-03T17:06:56.2606252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2610089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2613771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2619335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2621415Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.2621900Z ^ 2024-04-03T17:06:56.2624314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2628011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2630140Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.2630736Z ^ 2024-04-03T17:06:56.2632863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2636549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2640235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2643901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2645871Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.2646290Z ^ 2024-04-03T17:06:56.2648322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2652037Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2654215Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.2654803Z ^ 2024-04-03T17:06:56.2656932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2661274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2665011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2668703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2670674Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.2671095Z ^ 2024-04-03T17:06:56.2673131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.2675130Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:56.2675492Z 2024-04-03T17:06:56.3311033Z [8003/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnfoldBackwardKernel.hip.o 2024-04-03T17:06:56.3314379Z [8004/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryGeometricTanKernel.hip.o 2024-04-03T17:06:56.3317066Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip:9: 2024-04-03T17:06:56.3319209Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:56.3321181Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:56.3323130Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:56.3327830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3331871Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.3332940Z ^ 2024-04-03T17:06:56.3336848Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3344325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3351642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3358705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3362592Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.3363357Z ^ 2024-04-03T17:06:56.3367319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3374460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3378767Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.3379838Z ^ 2024-04-03T17:06:56.3383782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3391061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3398265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3405077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3408700Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.3409326Z ^ 2024-04-03T17:06:56.3412189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3415912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3418417Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.3419013Z ^ 2024-04-03T17:06:56.3421076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3424827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3428507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3432185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3434209Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.3434633Z ^ 2024-04-03T17:06:56.3436657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3440322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3442457Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.3443049Z ^ 2024-04-03T17:06:56.3445131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3448820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3452504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3456248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3458231Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.3458767Z ^ 2024-04-03T17:06:56.3460796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3462940Z 24 warnings generated when compiling for gfx906. 2024-04-03T17:06:56.3463895Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryGeometricTanKernel.hip:9: 2024-04-03T17:06:56.3465039Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:56.3466143Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:56.3467177Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:56.3469643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3471792Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.3472372Z ^ 2024-04-03T17:06:56.3474406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3478153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3481830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3485506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3487477Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.3487896Z ^ 2024-04-03T17:06:56.3490003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3493698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3495827Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.3496504Z ^ 2024-04-03T17:06:56.3498920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3502626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3506353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3510033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3512060Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.3512476Z ^ 2024-04-03T17:06:56.3514522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3518385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3520574Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.3521166Z ^ 2024-04-03T17:06:56.3523210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3526998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3530672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3534446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3536513Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.3537049Z ^ 2024-04-03T17:06:56.3539281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3543190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3545541Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:56.3546185Z ^ 2024-04-03T17:06:56.3548502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3552281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3555972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3559684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3561675Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:56.3562090Z ^ 2024-04-03T17:06:56.3564126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:56.3566165Z 24 warnings generated when compiling for gfx90a. 2024-04-03T17:06:56.3566512Z 2024-04-03T17:06:57.0357208Z [8004/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Unique.hip.o 2024-04-03T17:06:57.0359154Z [8005/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryLogKernels.hip.o 2024-04-03T17:06:57.0360600Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip:5: 2024-04-03T17:06:57.0361683Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:57.0364140Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0367096Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0368170Z ^ 2024-04-03T17:06:57.0372221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0379638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0386346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0393123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0396713Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0397642Z ^ 2024-04-03T17:06:57.0401321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0408099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0412156Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0413196Z ^ 2024-04-03T17:06:57.0416919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0423510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0428780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0432507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0434494Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0434904Z ^ 2024-04-03T17:06:57.0436947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0440709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0442852Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0443445Z ^ 2024-04-03T17:06:57.0445476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0449168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0452834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0456650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0458787Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0459199Z ^ 2024-04-03T17:06:57.0461254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0464992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0467145Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0467723Z ^ 2024-04-03T17:06:57.0469793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0473481Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0477151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0480847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0482815Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0483236Z ^ 2024-04-03T17:06:57.0485330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0489011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0491145Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0491791Z ^ 2024-04-03T17:06:57.0493894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0497676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0501589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0505268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0507292Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0507711Z ^ 2024-04-03T17:06:57.0509753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0513440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0515605Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0516198Z ^ 2024-04-03T17:06:57.0518245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0521931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0525627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0529333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0532160Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0532902Z ^ 2024-04-03T17:06:57.0536782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0543755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0547663Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0548707Z ^ 2024-04-03T17:06:57.0552504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0559713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0566997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0574075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0578045Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0578942Z ^ 2024-04-03T17:06:57.0582946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0589979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0594046Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0595142Z ^ 2024-04-03T17:06:57.0598982Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0606106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0613139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0621100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0624884Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0625652Z ^ 2024-04-03T17:06:57.0629506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0636430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0640613Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0641669Z ^ 2024-04-03T17:06:57.0645507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0652737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0659838Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0666858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0670161Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0670588Z ^ 2024-04-03T17:06:57.0672687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0676395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0678530Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0679109Z ^ 2024-04-03T17:06:57.0681203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0684903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0688580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0692264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0694237Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0694648Z ^ 2024-04-03T17:06:57.0696775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0700714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0702919Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0703494Z ^ 2024-04-03T17:06:57.0705538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0709240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0712968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0716650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0718611Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0719034Z ^ 2024-04-03T17:06:57.0721073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0724796Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0726926Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0727502Z ^ 2024-04-03T17:06:57.0729541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0733226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0736991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0741061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0743095Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0743516Z ^ 2024-04-03T17:06:57.0745554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0749287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0751395Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0751986Z ^ 2024-04-03T17:06:57.0754019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0757755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0761425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0765090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0767060Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0767481Z ^ 2024-04-03T17:06:57.0769580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0773255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0775389Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0775979Z ^ 2024-04-03T17:06:57.0778146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0781980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0785637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0789709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0791752Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0792180Z ^ 2024-04-03T17:06:57.0794227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0797920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0800043Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0800631Z ^ 2024-04-03T17:06:57.0802726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0806394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0810068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0813791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0815764Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0816259Z ^ 2024-04-03T17:06:57.0818457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0822158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0824305Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0824897Z ^ 2024-04-03T17:06:57.0827044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0830954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0836205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0840014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0841995Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0842411Z ^ 2024-04-03T17:06:57.0844470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0848197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0850342Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0850921Z ^ 2024-04-03T17:06:57.0852961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0856767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0860632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0864301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0866281Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0866685Z ^ 2024-04-03T17:06:57.0868728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0872426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0874548Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0875174Z ^ 2024-04-03T17:06:57.0877222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0880892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0884597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0888271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0890224Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0890641Z ^ 2024-04-03T17:06:57.0892715Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0894721Z 108 warnings generated when compiling for gfx906. 2024-04-03T17:06:57.0895623Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryLogKernels.hip:5: 2024-04-03T17:06:57.0896758Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:57.0899377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0901922Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0902507Z ^ 2024-04-03T17:06:57.0904714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0908625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0913318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0918603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0920595Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0921021Z ^ 2024-04-03T17:06:57.0923077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0926934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0929117Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0929709Z ^ 2024-04-03T17:06:57.0932001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0936545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0941044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0945445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0949123Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.0949863Z ^ 2024-04-03T17:06:57.0968614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0975888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0979778Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.0980654Z ^ 2024-04-03T17:06:57.0984218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0991212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.0998154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1005034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1008872Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1009619Z ^ 2024-04-03T17:06:57.1013463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1020104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1022572Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1023170Z ^ 2024-04-03T17:06:57.1025523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1029914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1034169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1038420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1040901Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1041328Z ^ 2024-04-03T17:06:57.1043462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1047542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1050073Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1050665Z ^ 2024-04-03T17:06:57.1052983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1057602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1061705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1065794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1067836Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1068258Z ^ 2024-04-03T17:06:57.1070558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1074613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1077970Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1078568Z ^ 2024-04-03T17:06:57.1080743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1084426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1088459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1092507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1094769Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1095459Z ^ 2024-04-03T17:06:57.1097619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1102539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1104973Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1105841Z ^ 2024-04-03T17:06:57.1107894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1112276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1116525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1120289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1122267Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1122674Z ^ 2024-04-03T17:06:57.1125336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1129675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1132365Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1132958Z ^ 2024-04-03T17:06:57.1135548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1139819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1144415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1148116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1150663Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1151074Z ^ 2024-04-03T17:06:57.1153306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1157512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1160572Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1161728Z ^ 2024-04-03T17:06:57.1165544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1172507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1179742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1186426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1190069Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1190788Z ^ 2024-04-03T17:06:57.1194664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1200968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1204554Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1205460Z ^ 2024-04-03T17:06:57.1208913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1215535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1222219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1228774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1232116Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1232847Z ^ 2024-04-03T17:06:57.1236447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1243108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1246833Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1247863Z ^ 2024-04-03T17:06:57.1251584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1258399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1265127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1272183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1275906Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1276647Z ^ 2024-04-03T17:06:57.1280473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1287424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1291421Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1292565Z ^ 2024-04-03T17:06:57.1296478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1303491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1310425Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1317317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1321083Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1321820Z ^ 2024-04-03T17:06:57.1325610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1332575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1336681Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1337739Z ^ 2024-04-03T17:06:57.1341685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1348161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1355200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1361801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1364780Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1365365Z ^ 2024-04-03T17:06:57.1368183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1373414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1376515Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1377320Z ^ 2024-04-03T17:06:57.1380324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1385522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1390661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1395915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1398615Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1399161Z ^ 2024-04-03T17:06:57.1402170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1407711Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1409868Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1410457Z ^ 2024-04-03T17:06:57.1412577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1416365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1420227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1423928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1425914Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1426385Z ^ 2024-04-03T17:06:57.1428417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1432094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1434245Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1434821Z ^ 2024-04-03T17:06:57.1436871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1440539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1445654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1452173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1456162Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1457013Z ^ 2024-04-03T17:06:57.1461069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1468256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1472520Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1473618Z ^ 2024-04-03T17:06:57.1477592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1484781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1492015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1499495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1503325Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1504085Z ^ 2024-04-03T17:06:57.1508079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1515277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1519432Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.1520537Z ^ 2024-04-03T17:06:57.1524493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1531747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1539183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1546364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1550213Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.1550973Z ^ 2024-04-03T17:06:57.1555012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.1558887Z 108 warnings generated when compiling for gfx90a. 2024-04-03T17:06:57.1559551Z 2024-04-03T17:06:57.5015268Z [8005/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UniqueCub.hip.o 2024-04-03T17:06:57.5018809Z [8006/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnarySpecialOpsKernel.hip.o 2024-04-03T17:06:57.5021640Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip:12: 2024-04-03T17:06:57.5023840Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:57.5025898Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:57.5027868Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:57.5032925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5037116Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5038210Z ^ 2024-04-03T17:06:57.5042221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5049451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5056819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5064257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5068228Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5068986Z ^ 2024-04-03T17:06:57.5072980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5080306Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5084495Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5085587Z ^ 2024-04-03T17:06:57.5089579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5096948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5104442Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5111701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5115543Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5116313Z ^ 2024-04-03T17:06:57.5120373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5127612Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5131796Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5132896Z ^ 2024-04-03T17:06:57.5136914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5144268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5151602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5158870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5162798Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5163575Z ^ 2024-04-03T17:06:57.5167268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5173590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5177702Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5179072Z ^ 2024-04-03T17:06:57.5182933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5189843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5196744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5203754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5206915Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5207549Z ^ 2024-04-03T17:06:57.5211149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5218438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5221868Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5222891Z ^ 2024-04-03T17:06:57.5225461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5229554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5234434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5239553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5242336Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5242762Z ^ 2024-04-03T17:06:57.5245114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5249549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5252033Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5252628Z ^ 2024-04-03T17:06:57.5254995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5259655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5263833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5268237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5270689Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5271319Z ^ 2024-04-03T17:06:57.5273853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5278591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5281445Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5282356Z ^ 2024-04-03T17:06:57.5284491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5289036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5293605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5298418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5301099Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5301658Z ^ 2024-04-03T17:06:57.5304130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5308602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5311020Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5311606Z ^ 2024-04-03T17:06:57.5314010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5318196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5322374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5326861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5329128Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5329793Z ^ 2024-04-03T17:06:57.5332341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5336768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5339526Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5340363Z ^ 2024-04-03T17:06:57.5342764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5347180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5351408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5355781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5358476Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5358996Z ^ 2024-04-03T17:06:57.5361631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5366065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5368915Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5369982Z ^ 2024-04-03T17:06:57.5372142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5376747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5381561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5386021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5389091Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5389839Z ^ 2024-04-03T17:06:57.5392641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5398214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5401360Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5401953Z ^ 2024-04-03T17:06:57.5405000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5410032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5414708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5419399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5421673Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5422143Z ^ 2024-04-03T17:06:57.5424903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5429503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5432136Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5432730Z ^ 2024-04-03T17:06:57.5434873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5439450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5443875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5448753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5451261Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5452125Z ^ 2024-04-03T17:06:57.5454528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5458523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5460712Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5461576Z ^ 2024-04-03T17:06:57.5465292Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5471965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5478745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5485953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5489881Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5490640Z ^ 2024-04-03T17:06:57.5494526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5501816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5505802Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5506894Z ^ 2024-04-03T17:06:57.5510716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5517754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5524930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5531889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5535698Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5536493Z ^ 2024-04-03T17:06:57.5540519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5547724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5551853Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5552929Z ^ 2024-04-03T17:06:57.5556819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5563940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5571132Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5578540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5582356Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5583084Z ^ 2024-04-03T17:06:57.5587009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5594029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5598031Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5599113Z ^ 2024-04-03T17:06:57.5602863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5610051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5617211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5623934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5627475Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5628161Z ^ 2024-04-03T17:06:57.5631827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5635171Z 96 warnings generated when compiling for gfx906. 2024-04-03T17:06:57.5636531Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySpecialOpsKernel.hip:12: 2024-04-03T17:06:57.5638638Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:57.5640614Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:57.5642508Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:57.5647054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5650619Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5651612Z ^ 2024-04-03T17:06:57.5655345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5662921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5670161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5677386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5681364Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5682121Z ^ 2024-04-03T17:06:57.5686075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5693235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5697207Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5698160Z ^ 2024-04-03T17:06:57.5702030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5708878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5716018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5723086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5726852Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5727605Z ^ 2024-04-03T17:06:57.5731401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5738390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5742509Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5743590Z ^ 2024-04-03T17:06:57.5747450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5754370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5761267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5768484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5771562Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5771980Z ^ 2024-04-03T17:06:57.5774276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5778072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5780518Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5781100Z ^ 2024-04-03T17:06:57.5783301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5788329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5792322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5796853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5799654Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5800364Z ^ 2024-04-03T17:06:57.5808290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5815268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5819349Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5827191Z ^ 2024-04-03T17:06:57.5835073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5842225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5846194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5849953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5852049Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5852521Z ^ 2024-04-03T17:06:57.5854681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5858744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5861521Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5862608Z ^ 2024-04-03T17:06:57.5866186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5870000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5873875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5877737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5879839Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5880266Z ^ 2024-04-03T17:06:57.5882360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5886202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5888394Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5888984Z ^ 2024-04-03T17:06:57.5891067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5894953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5899107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5902890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5904999Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5905419Z ^ 2024-04-03T17:06:57.5907541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5911398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5913579Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5914173Z ^ 2024-04-03T17:06:57.5916247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5920138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5923963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5927701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5929760Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5930213Z ^ 2024-04-03T17:06:57.5932341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5936127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5938640Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5939278Z ^ 2024-04-03T17:06:57.5941367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5945307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5949110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5952902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5954998Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5955413Z ^ 2024-04-03T17:06:57.5957680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5961437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5963661Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5964314Z ^ 2024-04-03T17:06:57.5967079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5971959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5975739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5979931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5982015Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.5982424Z ^ 2024-04-03T17:06:57.5984698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5988556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5990835Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.5991418Z ^ 2024-04-03T17:06:57.5993538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.5997400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6001206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6005068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6007110Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6007535Z ^ 2024-04-03T17:06:57.6009641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6013882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6018180Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6019395Z ^ 2024-04-03T17:06:57.6023373Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6030748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6038144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6045493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6049529Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6050321Z ^ 2024-04-03T17:06:57.6054401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6062077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6066293Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6067436Z ^ 2024-04-03T17:06:57.6071499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6078926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6086274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6093075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6096880Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6097657Z ^ 2024-04-03T17:06:57.6101923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6108858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6113056Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6114178Z ^ 2024-04-03T17:06:57.6118439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6125527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6132800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6139949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6143844Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6144587Z ^ 2024-04-03T17:06:57.6148407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6155552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6159770Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6160830Z ^ 2024-04-03T17:06:57.6164955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6172100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6179492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6186733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6190609Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6191309Z ^ 2024-04-03T17:06:57.6195211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6202575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6206660Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6207724Z ^ 2024-04-03T17:06:57.6211701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6219269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6226602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6234013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6237664Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6238425Z ^ 2024-04-03T17:06:57.6242166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6245991Z 96 warnings generated when compiling for gfx90a. 2024-04-03T17:06:57.6246653Z 2024-04-03T17:06:57.6249376Z [8006/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleBicubic2d.hip.o 2024-04-03T17:06:57.6252688Z [8007/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnarySignKernels.hip.o 2024-04-03T17:06:57.6255368Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip:4: 2024-04-03T17:06:57.6257496Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:57.6261975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6266175Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6267313Z ^ 2024-04-03T17:06:57.6271238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6278455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6285763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6293018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6297037Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6297822Z ^ 2024-04-03T17:06:57.6301733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6309183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6313359Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6314421Z ^ 2024-04-03T17:06:57.6318154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6325199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6332642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6339693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6343394Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6344163Z ^ 2024-04-03T17:06:57.6348045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6355325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6359392Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6360483Z ^ 2024-04-03T17:06:57.6364540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6371683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6379245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6386436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6390357Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6391135Z ^ 2024-04-03T17:06:57.6395129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6402412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6406520Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6407568Z ^ 2024-04-03T17:06:57.6411526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6419116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6426503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6433800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6437612Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6438345Z ^ 2024-04-03T17:06:57.6442386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6449520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6453659Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6454668Z ^ 2024-04-03T17:06:57.6458525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6465705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6473121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6480474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6484487Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6485248Z ^ 2024-04-03T17:06:57.6489055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6496479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6500702Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6501819Z ^ 2024-04-03T17:06:57.6505976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6513013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6520294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6527570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6531327Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6532116Z ^ 2024-04-03T17:06:57.6536163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6543736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6547941Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6549053Z ^ 2024-04-03T17:06:57.6553058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6560436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6567700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6575015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6578929Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6579724Z ^ 2024-04-03T17:06:57.6583789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6591255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6595382Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6596500Z ^ 2024-04-03T17:06:57.6600563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6607970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6615436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6622988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6626880Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6627635Z ^ 2024-04-03T17:06:57.6631685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6638686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6642941Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6643995Z ^ 2024-04-03T17:06:57.6647955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6655007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6662436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6669342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6673157Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6673919Z ^ 2024-04-03T17:06:57.6677836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6685088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6689421Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6690550Z ^ 2024-04-03T17:06:57.6694443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6702174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6709379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6716260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6720117Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6720813Z ^ 2024-04-03T17:06:57.6724627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6732128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6736300Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6737424Z ^ 2024-04-03T17:06:57.6741759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6749061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6756341Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6763758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6767655Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6768417Z ^ 2024-04-03T17:06:57.6772433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6779882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6784041Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6785254Z ^ 2024-04-03T17:06:57.6789283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6796537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6803820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6810727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6814642Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6815382Z ^ 2024-04-03T17:06:57.6819387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6826374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6830761Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6831872Z ^ 2024-04-03T17:06:57.6835871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6843259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6850303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6856960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6860400Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6861185Z ^ 2024-04-03T17:06:57.6864874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6871501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6875358Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6876359Z ^ 2024-04-03T17:06:57.6880069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6886813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6893773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6901254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6904958Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6905702Z ^ 2024-04-03T17:06:57.6909596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6916514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6920157Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6921062Z ^ 2024-04-03T17:06:57.6924641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6930813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6937391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6944484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6948179Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6949029Z ^ 2024-04-03T17:06:57.6952855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6959805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6963793Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.6964862Z ^ 2024-04-03T17:06:57.6968706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6975011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6982556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6987850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.6990660Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.6991431Z ^ 2024-04-03T17:06:57.6994366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7000005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7002722Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7003409Z ^ 2024-04-03T17:06:57.7006339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7012248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7019016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7025456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7029087Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7029804Z ^ 2024-04-03T17:06:57.7032845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7038914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7042373Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7043431Z ^ 2024-04-03T17:06:57.7046984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7053359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7060033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7065426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7068189Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7068628Z ^ 2024-04-03T17:06:57.7071643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7076179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7078744Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7079575Z ^ 2024-04-03T17:06:57.7082869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7088674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7093492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7098806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7101180Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7101641Z ^ 2024-04-03T17:06:57.7104096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7108689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7111277Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7111855Z ^ 2024-04-03T17:06:57.7114443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7119298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7124116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7128806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7131281Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7131946Z ^ 2024-04-03T17:06:57.7134353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7139006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7141409Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7142108Z ^ 2024-04-03T17:06:57.7144724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7149069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7153488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7158634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7162426Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7163181Z ^ 2024-04-03T17:06:57.7167164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7174475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7178873Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7179968Z ^ 2024-04-03T17:06:57.7183921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7191104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7198386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7205558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7209402Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7210169Z ^ 2024-04-03T17:06:57.7214120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7221574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7225747Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7226844Z ^ 2024-04-03T17:06:57.7230803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7237978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7245120Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7252250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7256147Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7257012Z ^ 2024-04-03T17:06:57.7261012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7268297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7272417Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7273524Z ^ 2024-04-03T17:06:57.7277490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7284754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7292231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7300568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7304440Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7305216Z ^ 2024-04-03T17:06:57.7310266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7317575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7321743Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7322851Z ^ 2024-04-03T17:06:57.7326818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7334105Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7341512Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7348865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7369238Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7370202Z ^ 2024-04-03T17:06:57.7374126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7381372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7385375Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7386431Z ^ 2024-04-03T17:06:57.7390394Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7397198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7403371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7409428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7411471Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7411895Z ^ 2024-04-03T17:06:57.7413961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7417754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7420106Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7420709Z ^ 2024-04-03T17:06:57.7422911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7426733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7430542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7434357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7436347Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7436774Z ^ 2024-04-03T17:06:57.7438847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7442710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7444892Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7445488Z ^ 2024-04-03T17:06:57.7447615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7451385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7455148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7459273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7461416Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7461843Z ^ 2024-04-03T17:06:57.7463951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7467747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7469928Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7470590Z ^ 2024-04-03T17:06:57.7472691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7476680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7480779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7484532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7486639Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7487060Z ^ 2024-04-03T17:06:57.7489767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7495287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7497907Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7499008Z ^ 2024-04-03T17:06:57.7502601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7508851Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7515608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7522811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7526646Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7527400Z ^ 2024-04-03T17:06:57.7531057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7535488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7537725Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7538463Z ^ 2024-04-03T17:06:57.7541231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7548119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7554988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7561905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7565332Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7566091Z ^ 2024-04-03T17:06:57.7570144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7577302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7581492Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7582575Z ^ 2024-04-03T17:06:57.7586629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7593556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7597294Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7598044Z ^ 2024-04-03T17:06:57.7601919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7605926Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7607016Z ^ 2024-04-03T17:06:57.7610818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7618059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7625333Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7632414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7636186Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7636945Z ^ 2024-04-03T17:06:57.7640895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7647792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7651759Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7652860Z ^ 2024-04-03T17:06:57.7656799Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7664100Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7671012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7677864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7681033Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7681707Z ^ 2024-04-03T17:06:57.7685561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7691993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7695880Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7696991Z ^ 2024-04-03T17:06:57.7700978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7707958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7714775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7721762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7725460Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7726244Z ^ 2024-04-03T17:06:57.7730038Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7736549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7740454Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7741474Z ^ 2024-04-03T17:06:57.7745169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7751618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7758126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7764818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7768169Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7768816Z ^ 2024-04-03T17:06:57.7772188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7778656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7781359Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7781960Z ^ 2024-04-03T17:06:57.7784218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7787973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7791917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7795668Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7797700Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7798124Z ^ 2024-04-03T17:06:57.7800232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7804146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7806349Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7806942Z ^ 2024-04-03T17:06:57.7809151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7812915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7816720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7820686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7822841Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7823264Z ^ 2024-04-03T17:06:57.7825362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7829303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7831497Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7832098Z ^ 2024-04-03T17:06:57.7834209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7837973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7841853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7845643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7848361Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7849098Z ^ 2024-04-03T17:06:57.7852955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7859713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7863461Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7864432Z ^ 2024-04-03T17:06:57.7867948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7874551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7881770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7889090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7892529Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7893139Z ^ 2024-04-03T17:06:57.7895344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7897661Z 237 warnings generated when compiling for gfx906. 2024-04-03T17:06:57.7898667Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnarySignKernels.hip:4: 2024-04-03T17:06:57.7899802Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:57.7902356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7904675Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7905268Z ^ 2024-04-03T17:06:57.7907392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7911162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7915004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7918862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7920842Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7921307Z ^ 2024-04-03T17:06:57.7923885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7928277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7930429Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7931080Z ^ 2024-04-03T17:06:57.7933216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7937262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7941461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7945251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7947302Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7947715Z ^ 2024-04-03T17:06:57.7949900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7953833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7956055Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7956634Z ^ 2024-04-03T17:06:57.7958899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7962743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7966596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7970355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7972395Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.7972823Z ^ 2024-04-03T17:06:57.7974929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7979112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7981422Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.7981999Z ^ 2024-04-03T17:06:57.7984917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7991447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.7997334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8002672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8005945Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8006501Z ^ 2024-04-03T17:06:57.8008606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8012315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8014427Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8015337Z ^ 2024-04-03T17:06:57.8017913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8022385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8027049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8031474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8034727Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8035381Z ^ 2024-04-03T17:06:57.8038712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8044272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8048090Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8049159Z ^ 2024-04-03T17:06:57.8052809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8061324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8067699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8074558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8078055Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8078782Z ^ 2024-04-03T17:06:57.8082346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8088862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8092714Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8093741Z ^ 2024-04-03T17:06:57.8097795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8102609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8106353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8110785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8113794Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8114241Z ^ 2024-04-03T17:06:57.8116893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8121486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8123979Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8124573Z ^ 2024-04-03T17:06:57.8126703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8130750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8134814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8139429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8141427Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8141868Z ^ 2024-04-03T17:06:57.8144280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8149156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8151580Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8152355Z ^ 2024-04-03T17:06:57.8154684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8159616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8166525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8173417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8177296Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8178048Z ^ 2024-04-03T17:06:57.8181956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8188879Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8192882Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8194014Z ^ 2024-04-03T17:06:57.8197219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8202047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8206631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8211525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8214311Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8214725Z ^ 2024-04-03T17:06:57.8216888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8221583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8224315Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8225209Z ^ 2024-04-03T17:06:57.8227403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8231475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8235446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8239758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8242530Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8243135Z ^ 2024-04-03T17:06:57.8245780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8250344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8253437Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8254441Z ^ 2024-04-03T17:06:57.8258399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8265416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8272294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8279147Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8282798Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8283519Z ^ 2024-04-03T17:06:57.8287283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8294178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8298449Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8299525Z ^ 2024-04-03T17:06:57.8303086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8309633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8314242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8317953Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8319937Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8320458Z ^ 2024-04-03T17:06:57.8322522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8326224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8328358Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8328952Z ^ 2024-04-03T17:06:57.8330997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8334739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8341640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8346256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8348263Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8348684Z ^ 2024-04-03T17:06:57.8350738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8354537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8356697Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8357342Z ^ 2024-04-03T17:06:57.8360861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8367225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8371408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8377419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8380664Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8381094Z ^ 2024-04-03T17:06:57.8383155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8386871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8389084Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8389679Z ^ 2024-04-03T17:06:57.8391716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8395410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8399087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8402769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8404804Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8405221Z ^ 2024-04-03T17:06:57.8407247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8410944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8413129Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8413828Z ^ 2024-04-03T17:06:57.8415865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8420073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8423788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8427477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8429456Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8429862Z ^ 2024-04-03T17:06:57.8431897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8435620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8437758Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8438336Z ^ 2024-04-03T17:06:57.8440370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8444048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8447724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8451461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8453433Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8453888Z ^ 2024-04-03T17:06:57.8455936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8459857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8461996Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8462577Z ^ 2024-04-03T17:06:57.8464673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8468370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8472060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8475741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8477747Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8478172Z ^ 2024-04-03T17:06:57.8480214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8483890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8486015Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8486609Z ^ 2024-04-03T17:06:57.8488658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8492338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8496053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8501111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8504733Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8505481Z ^ 2024-04-03T17:06:57.8509276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8516211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8520275Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8521379Z ^ 2024-04-03T17:06:57.8525271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8532175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8539521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8546540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8550321Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8551076Z ^ 2024-04-03T17:06:57.8554918Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8561722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8565822Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8566920Z ^ 2024-04-03T17:06:57.8570778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8577912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8585062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8592160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8595412Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8596100Z ^ 2024-04-03T17:06:57.8598665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8602496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8604641Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8605237Z ^ 2024-04-03T17:06:57.8607273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8611020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8614709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8618724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8620705Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8621121Z ^ 2024-04-03T17:06:57.8623175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8626864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8629101Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8629693Z ^ 2024-04-03T17:06:57.8632257Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8636765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8641036Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8645401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8649085Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8649820Z ^ 2024-04-03T17:06:57.8653637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8660741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8664739Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8665794Z ^ 2024-04-03T17:06:57.8669696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8676629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8682558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8686551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8689639Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8690299Z ^ 2024-04-03T17:06:57.8692679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8696608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8698966Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8699554Z ^ 2024-04-03T17:06:57.8701603Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8705284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8709011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8712704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8714677Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8715098Z ^ 2024-04-03T17:06:57.8717136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8720873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8723011Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8723604Z ^ 2024-04-03T17:06:57.8725657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8729332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8733015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8736760Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8738912Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8739336Z ^ 2024-04-03T17:06:57.8741398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8745135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8747259Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8747853Z ^ 2024-04-03T17:06:57.8749888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8753602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8757279Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8760964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8762927Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8763346Z ^ 2024-04-03T17:06:57.8765420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8769086Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8771224Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8771814Z ^ 2024-04-03T17:06:57.8773841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8777980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8781802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8785587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8787603Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8788028Z ^ 2024-04-03T17:06:57.8790420Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8796069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8798948Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8800002Z ^ 2024-04-03T17:06:57.8803919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8810731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8816443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8820421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8823074Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8823657Z ^ 2024-04-03T17:06:57.8827382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8832067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8834247Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8834845Z ^ 2024-04-03T17:06:57.8836887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8840701Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8844404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8848138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8850119Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8850533Z ^ 2024-04-03T17:06:57.8852582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8856397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8858700Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8859284Z ^ 2024-04-03T17:06:57.8861338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8867423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8869743Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8870421Z ^ 2024-04-03T17:06:57.8873544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8875723Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8876319Z ^ 2024-04-03T17:06:57.8878371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8882074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8885746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8889460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8891434Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8891898Z ^ 2024-04-03T17:06:57.8893951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8897725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8900051Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8900650Z ^ 2024-04-03T17:06:57.8904121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8909554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8914439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8919056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8921295Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8921713Z ^ 2024-04-03T17:06:57.8924057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8928305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8930717Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8931300Z ^ 2024-04-03T17:06:57.8933642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8937707Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8941930Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8946264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8948526Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8948936Z ^ 2024-04-03T17:06:57.8951252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8955265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8957731Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8958313Z ^ 2024-04-03T17:06:57.8960368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8964053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8967792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8972454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8975395Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.8976087Z ^ 2024-04-03T17:06:57.8978496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8982869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8985601Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.8986237Z ^ 2024-04-03T17:06:57.8988685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8993112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.8997698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9002150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9004140Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9004775Z ^ 2024-04-03T17:06:57.9007761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9012867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9015314Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9015959Z ^ 2024-04-03T17:06:57.9018752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9023598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9027806Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9034697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9038398Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9039150Z ^ 2024-04-03T17:06:57.9042965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9049895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9054004Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9055064Z ^ 2024-04-03T17:06:57.9059072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9065476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9072415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9079461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9083191Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9083939Z ^ 2024-04-03T17:06:57.9087738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9094665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9098934Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9099884Z ^ 2024-04-03T17:06:57.9103627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9110600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9117508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9124417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9128117Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9128846Z ^ 2024-04-03T17:06:57.9132642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9136328Z 237 warnings generated when compiling for gfx90a. 2024-04-03T17:06:57.9136876Z 2024-04-03T17:06:57.9139903Z [8007/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleBilinear2d.hip.o 2024-04-03T17:06:57.9142781Z [8008/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnaryOpsKernel.hip.o 2024-04-03T17:06:57.9144494Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2024-04-03T17:06:57.9145900Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:57.9146976Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:57.9148314Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:57.9151494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9154530Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9155255Z ^ 2024-04-03T17:06:57.9157955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9162789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9168477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9175638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9179322Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9180004Z ^ 2024-04-03T17:06:57.9182644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9189239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9193022Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9193993Z ^ 2024-04-03T17:06:57.9197477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9203710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9210956Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9218468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9222042Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9222729Z ^ 2024-04-03T17:06:57.9225752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9229547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9231694Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9232278Z ^ 2024-04-03T17:06:57.9234334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9238030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9242117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9245812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9247861Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9248284Z ^ 2024-04-03T17:06:57.9250464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9256056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9258642Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9259285Z ^ 2024-04-03T17:06:57.9261356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9266578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9271396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9275627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9278226Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9278854Z ^ 2024-04-03T17:06:57.9281408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9285947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9288598Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9289425Z ^ 2024-04-03T17:06:57.9292055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9296687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9301260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9305794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9308293Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9308758Z ^ 2024-04-03T17:06:57.9311307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9316049Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9318712Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9319628Z ^ 2024-04-03T17:06:57.9322197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9326687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9331240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9335231Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9337841Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9338388Z ^ 2024-04-03T17:06:57.9340745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9345310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9348199Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9349033Z ^ 2024-04-03T17:06:57.9351634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9356633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9361378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9365909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9368454Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9369091Z ^ 2024-04-03T17:06:57.9372013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9379216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9383212Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9384276Z ^ 2024-04-03T17:06:57.9388079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9395057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9401997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9408307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9412014Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9412743Z ^ 2024-04-03T17:06:57.9416828Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9424322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9428474Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9429585Z ^ 2024-04-03T17:06:57.9433561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9441065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9448533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9456124Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9460349Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9461128Z ^ 2024-04-03T17:06:57.9465211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9472424Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9476640Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9477765Z ^ 2024-04-03T17:06:57.9481972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9489404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9496912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9504410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9508093Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9508866Z ^ 2024-04-03T17:06:57.9512863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9519801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9523854Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9524970Z ^ 2024-04-03T17:06:57.9528805Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9535671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9542775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9549965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9553794Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9554576Z ^ 2024-04-03T17:06:57.9558426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9565991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9570259Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9571319Z ^ 2024-04-03T17:06:57.9575508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9582986Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9590582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9597853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9601569Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9602355Z ^ 2024-04-03T17:06:57.9606343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9613532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9617778Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9619020Z ^ 2024-04-03T17:06:57.9623262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9630730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9638170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9645377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9649108Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9649885Z ^ 2024-04-03T17:06:57.9653978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9661587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9665527Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9666637Z ^ 2024-04-03T17:06:57.9670560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9677769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9685156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9692219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9696080Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9696951Z ^ 2024-04-03T17:06:57.9701001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9708490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9712928Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9714041Z ^ 2024-04-03T17:06:57.9716088Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9719821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9723505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9727256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9729246Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9729652Z ^ 2024-04-03T17:06:57.9731694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9735401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9737622Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9738207Z ^ 2024-04-03T17:06:57.9740463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9744149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9747904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9751583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9753561Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9753964Z ^ 2024-04-03T17:06:57.9756241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9759926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9762129Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9762711Z ^ 2024-04-03T17:06:57.9764751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9768437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9772287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9775972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9778011Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9778651Z ^ 2024-04-03T17:06:57.9782077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9788518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9792570Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9793586Z ^ 2024-04-03T17:06:57.9797058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9803688Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9810496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9817390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9821355Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9822139Z ^ 2024-04-03T17:06:57.9825942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9832967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9836788Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9837739Z ^ 2024-04-03T17:06:57.9841329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9847863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9854246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9860958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9864470Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9865263Z ^ 2024-04-03T17:06:57.9869269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9876127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9879918Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9880976Z ^ 2024-04-03T17:06:57.9884800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9891325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9898135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9905005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9908833Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9909563Z ^ 2024-04-03T17:06:57.9912869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9918914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9921074Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9921771Z ^ 2024-04-03T17:06:57.9923833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9930865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9937769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9944942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9948738Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9949530Z ^ 2024-04-03T17:06:57.9953463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9960542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9964646Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:57.9965768Z ^ 2024-04-03T17:06:57.9969673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9976983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9984301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9991590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:57.9995503Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:57.9996286Z ^ 2024-04-03T17:06:58.0000347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0007559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0011784Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0012890Z ^ 2024-04-03T17:06:58.0016976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0024432Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0031891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0039184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0043098Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0043864Z ^ 2024-04-03T17:06:58.0047894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0055164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0059718Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0060831Z ^ 2024-04-03T17:06:58.0064834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0072280Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0106123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0113189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0116966Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0117905Z ^ 2024-04-03T17:06:58.0121845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0128962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0133092Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0134142Z ^ 2024-04-03T17:06:58.0138444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0145718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0152718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0160098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0163957Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0164722Z ^ 2024-04-03T17:06:58.0168628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0175755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0180097Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0181303Z ^ 2024-04-03T17:06:58.0185377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0192519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0199904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0207012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0210870Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0211663Z ^ 2024-04-03T17:06:58.0215654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0223043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0227240Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0228379Z ^ 2024-04-03T17:06:58.0232445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0239433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0246633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0253641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0257703Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0258561Z ^ 2024-04-03T17:06:58.0262407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0269506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0273539Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0274626Z ^ 2024-04-03T17:06:58.0278509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0285829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0293177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0300773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0304705Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0305483Z ^ 2024-04-03T17:06:58.0309181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0316597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0320656Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0321710Z ^ 2024-04-03T17:06:58.0325513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0332457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0339742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0347064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0350742Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0351595Z ^ 2024-04-03T17:06:58.0355556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0362547Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0366554Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0367615Z ^ 2024-04-03T17:06:58.0371630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0378781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0385660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0392579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0396439Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0397197Z ^ 2024-04-03T17:06:58.0401050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0408204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0412277Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0413306Z ^ 2024-04-03T17:06:58.0417206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0424556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0432054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0439239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0442921Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0443670Z ^ 2024-04-03T17:06:58.0447498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0454741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0458906Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0459959Z ^ 2024-04-03T17:06:58.0463868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0470864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0478299Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0485437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0489400Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0490183Z ^ 2024-04-03T17:06:58.0494052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0501502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0505478Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0506596Z ^ 2024-04-03T17:06:58.0510658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0517904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0525385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0532731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0536697Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0537486Z ^ 2024-04-03T17:06:58.0541820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0548815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0552961Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0554070Z ^ 2024-04-03T17:06:58.0558047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0565454Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0572740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0580064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0583701Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0584487Z ^ 2024-04-03T17:06:58.0588359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0595621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0599753Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0600893Z ^ 2024-04-03T17:06:58.0604626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0612063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0619109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0623513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0625511Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0625934Z ^ 2024-04-03T17:06:58.0627988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0631683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0633827Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0634416Z ^ 2024-04-03T17:06:58.0636574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0640262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0643942Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0647631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0649610Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0650014Z ^ 2024-04-03T17:06:58.0652133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0655878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0658217Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0658942Z ^ 2024-04-03T17:06:58.0660991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0664827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0668562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0672232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0675053Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0675771Z ^ 2024-04-03T17:06:58.0679439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0685776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0689455Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0690398Z ^ 2024-04-03T17:06:58.0693670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0700092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0706976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0714149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0718090Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0718829Z ^ 2024-04-03T17:06:58.0722342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0726410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0728552Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0729143Z ^ 2024-04-03T17:06:58.0731194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0734938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0738886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0740753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0740926Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0741025Z ^ 2024-04-03T17:06:58.0742936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0744825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0745147Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0745253Z ^ 2024-04-03T17:06:58.0747109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0748966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0750830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0752734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0752947Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0753045Z ^ 2024-04-03T17:06:58.0754917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0756777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0757093Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0757198Z ^ 2024-04-03T17:06:58.0759751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0762974Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0766298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0769865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0770190Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0770358Z ^ 2024-04-03T17:06:58.0773678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0776893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0777435Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0777588Z ^ 2024-04-03T17:06:58.0780852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0784067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0787155Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0791061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0791353Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0791533Z ^ 2024-04-03T17:06:58.0795180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0798909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0799514Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0799687Z ^ 2024-04-03T17:06:58.0803330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0806566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0809873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0813337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0813661Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0813844Z ^ 2024-04-03T17:06:58.0817178Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0820259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0820795Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0821074Z ^ 2024-04-03T17:06:58.0824379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0827767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0831297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0834807Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0835124Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0835298Z ^ 2024-04-03T17:06:58.0838955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0842445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0843104Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0843283Z ^ 2024-04-03T17:06:58.0846783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0850436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0853961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0857616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0857934Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0858120Z ^ 2024-04-03T17:06:58.0861538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0864980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0865565Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0865732Z ^ 2024-04-03T17:06:58.0869136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0872430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0875697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0879141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0879431Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0879592Z ^ 2024-04-03T17:06:58.0882914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0886254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0886804Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0887074Z ^ 2024-04-03T17:06:58.0890460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0893789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0897094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0900476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0900874Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0901018Z ^ 2024-04-03T17:06:58.0904181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0907127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0907750Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0907917Z ^ 2024-04-03T17:06:58.0911390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0914208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0916211Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0918101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0918264Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0918362Z ^ 2024-04-03T17:06:58.0920242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0922588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0922930Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0923030Z ^ 2024-04-03T17:06:58.0924910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0927141Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0930389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0933812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0934101Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0934289Z ^ 2024-04-03T17:06:58.0937741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0941273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0941840Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0941996Z ^ 2024-04-03T17:06:58.0945361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0948962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0952639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0956293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0956600Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0956855Z ^ 2024-04-03T17:06:58.0960488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0964042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0964584Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0964750Z ^ 2024-04-03T17:06:58.0967633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0969504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0971451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0973314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0973534Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0973628Z ^ 2024-04-03T17:06:58.0975492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0977453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0977814Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0977922Z ^ 2024-04-03T17:06:58.0979941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0981821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0983672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0985580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0985742Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0985836Z ^ 2024-04-03T17:06:58.0987693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0989550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0989883Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.0989976Z ^ 2024-04-03T17:06:58.0991824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0993743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0995633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0997509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.0997669Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.0997774Z ^ 2024-04-03T17:06:58.0999661Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1001532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1001849Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1001944Z ^ 2024-04-03T17:06:58.1003809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1005693Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1008027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1010904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1011085Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1011188Z ^ 2024-04-03T17:06:58.1014509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1018091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1018865Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1019029Z ^ 2024-04-03T17:06:58.1022258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1025659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1029048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1032652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1033003Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1033178Z ^ 2024-04-03T17:06:58.1036641Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1040104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1040713Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1040898Z ^ 2024-04-03T17:06:58.1044452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1047973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1051468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1054970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1055290Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1055466Z ^ 2024-04-03T17:06:58.1058968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1062510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1063179Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1063327Z ^ 2024-04-03T17:06:58.1066546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1069790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1073166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1076448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1076748Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1076917Z ^ 2024-04-03T17:06:58.1080187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1081061Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2024-04-03T17:06:58.1081820Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:58.1082750Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:58.1085946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1086923Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2024-04-03T17:06:58.1087105Z ^ 2024-04-03T17:06:58.1090378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1093638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1097227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1100588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1103841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1106819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1109536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1112291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1114251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1117123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1119761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1119960Z 354 warnings generated when compiling for gfx906. 2024-04-03T17:06:58.1120453Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2024-04-03T17:06:58.1120888Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:58.1121343Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:58.1121756Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:06:58.1123700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1124035Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1124131Z ^ 2024-04-03T17:06:58.1125989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1128058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1131545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1134485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1134720Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1134870Z ^ 2024-04-03T17:06:58.1137171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1139286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1139627Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1139722Z ^ 2024-04-03T17:06:58.1141595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1143457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1145377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1147244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1147402Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1147511Z ^ 2024-04-03T17:06:58.1149376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1151254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1151621Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1151719Z ^ 2024-04-03T17:06:58.1153725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1155644Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1157506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1159356Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1159574Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1159671Z ^ 2024-04-03T17:06:58.1161542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1163604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1163930Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1164038Z ^ 2024-04-03T17:06:58.1165936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1167811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1169670Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1171546Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1171707Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1171802Z ^ 2024-04-03T17:06:58.1174232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1176157Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1176641Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1176788Z ^ 2024-04-03T17:06:58.1178770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1180647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1182568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1184448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1184609Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1184718Z ^ 2024-04-03T17:06:58.1186576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1188439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1188812Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1188909Z ^ 2024-04-03T17:06:58.1190776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1192751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1194653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1196511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1196729Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1196826Z ^ 2024-04-03T17:06:58.1198682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1200590Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1200908Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1201017Z ^ 2024-04-03T17:06:58.1202873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1204781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1207179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1209066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1209240Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1209336Z ^ 2024-04-03T17:06:58.1211708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1213582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1213902Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1214011Z ^ 2024-04-03T17:06:58.1215871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1217824Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1220048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1221990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1222188Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1222286Z ^ 2024-04-03T17:06:58.1224160Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1226014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1226348Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1226444Z ^ 2024-04-03T17:06:58.1228464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1231434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1234939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1237476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1237735Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1237847Z ^ 2024-04-03T17:06:58.1239722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1241602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1241924Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1242025Z ^ 2024-04-03T17:06:58.1243900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1245765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1247675Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1249576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1249743Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1249838Z ^ 2024-04-03T17:06:58.1251678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1253579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1253902Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1254009Z ^ 2024-04-03T17:06:58.1255862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1257830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1259912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1261779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1261953Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1262049Z ^ 2024-04-03T17:06:58.1264003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1265863Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1266192Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1266287Z ^ 2024-04-03T17:06:58.1268184Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1270057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1272685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1274584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1274744Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1274839Z ^ 2024-04-03T17:06:58.1276792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1278657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1278991Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1279084Z ^ 2024-04-03T17:06:58.1280951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1282844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1284718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1286588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1286742Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1286853Z ^ 2024-04-03T17:06:58.1288714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1290589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1290952Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1291047Z ^ 2024-04-03T17:06:58.1292916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1294803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1296800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1298952Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1299130Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1299226Z ^ 2024-04-03T17:06:58.1301080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1302948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1303264Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1303374Z ^ 2024-04-03T17:06:58.1305264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1307134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1308987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1310852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1311008Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1311102Z ^ 2024-04-03T17:06:58.1313011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1314857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1315223Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1315316Z ^ 2024-04-03T17:06:58.1318224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1321744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1325302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1328831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1329116Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1329294Z ^ 2024-04-03T17:06:58.1332801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1336447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1337054Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1337218Z ^ 2024-04-03T17:06:58.1340836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1344358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1347896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1351417Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1351782Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1351944Z ^ 2024-04-03T17:06:58.1355461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1359066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1359653Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1359830Z ^ 2024-04-03T17:06:58.1363346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1366915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1370399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1373901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1374191Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1374360Z ^ 2024-04-03T17:06:58.1377997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1381606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1382195Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1382375Z ^ 2024-04-03T17:06:58.1385892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1389404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1392954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1396488Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1396819Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1396982Z ^ 2024-04-03T17:06:58.1400495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1403434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1404024Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1404290Z ^ 2024-04-03T17:06:58.1407825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1411359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1414613Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1417991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1418360Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1418515Z ^ 2024-04-03T17:06:58.1421170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1423729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1424167Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1424296Z ^ 2024-04-03T17:06:58.1426914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1429583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1432225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1434916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1435156Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1435282Z ^ 2024-04-03T17:06:58.1437904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1440581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1441031Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1441180Z ^ 2024-04-03T17:06:58.1443784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1446402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1449075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1451676Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1451911Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1452039Z ^ 2024-04-03T17:06:58.1454614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1457447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1458000Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1458127Z ^ 2024-04-03T17:06:58.1461064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1463559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1465505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1467386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1467544Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1467641Z ^ 2024-04-03T17:06:58.1469566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1471430Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1471766Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1471866Z ^ 2024-04-03T17:06:58.1473735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1475626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1477509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1479376Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1479543Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1479652Z ^ 2024-04-03T17:06:58.1481509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1483422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1483739Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1483863Z ^ 2024-04-03T17:06:58.1485738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1487586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1489457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1491340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1491510Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1491604Z ^ 2024-04-03T17:06:58.1493458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1495332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1495680Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1495785Z ^ 2024-04-03T17:06:58.1497721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1500026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1501900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1503771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1504005Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1504098Z ^ 2024-04-03T17:06:58.1505965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1507833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1508202Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1508297Z ^ 2024-04-03T17:06:58.1510159Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1512072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1515024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1517246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1517413Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1517521Z ^ 2024-04-03T17:06:58.1519434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1521384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1521723Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1521817Z ^ 2024-04-03T17:06:58.1523684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1525537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1527484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1529383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1529550Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1529676Z ^ 2024-04-03T17:06:58.1531545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1533413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1533730Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1533836Z ^ 2024-04-03T17:06:58.1535719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1537850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1539901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1541977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1542312Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1542459Z ^ 2024-04-03T17:06:58.1545591Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1548567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1549131Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1549325Z ^ 2024-04-03T17:06:58.1552579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1555913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1559365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1562789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1563084Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1563255Z ^ 2024-04-03T17:06:58.1566559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1570002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1570607Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1570779Z ^ 2024-04-03T17:06:58.1574074Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1577540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1581085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1584471Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1584750Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1584931Z ^ 2024-04-03T17:06:58.1588223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1591232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1591795Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1591949Z ^ 2024-04-03T17:06:58.1595621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1599589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1603446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1607263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1607583Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1607755Z ^ 2024-04-03T17:06:58.1611599Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1615403Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1616026Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1616313Z ^ 2024-04-03T17:06:58.1620158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1623970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1627785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1631562Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1631877Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1632057Z ^ 2024-04-03T17:06:58.1635853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1639636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1640332Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1640504Z ^ 2024-04-03T17:06:58.1644309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1648197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1651979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1655877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1656251Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1656426Z ^ 2024-04-03T17:06:58.1660286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1663995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1664619Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1664791Z ^ 2024-04-03T17:06:58.1668654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1672418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1676196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1679992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1680289Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1680474Z ^ 2024-04-03T17:06:58.1684255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1688149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1688824Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1688999Z ^ 2024-04-03T17:06:58.1692821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1696669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1700597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1704382Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1704696Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1704869Z ^ 2024-04-03T17:06:58.1708360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1711868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1712433Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1712614Z ^ 2024-04-03T17:06:58.1715889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1719553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1723308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1727116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1727497Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1727670Z ^ 2024-04-03T17:06:58.1731476Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1735310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1735946Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1736124Z ^ 2024-04-03T17:06:58.1740070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1743925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1747728Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1751583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1751883Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1752067Z ^ 2024-04-03T17:06:58.1755914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1759692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1760327Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1760500Z ^ 2024-04-03T17:06:58.1764296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1768090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1771892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1775759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1776124Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1776378Z ^ 2024-04-03T17:06:58.1780230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1783968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1784574Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1784756Z ^ 2024-04-03T17:06:58.1788611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1792386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1796200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1800043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1800362Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1800535Z ^ 2024-04-03T17:06:58.1804328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1808114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1808735Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1808925Z ^ 2024-04-03T17:06:58.1812703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1816642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1820522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1824437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1824739Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1824910Z ^ 2024-04-03T17:06:58.1828712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1832258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1832834Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1832993Z ^ 2024-04-03T17:06:58.1836387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1839640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1842559Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1845129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1845307Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1845419Z ^ 2024-04-03T17:06:58.1847623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1849517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1849842Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1850024Z ^ 2024-04-03T17:06:58.1852200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1854078Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1856468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1858487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1858662Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1858757Z ^ 2024-04-03T17:06:58.1860901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1863003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1863327Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1863434Z ^ 2024-04-03T17:06:58.1865297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1867221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1869095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1870958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1871129Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1871226Z ^ 2024-04-03T17:06:58.1873633Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1876856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1877374Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1877521Z ^ 2024-04-03T17:06:58.1880655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1883775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1886856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1889972Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1890287Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1890460Z ^ 2024-04-03T17:06:58.1894165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1897891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1898616Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1898911Z ^ 2024-04-03T17:06:58.1902569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1906210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1909480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1911754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1911968Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1912074Z ^ 2024-04-03T17:06:58.1913941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1915813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1916172Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1916266Z ^ 2024-04-03T17:06:58.1918136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1920000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1921915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1923775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1923948Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1924042Z ^ 2024-04-03T17:06:58.1925899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1927798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1928120Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1928228Z ^ 2024-04-03T17:06:58.1930083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1931967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1933826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1935725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1935880Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1935974Z ^ 2024-04-03T17:06:58.1937958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1939963Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1940295Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1940388Z ^ 2024-04-03T17:06:58.1942305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1944191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1946606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1949478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1949649Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1949761Z ^ 2024-04-03T17:06:58.1951943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1955016Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1955413Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1955508Z ^ 2024-04-03T17:06:58.1957410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1959287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1961267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1963122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1963332Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1963440Z ^ 2024-04-03T17:06:58.1965303Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1967172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1967530Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1967638Z ^ 2024-04-03T17:06:58.1969491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1971371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1974293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1977684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1977988Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.1978158Z ^ 2024-04-03T17:06:58.1981685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1985196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1985787Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.1985972Z ^ 2024-04-03T17:06:58.1989251Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1992712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1996142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1999608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.1999926Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.2000101Z ^ 2024-04-03T17:06:58.2003622Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2007089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2007715Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.2007895Z ^ 2024-04-03T17:06:58.2011334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2014925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2018948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2022508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2022811Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.2023001Z ^ 2024-04-03T17:06:58.2026443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2029907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2030624Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.2030767Z ^ 2024-04-03T17:06:58.2034041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2037433Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2040727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2043978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2044429Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.2044594Z ^ 2024-04-03T17:06:58.2047865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2051216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2051769Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.2051963Z ^ 2024-04-03T17:06:58.2055467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2059135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2062665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2066061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2066359Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.2066509Z ^ 2024-04-03T17:06:58.2069823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2073058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2073670Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.2073824Z ^ 2024-04-03T17:06:58.2076855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2079092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2081705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2083615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2083776Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.2083896Z ^ 2024-04-03T17:06:58.2087122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2090587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2091195Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:06:58.2091365Z ^ 2024-04-03T17:06:58.2094983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2098754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2102378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2105904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2106321Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:06:58.2106506Z ^ 2024-04-03T17:06:58.2110104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2111108Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UnaryOpsKernel.hip:13: 2024-04-03T17:06:58.2111931Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/JitLoops.cuh:16: 2024-04-03T17:06:58.2112778Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPJitLoops.cuh:17: 2024-04-03T17:06:58.2115714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2116497Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2024-04-03T17:06:58.2116662Z ^ 2024-04-03T17:06:58.2119600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2122902Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2126126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2129733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2133053Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2136281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2139533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2142507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2145625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2149329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2153048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:06:58.2153387Z 354 warnings generated when compiling for gfx90a. 2024-04-03T17:06:58.2153400Z 2024-04-03T17:06:58.2154986Z [8008/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleLinear1d.hip.o 2024-04-03T17:06:58.2156626Z [8009/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UnfoldBackwardKernel.hip.o 2024-04-03T17:06:58.3316914Z [8009/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest1d.hip.o 2024-04-03T17:06:58.3319019Z [8010/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_Unique.hip.o 2024-04-03T17:06:58.8823790Z [8010/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest2d.hip.o 2024-04-03T17:06:58.8826952Z [8011/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleBicubic2d.hip.o 2024-04-03T17:06:58.8829598Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip:11: 2024-04-03T17:06:58.8831739Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:58.8834724Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:58.8837656Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:58.8839448Z ^ 2024-04-03T17:06:58.8841420Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:58.8843146Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:58.8843806Z ^ 2024-04-03T17:06:58.8844983Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:58.8846514Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:58.8847435Z ^ 2024-04-03T17:06:58.8848247Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:58.8849873Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip:11: 2024-04-03T17:06:58.8852017Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:58.8855086Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:58.8858146Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:58.8859979Z ^ 2024-04-03T17:06:58.8862127Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:58.8863884Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:58.8864558Z ^ 2024-04-03T17:06:58.8865690Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:58.8867185Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:58.8868106Z ^ 2024-04-03T17:06:58.8869002Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:58.8870647Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBicubic2d.hip:11: 2024-04-03T17:06:58.8872796Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:58.8875877Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:58.8878890Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:58.8880549Z ^ 2024-04-03T17:06:58.8882495Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:58.8884090Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:58.8884726Z ^ 2024-04-03T17:06:58.8885951Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:58.8887496Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:58.8888423Z ^ 2024-04-03T17:06:58.8889238Z 1 warning generated when compiling for host. 2024-04-03T17:06:58.8889861Z 2024-04-03T17:06:59.0997807Z [8011/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest3d.hip.o 2024-04-03T17:06:59.1004139Z [8012/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UniqueCub.hip.o 2024-04-03T17:06:59.1010035Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:8: 2024-04-03T17:06:59.1011707Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:59.1014460Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.1017470Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.1019112Z ^ 2024-04-03T17:06:59.1021002Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.1022612Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.1023260Z ^ 2024-04-03T17:06:59.1024428Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.1025973Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.1026899Z ^ 2024-04-03T17:06:59.1029536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1031975Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1032690Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1035043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1036998Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1037682Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1040944Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:252:14: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1043672Z return compute_unique( 2024-04-03T17:06:59.1044304Z ^ 2024-04-03T17:06:59.1045362Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1048369Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1050731Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1051796Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1053463Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1055241Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1056305Z ^~~~ 2024-04-03T17:06:59.1060196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique, bool *, long *>' requested here 2024-04-03T17:06:59.1064511Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.1065867Z ^ 2024-04-03T17:06:59.1068812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:252:14: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1071266Z return compute_unique( 2024-04-03T17:06:59.1071852Z ^ 2024-04-03T17:06:59.1072748Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1075493Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1077623Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1078229Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1079190Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1080321Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1080963Z ^~~~ 2024-04-03T17:06:59.1082888Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1085302Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1086378Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1088100Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1089979Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1090970Z ^~~~ 2024-04-03T17:06:59.1095043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode, bool *, long *, long *>' requested here 2024-04-03T17:06:59.1099100Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.1099748Z ^ 2024-04-03T17:06:59.1102618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:252:14: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1105502Z return compute_unique( 2024-04-03T17:06:59.1106147Z ^ 2024-04-03T17:06:59.1107187Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1110045Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1112320Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1113498Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1115179Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1116958Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1117944Z ^~~~ 2024-04-03T17:06:59.1119991Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:409:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1122207Z NO_ROCM(at_cuda_detail)::hipcub::DeviceReduce::Reduce, 2024-04-03T17:06:59.1123123Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1124784Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1126475Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1127458Z ^~~~ 2024-04-03T17:06:59.1131236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:266:20: note: in instantiation of function template specialization 'at::cuda::cub::reduce, int *, hipcub::Sum, int>' requested here 2024-04-03T17:06:59.1134849Z at::cuda::cub::reduce(data_iter, tmp_num_true.get(), num_inp, 2024-04-03T17:06:59.1135685Z ^ 2024-04-03T17:06:59.1136789Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1139391Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:409:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1140703Z NO_ROCM(at_cuda_detail)::hipcub::DeviceReduce::Reduce, 2024-04-03T17:06:59.1141327Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1142336Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1143427Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1143989Z ^~~~ 2024-04-03T17:06:59.1145212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1146458Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1146849Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1148563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1150074Z return compute_unique( 2024-04-03T17:06:59.1150446Z ^ 2024-04-03T17:06:59.1151857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1153427Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1154030Z ^ 2024-04-03T17:06:59.1154615Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1156189Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1157515Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1158107Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1159028Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1159986Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1160583Z ^~~~ 2024-04-03T17:06:59.1162164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.1164013Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.1164747Z ^ 2024-04-03T17:06:59.1166374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1167904Z return compute_unique( 2024-04-03T17:06:59.1168271Z ^ 2024-04-03T17:06:59.1169674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1171289Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1171899Z ^ 2024-04-03T17:06:59.1172480Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1174054Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1175340Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1175924Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1176924Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1177907Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1178656Z ^~~~ 2024-04-03T17:06:59.1179769Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1181100Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1181692Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1182610Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1183582Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1184129Z ^~~~ 2024-04-03T17:06:59.1185785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.1187385Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.1187760Z ^ 2024-04-03T17:06:59.1189392Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1190917Z return compute_unique( 2024-04-03T17:06:59.1191293Z ^ 2024-04-03T17:06:59.1192704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1194298Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1194896Z ^ 2024-04-03T17:06:59.1195482Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1197063Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1198323Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1198965Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1199888Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1200858Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1201413Z ^~~~ 2024-04-03T17:06:59.1202640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1203885Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1204262Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1205948Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1207462Z return compute_unique( 2024-04-03T17:06:59.1207874Z ^ 2024-04-03T17:06:59.1209278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1210821Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1211415Z ^ 2024-04-03T17:06:59.1212003Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1213578Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1214861Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1215440Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1216455Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1217429Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1218008Z ^~~~ 2024-04-03T17:06:59.1219802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.1221628Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.1222370Z ^ 2024-04-03T17:06:59.1224208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1225749Z return compute_unique( 2024-04-03T17:06:59.1242584Z ^ 2024-04-03T17:06:59.1245166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1247759Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1248711Z ^ 2024-04-03T17:06:59.1249746Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1252558Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1255181Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1256404Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1258210Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1260143Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1261324Z ^~~~ 2024-04-03T17:06:59.1263461Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1265718Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1266781Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1268438Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1270569Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1271529Z ^~~~ 2024-04-03T17:06:59.1274625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.1277607Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.1278255Z ^ 2024-04-03T17:06:59.1281258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1284135Z return compute_unique( 2024-04-03T17:06:59.1284804Z ^ 2024-04-03T17:06:59.1287319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1290192Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1291292Z ^ 2024-04-03T17:06:59.1292345Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1295193Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1297638Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1298800Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1300376Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1302080Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1303034Z ^~~~ 2024-04-03T17:06:59.1305071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1307141Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1307764Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1310606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1313428Z return compute_unique( 2024-04-03T17:06:59.1314134Z ^ 2024-04-03T17:06:59.1316318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1318764Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1320001Z ^ 2024-04-03T17:06:59.1321068Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1324075Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1326286Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1327503Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1329293Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1331033Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1332032Z ^~~~ 2024-04-03T17:06:59.1334800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.1338201Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.1339686Z ^ 2024-04-03T17:06:59.1342551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1345578Z return compute_unique( 2024-04-03T17:06:59.1346277Z ^ 2024-04-03T17:06:59.1348967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1351841Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1352954Z ^ 2024-04-03T17:06:59.1354051Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1356997Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1359400Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1360486Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1362240Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1364147Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1365140Z ^~~~ 2024-04-03T17:06:59.1367218Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1369591Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1370642Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1372404Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1374218Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1375213Z ^~~~ 2024-04-03T17:06:59.1378423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.1381065Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.1381737Z ^ 2024-04-03T17:06:59.1384738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1387658Z return compute_unique( 2024-04-03T17:06:59.1388331Z ^ 2024-04-03T17:06:59.1390906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1393753Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1394873Z ^ 2024-04-03T17:06:59.1395955Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1399046Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1401429Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1402498Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1404176Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1406013Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1407021Z ^~~~ 2024-04-03T17:06:59.1409302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1411643Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1412361Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1415650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1418666Z return compute_unique( 2024-04-03T17:06:59.1419299Z ^ 2024-04-03T17:06:59.1421910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1424713Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1425827Z ^ 2024-04-03T17:06:59.1426964Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1429936Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1432322Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1433483Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1435172Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1436837Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1437757Z ^~~~ 2024-04-03T17:06:59.1440380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.1443659Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.1444899Z ^ 2024-04-03T17:06:59.1447699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1450332Z return compute_unique( 2024-04-03T17:06:59.1450960Z ^ 2024-04-03T17:06:59.1453399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1456168Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1457482Z ^ 2024-04-03T17:06:59.1458721Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1461536Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1463871Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1465027Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1466712Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1468367Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1469316Z ^~~~ 2024-04-03T17:06:59.1471157Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1473382Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1474381Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1475924Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1477509Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1478417Z ^~~~ 2024-04-03T17:06:59.1481080Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.1483870Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.1484552Z ^ 2024-04-03T17:06:59.1487519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1490170Z return compute_unique( 2024-04-03T17:06:59.1490852Z ^ 2024-04-03T17:06:59.1493388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1496259Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1497364Z ^ 2024-04-03T17:06:59.1498591Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1501806Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1504264Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1505366Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1507063Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1508838Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1509866Z ^~~~ 2024-04-03T17:06:59.1512167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1514502Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1515218Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1518384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1521157Z return compute_unique( 2024-04-03T17:06:59.1521803Z ^ 2024-04-03T17:06:59.1524350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1527314Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1528438Z ^ 2024-04-03T17:06:59.1529527Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1532463Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1535009Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1536054Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1537875Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1539800Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1540788Z ^~~~ 2024-04-03T17:06:59.1543509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.1546704Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.1548082Z ^ 2024-04-03T17:06:59.1551173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1553891Z return compute_unique( 2024-04-03T17:06:59.1554564Z ^ 2024-04-03T17:06:59.1557059Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1559893Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1561014Z ^ 2024-04-03T17:06:59.1562071Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1565054Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1567479Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1568567Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1570389Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1572154Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1573184Z ^~~~ 2024-04-03T17:06:59.1575254Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1577776Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1578990Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1580712Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1582432Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1583436Z ^~~~ 2024-04-03T17:06:59.1586365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.1589144Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.1589820Z ^ 2024-04-03T17:06:59.1592794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1595743Z return compute_unique( 2024-04-03T17:06:59.1596417Z ^ 2024-04-03T17:06:59.1598928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1601878Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1602984Z ^ 2024-04-03T17:06:59.1604071Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1607027Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1609399Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1610438Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1612139Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1613926Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1614854Z ^~~~ 2024-04-03T17:06:59.1617332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1619886Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1620598Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1623585Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1626364Z return compute_unique( 2024-04-03T17:06:59.1627034Z ^ 2024-04-03T17:06:59.1629624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1632444Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1633558Z ^ 2024-04-03T17:06:59.1634629Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1637682Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1640139Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1641230Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1642915Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1644651Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1645671Z ^~~~ 2024-04-03T17:06:59.1648317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.1652673Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.1654069Z ^ 2024-04-03T17:06:59.1657171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1660100Z return compute_unique( 2024-04-03T17:06:59.1660797Z ^ 2024-04-03T17:06:59.1663380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1666428Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1667553Z ^ 2024-04-03T17:06:59.1668645Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1672721Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1675842Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1676916Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1678567Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1680377Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1681376Z ^~~~ 2024-04-03T17:06:59.1683493Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1685821Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1686892Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1688611Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1690496Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1691468Z ^~~~ 2024-04-03T17:06:59.1694365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.1697252Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.1697914Z ^ 2024-04-03T17:06:59.1701062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1703881Z return compute_unique( 2024-04-03T17:06:59.1704556Z ^ 2024-04-03T17:06:59.1707158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1709946Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1711176Z ^ 2024-04-03T17:06:59.1712213Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1715179Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1717546Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1718614Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1720350Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1722123Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1723109Z ^~~~ 2024-04-03T17:06:59.1725378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1727726Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1728404Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1731443Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1734343Z return compute_unique( 2024-04-03T17:06:59.1735030Z ^ 2024-04-03T17:06:59.1737689Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1740252Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1741265Z ^ 2024-04-03T17:06:59.1742494Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1745389Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1747584Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1748579Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1750101Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1751646Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1752536Z ^~~~ 2024-04-03T17:06:59.1755014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.1758092Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.1759320Z ^ 2024-04-03T17:06:59.1762441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1765265Z return compute_unique( 2024-04-03T17:06:59.1765949Z ^ 2024-04-03T17:06:59.1768555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1771458Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1772573Z ^ 2024-04-03T17:06:59.1773646Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1776743Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1779144Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1780135Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1781619Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1783296Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1784378Z ^~~~ 2024-04-03T17:06:59.1786401Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1788675Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1789624Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1791166Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1792789Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1793678Z ^~~~ 2024-04-03T17:06:59.1796466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.1799309Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.1800002Z ^ 2024-04-03T17:06:59.1802909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1805620Z return compute_unique( 2024-04-03T17:06:59.1806305Z ^ 2024-04-03T17:06:59.1808785Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1811720Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1812819Z ^ 2024-04-03T17:06:59.1813862Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1816815Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1819298Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1820371Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1822041Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1823823Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1824966Z ^~~~ 2024-04-03T17:06:59.1827199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1829444Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1830130Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1833143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1835643Z return compute_unique( 2024-04-03T17:06:59.1836296Z ^ 2024-04-03T17:06:59.1838685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1841281Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1842323Z ^ 2024-04-03T17:06:59.1843433Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1846160Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1848311Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1849312Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1850920Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1852556Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1853503Z ^~~~ 2024-04-03T17:06:59.1856043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.1859524Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.1860804Z ^ 2024-04-03T17:06:59.1863540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1866407Z return compute_unique( 2024-04-03T17:06:59.1867100Z ^ 2024-04-03T17:06:59.1869514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1871985Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1872928Z ^ 2024-04-03T17:06:59.1873998Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1876637Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1878560Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1879465Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1880913Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1882436Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1883267Z ^~~~ 2024-04-03T17:06:59.1884878Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1887005Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1888188Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1889901Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1891458Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1892390Z ^~~~ 2024-04-03T17:06:59.1895389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.1898233Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.1898987Z ^ 2024-04-03T17:06:59.1901739Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1904188Z return compute_unique( 2024-04-03T17:06:59.1904852Z ^ 2024-04-03T17:06:59.1907143Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.1909690Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.1910645Z ^ 2024-04-03T17:06:59.1911565Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1914671Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1917073Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1918155Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1919891Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1921721Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1922752Z ^~~~ 2024-04-03T17:06:59.1923332Z 49 warnings generated when compiling for gfx906. 2024-04-03T17:06:59.1924781Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:8: 2024-04-03T17:06:59.1926706Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:59.1929632Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.1932224Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.1933809Z ^ 2024-04-03T17:06:59.1935506Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.1937388Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.1938019Z ^ 2024-04-03T17:06:59.1939291Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.1940541Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.1941076Z ^ 2024-04-03T17:06:59.1943511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1945846Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1946502Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1948886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1951092Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.1951865Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.1954758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:252:14: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1957348Z return compute_unique( 2024-04-03T17:06:59.1957946Z ^ 2024-04-03T17:06:59.1958929Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1962064Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1964513Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1965616Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1967338Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1969148Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1970243Z ^~~~ 2024-04-03T17:06:59.1974021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique, bool *, long *>' requested here 2024-04-03T17:06:59.1978144Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.1979520Z ^ 2024-04-03T17:06:59.1981270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:252:14: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.1982734Z return compute_unique( 2024-04-03T17:06:59.1983105Z ^ 2024-04-03T17:06:59.1983701Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.1985266Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1986554Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.1987150Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1988168Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1989131Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1989686Z ^~~~ 2024-04-03T17:06:59.1990798Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.1992116Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.1992706Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.1993637Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.1994593Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.1995145Z ^~~~ 2024-04-03T17:06:59.1997282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode, bool *, long *, long *>' requested here 2024-04-03T17:06:59.1999272Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.1999639Z ^ 2024-04-03T17:06:59.2001266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:252:14: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2002966Z return compute_unique( 2024-04-03T17:06:59.2003502Z ^ 2024-04-03T17:06:59.2004534Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2007491Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2009826Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2010842Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2012364Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2013993Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2014920Z ^~~~ 2024-04-03T17:06:59.2017076Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:409:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2019286Z NO_ROCM(at_cuda_detail)::hipcub::DeviceReduce::Reduce, 2024-04-03T17:06:59.2020007Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2021578Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2023355Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2024351Z ^~~~ 2024-04-03T17:06:59.2027932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:266:20: note: in instantiation of function template specialization 'at::cuda::cub::reduce, int *, hipcub::Sum, int>' requested here 2024-04-03T17:06:59.2031672Z at::cuda::cub::reduce(data_iter, tmp_num_true.get(), num_inp, 2024-04-03T17:06:59.2032639Z ^ 2024-04-03T17:06:59.2033987Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2036861Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:409:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2039111Z NO_ROCM(at_cuda_detail)::hipcub::DeviceReduce::Reduce, 2024-04-03T17:06:59.2040224Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2041870Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2043629Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2044635Z ^~~~ 2024-04-03T17:06:59.2046861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2049266Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2049984Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2053126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2055913Z return compute_unique( 2024-04-03T17:06:59.2056694Z ^ 2024-04-03T17:06:59.2059485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2062160Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2063203Z ^ 2024-04-03T17:06:59.2064242Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2067087Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2069272Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2070303Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2071937Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2073628Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2074556Z ^~~~ 2024-04-03T17:06:59.2077342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.2080615Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.2081830Z ^ 2024-04-03T17:06:59.2085018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2087732Z return compute_unique( 2024-04-03T17:06:59.2088366Z ^ 2024-04-03T17:06:59.2090951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2093809Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2094837Z ^ 2024-04-03T17:06:59.2095777Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2098788Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2100983Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2101879Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2103424Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2104949Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2105939Z ^~~~ 2024-04-03T17:06:59.2107851Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2110213Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2111230Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2112733Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2114538Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2115468Z ^~~~ 2024-04-03T17:06:59.2118282Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.2120944Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.2121500Z ^ 2024-04-03T17:06:59.2124291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2126829Z return compute_unique( 2024-04-03T17:06:59.2127546Z ^ 2024-04-03T17:06:59.2130416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2133395Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2134526Z ^ 2024-04-03T17:06:59.2135622Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2138859Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2141289Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2142368Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2143981Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2145629Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2146564Z ^~~~ 2024-04-03T17:06:59.2148611Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2150861Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2151554Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2154699Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2157510Z return compute_unique( 2024-04-03T17:06:59.2158209Z ^ 2024-04-03T17:06:59.2160810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2163655Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2164740Z ^ 2024-04-03T17:06:59.2165841Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2168733Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2170970Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2171925Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2173849Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2175691Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2176801Z ^~~~ 2024-04-03T17:06:59.2179957Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.2183403Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.2184773Z ^ 2024-04-03T17:06:59.2187839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2190684Z return compute_unique( 2024-04-03T17:06:59.2191377Z ^ 2024-04-03T17:06:59.2194030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2196829Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2197927Z ^ 2024-04-03T17:06:59.2199100Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2201992Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2204424Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2205490Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2207169Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2208994Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2209986Z ^~~~ 2024-04-03T17:06:59.2212032Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2214381Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2215440Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2217363Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2219277Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2220250Z ^~~~ 2024-04-03T17:06:59.2223338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.2226311Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.2226990Z ^ 2024-04-03T17:06:59.2230040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2232885Z return compute_unique( 2024-04-03T17:06:59.2233554Z ^ 2024-04-03T17:06:59.2236224Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2239132Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2240192Z ^ 2024-04-03T17:06:59.2241268Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2244319Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2246682Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2247707Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2249436Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2251242Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2252230Z ^~~~ 2024-04-03T17:06:59.2254508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2257087Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2257773Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2260811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2263672Z return compute_unique( 2024-04-03T17:06:59.2264352Z ^ 2024-04-03T17:06:59.2266867Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2269588Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2270636Z ^ 2024-04-03T17:06:59.2271621Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2274378Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2276702Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2277756Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2279405Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2281123Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2282092Z ^~~~ 2024-04-03T17:06:59.2284765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.2288145Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.2289495Z ^ 2024-04-03T17:06:59.2292345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2295048Z return compute_unique( 2024-04-03T17:06:59.2295752Z ^ 2024-04-03T17:06:59.2298502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2300882Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2301984Z ^ 2024-04-03T17:06:59.2303025Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2305900Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2308259Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2309335Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2311166Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2312791Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2313710Z ^~~~ 2024-04-03T17:06:59.2315680Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2318066Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2319055Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2320674Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2322345Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2323235Z ^~~~ 2024-04-03T17:06:59.2326089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.2328710Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.2329344Z ^ 2024-04-03T17:06:59.2332362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2334958Z return compute_unique( 2024-04-03T17:06:59.2335616Z ^ 2024-04-03T17:06:59.2338423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2341159Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2342229Z ^ 2024-04-03T17:06:59.2343287Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2346303Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2348534Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2349514Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2351178Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2353048Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2354023Z ^~~~ 2024-04-03T17:06:59.2355909Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2357975Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2358581Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2360830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2362614Z return compute_unique( 2024-04-03T17:06:59.2363074Z ^ 2024-04-03T17:06:59.2364470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2365983Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2366723Z ^ 2024-04-03T17:06:59.2367588Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2369165Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2370570Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2371166Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2372089Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2373051Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2373686Z ^~~~ 2024-04-03T17:06:59.2375172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.2377009Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.2377766Z ^ 2024-04-03T17:06:59.2379511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2380990Z return compute_unique( 2024-04-03T17:06:59.2381354Z ^ 2024-04-03T17:06:59.2382730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2384313Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2384916Z ^ 2024-04-03T17:06:59.2385502Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2387073Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2388360Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2388944Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2389870Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2390848Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2391391Z ^~~~ 2024-04-03T17:06:59.2392502Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2393824Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2394396Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2395325Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2396295Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2396846Z ^~~~ 2024-04-03T17:06:59.2398498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.2400894Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.2401401Z ^ 2024-04-03T17:06:59.2404190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2406978Z return compute_unique( 2024-04-03T17:06:59.2407648Z ^ 2024-04-03T17:06:59.2409291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2410914Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2411528Z ^ 2024-04-03T17:06:59.2412115Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2413699Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2414983Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2415622Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2416647Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2417622Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2418179Z ^~~~ 2024-04-03T17:06:59.2419657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2420897Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2421283Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2422941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2424399Z return compute_unique( 2024-04-03T17:06:59.2424778Z ^ 2024-04-03T17:06:59.2426179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2427685Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2428283Z ^ 2024-04-03T17:06:59.2428867Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2430443Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2431713Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2432307Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2433227Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2434194Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2434737Z ^~~~ 2024-04-03T17:06:59.2436240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.2437997Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.2438732Z ^ 2024-04-03T17:06:59.2440305Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2441786Z return compute_unique( 2024-04-03T17:06:59.2442153Z ^ 2024-04-03T17:06:59.2443497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2445003Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2445611Z ^ 2024-04-03T17:06:59.2446183Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2447753Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2449084Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2449663Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2450591Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2451576Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2452174Z ^~~~ 2024-04-03T17:06:59.2453283Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2454567Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2455160Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2456079Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2457177Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2457723Z ^~~~ 2024-04-03T17:06:59.2459502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.2461257Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.2461788Z ^ 2024-04-03T17:06:59.2464792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2467483Z return compute_unique( 2024-04-03T17:06:59.2468151Z ^ 2024-04-03T17:06:59.2470594Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2473242Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2474306Z ^ 2024-04-03T17:06:59.2475398Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2478304Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2480705Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2481950Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2483729Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2485605Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2486661Z ^~~~ 2024-04-03T17:06:59.2488928Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2491299Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2491984Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2495082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2498003Z return compute_unique( 2024-04-03T17:06:59.2498726Z ^ 2024-04-03T17:06:59.2501318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2504077Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2505157Z ^ 2024-04-03T17:06:59.2506359Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2509323Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2511662Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2512716Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2514565Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2516356Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2517334Z ^~~~ 2024-04-03T17:06:59.2520068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.2523358Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.2524738Z ^ 2024-04-03T17:06:59.2527648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2530382Z return compute_unique( 2024-04-03T17:06:59.2531062Z ^ 2024-04-03T17:06:59.2533797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2536731Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2537878Z ^ 2024-04-03T17:06:59.2539098Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2542070Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2544455Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2545536Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2547255Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2549097Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2550137Z ^~~~ 2024-04-03T17:06:59.2552352Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2554760Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2555802Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2557529Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2559292Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2560299Z ^~~~ 2024-04-03T17:06:59.2563348Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.2566102Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.2566782Z ^ 2024-04-03T17:06:59.2569818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2572614Z return compute_unique( 2024-04-03T17:06:59.2573283Z ^ 2024-04-03T17:06:59.2575843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2579050Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2580182Z ^ 2024-04-03T17:06:59.2581263Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2584230Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2586776Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2587839Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2589583Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2591417Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2592429Z ^~~~ 2024-04-03T17:06:59.2594673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2596979Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2597663Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2600946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2603686Z return compute_unique( 2024-04-03T17:06:59.2604370Z ^ 2024-04-03T17:06:59.2606893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2609721Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2610876Z ^ 2024-04-03T17:06:59.2611812Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2614713Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2617204Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2618438Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2620167Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2621894Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2622927Z ^~~~ 2024-04-03T17:06:59.2625646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.2628907Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.2630281Z ^ 2024-04-03T17:06:59.2633264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2636079Z return compute_unique( 2024-04-03T17:06:59.2636762Z ^ 2024-04-03T17:06:59.2639334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2642184Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2643317Z ^ 2024-04-03T17:06:59.2644403Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2647490Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2649878Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2650973Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2652647Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2654563Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2655590Z ^~~~ 2024-04-03T17:06:59.2657608Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2660041Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2661052Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2662750Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2664586Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2665574Z ^~~~ 2024-04-03T17:06:59.2668678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.2671514Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.2672140Z ^ 2024-04-03T17:06:59.2675075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2677817Z return compute_unique( 2024-04-03T17:06:59.2678454Z ^ 2024-04-03T17:06:59.2681041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2683765Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2684862Z ^ 2024-04-03T17:06:59.2685902Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2689043Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2691474Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2692480Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2693903Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2695458Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2696388Z ^~~~ 2024-04-03T17:06:59.2698794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2701071Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2701770Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2704570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2707256Z return compute_unique( 2024-04-03T17:06:59.2707917Z ^ 2024-04-03T17:06:59.2710362Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2712269Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2712882Z ^ 2024-04-03T17:06:59.2713468Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2715052Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2716421Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2729289Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2730278Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2731253Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2731805Z ^~~~ 2024-04-03T17:06:59.2733962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.2735809Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.2736671Z ^ 2024-04-03T17:06:59.2738556Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2740056Z return compute_unique( 2024-04-03T17:06:59.2740439Z ^ 2024-04-03T17:06:59.2741837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2743368Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2743972Z ^ 2024-04-03T17:06:59.2744560Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2746133Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2747403Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2748001Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2748969Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2749941Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2750497Z ^~~~ 2024-04-03T17:06:59.2751602Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2752875Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2753555Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2754478Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2755447Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2756063Z ^~~~ 2024-04-03T17:06:59.2757989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.2759548Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.2759927Z ^ 2024-04-03T17:06:59.2761544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2763127Z return compute_unique( 2024-04-03T17:06:59.2763506Z ^ 2024-04-03T17:06:59.2765102Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2766645Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2767318Z ^ 2024-04-03T17:06:59.2767889Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2769468Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2770748Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2771336Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2772250Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2773228Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2773782Z ^~~~ 2024-04-03T17:06:59.2774092Z 49 warnings generated when compiling for gfx90a. 2024-04-03T17:06:59.2774872Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:8: 2024-04-03T17:06:59.2775938Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:06:59.2777578Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.2779289Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.2780139Z ^ 2024-04-03T17:06:59.2781215Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.2782122Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.2782491Z ^ 2024-04-03T17:06:59.2783115Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.2783905Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.2784409Z ^ 2024-04-03T17:06:59.2785815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2787071Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2787446Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2788771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2790178Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2790801Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2793866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:252:14: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2796681Z return compute_unique( 2024-04-03T17:06:59.2797345Z ^ 2024-04-03T17:06:59.2798461Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2801202Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2803556Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2804650Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2806484Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2808302Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2809275Z ^~~~ 2024-04-03T17:06:59.2813169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique, bool *, long *>' requested here 2024-04-03T17:06:59.2817694Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.2819180Z ^ 2024-04-03T17:06:59.2822173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:252:14: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2824929Z return compute_unique( 2024-04-03T17:06:59.2825602Z ^ 2024-04-03T17:06:59.2826700Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2829627Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2832077Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2833333Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2835016Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2836785Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2837741Z ^~~~ 2024-04-03T17:06:59.2839752Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2842114Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2843185Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2844934Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2846713Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2847715Z ^~~~ 2024-04-03T17:06:59.2851940Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode, bool *, long *, long *>' requested here 2024-04-03T17:06:59.2855716Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.2856510Z ^ 2024-04-03T17:06:59.2859787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:252:14: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2862673Z return compute_unique( 2024-04-03T17:06:59.2863340Z ^ 2024-04-03T17:06:59.2864478Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2867552Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2869914Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2870984Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2872764Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2874627Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2875819Z ^~~~ 2024-04-03T17:06:59.2877956Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:409:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2880329Z NO_ROCM(at_cuda_detail)::hipcub::DeviceReduce::Reduce, 2024-04-03T17:06:59.2881295Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2883046Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2884937Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2885926Z ^~~~ 2024-04-03T17:06:59.2889894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:266:20: note: in instantiation of function template specialization 'at::cuda::cub::reduce, int *, hipcub::Sum, int>' requested here 2024-04-03T17:06:59.2893828Z at::cuda::cub::reduce(data_iter, tmp_num_true.get(), num_inp, 2024-04-03T17:06:59.2894766Z ^ 2024-04-03T17:06:59.2895935Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2899220Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:409:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2901694Z NO_ROCM(at_cuda_detail)::hipcub::DeviceReduce::Reduce, 2024-04-03T17:06:59.2902666Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2904406Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2906270Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2907322Z ^~~~ 2024-04-03T17:06:59.2909671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2912085Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.2912802Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.2916026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2919012Z return compute_unique( 2024-04-03T17:06:59.2919720Z ^ 2024-04-03T17:06:59.2922581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2925631Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2926785Z ^ 2024-04-03T17:06:59.2927882Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2930948Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2933424Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2934543Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2936396Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2938382Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2939427Z ^~~~ 2024-04-03T17:06:59.2942477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.2946049Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.2947572Z ^ 2024-04-03T17:06:59.2950735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2953598Z return compute_unique( 2024-04-03T17:06:59.2954241Z ^ 2024-04-03T17:06:59.2957092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.2960017Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.2961130Z ^ 2024-04-03T17:06:59.2962217Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.2965096Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2967419Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.2968501Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2970215Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2972109Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2973074Z ^~~~ 2024-04-03T17:06:59.2975181Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.2977665Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.2978873Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.2980584Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.2982388Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.2983375Z ^~~~ 2024-04-03T17:06:59.2986548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.2989604Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.2990294Z ^ 2024-04-03T17:06:59.2993498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.2996360Z return compute_unique( 2024-04-03T17:06:59.2997019Z ^ 2024-04-03T17:06:59.2999704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3002693Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3003845Z ^ 2024-04-03T17:06:59.3004966Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3008034Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3010430Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3011494Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3013188Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3014989Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3016117Z ^~~~ 2024-04-03T17:06:59.3018588Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3021002Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.3021720Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.3025072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3028158Z return compute_unique( 2024-04-03T17:06:59.3028839Z ^ 2024-04-03T17:06:59.3031534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3034514Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3035622Z ^ 2024-04-03T17:06:59.3036675Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3039584Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3041972Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3043230Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3045009Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3046830Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3047825Z ^~~~ 2024-04-03T17:06:59.3050853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.3054457Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.3055798Z ^ 2024-04-03T17:06:59.3059146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3062161Z return compute_unique( 2024-04-03T17:06:59.3062850Z ^ 2024-04-03T17:06:59.3065725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3068700Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3069801Z ^ 2024-04-03T17:06:59.3070798Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3073791Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3076299Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3077373Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3079137Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3081037Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3082002Z ^~~~ 2024-04-03T17:06:59.3084127Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3086616Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3087805Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3089509Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3091373Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3092367Z ^~~~ 2024-04-03T17:06:59.3095483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.3098907Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.3099578Z ^ 2024-04-03T17:06:59.3102577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3105381Z return compute_unique( 2024-04-03T17:06:59.3106021Z ^ 2024-04-03T17:06:59.3108604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3111623Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3112765Z ^ 2024-04-03T17:06:59.3113924Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3116871Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3119241Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3120320Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3122058Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3123848Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3124853Z ^~~~ 2024-04-03T17:06:59.3127248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3129619Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.3130336Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.3133511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3136368Z return compute_unique( 2024-04-03T17:06:59.3137031Z ^ 2024-04-03T17:06:59.3139705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3142548Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3143642Z ^ 2024-04-03T17:06:59.3144725Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3147692Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3150197Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3151300Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3153012Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3154864Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3156007Z ^~~~ 2024-04-03T17:06:59.3158933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.3162428Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.3163844Z ^ 2024-04-03T17:06:59.3166932Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3169986Z return compute_unique( 2024-04-03T17:06:59.3170682Z ^ 2024-04-03T17:06:59.3173315Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3176032Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3177212Z ^ 2024-04-03T17:06:59.3178439Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3181045Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3183698Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3184770Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3186346Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3188145Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3189141Z ^~~~ 2024-04-03T17:06:59.3191201Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3193510Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3194566Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3196239Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3197960Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3198920Z ^~~~ 2024-04-03T17:06:59.3201889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.3204604Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.3205259Z ^ 2024-04-03T17:06:59.3208236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3211068Z return compute_unique( 2024-04-03T17:06:59.3211743Z ^ 2024-04-03T17:06:59.3214355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3217384Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3218589Z ^ 2024-04-03T17:06:59.3219657Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3222476Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3224872Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3226113Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3227832Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3229601Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3230633Z ^~~~ 2024-04-03T17:06:59.3232891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3235293Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.3235964Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.3239077Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3241856Z return compute_unique( 2024-04-03T17:06:59.3242522Z ^ 2024-04-03T17:06:59.3245082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3247971Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3249084Z ^ 2024-04-03T17:06:59.3250098Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3253256Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3255620Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3256762Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3258572Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3260252Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3261265Z ^~~~ 2024-04-03T17:06:59.3263961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.3267227Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.3268573Z ^ 2024-04-03T17:06:59.3271653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3274434Z return compute_unique( 2024-04-03T17:06:59.3275107Z ^ 2024-04-03T17:06:59.3277758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3280649Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3281746Z ^ 2024-04-03T17:06:59.3282832Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3285683Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3288029Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3289142Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3290912Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3292730Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3293901Z ^~~~ 2024-04-03T17:06:59.3296026Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3298738Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3299849Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3301629Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3303585Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3304618Z ^~~~ 2024-04-03T17:06:59.3307729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.3310395Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.3311038Z ^ 2024-04-03T17:06:59.3313961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3316683Z return compute_unique( 2024-04-03T17:06:59.3317344Z ^ 2024-04-03T17:06:59.3320065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3322931Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3324031Z ^ 2024-04-03T17:06:59.3325119Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3327923Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3330240Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3331284Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3333059Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3334891Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3335872Z ^~~~ 2024-04-03T17:06:59.3338386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3340187Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.3340585Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.3342241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3343727Z return compute_unique( 2024-04-03T17:06:59.3344106Z ^ 2024-04-03T17:06:59.3345445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3346943Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3347553Z ^ 2024-04-03T17:06:59.3348147Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3349715Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3350999Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3351590Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3352560Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3353531Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3354078Z ^~~~ 2024-04-03T17:06:59.3355526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.3357325Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.3358070Z ^ 2024-04-03T17:06:59.3359647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3361107Z return compute_unique( 2024-04-03T17:06:59.3361483Z ^ 2024-04-03T17:06:59.3362837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3364350Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3364945Z ^ 2024-04-03T17:06:59.3365531Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3367169Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3368442Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3369038Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3369966Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3370933Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3371493Z ^~~~ 2024-04-03T17:06:59.3373051Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3375304Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3376441Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3378091Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3380064Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3381049Z ^~~~ 2024-04-03T17:06:59.3383819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.3386534Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.3387208Z ^ 2024-04-03T17:06:59.3390058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3392856Z return compute_unique( 2024-04-03T17:06:59.3393565Z ^ 2024-04-03T17:06:59.3396212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3399115Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3400214Z ^ 2024-04-03T17:06:59.3401270Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3404242Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3406763Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3407835Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3409550Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3411406Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3412530Z ^~~~ 2024-04-03T17:06:59.3414751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3417154Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.3417849Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.3421060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3423786Z return compute_unique( 2024-04-03T17:06:59.3424383Z ^ 2024-04-03T17:06:59.3426700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3429222Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3430347Z ^ 2024-04-03T17:06:59.3431274Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3433958Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3436061Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3437031Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3438548Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3440366Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3441415Z ^~~~ 2024-04-03T17:06:59.3444240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.3447706Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.3449108Z ^ 2024-04-03T17:06:59.3452122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3454971Z return compute_unique( 2024-04-03T17:06:59.3455633Z ^ 2024-04-03T17:06:59.3458047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3460703Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3461771Z ^ 2024-04-03T17:06:59.3462892Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3465793Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3468072Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3468985Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3470523Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3472331Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3473264Z ^~~~ 2024-04-03T17:06:59.3475192Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3477554Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3478760Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3480493Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3482251Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3483259Z ^~~~ 2024-04-03T17:06:59.3486162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.3488949Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.3489640Z ^ 2024-04-03T17:06:59.3492540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3495300Z return compute_unique( 2024-04-03T17:06:59.3496008Z ^ 2024-04-03T17:06:59.3498890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3501251Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3502397Z ^ 2024-04-03T17:06:59.3503469Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3506380Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3508736Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3509793Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3511473Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3513157Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3514067Z ^~~~ 2024-04-03T17:06:59.3516319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3518484Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.3519157Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.3522079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3524677Z return compute_unique( 2024-04-03T17:06:59.3525325Z ^ 2024-04-03T17:06:59.3527696Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3530393Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3531447Z ^ 2024-04-03T17:06:59.3532401Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3535256Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3537808Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3539017Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3540622Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3542286Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3543276Z ^~~~ 2024-04-03T17:06:59.3545958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.3549121Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.3550361Z ^ 2024-04-03T17:06:59.3553075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3555586Z return compute_unique( 2024-04-03T17:06:59.3556203Z ^ 2024-04-03T17:06:59.3558413Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3560802Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3561499Z ^ 2024-04-03T17:06:59.3562451Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3564357Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3566474Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3567521Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3569151Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3570937Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3571983Z ^~~~ 2024-04-03T17:06:59.3574096Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3576525Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3577490Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3579353Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3580968Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3581745Z ^~~~ 2024-04-03T17:06:59.3583722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.3586377Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.3587048Z ^ 2024-04-03T17:06:59.3589998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3592585Z return compute_unique( 2024-04-03T17:06:59.3593224Z ^ 2024-04-03T17:06:59.3595544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3598050Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3599011Z ^ 2024-04-03T17:06:59.3599839Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3601371Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3601802Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3602092Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3603180Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3603649Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3603812Z ^~~~ 2024-04-03T17:06:59.3605667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:90:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3605928Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:06:59.3606132Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:06:59.3608965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3609218Z return compute_unique( 2024-04-03T17:06:59.3609382Z ^ 2024-04-03T17:06:59.3611845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3612505Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3612665Z ^ 2024-04-03T17:06:59.3613493Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3615354Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3615851Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3616138Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3617357Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3617886Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3618062Z ^~~~ 2024-04-03T17:06:59.3620910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:122:16: note: in instantiation of function template specialization 'at::cuda::cub::unique' requested here 2024-04-03T17:06:59.3621827Z cuda::cub::unique(data, data_out.mutable_data_ptr(), length.mutable_data_ptr(), num_inp); 2024-04-03T17:06:59.3621999Z ^ 2024-04-03T17:06:59.3624477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3624709Z return compute_unique( 2024-04-03T17:06:59.3624855Z ^ 2024-04-03T17:06:59.3626891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3627542Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3627701Z ^ 2024-04-03T17:06:59.3628508Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3630285Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:388:38: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3630871Z CUB_WRAPPER(NO_ROCM(at_cuda_detail)::hipcub::DeviceSelect::Unique, 2024-04-03T17:06:59.3631136Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3632182Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3632680Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3632847Z ^~~~ 2024-04-03T17:06:59.3634589Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3635148Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3635421Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3636437Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:41:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3636925Z func(nullptr, temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3637075Z ^~~~ 2024-04-03T17:06:59.3639601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:126:20: note: in instantiation of function template specialization 'at::cuda::cub::run_length_encode' requested here 2024-04-03T17:06:59.3639837Z at::cuda::cub::run_length_encode( 2024-04-03T17:06:59.3639979Z ^ 2024-04-03T17:06:59.3642608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:186:12: note: in instantiation of function template specialization 'at::native::internal::(anonymous namespace)::compute_unique' requested here 2024-04-03T17:06:59.3642831Z return compute_unique( 2024-04-03T17:06:59.3642978Z ^ 2024-04-03T17:06:59.3645225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:323:10: note: in instantiation of member function 'at::native::internal::UniqueCub::operator()' requested here 2024-04-03T17:06:59.3645897Z return UniqueCub{}(*self_c, consecutive, return_inverse, return_counts); 2024-04-03T17:06:59.3646066Z ^ 2024-04-03T17:06:59.3646937Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UniqueCub.hip:9: 2024-04-03T17:06:59.3648797Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:399:30: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:06:59.3649304Z NO_ROCM(at_cuda_detail)::hipcub::DeviceRunLengthEncode::Encode, 2024-04-03T17:06:59.3649595Z ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:06:59.3650790Z /var/lib/jenkins/workspace/aten/src/ATen/hip/cub.cuh:44:3: note: expanded from macro 'CUB_WRAPPER' 2024-04-03T17:06:59.3651350Z func(temp_storage.get(), temp_storage_bytes, __VA_ARGS__); \ 2024-04-03T17:06:59.3651507Z ^~~~ 2024-04-03T17:06:59.3651821Z 49 warnings generated when compiling for host. 2024-04-03T17:06:59.3651852Z 2024-04-03T17:06:59.3653474Z [8012/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleTrilinear3d.hip.o 2024-04-03T17:06:59.3655074Z [8013/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleBilinear2d.hip.o 2024-04-03T17:06:59.3656059Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip:13: 2024-04-03T17:06:59.3656995Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:59.3658974Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.3659976Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.3660276Z ^ 2024-04-03T17:06:59.3661669Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.3661893Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.3662032Z ^ 2024-04-03T17:06:59.3662878Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.3663241Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.3663427Z ^ 2024-04-03T17:06:59.3663791Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:59.3664673Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip:13: 2024-04-03T17:06:59.3665339Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:59.3666927Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.3667853Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.3668171Z ^ 2024-04-03T17:06:59.3669517Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.3669755Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.3669922Z ^ 2024-04-03T17:06:59.3670891Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.3671285Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.3671484Z ^ 2024-04-03T17:06:59.3671785Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:59.3672715Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleBilinear2d.hip:13: 2024-04-03T17:06:59.3673489Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:59.3675169Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.3676082Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.3676379Z ^ 2024-04-03T17:06:59.3677790Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.3678022Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.3678174Z ^ 2024-04-03T17:06:59.3679108Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.3679504Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.3679715Z ^ 2024-04-03T17:06:59.3680015Z 1 warning generated when compiling for host. 2024-04-03T17:06:59.3680027Z 2024-04-03T17:06:59.3681492Z [8013/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_WeightNorm.hip.o 2024-04-03T17:06:59.3682991Z [8014/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest1d.hip.o 2024-04-03T17:06:59.3683940Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip:11: 2024-04-03T17:06:59.3684752Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:59.3686640Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.3687639Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.3688060Z ^ 2024-04-03T17:06:59.3689452Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.3689702Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.3689875Z ^ 2024-04-03T17:06:59.3690808Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.3691264Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.3691488Z ^ 2024-04-03T17:06:59.3691786Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:59.3692725Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip:11: 2024-04-03T17:06:59.3693510Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:59.3695327Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.3696389Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.3696695Z ^ 2024-04-03T17:06:59.3698124Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.3698509Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.3698636Z ^ 2024-04-03T17:06:59.3699552Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.3699935Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.3700140Z ^ 2024-04-03T17:06:59.3700458Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:59.3701412Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest1d.hip:11: 2024-04-03T17:06:59.3702199Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:59.3704053Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.3705012Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.3705330Z ^ 2024-04-03T17:06:59.3706770Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.3707007Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.3707173Z ^ 2024-04-03T17:06:59.3708062Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.3708448Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.3708659Z ^ 2024-04-03T17:06:59.3708956Z 1 warning generated when compiling for host. 2024-04-03T17:06:59.3708969Z 2024-04-03T17:06:59.3710401Z [8014/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ZetaKernel.hip.o 2024-04-03T17:06:59.3711938Z [8015/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleLinear1d.hip.o 2024-04-03T17:06:59.3712888Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip:12: 2024-04-03T17:06:59.3714658Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.3715607Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.3716029Z ^ 2024-04-03T17:06:59.3717372Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.3717633Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.3717796Z ^ 2024-04-03T17:06:59.3718681Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.3719184Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.3719407Z ^ 2024-04-03T17:06:59.3719716Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:59.3720633Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip:12: 2024-04-03T17:06:59.3722468Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.3723387Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.3723712Z ^ 2024-04-03T17:06:59.3725084Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.3725331Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.3725601Z ^ 2024-04-03T17:06:59.3726522Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.3726913Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.3727129Z ^ 2024-04-03T17:06:59.3727422Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:59.3728334Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleLinear1d.hip:12: 2024-04-03T17:06:59.3730165Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.3731072Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.3731371Z ^ 2024-04-03T17:06:59.3732642Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.3732974Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.3733144Z ^ 2024-04-03T17:06:59.3734042Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.3734428Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.3734647Z ^ 2024-04-03T17:06:59.3734940Z 1 warning generated when compiling for host. 2024-04-03T17:06:59.3734953Z 2024-04-03T17:06:59.7896976Z [8015/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_airy_ai.hip.o 2024-04-03T17:06:59.7900809Z [8016/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest2d.hip.o 2024-04-03T17:06:59.7905961Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip:12: 2024-04-03T17:06:59.7908160Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:59.7913534Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.7916536Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.7920852Z ^ 2024-04-03T17:06:59.7922956Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.7927114Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.7927952Z ^ 2024-04-03T17:06:59.7931589Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.7933189Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.7937174Z ^ 2024-04-03T17:06:59.7938134Z 1 warning generated when compiling for gfx906. 2024-04-03T17:06:59.7939861Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip:12: 2024-04-03T17:06:59.7941648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:59.7944105Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.7946544Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.7947870Z ^ 2024-04-03T17:06:59.7949566Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.7951316Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.7952009Z ^ 2024-04-03T17:06:59.7953169Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.7954545Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.7955441Z ^ 2024-04-03T17:06:59.7956241Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:06:59.7957722Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest2d.hip:12: 2024-04-03T17:06:59.7959738Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:06:59.7962616Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:06:59.7965242Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:06:59.7966805Z ^ 2024-04-03T17:06:59.7968762Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:06:59.7970332Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:06:59.7970928Z ^ 2024-04-03T17:06:59.7971979Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:06:59.7973376Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:06:59.7974223Z ^ 2024-04-03T17:06:59.7974978Z 1 warning generated when compiling for host. 2024-04-03T17:06:59.7975569Z 2024-04-03T17:07:00.3049251Z [8016/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_j0.hip.o 2024-04-03T17:07:00.3059575Z [8017/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleNearest3d.hip.o 2024-04-03T17:07:00.3062292Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip:4: 2024-04-03T17:07:00.3064417Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:07:00.3067485Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:00.3070700Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:00.3072338Z ^ 2024-04-03T17:07:00.3074390Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:00.3076161Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:00.3076840Z ^ 2024-04-03T17:07:00.3078018Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:00.3079670Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:00.3080610Z ^ 2024-04-03T17:07:00.3081438Z 1 warning generated when compiling for gfx906. 2024-04-03T17:07:00.3083043Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip:4: 2024-04-03T17:07:00.3085155Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:07:00.3088220Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:00.3091197Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:00.3092835Z ^ 2024-04-03T17:07:00.3094974Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:00.3096837Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:00.3097529Z ^ 2024-04-03T17:07:00.3098854Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:00.3100286Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:00.3101193Z ^ 2024-04-03T17:07:00.3101972Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:07:00.3103394Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleNearest3d.hip:4: 2024-04-03T17:07:00.3105272Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSample.cuh:4: 2024-04-03T17:07:00.3108325Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:00.3111243Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:00.3112983Z ^ 2024-04-03T17:07:00.3114953Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:00.3116619Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:00.3117272Z ^ 2024-04-03T17:07:00.3118435Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:00.3119880Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:00.3120761Z ^ 2024-04-03T17:07:00.3121546Z 1 warning generated when compiling for host. 2024-04-03T17:07:00.3122161Z 2024-04-03T17:07:00.4156562Z [8017/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_j1.hip.o 2024-04-03T17:07:00.4159617Z [8018/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_ZetaKernel.hip.o 2024-04-03T17:07:00.4845658Z [8018/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_t.hip.o 2024-04-03T17:07:00.4849090Z [8019/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_UpSampleTrilinear3d.hip.o 2024-04-03T17:07:00.4852019Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip:12: 2024-04-03T17:07:00.4855036Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:00.4857551Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:00.4859144Z ^ 2024-04-03T17:07:00.4860740Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:00.4861683Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:00.4862049Z ^ 2024-04-03T17:07:00.4862680Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:00.4863489Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:00.4863981Z ^ 2024-04-03T17:07:00.4864429Z 1 warning generated when compiling for gfx906. 2024-04-03T17:07:00.4865294Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip:12: 2024-04-03T17:07:00.4866950Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:00.4868564Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:00.4869425Z ^ 2024-04-03T17:07:00.4870496Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:00.4871481Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:00.4871851Z ^ 2024-04-03T17:07:00.4872487Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:00.4873284Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:00.4873788Z ^ 2024-04-03T17:07:00.4874234Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:07:00.4875081Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/UpSampleTrilinear3d.hip:12: 2024-04-03T17:07:00.4876743Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:00.4878330Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:00.4879187Z ^ 2024-04-03T17:07:00.4880245Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:00.4881168Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:00.4881545Z ^ 2024-04-03T17:07:00.4882162Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:00.4882974Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:00.4883472Z ^ 2024-04-03T17:07:00.4883896Z 1 warning generated when compiling for host. 2024-04-03T17:07:00.4884236Z 2024-04-03T17:07:00.5775275Z [8019/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_y0.hip.o 2024-04-03T17:07:00.5778092Z [8020/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_WeightNorm.hip.o 2024-04-03T17:07:00.5863094Z [8020/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_y1.hip.o 2024-04-03T17:07:00.5867457Z [8021/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_airy_ai.hip.o 2024-04-03T17:07:00.9855006Z [8021/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_u.hip.o 2024-04-03T17:07:00.9858661Z [8022/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_j0.hip.o 2024-04-03T17:07:01.5443134Z [8022/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_v.hip.o 2024-04-03T17:07:01.5446573Z [8023/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_j1.hip.o 2024-04-03T17:07:01.7067069Z [8023/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_w.hip.o 2024-04-03T17:07:01.7068809Z [8024/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_y1.hip.o 2024-04-03T17:07:01.7130947Z [8024/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adam_amsgrad_impl.hip.o 2024-04-03T17:07:01.7132669Z [8025/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_bessel_y0.hip.o 2024-04-03T17:07:01.7890755Z [8025/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adam_impl.hip.o 2024-04-03T17:07:01.7893952Z [8026/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_t.hip.o 2024-04-03T17:07:01.8288479Z [8026/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adamw_amsgrad_impl.hip.o 2024-04-03T17:07:01.8291191Z [8027/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_u.hip.o 2024-04-03T17:07:02.1456477Z [8027/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adamw_impl.hip.o 2024-04-03T17:07:02.1458743Z [8028/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_v.hip.o 2024-04-03T17:07:02.7615920Z [8028/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_group_norm_kernel.hip.o 2024-04-03T17:07:02.7619647Z [8029/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_chebyshev_polynomial_w.hip.o 2024-04-03T17:07:03.0700773Z [8029/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_hermite_polynomial_h.hip.o 2024-04-03T17:07:03.0704141Z [8030/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adam_amsgrad_impl.hip.o 2024-04-03T17:07:03.1369648Z [8030/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_hermite_polynomial_he.hip.o 2024-04-03T17:07:03.1373078Z [8031/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adam_impl.hip.o 2024-04-03T17:07:03.2083715Z [8031/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_laguerre_polynomial_l.hip.o 2024-04-03T17:07:03.2085532Z [8032/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adamw_amsgrad_impl.hip.o 2024-04-03T17:07:03.2194237Z [8032/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_int4mm.hip.o 2024-04-03T17:07:03.2197425Z [8033/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_fused_adamw_impl.hip.o 2024-04-03T17:07:04.0043178Z [8033/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_layer_norm_kernel.hip.o 2024-04-03T17:07:04.0046589Z [8034/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_hermite_polynomial_h.hip.o 2024-04-03T17:07:04.2021386Z [8034/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_legendre_polynomial_p.hip.o 2024-04-03T17:07:04.2024854Z [8035/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_group_norm_kernel.hip.o 2024-04-03T17:07:04.2027429Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip:17: 2024-04-03T17:07:04.2029418Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:07:04.2034115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2038283Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2039387Z ^ 2024-04-03T17:07:04.2043218Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2047254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2053814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2061346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2065173Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2065949Z ^ 2024-04-03T17:07:04.2069926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2077076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2081129Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2082264Z ^ 2024-04-03T17:07:04.2085771Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2091829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2099001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2106326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2110138Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2110911Z ^ 2024-04-03T17:07:04.2114842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2122139Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2126338Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2127378Z ^ 2024-04-03T17:07:04.2131397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2139764Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2146845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2152521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2154516Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2154927Z ^ 2024-04-03T17:07:04.2157034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2164156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2168372Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2169579Z ^ 2024-04-03T17:07:04.2173470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2180874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2187712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2194740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2198606Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2199380Z ^ 2024-04-03T17:07:04.2203480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2210759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2214663Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2215734Z ^ 2024-04-03T17:07:04.2220023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2227266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2234572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2242003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2262785Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2263644Z ^ 2024-04-03T17:07:04.2267615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2274578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2278629Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2279681Z ^ 2024-04-03T17:07:04.2283708Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2291015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2298173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2305345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2309294Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2310096Z ^ 2024-04-03T17:07:04.2313988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2321370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2325592Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2326830Z ^ 2024-04-03T17:07:04.2330254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2334007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2337826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2341723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2343798Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2344215Z ^ 2024-04-03T17:07:04.2346288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2349999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2352212Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2352798Z ^ 2024-04-03T17:07:04.2354857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2358571Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2362312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2366005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2368496Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2368923Z ^ 2024-04-03T17:07:04.2370977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2374730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2376981Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2377567Z ^ 2024-04-03T17:07:04.2379762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2383461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2387150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2390899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2392880Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2393303Z ^ 2024-04-03T17:07:04.2395385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2400371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2404313Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2405436Z ^ 2024-04-03T17:07:04.2409606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2416976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2424030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2431199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2435138Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2435978Z ^ 2024-04-03T17:07:04.2438736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2445998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2450211Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2451322Z ^ 2024-04-03T17:07:04.2455327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2462627Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2470072Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2477439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2481458Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2482140Z ^ 2024-04-03T17:07:04.2485774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2492735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2497149Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2498423Z ^ 2024-04-03T17:07:04.2502075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2509389Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2516517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2523527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2527464Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2528262Z ^ 2024-04-03T17:07:04.2532172Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2539300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2543539Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2544660Z ^ 2024-04-03T17:07:04.2548736Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2556210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2563293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2570667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2574422Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2575175Z ^ 2024-04-03T17:07:04.2579423Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2586201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2590331Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2591431Z ^ 2024-04-03T17:07:04.2595117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2602380Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2609428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2616607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2620417Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2621146Z ^ 2024-04-03T17:07:04.2625213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2629973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2632244Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2632828Z ^ 2024-04-03T17:07:04.2634888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2638625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2642301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2646032Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2647998Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2648420Z ^ 2024-04-03T17:07:04.2650461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2654158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2656379Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2656960Z ^ 2024-04-03T17:07:04.2659236Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2662925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2666704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2670371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2672338Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2672758Z ^ 2024-04-03T17:07:04.2674792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2678513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2680676Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2681266Z ^ 2024-04-03T17:07:04.2683311Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2686993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2690709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2694372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2696439Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2696914Z ^ 2024-04-03T17:07:04.2699092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2702850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2704979Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2705565Z ^ 2024-04-03T17:07:04.2707602Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2711293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2714955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2718694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2720721Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2721138Z ^ 2024-04-03T17:07:04.2723163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2726888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2729782Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2730802Z ^ 2024-04-03T17:07:04.2733683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2737573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2741428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2746451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2750405Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2751179Z ^ 2024-04-03T17:07:04.2755200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2762446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2766330Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2767407Z ^ 2024-04-03T17:07:04.2771297Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2778050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2781919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2785726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2787765Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2788181Z ^ 2024-04-03T17:07:04.2790225Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2793899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2796034Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2796628Z ^ 2024-04-03T17:07:04.2798700Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2802386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2806054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2809761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2811738Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2812146Z ^ 2024-04-03T17:07:04.2814176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2817943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2820306Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2820880Z ^ 2024-04-03T17:07:04.2822917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2826659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2832978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2840240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2843835Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2844628Z ^ 2024-04-03T17:07:04.2848530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2855832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2860300Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2861427Z ^ 2024-04-03T17:07:04.2865491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2872754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2880170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2887605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2891343Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2892057Z ^ 2024-04-03T17:07:04.2896055Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2903412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2907376Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2908153Z ^ 2024-04-03T17:07:04.2910385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2914390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2918456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2922466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2925436Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2926147Z ^ 2024-04-03T17:07:04.2929770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2934386Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2936749Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2937340Z ^ 2024-04-03T17:07:04.2939745Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2943587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2948367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2953400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2955395Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2955819Z ^ 2024-04-03T17:07:04.2957873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2961752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2963943Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2964538Z ^ 2024-04-03T17:07:04.2966592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2970322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2974161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2978004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2980134Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.2980557Z ^ 2024-04-03T17:07:04.2982601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2986276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2988417Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.2989005Z ^ 2024-04-03T17:07:04.2991151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2994834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.2998504Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3002192Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3004177Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3004634Z ^ 2024-04-03T17:07:04.3006666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3010391Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3012573Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3013168Z ^ 2024-04-03T17:07:04.3015743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3020683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3024477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3031507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3035302Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3036039Z ^ 2024-04-03T17:07:04.3040018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3047121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3051196Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3052269Z ^ 2024-04-03T17:07:04.3056256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3063400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3070493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3078010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3081966Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3082760Z ^ 2024-04-03T17:07:04.3086347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3093448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3097742Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3098834Z ^ 2024-04-03T17:07:04.3103019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3110248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3117327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3124489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3128365Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3129148Z ^ 2024-04-03T17:07:04.3133260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3140573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3144735Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3145851Z ^ 2024-04-03T17:07:04.3149901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3157111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3164657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3171723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3175520Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3176358Z ^ 2024-04-03T17:07:04.3180302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3186976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3191021Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3192074Z ^ 2024-04-03T17:07:04.3195859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3202988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3209927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3217467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3221371Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3222164Z ^ 2024-04-03T17:07:04.3226156Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3233398Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3237521Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3238599Z ^ 2024-04-03T17:07:04.3242421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3249575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3257121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3264242Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3268184Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3268981Z ^ 2024-04-03T17:07:04.3273240Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3280474Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3284596Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3285696Z ^ 2024-04-03T17:07:04.3289662Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3296858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3304321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3311660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3315592Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3316361Z ^ 2024-04-03T17:07:04.3320327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3327480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3331650Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3332730Z ^ 2024-04-03T17:07:04.3336836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3344010Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3351248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3358496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3362322Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3363119Z ^ 2024-04-03T17:07:04.3366941Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3373923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3377983Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3379187Z ^ 2024-04-03T17:07:04.3383089Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3390347Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3397681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3404779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3408608Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3409379Z ^ 2024-04-03T17:07:04.3413408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3420818Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3425229Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3426294Z ^ 2024-04-03T17:07:04.3430171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3437075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3444054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3451214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3454978Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3455739Z ^ 2024-04-03T17:07:04.3459892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3466966Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3471146Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3472224Z ^ 2024-04-03T17:07:04.3476051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3483312Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3490510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3497530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3501630Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3502353Z ^ 2024-04-03T17:07:04.3506153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3513466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3517634Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3518780Z ^ 2024-04-03T17:07:04.3522742Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3530118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3537328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3544441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3548385Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3549178Z ^ 2024-04-03T17:07:04.3553114Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3560327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3564480Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3565568Z ^ 2024-04-03T17:07:04.3569475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3576865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3584149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3591485Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3594787Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3595216Z ^ 2024-04-03T17:07:04.3597281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3600981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3603133Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3603722Z ^ 2024-04-03T17:07:04.3605822Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3609532Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3613222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3617052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3619253Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3619663Z ^ 2024-04-03T17:07:04.3621725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3626850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3631054Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3632127Z ^ 2024-04-03T17:07:04.3636117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3643083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3650158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3657643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3661628Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3662407Z ^ 2024-04-03T17:07:04.3666290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3673350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3675541Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3676120Z ^ 2024-04-03T17:07:04.3678284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3681996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3685752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3689529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3691961Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3692389Z ^ 2024-04-03T17:07:04.3694451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3700267Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3704156Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3705244Z ^ 2024-04-03T17:07:04.3709191Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3716243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3723505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3728926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3730913Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3731342Z ^ 2024-04-03T17:07:04.3733514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3735515Z 264 warnings generated when compiling for gfx906. 2024-04-03T17:07:04.3736472Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/group_norm_kernel.hip:17: 2024-04-03T17:07:04.3737544Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:07:04.3740681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3742821Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3743415Z ^ 2024-04-03T17:07:04.3745545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3749377Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3753066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3756741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3758717Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3759138Z ^ 2024-04-03T17:07:04.3761175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3764886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3767055Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3767649Z ^ 2024-04-03T17:07:04.3769692Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3773372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3777173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3781005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3782988Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3783412Z ^ 2024-04-03T17:07:04.3785473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3789197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3791339Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3791934Z ^ 2024-04-03T17:07:04.3793984Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3797664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3801411Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3808399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3812227Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3813005Z ^ 2024-04-03T17:07:04.3817096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3824277Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3828114Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3829143Z ^ 2024-04-03T17:07:04.3832991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3840258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3846402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3850108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3852085Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3852496Z ^ 2024-04-03T17:07:04.3854635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3858615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3862183Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3863313Z ^ 2024-04-03T17:07:04.3866992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3874104Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3881470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3888970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3893004Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3893788Z ^ 2024-04-03T17:07:04.3897830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3904916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3908701Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3909748Z ^ 2024-04-03T17:07:04.3913858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3920933Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3928091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3935479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3939414Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3940160Z ^ 2024-04-03T17:07:04.3944150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3950906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3954998Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.3956080Z ^ 2024-04-03T17:07:04.3960065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3967133Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3974294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3981809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3985580Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.3986354Z ^ 2024-04-03T17:07:04.3990301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.3997465Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4001524Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4002647Z ^ 2024-04-03T17:07:04.4006592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4013865Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4021444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4028750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4032611Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4033391Z ^ 2024-04-03T17:07:04.4037429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4041515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4043651Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4044333Z ^ 2024-04-03T17:07:04.4046891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4050685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4057680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4064843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4068746Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4069525Z ^ 2024-04-03T17:07:04.4073618Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4080749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4084551Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4085632Z ^ 2024-04-03T17:07:04.4089666Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4097115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4104374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4111725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4115636Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4116354Z ^ 2024-04-03T17:07:04.4120300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4127530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4131601Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4132727Z ^ 2024-04-03T17:07:04.4136792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4144057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4151329Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4158517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4162327Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4163092Z ^ 2024-04-03T17:07:04.4167003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4174121Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4178487Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4179740Z ^ 2024-04-03T17:07:04.4183720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4190903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4198025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4205235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4209182Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4209928Z ^ 2024-04-03T17:07:04.4213887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4221273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4225526Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4226623Z ^ 2024-04-03T17:07:04.4230600Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4237847Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4245167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4252358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4256285Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4257049Z ^ 2024-04-03T17:07:04.4261129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4268396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4272544Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4273669Z ^ 2024-04-03T17:07:04.4277657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4284840Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4292002Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4299536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4302332Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4302758Z ^ 2024-04-03T17:07:04.4304925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4308610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4310743Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4311335Z ^ 2024-04-03T17:07:04.4313440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4317126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4320803Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4324480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4326462Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4326919Z ^ 2024-04-03T17:07:04.4328961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4332621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4334754Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4335342Z ^ 2024-04-03T17:07:04.4337482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4341331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4345062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4348727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4350747Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4351169Z ^ 2024-04-03T17:07:04.4353193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4356868Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4360429Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4361545Z ^ 2024-04-03T17:07:04.4365501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4372632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4379780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4387096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4390959Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4391738Z ^ 2024-04-03T17:07:04.4395654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4402836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4406996Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4408094Z ^ 2024-04-03T17:07:04.4412011Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4419586Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4425789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4432875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4436672Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4437434Z ^ 2024-04-03T17:07:04.4441479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4448623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4452781Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4453911Z ^ 2024-04-03T17:07:04.4457915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4465109Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4472289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4479457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4483191Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4483958Z ^ 2024-04-03T17:07:04.4487915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4494905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4499415Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4500449Z ^ 2024-04-03T17:07:04.4504369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4511642Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4518804Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4526118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4529917Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4530673Z ^ 2024-04-03T17:07:04.4534630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4542018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4546209Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4547310Z ^ 2024-04-03T17:07:04.4551358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4558520Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4565685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4572893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4576778Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4577550Z ^ 2024-04-03T17:07:04.4581731Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4589057Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4593275Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4594389Z ^ 2024-04-03T17:07:04.4598368Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4605634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4612990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4620326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4624141Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4624916Z ^ 2024-04-03T17:07:04.4628889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4636099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4640227Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4641343Z ^ 2024-04-03T17:07:04.4645325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4652525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4659800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4666905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4670803Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4671579Z ^ 2024-04-03T17:07:04.4675466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4682678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4686790Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4687909Z ^ 2024-04-03T17:07:04.4691890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4699364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4706406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4713680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4717555Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4718328Z ^ 2024-04-03T17:07:04.4722478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4729814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4734021Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4735137Z ^ 2024-04-03T17:07:04.4739390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4746772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4754166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4761682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4765696Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4766465Z ^ 2024-04-03T17:07:04.4770551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4778033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4782334Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4783458Z ^ 2024-04-03T17:07:04.4787581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4794938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4801819Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4808866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4812712Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4813478Z ^ 2024-04-03T17:07:04.4817639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4825040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4829258Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4830385Z ^ 2024-04-03T17:07:04.4834496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4841772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4848672Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4855718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4859764Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4860557Z ^ 2024-04-03T17:07:04.4864638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4872003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4876235Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4877344Z ^ 2024-04-03T17:07:04.4881361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4888648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4896113Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4902084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4904076Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4904501Z ^ 2024-04-03T17:07:04.4906557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4910244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4912371Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4913044Z ^ 2024-04-03T17:07:04.4915098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4918762Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4922486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4926138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4928790Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4929430Z ^ 2024-04-03T17:07:04.4932338Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4939229Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4942952Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4943918Z ^ 2024-04-03T17:07:04.4947552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4954573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4961519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4968458Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4972236Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.4973007Z ^ 2024-04-03T17:07:04.4976919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4983827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4987817Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.4988835Z ^ 2024-04-03T17:07:04.4992451Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.4999087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5005626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5012366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5016062Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5016832Z ^ 2024-04-03T17:07:04.5020487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5026888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5030155Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5031113Z ^ 2024-04-03T17:07:04.5034467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5040961Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5047429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5053495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5057257Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5058132Z ^ 2024-04-03T17:07:04.5062033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5068853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5072950Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5074046Z ^ 2024-04-03T17:07:04.5077769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5084916Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5092162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5099462Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5103226Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5103942Z ^ 2024-04-03T17:07:04.5107790Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5114980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5119021Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5120085Z ^ 2024-04-03T17:07:04.5123937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5130923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5138083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5145419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5149172Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5149916Z ^ 2024-04-03T17:07:04.5153757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5160779Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5164797Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5165824Z ^ 2024-04-03T17:07:04.5169647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5176946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5184096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5191065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5193857Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5194472Z ^ 2024-04-03T17:07:04.5198339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5204987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5208913Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5209952Z ^ 2024-04-03T17:07:04.5213714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5221189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5228407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5235486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5239325Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5240112Z ^ 2024-04-03T17:07:04.5243911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5250881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5255107Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5256282Z ^ 2024-04-03T17:07:04.5260234Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5267227Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5274270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5281577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5285370Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5286140Z ^ 2024-04-03T17:07:04.5290001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5297168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5301420Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5302509Z ^ 2024-04-03T17:07:04.5306422Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5313632Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5320769Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5327861Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5331629Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5332337Z ^ 2024-04-03T17:07:04.5336119Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5343199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5347037Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5348122Z ^ 2024-04-03T17:07:04.5352007Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5358931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5366096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5373167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5377065Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5377823Z ^ 2024-04-03T17:07:04.5381842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5388674Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5392725Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5393793Z ^ 2024-04-03T17:07:04.5397710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5404759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5411724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5418889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5422842Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5423602Z ^ 2024-04-03T17:07:04.5426871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5430596Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5432759Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5433342Z ^ 2024-04-03T17:07:04.5435492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5439174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5442866Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5446572Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5448551Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5448957Z ^ 2024-04-03T17:07:04.5450993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5454717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5456976Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5457610Z ^ 2024-04-03T17:07:04.5460033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5463735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5467464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5471142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5474462Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5475252Z ^ 2024-04-03T17:07:04.5495717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5502955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5507157Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5508243Z ^ 2024-04-03T17:07:04.5512042Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5518950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5525542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5532000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5535579Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5536399Z ^ 2024-04-03T17:07:04.5540021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5546617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5550447Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:04.5551402Z ^ 2024-04-03T17:07:04.5555056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5561581Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5567684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5573197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5576512Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:04.5577195Z ^ 2024-04-03T17:07:04.5580006Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:04.5582375Z 264 warnings generated when compiling for gfx90a. 2024-04-03T17:07:04.5582730Z 2024-04-03T17:07:04.5583817Z [8035/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_i0.hip.o 2024-04-03T17:07:04.5585675Z [8036/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_hermite_polynomial_he.hip.o 2024-04-03T17:07:04.5587677Z [8036/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_i1.hip.o 2024-04-03T17:07:04.5589673Z [8037/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_laguerre_polynomial_l.hip.o 2024-04-03T17:07:04.6979299Z [8037/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_k0.hip.o 2024-04-03T17:07:04.6982610Z [8038/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_layer_norm_kernel.hip.o 2024-04-03T17:07:05.2436985Z [8038/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_k1.hip.o 2024-04-03T17:07:05.2441014Z [8039/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_legendre_polynomial_p.hip.o 2024-04-03T17:07:05.4339917Z [8039/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_scaled_modified_bessel_k0.hip.o 2024-04-03T17:07:05.4343448Z [8040/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_i0.hip.o 2024-04-03T17:07:05.5187139Z [8040/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_scaled_modified_bessel_k1.hip.o 2024-04-03T17:07:05.5190533Z [8041/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_i1.hip.o 2024-04-03T17:07:05.6591306Z [8041/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_t.hip.o 2024-04-03T17:07:05.6593333Z [8042/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_k0.hip.o 2024-04-03T17:07:05.9675328Z [8042/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_u.hip.o 2024-04-03T17:07:05.9678810Z [8043/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_modified_bessel_k1.hip.o 2024-04-03T17:07:06.0082920Z [8043/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_v.hip.o 2024-04-03T17:07:06.0085316Z [8044/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_int4mm.hip.o 2024-04-03T17:07:06.3772733Z [8044/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_w.hip.o 2024-04-03T17:07:06.3774953Z [8045/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_scaled_modified_bessel_k0.hip.o 2024-04-03T17:07:06.6417445Z [8045/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_spherical_bessel_j0.hip.o 2024-04-03T17:07:06.6420509Z [8046/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_scaled_modified_bessel_k1.hip.o 2024-04-03T17:07:06.7436304Z [8046/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorBinaryOps.hip.o 2024-04-03T17:07:06.7439896Z [8047/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_t.hip.o 2024-04-03T17:07:06.9248512Z [8047/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorMatmul.hip.o 2024-04-03T17:07:06.9252050Z [8048/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_u.hip.o 2024-04-03T17:07:07.1922659Z [8048/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorTransformerFunctions.hip.o 2024-04-03T17:07:07.1926449Z [8049/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_v.hip.o 2024-04-03T17:07:07.2456414Z [8049/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SoftMax.hip.o 2024-04-03T17:07:07.2459282Z [8050/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_shifted_chebyshev_polynomial_w.hip.o 2024-04-03T17:07:07.5537119Z [8050/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseCsrTensorMath.hip.o 2024-04-03T17:07:07.5540804Z [8051/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/torch_hip_generated_spherical_bessel_j0.hip.o 2024-04-03T17:07:09.0752378Z [8051/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseHIPTensor.hip.o 2024-04-03T17:07:09.0756394Z [8052/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SoftMax.hip.o 2024-04-03T17:07:09.0759031Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:14: 2024-04-03T17:07:09.0761387Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2024-04-03T17:07:09.0763625Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:07:09.0766634Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:09.0769577Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:09.0771211Z ^ 2024-04-03T17:07:09.0773359Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:09.0778080Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:09.0778926Z ^ 2024-04-03T17:07:09.0780105Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:09.0781618Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:09.0782524Z ^ 2024-04-03T17:07:09.0783348Z 1 warning generated when compiling for gfx906. 2024-04-03T17:07:09.0784893Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:14: 2024-04-03T17:07:09.0787231Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2024-04-03T17:07:09.0789412Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:07:09.0792386Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:09.0795447Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:09.0797076Z ^ 2024-04-03T17:07:09.0799153Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:09.0800953Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:09.0801646Z ^ 2024-04-03T17:07:09.0802811Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:09.0804358Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:09.0805309Z ^ 2024-04-03T17:07:09.0806134Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:07:09.0807691Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SoftMax.hip:14: 2024-04-03T17:07:09.0810046Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2024-04-03T17:07:09.0812256Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:07:09.0815240Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:09.0818520Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:09.0820132Z ^ 2024-04-03T17:07:09.0822187Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:09.0823973Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:09.0824763Z ^ 2024-04-03T17:07:09.0825935Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:09.0827485Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:09.0828440Z ^ 2024-04-03T17:07:09.0829239Z 1 warning generated when compiling for host. 2024-04-03T17:07:09.0829856Z 2024-04-03T17:07:09.2492685Z [8052/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseHIPTensorMath.hip.o 2024-04-03T17:07:09.2496278Z [8053/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseHIPTensor.hip.o 2024-04-03T17:07:09.2499137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip:10: 2024-04-03T17:07:09.2501555Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2024-04-03T17:07:09.2503866Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:07:09.2506871Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:09.2509720Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:09.2511277Z ^ 2024-04-03T17:07:09.2513143Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:09.2514799Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:09.2515492Z ^ 2024-04-03T17:07:09.2516619Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:09.2517931Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:09.2518778Z ^ 2024-04-03T17:07:09.2519516Z 1 warning generated when compiling for gfx906. 2024-04-03T17:07:09.2521148Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip:10: 2024-04-03T17:07:09.2523440Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2024-04-03T17:07:09.2525740Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:07:09.2528495Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:09.2531175Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:09.2532648Z ^ 2024-04-03T17:07:09.2534536Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:09.2536270Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:09.2536899Z ^ 2024-04-03T17:07:09.2537966Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:09.2539503Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:09.2540351Z ^ 2024-04-03T17:07:09.2541143Z 1 warning generated when compiling for gfx90a. 2024-04-03T17:07:09.2542768Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensor.hip:10: 2024-04-03T17:07:09.2545048Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2024-04-03T17:07:09.2547134Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:07:09.2549830Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:09.2552537Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:09.2553916Z ^ 2024-04-03T17:07:09.2555789Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:09.2557381Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:09.2557967Z ^ 2024-04-03T17:07:09.2558968Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:09.2560241Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:09.2561005Z ^ 2024-04-03T17:07:09.2561715Z 1 warning generated when compiling for host. 2024-04-03T17:07:09.2562190Z 2024-04-03T17:07:09.6736613Z [8053/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseMatMul.hip.o 2024-04-03T17:07:09.6740439Z [8054/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseCsrTensorMath.hip.o 2024-04-03T17:07:09.6743294Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:38: 2024-04-03T17:07:09.6748340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6752292Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:07:09.6753030Z ^ 2024-04-03T17:07:09.6757150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6764325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6771483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6778725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6785744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6793111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6800165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6807367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6814492Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6822025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6829198Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6836238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6843025Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6850117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6857175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6864269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6871709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6879019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6886498Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6893850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6901253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6908539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6916048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6923215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6930138Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6937387Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6945070Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6952455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6959740Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6967094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6974241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6981393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6988364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.6995318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7002464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7009852Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7016979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7024125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7031671Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7038748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7045698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7052801Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7060012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7067419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7074732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7081901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7089129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7096657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7104073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7111029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7118271Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7125136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7132023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7138990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7145757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7152850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7159735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7166726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7173659Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7181040Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7187913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7194719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7201650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7208749Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7215502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7222576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7229436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7236291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7243283Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7250096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7257190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7264186Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7271118Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7278000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7284892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7291951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7299243Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7306208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7313085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7319834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7327090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7334050Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7341371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7348399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7355582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7362746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7369768Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7376975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7384330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7391538Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7398598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7405755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7412903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7419995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7426639Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7432579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7438507Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7444625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7450092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7455993Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7462152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7467876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7472549Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7478850Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7485597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7492511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7500004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7507111Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7514179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7521226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7528137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7535165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7542206Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7549364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7556307Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7563374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7570414Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7577531Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7584877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7592041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7599131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7606142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7613233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7620065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7626826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7633310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7640076Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7646836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7653630Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7660717Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7667746Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7674185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7680654Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7686943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7693372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7700084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7707478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7713552Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7719508Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7725905Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7732554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7738912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7744724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7751427Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7758694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7765534Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7771022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7774752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7778831Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7782621Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7786351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7790019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7793678Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7797345Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7800981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7806246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7809954Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7813690Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7817536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7822875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7826574Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7830238Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7833897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7837606Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7841265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7844929Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7848589Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7852244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7855951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7859946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7863604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7867250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7870951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7874619Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7878273Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7881967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7885843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7889515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7893179Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7896899Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7902576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7909287Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7915951Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7922752Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7929720Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7936778Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7943706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7950489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7957228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7963845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7970367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7977274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7984158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7990784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7995826Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.7999555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8006213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8013054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8019337Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8026152Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8032636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8039250Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8046402Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8053526Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8059116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8062913Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8066563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8070248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8073885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8077584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8081558Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8086500Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8091645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8095681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8099634Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8103461Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8107129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8110767Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8114490Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8118193Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8121841Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8125496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8129168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8133649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8138645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8142429Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8146101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8149776Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8153435Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8157095Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8160788Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8164438Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8168135Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8172116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8175857Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8179703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8183359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8187782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8193290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8197084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8200754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8205660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8211001Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8215174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8219732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8223409Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8227069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8231734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8237428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8243744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8248233Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8251904Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8257107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8264023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8270988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8278012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8285021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8292262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8299541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8306658Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8313679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8320595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8327548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8334656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8341892Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8348895Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8355820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8362714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8369763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8377084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8384216Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8391151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8395757Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8399444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8403112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8406817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8410469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8414122Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8417907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8421926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8425629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8429272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8432994Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8436652Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8440327Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8443979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8447617Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8451265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8454935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8458789Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8462453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8466093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8469744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8473450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8477145Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8482123Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8488255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8495012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8501254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8507022Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8514107Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8521264Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8527980Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8531914Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8535763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8540044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8543710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8547748Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8551401Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8555099Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8558751Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8562395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8566044Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8569724Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8573374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8577110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8581268Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8584923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8588645Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8592524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8596289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8599947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8603655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8607426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8611084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8614781Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8618655Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8622324Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8625989Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8629643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8633352Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8637058Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8640763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8644460Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8648174Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8651816Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8655473Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8659340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8663048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8666713Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8670358Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8673996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8677647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8681453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8687710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8694491Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8701068Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8707938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8714714Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8721466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8728370Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8735189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8741959Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8748258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8754555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8761021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8767463Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8774177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8780379Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8786446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8792837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8799516Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8806181Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8813149Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8820260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8827130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8834015Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8840649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8847470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8854199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8861128Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8867923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8874587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8880772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8885066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8889891Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8896875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8903489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8910309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8917153Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8924189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8931020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8938091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8944737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8951372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8957810Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8964310Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8970871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8977577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8983723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8988480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8992605Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.8998843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9004084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9007882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9009880Z 396 warnings generated when compiling for gfx906. 2024-04-03T17:07:09.9010801Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseCsrTensorMath.hip:38: 2024-04-03T17:07:09.9013924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9015911Z __global__ void reduce_kernel(R reduction) { 2024-04-03T17:07:09.9016448Z ^ 2024-04-03T17:07:09.9018837Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9022513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9026165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9031900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9036587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9040244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9043886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9047548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9051266Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9054937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9058896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9062565Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9066285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9069936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9073582Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9077220Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9080915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9086235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9091302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9095079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9100330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9105750Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9109817Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9113486Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9117142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9120860Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9124511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9128144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9131864Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9136573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9143669Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9150557Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9157730Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9164893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9171915Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9179301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9186170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9193300Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9200169Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9207226Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9214196Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9221456Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9228477Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9235601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9242592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9249635Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9256968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9263519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9270529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9277529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9284469Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9291319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9298518Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9305614Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9312597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9319624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9326525Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9333274Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9340732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9347636Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9354686Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9361660Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9367637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9371780Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9375921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9380035Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9383794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9387483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9391137Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9397501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9404363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9411361Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9418502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9425388Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9431024Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9436888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9443786Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9450680Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9457743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9464737Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9470449Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9474697Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9479502Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9483285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9487116Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9493999Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9501091Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9508094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9514991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9521725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9526335Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9530004Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9533649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9537390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9541719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9546960Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9553934Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9560163Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9566052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9572578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9578729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9585322Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9592501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9599766Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9605084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9608747Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9612416Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9616269Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9620210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9623874Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9629792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9636331Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9643543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9650684Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9657495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9661869Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9665542Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9669203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9672862Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9676510Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9680232Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9683871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9687615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9692825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9699844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9706656Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9713318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9719983Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9726827Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9733466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9740576Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9747326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9753935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9760685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9767536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9774385Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9781367Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9787553Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9794468Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9801056Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9808005Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9814925Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9821998Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9828829Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9835624Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9842330Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9848912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9855577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9862503Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9869336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9875958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9882047Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9888719Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9894896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9901034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9908173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9915289Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9921968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9925871Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9929535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9933252Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9938019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9945296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9952210Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9959344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9966501Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9973587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9980514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9987483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:09.9994374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0001406Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0008396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0015359Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0042990Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0050148Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0057241Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0064378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0071215Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0078219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0085228Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0092173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0099354Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0106246Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0113453Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0120584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0127601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0134464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0141110Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0148176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0155067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0161906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0168631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0175384Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0182369Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0189012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0195567Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0200721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0204523Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0208183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0211917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0216495Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0221592Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0228964Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0236245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0243397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0250545Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0257765Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0264529Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0268441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0272197Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0275839Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0279483Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0283177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0286836Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0290487Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0294165Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0297881Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0301694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0305353Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0309008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0312722Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0316364Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0320066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0323704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0327390Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0331052Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0334718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0338584Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0342296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0345968Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0349609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0353239Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0356890Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0360587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0365537Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0372213Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0379071Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0386230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0393317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0400298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0407434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0414355Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0421509Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0428521Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0435375Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0442554Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0449146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0455564Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0461885Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0468638Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0475209Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0481702Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0488825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0496144Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0503079Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0508665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0512346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0516003Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0519758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0524679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0530973Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0537609Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0544575Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0551371Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0558205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0565146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0572031Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0578882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0585365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0591763Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0598332Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0604875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0611631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0617775Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0624054Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0630695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0636888Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0643048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0650136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0657366Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0664254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0668484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0673066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0679759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0686616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0692873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0699222Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0706459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0713607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0720259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0725709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0730244Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0734629Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0741431Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0747821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0754716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0761235Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0767735Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0774965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0782314Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0788858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0795351Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0801623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0809009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0816130Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0822706Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0827976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0832204Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0835992Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0839703Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0843346Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0847276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0851896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0858649Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0864917Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0871344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0878563Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0885687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0892166Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0899162Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0905814Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0912519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0919561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0926513Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0933457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0940709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0947261Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0953821Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0960519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0967281Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0974041Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0980705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0985938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0990255Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0994323Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.0997988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1001733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1008073Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1014505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1021494Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1028298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1035237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1041595Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1048996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1056136Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1063061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1070254Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1077464Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1084561Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1091187Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1098230Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1105171Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1111798Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1118593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1125285Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1132026Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1138791Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1145064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1150927Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1154732Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1158399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1162060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1166455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1170125Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1173784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1177583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1181396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1185061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1188698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1192365Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1196248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1201103Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1208075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1214626Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1221404Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1228237Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1235090Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1241949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1248936Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1255535Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1262295Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1268777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1275408Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1282598Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1289548Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1296397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1303185Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1309889Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1316712Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1322298Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1326087Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1332965Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1339947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1346744Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1353447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Reduce.cuh:224:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:10.1357344Z 396 warnings generated when compiling for gfx90a. 2024-04-03T17:07:10.1357988Z 2024-04-03T17:07:10.1359819Z [8054/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseSemiStructuredLinear.hip.o 2024-04-03T17:07:10.1363366Z [8055/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorMatmul.hip.o 2024-04-03T17:07:10.1366885Z [8055/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_Activation.hip.o 2024-04-03T17:07:10.1370362Z [8056/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorBinaryOps.hip.o 2024-04-03T17:07:10.1373810Z [8056/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_EmbeddingBag.hip.o 2024-04-03T17:07:10.1377505Z [8057/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/torch_hip_generated_NestedTensorTransformerFunctions.hip.o 2024-04-03T17:07:10.8683533Z [8057/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_FakeQuantizeCore.hip.o 2024-04-03T17:07:10.8687550Z [8058/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseHIPTensorMath.hip.o 2024-04-03T17:07:10.8690473Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:12: 2024-04-03T17:07:10.8692872Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2024-04-03T17:07:10.8695047Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:07:10.8698077Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8701250Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:10.8703022Z ^ 2024-04-03T17:07:10.8705021Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:10.8706758Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:10.8707435Z ^ 2024-04-03T17:07:10.8708751Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:10.8710198Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:10.8711123Z ^ 2024-04-03T17:07:10.8713949Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:318:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.8716635Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:07:10.8717325Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:07:10.8720041Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:615:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.8722725Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:07:10.8723436Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:07:10.8726227Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:720:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.8728903Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:07:10.8729556Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:07:10.8732348Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:736:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.8735172Z hipDeviceSynchronize(); 2024-04-03T17:07:10.8735752Z ^~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:10.8738917Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8741632Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8742450Z ^ 2024-04-03T17:07:10.8744133Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8746307Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8747534Z ^ 2024-04-03T17:07:10.8749071Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8750664Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8751594Z ^ 2024-04-03T17:07:10.8754654Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8757280Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8757949Z ^ 2024-04-03T17:07:10.8759753Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8761876Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8763060Z ^ 2024-04-03T17:07:10.8764595Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8766249Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8767172Z ^ 2024-04-03T17:07:10.8770201Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8772955Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8773581Z ^ 2024-04-03T17:07:10.8775258Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8777686Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8779026Z ^ 2024-04-03T17:07:10.8780568Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8782206Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8783096Z ^ 2024-04-03T17:07:10.8786174Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8788962Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8789568Z ^ 2024-04-03T17:07:10.8791239Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8793400Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8794613Z ^ 2024-04-03T17:07:10.8796099Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8797710Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8798763Z ^ 2024-04-03T17:07:10.8801752Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8804529Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8805229Z ^ 2024-04-03T17:07:10.8806848Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8809198Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8810320Z ^ 2024-04-03T17:07:10.8811819Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8813490Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8814399Z ^ 2024-04-03T17:07:10.8817533Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8820507Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8821087Z ^ 2024-04-03T17:07:10.8822725Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8825137Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8826350Z ^ 2024-04-03T17:07:10.8827827Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8829499Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8830407Z ^ 2024-04-03T17:07:10.8833392Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8836263Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8836893Z ^ 2024-04-03T17:07:10.8838490Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8840731Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8841964Z ^ 2024-04-03T17:07:10.8843500Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8845155Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8846066Z ^ 2024-04-03T17:07:10.8849049Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8851912Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8852578Z ^ 2024-04-03T17:07:10.8854164Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8856467Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8857735Z ^ 2024-04-03T17:07:10.8859355Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8860977Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8861897Z ^ 2024-04-03T17:07:10.8862717Z 13 warnings generated when compiling for gfx906. 2024-04-03T17:07:10.8864346Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:12: 2024-04-03T17:07:10.8866994Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2024-04-03T17:07:10.8869160Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:07:10.8872041Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8874958Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:10.8876487Z ^ 2024-04-03T17:07:10.8878512Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:10.8880134Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:10.8880862Z ^ 2024-04-03T17:07:10.8881986Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:10.8883464Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:10.8884378Z ^ 2024-04-03T17:07:10.8887132Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:318:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.8889831Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:07:10.8890659Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:07:10.8893402Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:615:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.8896051Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:07:10.8896874Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:07:10.8899876Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:720:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.8902502Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:07:10.8903152Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:07:10.8905921Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:736:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.8908488Z hipDeviceSynchronize(); 2024-04-03T17:07:10.8909091Z ^~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:10.8912209Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8914921Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8915586Z ^ 2024-04-03T17:07:10.8917239Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8919342Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8920587Z ^ 2024-04-03T17:07:10.8922126Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8923669Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8924616Z ^ 2024-04-03T17:07:10.8927671Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8930292Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8930931Z ^ 2024-04-03T17:07:10.8932609Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8934847Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8936079Z ^ 2024-04-03T17:07:10.8937727Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8939517Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8940364Z ^ 2024-04-03T17:07:10.8943599Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8946317Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8946987Z ^ 2024-04-03T17:07:10.8948616Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8950827Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8951998Z ^ 2024-04-03T17:07:10.8953462Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8955134Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8956044Z ^ 2024-04-03T17:07:10.8959128Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8961990Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8962610Z ^ 2024-04-03T17:07:10.8964270Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8966536Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8967767Z ^ 2024-04-03T17:07:10.8969206Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8970890Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8971793Z ^ 2024-04-03T17:07:10.8974671Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8977672Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8978466Z ^ 2024-04-03T17:07:10.8980084Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8982275Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8983522Z ^ 2024-04-03T17:07:10.8984979Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.8986592Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.8987535Z ^ 2024-04-03T17:07:10.8990479Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.8993239Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.8993888Z ^ 2024-04-03T17:07:10.8995532Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.8997642Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.8998889Z ^ 2024-04-03T17:07:10.9000545Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9002169Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9003034Z ^ 2024-04-03T17:07:10.9006116Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9008950Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.9009614Z ^ 2024-04-03T17:07:10.9011268Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.9013355Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.9014561Z ^ 2024-04-03T17:07:10.9016076Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9017808Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9018891Z ^ 2024-04-03T17:07:10.9021933Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9024708Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.9025443Z ^ 2024-04-03T17:07:10.9027163Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.9029298Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.9030497Z ^ 2024-04-03T17:07:10.9032020Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9033675Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9034548Z ^ 2024-04-03T17:07:10.9035340Z 13 warnings generated when compiling for gfx90a. 2024-04-03T17:07:10.9036976Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:12: 2024-04-03T17:07:10.9039463Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPApplyUtils.cuh:6: 2024-04-03T17:07:10.9041469Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPApplyUtils.cuh:9: 2024-04-03T17:07:10.9044478Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Atomic.cuh:338:81: warning: 'atomicAddNoRet' is deprecated: use atomicAdd instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9047146Z static inline __device__ void gpuAtomicAddNoReturn(float *address, float val) { atomicAddNoRet(address, val); } 2024-04-03T17:07:10.9048706Z ^ 2024-04-03T17:07:10.9050690Z /opt/rocm-6.0.0/include/hip/amd_detail/amd_hip_atomic.h:279:1: note: 'atomicAddNoRet' has been explicitly marked deprecated here 2024-04-03T17:07:10.9052389Z DEPRECATED("use atomicAdd instead") 2024-04-03T17:07:10.9053020Z ^ 2024-04-03T17:07:10.9054188Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:562:41: note: expanded from macro 'DEPRECATED' 2024-04-03T17:07:10.9055649Z #define DEPRECATED(msg) __attribute__ ((deprecated(msg))) 2024-04-03T17:07:10.9056675Z ^ 2024-04-03T17:07:10.9059536Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:318:5: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.9062227Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:07:10.9062893Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:07:10.9065622Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:615:7: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.9068411Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:07:10.9069115Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:07:10.9071892Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:720:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.9074540Z c10::hip::GetDevice(&curDevice); 2024-04-03T17:07:10.9075240Z ^~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~ 2024-04-03T17:07:10.9077992Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:736:3: warning: ignoring return value of function declared with 'nodiscard' attribute [-Wunused-result] 2024-04-03T17:07:10.9080486Z hipDeviceSynchronize(); 2024-04-03T17:07:10.9081080Z ^~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:10.9083949Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9086637Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.9087272Z ^ 2024-04-03T17:07:10.9088933Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.9091196Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.9092413Z ^ 2024-04-03T17:07:10.9093968Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9095622Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9096598Z ^ 2024-04-03T17:07:10.9099781Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9102540Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.9103221Z ^ 2024-04-03T17:07:10.9104865Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.9107075Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.9108291Z ^ 2024-04-03T17:07:10.9109925Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9111605Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9112502Z ^ 2024-04-03T17:07:10.9115475Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9118340Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.9118956Z ^ 2024-04-03T17:07:10.9120556Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.9122805Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.9124009Z ^ 2024-04-03T17:07:10.9125484Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9127138Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9128057Z ^ 2024-04-03T17:07:10.9130996Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9133964Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.9134611Z ^ 2024-04-03T17:07:10.9136389Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.9138678Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.9139911Z ^ 2024-04-03T17:07:10.9141341Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9143108Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9144034Z ^ 2024-04-03T17:07:10.9147062Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9149810Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.9150477Z ^ 2024-04-03T17:07:10.9152109Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.9154199Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.9155478Z ^ 2024-04-03T17:07:10.9156982Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9158770Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9159676Z ^ 2024-04-03T17:07:10.9162771Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9165475Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.9166130Z ^ 2024-04-03T17:07:10.9167796Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.9169928Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.9171119Z ^ 2024-04-03T17:07:10.9172661Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9174321Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9175210Z ^ 2024-04-03T17:07:10.9178673Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:894:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9181505Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.9182123Z ^ 2024-04-03T17:07:10.9183803Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.9185993Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.9187230Z ^ 2024-04-03T17:07:10.9188709Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9190389Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9191309Z ^ 2024-04-03T17:07:10.9194284Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPTensorMath.hip:905:13: warning: 'HIPSPARSE_ORDER_COLUMN' is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:10.9197106Z HIPSPARSE_ORDER_COLUMN 2024-04-03T17:07:10.9197778Z ^ 2024-04-03T17:07:10.9199417Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:28: note: 'HIPSPARSE_ORDER_COLUMN' has been explicitly marked deprecated here 2024-04-03T17:07:10.9201777Z HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:10.9202948Z ^ 2024-04-03T17:07:10.9204415Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:66:41: note: expanded from macro 'HIPSPARSE_DEPRECATED_MSG' 2024-04-03T17:07:10.9206077Z #define HIPSPARSE_DEPRECATED_MSG(MSG) [[deprecated(MSG)]] 2024-04-03T17:07:10.9207137Z ^ 2024-04-03T17:07:10.9207930Z 13 warnings generated when compiling for host. 2024-04-03T17:07:10.9208512Z 2024-04-03T17:07:10.9210208Z [8058/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_FusedObsFakeQuant.hip.o 2024-04-03T17:07:10.9213628Z [8059/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseMatMul.hip.o 2024-04-03T17:07:11.2276780Z [8059/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_IntReprQuant.hip.o 2024-04-03T17:07:11.7263900Z [8060/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_EmbeddingBag.hip.o 2024-04-03T17:07:11.7268160Z [8060/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_MakePerTensorQuantizedTensor.hip.o 2024-04-03T17:07:11.7272282Z [8061/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_FakeQuantizeCore.hip.o 2024-04-03T17:07:11.7275309Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2024-04-03T17:07:11.7280452Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7285081Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2024-04-03T17:07:11.7286544Z ^ 2024-04-03T17:07:11.7290349Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7297792Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7304931Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7311725Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7318753Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7325774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7332939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7340066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7346856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7353911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7361029Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7368098Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7374858Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7382428Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7386131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7389787Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7393434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7397302Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7401075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7404727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7408418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7412085Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7415811Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7419794Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7423479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7427164Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7430901Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7433284Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2024-04-03T17:07:11.7434458Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:07:11.7436919Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7439078Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7439656Z ^ 2024-04-03T17:07:11.7441695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7445470Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7449176Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7452943Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7454915Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7455337Z ^ 2024-04-03T17:07:11.7457467Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7461383Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7463531Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7464111Z ^ 2024-04-03T17:07:11.7466158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7469845Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7473579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7477260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7479233Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7479653Z ^ 2024-04-03T17:07:11.7481694Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7485374Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7487504Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7488143Z ^ 2024-04-03T17:07:11.7490199Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7493903Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7497718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7501539Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7503527Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7503948Z ^ 2024-04-03T17:07:11.7506045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7509716Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7511859Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7512448Z ^ 2024-04-03T17:07:11.7514497Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7518543Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7525555Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7532833Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7536820Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7537614Z ^ 2024-04-03T17:07:11.7541820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7549482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7553480Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7554521Z ^ 2024-04-03T17:07:11.7558447Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7565284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7572334Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7579610Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7583393Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7584150Z ^ 2024-04-03T17:07:11.7587887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7594938Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7599152Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7600405Z ^ 2024-04-03T17:07:11.7604444Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7611665Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7619023Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7626421Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7630529Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7631297Z ^ 2024-04-03T17:07:11.7635395Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7642593Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7646940Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7648077Z ^ 2024-04-03T17:07:11.7652065Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7659519Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7666479Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7673873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7677818Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7678590Z ^ 2024-04-03T17:07:11.7682653Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7689647Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7693929Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7695051Z ^ 2024-04-03T17:07:11.7699733Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7707092Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7714407Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7721893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7725783Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7726570Z ^ 2024-04-03T17:07:11.7730734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7738043Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7741690Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7742821Z ^ 2024-04-03T17:07:11.7747017Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7753978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7761313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7768489Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7772397Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7773299Z ^ 2024-04-03T17:07:11.7777326Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7784812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7788903Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7790046Z ^ 2024-04-03T17:07:11.7794084Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7801396Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7808855Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7816131Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7820373Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7821101Z ^ 2024-04-03T17:07:11.7824721Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7831640Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7835950Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7837053Z ^ 2024-04-03T17:07:11.7841063Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7848340Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7855262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7862726Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7866456Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7867227Z ^ 2024-04-03T17:07:11.7871219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7877293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7879449Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7880040Z ^ 2024-04-03T17:07:11.7882096Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7885880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7889620Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7893937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7898032Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7898918Z ^ 2024-04-03T17:07:11.7902976Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7910030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7913813Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7914876Z ^ 2024-04-03T17:07:11.7918679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7925842Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7932782Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7939844Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7943756Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7944521Z ^ 2024-04-03T17:07:11.7948482Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7955570Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7959754Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.7960801Z ^ 2024-04-03T17:07:11.7964499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7971770Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7979357Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7987256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.7991055Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.7991828Z ^ 2024-04-03T17:07:11.7995920Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8003265Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8007386Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8008407Z ^ 2024-04-03T17:07:11.8012484Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8019949Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8027190Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8034533Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8038431Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8039200Z ^ 2024-04-03T17:07:11.8043177Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8050550Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8054901Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8056014Z ^ 2024-04-03T17:07:11.8060259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8067317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8074020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8081126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8084939Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8085672Z ^ 2024-04-03T17:07:11.8089691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8097253Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8101361Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8102410Z ^ 2024-04-03T17:07:11.8106258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8113475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8120506Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8127846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8131938Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8132732Z ^ 2024-04-03T17:07:11.8136887Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8144067Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8148111Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8149243Z ^ 2024-04-03T17:07:11.8153319Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8160578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8167579Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8190309Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8192490Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8192903Z ^ 2024-04-03T17:07:11.8195126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8198823Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8200975Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8201557Z ^ 2024-04-03T17:07:11.8203604Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8207293Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8210970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8214698Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8216798Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8217216Z ^ 2024-04-03T17:07:11.8219418Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8223101Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8225226Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8225820Z ^ 2024-04-03T17:07:11.8227926Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8231607Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8235288Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8238981Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8240959Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8241378Z ^ 2024-04-03T17:07:11.8243412Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8247094Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8249220Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8249808Z ^ 2024-04-03T17:07:11.8251856Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8255568Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8259755Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8263527Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8265483Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8265908Z ^ 2024-04-03T17:07:11.8267947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8271631Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8273775Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8274365Z ^ 2024-04-03T17:07:11.8276399Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8280069Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8283793Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8287457Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8289447Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8289867Z ^ 2024-04-03T17:07:11.8291896Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8295577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8297807Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8298578Z ^ 2024-04-03T17:07:11.8301039Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8307825Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8314846Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8322219Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8326170Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8326949Z ^ 2024-04-03T17:07:11.8331062Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8338499Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8340686Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8341285Z ^ 2024-04-03T17:07:11.8343342Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8347117Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8353897Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8361127Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8364852Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8365616Z ^ 2024-04-03T17:07:11.8369434Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8374167Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2024-04-03T17:07:11.8379419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8384062Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2024-04-03T17:07:11.8385714Z ^ 2024-04-03T17:07:11.8389455Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8396294Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8403262Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8406805Z 176 warnings generated when compiling for gfx906. 2024-04-03T17:07:11.8408443Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2024-04-03T17:07:11.8413258Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8417946Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2024-04-03T17:07:11.8419619Z ^ 2024-04-03T17:07:11.8423194Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8430448Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8437578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8444278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8451446Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8458681Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8466075Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8473459Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8480597Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8487628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8494880Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8502161Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8508975Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8515935Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8522924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8529912Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8536834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8544112Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8551577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8558758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8565996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8572876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8580180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8587336Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8594363Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8601378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8608758Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8613494Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2024-04-03T17:07:11.8615728Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:07:11.8620774Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8624953Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8626038Z ^ 2024-04-03T17:07:11.8630108Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8637566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8644687Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8651987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8655963Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8656846Z ^ 2024-04-03T17:07:11.8660350Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8667650Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8671827Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8672949Z ^ 2024-04-03T17:07:11.8676908Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8683958Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8691150Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8698445Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8702223Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8702987Z ^ 2024-04-03T17:07:11.8707000Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8714426Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8718691Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8719823Z ^ 2024-04-03T17:07:11.8723637Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8730802Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8738441Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8745754Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8749499Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8750213Z ^ 2024-04-03T17:07:11.8754321Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8761601Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8765675Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8766717Z ^ 2024-04-03T17:07:11.8770682Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8778158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8785616Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8792893Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8796862Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8797583Z ^ 2024-04-03T17:07:11.8801511Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8808493Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8812609Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8813677Z ^ 2024-04-03T17:07:11.8817623Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8825170Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8832009Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8839450Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8843385Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8844168Z ^ 2024-04-03T17:07:11.8848214Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8855415Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8859697Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8860704Z ^ 2024-04-03T17:07:11.8864643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8871800Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8879064Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8886066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8890016Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8890921Z ^ 2024-04-03T17:07:11.8894906Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8902061Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8906378Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8907485Z ^ 2024-04-03T17:07:11.8911437Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8918475Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8925657Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8933048Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8937025Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8937787Z ^ 2024-04-03T17:07:11.8941946Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8949106Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8953141Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.8954253Z ^ 2024-04-03T17:07:11.8958291Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8965328Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8972580Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8979894Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8983645Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.8984388Z ^ 2024-04-03T17:07:11.8988168Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8995286Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.8999236Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9000320Z ^ 2024-04-03T17:07:11.9004019Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9011496Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9019018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9026082Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9029962Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9030730Z ^ 2024-04-03T17:07:11.9034900Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9042033Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9046183Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9047273Z ^ 2024-04-03T17:07:11.9051151Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9058188Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9065270Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9072245Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9076123Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9076872Z ^ 2024-04-03T17:07:11.9080480Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9087578Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9091789Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9092888Z ^ 2024-04-03T17:07:11.9096878Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9104272Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9111541Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9118569Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9122325Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9123097Z ^ 2024-04-03T17:07:11.9126987Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9134223Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9138675Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9139772Z ^ 2024-04-03T17:07:11.9143759Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9151115Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9158339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9165741Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9169527Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9170260Z ^ 2024-04-03T17:07:11.9174317Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9181870Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9185931Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9186999Z ^ 2024-04-03T17:07:11.9190937Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9198201Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9205573Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9212691Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9216739Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9217522Z ^ 2024-04-03T17:07:11.9221587Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9228886Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9232983Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9234055Z ^ 2024-04-03T17:07:11.9237977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9245259Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9252566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9259783Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9263829Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9264597Z ^ 2024-04-03T17:07:11.9268628Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9275950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9280188Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9281277Z ^ 2024-04-03T17:07:11.9285221Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9292028Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9299400Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9306734Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9310585Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9311284Z ^ 2024-04-03T17:07:11.9315263Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9322705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9326979Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9328211Z ^ 2024-04-03T17:07:11.9332278Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9339876Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9347167Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9354013Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9357892Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9358668Z ^ 2024-04-03T17:07:11.9362530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9369663Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9373898Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9375046Z ^ 2024-04-03T17:07:11.9379248Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9386276Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9393093Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9400126Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9404117Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9404857Z ^ 2024-04-03T17:07:11.9408673Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9415997Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9420400Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9421456Z ^ 2024-04-03T17:07:11.9425360Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9432646Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9439710Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9446809Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9450654Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9451430Z ^ 2024-04-03T17:07:11.9455530Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9462995Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9467168Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9468276Z ^ 2024-04-03T17:07:11.9472296Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9479551Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9486709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9493907Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9498027Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9498797Z ^ 2024-04-03T17:07:11.9502695Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9509882Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9513760Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9514824Z ^ 2024-04-03T17:07:11.9518978Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9526256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9533410Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9540947Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9544966Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9545718Z ^ 2024-04-03T17:07:11.9549683Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9556777Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9560864Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9561966Z ^ 2024-04-03T17:07:11.9565812Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9572955Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9580583Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9587738Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9591533Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9592299Z ^ 2024-04-03T17:07:11.9596256Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9603544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9607677Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9608777Z ^ 2024-04-03T17:07:11.9612773Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9620180Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9627466Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9634648Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9638441Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9639207Z ^ 2024-04-03T17:07:11.9643154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9650301Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9654453Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9655560Z ^ 2024-04-03T17:07:11.9659815Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9667051Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9674344Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9681515Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9685402Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9686182Z ^ 2024-04-03T17:07:11.9690200Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9697439Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9701807Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:11.9702901Z ^ 2024-04-03T17:07:11.9706877Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9714154Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9721173Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9728397Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9732236Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:11.9733022Z ^ 2024-04-03T17:07:11.9736991Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9741673Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/FakeQuantizeCore.hip:6: 2024-04-03T17:07:11.9746820Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9751319Z __global__ void unrolled_elementwise_kernel_for_multi_outputs(int N, func_t f, array_t data, inp_calc_t ic, out_calc_t oc) { 2024-04-03T17:07:11.9752977Z ^ 2024-04-03T17:07:11.9756875Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9763939Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9771008Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:261:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:11.9774959Z 176 warnings generated when compiling for gfx90a. 2024-04-03T17:07:11.9775626Z 2024-04-03T17:07:12.2014918Z [8061/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/torch_hip_generated_attention.hip.o 2024-04-03T17:07:12.2019084Z [8062/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_FusedObsFakeQuant.hip.o 2024-04-03T17:07:12.2317680Z [8062/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/torch_hip_generated_attention_backward.hip.o 2024-04-03T17:07:12.2321466Z [8063/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_IntReprQuant.hip.o 2024-04-03T17:07:12.2324221Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip:6: 2024-04-03T17:07:12.2326371Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:07:12.2331372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2335517Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.2336752Z ^ 2024-04-03T17:07:12.2341275Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2348158Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2354910Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2362205Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2366046Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.2366806Z ^ 2024-04-03T17:07:12.2370664Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2377996Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2382148Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.2383220Z ^ 2024-04-03T17:07:12.2387524Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2394667Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2401727Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2408718Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2412857Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.2413605Z ^ 2024-04-03T17:07:12.2417761Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2424977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2429122Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.2430223Z ^ 2024-04-03T17:07:12.2434146Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2441316Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2448577Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2455729Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2459946Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.2460688Z ^ 2024-04-03T17:07:12.2464704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2468556Z 18 warnings generated when compiling for gfx906. 2024-04-03T17:07:12.2470185Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/IntReprQuant.hip:6: 2024-04-03T17:07:12.2472240Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:07:12.2477018Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2480960Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.2482049Z ^ 2024-04-03T17:07:12.2485843Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2492835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2500060Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2506988Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2510756Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.2511483Z ^ 2024-04-03T17:07:12.2515378Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2522440Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2526848Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.2527965Z ^ 2024-04-03T17:07:12.2531970Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2547859Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2554797Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2560835Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2563103Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.2563577Z ^ 2024-04-03T17:07:12.2567066Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2572372Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2574868Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.2575939Z ^ 2024-04-03T17:07:12.2579034Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2584977Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2590339Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2596083Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2598859Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.2599538Z ^ 2024-04-03T17:07:12.2602560Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.2605715Z 18 warnings generated when compiling for gfx90a. 2024-04-03T17:07:12.2606066Z 2024-04-03T17:07:12.6873111Z [8063/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/flash_attn/torch_hip_generated_flash_api.hip.o 2024-04-03T17:07:12.6877494Z [8064/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_Activation.hip.o 2024-04-03T17:07:12.6881106Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip:4: 2024-04-03T17:07:12.6883507Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:07:12.6888290Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6892446Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.6893552Z ^ 2024-04-03T17:07:12.6897743Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6905134Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6912318Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6919522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6923362Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.6924121Z ^ 2024-04-03T17:07:12.6928208Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6935419Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6939776Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.6940870Z ^ 2024-04-03T17:07:12.6944834Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6952030Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6959313Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6966517Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6970446Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.6971209Z ^ 2024-04-03T17:07:12.6975175Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6982514Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6986760Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.6987860Z ^ 2024-04-03T17:07:12.6991853Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.6999021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7006247Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7013536Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7017410Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.7018185Z ^ 2024-04-03T17:07:12.7022212Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7026093Z 18 warnings generated when compiling for gfx906. 2024-04-03T17:07:12.7027730Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/Activation.hip:4: 2024-04-03T17:07:12.7029824Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:07:12.7034566Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7038852Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.7039949Z ^ 2024-04-03T17:07:12.7043924Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7051129Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7058540Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7065723Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7069555Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.7070323Z ^ 2024-04-03T17:07:12.7074393Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7081608Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7085754Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.7086847Z ^ 2024-04-03T17:07:12.7090795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7098189Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7106832Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7114045Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7117886Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.7118648Z ^ 2024-04-03T17:07:12.7121967Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7128021Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7131176Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.7132307Z ^ 2024-04-03T17:07:12.7135012Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7138979Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7142685Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7146478Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7148459Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.7148881Z ^ 2024-04-03T17:07:12.7150911Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7152912Z 18 warnings generated when compiling for gfx90a. 2024-04-03T17:07:12.7153269Z 2024-04-03T17:07:12.7154200Z [8064/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/quantization/torch_hip_generated_quantization_gpu.cu.o 2024-04-03T17:07:12.7156230Z [8065/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/torch_hip_generated_MakePerTensorQuantizedTensor.hip.o 2024-04-03T17:07:12.7157972Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip:6: 2024-04-03T17:07:12.7159243Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:07:12.7161709Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7163857Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.7164433Z ^ 2024-04-03T17:07:12.7166472Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7170142Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7173873Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7177643Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7179865Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.7180279Z ^ 2024-04-03T17:07:12.7182325Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7186014Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7188207Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.7188786Z ^ 2024-04-03T17:07:12.7190830Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7194505Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7198203Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7201921Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7203883Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.7204308Z ^ 2024-04-03T17:07:12.7206343Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7210020Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7212152Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.7212742Z ^ 2024-04-03T17:07:12.7214784Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7218772Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7222522Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7226183Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7228163Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.7228586Z ^ 2024-04-03T17:07:12.7230679Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7232664Z 18 warnings generated when compiling for gfx906. 2024-04-03T17:07:12.7233713Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/quantized/hip/MakePerTensorQuantizedTensor.hip:6: 2024-04-03T17:07:12.7234993Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/Loops.cuh:73: 2024-04-03T17:07:12.7237436Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7239571Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.7240164Z ^ 2024-04-03T17:07:12.7242260Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7245950Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7249625Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7253284Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7255264Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.7255683Z ^ 2024-04-03T17:07:12.7257813Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7261705Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7263845Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.7264496Z ^ 2024-04-03T17:07:12.7266528Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7270217Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7273923Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7277615Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7279579Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.7279997Z ^ 2024-04-03T17:07:12.7282027Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7285704Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7287904Z __global__ void vectorized_elementwise_kernel(int N, func_t f, array_t data) { 2024-04-03T17:07:12.7288494Z ^ 2024-04-03T17:07:12.7290544Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7294202Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7297962Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:60:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7301795Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7303848Z __global__ void unrolled_elementwise_kernel( 2024-04-03T17:07:12.7304271Z ^ 2024-04-03T17:07:12.7306308Z /var/lib/jenkins/workspace/aten/src/ATen/native/hip/HIPLoops.cuh:93:17: warning: loop not unrolled: the optimizer was unable to perform the requested transformation; the transformation might be disabled or specified as part of an unsupported transformation ordering [-Wpass-failed=transform-warning] 2024-04-03T17:07:12.7308364Z 18 warnings generated when compiling for gfx90a. 2024-04-03T17:07:12.7774318Z 2024-04-03T17:07:13.2040390Z [8066/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/torch_hip_generated_SparseSemiStructuredLinear.hip.o 2024-04-03T17:07:13.3678066Z [8067/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/torch_hip_generated_attention.hip.o 2024-04-03T17:07:13.3730941Z [8068/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/torch_hip_generated_attention_backward.hip.o 2024-04-03T17:07:14.8187891Z [8069/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/flash_attn/torch_hip_generated_flash_api.hip.o 2024-04-03T17:07:14.8190128Z [8070/8653] Building HIPCC object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/quantization/torch_hip_generated_quantization_gpu.cu.o 2024-04-03T17:07:14.8192153Z [8070/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlas.cpp.o 2024-04-03T17:07:14.8194500Z [8070/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlasImpl.cpp.o 2024-04-03T17:07:14.8197206Z [8070/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/NestedTensorTransformerUtils.cpp.o 2024-04-03T17:07:14.8204757Z [8070/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp.o 2024-04-03T17:07:14.8212253Z [8070/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.cpp.o 2024-04-03T17:07:15.4001501Z [8070/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.cpp.o 2024-04-03T17:07:15.4003852Z [8071/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlas.cpp.o 2024-04-03T17:07:15.4005865Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:15.4006861Z 2024-04-03T17:07:15.5118398Z [8071/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/cuSPARSELtOps.cpp.o 2024-04-03T17:07:15.5121412Z [8072/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlasLegacy.cpp.o 2024-04-03T17:07:15.5124136Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:15.5125408Z 2024-04-03T17:07:15.5653700Z [8072/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/Activation.cpp.o 2024-04-03T17:07:15.5656684Z [8073/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp.o 2024-04-03T17:07:15.5659469Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:15.5661354Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:10, 2024-04-03T17:07:15.5663091Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:3: 2024-04-03T17:07:15.5667291Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp: In function ‘void at::native::sparse::cuda::{anonymous}::_csrmm2(char, char, int64_t, int64_t, int64_t, int64_t, T*, T*, int*, int*, T*, int64_t, T*, T*, int64_t, hipDataType)’: 2024-04-03T17:07:15.5672733Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:144:5: warning: ‘HIPSPARSE_ORDER_COLUMN’ is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:15.5675968Z 144 | HIPSPARSE_ORDER_COLUMN /* memory layout, ONLY column-major is supported now */ 2024-04-03T17:07:15.5677216Z | ^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:15.5678948Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Exceptions.h:70:31: note: in definition of macro ‘TORCH_CUDASPARSE_CHECK’ 2024-04-03T17:07:15.5680807Z 70 | hipsparseStatus_t __err = EXPR; \ 2024-04-03T17:07:15.5681730Z | ^~~~ 2024-04-03T17:07:15.5682901Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContextLight.h:8, 2024-04-03T17:07:15.5684490Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:4, 2024-04-03T17:07:15.5686087Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:3: 2024-04-03T17:07:15.5687842Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:5: note: declared here 2024-04-03T17:07:15.5689396Z 9130 | HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:15.5690613Z | ^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:15.5691864Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:10, 2024-04-03T17:07:15.5693637Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:3: 2024-04-03T17:07:15.5697103Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:153:5: warning: ‘HIPSPARSE_ORDER_COLUMN’ is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:15.5700341Z 153 | HIPSPARSE_ORDER_COLUMN /* memory layout, ONLY column-major is supported now */ 2024-04-03T17:07:15.5701409Z | ^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:15.5703097Z /var/lib/jenkins/workspace/aten/src/ATen/hip/Exceptions.h:70:31: note: in definition of macro ‘TORCH_CUDASPARSE_CHECK’ 2024-04-03T17:07:15.5704934Z 70 | hipsparseStatus_t __err = EXPR; \ 2024-04-03T17:07:15.5705871Z | ^~~~ 2024-04-03T17:07:15.5707039Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContextLight.h:8, 2024-04-03T17:07:15.5708785Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:4, 2024-04-03T17:07:15.5710312Z from /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:3: 2024-04-03T17:07:15.5712093Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:5: note: declared here 2024-04-03T17:07:15.5713632Z 9130 | HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:15.5714875Z | ^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:15.5718818Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp: In instantiation of ‘void at::native::sparse::cuda::{anonymous}::_csrmm2(char, char, int64_t, int64_t, int64_t, int64_t, T*, T*, int*, int*, T*, int64_t, T*, T*, int64_t, hipDataType) [with T = float; int64_t = long int; hipDataType = hipDataType]’: 2024-04-03T17:07:15.5723102Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:217:114: required from here 2024-04-03T17:07:15.5726155Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:158:20: warning: unused variable ‘prop’ [-Wunused-variable] 2024-04-03T17:07:15.5728481Z 158 | hipDeviceProp_t* prop = at::cuda::getCurrentDeviceProperties(); 2024-04-03T17:07:15.5729452Z | ^~~~ 2024-04-03T17:07:15.5733193Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp: In instantiation of ‘void at::native::sparse::cuda::{anonymous}::_csrmm2(char, char, int64_t, int64_t, int64_t, int64_t, T*, T*, int*, int*, T*, int64_t, T*, T*, int64_t, hipDataType) [with T = double; int64_t = long int; hipDataType = hipDataType]’: 2024-04-03T17:07:15.5737763Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:226:114: required from here 2024-04-03T17:07:15.5740885Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:158:20: warning: unused variable ‘prop’ [-Wunused-variable] 2024-04-03T17:07:15.5746437Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp: In instantiation of ‘void at::native::sparse::cuda::{anonymous}::_csrmm2(char, char, int64_t, int64_t, int64_t, int64_t, T*, T*, int*, int*, T*, int64_t, T*, T*, int64_t, hipDataType) [with T = HIP_vector_type; int64_t = long int; hipDataType = hipDataType]’: 2024-04-03T17:07:15.5750770Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:243:53: required from here 2024-04-03T17:07:15.5753693Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:158:20: warning: unused variable ‘prop’ [-Wunused-variable] 2024-04-03T17:07:15.5758863Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp: In instantiation of ‘void at::native::sparse::cuda::{anonymous}::_csrmm2(char, char, int64_t, int64_t, int64_t, int64_t, T*, T*, int*, int*, T*, int64_t, T*, T*, int64_t, hipDataType) [with T = HIP_vector_type; int64_t = long int; hipDataType = hipDataType]’: 2024-04-03T17:07:15.5762729Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:260:59: required from here 2024-04-03T17:07:15.5765187Z /var/lib/jenkins/workspace/aten/src/ATen/native/sparse/hip/SparseHIPBlas.cpp:158:20: warning: unused variable ‘prop’ [-Wunused-variable] 2024-04-03T17:07:15.5766574Z 2024-04-03T17:07:15.6327321Z [8073/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Conv.cpp.o 2024-04-03T17:07:15.6330266Z [8074/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Conv.cpp.o 2024-04-03T17:07:15.6333078Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:15.6334503Z 2024-04-03T17:07:15.7258916Z [8074/8653] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2024-04-03T17:07:15.7260632Z [8075/8653] Building CXX object caffe2/CMakeFiles/torch.dir/__/empty.cpp.o 2024-04-03T17:07:15.7262857Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:15.7264128Z 2024-04-03T17:07:15.8313079Z [8075/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/EmptyTensor.cpp.o 2024-04-03T17:07:15.8315751Z [8076/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/SparseBlasImpl.cpp.o 2024-04-03T17:07:15.8318451Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:15.8319740Z 2024-04-03T17:07:16.2028034Z [8076/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CachingHostAllocator.cpp.o 2024-04-03T17:07:16.2035823Z [8077/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/NestedTensorTransformerUtils.cpp.o 2024-04-03T17:07:16.2038560Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.2039720Z 2024-04-03T17:07:16.2782689Z [8077/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/ConvPrepack.cpp.o 2024-04-03T17:07:16.2785675Z [8078/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/ConvPrepack.cpp.o 2024-04-03T17:07:16.2788353Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.2789804Z 2024-04-03T17:07:16.3182654Z [8078/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/ConvUnpackImpl.cpp.o 2024-04-03T17:07:16.3185366Z [8079/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/EmptyTensor.cpp.o 2024-04-03T17:07:16.3187662Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.3189097Z 2024-04-03T17:07:16.3775961Z [8079/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Linear.cpp.o 2024-04-03T17:07:16.3778618Z [8080/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/ConvUnpackImpl.cpp.o 2024-04-03T17:07:16.3780141Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.3780849Z 2024-04-03T17:07:16.4228329Z [8080/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/LinearPrepack.cpp.o 2024-04-03T17:07:16.4231426Z [8081/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/nested/hip/NestedTensorTransformerFunctions.cpp.o 2024-04-03T17:07:16.4234375Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.4235337Z 2024-04-03T17:07:16.4246772Z [8081/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/LinearUnpackImpl.cpp.o 2024-04-03T17:07:16.4249724Z [8082/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Linear.cpp.o 2024-04-03T17:07:16.4252262Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.4253539Z 2024-04-03T17:07:16.4799309Z [8082/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Pooling.cpp.o 2024-04-03T17:07:16.4801260Z [8083/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/LinearPrepack.cpp.o 2024-04-03T17:07:16.4803216Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.4803985Z 2024-04-03T17:07:16.5176275Z [8083/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CuSparseHandlePool.cpp.o 2024-04-03T17:07:16.5178934Z [8084/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/LinearUnpackImpl.cpp.o 2024-04-03T17:07:16.5181069Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.5182047Z 2024-04-03T17:07:16.5207567Z [8084/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CublasHandlePool.cpp.o 2024-04-03T17:07:16.5210224Z [8085/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/hip/Activation.cpp.o 2024-04-03T17:07:16.5212615Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.5213802Z 2024-04-03T17:07:16.8225199Z [8085/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/Exceptions.cpp.o 2024-04-03T17:07:16.8227792Z [8086/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CachingHostAllocator.cpp.o 2024-04-03T17:07:16.8230301Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.8231572Z 2024-04-03T17:07:16.9390890Z [8086/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPContext.cpp.o 2024-04-03T17:07:16.9393729Z [8087/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/sparse/hip/cuSPARSELtOps.cpp.o 2024-04-03T17:07:16.9396592Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:16.9397929Z 2024-04-03T17:07:17.1521853Z [8087/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/sdp_utils.cpp.o 2024-04-03T17:07:17.1524528Z [8088/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CuSparseHandlePool.cpp.o 2024-04-03T17:07:17.1527125Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:17.1528217Z 2024-04-03T17:07:17.1972630Z [8088/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/BinaryOps.cpp.o 2024-04-03T17:07:17.1975070Z [8089/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/Exceptions.cpp.o 2024-04-03T17:07:17.1977359Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:17.1978720Z 2024-04-03T17:07:17.2304182Z [8089/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPBlas.cpp.o 2024-04-03T17:07:17.2305965Z [8090/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/BinaryOps.cpp.o 2024-04-03T17:07:17.2307536Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:17.4474865Z 2024-04-03T17:07:17.4476529Z [8090/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPGeneratorImpl.cpp.o 2024-04-03T17:07:17.4482809Z [8091/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/CublasHandlePool.cpp.o 2024-04-03T17:07:17.4484984Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:17.4486752Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/CublasHandlePool.cpp:3: 2024-04-03T17:07:17.4492184Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:17.4496344Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:17.4497149Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:17.4499141Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:17.4500868Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:17.4501730Z | ^~~~ 2024-04-03T17:07:17.4503599Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:17.4505088Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:17.4505677Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:17.4506729Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContextLight.h:7, 2024-04-03T17:07:17.4508234Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:4, 2024-04-03T17:07:17.4509649Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/CublasHandlePool.cpp:2: 2024-04-03T17:07:17.4511247Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:17.4512379Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:17.4513160Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:17.4514327Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/CublasHandlePool.cpp:3: 2024-04-03T17:07:17.4519449Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:17.4523344Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:17.4524042Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:17.4525661Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:17.4527555Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:17.4528411Z | ^~~~ 2024-04-03T17:07:17.4530254Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:17.4531881Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:17.4532530Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:17.4533592Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContextLight.h:7, 2024-04-03T17:07:17.4535107Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:4, 2024-04-03T17:07:17.4536577Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/CublasHandlePool.cpp:2: 2024-04-03T17:07:17.4538164Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:17.4539518Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:17.4540423Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:17.4540878Z 2024-04-03T17:07:17.5696863Z [8091/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPSparseBlas.cpp.o 2024-04-03T17:07:17.5699668Z [8092/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/quantized/cudnn/hip/Pooling.cpp.o 2024-04-03T17:07:17.5702350Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:17.5703636Z 2024-04-03T17:07:17.6930022Z [8092/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPGraph.cpp.o 2024-04-03T17:07:17.6931814Z [8093/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPContext.cpp.o 2024-04-03T17:07:17.6933806Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:17.6935068Z 2024-04-03T17:07:17.6937067Z [8093/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/PeerToPeerAccess.cpp.o 2024-04-03T17:07:17.6939967Z [8094/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/transformers/hip/sdp_utils.cpp.o 2024-04-03T17:07:17.6942446Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:17.6945869Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/sdp_utils.cpp: In function ‘bool sdp::{anonymous}::check_flash_attention_hardware_support(const sdp::sdp_params&, bool)’: 2024-04-03T17:07:17.6950442Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/sdp_utils.cpp:188:9: warning: typedef ‘using sm80 = struct sdp::{anonymous}::SMVersion<8, 0>’ locally defined but not used [-Wunused-local-typedefs] 2024-04-03T17:07:17.6952880Z 188 | using sm80 = SMVersion<8, 0>; 2024-04-03T17:07:17.6953593Z | ^~~~ 2024-04-03T17:07:17.6956328Z /var/lib/jenkins/workspace/aten/src/ATen/native/transformers/hip/sdp_utils.cpp:189:9: warning: typedef ‘using sm90 = struct sdp::{anonymous}::SMVersion<9, 0>’ locally defined but not used [-Wunused-local-typedefs] 2024-04-03T17:07:17.6959067Z 189 | using sm90 = SMVersion<9, 0>; 2024-04-03T17:07:17.6959735Z | ^~~~ 2024-04-03T17:07:17.6960076Z 2024-04-03T17:07:18.0691399Z [8094/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPSparseDescriptors.cpp.o 2024-04-03T17:07:18.0693831Z [8095/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPSparseBlas.cpp.o 2024-04-03T17:07:18.0696090Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:18.0697424Z 2024-04-03T17:07:18.5074582Z [8095/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/PinnedMemoryAllocator.cpp.o 2024-04-03T17:07:18.5076409Z [8096/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/PeerToPeerAccess.cpp.o 2024-04-03T17:07:18.5078116Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:18.5078862Z 2024-04-03T17:07:18.5610461Z [8096/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Activation.cpp.o 2024-04-03T17:07:18.5613085Z [8097/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPGeneratorImpl.cpp.o 2024-04-03T17:07:18.5615700Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:18.5617219Z 2024-04-03T17:07:18.5980354Z [8097/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/HIPHooks.cpp.o 2024-04-03T17:07:18.5982731Z [8098/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPSparseDescriptors.cpp.o 2024-04-03T17:07:18.5985320Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:18.5988621Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.cpp: In function ‘void* at::cuda::sparse::createRawDnMatDescriptor(const at::Tensor&, int64_t, bool)’: 2024-04-03T17:07:18.5992807Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.cpp:83:16: warning: ‘HIPSPARSE_ORDER_COLUMN’ is deprecated: Please use HIPSPARSE_ORDER_COL instead [-Wdeprecated-declarations] 2024-04-03T17:07:18.5995320Z 83 | auto order = HIPSPARSE_ORDER_COLUMN; 2024-04-03T17:07:18.5996063Z | ^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:18.5997271Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContextLight.h:8, 2024-04-03T17:07:18.5998807Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:4, 2024-04-03T17:07:18.6000327Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPSparseDescriptors.cpp:2: 2024-04-03T17:07:18.6002021Z /opt/rocm-6.0.0/include/hipsparse/hipsparse.h:9130:5: note: declared here 2024-04-03T17:07:18.6003775Z 9130 | HIPSPARSE_ORDER_COLUMN HIPSPARSE_DEPRECATED_MSG("Please use HIPSPARSE_ORDER_COL instead") 2024-04-03T17:07:18.6004978Z | ^~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:18.6005416Z 2024-04-03T17:07:18.8485875Z [8098/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.cpp.o 2024-04-03T17:07:18.8488860Z [8099/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPGraph.cpp.o 2024-04-03T17:07:18.8491301Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:18.8492625Z 2024-04-03T17:07:19.0344281Z [8099/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.cpp.o 2024-04-03T17:07:19.0347030Z [8100/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Activation.cpp.o 2024-04-03T17:07:19.0349533Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:19.0350656Z 2024-04-03T17:07:19.2864096Z [8100/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/llvm_basic.cpp.o 2024-04-03T17:07:19.2866128Z [8101/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.cpp.o 2024-04-03T17:07:19.2868232Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:19.2868934Z 2024-04-03T17:07:19.3201045Z [8101/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/llvm_complex.cpp.o 2024-04-03T17:07:19.3203754Z [8102/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/llvm_basic.cpp.o 2024-04-03T17:07:19.3206416Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:19.3207950Z 2024-04-03T17:07:19.4698203Z [8102/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/tunable/StreamTimer.cpp.o 2024-04-03T17:07:19.4700752Z [8103/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/llvm_complex.cpp.o 2024-04-03T17:07:19.4703075Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:19.4704330Z 2024-04-03T17:07:19.4900768Z [8103/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/tunable/Tunable.cpp.o 2024-04-03T17:07:19.4903311Z [8104/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/HIPBlas.cpp.o 2024-04-03T17:07:19.4906159Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:19.4909611Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp: In function ‘hipblasStatus_t rocBLASStatusToHIPStatus(rocblas_status)’: 2024-04-03T17:07:19.4913103Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:42:11: warning: enumeration value ‘rocblas_status_perf_degraded’ not handled in switch [-Wswitch] 2024-04-03T17:07:19.4915202Z 42 | switch(error) 2024-04-03T17:07:19.4915761Z | ^ 2024-04-03T17:07:19.4917960Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:42:11: warning: enumeration value ‘rocblas_status_size_query_mismatch’ not handled in switch [-Wswitch] 2024-04-03T17:07:19.4921598Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:42:11: warning: enumeration value ‘rocblas_status_continue’ not handled in switch [-Wswitch] 2024-04-03T17:07:19.4925203Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:42:11: warning: enumeration value ‘rocblas_status_check_numerics_fail’ not handled in switch [-Wswitch] 2024-04-03T17:07:19.4928951Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:42:11: warning: enumeration value ‘rocblas_status_excluded_from_build’ not handled in switch [-Wswitch] 2024-04-03T17:07:19.4932769Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:42:11: warning: enumeration value ‘rocblas_status_arch_mismatch’ not handled in switch [-Wswitch] 2024-04-03T17:07:19.4938483Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp: In function ‘void at::cuda::blas::scaled_gemm(char, char, int64_t, int64_t, int64_t, const void*, const void*, int64_t, c10::ScalarType, const void*, const void*, int64_t, c10::ScalarType, const void*, c10::ScalarType, void*, const void*, int64_t, c10::ScalarType, void*, bool)’: 2024-04-03T17:07:19.4943387Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:1154:16: warning: unused variable ‘fastAccuMode’ [-Wunused-variable] 2024-04-03T17:07:19.4945338Z 1154 | const int8_t fastAccuMode = use_fast_accum ? 1 : 0; 2024-04-03T17:07:19.4946262Z | ^~~~~~~~~~~~ 2024-04-03T17:07:19.4947534Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.4949217Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.4952406Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmStridedBatchedTypeStringAndOps() [with T = double]’: 2024-04-03T17:07:19.4958503Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:211:77: required from ‘at::cuda::tunable::GemmStridedBatchedTunableOp::GemmStridedBatchedTunableOp() [with T = double; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.4966201Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:395:96: required from ‘void at::cuda::blas::bgemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, int64_t, const DType*, int64_t, int64_t, at::opmath_type, DType*, int64_t, int64_t, int64_t) [with DType = double; int64_t = long int; at::opmath_type = double]’ 2024-04-03T17:07:19.4970782Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:419:54: required from here 2024-04-03T17:07:19.4976133Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.4980851Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.4981958Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.4982874Z 250 | input_output_type, 2024-04-03T17:07:19.4983966Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.4984948Z 251 | input_output_type, 2024-04-03T17:07:19.4985948Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.4986894Z 252 | compute_type, 2024-04-03T17:07:19.4987832Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.4988819Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.4989825Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.4990766Z 254 | nullptr, 2024-04-03T17:07:19.4991672Z | ~~~~~~~~ 2024-04-03T17:07:19.4992501Z 255 | &solution_size)); 2024-04-03T17:07:19.4993463Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.4995665Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.4997399Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.4998239Z | ^~~~ 2024-04-03T17:07:19.4999312Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5000568Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5001840Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5002974Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5004237Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5005560Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5006622Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5007722Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5009003Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5013242Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5016852Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5017850Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5026018Z 250 | input_output_type, 2024-04-03T17:07:19.5026815Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5027607Z 251 | input_output_type, 2024-04-03T17:07:19.5028442Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5029260Z 252 | compute_type, 2024-04-03T17:07:19.5029977Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5030732Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5031502Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5032400Z 254 | nullptr, 2024-04-03T17:07:19.5033119Z | ~~~~~~~~ 2024-04-03T17:07:19.5033860Z 255 | &solution_size)); 2024-04-03T17:07:19.5034613Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5036299Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5038004Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5038643Z | ^~~~ 2024-04-03T17:07:19.5039480Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5040575Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5041934Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5043287Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5044598Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5046098Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5047341Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5048716Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5050345Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5054257Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5058188Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5059164Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5060004Z 250 | input_output_type, 2024-04-03T17:07:19.5060935Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5061750Z 251 | input_output_type, 2024-04-03T17:07:19.5062624Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5063422Z 252 | compute_type, 2024-04-03T17:07:19.5064331Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5065025Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5066030Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5066593Z 254 | nullptr, 2024-04-03T17:07:19.5067373Z | ~~~~~~~~ 2024-04-03T17:07:19.5068131Z 255 | &solution_size)); 2024-04-03T17:07:19.5068702Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5070382Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5072121Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5072753Z | ^~~~ 2024-04-03T17:07:19.5073757Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5074694Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5075789Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5076911Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5077982Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5079203Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5080239Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5081425Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5082986Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5085955Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5088809Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5089441Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5090070Z 250 | input_output_type, 2024-04-03T17:07:19.5090630Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5091180Z 251 | input_output_type, 2024-04-03T17:07:19.5091849Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5092828Z 252 | compute_type, 2024-04-03T17:07:19.5093424Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5093981Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5094536Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5095147Z 254 | nullptr, 2024-04-03T17:07:19.5095678Z | ~~~~~~~~ 2024-04-03T17:07:19.5096292Z 255 | &solution_size)); 2024-04-03T17:07:19.5096857Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5098106Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5099352Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5099821Z | ^~~~ 2024-04-03T17:07:19.5100430Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5101253Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5102169Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5103026Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5103965Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5104943Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5105782Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5106588Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5107527Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5110917Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5115296Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5116368Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5117307Z 259 | input_output_type, 2024-04-03T17:07:19.5118219Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5119250Z 260 | input_output_type, 2024-04-03T17:07:19.5120177Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5121085Z 261 | compute_type, 2024-04-03T17:07:19.5121996Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5122928Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5123878Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5124797Z 263 | solutions.data(), 2024-04-03T17:07:19.5125731Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5126659Z 264 | &solution_size)); 2024-04-03T17:07:19.5127556Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5129594Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5131422Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5132323Z | ^~~~ 2024-04-03T17:07:19.5133339Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5134721Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5135867Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5136832Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5137897Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5139058Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5139818Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5140614Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5141992Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5146931Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5151103Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5151746Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5152306Z 259 | input_output_type, 2024-04-03T17:07:19.5152869Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5153409Z 260 | input_output_type, 2024-04-03T17:07:19.5153969Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5154513Z 261 | compute_type, 2024-04-03T17:07:19.5155039Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5155596Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5156171Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5156775Z 263 | solutions.data(), 2024-04-03T17:07:19.5157325Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5157871Z 264 | &solution_size)); 2024-04-03T17:07:19.5158424Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5159596Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5160679Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5161160Z | ^~~~ 2024-04-03T17:07:19.5161748Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5162584Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5163508Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5164356Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5165291Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5166278Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5167098Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5167874Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5168809Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5171621Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5174188Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5174804Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5175365Z 259 | input_output_type, 2024-04-03T17:07:19.5175927Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5176591Z 260 | input_output_type, 2024-04-03T17:07:19.5177142Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5177746Z 261 | compute_type, 2024-04-03T17:07:19.5178439Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5178997Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5179573Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5180143Z 263 | solutions.data(), 2024-04-03T17:07:19.5180688Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5181236Z 264 | &solution_size)); 2024-04-03T17:07:19.5181779Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5182950Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5184020Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5184551Z | ^~~~ 2024-04-03T17:07:19.5185155Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5185964Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5186882Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5187747Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5188669Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5189659Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5190420Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5191215Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5192138Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5194958Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5197530Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5198162Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5198701Z 259 | input_output_type, 2024-04-03T17:07:19.5199260Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5199864Z 260 | input_output_type, 2024-04-03T17:07:19.5200397Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5200952Z 261 | compute_type, 2024-04-03T17:07:19.5201488Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5202033Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5202606Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5203168Z 263 | solutions.data(), 2024-04-03T17:07:19.5203715Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5204290Z 264 | &solution_size)); 2024-04-03T17:07:19.5204839Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5206012Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5207072Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5207546Z | ^~~~ 2024-04-03T17:07:19.5208153Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5208969Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5209877Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5210727Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5211661Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5212649Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5213451Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5214246Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5215165Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5217030Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmStridedBatchedTypeStringAndOps() [with T = float]’: 2024-04-03T17:07:19.5220556Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:211:77: required from ‘at::cuda::tunable::GemmStridedBatchedTunableOp::GemmStridedBatchedTunableOp() [with T = float; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.5224655Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:395:96: required from ‘void at::cuda::blas::bgemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, int64_t, const DType*, int64_t, int64_t, at::opmath_type, DType*, int64_t, int64_t, int64_t) [with DType = float; int64_t = long int; at::opmath_type = float]’ 2024-04-03T17:07:19.5227055Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:430:52: required from here 2024-04-03T17:07:19.5230047Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5232595Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5233224Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5233786Z 250 | input_output_type, 2024-04-03T17:07:19.5234335Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5234890Z 251 | input_output_type, 2024-04-03T17:07:19.5235445Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5235988Z 252 | compute_type, 2024-04-03T17:07:19.5236510Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5237064Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5237699Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5238238Z 254 | nullptr, 2024-04-03T17:07:19.5238764Z | ~~~~~~~~ 2024-04-03T17:07:19.5239309Z 255 | &solution_size)); 2024-04-03T17:07:19.5239858Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5241026Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5242101Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5242573Z | ^~~~ 2024-04-03T17:07:19.5243167Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5243986Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5244916Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5245818Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5246753Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5247743Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5248516Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5249302Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5250243Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5253051Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5255562Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5256261Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5256819Z 250 | input_output_type, 2024-04-03T17:07:19.5257430Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5257971Z 251 | input_output_type, 2024-04-03T17:07:19.5258711Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5259268Z 252 | compute_type, 2024-04-03T17:07:19.5259879Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5260423Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5260997Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5261548Z 254 | nullptr, 2024-04-03T17:07:19.5262061Z | ~~~~~~~~ 2024-04-03T17:07:19.5262600Z 255 | &solution_size)); 2024-04-03T17:07:19.5263148Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5264308Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5265386Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5265907Z | ^~~~ 2024-04-03T17:07:19.5266516Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5267326Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5268248Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5269101Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5270027Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5271015Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5271778Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5272554Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5273488Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5276777Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5281350Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5282460Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5283329Z 250 | input_output_type, 2024-04-03T17:07:19.5284252Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5285213Z 251 | input_output_type, 2024-04-03T17:07:19.5286176Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5287196Z 252 | compute_type, 2024-04-03T17:07:19.5288158Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5289123Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5290280Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5291249Z 254 | nullptr, 2024-04-03T17:07:19.5292177Z | ~~~~~~~~ 2024-04-03T17:07:19.5293123Z 255 | &solution_size)); 2024-04-03T17:07:19.5294017Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5296386Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5298234Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5299229Z | ^~~~ 2024-04-03T17:07:19.5300338Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5301783Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5303521Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5305109Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5306831Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5308632Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5310030Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5311142Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5312073Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5314910Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5317425Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5318066Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5318622Z 250 | input_output_type, 2024-04-03T17:07:19.5319259Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5319818Z 251 | input_output_type, 2024-04-03T17:07:19.5320371Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5320905Z 252 | compute_type, 2024-04-03T17:07:19.5321446Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5321997Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5322554Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5323096Z 254 | nullptr, 2024-04-03T17:07:19.5323630Z | ~~~~~~~~ 2024-04-03T17:07:19.5324159Z 255 | &solution_size)); 2024-04-03T17:07:19.5324712Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5325884Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5326997Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5327460Z | ^~~~ 2024-04-03T17:07:19.5328063Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5328886Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5329797Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5330702Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5331642Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5332619Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5333395Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5334189Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5335122Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5338044Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5341671Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5342777Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5343754Z 259 | input_output_type, 2024-04-03T17:07:19.5344749Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5345702Z 260 | input_output_type, 2024-04-03T17:07:19.5346595Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5350345Z 261 | compute_type, 2024-04-03T17:07:19.5351336Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5352357Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5353354Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5354439Z 263 | solutions.data(), 2024-04-03T17:07:19.5355347Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5356226Z 264 | &solution_size)); 2024-04-03T17:07:19.5357092Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5359232Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5361215Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5362044Z | ^~~~ 2024-04-03T17:07:19.5363087Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5364468Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5366139Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5367639Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5369188Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5370373Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5371138Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5371936Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5372870Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5375712Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5379618Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5380669Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5381583Z 259 | input_output_type, 2024-04-03T17:07:19.5382523Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5383486Z 260 | input_output_type, 2024-04-03T17:07:19.5384507Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5385654Z 261 | compute_type, 2024-04-03T17:07:19.5386628Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5387564Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5388618Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5389703Z 263 | solutions.data(), 2024-04-03T17:07:19.5390775Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5391749Z 264 | &solution_size)); 2024-04-03T17:07:19.5392701Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5394589Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5396543Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5397482Z | ^~~~ 2024-04-03T17:07:19.5398547Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5399998Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5401705Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5403404Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5405314Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5407074Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5408482Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5409887Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5411621Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5417030Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5422105Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5423270Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5424247Z 259 | input_output_type, 2024-04-03T17:07:19.5425224Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5426336Z 260 | input_output_type, 2024-04-03T17:07:19.5427325Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5428300Z 261 | compute_type, 2024-04-03T17:07:19.5429299Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5430329Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5431341Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5432340Z 263 | solutions.data(), 2024-04-03T17:07:19.5433277Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5434320Z 264 | &solution_size)); 2024-04-03T17:07:19.5435279Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5437452Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5439332Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5440215Z | ^~~~ 2024-04-03T17:07:19.5441444Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5442951Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5444588Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5446162Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5447786Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5449681Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5451031Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5452429Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5454038Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5459280Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5463819Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5464930Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5465876Z 259 | input_output_type, 2024-04-03T17:07:19.5466871Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5467860Z 260 | input_output_type, 2024-04-03T17:07:19.5468904Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5469825Z 261 | compute_type, 2024-04-03T17:07:19.5470759Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5471789Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5472798Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5473894Z 263 | solutions.data(), 2024-04-03T17:07:19.5474883Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5475867Z 264 | &solution_size)); 2024-04-03T17:07:19.5476862Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5479097Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5481123Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5481928Z | ^~~~ 2024-04-03T17:07:19.5482997Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5484437Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5486142Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5487742Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5489522Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5491318Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5492658Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5494056Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5495783Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5499201Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmStridedBatchedTypeStringAndOps() [with T = c10::complex]’: 2024-04-03T17:07:19.5504102Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:211:77: required from ‘at::cuda::tunable::GemmStridedBatchedTunableOp::GemmStridedBatchedTunableOp() [with T = c10::complex; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.5510360Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:395:96: required from ‘void at::cuda::blas::bgemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, int64_t, const DType*, int64_t, int64_t, at::opmath_type, DType*, int64_t, int64_t, int64_t) [with DType = c10::complex; int64_t = long int; at::opmath_type = c10::complex]’ 2024-04-03T17:07:19.5513967Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:441:82: required from here 2024-04-03T17:07:19.5518336Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5521827Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5522705Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5523564Z 250 | input_output_type, 2024-04-03T17:07:19.5524331Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5525139Z 251 | input_output_type, 2024-04-03T17:07:19.5526008Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5526866Z 252 | compute_type, 2024-04-03T17:07:19.5527588Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5528343Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5529120Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5529873Z 254 | nullptr, 2024-04-03T17:07:19.5530584Z | ~~~~~~~~ 2024-04-03T17:07:19.5531321Z 255 | &solution_size)); 2024-04-03T17:07:19.5532054Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5533788Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5535486Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5536147Z | ^~~~ 2024-04-03T17:07:19.5537052Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5538218Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5539725Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5540940Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5542321Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5543845Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5545145Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5546490Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5548203Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5552265Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5556928Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5557979Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5558587Z 250 | input_output_type, 2024-04-03T17:07:19.5559160Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5559718Z 251 | input_output_type, 2024-04-03T17:07:19.5560252Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5560810Z 252 | compute_type, 2024-04-03T17:07:19.5561342Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5561987Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5562564Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5563320Z 254 | nullptr, 2024-04-03T17:07:19.5564218Z | ~~~~~~~~ 2024-04-03T17:07:19.5564809Z 255 | &solution_size)); 2024-04-03T17:07:19.5565867Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5567774Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5569281Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5569951Z | ^~~~ 2024-04-03T17:07:19.5570857Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5571732Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5573073Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5574325Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5575621Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5577215Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5578691Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5579728Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5581171Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5585272Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5588383Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5589040Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5589677Z 250 | input_output_type, 2024-04-03T17:07:19.5590244Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5591088Z 251 | input_output_type, 2024-04-03T17:07:19.5591778Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5592519Z 252 | compute_type, 2024-04-03T17:07:19.5593265Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5594101Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5594666Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5595603Z 254 | nullptr, 2024-04-03T17:07:19.5596560Z | ~~~~~~~~ 2024-04-03T17:07:19.5597554Z 255 | &solution_size)); 2024-04-03T17:07:19.5598560Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5600744Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5602888Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5603781Z | ^~~~ 2024-04-03T17:07:19.5604922Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5606465Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5608146Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5609896Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5611653Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5613485Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5614924Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5616526Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5618244Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5623533Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5628255Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5629426Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5630440Z 250 | input_output_type, 2024-04-03T17:07:19.5631460Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5632479Z 251 | input_output_type, 2024-04-03T17:07:19.5633508Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5634493Z 252 | compute_type, 2024-04-03T17:07:19.5635491Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5636552Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5637710Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5638738Z 254 | nullptr, 2024-04-03T17:07:19.5639727Z | ~~~~~~~~ 2024-04-03T17:07:19.5640748Z 255 | &solution_size)); 2024-04-03T17:07:19.5641543Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5643296Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5645073Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5645829Z | ^~~~ 2024-04-03T17:07:19.5646901Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5648354Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5649600Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5650732Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5651917Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5653221Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5654292Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5655231Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5656699Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5661178Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5664268Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5664908Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5665717Z 259 | input_output_type, 2024-04-03T17:07:19.5666298Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5667265Z 260 | input_output_type, 2024-04-03T17:07:19.5668181Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5669007Z 261 | compute_type, 2024-04-03T17:07:19.5669656Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5670463Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5671207Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5672036Z 263 | solutions.data(), 2024-04-03T17:07:19.5672860Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5673414Z 264 | &solution_size)); 2024-04-03T17:07:19.5673947Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5675429Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5676610Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5677308Z | ^~~~ 2024-04-03T17:07:19.5678129Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5678954Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5680309Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5681404Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5682730Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5684173Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5685025Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5686336Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5687474Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5691358Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5694657Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5695275Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5695826Z 259 | input_output_type, 2024-04-03T17:07:19.5696549Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5697092Z 260 | input_output_type, 2024-04-03T17:07:19.5697647Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5698196Z 261 | compute_type, 2024-04-03T17:07:19.5699047Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5699815Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5700390Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5700953Z 263 | solutions.data(), 2024-04-03T17:07:19.5701568Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5702487Z 264 | &solution_size)); 2024-04-03T17:07:19.5703301Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5705095Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5706187Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5706668Z | ^~~~ 2024-04-03T17:07:19.5707267Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5708089Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5709020Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5709871Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5710801Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5712362Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5713419Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5714201Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5715394Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5718387Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5721551Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5722175Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5723001Z 259 | input_output_type, 2024-04-03T17:07:19.5723559Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5724115Z 260 | input_output_type, 2024-04-03T17:07:19.5725009Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5725715Z 261 | compute_type, 2024-04-03T17:07:19.5726532Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5727174Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5728258Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5729113Z 263 | solutions.data(), 2024-04-03T17:07:19.5729867Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5730453Z 264 | &solution_size)); 2024-04-03T17:07:19.5730999Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5732197Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5733270Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5733749Z | ^~~~ 2024-04-03T17:07:19.5734356Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5735505Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5736809Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5737941Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5739344Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5740330Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5741100Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5742177Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5743584Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5747879Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5750753Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5751646Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5752203Z 259 | input_output_type, 2024-04-03T17:07:19.5752759Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5753310Z 260 | input_output_type, 2024-04-03T17:07:19.5754135Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5754678Z 261 | compute_type, 2024-04-03T17:07:19.5755615Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5756600Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5757605Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5758544Z 263 | solutions.data(), 2024-04-03T17:07:19.5759562Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5760195Z 264 | &solution_size)); 2024-04-03T17:07:19.5760750Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5762208Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5763538Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5764324Z | ^~~~ 2024-04-03T17:07:19.5765205Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5766556Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5768011Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5769461Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5771178Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5772965Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5774367Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5775844Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5776997Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5779312Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmStridedBatchedTypeStringAndOps() [with T = c10::complex]’: 2024-04-03T17:07:19.5783465Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:211:77: required from ‘at::cuda::tunable::GemmStridedBatchedTunableOp::GemmStridedBatchedTunableOp() [with T = c10::complex; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.5788841Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:395:96: required from ‘void at::cuda::blas::bgemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, int64_t, const DType*, int64_t, int64_t, at::opmath_type, DType*, int64_t, int64_t, int64_t) [with DType = c10::complex; int64_t = long int; at::opmath_type = c10::complex]’ 2024-04-03T17:07:19.5792543Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:452:80: required from here 2024-04-03T17:07:19.5796228Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5799678Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5800757Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5801330Z 250 | input_output_type, 2024-04-03T17:07:19.5802143Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5803093Z 251 | input_output_type, 2024-04-03T17:07:19.5803656Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5804203Z 252 | compute_type, 2024-04-03T17:07:19.5805098Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5805660Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5806231Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5807024Z 254 | nullptr, 2024-04-03T17:07:19.5807558Z | ~~~~~~~~ 2024-04-03T17:07:19.5808180Z 255 | &solution_size)); 2024-04-03T17:07:19.5808941Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5810458Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5811548Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5812241Z | ^~~~ 2024-04-03T17:07:19.5812892Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5813713Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5814973Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5816107Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5817434Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5818872Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5819922Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5820706Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5821898Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5825007Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5828061Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5828777Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5829505Z 250 | input_output_type, 2024-04-03T17:07:19.5830413Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5830972Z 251 | input_output_type, 2024-04-03T17:07:19.5831509Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5832059Z 252 | compute_type, 2024-04-03T17:07:19.5832863Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5833411Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5833986Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5834539Z 254 | nullptr, 2024-04-03T17:07:19.5835322Z | ~~~~~~~~ 2024-04-03T17:07:19.5835866Z 255 | &solution_size)); 2024-04-03T17:07:19.5836678Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5838238Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5839588Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5840324Z | ^~~~ 2024-04-03T17:07:19.5840945Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5842026Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5843287Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5844371Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5845305Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5846564Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5847602Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5848612Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5849585Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5852487Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5855069Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5855704Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5856367Z 250 | input_output_type, 2024-04-03T17:07:19.5857210Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5857772Z 251 | input_output_type, 2024-04-03T17:07:19.5858451Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5859406Z 252 | compute_type, 2024-04-03T17:07:19.5860279Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5860924Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5861486Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5862037Z 254 | nullptr, 2024-04-03T17:07:19.5862570Z | ~~~~~~~~ 2024-04-03T17:07:19.5863099Z 255 | &solution_size)); 2024-04-03T17:07:19.5863646Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5865091Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5866766Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5867361Z | ^~~~ 2024-04-03T17:07:19.5868458Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5869952Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5871618Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5873186Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5875027Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5876707Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5878071Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5879295Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5880969Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5885553Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5889077Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5889983Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5890699Z 250 | input_output_type, 2024-04-03T17:07:19.5891570Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5892433Z 251 | input_output_type, 2024-04-03T17:07:19.5893432Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5894253Z 252 | compute_type, 2024-04-03T17:07:19.5895170Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5896117Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5897222Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5898200Z 254 | nullptr, 2024-04-03T17:07:19.5899074Z | ~~~~~~~~ 2024-04-03T17:07:19.5899971Z 255 | &solution_size)); 2024-04-03T17:07:19.5900815Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5902465Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5903876Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5904679Z | ^~~~ 2024-04-03T17:07:19.5905299Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5906513Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5907444Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5908302Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5909249Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5910244Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5910999Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5911790Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5912723Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5915859Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5918497Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5919131Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5919740Z 259 | input_output_type, 2024-04-03T17:07:19.5920286Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5920843Z 260 | input_output_type, 2024-04-03T17:07:19.5943302Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5943976Z 261 | compute_type, 2024-04-03T17:07:19.5944910Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5945481Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5946129Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5946848Z 263 | solutions.data(), 2024-04-03T17:07:19.5947520Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5948337Z 264 | &solution_size)); 2024-04-03T17:07:19.5949152Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5950551Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5951709Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5952179Z | ^~~~ 2024-04-03T17:07:19.5952781Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5953597Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5954515Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5955655Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5956853Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5957923Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5958821Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5959737Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5960926Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5964444Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5967531Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5968393Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.5968984Z 259 | input_output_type, 2024-04-03T17:07:19.5969825Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5970811Z 260 | input_output_type, 2024-04-03T17:07:19.5971812Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5972591Z 261 | compute_type, 2024-04-03T17:07:19.5973117Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.5973743Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.5974728Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5975297Z 263 | solutions.data(), 2024-04-03T17:07:19.5975881Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5976762Z 264 | &solution_size)); 2024-04-03T17:07:19.5977308Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5978921Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.5980014Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.5980748Z | ^~~~ 2024-04-03T17:07:19.5981718Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.5982537Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.5983718Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5984820Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5986102Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.5987410Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.5988449Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.5989355Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.5990809Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.5994850Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.5998828Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.5999972Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6000780Z 259 | input_output_type, 2024-04-03T17:07:19.6001691Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6002243Z 260 | input_output_type, 2024-04-03T17:07:19.6002850Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6003785Z 261 | compute_type, 2024-04-03T17:07:19.6004334Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6004904Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6005709Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6006372Z 263 | solutions.data(), 2024-04-03T17:07:19.6006934Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6007876Z 264 | &solution_size)); 2024-04-03T17:07:19.6008457Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6010121Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6011478Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6012330Z | ^~~~ 2024-04-03T17:07:19.6013027Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6014201Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6015197Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6016048Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6017641Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6019297Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6020836Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6022326Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6024074Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6029562Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6034434Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6035597Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6036590Z 259 | input_output_type, 2024-04-03T17:07:19.6037612Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6038721Z 260 | input_output_type, 2024-04-03T17:07:19.6039727Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6040717Z 261 | compute_type, 2024-04-03T17:07:19.6041701Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6042724Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6043755Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6044773Z 263 | solutions.data(), 2024-04-03T17:07:19.6045778Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6046784Z 264 | &solution_size)); 2024-04-03T17:07:19.6047764Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6049971Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6051999Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6052934Z | ^~~~ 2024-04-03T17:07:19.6054046Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6055572Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6057412Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6059137Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6060996Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6062878Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6064288Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6065763Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6067516Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6070898Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmStridedBatchedTypeStringAndOps() [with T = c10::Half]’: 2024-04-03T17:07:19.6077449Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:211:77: required from ‘at::cuda::tunable::GemmStridedBatchedTunableOp::GemmStridedBatchedTunableOp() [with T = c10::Half; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.6085463Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:395:96: required from ‘void at::cuda::blas::bgemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, int64_t, const DType*, int64_t, int64_t, at::opmath_type, DType*, int64_t, int64_t, int64_t) [with DType = c10::Half; int64_t = long int; at::opmath_type = float]’ 2024-04-03T17:07:19.6090130Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:463:58: required from here 2024-04-03T17:07:19.6095789Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6100815Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6102071Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6103073Z 250 | input_output_type, 2024-04-03T17:07:19.6104081Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6105087Z 251 | input_output_type, 2024-04-03T17:07:19.6106101Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6107101Z 252 | compute_type, 2024-04-03T17:07:19.6108065Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6109085Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6110128Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6111129Z 254 | nullptr, 2024-04-03T17:07:19.6112079Z | ~~~~~~~~ 2024-04-03T17:07:19.6113059Z 255 | &solution_size)); 2024-04-03T17:07:19.6114136Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6116352Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6118399Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6119270Z | ^~~~ 2024-04-03T17:07:19.6120380Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6121983Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6123717Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6125335Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6127080Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6128939Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6130376Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6131840Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6133597Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6139363Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6144210Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6145359Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6146369Z 250 | input_output_type, 2024-04-03T17:07:19.6147384Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6148396Z 251 | input_output_type, 2024-04-03T17:07:19.6149382Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6150399Z 252 | compute_type, 2024-04-03T17:07:19.6151454Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6152465Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6153507Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6154513Z 254 | nullptr, 2024-04-03T17:07:19.6155477Z | ~~~~~~~~ 2024-04-03T17:07:19.6156445Z 255 | &solution_size)); 2024-04-03T17:07:19.6157445Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6159666Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6161695Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6162569Z | ^~~~ 2024-04-03T17:07:19.6163680Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6165187Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6166921Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6168607Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6170358Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6172204Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6173642Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6175199Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6177014Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6182586Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6187475Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6188636Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6189618Z 250 | input_output_type, 2024-04-03T17:07:19.6190637Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6191791Z 251 | input_output_type, 2024-04-03T17:07:19.6192806Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6193789Z 252 | compute_type, 2024-04-03T17:07:19.6194784Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6195812Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6196841Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6197830Z 254 | nullptr, 2024-04-03T17:07:19.6198787Z | ~~~~~~~~ 2024-04-03T17:07:19.6199761Z 255 | &solution_size)); 2024-04-03T17:07:19.6200755Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6203049Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6205094Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6205940Z | ^~~~ 2024-04-03T17:07:19.6207049Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6208582Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6210300Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6211897Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6213640Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6215494Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6217008Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6218600Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6220360Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6225941Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6230836Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6232091Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6233093Z 250 | input_output_type, 2024-04-03T17:07:19.6234095Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6235110Z 251 | input_output_type, 2024-04-03T17:07:19.6236106Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6237091Z 252 | compute_type, 2024-04-03T17:07:19.6238071Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6239079Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6240119Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6241189Z 254 | nullptr, 2024-04-03T17:07:19.6242157Z | ~~~~~~~~ 2024-04-03T17:07:19.6243143Z 255 | &solution_size)); 2024-04-03T17:07:19.6244118Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6246329Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6248372Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6249222Z | ^~~~ 2024-04-03T17:07:19.6250325Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6251841Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6253582Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6255077Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6256612Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6258005Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6259306Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6260773Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6262353Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6266572Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6270897Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6272010Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6272960Z 259 | input_output_type, 2024-04-03T17:07:19.6274115Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6275129Z 260 | input_output_type, 2024-04-03T17:07:19.6275428Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6275766Z 261 | compute_type, 2024-04-03T17:07:19.6276062Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6276416Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6276748Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6277114Z 263 | solutions.data(), 2024-04-03T17:07:19.6277441Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6277663Z 264 | &solution_size)); 2024-04-03T17:07:19.6277848Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6278997Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6279197Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6279327Z | ^~~~ 2024-04-03T17:07:19.6279761Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6280459Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6280965Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6281413Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6282015Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6282445Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6282707Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6283348Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6283705Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6287129Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6287625Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6287883Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6288106Z 259 | input_output_type, 2024-04-03T17:07:19.6288279Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6288476Z 260 | input_output_type, 2024-04-03T17:07:19.6288747Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6289096Z 261 | compute_type, 2024-04-03T17:07:19.6289305Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6289514Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6289693Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6290078Z 263 | solutions.data(), 2024-04-03T17:07:19.6290387Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6290607Z 264 | &solution_size)); 2024-04-03T17:07:19.6290792Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6291956Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6292172Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6292286Z | ^~~~ 2024-04-03T17:07:19.6292626Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6293284Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6293663Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6293993Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6294712Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6295145Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6295395Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6296093Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6296520Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6299640Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6300164Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6300470Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6300865Z 259 | input_output_type, 2024-04-03T17:07:19.6301194Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6301735Z 260 | input_output_type, 2024-04-03T17:07:19.6302064Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6302431Z 261 | compute_type, 2024-04-03T17:07:19.6302773Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6303158Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6303480Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6303784Z 263 | solutions.data(), 2024-04-03T17:07:19.6304083Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6304425Z 264 | &solution_size)); 2024-04-03T17:07:19.6304596Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6305551Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6305912Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6306142Z | ^~~~ 2024-04-03T17:07:19.6306484Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6306875Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6307248Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6307566Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6308066Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6308500Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6308675Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6309129Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6309439Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6311785Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6312120Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6312303Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6312505Z 259 | input_output_type, 2024-04-03T17:07:19.6312675Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6312885Z 260 | input_output_type, 2024-04-03T17:07:19.6313059Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6313267Z 261 | compute_type, 2024-04-03T17:07:19.6313432Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6313642Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6313844Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6314078Z 263 | solutions.data(), 2024-04-03T17:07:19.6314249Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6314451Z 264 | &solution_size)); 2024-04-03T17:07:19.6314623Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6315443Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6315638Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6315752Z | ^~~~ 2024-04-03T17:07:19.6316093Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6316477Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6316852Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6317169Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6317618Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6318280Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6318553Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6319005Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6319327Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6321177Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmStridedBatchedTypeStringAndOps() [with T = c10::BFloat16]’: 2024-04-03T17:07:19.6323897Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:211:77: required from ‘at::cuda::tunable::GemmStridedBatchedTunableOp::GemmStridedBatchedTunableOp() [with T = c10::BFloat16; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.6326384Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:395:96: required from ‘void at::cuda::blas::bgemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, int64_t, const DType*, int64_t, int64_t, at::opmath_type, DType*, int64_t, int64_t, int64_t) [with DType = c10::BFloat16; int64_t = long int; at::opmath_type = float]’ 2024-04-03T17:07:19.6326811Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:474:66: required from here 2024-04-03T17:07:19.6329644Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6329944Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6330135Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6330341Z 250 | input_output_type, 2024-04-03T17:07:19.6330513Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6330732Z 251 | input_output_type, 2024-04-03T17:07:19.6331016Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6331445Z 252 | compute_type, 2024-04-03T17:07:19.6331746Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6332004Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6332199Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6332386Z 254 | nullptr, 2024-04-03T17:07:19.6332549Z | ~~~~~~~~ 2024-04-03T17:07:19.6332762Z 255 | &solution_size)); 2024-04-03T17:07:19.6332932Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6334270Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6334474Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6334589Z | ^~~~ 2024-04-03T17:07:19.6334942Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6335320Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6335982Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6336439Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6336910Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6337357Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6337520Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6338203Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6338715Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6341050Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6341355Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6341523Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6341727Z 250 | input_output_type, 2024-04-03T17:07:19.6341997Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6342206Z 251 | input_output_type, 2024-04-03T17:07:19.6342376Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6342584Z 252 | compute_type, 2024-04-03T17:07:19.6342751Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6342978Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6343160Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6343343Z 254 | nullptr, 2024-04-03T17:07:19.6343520Z | ~~~~~~~~ 2024-04-03T17:07:19.6343720Z 255 | &solution_size)); 2024-04-03T17:07:19.6343930Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6344767Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6344961Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6345089Z | ^~~~ 2024-04-03T17:07:19.6345417Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6345796Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6346180Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6346484Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6346943Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6347390Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6347551Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6348018Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6348323Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6350672Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6350972Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6351178Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6351399Z 250 | input_output_type, 2024-04-03T17:07:19.6351570Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6351769Z 251 | input_output_type, 2024-04-03T17:07:19.6351957Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6352152Z 252 | compute_type, 2024-04-03T17:07:19.6352318Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6352547Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6352755Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6352957Z 254 | nullptr, 2024-04-03T17:07:19.6353125Z | ~~~~~~~~ 2024-04-03T17:07:19.6353322Z 255 | &solution_size)); 2024-04-03T17:07:19.6353507Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6354323Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6354518Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6354648Z | ^~~~ 2024-04-03T17:07:19.6354982Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6355361Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6355751Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6356088Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6356554Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6356984Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6357150Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6357616Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6357923Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6360255Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:249:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6360543Z 249 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6360710Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6360928Z 250 | input_output_type, 2024-04-03T17:07:19.6361134Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6361333Z 251 | input_output_type, 2024-04-03T17:07:19.6361516Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6361707Z 252 | compute_type, 2024-04-03T17:07:19.6361975Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6362190Z 253 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6362369Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6362570Z 254 | nullptr, 2024-04-03T17:07:19.6362734Z | ~~~~~~~~ 2024-04-03T17:07:19.6362933Z 255 | &solution_size)); 2024-04-03T17:07:19.6363118Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6363930Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6364139Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6364287Z | ^~~~ 2024-04-03T17:07:19.6364620Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6365010Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6365381Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6365686Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6366159Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6366584Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6366755Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6367202Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6367511Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6369882Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6370169Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6370348Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6370548Z 259 | input_output_type, 2024-04-03T17:07:19.6370716Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6370929Z 260 | input_output_type, 2024-04-03T17:07:19.6371102Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6371297Z 261 | compute_type, 2024-04-03T17:07:19.6371475Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6371686Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6371907Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6372106Z 263 | solutions.data(), 2024-04-03T17:07:19.6372274Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6372475Z 264 | &solution_size)); 2024-04-03T17:07:19.6372645Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6373486Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6373692Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6373806Z | ^~~~ 2024-04-03T17:07:19.6374136Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6374530Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6374901Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6375216Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6375669Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6376122Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6376455Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6376909Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6377216Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6379734Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6380027Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6380210Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6380421Z 259 | input_output_type, 2024-04-03T17:07:19.6380651Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6380869Z 260 | input_output_type, 2024-04-03T17:07:19.6381036Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6381241Z 261 | compute_type, 2024-04-03T17:07:19.6381411Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6381620Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6381813Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6382014Z 263 | solutions.data(), 2024-04-03T17:07:19.6382188Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6382397Z 264 | &solution_size)); 2024-04-03T17:07:19.6382565Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6383398Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6383644Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6383756Z | ^~~~ 2024-04-03T17:07:19.6384101Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6384481Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6384853Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6385216Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6385674Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6386117Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6386283Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6386735Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6387063Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6389426Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6389730Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6389896Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6390096Z 259 | input_output_type, 2024-04-03T17:07:19.6390277Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6390478Z 260 | input_output_type, 2024-04-03T17:07:19.6390645Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6390848Z 261 | compute_type, 2024-04-03T17:07:19.6391012Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6391233Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6391446Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6391645Z 263 | solutions.data(), 2024-04-03T17:07:19.6391825Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6392014Z 264 | &solution_size)); 2024-04-03T17:07:19.6392184Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6393010Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6393202Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6393330Z | ^~~~ 2024-04-03T17:07:19.6393660Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6394043Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6394432Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6394738Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6395185Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6395670Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6395833Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6396296Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6396603Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6399051Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:258:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6399406Z 258 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6399576Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6399790Z 259 | input_output_type, 2024-04-03T17:07:19.6399963Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6400165Z 260 | input_output_type, 2024-04-03T17:07:19.6400349Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6400575Z 261 | compute_type, 2024-04-03T17:07:19.6400745Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6400969Z 262 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6401148Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6401364Z 263 | solutions.data(), 2024-04-03T17:07:19.6401533Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6401722Z 264 | &solution_size)); 2024-04-03T17:07:19.6401906Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6402722Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6402915Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6403073Z | ^~~~ 2024-04-03T17:07:19.6403403Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6403778Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6404164Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6404471Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6404931Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6405361Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6405523Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6405991Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6406299Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6407481Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmTypeStringAndOps() [with T = double]’: 2024-04-03T17:07:19.6409366Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:137:63: required from ‘at::cuda::tunable::GemmTunableOp::GemmTunableOp() [with T = double; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.6411553Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:699:82: required from ‘void at::cuda::blas::gemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, const DType*, int64_t, at::opmath_type, DType*, int64_t) [with DType = double; int64_t = long int; at::opmath_type = double]’ 2024-04-03T17:07:19.6412032Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:723:52: required from here 2024-04-03T17:07:19.6414339Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6414645Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6414814Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6415032Z 180 | input_output_type, 2024-04-03T17:07:19.6415244Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6415449Z 181 | input_output_type, 2024-04-03T17:07:19.6415633Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6415824Z 182 | compute_type, 2024-04-03T17:07:19.6420322Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6420676Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6420967Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6421202Z 184 | nullptr, 2024-04-03T17:07:19.6421381Z | ~~~~~~~~ 2024-04-03T17:07:19.6421590Z 185 | &solution_size)); 2024-04-03T17:07:19.6421872Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6422766Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6422962Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6423120Z | ^~~~ 2024-04-03T17:07:19.6423466Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6423843Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6424214Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6424532Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6424987Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6425426Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6425601Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6426052Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6426368Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6428692Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6428978Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6429212Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6429440Z 180 | input_output_type, 2024-04-03T17:07:19.6429735Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6430081Z 181 | input_output_type, 2024-04-03T17:07:19.6430272Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6430478Z 182 | compute_type, 2024-04-03T17:07:19.6430642Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6430850Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6431096Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6431284Z 184 | nullptr, 2024-04-03T17:07:19.6431460Z | ~~~~~~~~ 2024-04-03T17:07:19.6431661Z 185 | &solution_size)); 2024-04-03T17:07:19.6431828Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6432725Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6432917Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6433029Z | ^~~~ 2024-04-03T17:07:19.6433372Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6433887Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6434457Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6434818Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6435644Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6436215Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6436385Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6436835Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6437188Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6440349Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6440781Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6441083Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6441292Z 180 | input_output_type, 2024-04-03T17:07:19.6441484Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6441681Z 181 | input_output_type, 2024-04-03T17:07:19.6441864Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6442058Z 182 | compute_type, 2024-04-03T17:07:19.6442405Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6442771Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6442955Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6443139Z 184 | nullptr, 2024-04-03T17:07:19.6443316Z | ~~~~~~~~ 2024-04-03T17:07:19.6443515Z 185 | &solution_size)); 2024-04-03T17:07:19.6443753Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6445044Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6445245Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6445519Z | ^~~~ 2024-04-03T17:07:19.6446013Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6446395Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6446779Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6447278Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6447870Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6448311Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6448474Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6449206Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6449520Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6452682Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6452998Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6453166Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6453463Z 180 | input_output_type, 2024-04-03T17:07:19.6453770Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6454024Z 181 | input_output_type, 2024-04-03T17:07:19.6454217Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6454413Z 182 | compute_type, 2024-04-03T17:07:19.6454579Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6454800Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6454982Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6455176Z 184 | nullptr, 2024-04-03T17:07:19.6455338Z | ~~~~~~~~ 2024-04-03T17:07:19.6455532Z 185 | &solution_size)); 2024-04-03T17:07:19.6455712Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6456714Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6456910Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6457036Z | ^~~~ 2024-04-03T17:07:19.6457368Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6457756Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6458132Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6458587Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6459071Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6459789Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6460079Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6460548Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6460855Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6463490Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6463858Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6464023Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6464243Z 189 | input_output_type, 2024-04-03T17:07:19.6464460Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6464673Z 190 | input_output_type, 2024-04-03T17:07:19.6464843Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6465035Z 191 | compute_type, 2024-04-03T17:07:19.6465216Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6465424Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6465603Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6465814Z 193 | solutions.data(), 2024-04-03T17:07:19.6465987Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6466193Z 194 | &solution_size)); 2024-04-03T17:07:19.6466361Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6467189Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6467396Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6467510Z | ^~~~ 2024-04-03T17:07:19.6467838Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6468225Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6468597Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6468905Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6469411Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6469847Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6470020Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6470468Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6470778Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6473919Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6474285Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6474474Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6474746Z 189 | input_output_type, 2024-04-03T17:07:19.6475050Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6475372Z 190 | input_output_type, 2024-04-03T17:07:19.6475541Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6475732Z 191 | compute_type, 2024-04-03T17:07:19.6475910Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6476117Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6476312Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6476676Z 193 | solutions.data(), 2024-04-03T17:07:19.6476979Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6477188Z 194 | &solution_size)); 2024-04-03T17:07:19.6477361Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6478208Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6478529Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6478694Z | ^~~~ 2024-04-03T17:07:19.6479231Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6479893Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6480424Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6480892Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6481543Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6482256Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6482539Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6483283Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6483837Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6487730Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6488362Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6488678Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6489041Z 189 | input_output_type, 2024-04-03T17:07:19.6489362Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6489728Z 190 | input_output_type, 2024-04-03T17:07:19.6490030Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6490438Z 191 | compute_type, 2024-04-03T17:07:19.6490753Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6491146Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6491493Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6491911Z 193 | solutions.data(), 2024-04-03T17:07:19.6492237Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6492594Z 194 | &solution_size)); 2024-04-03T17:07:19.6492903Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6494564Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6494933Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6495186Z | ^~~~ 2024-04-03T17:07:19.6495840Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6496671Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6497410Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6498006Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6498927Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6499789Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6500088Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6500984Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6501591Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6506293Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6506854Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6507166Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6507542Z 189 | input_output_type, 2024-04-03T17:07:19.6507882Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6508350Z 190 | input_output_type, 2024-04-03T17:07:19.6508688Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6509047Z 191 | compute_type, 2024-04-03T17:07:19.6509358Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6509773Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6510106Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6510484Z 193 | solutions.data(), 2024-04-03T17:07:19.6510813Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6511224Z 194 | &solution_size)); 2024-04-03T17:07:19.6511567Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6513189Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6513551Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6513774Z | ^~~~ 2024-04-03T17:07:19.6514471Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6515208Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6515952Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6516547Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6517422Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6518291Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6518648Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6519549Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6520140Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6522453Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmTypeStringAndOps() [with T = float]’: 2024-04-03T17:07:19.6526259Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:137:63: required from ‘at::cuda::tunable::GemmTunableOp::GemmTunableOp() [with T = float; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.6530198Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:699:82: required from ‘void at::cuda::blas::gemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, const DType*, int64_t, at::opmath_type, DType*, int64_t) [with DType = float; int64_t = long int; at::opmath_type = float]’ 2024-04-03T17:07:19.6530987Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:734:50: required from here 2024-04-03T17:07:19.6535668Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6536302Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6536677Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6537059Z 180 | input_output_type, 2024-04-03T17:07:19.6537389Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6537761Z 181 | input_output_type, 2024-04-03T17:07:19.6538096Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6538654Z 182 | compute_type, 2024-04-03T17:07:19.6538961Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6539359Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6539691Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6540101Z 184 | nullptr, 2024-04-03T17:07:19.6540423Z | ~~~~~~~~ 2024-04-03T17:07:19.6540792Z 185 | &solution_size)); 2024-04-03T17:07:19.6541108Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6542814Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6543175Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6543396Z | ^~~~ 2024-04-03T17:07:19.6544029Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6544764Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6545517Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6546186Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6547067Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6547928Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6548237Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6549137Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6549736Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6554476Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6555043Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6555353Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6555741Z 180 | input_output_type, 2024-04-03T17:07:19.6556065Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6556442Z 181 | input_output_type, 2024-04-03T17:07:19.6556773Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6557136Z 182 | compute_type, 2024-04-03T17:07:19.6557447Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6557915Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6558255Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6558617Z 184 | nullptr, 2024-04-03T17:07:19.6558923Z | ~~~~~~~~ 2024-04-03T17:07:19.6559297Z 185 | &solution_size)); 2024-04-03T17:07:19.6559621Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6561238Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6561596Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6561816Z | ^~~~ 2024-04-03T17:07:19.6562491Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6563246Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6563976Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6564565Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6565497Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6566342Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6566647Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6567547Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6568142Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6572945Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6573501Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6573811Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6574201Z 180 | input_output_type, 2024-04-03T17:07:19.6574522Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6574910Z 181 | input_output_type, 2024-04-03T17:07:19.6575239Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6575608Z 182 | compute_type, 2024-04-03T17:07:19.6575929Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6576402Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6576743Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6577099Z 184 | nullptr, 2024-04-03T17:07:19.6577399Z | ~~~~~~~~ 2024-04-03T17:07:19.6577779Z 185 | &solution_size)); 2024-04-03T17:07:19.6578092Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6579867Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6580243Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6580451Z | ^~~~ 2024-04-03T17:07:19.6581081Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6581822Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6582562Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6583153Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6584039Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6584889Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6585278Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6586171Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6586764Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6591502Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6592119Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6592445Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6592823Z 180 | input_output_type, 2024-04-03T17:07:19.6593153Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6593595Z 181 | input_output_type, 2024-04-03T17:07:19.6593911Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6594268Z 182 | compute_type, 2024-04-03T17:07:19.6594595Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6594988Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6595336Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6595683Z 184 | nullptr, 2024-04-03T17:07:19.6595981Z | ~~~~~~~~ 2024-04-03T17:07:19.6596370Z 185 | &solution_size)); 2024-04-03T17:07:19.6596692Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6598306Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6598676Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6598890Z | ^~~~ 2024-04-03T17:07:19.6599539Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6600277Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6601007Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6601616Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6602555Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6603406Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6603698Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6604418Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6604963Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6609193Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6609762Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6610070Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6610417Z 189 | input_output_type, 2024-04-03T17:07:19.6610730Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6611123Z 190 | input_output_type, 2024-04-03T17:07:19.6611407Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6611701Z 191 | compute_type, 2024-04-03T17:07:19.6611965Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6612286Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6612576Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6612965Z 193 | solutions.data(), 2024-04-03T17:07:19.6613268Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6613585Z 194 | &solution_size)); 2024-04-03T17:07:19.6613867Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6615188Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6615504Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6615689Z | ^~~~ 2024-04-03T17:07:19.6616264Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6616853Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6617532Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6618025Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6618956Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6619703Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6620006Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6620802Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6621331Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6624519Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6625055Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6625225Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6625434Z 189 | input_output_type, 2024-04-03T17:07:19.6625618Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6625819Z 190 | input_output_type, 2024-04-03T17:07:19.6626095Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6626532Z 191 | compute_type, 2024-04-03T17:07:19.6626712Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6626936Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6627114Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6627312Z 193 | solutions.data(), 2024-04-03T17:07:19.6627548Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6627889Z 194 | &solution_size)); 2024-04-03T17:07:19.6628186Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6629188Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6629390Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6629579Z | ^~~~ 2024-04-03T17:07:19.6630276Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6630739Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6631127Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6631660Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6632493Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6633240Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6633540Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6634393Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6634958Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6638249Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6638558Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6638810Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6639188Z 189 | input_output_type, 2024-04-03T17:07:19.6639370Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6639631Z 190 | input_output_type, 2024-04-03T17:07:19.6639816Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6640007Z 191 | compute_type, 2024-04-03T17:07:19.6640173Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6640397Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6640615Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6640981Z 193 | solutions.data(), 2024-04-03T17:07:19.6641218Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6641409Z 194 | &solution_size)); 2024-04-03T17:07:19.6641640Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6642923Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6643123Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6643250Z | ^~~~ 2024-04-03T17:07:19.6643642Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6644253Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6644670Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6644977Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6645450Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6646158Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6646373Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6646837Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6647146Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6649492Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6649776Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6649950Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6650170Z 189 | input_output_type, 2024-04-03T17:07:19.6650341Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6650551Z 190 | input_output_type, 2024-04-03T17:07:19.6650760Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6651105Z 191 | compute_type, 2024-04-03T17:07:19.6651401Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6651780Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6651965Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6652237Z 193 | solutions.data(), 2024-04-03T17:07:19.6652408Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6652612Z 194 | &solution_size)); 2024-04-03T17:07:19.6652879Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6653879Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6654088Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6654204Z | ^~~~ 2024-04-03T17:07:19.6654711Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6655207Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6655631Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6655955Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6656681Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6657251Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6657428Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6657940Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6658365Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6660205Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmTypeStringAndOps() [with T = c10::complex]’: 2024-04-03T17:07:19.6664022Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:137:63: required from ‘at::cuda::tunable::GemmTunableOp::GemmTunableOp() [with T = c10::complex; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.6668190Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:699:82: required from ‘void at::cuda::blas::gemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, const DType*, int64_t, at::opmath_type, DType*, int64_t) [with DType = c10::complex; int64_t = long int; at::opmath_type = c10::complex]’ 2024-04-03T17:07:19.6669000Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:745:80: required from here 2024-04-03T17:07:19.6673638Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6674180Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6674483Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6674863Z 180 | input_output_type, 2024-04-03T17:07:19.6675181Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6675557Z 181 | input_output_type, 2024-04-03T17:07:19.6675868Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6676221Z 182 | compute_type, 2024-04-03T17:07:19.6676543Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6676826Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6677085Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6677389Z 184 | nullptr, 2024-04-03T17:07:19.6677652Z | ~~~~~~~~ 2024-04-03T17:07:19.6678002Z 185 | &solution_size)); 2024-04-03T17:07:19.6678281Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6679775Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6680141Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6680450Z | ^~~~ 2024-04-03T17:07:19.6681074Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6681767Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6682451Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6682840Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6683764Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6684543Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6684857Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6685686Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6686244Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6690067Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6690475Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6690774Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6691134Z 180 | input_output_type, 2024-04-03T17:07:19.6691441Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6691712Z 181 | input_output_type, 2024-04-03T17:07:19.6692015Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6692365Z 182 | compute_type, 2024-04-03T17:07:19.6692533Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6692744Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6693035Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6693368Z 184 | nullptr, 2024-04-03T17:07:19.6693665Z | ~~~~~~~~ 2024-04-03T17:07:19.6693943Z 185 | &solution_size)); 2024-04-03T17:07:19.6694111Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6695107Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6695466Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6695603Z | ^~~~ 2024-04-03T17:07:19.6695956Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6696440Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6697018Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6697418Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6697879Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6698447Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6698821Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6699648Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6700040Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6702885Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6703483Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6703794Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6704043Z 180 | input_output_type, 2024-04-03T17:07:19.6704287Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6704537Z 181 | input_output_type, 2024-04-03T17:07:19.6704846Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6705208Z 182 | compute_type, 2024-04-03T17:07:19.6705508Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6705860Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6706075Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6706413Z 184 | nullptr, 2024-04-03T17:07:19.6706722Z | ~~~~~~~~ 2024-04-03T17:07:19.6707081Z 185 | &solution_size)); 2024-04-03T17:07:19.6707389Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6708828Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6709152Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6709360Z | ^~~~ 2024-04-03T17:07:19.6709981Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6710519Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6711213Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6711733Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6712591Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6713243Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6713520Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6714128Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6714455Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6716798Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6717153Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6717325Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6717525Z 180 | input_output_type, 2024-04-03T17:07:19.6717709Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6717951Z 181 | input_output_type, 2024-04-03T17:07:19.6718136Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6718341Z 182 | compute_type, 2024-04-03T17:07:19.6718627Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6719006Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6719330Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6719713Z 184 | nullptr, 2024-04-03T17:07:19.6719984Z | ~~~~~~~~ 2024-04-03T17:07:19.6720261Z 185 | &solution_size)); 2024-04-03T17:07:19.6720520Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6721783Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6722065Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6722291Z | ^~~~ 2024-04-03T17:07:19.6722720Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6723118Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6723820Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6724311Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6724773Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6725496Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6725734Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6726435Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6726899Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6729351Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6729729Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6729898Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6730121Z 189 | input_output_type, 2024-04-03T17:07:19.6730290Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6730488Z 190 | input_output_type, 2024-04-03T17:07:19.6730669Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6730892Z 191 | compute_type, 2024-04-03T17:07:19.6731065Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6731287Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6731466Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6731677Z 193 | solutions.data(), 2024-04-03T17:07:19.6731913Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6732102Z 194 | &solution_size)); 2024-04-03T17:07:19.6732282Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6733098Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6733298Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6733426Z | ^~~~ 2024-04-03T17:07:19.6733791Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6734181Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6734552Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6734978Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6735643Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6736444Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6736701Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6737382Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6737898Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6741259Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6741565Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6741732Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6742002Z 189 | input_output_type, 2024-04-03T17:07:19.6742174Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6742488Z 190 | input_output_type, 2024-04-03T17:07:19.6742725Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6742918Z 191 | compute_type, 2024-04-03T17:07:19.6743095Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6743331Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6743586Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6743907Z 193 | solutions.data(), 2024-04-03T17:07:19.6744179Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6744509Z 194 | &solution_size)); 2024-04-03T17:07:19.6744917Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6746399Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6746748Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6746873Z | ^~~~ 2024-04-03T17:07:19.6747389Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6748059Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6748642Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6749102Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6749825Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6750275Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6750709Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6751527Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6751980Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6754850Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6755363Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6755678Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6756044Z 189 | input_output_type, 2024-04-03T17:07:19.6756316Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6756679Z 190 | input_output_type, 2024-04-03T17:07:19.6756970Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6757338Z 191 | compute_type, 2024-04-03T17:07:19.6757619Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6757865Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6758056Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6758469Z 193 | solutions.data(), 2024-04-03T17:07:19.6758767Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6759113Z 194 | &solution_size)); 2024-04-03T17:07:19.6759407Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6760754Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6761094Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6761245Z | ^~~~ 2024-04-03T17:07:19.6761663Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6762298Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6763047Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6763627Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6764450Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6765219Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6765519Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6766402Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6766920Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6771174Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6771765Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6772073Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6772425Z 189 | input_output_type, 2024-04-03T17:07:19.6772747Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6773102Z 190 | input_output_type, 2024-04-03T17:07:19.6773305Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6773538Z 191 | compute_type, 2024-04-03T17:07:19.6773828Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6774204Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6774551Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6774893Z 193 | solutions.data(), 2024-04-03T17:07:19.6775083Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6775423Z 194 | &solution_size)); 2024-04-03T17:07:19.6775717Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6777271Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6777621Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6777914Z | ^~~~ 2024-04-03T17:07:19.6778467Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6779151Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6779607Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6779916Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6780707Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6781319Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6781514Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6782205Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6782612Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6784465Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmTypeStringAndOps() [with T = c10::complex]’: 2024-04-03T17:07:19.6786724Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:137:63: required from ‘at::cuda::tunable::GemmTunableOp::GemmTunableOp() [with T = c10::complex; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.6790112Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:699:82: required from ‘void at::cuda::blas::gemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, const DType*, int64_t, at::opmath_type, DType*, int64_t) [with DType = c10::complex; int64_t = long int; at::opmath_type = c10::complex]’ 2024-04-03T17:07:19.6790586Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:756:78: required from here 2024-04-03T17:07:19.6793695Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6794083Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6794390Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6794707Z 180 | input_output_type, 2024-04-03T17:07:19.6794892Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6795095Z 181 | input_output_type, 2024-04-03T17:07:19.6795267Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6795588Z 182 | compute_type, 2024-04-03T17:07:19.6795889Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6796273Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6796501Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6796687Z 184 | nullptr, 2024-04-03T17:07:19.6796891Z | ~~~~~~~~ 2024-04-03T17:07:19.6797248Z 185 | &solution_size)); 2024-04-03T17:07:19.6797486Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6798700Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6799039Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6799239Z | ^~~~ 2024-04-03T17:07:19.6799619Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6799999Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6800432Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6800997Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6801582Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6802112Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6802489Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6803315Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6803835Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6807297Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6807889Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6808068Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6808280Z 180 | input_output_type, 2024-04-03T17:07:19.6808527Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6808729Z 181 | input_output_type, 2024-04-03T17:07:19.6809024Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6809379Z 182 | compute_type, 2024-04-03T17:07:19.6809682Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6809959Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6810137Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6810320Z 184 | nullptr, 2024-04-03T17:07:19.6810500Z | ~~~~~~~~ 2024-04-03T17:07:19.6810708Z 185 | &solution_size)); 2024-04-03T17:07:19.6811021Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6812128Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6812417Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6812644Z | ^~~~ 2024-04-03T17:07:19.6813245Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6813811Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6814200Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6814790Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6815580Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6816296Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6816535Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6817195Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6817576Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6820990Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6821460Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6821759Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6822135Z 180 | input_output_type, 2024-04-03T17:07:19.6822318Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6822582Z 181 | input_output_type, 2024-04-03T17:07:19.6822765Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6823024Z 182 | compute_type, 2024-04-03T17:07:19.6823337Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6823612Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6823792Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6824042Z 184 | nullptr, 2024-04-03T17:07:19.6824209Z | ~~~~~~~~ 2024-04-03T17:07:19.6824404Z 185 | &solution_size)); 2024-04-03T17:07:19.6824654Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6825697Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6825912Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6826127Z | ^~~~ 2024-04-03T17:07:19.6826619Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6827023Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6827400Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6827954Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6828448Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6829070Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6829346Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6830043Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6830551Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6834955Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6835571Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6835839Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6836209Z 180 | input_output_type, 2024-04-03T17:07:19.6836511Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6836877Z 181 | input_output_type, 2024-04-03T17:07:19.6837173Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6837561Z 182 | compute_type, 2024-04-03T17:07:19.6837874Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6838243Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6838555Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6838931Z 184 | nullptr, 2024-04-03T17:07:19.6839217Z | ~~~~~~~~ 2024-04-03T17:07:19.6839580Z 185 | &solution_size)); 2024-04-03T17:07:19.6839877Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6841398Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6841760Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6841996Z | ^~~~ 2024-04-03T17:07:19.6842592Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6843294Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6843973Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6844546Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6845363Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6846155Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6846449Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6847280Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6847840Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6852218Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6852740Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6853045Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6853401Z 189 | input_output_type, 2024-04-03T17:07:19.6853699Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6854114Z 190 | input_output_type, 2024-04-03T17:07:19.6854411Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6854762Z 191 | compute_type, 2024-04-03T17:07:19.6855048Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6855424Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6855745Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6856095Z 193 | solutions.data(), 2024-04-03T17:07:19.6856479Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6856877Z 194 | &solution_size)); 2024-04-03T17:07:19.6857174Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6858805Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6859145Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6859340Z | ^~~~ 2024-04-03T17:07:19.6860022Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6860708Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6861385Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6861950Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6862777Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6863572Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6863917Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6864743Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6865312Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6869668Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6870201Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6870505Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6870863Z 189 | input_output_type, 2024-04-03T17:07:19.6871174Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6871525Z 190 | input_output_type, 2024-04-03T17:07:19.6871827Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6872176Z 191 | compute_type, 2024-04-03T17:07:19.6872465Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6872829Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6873153Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6873565Z 193 | solutions.data(), 2024-04-03T17:07:19.6873879Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6874224Z 194 | &solution_size)); 2024-04-03T17:07:19.6874521Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6876034Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6876375Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6876568Z | ^~~~ 2024-04-03T17:07:19.6877169Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6877846Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6878615Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6879174Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6879988Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6880785Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6881104Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6881907Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6882473Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6886912Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6887443Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6887738Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6888092Z 189 | input_output_type, 2024-04-03T17:07:19.6888408Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6888760Z 190 | input_output_type, 2024-04-03T17:07:19.6889068Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6889407Z 191 | compute_type, 2024-04-03T17:07:19.6889702Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6890086Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6890400Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6890752Z 193 | solutions.data(), 2024-04-03T17:07:19.6891063Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6891408Z 194 | &solution_size)); 2024-04-03T17:07:19.6891719Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6893220Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6893559Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6893818Z | ^~~~ 2024-04-03T17:07:19.6894414Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6895098Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6895789Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6896411Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6897257Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6898040Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6898412Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6899248Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6899864Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6904305Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6904891Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6905184Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6905550Z 189 | input_output_type, 2024-04-03T17:07:19.6905848Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6906199Z 190 | input_output_type, 2024-04-03T17:07:19.6906520Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6906864Z 191 | compute_type, 2024-04-03T17:07:19.6907170Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6907509Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6907744Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6908041Z 193 | solutions.data(), 2024-04-03T17:07:19.6908287Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6908546Z 194 | &solution_size)); 2024-04-03T17:07:19.6908801Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6910311Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6910608Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6910804Z | ^~~~ 2024-04-03T17:07:19.6911403Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6912108Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6912784Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6913339Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6914168Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6914951Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6915293Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6916158Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6916716Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6918898Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmTypeStringAndOps() [with T = c10::Half]’: 2024-04-03T17:07:19.6922077Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:137:63: required from ‘at::cuda::tunable::GemmTunableOp::GemmTunableOp() [with T = c10::Half; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.6925336Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:699:82: required from ‘void at::cuda::blas::gemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, const DType*, int64_t, at::opmath_type, DType*, int64_t) [with DType = c10::Half; int64_t = long int; at::opmath_type = float]’ 2024-04-03T17:07:19.6926013Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:767:56: required from here 2024-04-03T17:07:19.6929290Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6929768Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6929995Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6930294Z 180 | input_output_type, 2024-04-03T17:07:19.6930531Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6930799Z 181 | input_output_type, 2024-04-03T17:07:19.6931047Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6931310Z 182 | compute_type, 2024-04-03T17:07:19.6931552Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6931833Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6932079Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6932347Z 184 | nullptr, 2024-04-03T17:07:19.6932615Z | ~~~~~~~~ 2024-04-03T17:07:19.6932893Z 185 | &solution_size)); 2024-04-03T17:07:19.6933148Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6951373Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6951746Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6951906Z | ^~~~ 2024-04-03T17:07:19.6952407Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6952943Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6953455Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6954044Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6954683Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6955281Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6955518Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6956139Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6956565Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6959828Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6960217Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6960539Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6960818Z 180 | input_output_type, 2024-04-03T17:07:19.6961051Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6961404Z 181 | input_output_type, 2024-04-03T17:07:19.6961642Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6961916Z 182 | compute_type, 2024-04-03T17:07:19.6962141Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6962426Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6962699Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6962973Z 184 | nullptr, 2024-04-03T17:07:19.6963212Z | ~~~~~~~~ 2024-04-03T17:07:19.6963511Z 185 | &solution_size)); 2024-04-03T17:07:19.6963766Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6964959Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6965227Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6965379Z | ^~~~ 2024-04-03T17:07:19.6965869Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6966451Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6966962Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6967413Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6968189Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6968970Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6969256Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6969892Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6970214Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6972612Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6972915Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6973084Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6973290Z 180 | input_output_type, 2024-04-03T17:07:19.6973476Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6973673Z 181 | input_output_type, 2024-04-03T17:07:19.6973841Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6974052Z 182 | compute_type, 2024-04-03T17:07:19.6974253Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6974475Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6974654Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6974869Z 184 | nullptr, 2024-04-03T17:07:19.6975042Z | ~~~~~~~~ 2024-04-03T17:07:19.6975240Z 185 | &solution_size)); 2024-04-03T17:07:19.6975407Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6976320Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6976525Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6976637Z | ^~~~ 2024-04-03T17:07:19.6976980Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6977355Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6977741Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6978049Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6978656Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6979098Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6979258Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6979710Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6980090Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6982421Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6982725Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6982892Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6983093Z 180 | input_output_type, 2024-04-03T17:07:19.6983278Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6983518Z 181 | input_output_type, 2024-04-03T17:07:19.6983707Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6983902Z 182 | compute_type, 2024-04-03T17:07:19.6984068Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6984291Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6984468Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6984651Z 184 | nullptr, 2024-04-03T17:07:19.6984824Z | ~~~~~~~~ 2024-04-03T17:07:19.6985019Z 185 | &solution_size)); 2024-04-03T17:07:19.6985206Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6986051Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6986248Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6986372Z | ^~~~ 2024-04-03T17:07:19.6986738Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6987115Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6987503Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6987807Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6988271Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6988707Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6988870Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6989328Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6989632Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6991959Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.6992257Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.6992429Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.6992677Z 189 | input_output_type, 2024-04-03T17:07:19.6992845Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6993045Z 190 | input_output_type, 2024-04-03T17:07:19.6993224Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6993417Z 191 | compute_type, 2024-04-03T17:07:19.6993597Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.6993804Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.6993985Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6994232Z 193 | solutions.data(), 2024-04-03T17:07:19.6994409Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6994597Z 194 | &solution_size)); 2024-04-03T17:07:19.6994779Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6995592Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.6995797Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.6995914Z | ^~~~ 2024-04-03T17:07:19.6996242Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.6996630Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.6997006Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6997315Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.6997810Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.6998238Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.6998399Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.6998890Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.6999194Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7001522Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7001812Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7001993Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7002195Z 189 | input_output_type, 2024-04-03T17:07:19.7002367Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7002579Z 190 | input_output_type, 2024-04-03T17:07:19.7002748Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7002938Z 191 | compute_type, 2024-04-03T17:07:19.7003118Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7003360Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7003541Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7003752Z 193 | solutions.data(), 2024-04-03T17:07:19.7003920Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7004124Z 194 | &solution_size)); 2024-04-03T17:07:19.7004291Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7005107Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7005311Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7005422Z | ^~~~ 2024-04-03T17:07:19.7005791Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7006183Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7006553Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7006865Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7007321Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7007754Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7007931Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7008378Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7008686Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7011054Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7011369Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7011547Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7011746Z 189 | input_output_type, 2024-04-03T17:07:19.7011916Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7012185Z 190 | input_output_type, 2024-04-03T17:07:19.7012446Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7012755Z 191 | compute_type, 2024-04-03T17:07:19.7013025Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7013374Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7013699Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7014008Z 193 | solutions.data(), 2024-04-03T17:07:19.7014295Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7014616Z 194 | &solution_size)); 2024-04-03T17:07:19.7014868Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7016351Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7016696Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7016890Z | ^~~~ 2024-04-03T17:07:19.7017507Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7018166Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7018915Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7019364Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7020070Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7020804Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7021216Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7022063Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7022645Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7027232Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7027778Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7028076Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7028447Z 189 | input_output_type, 2024-04-03T17:07:19.7028770Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7029198Z 190 | input_output_type, 2024-04-03T17:07:19.7029510Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7029869Z 191 | compute_type, 2024-04-03T17:07:19.7030221Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7030613Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7030938Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7031300Z 193 | solutions.data(), 2024-04-03T17:07:19.7031619Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7031971Z 194 | &solution_size)); 2024-04-03T17:07:19.7032273Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7033842Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7034190Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7034403Z | ^~~~ 2024-04-03T17:07:19.7035011Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7035712Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7036421Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7036988Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7037898Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7038727Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7039018Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7039867Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7040461Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7042756Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h: In instantiation of ‘auto at::cuda::tunable::GetRocBlasGemmTypeStringAndOps() [with T = c10::BFloat16]’: 2024-04-03T17:07:19.7046552Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:137:63: required from ‘at::cuda::tunable::GemmTunableOp::GemmTunableOp() [with T = c10::BFloat16; at::cuda::tunable::BlasOp ALayout = at::cuda::tunable::BlasOp::T; at::cuda::tunable::BlasOp BLayout = at::cuda::tunable::BlasOp::T]’ 2024-04-03T17:07:19.7050424Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:699:82: required from ‘void at::cuda::blas::gemm_tunable(char, char, int64_t, int64_t, int64_t, at::opmath_type, const DType*, int64_t, const DType*, int64_t, at::opmath_type, DType*, int64_t) [with DType = c10::BFloat16; int64_t = long int; at::opmath_type = float]’ 2024-04-03T17:07:19.7051234Z /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:778:64: required from here 2024-04-03T17:07:19.7055779Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7056433Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7056802Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7057166Z 180 | input_output_type, 2024-04-03T17:07:19.7057486Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7057886Z 181 | input_output_type, 2024-04-03T17:07:19.7058189Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7058723Z 182 | compute_type, 2024-04-03T17:07:19.7059024Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7059410Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7059740Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7060074Z 184 | nullptr, 2024-04-03T17:07:19.7060379Z | ~~~~~~~~ 2024-04-03T17:07:19.7060731Z 185 | &solution_size)); 2024-04-03T17:07:19.7061035Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7062613Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7062962Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7063160Z | ^~~~ 2024-04-03T17:07:19.7063785Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7064574Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7065294Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7065866Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7066714Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7067537Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7067828Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7068674Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7069255Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7073837Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7074383Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7074691Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7075061Z 180 | input_output_type, 2024-04-03T17:07:19.7075378Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7075739Z 181 | input_output_type, 2024-04-03T17:07:19.7076056Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7076413Z 182 | compute_type, 2024-04-03T17:07:19.7076766Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7077156Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7077476Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7077808Z 184 | nullptr, 2024-04-03T17:07:19.7078178Z | ~~~~~~~~ 2024-04-03T17:07:19.7078534Z 185 | &solution_size)); 2024-04-03T17:07:19.7078851Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7080399Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7080757Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7080971Z | ^~~~ 2024-04-03T17:07:19.7081585Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7082288Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7083008Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7083583Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7084439Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7085249Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7085534Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7086400Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7087020Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7091527Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7092071Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7092375Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7092750Z 180 | input_output_type, 2024-04-03T17:07:19.7093054Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7093463Z 181 | input_output_type, 2024-04-03T17:07:19.7093788Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7094132Z 182 | compute_type, 2024-04-03T17:07:19.7094444Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7094823Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7095142Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7095487Z 184 | nullptr, 2024-04-03T17:07:19.7095777Z | ~~~~~~~~ 2024-04-03T17:07:19.7096132Z 185 | &solution_size)); 2024-04-03T17:07:19.7096533Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7098134Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7098575Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7098775Z | ^~~~ 2024-04-03T17:07:19.7099459Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7100178Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7100878Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7101445Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7102301Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7103123Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7103417Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7104277Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7104846Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7109411Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:179:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7109939Z 179 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7110258Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7110695Z 180 | input_output_type, 2024-04-03T17:07:19.7110999Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7111371Z 181 | input_output_type, 2024-04-03T17:07:19.7111675Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7112024Z 182 | compute_type, 2024-04-03T17:07:19.7112332Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7112707Z 183 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7113029Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7113435Z 184 | nullptr, 2024-04-03T17:07:19.7113729Z | ~~~~~~~~ 2024-04-03T17:07:19.7114098Z 185 | &solution_size)); 2024-04-03T17:07:19.7114402Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7115955Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7116313Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7116516Z | ^~~~ 2024-04-03T17:07:19.7117122Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7117837Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7118536Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7119127Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7120024Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7120837Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7121137Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7122030Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7122595Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7127164Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7127704Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7128018Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7128385Z 189 | input_output_type, 2024-04-03T17:07:19.7128696Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7129071Z 190 | input_output_type, 2024-04-03T17:07:19.7129379Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7129733Z 191 | compute_type, 2024-04-03T17:07:19.7130029Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7130467Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7130799Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7131158Z 193 | solutions.data(), 2024-04-03T17:07:19.7131465Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7131834Z 194 | &solution_size)); 2024-04-03T17:07:19.7132140Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7133705Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7134047Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7134248Z | ^~~~ 2024-04-03T17:07:19.7134919Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7135629Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7136408Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7136989Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7137836Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7138773Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7139059Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7139906Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7140488Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7145117Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7145661Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7146014Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7146378Z 189 | input_output_type, 2024-04-03T17:07:19.7146696Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7147058Z 190 | input_output_type, 2024-04-03T17:07:19.7147372Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7147732Z 191 | compute_type, 2024-04-03T17:07:19.7148029Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7148420Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7148744Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7149103Z 193 | solutions.data(), 2024-04-03T17:07:19.7149415Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7149761Z 194 | &solution_size)); 2024-04-03T17:07:19.7150061Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7155410Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7155778Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7155978Z | ^~~~ 2024-04-03T17:07:19.7156613Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7157317Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7158024Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7158606Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7159452Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7160280Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7160573Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7161475Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7162052Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7166632Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7167160Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7167478Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7167841Z 189 | input_output_type, 2024-04-03T17:07:19.7168157Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7168610Z 190 | input_output_type, 2024-04-03T17:07:19.7168918Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7169263Z 191 | compute_type, 2024-04-03T17:07:19.7169626Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7170003Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7170342Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7170700Z 193 | solutions.data(), 2024-04-03T17:07:19.7171002Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7171368Z 194 | &solution_size)); 2024-04-03T17:07:19.7171673Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7173225Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7173583Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7173788Z | ^~~~ 2024-04-03T17:07:19.7174400Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7175119Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7175823Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7176507Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7177405Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7178401Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7178714Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7179562Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7180134Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7184715Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:188:60: warning: ‘rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle, rocblas_datatype, rocblas_datatype, rocblas_datatype, uint32_t, rocblas_int*, rocblas_int*)’ is deprecated: "rocblas_gemm_ex_get_solutions_by_type is a beta feature and is subject to " "change in future releases" [-Wdeprecated-declarations] 2024-04-03T17:07:19.7185262Z 188 | TORCH_ROCBLAS_CHECK(rocblas_gemm_ex_get_solutions_by_type(handle, 2024-04-03T17:07:19.7185591Z | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~ 2024-04-03T17:07:19.7185955Z 189 | input_output_type, 2024-04-03T17:07:19.7186260Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7186637Z 190 | input_output_type, 2024-04-03T17:07:19.7186942Z | ~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7187298Z 191 | compute_type, 2024-04-03T17:07:19.7187603Z | ~~~~~~~~~~~~~ 2024-04-03T17:07:19.7187976Z 192 | rocblas_gemm_flags_none, 2024-04-03T17:07:19.7188315Z | ~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7188755Z 193 | solutions.data(), 2024-04-03T17:07:19.7189063Z | ~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7189430Z 194 | &solution_size)); 2024-04-03T17:07:19.7189785Z | ~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7191357Z /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:17:28: note: in definition of macro ‘TORCH_ROCBLAS_CHECK’ 2024-04-03T17:07:19.7191706Z 17 | rocblas_status __err = EXPR; \ 2024-04-03T17:07:19.7191908Z | ^~~~ 2024-04-03T17:07:19.7192536Z In file included from /opt/rocm-6.0.0/include/rocblas/rocblas.h:38, 2024-04-03T17:07:19.7193242Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/GemmRocblas.h:13, 2024-04-03T17:07:19.7193961Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/tunable/TunableGemm.h:18, 2024-04-03T17:07:19.7194545Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPBlas.cpp:11: 2024-04-03T17:07:19.7195394Z /opt/rocm-6.0.0/include/rocblas/internal/rocblas-beta.h:216:31: note: declared here 2024-04-03T17:07:19.7196219Z 216 | ROCBLAS_EXPORT rocblas_status rocblas_gemm_ex_get_solutions_by_type(rocblas_handle handle, 2024-04-03T17:07:19.7196514Z | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7196527Z 2024-04-03T17:07:19.7197607Z [8104/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Blas.cpp.o 2024-04-03T17:07:19.7199145Z [8105/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.cpp.o 2024-04-03T17:07:19.7200267Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:19.7200344Z 2024-04-03T17:07:19.7201611Z [8105/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Equal.cpp.o 2024-04-03T17:07:19.7202745Z [8106/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/detail/HIPHooks.cpp.o 2024-04-03T17:07:19.7203862Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:19.7204704Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:14: 2024-04-03T17:07:19.7209234Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:19.7209620Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:19.7209818Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7211240Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:19.7211636Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:19.7211869Z | ^~~~ 2024-04-03T17:07:19.7213306Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:19.7213550Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:19.7213730Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7214354Z In file included from /opt/rocm-6.0.0/include/hip/hip_runtime.h:70, 2024-04-03T17:07:19.7215006Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h:2, 2024-04-03T17:07:19.7215662Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:4: 2024-04-03T17:07:19.7216525Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:19.7216864Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:19.7217060Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7217893Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:14: 2024-04-03T17:07:19.7222544Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:19.7222929Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:19.7223113Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7224544Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:19.7224941Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:19.7225177Z | ^~~~ 2024-04-03T17:07:19.7226609Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:19.7226860Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:19.7227045Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7227672Z In file included from /opt/rocm-6.0.0/include/hip/hip_runtime.h:70, 2024-04-03T17:07:19.7228325Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPGeneratorImpl.h:2, 2024-04-03T17:07:19.7228975Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/detail/HIPHooks.cpp:4: 2024-04-03T17:07:19.7229690Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:19.7230146Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:19.7230398Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:19.7230426Z 2024-04-03T17:07:19.7768727Z [8106/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Distributions.cpp.o 2024-04-03T17:07:19.7771053Z [8107/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/PinnedMemoryAllocator.cpp.o 2024-04-03T17:07:19.7773520Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:19.7774710Z 2024-04-03T17:07:19.9708000Z [8107/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/IndexKernel.cpp.o 2024-04-03T17:07:19.9710378Z [8108/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/tunable/StreamTimer.cpp.o 2024-04-03T17:07:19.9712745Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:19.9714013Z 2024-04-03T17:07:20.0477693Z [8108/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/GridSampler.cpp.o 2024-04-03T17:07:20.0480103Z [8109/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/hip/tunable/Tunable.cpp.o 2024-04-03T17:07:20.0482151Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:20.0482920Z 2024-04-03T17:07:20.0962750Z [8109/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/LinearAlgebraStubs.cpp.o 2024-04-03T17:07:20.0964291Z [8110/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Equal.cpp.o 2024-04-03T17:07:20.0965780Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:20.0966901Z 2024-04-03T17:07:20.2061790Z [8110/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Resize.cpp.o 2024-04-03T17:07:20.2064986Z [8111/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Distributions.cpp.o 2024-04-03T17:07:20.2067126Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:20.2100141Z 2024-04-03T17:07:20.3566911Z [8111/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/ReduceOps.cpp.o 2024-04-03T17:07:20.3570040Z [8112/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Blas.cpp.o 2024-04-03T17:07:20.3572660Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:20.3574272Z 2024-04-03T17:07:20.3594737Z [8112/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Sort.cpp.o 2024-04-03T17:07:20.3597248Z [8113/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/IndexKernel.cpp.o 2024-04-03T17:07:20.3599794Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:20.3606717Z 2024-04-03T17:07:20.5676232Z [8113/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/ScanKernels.cpp.o 2024-04-03T17:07:20.5678081Z [8114/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/GridSampler.cpp.o 2024-04-03T17:07:20.5679464Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:20.5680146Z 2024-04-03T17:07:20.8056294Z [8114/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorModeKernel.cpp.o 2024-04-03T17:07:20.8059143Z [8115/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/ReduceOps.cpp.o 2024-04-03T17:07:20.8061694Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:20.8063029Z 2024-04-03T17:07:20.8370719Z [8115/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorCompare.cpp.o 2024-04-03T17:07:20.8373897Z [8116/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/ScanKernels.cpp.o 2024-04-03T17:07:20.8376943Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:20.8378495Z 2024-04-03T17:07:20.9174560Z [8116/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Sorting.cpp.o 2024-04-03T17:07:20.9176064Z [8117/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Sort.cpp.o 2024-04-03T17:07:20.9177909Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:20.9179093Z 2024-04-03T17:07:20.9594773Z [8117/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/SpectralOps.cpp.o 2024-04-03T17:07:20.9597521Z [8118/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/LinearAlgebraStubs.cpp.o 2024-04-03T17:07:20.9600197Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:20.9601442Z 2024-04-03T17:07:21.0102360Z [8118/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorTopK.cpp.o 2024-04-03T17:07:21.0104945Z [8119/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Resize.cpp.o 2024-04-03T17:07:21.0107470Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:21.0108812Z 2024-04-03T17:07:21.1161355Z [8119/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorShapeHIP.cpp.o 2024-04-03T17:07:21.1163396Z [8120/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorModeKernel.cpp.o 2024-04-03T17:07:21.1165916Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:21.1166787Z 2024-04-03T17:07:21.3066516Z [8120/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterCUDA.cpp.o 2024-04-03T17:07:21.3069080Z [8121/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorCompare.cpp.o 2024-04-03T17:07:21.3071878Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:21.3073200Z 2024-04-03T17:07:21.5152309Z [8121/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/jit_utils.cpp.o 2024-04-03T17:07:21.5154594Z [8122/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorTopK.cpp.o 2024-04-03T17:07:21.5156809Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:21.5157947Z 2024-04-03T17:07:21.5484219Z [8122/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp.o 2024-04-03T17:07:21.5487003Z [8123/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/Sorting.cpp.o 2024-04-03T17:07:21.5489251Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:21.5490442Z 2024-04-03T17:07:21.6995237Z [8123/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.cpp.o 2024-04-03T17:07:21.6998689Z [8124/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/SpectralOps.cpp.o 2024-04-03T17:07:21.7001135Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:21.7003509Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SpectralOps.cpp:14: 2024-04-03T17:07:21.7008403Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:21.7010982Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:21.7011461Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:21.7012441Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:21.7013586Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:21.7014095Z | ^~~~ 2024-04-03T17:07:21.7015171Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:21.7016123Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:21.7016601Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:21.7017235Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContextLight.h:7, 2024-04-03T17:07:21.7018125Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:4, 2024-04-03T17:07:21.7019222Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SpectralOps.cpp:4: 2024-04-03T17:07:21.7020171Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:21.7020835Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:21.7021535Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:21.7022650Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SpectralOps.cpp:14: 2024-04-03T17:07:21.7026004Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:21.7028455Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:21.7028992Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:21.7029967Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:21.7030995Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:21.7031489Z | ^~~~ 2024-04-03T17:07:21.7032544Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:21.7033507Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:21.7033894Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:21.7034527Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContextLight.h:7, 2024-04-03T17:07:21.7035433Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:4, 2024-04-03T17:07:21.7036286Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/SpectralOps.cpp:4: 2024-04-03T17:07:21.7037224Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:21.7037902Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:21.7038360Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:21.7038648Z 2024-04-03T17:07:21.8875672Z [8124/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLibBlas.cpp.o 2024-04-03T17:07:21.8882615Z [8125/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/TensorShapeHIP.cpp.o 2024-04-03T17:07:21.8885399Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:21.8886686Z 2024-04-03T17:07:21.9723378Z [8125/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/CusolverDnHandlePool.cpp.o 2024-04-03T17:07:21.9725611Z [8126/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/jit_utils.cpp.o 2024-04-03T17:07:21.9727540Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:21.9729080Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:11: 2024-04-03T17:07:21.9733890Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:21.9737905Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:21.9738799Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:21.9740303Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:21.9742028Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:21.9742755Z | ^~~~ 2024-04-03T17:07:21.9744141Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:21.9745161Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:21.9745874Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:21.9746742Z In file included from /opt/rocm-6.0.0/include/hip/hip_runtime.h:70, 2024-04-03T17:07:21.9748005Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:2: 2024-04-03T17:07:21.9749568Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:21.9750937Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:21.9751775Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:21.9753026Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:11: 2024-04-03T17:07:21.9757820Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:21.9762388Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:21.9763234Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:21.9764927Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:21.9766633Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:21.9767540Z | ^~~~ 2024-04-03T17:07:21.9769073Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:21.9770547Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:21.9770939Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:21.9771751Z In file included from /opt/rocm-6.0.0/include/hip/hip_runtime.h:70, 2024-04-03T17:07:21.9772764Z from /var/lib/jenkins/workspace/aten/src/ATen/native/hip/jit_utils.cpp:2: 2024-04-03T17:07:21.9774011Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:21.9775022Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:21.9775753Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:21.9776403Z 2024-04-03T17:07:22.4471307Z [8126/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/HIPSolver.cpp.o 2024-04-03T17:07:22.4473787Z [8127/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebra.cpp.o 2024-04-03T17:07:22.4475407Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:22.4476230Z 2024-04-03T17:07:22.4727566Z [8127/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterNestedTensorCUDA.cpp.o 2024-04-03T17:07:22.4730747Z [8128/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/CusolverDnHandlePool.cpp.o 2024-04-03T17:07:22.4733406Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:22.4734590Z 2024-04-03T17:07:22.4985382Z [8128/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterQuantizedCUDA.cpp.o 2024-04-03T17:07:22.4988129Z [8129/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLib.cpp.o 2024-04-03T17:07:22.4990616Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:22.4991794Z 2024-04-03T17:07:22.6304388Z [8129/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterSparseCUDA.cpp.o 2024-04-03T17:07:22.6307124Z [8130/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/BatchLinearAlgebraLibBlas.cpp.o 2024-04-03T17:07:22.6309852Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:22.6311039Z 2024-04-03T17:07:22.8752267Z [8130/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterSparseCsrCUDA.cpp.o 2024-04-03T17:07:22.8754729Z [8131/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/hip/linalg/HIPSolver.cpp.o 2024-04-03T17:07:22.8757269Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:22.8758583Z 2024-04-03T17:07:23.3859988Z [8131/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o 2024-04-03T17:07:23.3861611Z [8132/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterQuantizedCUDA.cpp.o 2024-04-03T17:07:23.3863126Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:23.3863816Z 2024-04-03T17:07:23.4504151Z [8132/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o 2024-04-03T17:07:23.4505628Z [8133/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/BatchNorm_miopen.cpp.o 2024-04-03T17:07:23.4507060Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:23.4507768Z 2024-04-03T17:07:23.5161851Z [8133/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/AffineGridGenerator.cpp.o 2024-04-03T17:07:23.5164263Z [8134/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterCUDA.cpp.o 2024-04-03T17:07:23.5166444Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:23.5170407Z 2024-04-03T17:07:23.5451741Z [8134/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/RNN_miopen.cpp.o 2024-04-03T17:07:23.5454381Z [8135/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterSparseCsrCUDA.cpp.o 2024-04-03T17:07:23.5457019Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:23.5458728Z 2024-04-03T17:07:23.5462918Z [8135/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/BatchNorm.cpp.o 2024-04-03T17:07:23.5465477Z [8136/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterNestedTensorCUDA.cpp.o 2024-04-03T17:07:23.5467887Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:23.5469032Z 2024-04-03T17:07:23.6219761Z [8136/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/ConvPlaceholders.cpp.o 2024-04-03T17:07:23.6222417Z [8137/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/RegisterSparseCUDA.cpp.o 2024-04-03T17:07:23.6224644Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:23.6225820Z 2024-04-03T17:07:23.9691623Z [8137/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/ConvShared.cpp.o 2024-04-03T17:07:23.9694333Z [8138/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/ConvPlaceholders.cpp.o 2024-04-03T17:07:23.9696460Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:23.9697164Z 2024-04-03T17:07:24.0209486Z [8138/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v8.cpp.o 2024-04-03T17:07:24.0211720Z [8139/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/BatchNorm.cpp.o 2024-04-03T17:07:24.0213706Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:24.0214718Z 2024-04-03T17:07:24.0461788Z [8139/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v7.cpp.o 2024-04-03T17:07:24.0464278Z [8140/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v8.cpp.o 2024-04-03T17:07:24.0466621Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:24.0467337Z 2024-04-03T17:07:24.0866718Z [8140/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/MHA.cpp.o 2024-04-03T17:07:24.0868520Z [8141/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/Conv_miopen.cpp.o 2024-04-03T17:07:24.0870102Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:24.0871044Z 2024-04-03T17:07:24.1025338Z [8141/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/LossCTC.cpp.o 2024-04-03T17:07:24.1027266Z [8142/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/Conv_v7.cpp.o 2024-04-03T17:07:24.1029139Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:24.1030089Z 2024-04-03T17:07:24.1355872Z [8142/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/GridSampler.cpp.o 2024-04-03T17:07:24.1359052Z [8143/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/AffineGridGenerator.cpp.o 2024-04-03T17:07:24.1361750Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:24.1362966Z 2024-04-03T17:07:24.1834230Z [8143/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Handle.cpp.o 2024-04-03T17:07:24.1836631Z [8144/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/ConvShared.cpp.o 2024-04-03T17:07:24.1839039Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:24.1840426Z 2024-04-03T17:07:24.2253855Z [8144/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/RNN.cpp.o 2024-04-03T17:07:24.2261432Z [8145/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/miopen/RNN_miopen.cpp.o 2024-04-03T17:07:24.2264070Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:24.2267231Z In file included from /var/lib/jenkins/workspace/c10/util/Exception.h:5, 2024-04-03T17:07:24.2268011Z from /var/lib/jenkins/workspace/c10/core/Device.h:5, 2024-04-03T17:07:24.2268991Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2024-04-03T17:07:24.2269889Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2024-04-03T17:07:24.2270689Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2024-04-03T17:07:24.2271602Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2024-04-03T17:07:24.2273604Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp: In function ‘void at::native::_viewOrCopyParams(at::MatrixRef, at::MatrixRef, bool)’: 2024-04-03T17:07:24.2278325Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:41: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2024-04-03T17:07:24.2282011Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2024-04-03T17:07:24.2282741Z | ^ 2024-04-03T17:07:24.2283822Z /var/lib/jenkins/workspace/c10/macros/Macros.h:204:64: note: in definition of macro ‘C10_UNLIKELY’ 2024-04-03T17:07:24.2284940Z 204 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2024-04-03T17:07:24.2285657Z | ^~~~ 2024-04-03T17:07:24.2286694Z /var/lib/jenkins/workspace/c10/util/Exception.h:531:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2024-04-03T17:07:24.2287741Z 531 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2024-04-03T17:07:24.2288293Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:24.2289360Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:13: note: in expansion of macro ‘TORCH_CHECK’ 2024-04-03T17:07:24.2290622Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2024-04-03T17:07:24.2291259Z | ^~~~~~~~~~~ 2024-04-03T17:07:24.2291848Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2024-04-03T17:07:24.2292724Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2024-04-03T17:07:24.2293567Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2024-04-03T17:07:24.2294610Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:225:30: note: declared here 2024-04-03T17:07:24.2295452Z 225 | DeprecatedTypeProperties & type() const { 2024-04-03T17:07:24.2295931Z | ^~~~ 2024-04-03T17:07:24.2296663Z In file included from /var/lib/jenkins/workspace/c10/util/Exception.h:5, 2024-04-03T17:07:24.2297351Z from /var/lib/jenkins/workspace/c10/core/Device.h:5, 2024-04-03T17:07:24.2298096Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2024-04-03T17:07:24.2299051Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2024-04-03T17:07:24.2299889Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2024-04-03T17:07:24.2300732Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2024-04-03T17:07:24.2304600Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:60: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2024-04-03T17:07:24.2307945Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2024-04-03T17:07:24.2308639Z | ^ 2024-04-03T17:07:24.2309561Z /var/lib/jenkins/workspace/c10/macros/Macros.h:204:64: note: in definition of macro ‘C10_UNLIKELY’ 2024-04-03T17:07:24.2310559Z 204 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2024-04-03T17:07:24.2311213Z | ^~~~ 2024-04-03T17:07:24.2312179Z /var/lib/jenkins/workspace/c10/util/Exception.h:531:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2024-04-03T17:07:24.2313098Z 531 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2024-04-03T17:07:24.2313578Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:24.2314587Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:271:13: note: in expansion of macro ‘TORCH_CHECK’ 2024-04-03T17:07:24.2315770Z 271 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2024-04-03T17:07:24.2316445Z | ^~~~~~~~~~~ 2024-04-03T17:07:24.2317067Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2024-04-03T17:07:24.2317921Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2024-04-03T17:07:24.2318759Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2024-04-03T17:07:24.2319805Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:225:30: note: declared here 2024-04-03T17:07:24.2320651Z 225 | DeprecatedTypeProperties & type() const { 2024-04-03T17:07:24.2321183Z | ^~~~ 2024-04-03T17:07:24.2321766Z In file included from /var/lib/jenkins/workspace/c10/util/Exception.h:5, 2024-04-03T17:07:24.2322448Z from /var/lib/jenkins/workspace/c10/core/Device.h:5, 2024-04-03T17:07:24.2323188Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2024-04-03T17:07:24.2324001Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2024-04-03T17:07:24.2324731Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2024-04-03T17:07:24.2325555Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2024-04-03T17:07:24.2327329Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp: In function ‘void at::native::_copyParams_and_permute(at::MatrixRef, at::MatrixRef, int64_t)’: 2024-04-03T17:07:24.2331729Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:41: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2024-04-03T17:07:24.2335109Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2024-04-03T17:07:24.2335823Z | ^ 2024-04-03T17:07:24.2336802Z /var/lib/jenkins/workspace/c10/macros/Macros.h:204:64: note: in definition of macro ‘C10_UNLIKELY’ 2024-04-03T17:07:24.2337800Z 204 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2024-04-03T17:07:24.2338677Z | ^~~~ 2024-04-03T17:07:24.2340330Z /var/lib/jenkins/workspace/c10/util/Exception.h:531:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2024-04-03T17:07:24.2341906Z 531 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2024-04-03T17:07:24.2342742Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:24.2344584Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:13: note: in expansion of macro ‘TORCH_CHECK’ 2024-04-03T17:07:24.2346597Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2024-04-03T17:07:24.2347753Z | ^~~~~~~~~~~ 2024-04-03T17:07:24.2348702Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2024-04-03T17:07:24.2350089Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2024-04-03T17:07:24.2351453Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2024-04-03T17:07:24.2353155Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:225:30: note: declared here 2024-04-03T17:07:24.2354477Z 225 | DeprecatedTypeProperties & type() const { 2024-04-03T17:07:24.2355230Z | ^~~~ 2024-04-03T17:07:24.2356238Z In file included from /var/lib/jenkins/workspace/c10/util/Exception.h:5, 2024-04-03T17:07:24.2357270Z from /var/lib/jenkins/workspace/c10/core/Device.h:5, 2024-04-03T17:07:24.2358609Z from /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:11, 2024-04-03T17:07:24.2360093Z from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2024-04-03T17:07:24.2361552Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2024-04-03T17:07:24.2363080Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2024-04-03T17:07:24.2370458Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:60: warning: ‘at::DeprecatedTypeProperties& at::Tensor::type() const’ is deprecated: Tensor.type() is deprecated. Instead use Tensor.options(), which in many cases (e.g. in a constructor) is a drop-in replacement. If you were using data from type(), that is now available from Tensor itself, so instead of tensor.type().scalar_type(), use tensor.scalar_type() instead and instead of tensor.type().backend() use tensor.device(). [-Wdeprecated-declarations] 2024-04-03T17:07:24.2376329Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2024-04-03T17:07:24.2377700Z | ^ 2024-04-03T17:07:24.2379629Z /var/lib/jenkins/workspace/c10/macros/Macros.h:204:64: note: in definition of macro ‘C10_UNLIKELY’ 2024-04-03T17:07:24.2381544Z 204 | #define C10_UNLIKELY(expr) (__builtin_expect(static_cast(expr), 0)) 2024-04-03T17:07:24.2382802Z | ^~~~ 2024-04-03T17:07:24.2384603Z /var/lib/jenkins/workspace/c10/util/Exception.h:531:7: note: in expansion of macro ‘C10_UNLIKELY_OR_CONST’ 2024-04-03T17:07:24.2386339Z 531 | if (C10_UNLIKELY_OR_CONST(!(cond))) { \ 2024-04-03T17:07:24.2387216Z | ^~~~~~~~~~~~~~~~~~~~~ 2024-04-03T17:07:24.2389145Z /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:290:13: note: in expansion of macro ‘TORCH_CHECK’ 2024-04-03T17:07:24.2391406Z 290 | TORCH_CHECK(param_from.type() == param_to.type(), "parameter types mismatch"); 2024-04-03T17:07:24.2392763Z | ^~~~~~~~~~~ 2024-04-03T17:07:24.2393943Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/core/Tensor.h:3, 2024-04-03T17:07:24.2395436Z from /var/lib/jenkins/workspace/aten/src/ATen/native/RNN.h:3, 2024-04-03T17:07:24.2397005Z from /var/lib/jenkins/workspace/aten/src/ATen/native/miopen/RNN_miopen.cpp:2: 2024-04-03T17:07:24.2398990Z /var/lib/jenkins/workspace/build/aten/src/ATen/core/TensorBody.h:225:30: note: declared here 2024-04-03T17:07:24.2400570Z 225 | DeprecatedTypeProperties & type() const { 2024-04-03T17:07:24.2401454Z | ^~~~ 2024-04-03T17:07:24.2401905Z 2024-04-03T17:07:24.5536797Z [8145/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/AutocastRNN.cpp.o 2024-04-03T17:07:24.5539620Z [8146/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/LossCTC.cpp.o 2024-04-03T17:07:24.5542290Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:24.5543644Z 2024-04-03T17:07:24.5831252Z [8146/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Descriptors.cpp.o 2024-04-03T17:07:24.5833120Z [8147/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Handle.cpp.o 2024-04-03T17:07:24.5835214Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:24.5836473Z 2024-04-03T17:07:24.6642176Z [8147/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/CudaIPCTypes.cpp.o 2024-04-03T17:07:24.6644730Z [8148/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/GridSampler.cpp.o 2024-04-03T17:07:24.6647193Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:24.6648438Z 2024-04-03T17:07:25.0405668Z [8148/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Types.cpp.o 2024-04-03T17:07:25.0408184Z [8149/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/RNN.cpp.o 2024-04-03T17:07:25.0410433Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:25.0411602Z 2024-04-03T17:07:25.2205632Z [8149/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp.o 2024-04-03T17:07:25.2212189Z [8150/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/CudaIPCTypes.cpp.o 2024-04-03T17:07:25.2213852Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:25.2214943Z 2024-04-03T17:07:25.2635466Z [8150/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/comm.cpp.o 2024-04-03T17:07:25.2637939Z [8151/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/native/cudnn/hip/MHA.cpp.o 2024-04-03T17:07:25.2640629Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:25.2641952Z 2024-04-03T17:07:25.5178522Z [8151/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/memory_snapshot.cpp.o 2024-04-03T17:07:25.5180796Z [8152/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/AutocastRNN.cpp.o 2024-04-03T17:07:25.5182437Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:25.5183235Z 2024-04-03T17:07:25.7477677Z [8152/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.cpp.o 2024-04-03T17:07:25.7480539Z [8153/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Descriptors.cpp.o 2024-04-03T17:07:25.7483392Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:25.7484670Z 2024-04-03T17:07:25.9430066Z [8153/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/inductor/aoti_torch/shim_cuda.cpp.o 2024-04-03T17:07:25.9432781Z [8154/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.cpp.o 2024-04-03T17:07:25.9435176Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:25.9435863Z 2024-04-03T17:07:26.0628769Z [8154/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/tensorexpr/cuda_codegen.cpp.o 2024-04-03T17:07:26.0631234Z [8155/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/aten/src/ATen/miopen/Types.cpp.o 2024-04-03T17:07:26.0633697Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:26.0635054Z 2024-04-03T17:07:26.1608373Z [8155/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/profiler/stubs/cuda.cpp.o 2024-04-03T17:07:26.1610890Z [8156/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/memory_snapshot.cpp.o 2024-04-03T17:07:26.1613350Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:26.1614664Z 2024-04-03T17:07:26.5383918Z [8156/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/autograd/functions/comm.cpp.o 2024-04-03T17:07:26.5386270Z [8157/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/inductor/aoti_torch/shim_cuda.cpp.o 2024-04-03T17:07:26.5388622Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:26.5389824Z 2024-04-03T17:07:26.7411659Z [8157/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp.o 2024-04-03T17:07:26.7413644Z [8158/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp.o 2024-04-03T17:07:26.7415096Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:26.7416377Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:8: 2024-04-03T17:07:26.7419659Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:26.7422209Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:26.7422696Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:26.7423684Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:26.7424697Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:26.7425203Z | ^~~~ 2024-04-03T17:07:26.7426254Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:26.7427196Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:26.7427685Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:26.7428225Z In file included from /opt/rocm-6.0.0/include/hip/hip_runtime.h:70, 2024-04-03T17:07:26.7429097Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h:7, 2024-04-03T17:07:26.7430234Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:1: 2024-04-03T17:07:26.7432089Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:26.7433308Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:26.7434222Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:26.7435750Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:8: 2024-04-03T17:07:26.7441781Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:26.7446352Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:26.7447183Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:26.7449118Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:26.7451146Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:26.7452066Z | ^~~~ 2024-04-03T17:07:26.7454198Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:26.7455953Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:26.7456759Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:26.7457765Z In file included from /opt/rocm-6.0.0/include/hip/hip_runtime.h:70, 2024-04-03T17:07:26.7459542Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.h:7, 2024-04-03T17:07:26.7461546Z from /var/lib/jenkins/workspace/torch/csrc/jit/codegen/fuser/cuda/fused_kernel.cpp:1: 2024-04-03T17:07:26.7463453Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:26.7464748Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:26.7465605Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:26.7466047Z 2024-04-03T17:07:26.7684136Z [8158/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp.o 2024-04-03T17:07:26.7685596Z [8159/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/comm.cpp.o 2024-04-03T17:07:26.7686977Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:26.7688756Z 2024-04-03T17:07:26.8421787Z [8159/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp.o 2024-04-03T17:07:26.8424043Z [8160/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/ProcessGroupUCC.cpp.o 2024-04-03T17:07:26.8426190Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:26.8427295Z 2024-04-03T17:07:26.9035342Z [8160/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/runtime/register_cuda_ops.cpp.o 2024-04-03T17:07:26.9039759Z [8161/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/profiler/stubs/cuda.cpp.o 2024-04-03T17:07:26.9042464Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:26.9044061Z 2024-04-03T17:07:27.1387379Z [8161/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/nccl.cpp.o 2024-04-03T17:07:27.1388820Z [8162/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/passes/frozen_conv_add_relu_fusion_cuda.cpp.o 2024-04-03T17:07:27.1390287Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:27.1390985Z 2024-04-03T17:07:27.5675822Z [8162/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/reducer_cuda.cpp.o 2024-04-03T17:07:27.5679500Z [8163/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/tensorexpr/cuda_codegen.cpp.o 2024-04-03T17:07:27.5682454Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:27.5684119Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2024-04-03T17:07:27.5685641Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2024-04-03T17:07:27.5690111Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:27.5694241Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:27.5695069Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:27.5696881Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:27.5698621Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:27.5699527Z | ^~~~ 2024-04-03T17:07:27.5701142Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:27.5702704Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:27.5703394Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:27.5704500Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContextLight.h:7, 2024-04-03T17:07:27.5706011Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:4, 2024-04-03T17:07:27.5707384Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:7, 2024-04-03T17:07:27.5708993Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2024-04-03T17:07:27.5710623Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:27.5711794Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:27.5712595Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:27.5713653Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2024-04-03T17:07:27.5714954Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2024-04-03T17:07:27.5718316Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:07:27.5721606Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:07:27.5722157Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:27.5723672Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:07:27.5725128Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:07:27.5725638Z | ^~~~ 2024-04-03T17:07:27.5726985Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:07:27.5728210Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:07:27.5728606Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:07:27.5729655Z In file included from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContextLight.h:7, 2024-04-03T17:07:27.5730846Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/HIPContext.h:4, 2024-04-03T17:07:27.5731975Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:7, 2024-04-03T17:07:27.5733084Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.cpp:1: 2024-04-03T17:07:27.5734036Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:07:27.5735069Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:07:27.5735877Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:07:27.5736350Z 2024-04-03T17:07:27.7268787Z [8163/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/NCCLUtils.cpp.o 2024-04-03T17:07:27.7271150Z [8164/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/autograd/functions/comm.cpp.o 2024-04-03T17:07:27.7273363Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:27.7274461Z 2024-04-03T17:07:27.7949123Z [8164/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/UCCUtils.cpp.o 2024-04-03T17:07:27.7951523Z [8165/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/UCCUtils.cpp.o 2024-04-03T17:07:27.7953777Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:27.7954985Z 2024-04-03T17:07:27.8734341Z [8165/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/UCCTracing.cpp.o 2024-04-03T17:07:27.8736873Z [8166/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/UCCTracing.cpp.o 2024-04-03T17:07:27.8739405Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:27.8740545Z 2024-04-03T17:07:28.1060528Z [8166/8653] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2024-04-03T17:07:28.1063027Z [8167/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/reducer_cuda.cpp.o 2024-04-03T17:07:28.1065416Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:28.1066502Z 2024-04-03T17:07:28.5057378Z [8167/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/intra_node_comm.cpp.o 2024-04-03T17:07:28.5060192Z [8168/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/jit/runtime/register_cuda_ops.cpp.o 2024-04-03T17:07:28.5064888Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:28.5066223Z 2024-04-03T17:07:28.5142718Z [8168/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp.o 2024-04-03T17:07:28.5145173Z [8169/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/cuda/nccl.cpp.o 2024-04-03T17:07:28.5147677Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:28.5151662Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp: In function ‘void torch::cuda::nccl::all2all_single_equal_split(at::Tensor&, at::Tensor&, int, torch::cuda::nccl::ncclComm_t, c10::hip::HIPStreamMasqueradingAsCUDA&)’: 2024-04-03T17:07:28.5155534Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp:817:7: warning: unused variable ‘numranks’ [-Wunused-variable] 2024-04-03T17:07:28.5157259Z 817 | int numranks; 2024-04-03T17:07:28.5157801Z | ^~~~~~~~ 2024-04-03T17:07:28.5159540Z /var/lib/jenkins/workspace/torch/csrc/cuda/nccl.cpp:820:10: warning: unused variable ‘rankdiff’ [-Wunused-variable] 2024-04-03T17:07:28.5161349Z 820 | size_t rankdiff = input.nbytes() / size; 2024-04-03T17:07:28.5162145Z | ^~~~~~~~ 2024-04-03T17:07:28.5162562Z 2024-04-03T17:07:28.8810731Z [8169/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp.o 2024-04-03T17:07:28.8813889Z [8170/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/ProcessGroupNCCL.cpp.o 2024-04-03T17:07:28.8816152Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:28.8817377Z 2024-04-03T17:07:28.8837810Z [8170/8653] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2024-04-03T17:07:28.8840479Z [8171/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/NCCLUtils.cpp.o 2024-04-03T17:07:28.8842637Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:28.8843729Z 2024-04-03T17:07:29.4758258Z [8171/8653] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_module.cc.o 2024-04-03T17:07:29.4761062Z [8172/8653] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2024-04-03T17:07:29.4763548Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:29.4764805Z 2024-04-03T17:07:29.6924010Z [8172/8653] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt_bench.cc.o 2024-04-03T17:07:29.6926066Z [8173/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/rpc/tensorpipe_cuda.cpp.o 2024-04-03T17:07:29.6927644Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:29.6928691Z 2024-04-03T17:07:29.7592972Z [8173/8653] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_utils.cc.o 2024-04-03T17:07:29.7595046Z [8174/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.cpp.o 2024-04-03T17:07:29.7596527Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:29.7597215Z 2024-04-03T17:07:29.9760482Z [8174/8653] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_runtime.cc.o 2024-04-03T17:07:29.9763185Z [8175/8653] Building CXX object caffe2/CMakeFiles/torch_hip.dir/__/torch/csrc/distributed/c10d/intra_node_comm.cpp.o 2024-04-03T17:07:29.9765612Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:29.9766725Z 2024-04-03T17:07:30.3939407Z [8175/8653] Linking CXX shared library lib/libtorch_hip.so 2024-04-03T17:07:30.3941521Z [8176/8653] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/deep_wide_pt.cc.o 2024-04-03T17:07:30.3946936Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:30.3949178Z 2024-04-03T17:07:30.7030229Z [8176/8653] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_generated_ops.cc.o 2024-04-03T17:07:30.7033165Z [8177/8653] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_utils.cc.o 2024-04-03T17:07:30.7035915Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:30.7037456Z 2024-04-03T17:07:30.7331214Z [8177/8653] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2024-04-03T17:07:30.7336117Z [8178/8653] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_module.cc.o 2024-04-03T17:07:30.7339598Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:30.7341213Z 2024-04-03T17:07:31.0931707Z [8178/8653] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2024-04-03T17:07:31.0935124Z [8179/8653] Building CXX object caffe2/CMakeFiles/Dimname_test.dir/__/aten/src/ATen/test/Dimname_test.cpp.o 2024-04-03T17:07:31.0938118Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:31.0940655Z 2024-04-03T17:07:31.1218980Z [8179/8653] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2024-04-03T17:07:31.1221795Z [8180/8653] Building CXX object caffe2/CMakeFiles/static_runtime_bench.dir/__/benchmarks/static_runtime/deep_wide_pt_bench.cc.o 2024-04-03T17:07:31.1224358Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:31.1225624Z 2024-04-03T17:07:31.7374606Z [8180/8653] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2024-04-03T17:07:31.7377434Z [8181/8653] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_static_runtime.cc.o 2024-04-03T17:07:31.7380227Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:31.7381441Z 2024-04-03T17:07:32.0704355Z [8181/8653] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2024-04-03T17:07:32.0705912Z [8182/8653] Building CXX object caffe2/CMakeFiles/static_runtime_test.dir/__/benchmarks/static_runtime/test_generated_ops.cc.o 2024-04-03T17:07:32.0707382Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:32.0708070Z 2024-04-03T17:07:32.1889928Z [8182/8653] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2024-04-03T17:07:32.1892043Z [8183/8653] Building CXX object caffe2/CMakeFiles/Dict_test.dir/__/aten/src/ATen/test/Dict_test.cpp.o 2024-04-03T17:07:32.1894268Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:32.1895497Z 2024-04-03T17:07:32.2777643Z [8183/8653] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2024-04-03T17:07:32.2780970Z [8184/8653] Building CXX object caffe2/CMakeFiles/NamedTensor_test.dir/__/aten/src/ATen/test/NamedTensor_test.cpp.o 2024-04-03T17:07:32.2784175Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:32.2785895Z 2024-04-03T17:07:32.4473073Z [8184/8653] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2024-04-03T17:07:32.4475542Z [8185/8653] Building CXX object caffe2/CMakeFiles/MaybeOwned_test.dir/__/aten/src/ATen/test/MaybeOwned_test.cpp.o 2024-04-03T17:07:32.4477772Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:32.4479021Z 2024-04-03T17:07:33.0681562Z [8185/8653] Building CXX object caffe2/CMakeFiles/cpu_allocator_test.dir/__/aten/src/ATen/test/cpu_allocator_test.cpp.o 2024-04-03T17:07:33.0684040Z [8186/8653] Building CXX object caffe2/CMakeFiles/apply_utils_test.dir/__/aten/src/ATen/test/apply_utils_test.cpp.o 2024-04-03T17:07:33.0686377Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:33.0691304Z 2024-04-03T17:07:33.3517111Z [8186/8653] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2024-04-03T17:07:33.3519423Z [8187/8653] Building CXX object caffe2/CMakeFiles/atest.dir/__/aten/src/ATen/test/atest.cpp.o 2024-04-03T17:07:33.3521396Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:33.3522698Z 2024-04-03T17:07:33.4291529Z [8187/8653] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2024-04-03T17:07:33.4294071Z [8188/8653] Building CXX object caffe2/CMakeFiles/basic.dir/__/aten/src/ATen/test/basic.cpp.o 2024-04-03T17:07:33.4296107Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:33.4300646Z 2024-04-03T17:07:33.5677476Z [8188/8653] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2024-04-03T17:07:33.5680369Z [8189/8653] Building CXX object caffe2/CMakeFiles/broadcast_test.dir/__/aten/src/ATen/test/broadcast_test.cpp.o 2024-04-03T17:07:33.5682881Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:33.5684243Z 2024-04-03T17:07:33.5982365Z [8189/8653] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2024-04-03T17:07:33.5985098Z [8190/8653] Building CXX object caffe2/CMakeFiles/cpu_allocator_test.dir/__/aten/src/ATen/test/cpu_allocator_test.cpp.o 2024-04-03T17:07:33.5987629Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:33.5988856Z 2024-04-03T17:07:34.2096514Z [8190/8653] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2024-04-03T17:07:34.2113566Z [8191/8653] Building CXX object caffe2/CMakeFiles/cpu_generator_test.dir/__/aten/src/ATen/test/cpu_generator_test.cpp.o 2024-04-03T17:07:34.2116129Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:34.2117386Z 2024-04-03T17:07:34.4837311Z [8191/8653] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2024-04-03T17:07:34.4840541Z [8192/8653] Building CXX object caffe2/CMakeFiles/cpu_profiling_allocator_test.dir/__/aten/src/ATen/test/cpu_profiling_allocator_test.cpp.o 2024-04-03T17:07:34.4843652Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:34.4845055Z 2024-04-03T17:07:34.8377640Z [8192/8653] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2024-04-03T17:07:34.8380510Z [8193/8653] Building CXX object caffe2/CMakeFiles/dispatch_key_set_test.dir/__/aten/src/ATen/test/dispatch_key_set_test.cpp.o 2024-04-03T17:07:34.8383437Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:34.8384752Z 2024-04-03T17:07:34.8852895Z [8193/8653] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2024-04-03T17:07:34.8855518Z [8194/8653] Building CXX object caffe2/CMakeFiles/dlconvertor_test.dir/__/aten/src/ATen/test/dlconvertor_test.cpp.o 2024-04-03T17:07:34.8858498Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:34.8859835Z 2024-04-03T17:07:35.5683575Z [8194/8653] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2024-04-03T17:07:35.5685948Z [8195/8653] Building CXX object caffe2/CMakeFiles/cpu_rng_test.dir/__/aten/src/ATen/test/cpu_rng_test.cpp.o 2024-04-03T17:07:35.5688076Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:35.5689277Z 2024-04-03T17:07:35.5755422Z [8195/8653] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2024-04-03T17:07:35.5757906Z [8196/8653] Building CXX object caffe2/CMakeFiles/extension_backend_test.dir/__/aten/src/ATen/test/extension_backend_test.cpp.o 2024-04-03T17:07:35.5759384Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:35.5761975Z 2024-04-03T17:07:35.5795410Z [8196/8653] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2024-04-03T17:07:35.5797406Z [8197/8653] Linking CXX shared library lib/libtorch_hip.so 2024-04-03T17:07:35.5798384Z Warning: Unused direct dependencies: 2024-04-03T17:07:35.5799113Z /opt/rocm/lib/libhiprtc.so.6 2024-04-03T17:07:35.5799748Z /opt/rocm/lib/libhiprand.so.1 2024-04-03T17:07:35.5800202Z 2024-04-03T17:07:35.6294892Z [8197/8653] Linking CXX shared library lib/libtorch.so 2024-04-03T17:07:35.6296805Z [8198/8653] Building CXX object caffe2/CMakeFiles/half_test.dir/__/aten/src/ATen/test/half_test.cpp.o 2024-04-03T17:07:35.6299241Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:35.6300031Z 2024-04-03T17:07:36.1911842Z [8198/8653] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2024-04-03T17:07:36.1914058Z [8199/8653] Linking CXX shared library lib/libtorch.so 2024-04-03T17:07:36.1915127Z Warning: Unused direct dependencies: 2024-04-03T17:07:36.1916040Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:36.1916751Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:36.1918043Z 2024-04-03T17:07:36.2445219Z [8199/8653] Linking CXX executable bin/static_runtime_bench 2024-04-03T17:07:36.2448552Z [8200/8653] Building CXX object caffe2/CMakeFiles/lazy_tensor_test.dir/__/aten/src/ATen/test/lazy_tensor_test.cpp.o 2024-04-03T17:07:36.2452200Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:36.2461751Z 2024-04-03T17:07:36.5195420Z [8200/8653] Linking CXX executable bin/static_runtime_test 2024-04-03T17:07:36.5197243Z [8201/8653] Building CXX object caffe2/CMakeFiles/ivalue_test.dir/__/aten/src/ATen/test/ivalue_test.cpp.o 2024-04-03T17:07:36.5199423Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:36.5200571Z 2024-04-03T17:07:36.8132276Z [8201/8653] Linking CXX executable bin/Dict_test 2024-04-03T17:07:36.8134296Z [8202/8653] Building CXX object caffe2/CMakeFiles/memory_overlapping_test.dir/__/aten/src/ATen/test/memory_overlapping_test.cpp.o 2024-04-03T17:07:36.8136621Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:36.8137842Z 2024-04-03T17:07:36.8732244Z [8202/8653] Linking CXX executable bin/Dimname_test 2024-04-03T17:07:36.8734161Z [8203/8653] Building CXX object caffe2/CMakeFiles/memory_format_test.dir/__/aten/src/ATen/test/memory_format_test.cpp.o 2024-04-03T17:07:36.8736632Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:36.8737818Z 2024-04-03T17:07:36.8997580Z [8203/8653] Linking CXX executable bin/MaybeOwned_test 2024-04-03T17:07:36.8999549Z [8204/8653] Building CXX object caffe2/CMakeFiles/math_kernel_test.dir/__/aten/src/ATen/test/math_kernel_test.cpp.o 2024-04-03T17:07:36.9001925Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:36.9003148Z 2024-04-03T17:07:37.3399628Z [8204/8653] Linking CXX executable bin/NamedTensor_test 2024-04-03T17:07:37.3400682Z [8205/8653] Linking CXX executable bin/static_runtime_bench 2024-04-03T17:07:37.3401512Z Warning: Unused direct dependencies: 2024-04-03T17:07:37.3404227Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:37.3405538Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:37.3406373Z 2024-04-03T17:07:37.8422910Z [8205/8653] Linking CXX executable bin/apply_utils_test 2024-04-03T17:07:37.8425285Z [8206/8653] Linking CXX executable bin/static_runtime_test 2024-04-03T17:07:37.8426064Z Warning: Unused direct dependencies: 2024-04-03T17:07:37.8426727Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:37.8427758Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:37.8428356Z 2024-04-03T17:07:38.1201958Z [8206/8653] Linking CXX executable bin/atest 2024-04-03T17:07:38.1203297Z [8207/8653] Linking CXX executable bin/MaybeOwned_test 2024-04-03T17:07:38.1204358Z Warning: Unused direct dependencies: 2024-04-03T17:07:38.1205615Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:38.1206484Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:38.1207010Z 2024-04-03T17:07:38.1292166Z [8207/8653] Linking CXX executable bin/basic 2024-04-03T17:07:38.1293016Z [8208/8653] Linking CXX executable bin/Dict_test 2024-04-03T17:07:38.1293810Z Warning: Unused direct dependencies: 2024-04-03T17:07:38.1294493Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:38.1295289Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:38.1295818Z 2024-04-03T17:07:38.3400947Z [8208/8653] Linking CXX executable bin/broadcast_test 2024-04-03T17:07:38.3401955Z [8209/8653] Linking CXX executable bin/Dimname_test 2024-04-03T17:07:38.3402707Z Warning: Unused direct dependencies: 2024-04-03T17:07:38.3403359Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:38.3404155Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:38.3404675Z 2024-04-03T17:07:38.5117763Z [8209/8653] Linking CXX executable bin/cpu_allocator_test 2024-04-03T17:07:38.5119163Z [8210/8653] Linking CXX executable bin/NamedTensor_test 2024-04-03T17:07:38.5119987Z Warning: Unused direct dependencies: 2024-04-03T17:07:38.5120725Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:38.5121586Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:38.5122185Z 2024-04-03T17:07:38.8760991Z [8210/8653] Linking CXX executable bin/cpu_generator_test 2024-04-03T17:07:38.8762123Z [8211/8653] Linking CXX executable bin/apply_utils_test 2024-04-03T17:07:38.8762985Z Warning: Unused direct dependencies: 2024-04-03T17:07:38.8763728Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:38.8764837Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:38.8765432Z 2024-04-03T17:07:39.0449652Z [8211/8653] Linking CXX executable bin/cpu_profiling_allocator_test 2024-04-03T17:07:39.0450778Z [8212/8653] Linking CXX executable bin/atest 2024-04-03T17:07:39.0451514Z Warning: Unused direct dependencies: 2024-04-03T17:07:39.0452268Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:39.0453138Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:39.0453733Z 2024-04-03T17:07:39.4762026Z [8212/8653] Linking CXX executable bin/cpu_rng_test 2024-04-03T17:07:39.4762918Z [8213/8653] Linking CXX executable bin/basic 2024-04-03T17:07:39.4763570Z Warning: Unused direct dependencies: 2024-04-03T17:07:39.4764212Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:39.4764974Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:39.4765501Z 2024-04-03T17:07:39.6882602Z [8213/8653] Linking CXX executable bin/dispatch_key_set_test 2024-04-03T17:07:39.6883707Z [8214/8653] Linking CXX executable bin/broadcast_test 2024-04-03T17:07:39.6884496Z Warning: Unused direct dependencies: 2024-04-03T17:07:39.6885190Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:39.6885989Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:39.6886557Z 2024-04-03T17:07:39.7725225Z [8214/8653] Linking CXX executable bin/dlconvertor_test 2024-04-03T17:07:39.7726253Z [8215/8653] Linking CXX executable bin/cpu_allocator_test 2024-04-03T17:07:39.7727003Z Warning: Unused direct dependencies: 2024-04-03T17:07:39.7727685Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:39.7728456Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:39.7728973Z 2024-04-03T17:07:40.1041832Z [8215/8653] Linking CXX executable bin/extension_backend_test 2024-04-03T17:07:40.1043289Z [8216/8653] Linking CXX executable bin/cpu_generator_test 2024-04-03T17:07:40.1044225Z Warning: Unused direct dependencies: 2024-04-03T17:07:40.1044980Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:40.1045839Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:40.1046404Z 2024-04-03T17:07:40.2529906Z [8216/8653] Linking CXX executable bin/half_test 2024-04-03T17:07:40.2531020Z [8217/8653] Linking CXX executable bin/cpu_profiling_allocator_test 2024-04-03T17:07:40.2531890Z Warning: Unused direct dependencies: 2024-04-03T17:07:40.2532553Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:40.2533326Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:40.2533835Z 2024-04-03T17:07:40.3693729Z [8217/8653] Linking CXX executable bin/ivalue_test 2024-04-03T17:07:40.3695110Z [8218/8653] Linking CXX executable bin/cpu_rng_test 2024-04-03T17:07:40.3696300Z Warning: Unused direct dependencies: 2024-04-03T17:07:40.3697237Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:40.3698505Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:40.3699302Z 2024-04-03T17:07:40.8590894Z [8218/8653] Linking CXX executable bin/lazy_tensor_test 2024-04-03T17:07:40.8592249Z [8219/8653] Linking CXX executable bin/dispatch_key_set_test 2024-04-03T17:07:40.8593433Z Warning: Unused direct dependencies: 2024-04-03T17:07:40.8594872Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:40.8595686Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:40.8596500Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:40.8597030Z 2024-04-03T17:07:40.9391821Z [8219/8653] Linking CXX executable bin/math_kernel_test 2024-04-03T17:07:40.9392874Z [8220/8653] Linking CXX executable bin/dlconvertor_test 2024-04-03T17:07:40.9393633Z Warning: Unused direct dependencies: 2024-04-03T17:07:40.9394317Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:40.9395161Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:40.9395700Z 2024-04-03T17:07:41.0268514Z [8220/8653] Linking CXX executable bin/memory_format_test 2024-04-03T17:07:41.0269877Z [8221/8653] Linking CXX executable bin/extension_backend_test 2024-04-03T17:07:41.0270945Z Warning: Unused direct dependencies: 2024-04-03T17:07:41.0271832Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:41.0272902Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:41.0273436Z 2024-04-03T17:07:41.7054614Z [8221/8653] Linking CXX executable bin/memory_overlapping_test 2024-04-03T17:07:41.7056028Z [8222/8653] Linking CXX executable bin/half_test 2024-04-03T17:07:41.7057029Z Warning: Unused direct dependencies: 2024-04-03T17:07:41.7058548Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:41.7059472Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:41.7060363Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:41.7060971Z 2024-04-03T17:07:41.8445294Z [8222/8653] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2024-04-03T17:07:41.8446865Z [8223/8653] Linking CXX executable bin/ivalue_test 2024-04-03T17:07:41.8447548Z Warning: Unused direct dependencies: 2024-04-03T17:07:41.8448212Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:41.8448993Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:41.8449519Z 2024-04-03T17:07:41.9515468Z [8223/8653] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2024-04-03T17:07:41.9516959Z [8224/8653] Linking CXX executable bin/lazy_tensor_test 2024-04-03T17:07:41.9517719Z Warning: Unused direct dependencies: 2024-04-03T17:07:41.9518375Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:41.9519131Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:41.9520168Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:41.9520674Z 2024-04-03T17:07:42.0815330Z [8224/8653] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2024-04-03T17:07:42.0816970Z [8225/8653] Linking CXX executable bin/math_kernel_test 2024-04-03T17:07:42.0817733Z Warning: Unused direct dependencies: 2024-04-03T17:07:42.0818618Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:42.0819447Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:42.0819992Z 2024-04-03T17:07:42.1600585Z [8225/8653] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2024-04-03T17:07:42.1602557Z [8226/8653] Linking CXX executable bin/memory_overlapping_test 2024-04-03T17:07:42.1603630Z Warning: Unused direct dependencies: 2024-04-03T17:07:42.1604323Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:42.1604873Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:42.1605275Z 2024-04-03T17:07:42.1937639Z [8226/8653] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2024-04-03T17:07:42.1940669Z [8227/8653] Building CXX object caffe2/CMakeFiles/operator_name_test.dir/__/aten/src/ATen/test/operator_name_test.cpp.o 2024-04-03T17:07:42.1943080Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:42.1944467Z 2024-04-03T17:07:42.4213481Z [8227/8653] Linking CXX executable bin/operator_name_test 2024-04-03T17:07:42.4214832Z [8228/8653] Linking CXX executable bin/memory_format_test 2024-04-03T17:07:42.4215741Z Warning: Unused direct dependencies: 2024-04-03T17:07:42.4216594Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:42.4217434Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:42.4218069Z 2024-04-03T17:07:43.1599141Z [8228/8653] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2024-04-03T17:07:43.1601725Z [8229/8653] Building CXX object caffe2/CMakeFiles/mobile_memory_cleanup.dir/__/aten/src/ATen/test/mobile_memory_cleanup.cpp.o 2024-04-03T17:07:43.1604097Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:43.1605237Z 2024-04-03T17:07:43.2060031Z [8229/8653] Linking CXX executable bin/mobile_memory_cleanup 2024-04-03T17:07:43.2061809Z [8230/8653] Building CXX object caffe2/CMakeFiles/native_test.dir/__/aten/src/ATen/test/native_test.cpp.o 2024-04-03T17:07:43.2063972Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:43.2068792Z 2024-04-03T17:07:43.4374821Z [8230/8653] Linking CXX executable bin/native_test 2024-04-03T17:07:43.4376395Z [8231/8653] Building CXX object caffe2/CMakeFiles/operators_test.dir/__/aten/src/ATen/test/operators_test.cpp.o 2024-04-03T17:07:43.4378593Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:43.4379608Z 2024-04-03T17:07:43.4728610Z [8231/8653] Linking CXX executable bin/operators_test 2024-04-03T17:07:43.4730804Z [8232/8653] Building CXX object caffe2/CMakeFiles/packedtensoraccessor_test.dir/__/aten/src/ATen/test/packedtensoraccessor_test.cpp.o 2024-04-03T17:07:43.4733505Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:43.4734569Z 2024-04-03T17:07:43.5219612Z [8232/8653] Linking CXX executable bin/packedtensoraccessor_test 2024-04-03T17:07:43.5221536Z [8233/8653] Linking CXX executable bin/operator_name_test 2024-04-03T17:07:43.5222755Z Warning: Unused direct dependencies: 2024-04-03T17:07:43.5223926Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:43.5224637Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:43.5225461Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:43.5225832Z 2024-04-03T17:07:43.5471391Z [8233/8653] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2024-04-03T17:07:43.5473726Z [8234/8653] Building CXX object caffe2/CMakeFiles/pow_test.dir/__/aten/src/ATen/test/pow_test.cpp.o 2024-04-03T17:07:43.5475935Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:43.5477159Z 2024-04-03T17:07:44.5779767Z [8234/8653] Linking CXX executable bin/pow_test 2024-04-03T17:07:44.5780959Z [8235/8653] Linking CXX executable bin/operators_test 2024-04-03T17:07:44.5781923Z Warning: Unused direct dependencies: 2024-04-03T17:07:44.5782783Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:44.5783666Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:44.5784234Z 2024-04-03T17:07:44.7483414Z [8235/8653] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2024-04-03T17:07:44.7484990Z [8236/8653] Linking CXX executable bin/mobile_memory_cleanup 2024-04-03T17:07:44.7485794Z Warning: Unused direct dependencies: 2024-04-03T17:07:44.7486439Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:44.7487209Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:44.7487719Z 2024-04-03T17:07:44.7681963Z [8236/8653] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2024-04-03T17:07:44.7684032Z [8237/8653] Linking CXX executable bin/pow_test 2024-04-03T17:07:44.7684877Z Warning: Unused direct dependencies: 2024-04-03T17:07:44.7685727Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:44.7686751Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:44.7687451Z 2024-04-03T17:07:44.8034819Z [8237/8653] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2024-04-03T17:07:44.8037813Z [8238/8653] Building CXX object caffe2/CMakeFiles/quantized_test.dir/__/aten/src/ATen/test/quantized_test.cpp.o 2024-04-03T17:07:44.8040429Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:44.8041783Z 2024-04-03T17:07:44.8065516Z [8238/8653] Linking CXX executable bin/quantized_test 2024-04-03T17:07:44.8066702Z [8239/8653] Linking CXX executable bin/native_test 2024-04-03T17:07:44.8067621Z Warning: Unused direct dependencies: 2024-04-03T17:07:44.8068441Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:44.8069393Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:44.8070066Z 2024-04-03T17:07:44.9725595Z [8239/8653] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2024-04-03T17:07:44.9727255Z [8240/8653] Linking CXX executable bin/packedtensoraccessor_test 2024-04-03T17:07:44.9727940Z Warning: Unused direct dependencies: 2024-04-03T17:07:44.9728420Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:44.9729049Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:44.9729477Z 2024-04-03T17:07:45.7212830Z [8240/8653] Building CXX object caffe2/CMakeFiles/StorageUtils_test.dir/__/aten/src/ATen/test/StorageUtils_test.cpp.o 2024-04-03T17:07:45.7216838Z [8241/8653] Building CXX object caffe2/CMakeFiles/reportMemoryUsage_test.dir/__/aten/src/ATen/test/reportMemoryUsage_test.cpp.o 2024-04-03T17:07:45.7220155Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:45.7221611Z 2024-04-03T17:07:45.8107502Z [8241/8653] Linking CXX executable bin/reportMemoryUsage_test 2024-04-03T17:07:45.8109724Z [8242/8653] Building CXX object caffe2/CMakeFiles/StorageUtils_test.dir/__/aten/src/ATen/test/StorageUtils_test.cpp.o 2024-04-03T17:07:45.8112247Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:45.8113021Z 2024-04-03T17:07:46.0355348Z [8242/8653] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2024-04-03T17:07:46.0357178Z [8243/8653] Building CXX object caffe2/CMakeFiles/reduce_ops_test.dir/__/aten/src/ATen/test/reduce_ops_test.cpp.o 2024-04-03T17:07:46.0358722Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:46.0361538Z 2024-04-03T17:07:46.0898928Z [8243/8653] Linking CXX executable bin/reduce_ops_test 2024-04-03T17:07:46.0900609Z [8244/8653] Building CXX object caffe2/CMakeFiles/scalar_tensor_test.dir/__/aten/src/ATen/test/scalar_tensor_test.cpp.o 2024-04-03T17:07:46.0902631Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:46.0903956Z 2024-04-03T17:07:46.2078275Z [8244/8653] Linking CXX executable bin/scalar_tensor_test 2024-04-03T17:07:46.2079607Z [8245/8653] Linking CXX executable bin/quantized_test 2024-04-03T17:07:46.2080553Z Warning: Unused direct dependencies: 2024-04-03T17:07:46.2081263Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:46.2081825Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:46.2082269Z 2024-04-03T17:07:46.2508147Z [8245/8653] Linking CXX executable bin/StorageUtils_test 2024-04-03T17:07:46.2509935Z [8246/8653] Building CXX object caffe2/CMakeFiles/scalar_test.dir/__/aten/src/ATen/test/scalar_test.cpp.o 2024-04-03T17:07:46.2511803Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:46.2512784Z 2024-04-03T17:07:47.1530200Z [8246/8653] Linking CXX executable bin/scalar_test 2024-04-03T17:07:47.1532518Z [8247/8653] Building CXX object caffe2/CMakeFiles/stride_properties_test.dir/__/aten/src/ATen/test/stride_properties_test.cpp.o 2024-04-03T17:07:47.1535854Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:47.1536930Z 2024-04-03T17:07:47.1595626Z [8247/8653] Linking CXX executable bin/stride_properties_test 2024-04-03T17:07:47.1597014Z [8248/8653] Linking CXX executable bin/reportMemoryUsage_test 2024-04-03T17:07:47.1597764Z Warning: Unused direct dependencies: 2024-04-03T17:07:47.1598258Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:47.1598801Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:47.1599372Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:47.1599736Z 2024-04-03T17:07:47.2849886Z [8248/8653] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2024-04-03T17:07:47.2852161Z [8249/8653] Linking CXX executable bin/scalar_tensor_test 2024-04-03T17:07:47.2853102Z Warning: Unused direct dependencies: 2024-04-03T17:07:47.2853888Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:47.2854933Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:47.2855635Z 2024-04-03T17:07:47.5576983Z [8249/8653] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2024-04-03T17:07:47.5579052Z [8250/8653] Linking CXX executable bin/scalar_test 2024-04-03T17:07:47.5579804Z Warning: Unused direct dependencies: 2024-04-03T17:07:47.5580530Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:47.5581336Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:47.5581911Z 2024-04-03T17:07:47.6081763Z [8250/8653] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2024-04-03T17:07:47.6083374Z [8251/8653] Linking CXX executable bin/reduce_ops_test 2024-04-03T17:07:47.6084115Z Warning: Unused direct dependencies: 2024-04-03T17:07:47.6085051Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:47.6085821Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:47.6086471Z 2024-04-03T17:07:47.8164956Z [8251/8653] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2024-04-03T17:07:47.8166733Z [8252/8653] Linking CXX executable bin/StorageUtils_test 2024-04-03T17:07:47.8167591Z Warning: Unused direct dependencies: 2024-04-03T17:07:47.8168360Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:47.8169211Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:47.8169829Z 2024-04-03T17:07:48.1501867Z [8252/8653] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2024-04-03T17:07:48.1504630Z [8253/8653] Building CXX object caffe2/CMakeFiles/type_ptr_test.dir/__/aten/src/ATen/test/type_ptr_test.cpp.o 2024-04-03T17:07:48.1506976Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:48.1508133Z 2024-04-03T17:07:48.5990513Z [8253/8653] Linking CXX executable bin/type_ptr_test 2024-04-03T17:07:48.5991633Z [8254/8653] Building CXX object caffe2/CMakeFiles/thread_init_test.dir/__/aten/src/ATen/test/thread_init_test.cpp.o 2024-04-03T17:07:48.5993139Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:48.5993883Z 2024-04-03T17:07:48.6030169Z [8254/8653] Linking CXX executable bin/thread_init_test 2024-04-03T17:07:48.6032163Z [8255/8653] Building CXX object caffe2/CMakeFiles/tensor_iterator_test.dir/__/aten/src/ATen/test/tensor_iterator_test.cpp.o 2024-04-03T17:07:48.6034658Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:48.6035384Z 2024-04-03T17:07:48.6057989Z [8255/8653] Linking CXX executable bin/tensor_iterator_test 2024-04-03T17:07:48.6059321Z [8256/8653] Linking CXX executable bin/stride_properties_test 2024-04-03T17:07:48.6060140Z Warning: Unused direct dependencies: 2024-04-03T17:07:48.6061016Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:48.6061770Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:48.6062294Z 2024-04-03T17:07:48.8612170Z [8256/8653] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2024-04-03T17:07:48.8613936Z [8257/8653] Building CXX object caffe2/CMakeFiles/test_parallel.dir/__/aten/src/ATen/test/test_parallel.cpp.o 2024-04-03T17:07:48.8615288Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:48.8615980Z 2024-04-03T17:07:49.1270011Z [8257/8653] Linking CXX executable bin/test_parallel 2024-04-03T17:07:49.1271502Z [8258/8653] Building CXX object caffe2/CMakeFiles/type_test.dir/__/aten/src/ATen/test/type_test.cpp.o 2024-04-03T17:07:49.1273420Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:49.1274475Z 2024-04-03T17:07:49.5128750Z [8258/8653] Linking CXX executable bin/type_test 2024-04-03T17:07:49.5130075Z [8259/8653] Linking CXX executable bin/type_ptr_test 2024-04-03T17:07:49.5130801Z Warning: Unused direct dependencies: 2024-04-03T17:07:49.5131470Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:49.5132211Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:49.5132773Z 2024-04-03T17:07:49.8356764Z [8259/8653] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2024-04-03T17:07:49.8359350Z [8260/8653] Linking CXX executable bin/thread_init_test 2024-04-03T17:07:49.8362643Z Warning: Unused direct dependencies: 2024-04-03T17:07:49.8363720Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:49.8364880Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:49.8366141Z 2024-04-03T17:07:49.9413401Z [8260/8653] Building CXX object caffe2/CMakeFiles/legacy_vmap_test.dir/__/aten/src/ATen/test/legacy_vmap_test.cpp.o 2024-04-03T17:07:49.9415794Z [8261/8653] Building CXX object caffe2/CMakeFiles/undefined_tensor_test.dir/__/aten/src/ATen/test/undefined_tensor_test.cpp.o 2024-04-03T17:07:49.9418071Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:49.9421115Z 2024-04-03T17:07:50.0109082Z [8261/8653] Linking CXX executable bin/undefined_tensor_test 2024-04-03T17:07:50.0110679Z [8262/8653] Linking CXX executable bin/test_parallel 2024-04-03T17:07:50.0111626Z Warning: Unused direct dependencies: 2024-04-03T17:07:50.0112541Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:50.0113549Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:50.0114285Z 2024-04-03T17:07:50.0755308Z [8262/8653] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2024-04-03T17:07:50.0757214Z [8263/8653] Linking CXX executable bin/tensor_iterator_test 2024-04-03T17:07:50.0758256Z Warning: Unused direct dependencies: 2024-04-03T17:07:50.0759144Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:50.0760241Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:50.0761016Z 2024-04-03T17:07:50.5776561Z [8263/8653] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2024-04-03T17:07:50.5778702Z [8264/8653] Linking CXX executable bin/type_test 2024-04-03T17:07:50.5779513Z Warning: Unused direct dependencies: 2024-04-03T17:07:50.5780275Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:50.5781210Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:50.5781868Z 2024-04-03T17:07:50.7294111Z [8264/8653] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2024-04-03T17:07:50.7296869Z [8265/8653] Building CXX object caffe2/CMakeFiles/verify_api_visibility.dir/__/aten/src/ATen/test/verify_api_visibility.cpp.o 2024-04-03T17:07:50.7299741Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:50.7300944Z 2024-04-03T17:07:51.0683854Z [8265/8653] Linking CXX executable bin/verify_api_visibility 2024-04-03T17:07:51.0685839Z [8266/8653] Building CXX object caffe2/CMakeFiles/weakref_test.dir/__/aten/src/ATen/test/weakref_test.cpp.o 2024-04-03T17:07:51.0688361Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:51.0689666Z 2024-04-03T17:07:51.1523785Z [8266/8653] Linking CXX executable bin/weakref_test 2024-04-03T17:07:51.1525314Z [8267/8653] Building CXX object caffe2/CMakeFiles/wrapdim_test.dir/__/aten/src/ATen/test/wrapdim_test.cpp.o 2024-04-03T17:07:51.1527298Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:51.1528339Z 2024-04-03T17:07:51.2600078Z [8267/8653] Linking CXX executable bin/wrapdim_test 2024-04-03T17:07:51.2601969Z [8268/8653] Building CXX object caffe2/CMakeFiles/legacy_vmap_test.dir/__/aten/src/ATen/test/legacy_vmap_test.cpp.o 2024-04-03T17:07:51.2604623Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:51.2605982Z 2024-04-03T17:07:51.3513546Z [8268/8653] Linking CXX executable bin/legacy_vmap_test 2024-04-03T17:07:51.3514963Z [8269/8653] Linking CXX executable bin/undefined_tensor_test 2024-04-03T17:07:51.3515938Z Warning: Unused direct dependencies: 2024-04-03T17:07:51.3516845Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:51.3517912Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:51.3518629Z 2024-04-03T17:07:51.8836271Z [8269/8653] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2024-04-03T17:07:51.8838831Z [8270/8653] Building CXX object caffe2/CMakeFiles/xla_tensor_test.dir/__/aten/src/ATen/test/xla_tensor_test.cpp.o 2024-04-03T17:07:51.8840954Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:51.8842002Z 2024-04-03T17:07:52.0331720Z [8270/8653] Linking CXX executable bin/xla_tensor_test 2024-04-03T17:07:52.0332819Z [8271/8653] Linking CXX executable bin/verify_api_visibility 2024-04-03T17:07:52.0333642Z Warning: Unused direct dependencies: 2024-04-03T17:07:52.0334292Z /opt/conda/envs/py_3.8/lib/libstdc++.so.6 2024-04-03T17:07:52.0334972Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:52.0335745Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:52.0336660Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:52.0337184Z 2024-04-03T17:07:52.0620249Z [8271/8653] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2024-04-03T17:07:52.0621655Z [8272/8653] Building CXX object caffe2/CMakeFiles/IListRef_test.dir/__/aten/src/ATen/core/IListRef_test.cpp.o 2024-04-03T17:07:52.0623009Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:52.0623747Z 2024-04-03T17:07:52.4347640Z [8272/8653] Linking CXX executable bin/IListRef_test 2024-04-03T17:07:52.4348857Z [8273/8653] Linking CXX executable bin/weakref_test 2024-04-03T17:07:52.4349592Z Warning: Unused direct dependencies: 2024-04-03T17:07:52.4350269Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:52.4351052Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:52.4351601Z 2024-04-03T17:07:52.5974001Z [8273/8653] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2024-04-03T17:07:52.5975782Z [8274/8653] Linking CXX executable bin/wrapdim_test 2024-04-03T17:07:52.5976693Z Warning: Unused direct dependencies: 2024-04-03T17:07:52.5977449Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:52.5978810Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:52.5979391Z 2024-04-03T17:07:52.6360754Z [8274/8653] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2024-04-03T17:07:52.6363751Z [8275/8653] Building CXX object caffe2/CMakeFiles/List_test.dir/__/aten/src/ATen/core/List_test.cpp.o 2024-04-03T17:07:52.6366161Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:52.6367404Z 2024-04-03T17:07:52.9011132Z [8275/8653] Linking CXX executable bin/List_test 2024-04-03T17:07:52.9012386Z [8276/8653] Linking CXX executable bin/legacy_vmap_test 2024-04-03T17:07:52.9013315Z Warning: Unused direct dependencies: 2024-04-03T17:07:52.9014172Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:52.9015211Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:52.9015877Z 2024-04-03T17:07:53.1943938Z [8276/8653] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2024-04-03T17:07:53.1947428Z [8277/8653] Building CXX object caffe2/CMakeFiles/kernel_function_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_legacy_test.cpp.o 2024-04-03T17:07:53.1949850Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:53.1950535Z 2024-04-03T17:07:53.2529008Z [8277/8653] Linking CXX executable bin/kernel_function_legacy_test 2024-04-03T17:07:53.2529981Z [8278/8653] Linking CXX executable bin/xla_tensor_test 2024-04-03T17:07:53.2530515Z Warning: Unused direct dependencies: 2024-04-03T17:07:53.2530999Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:53.2531770Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:53.2532139Z 2024-04-03T17:07:53.5205160Z [8278/8653] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2024-04-03T17:07:53.5207742Z [8279/8653] Linking CXX executable bin/IListRef_test 2024-04-03T17:07:53.5208570Z Warning: Unused direct dependencies: 2024-04-03T17:07:53.5209286Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:53.5210184Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:53.5210748Z 2024-04-03T17:07:53.6164590Z [8279/8653] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2024-04-03T17:07:53.6166803Z [8280/8653] Building CXX object caffe2/CMakeFiles/kernel_function_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_function_test.cpp.o 2024-04-03T17:07:53.6168566Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:53.6169757Z 2024-04-03T17:07:53.6726613Z [8280/8653] Linking CXX executable bin/kernel_function_test 2024-04-03T17:07:53.6728738Z [8281/8653] Building CXX object caffe2/CMakeFiles/KernelFunction_test.dir/__/aten/src/ATen/core/boxing/KernelFunction_test.cpp.o 2024-04-03T17:07:53.6731293Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:53.6732691Z 2024-04-03T17:07:53.9506463Z [8281/8653] Linking CXX executable bin/KernelFunction_test 2024-04-03T17:07:53.9508563Z [8282/8653] Building CXX object caffe2/CMakeFiles/kernel_lambda_legacy_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_legacy_test.cpp.o 2024-04-03T17:07:53.9510979Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:53.9512028Z 2024-04-03T17:07:54.0545472Z [8282/8653] Linking CXX executable bin/kernel_lambda_legacy_test 2024-04-03T17:07:54.0546781Z [8283/8653] Linking CXX executable bin/List_test 2024-04-03T17:07:54.0547698Z Warning: Unused direct dependencies: 2024-04-03T17:07:54.0548899Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:54.0549916Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:54.0550626Z 2024-04-03T17:07:54.1786977Z [8283/8653] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2024-04-03T17:07:54.1790476Z [8284/8653] Building CXX object caffe2/CMakeFiles/kernel_lambda_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_lambda_test.cpp.o 2024-04-03T17:07:54.1797915Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:54.1799014Z 2024-04-03T17:07:54.5003939Z [8284/8653] Linking CXX executable bin/kernel_lambda_test 2024-04-03T17:07:54.5005733Z [8285/8653] Linking CXX executable bin/kernel_function_legacy_test 2024-04-03T17:07:54.5007069Z Warning: Unused direct dependencies: 2024-04-03T17:07:54.5008616Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:54.5009930Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:54.5010598Z 2024-04-03T17:07:54.6064005Z [8285/8653] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2024-04-03T17:07:54.6067639Z [8286/8653] Building CXX object caffe2/CMakeFiles/kernel_stackbased_test.dir/__/aten/src/ATen/core/boxing/impl/kernel_stackbased_test.cpp.o 2024-04-03T17:07:54.6070353Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:54.6071745Z 2024-04-03T17:07:54.9991444Z [8286/8653] Linking CXX executable bin/kernel_stackbased_test 2024-04-03T17:07:54.9992910Z [8287/8653] Linking CXX executable bin/kernel_function_test 2024-04-03T17:07:54.9994191Z Warning: Unused direct dependencies: 2024-04-03T17:07:54.9994900Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:54.9995604Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:54.9995976Z 2024-04-03T17:07:55.0032297Z [8287/8653] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2024-04-03T17:07:55.0033471Z [8288/8653] Linking CXX executable bin/KernelFunction_test 2024-04-03T17:07:55.0034041Z Warning: Unused direct dependencies: 2024-04-03T17:07:55.0034508Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:55.0035064Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:55.0035429Z 2024-04-03T17:07:55.1399634Z [8288/8653] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2024-04-03T17:07:55.1402987Z [8289/8653] Building CXX object caffe2/CMakeFiles/make_boxed_from_unboxed_functor_test.dir/__/aten/src/ATen/core/boxing/impl/make_boxed_from_unboxed_functor_test.cpp.o 2024-04-03T17:07:55.1405217Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:55.1405914Z 2024-04-03T17:07:55.4006347Z [8289/8653] Linking CXX executable bin/make_boxed_from_unboxed_functor_test 2024-04-03T17:07:55.4008417Z [8290/8653] Building CXX object caffe2/CMakeFiles/CppSignature_test.dir/__/aten/src/ATen/core/dispatch/CppSignature_test.cpp.o 2024-04-03T17:07:55.4010930Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:55.4012012Z 2024-04-03T17:07:55.5025916Z [8290/8653] Linking CXX executable bin/CppSignature_test 2024-04-03T17:07:55.5027232Z [8291/8653] Linking CXX executable bin/kernel_lambda_legacy_test 2024-04-03T17:07:55.5028055Z Warning: Unused direct dependencies: 2024-04-03T17:07:55.5028699Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:55.5029501Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:55.5030009Z 2024-04-03T17:07:55.6619005Z [8291/8653] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2024-04-03T17:07:55.6620915Z [8292/8653] Linking CXX executable bin/kernel_lambda_test 2024-04-03T17:07:55.6621700Z Warning: Unused direct dependencies: 2024-04-03T17:07:55.6622399Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:55.6623219Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:55.6623758Z 2024-04-03T17:07:55.8580613Z [8292/8653] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2024-04-03T17:07:55.8582887Z [8293/8653] Linking CXX executable bin/kernel_stackbased_test 2024-04-03T17:07:55.8583937Z Warning: Unused direct dependencies: 2024-04-03T17:07:55.8584620Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:55.8585199Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:55.8585579Z 2024-04-03T17:07:55.8767419Z [8293/8653] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2024-04-03T17:07:55.8769659Z [8294/8653] Building CXX object caffe2/CMakeFiles/op_allowlist_test.dir/__/aten/src/ATen/core/op_registration/op_allowlist_test.cpp.o 2024-04-03T17:07:55.8771169Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:55.8771856Z 2024-04-03T17:07:56.2676149Z [8294/8653] Linking CXX executable bin/op_allowlist_test 2024-04-03T17:07:56.2678303Z [8295/8653] Building CXX object caffe2/CMakeFiles/backend_fallback_test.dir/__/aten/src/ATen/core/dispatch/backend_fallback_test.cpp.o 2024-04-03T17:07:56.2680584Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:56.2681587Z 2024-04-03T17:07:56.3390465Z [8295/8653] Linking CXX executable bin/backend_fallback_test 2024-04-03T17:07:56.3392527Z [8296/8653] Building CXX object caffe2/CMakeFiles/inline_container_test.dir/serialize/inline_container_test.cc.o 2024-04-03T17:07:56.3394819Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:56.3396011Z 2024-04-03T17:07:56.4917876Z [8296/8653] Building CXX object caffe2/CMakeFiles/hip_apply_test.dir/__/aten/src/ATen/test/hip/hip_apply_test.cpp.o 2024-04-03T17:07:56.4920440Z [8297/8653] Building CXX object caffe2/CMakeFiles/op_registration_test.dir/__/aten/src/ATen/core/op_registration/op_registration_test.cpp.o 2024-04-03T17:07:56.4922803Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:56.4923888Z 2024-04-03T17:07:56.5054232Z [8297/8653] Linking CXX executable bin/op_registration_test 2024-04-03T17:07:56.5055602Z [8298/8653] Linking CXX executable bin/make_boxed_from_unboxed_functor_test 2024-04-03T17:07:56.5056851Z Warning: Unused direct dependencies: 2024-04-03T17:07:56.5057679Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:56.5058954Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:56.5059608Z 2024-04-03T17:07:56.7218786Z [8298/8653] Linking CXX executable bin/inline_container_test 2024-04-03T17:07:56.7219904Z [8299/8653] Linking CXX executable bin/CppSignature_test 2024-04-03T17:07:56.7220909Z Warning: Unused direct dependencies: 2024-04-03T17:07:56.7221590Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:56.7222386Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:56.7223196Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:56.7223741Z 2024-04-03T17:07:56.9191690Z [8299/8653] Building CXX object caffe2/CMakeFiles/hip_dlconvertor_test.dir/__/aten/src/ATen/test/hip/hip_dlconvertor_test.cpp.o 2024-04-03T17:07:56.9193997Z [8300/8653] Building CXX object caffe2/CMakeFiles/hip_apply_test.dir/__/aten/src/ATen/test/hip/hip_apply_test.cpp.o 2024-04-03T17:07:56.9196222Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:56.9197206Z 2024-04-03T17:07:57.1885086Z [8300/8653] Linking CXX executable bin/hip_apply_test 2024-04-03T17:07:57.1886209Z [8301/8653] Linking CXX executable bin/op_allowlist_test 2024-04-03T17:07:57.1887086Z Warning: Unused direct dependencies: 2024-04-03T17:07:57.1887818Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:57.1888687Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:57.1889572Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:57.1890146Z 2024-04-03T17:07:57.5440428Z [8301/8653] Linking CXX executable bin/hip_complex_math_test 2024-04-03T17:07:57.5441536Z [8302/8653] Linking CXX executable bin/backend_fallback_test 2024-04-03T17:07:57.5442316Z Warning: Unused direct dependencies: 2024-04-03T17:07:57.5442978Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:57.5443781Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:57.5444298Z 2024-04-03T17:07:57.7942229Z [8302/8653] Linking CXX executable bin/hip_complex_test 2024-04-03T17:07:57.7943254Z [8303/8653] Linking CXX executable bin/inline_container_test 2024-04-03T17:07:57.7944036Z Warning: Unused direct dependencies: 2024-04-03T17:07:57.7944711Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:57.7945457Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:57.7945980Z 2024-04-03T17:07:58.0169567Z [8303/8653] Linking CXX executable bin/hip_distributions_test 2024-04-03T17:07:58.0171254Z [8304/8653] Building CXX object caffe2/CMakeFiles/hip_dlconvertor_test.dir/__/aten/src/ATen/test/hip/hip_dlconvertor_test.cpp.o 2024-04-03T17:07:58.0173242Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:58.0174421Z 2024-04-03T17:07:58.0761832Z [8304/8653] Linking CXX executable bin/hip_generator_test 2024-04-03T17:07:58.0763487Z [8305/8653] Linking CXX executable bin/op_registration_test 2024-04-03T17:07:58.0764513Z Warning: Unused direct dependencies: 2024-04-03T17:07:58.0765379Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:58.0766410Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:58.0767073Z 2024-04-03T17:07:58.3354621Z [8305/8653] Linking CXX executable bin/hip_dlconvertor_test 2024-04-03T17:07:58.3355722Z [8306/8653] Linking CXX executable bin/hip_apply_test 2024-04-03T17:07:58.3356501Z Warning: Unused direct dependencies: 2024-04-03T17:07:58.3357161Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:58.3357946Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:58.3358761Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:58.3359290Z 2024-04-03T17:07:58.4190361Z [8306/8653] Linking CXX executable bin/hip_half_test 2024-04-03T17:07:58.4191420Z [8307/8653] Linking CXX executable bin/hip_complex_math_test 2024-04-03T17:07:58.4192348Z Warning: Unused direct dependencies: 2024-04-03T17:07:58.4192996Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:58.4193776Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:58.4194573Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:58.4195351Z 2024-04-03T17:07:59.0192285Z [8307/8653] Linking CXX executable bin/hip_integer_divider_test 2024-04-03T17:07:59.0193411Z [8308/8653] Linking CXX executable bin/hip_complex_test 2024-04-03T17:07:59.0194154Z Warning: Unused direct dependencies: 2024-04-03T17:07:59.0194835Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:59.0195635Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:59.0196456Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:59.0197036Z 2024-04-03T17:07:59.1600036Z [8308/8653] Linking CXX executable bin/hip_optional_test 2024-04-03T17:07:59.1601344Z [8309/8653] Linking CXX executable bin/hip_dlconvertor_test 2024-04-03T17:07:59.1602150Z Warning: Unused direct dependencies: 2024-04-03T17:07:59.1603020Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:59.1603791Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:59.1604304Z 2024-04-03T17:07:59.2436523Z [8309/8653] Linking CXX executable bin/hip_packedtensoraccessor_test 2024-04-03T17:07:59.2438072Z [8310/8653] Linking CXX executable bin/hip_distributions_test 2024-04-03T17:07:59.2439041Z Warning: Unused direct dependencies: 2024-04-03T17:07:59.2440249Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:59.2441082Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:59.2441880Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:59.2442398Z 2024-04-03T17:07:59.3807004Z [8310/8653] Linking CXX executable bin/hip_vectorized_test 2024-04-03T17:07:59.3808217Z [8311/8653] Linking CXX executable bin/hip_generator_test 2024-04-03T17:07:59.3808987Z Warning: Unused direct dependencies: 2024-04-03T17:07:59.3809647Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:59.3810418Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:59.3811216Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:59.3811739Z 2024-04-03T17:07:59.4316912Z [8311/8653] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2024-04-03T17:07:59.4318394Z [8312/8653] Linking CXX executable bin/hip_integer_divider_test 2024-04-03T17:07:59.4319166Z Warning: Unused direct dependencies: 2024-04-03T17:07:59.4319812Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:59.4320564Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:59.4321329Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:59.4322105Z 2024-04-03T17:07:59.6657522Z [8312/8653] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2024-04-03T17:07:59.6659575Z [8313/8653] Linking CXX executable bin/hip_half_test 2024-04-03T17:07:59.6660526Z Warning: Unused direct dependencies: 2024-04-03T17:07:59.6661376Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:07:59.6662416Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:07:59.6663494Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:07:59.6664177Z 2024-04-03T17:07:59.9868991Z [8313/8653] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2024-04-03T17:07:59.9871021Z [8314/8653] Building CXX object test_jit/CMakeFiles/jitbackend_test.dir/test_backend_lib.cpp.o 2024-04-03T17:07:59.9873357Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:07:59.9874671Z 2024-04-03T17:08:00.3153371Z [8314/8653] Linking CXX shared library lib/libjitbackend_test.so 2024-04-03T17:08:00.3155341Z [8315/8653] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_lib.cpp.o 2024-04-03T17:08:00.3157611Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:00.3158703Z 2024-04-03T17:08:00.4357872Z [8315/8653] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2024-04-03T17:08:00.4359748Z [8316/8653] Linking CXX executable bin/hip_optional_test 2024-04-03T17:08:00.4360529Z Warning: Unused direct dependencies: 2024-04-03T17:08:00.4361191Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:00.4361996Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:08:00.4362822Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:00.4363348Z 2024-04-03T17:08:00.4554760Z [8316/8653] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2024-04-03T17:08:00.4557302Z [8317/8653] Linking CXX executable bin/hip_packedtensoraccessor_test 2024-04-03T17:08:00.4558371Z Warning: Unused direct dependencies: 2024-04-03T17:08:00.4559134Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:00.4560068Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:08:00.4560969Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:00.4561555Z 2024-04-03T17:08:00.6441610Z [8317/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2024-04-03T17:08:00.6443179Z [8318/8653] Linking CXX executable bin/hip_vectorized_test 2024-04-03T17:08:00.6444048Z Warning: Unused direct dependencies: 2024-04-03T17:08:00.6444923Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:00.6445900Z /var/lib/jenkins/workspace/build/lib/libtorch_cpu.so 2024-04-03T17:08:00.6447006Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:00.6447705Z 2024-04-03T17:08:00.7938209Z [8318/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2024-04-03T17:08:00.7940123Z [8319/8653] Linking CXX shared library lib/libjitbackend_test.so 2024-04-03T17:08:00.7941220Z Warning: Unused direct dependencies: 2024-04-03T17:08:00.7942088Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:00.7943097Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:00.7943704Z 2024-04-03T17:08:00.8279362Z [8319/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2024-04-03T17:08:00.8281710Z [8320/8653] Building CXX object test_jit/CMakeFiles/torchbind_test.dir/test_custom_class_registrations.cpp.o 2024-04-03T17:08:00.8284217Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:00.8285529Z 2024-04-03T17:08:00.8466254Z [8320/8653] Linking CXX shared library lib/libtorchbind_test.so 2024-04-03T17:08:00.8468760Z [8321/8653] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/test_backend_compiler_preprocess.cpp.o 2024-04-03T17:08:00.8471430Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:00.8472761Z 2024-04-03T17:08:01.0424813Z [8321/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2024-04-03T17:08:01.0427481Z [8322/8653] Building CXX object test_jit/CMakeFiles/backend_with_compiler.dir/__/__/__/torch/csrc/jit/mobile/profiler_edge.cpp.o 2024-04-03T17:08:01.0430133Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:01.0431550Z 2024-04-03T17:08:01.0511691Z [8322/8653] Linking CXX shared library lib/libbackend_with_compiler.so 2024-04-03T17:08:01.0513464Z [8323/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/__/common/main.cpp.o 2024-04-03T17:08:01.0515683Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:01.0517073Z 2024-04-03T17:08:01.0986245Z [8323/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2024-04-03T17:08:01.0988394Z [8324/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_add_if_then_else.cpp.o 2024-04-03T17:08:01.0990770Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:01.0992285Z 2024-04-03T17:08:01.7542871Z [8324/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2024-04-03T17:08:01.7545432Z [8325/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_op_replacement.cpp.o 2024-04-03T17:08:01.7547613Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:01.7548747Z 2024-04-03T17:08:01.8773249Z [8325/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2024-04-03T17:08:01.8775450Z [8326/8653] Linking CXX shared library lib/libtorchbind_test.so 2024-04-03T17:08:01.8776644Z Warning: Unused direct dependencies: 2024-04-03T17:08:01.8777479Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:01.8778679Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:01.8779369Z 2024-04-03T17:08:01.8785506Z [8326/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2024-04-03T17:08:01.8787274Z [8327/8653] Linking CXX shared library lib/libbackend_with_compiler.so 2024-04-03T17:08:01.8788286Z Warning: Unused direct dependencies: 2024-04-03T17:08:01.8789018Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:01.8789859Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:01.8790458Z 2024-04-03T17:08:02.1526317Z [8327/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2024-04-03T17:08:02.1528441Z [8328/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_autodiff.cpp.o 2024-04-03T17:08:02.1530768Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:02.1532139Z 2024-04-03T17:08:02.1808534Z [8328/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2024-04-03T17:08:02.1810536Z [8329/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_alias_analysis.cpp.o 2024-04-03T17:08:02.1812615Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:02.1813798Z 2024-04-03T17:08:02.4568421Z [8329/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2024-04-03T17:08:02.4570508Z [8330/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_argument_spec.cpp.o 2024-04-03T17:08:02.4572678Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:02.4574128Z 2024-04-03T17:08:02.4960992Z [8330/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2024-04-03T17:08:02.4966807Z [8331/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_load_upgraders.cpp.o 2024-04-03T17:08:02.4972480Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:02.4977571Z 2024-04-03T17:08:02.5853152Z [8331/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2024-04-03T17:08:02.5854983Z [8332/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_upgrader_utils.cpp.o 2024-04-03T17:08:02.5856928Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:02.5857620Z 2024-04-03T17:08:03.1804490Z [8332/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2024-04-03T17:08:03.1806529Z [8333/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_parser.cpp.o 2024-04-03T17:08:03.1808522Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:03.1809628Z 2024-04-03T17:08:03.2292504Z [8333/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2024-04-03T17:08:03.2294414Z [8334/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_code_template.cpp.o 2024-04-03T17:08:03.2297120Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:03.2299753Z 2024-04-03T17:08:03.5137397Z [8334/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2024-04-03T17:08:03.5140715Z [8335/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_type.cpp.o 2024-04-03T17:08:03.5143020Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:03.5144351Z 2024-04-03T17:08:03.5250273Z [8335/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2024-04-03T17:08:03.5252233Z [8336/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_class_import.cpp.o 2024-04-03T17:08:03.5254479Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:03.5255497Z 2024-04-03T17:08:03.6289089Z [8336/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2024-04-03T17:08:03.6291153Z [8337/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_concat_opt.cpp.o 2024-04-03T17:08:03.6293358Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:03.6294613Z 2024-04-03T17:08:03.8940368Z [8337/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2024-04-03T17:08:03.8942715Z [8338/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_constant_pooling.cpp.o 2024-04-03T17:08:03.8945063Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:03.8946360Z 2024-04-03T17:08:03.9566576Z [8338/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2024-04-03T17:08:03.9568556Z [8339/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cleanup_passes.cpp.o 2024-04-03T17:08:03.9570867Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:03.9572109Z 2024-04-03T17:08:03.9601434Z [8339/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2024-04-03T17:08:03.9603413Z [8340/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_backend.cpp.o 2024-04-03T17:08:03.9605531Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:03.9607069Z 2024-04-03T17:08:04.1741858Z [8340/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2024-04-03T17:08:04.1743953Z [8341/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_create_autodiff_subgraphs.cpp.o 2024-04-03T17:08:04.1746205Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:04.1747415Z 2024-04-03T17:08:04.5653285Z [8341/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2024-04-03T17:08:04.5656684Z [8342/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_dce.cpp.o 2024-04-03T17:08:04.5660012Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:04.5661431Z 2024-04-03T17:08:04.6577548Z [8342/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2024-04-03T17:08:04.6579565Z [8343/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_ir.cpp.o 2024-04-03T17:08:04.6581457Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:04.6582626Z 2024-04-03T17:08:04.9212919Z [8343/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2024-04-03T17:08:04.9214914Z [8344/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class.cpp.o 2024-04-03T17:08:04.9217426Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:04.9219029Z 2024-04-03T17:08:05.0939175Z [8344/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2024-04-03T17:08:05.0941558Z [8345/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_class_registrations.cpp.o 2024-04-03T17:08:05.0943709Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:05.0945018Z 2024-04-03T17:08:05.2884571Z [8345/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2024-04-03T17:08:05.2886645Z [8346/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_custom_operators.cpp.o 2024-04-03T17:08:05.2889038Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:05.2890400Z 2024-04-03T17:08:05.7628895Z [8346/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2024-04-03T17:08:05.7630850Z [8347/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_inliner.cpp.o 2024-04-03T17:08:05.7633083Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:05.7634349Z 2024-04-03T17:08:05.8552187Z [8347/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2024-04-03T17:08:05.8554182Z [8348/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_fuser.cpp.o 2024-04-03T17:08:05.8556154Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:05.8557287Z 2024-04-03T17:08:06.1852320Z [8348/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2024-04-03T17:08:06.1854455Z [8349/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_iterator.cpp.o 2024-04-03T17:08:06.1856936Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:06.1858239Z 2024-04-03T17:08:06.2725681Z [8349/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2024-04-03T17:08:06.2727744Z [8350/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_graph_executor.cpp.o 2024-04-03T17:08:06.2730065Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:06.2731421Z 2024-04-03T17:08:06.4532865Z [8350/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2024-04-03T17:08:06.4535003Z [8351/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_type.cpp.o 2024-04-03T17:08:06.4537096Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:06.4538841Z 2024-04-03T17:08:06.5770577Z [8351/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2024-04-03T17:08:06.5772050Z [8352/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_cs_debug_info_serialization.cpp.o 2024-04-03T17:08:06.5773477Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:06.5774250Z 2024-04-03T17:08:06.8817406Z [8352/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2024-04-03T17:08:06.8819447Z [8353/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_irparser.cpp.o 2024-04-03T17:08:06.8821627Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:06.8822790Z 2024-04-03T17:08:06.8909916Z [8353/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2024-04-03T17:08:06.8911854Z [8354/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interface.cpp.o 2024-04-03T17:08:06.8914110Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:06.8915994Z 2024-04-03T17:08:07.4010481Z [8354/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2024-04-03T17:08:07.4012772Z [8355/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_memory_dag.cpp.o 2024-04-03T17:08:07.4014880Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:07.4016239Z 2024-04-03T17:08:07.6356625Z [8355/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2024-04-03T17:08:07.6359110Z [8356/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_interpreter.cpp.o 2024-04-03T17:08:07.6361829Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:07.6363106Z 2024-04-03T17:08:07.6893045Z [8356/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2024-04-03T17:08:07.6895180Z [8357/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_mobile_type_parser.cpp.o 2024-04-03T17:08:07.6897367Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:07.6898694Z 2024-04-03T17:08:07.9844745Z [8357/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2024-04-03T17:08:07.9847182Z [8358/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter_direct.cpp.o 2024-04-03T17:08:07.9849467Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:07.9850737Z 2024-04-03T17:08:07.9885761Z [8358/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2024-04-03T17:08:07.9887778Z [8359/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_trainer.cpp.o 2024-04-03T17:08:07.9889016Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:07.9889706Z 2024-04-03T17:08:08.1129968Z [8359/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2024-04-03T17:08:08.1131672Z [8360/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_lite_interpreter.cpp.o 2024-04-03T17:08:08.1133684Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:08.1134833Z 2024-04-03T17:08:08.3599534Z [8360/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2024-04-03T17:08:08.3601652Z [8361/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_qualified_name.cpp.o 2024-04-03T17:08:08.3603981Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:08.3605359Z 2024-04-03T17:08:08.6301193Z [8361/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2024-04-03T17:08:08.6303076Z [8362/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_peephole_optimize.cpp.o 2024-04-03T17:08:08.6305188Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:08.6306305Z 2024-04-03T17:08:08.7662512Z [8362/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2024-04-03T17:08:08.7664203Z [8363/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_info.cpp.o 2024-04-03T17:08:08.7665598Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:08.7666770Z 2024-04-03T17:08:09.1514301Z [8363/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2024-04-03T17:08:09.1516481Z [8364/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_misc.cpp.o 2024-04-03T17:08:09.1518627Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:09.1519822Z 2024-04-03T17:08:09.3173877Z [8364/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2024-04-03T17:08:09.3175894Z [8365/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_module_api.cpp.o 2024-04-03T17:08:09.3178042Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:09.3179564Z 2024-04-03T17:08:09.3438875Z [8365/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2024-04-03T17:08:09.3440851Z [8366/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_schema_matching.cpp.o 2024-04-03T17:08:09.3442933Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:09.3444058Z 2024-04-03T17:08:09.3730179Z [8366/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2024-04-03T17:08:09.3732083Z [8367/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_stack_opt.cpp.o 2024-04-03T17:08:09.3734073Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:09.3735287Z 2024-04-03T17:08:09.5217451Z [8367/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2024-04-03T17:08:09.5219997Z [8368/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_rewriter.cpp.o 2024-04-03T17:08:09.5222091Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:09.5223207Z 2024-04-03T17:08:09.8428500Z [8368/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2024-04-03T17:08:09.8430617Z [8369/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_matcher.cpp.o 2024-04-03T17:08:09.8432027Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:09.8432769Z 2024-04-03T17:08:09.9811600Z [8369/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2024-04-03T17:08:09.9813483Z [8370/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_union.cpp.o 2024-04-03T17:08:09.9815569Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:09.9816559Z 2024-04-03T17:08:10.0410648Z [8370/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2024-04-03T17:08:10.0412636Z [8371/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_save_load.cpp.o 2024-04-03T17:08:10.0414731Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:10.0415996Z 2024-04-03T17:08:10.0423714Z [8371/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2024-04-03T17:08:10.0425527Z [8372/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_subgraph_utils.cpp.o 2024-04-03T17:08:10.0427548Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:10.0428644Z 2024-04-03T17:08:10.2112317Z [8372/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2024-04-03T17:08:10.2114654Z [8373/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_script_profile.cpp.o 2024-04-03T17:08:10.2117255Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:10.2118492Z 2024-04-03T17:08:10.3663428Z [8373/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2024-04-03T17:08:10.3665498Z [8374/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/__/common/main.cpp.o 2024-04-03T17:08:10.3668115Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:10.3669464Z 2024-04-03T17:08:10.4493298Z [8374/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2024-04-03T17:08:10.4495377Z [8375/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_file_format.cpp.o 2024-04-03T17:08:10.4497726Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:10.4499281Z 2024-04-03T17:08:10.5166459Z [8375/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2024-04-03T17:08:10.5168696Z [8376/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_jit_logging_levels.cpp.o 2024-04-03T17:08:10.5171032Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:10.5172384Z 2024-04-03T17:08:10.8012795Z [8376/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2024-04-03T17:08:10.8014797Z [8377/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_utils.cpp.o 2024-04-03T17:08:10.8017214Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:10.8021640Z 2024-04-03T17:08:11.5047998Z [8377/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2024-04-03T17:08:11.5050968Z [8378/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_shape_analysis.cpp.o 2024-04-03T17:08:11.5053505Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:11.5055006Z 2024-04-03T17:08:11.7227737Z [8378/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2024-04-03T17:08:11.7229830Z [8379/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/padded_buffer.cpp.o 2024-04-03T17:08:11.7232119Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:11.7233446Z 2024-04-03T17:08:11.8965204Z [8379/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2024-04-03T17:08:11.8967163Z [8380/8653] Building CXX object test_jit/CMakeFiles/test_jit.dir/test_flatbuffer.cpp.o 2024-04-03T17:08:11.8969107Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:11.8982623Z 2024-04-03T17:08:11.9537284Z [8380/8653] Linking CXX executable bin/test_jit 2024-04-03T17:08:11.9539285Z [8381/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_approx.cpp.o 2024-04-03T17:08:11.9541513Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:11.9542777Z 2024-04-03T17:08:11.9857924Z [8381/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2024-04-03T17:08:11.9860335Z [8382/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_conv.cpp.o 2024-04-03T17:08:11.9862609Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:11.9864202Z 2024-04-03T17:08:11.9953235Z [8382/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2024-04-03T17:08:11.9955730Z [8383/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_aten.cpp.o 2024-04-03T17:08:11.9957573Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:11.9958273Z 2024-04-03T17:08:12.9155157Z [8383/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2024-04-03T17:08:12.9157377Z [8384/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_dynamic_shapes.cpp.o 2024-04-03T17:08:12.9161837Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:12.9162932Z 2024-04-03T17:08:13.2226626Z [8384/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2024-04-03T17:08:13.2228991Z [8385/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_boundsinference.cpp.o 2024-04-03T17:08:13.2233631Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:13.2235139Z 2024-04-03T17:08:13.2596465Z [8385/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2024-04-03T17:08:13.2598910Z [8386/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_external_calls.cpp.o 2024-04-03T17:08:13.2601284Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:13.2602614Z 2024-04-03T17:08:13.4174395Z [8386/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2024-04-03T17:08:13.4177683Z [8387/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_expr.cpp.o 2024-04-03T17:08:13.4179614Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:13.4181017Z 2024-04-03T17:08:13.4449183Z [8387/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2024-04-03T17:08:13.4451973Z [8388/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_cpp_codegen.cpp.o 2024-04-03T17:08:13.4454409Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:13.4455505Z 2024-04-03T17:08:13.8259495Z [8388/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2024-04-03T17:08:13.8261047Z [8389/8653] Linking CXX executable bin/test_jit 2024-04-03T17:08:13.8261874Z Warning: Unused direct dependencies: 2024-04-03T17:08:13.8262797Z /var/lib/jenkins/workspace/build/lib/libjitbackend_test.so 2024-04-03T17:08:13.8264003Z /var/lib/jenkins/workspace/build/lib/libbackend_with_compiler.so 2024-04-03T17:08:13.8265131Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:13.8265758Z 2024-04-03T17:08:13.8292951Z [8389/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2024-04-03T17:08:13.8295103Z [8390/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_verifier.cpp.o 2024-04-03T17:08:13.8297345Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:13.8298704Z 2024-04-03T17:08:13.8308480Z [8390/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2024-04-03T17:08:13.8310722Z [8391/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ir_printer.cpp.o 2024-04-03T17:08:13.8312803Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:13.8313890Z 2024-04-03T17:08:14.2403312Z [8391/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2024-04-03T17:08:14.2405476Z [8392/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_graph_opt.cpp.o 2024-04-03T17:08:14.2407903Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:14.2408725Z 2024-04-03T17:08:14.9110285Z [8392/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2024-04-03T17:08:14.9112899Z [8393/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_loopnest.cpp.o 2024-04-03T17:08:14.9115263Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:14.9116366Z 2024-04-03T17:08:15.1565341Z [8393/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2024-04-03T17:08:15.1567476Z [8394/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_kernel.cpp.o 2024-04-03T17:08:15.1569455Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:15.1570639Z 2024-04-03T17:08:15.3054296Z [8394/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2024-04-03T17:08:15.3056715Z [8395/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memdependency.cpp.o 2024-04-03T17:08:15.3059182Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:15.3060397Z 2024-04-03T17:08:15.3628425Z [8395/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2024-04-03T17:08:15.3630427Z [8396/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_ops.cpp.o 2024-04-03T17:08:15.3632374Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:15.3636769Z 2024-04-03T17:08:15.4470936Z [8396/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2024-04-03T17:08:15.4473679Z [8397/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_quantization.cpp.o 2024-04-03T17:08:15.4476120Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:15.4477496Z 2024-04-03T17:08:15.4915778Z [8397/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2024-04-03T17:08:15.4918045Z [8398/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_te_fuser_pass.cpp.o 2024-04-03T17:08:15.4920252Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:15.4921366Z 2024-04-03T17:08:16.4421932Z [8398/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2024-04-03T17:08:16.4423327Z [8399/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type_specializations.cpp.o 2024-04-03T17:08:16.4424846Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:16.4425851Z 2024-04-03T17:08:16.4452044Z [8399/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2024-04-03T17:08:16.4454178Z [8400/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_memplanning.cpp.o 2024-04-03T17:08:16.4455547Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:16.4456352Z 2024-04-03T17:08:16.6423263Z [8400/8653] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2024-04-03T17:08:16.6424649Z [8401/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_simplify.cpp.o 2024-04-03T17:08:16.6426038Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:16.6426954Z 2024-04-03T17:08:16.7095798Z [8401/8653] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2024-04-03T17:08:16.7100842Z [8402/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_reductions.cpp.o 2024-04-03T17:08:16.7103397Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:16.7104736Z 2024-04-03T17:08:16.7530539Z [8402/8653] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2024-04-03T17:08:16.7532747Z [8403/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_registerizer.cpp.o 2024-04-03T17:08:16.7535129Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:16.7535847Z 2024-04-03T17:08:16.8835837Z [8403/8653] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2024-04-03T17:08:16.8842916Z [8404/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_type.cpp.o 2024-04-03T17:08:16.8845640Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:16.8846761Z 2024-04-03T17:08:17.0255437Z [8404/8653] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2024-04-03T17:08:17.0257646Z [8405/8653] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/__/common/main.cpp.o 2024-04-03T17:08:17.0260097Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:17.0261434Z 2024-04-03T17:08:17.1602045Z [8405/8653] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2024-04-03T17:08:17.1604262Z [8406/8653] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/__/common/main.cpp.o 2024-04-03T17:08:17.1606860Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:17.1608205Z 2024-04-03T17:08:17.9307907Z [8406/8653] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2024-04-03T17:08:17.9310028Z [8407/8653] Building CXX object test_tensorexpr/CMakeFiles/tutorial_tensorexpr.dir/tutorial.cpp.o 2024-04-03T17:08:17.9312150Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:17.9313336Z 2024-04-03T17:08:17.9333510Z [8407/8653] Linking CXX executable bin/tutorial_tensorexpr 2024-04-03T17:08:17.9335019Z [8408/8653] Building CXX object test_tensorexpr/CMakeFiles/test_tensorexpr.dir/test_llvm.cpp.o 2024-04-03T17:08:17.9336480Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:17.9337250Z 2024-04-03T17:08:18.0271987Z [8408/8653] Linking CXX executable bin/test_tensorexpr 2024-04-03T17:08:18.0273629Z [8409/8653] Building CXX object dist_autograd/CMakeFiles/test_dist_autograd.dir/test_dist_autograd.cpp.o 2024-04-03T17:08:18.0275637Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:18.0276699Z 2024-04-03T17:08:18.4727963Z [8409/8653] Linking CXX executable bin/test_dist_autograd 2024-04-03T17:08:18.4729666Z [8410/8653] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/e2e_test_base.cpp.o 2024-04-03T17:08:18.4733088Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:18.4734320Z 2024-04-03T17:08:18.5441901Z [8410/8653] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2024-04-03T17:08:18.5444427Z [8411/8653] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_tensorpipe_serialization.cpp.o 2024-04-03T17:08:18.5446030Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:18.5446770Z 2024-04-03T17:08:18.7735934Z [8411/8653] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2024-04-03T17:08:18.7737782Z [8412/8653] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_e2e_tensorpipe.cpp.o 2024-04-03T17:08:18.7740074Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:18.7741382Z 2024-04-03T17:08:19.0237615Z [8412/8653] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2024-04-03T17:08:19.0238730Z [8413/8653] Building CXX object test_api/CMakeFiles/test_api.dir/__/common/main.cpp.o 2024-04-03T17:08:19.0240001Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:19.0240769Z 2024-04-03T17:08:19.2826344Z [8413/8653] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2024-04-03T17:08:19.2827634Z [8414/8653] Linking CXX executable bin/tutorial_tensorexpr 2024-04-03T17:08:19.2828425Z Warning: Unused direct dependencies: 2024-04-03T17:08:19.2829113Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:19.2829770Z /opt/rocm/lib/libhiprtc.so.6 2024-04-03T17:08:19.2830299Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T17:08:19.2830924Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:19.2834793Z 2024-04-03T17:08:19.4312327Z [8414/8653] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2024-04-03T17:08:19.4314049Z [8415/8653] Linking CXX executable bin/test_dist_autograd 2024-04-03T17:08:19.4315109Z Warning: Unused direct dependencies: 2024-04-03T17:08:19.4315943Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:19.4316865Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:19.4317499Z 2024-04-03T17:08:19.6528829Z [8415/8653] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2024-04-03T17:08:19.6533251Z [8416/8653] Linking CXX executable bin/test_tensorexpr 2024-04-03T17:08:19.6534178Z Warning: Unused direct dependencies: 2024-04-03T17:08:19.6535811Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:19.6536792Z /opt/rocm/lib/libhiprtc.so.6 2024-04-03T17:08:19.6537410Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T17:08:19.6537880Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:19.6538539Z 2024-04-03T17:08:20.0760659Z [8416/8653] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2024-04-03T17:08:20.0762570Z [8417/8653] Building CXX object test_cpp_rpc/CMakeFiles/test_cpp_rpc.dir/test_wire_serialization.cpp.o 2024-04-03T17:08:20.0764749Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:20.0765896Z 2024-04-03T17:08:20.1389286Z [8417/8653] Linking CXX executable bin/test_cpp_rpc 2024-04-03T17:08:20.1390807Z [8418/8653] Building CXX object test_api/CMakeFiles/test_api.dir/any.cpp.o 2024-04-03T17:08:20.1392973Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:20.1394250Z 2024-04-03T17:08:20.6782873Z [8418/8653] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2024-04-03T17:08:20.6784824Z [8419/8653] Building CXX object test_api/CMakeFiles/test_api.dir/expanding-array.cpp.o 2024-04-03T17:08:20.6786714Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:20.6787787Z 2024-04-03T17:08:20.8336586Z [8419/8653] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2024-04-03T17:08:20.8338459Z [8420/8653] Building CXX object test_api/CMakeFiles/test_api.dir/autograd.cpp.o 2024-04-03T17:08:20.8340546Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:20.8341709Z 2024-04-03T17:08:20.9768466Z [8420/8653] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2024-04-03T17:08:20.9770386Z [8421/8653] Building CXX object test_api/CMakeFiles/test_api.dir/enum.cpp.o 2024-04-03T17:08:20.9772501Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:20.9773693Z 2024-04-03T17:08:21.0460258Z [8421/8653] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2024-04-03T17:08:21.0462267Z [8422/8653] Building CXX object test_api/CMakeFiles/test_api.dir/dataloader.cpp.o 2024-04-03T17:08:21.0464305Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:21.0467815Z 2024-04-03T17:08:21.5339430Z [8422/8653] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2024-04-03T17:08:21.5340928Z [8423/8653] Linking CXX executable bin/test_cpp_rpc 2024-04-03T17:08:21.5341784Z Warning: Unused direct dependencies: 2024-04-03T17:08:21.5342621Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:21.5343552Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:21.5344183Z 2024-04-03T17:08:21.6314683Z [8423/8653] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2024-04-03T17:08:21.6316266Z [8424/8653] Building CXX object test_api/CMakeFiles/test_api.dir/jit.cpp.o 2024-04-03T17:08:21.6317549Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:21.6318311Z 2024-04-03T17:08:21.9131162Z [8424/8653] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2024-04-03T17:08:21.9132823Z [8425/8653] Building CXX object test_api/CMakeFiles/test_api.dir/memory.cpp.o 2024-04-03T17:08:21.9134692Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:21.9135796Z 2024-04-03T17:08:22.0833607Z [8425/8653] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2024-04-03T17:08:22.0835775Z [8426/8653] Building CXX object test_api/CMakeFiles/test_api.dir/fft.cpp.o 2024-04-03T17:08:22.0837993Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:22.0839340Z 2024-04-03T17:08:22.3405794Z [8426/8653] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2024-04-03T17:08:22.3407633Z [8427/8653] Building CXX object test_api/CMakeFiles/test_api.dir/init.cpp.o 2024-04-03T17:08:22.3411648Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:22.3413016Z 2024-04-03T17:08:22.4555374Z [8427/8653] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2024-04-03T17:08:22.4557203Z [8428/8653] Building CXX object test_api/CMakeFiles/test_api.dir/integration.cpp.o 2024-04-03T17:08:22.4559197Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:22.4563349Z 2024-04-03T17:08:22.7454509Z [8428/8653] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2024-04-03T17:08:22.7456192Z [8429/8653] Building CXX object test_api/CMakeFiles/test_api.dir/functional.cpp.o 2024-04-03T17:08:22.7457449Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:22.7463161Z 2024-04-03T17:08:23.1909470Z [8429/8653] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2024-04-03T17:08:23.1910808Z [8430/8653] Building CXX object test_api/CMakeFiles/test_api.dir/misc.cpp.o 2024-04-03T17:08:23.1912107Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:23.1912856Z 2024-04-03T17:08:23.4580901Z [8430/8653] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2024-04-03T17:08:23.4587358Z [8431/8653] Building CXX object test_api/CMakeFiles/test_api.dir/meta_tensor.cpp.o 2024-04-03T17:08:23.4589443Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:23.4590298Z 2024-04-03T17:08:23.7568413Z [8431/8653] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2024-04-03T17:08:23.7573051Z [8432/8653] Building CXX object test_api/CMakeFiles/test_api.dir/module.cpp.o 2024-04-03T17:08:23.7574869Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:23.7575883Z 2024-04-03T17:08:24.0074149Z [8432/8653] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2024-04-03T17:08:24.0075906Z [8433/8653] Building CXX object test_api/CMakeFiles/test_api.dir/modulelist.cpp.o 2024-04-03T17:08:24.0077231Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:24.0078002Z 2024-04-03T17:08:24.1204326Z [8433/8653] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2024-04-03T17:08:24.1206607Z [8434/8653] Building CXX object test_api/CMakeFiles/test_api.dir/moduledict.cpp.o 2024-04-03T17:08:24.1208668Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:24.1211879Z 2024-04-03T17:08:24.6683843Z [8434/8653] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2024-04-03T17:08:24.6685790Z [8435/8653] Building CXX object test_api/CMakeFiles/test_api.dir/sequential.cpp.o 2024-04-03T17:08:24.6687827Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:24.6689066Z 2024-04-03T17:08:24.8005158Z [8435/8653] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2024-04-03T17:08:24.8007836Z [8436/8653] Building CXX object test_api/CMakeFiles/test_api.dir/modules.cpp.o 2024-04-03T17:08:24.8010092Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:24.8011772Z 2024-04-03T17:08:25.0678993Z [8436/8653] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2024-04-03T17:08:25.0686154Z [8437/8653] Building CXX object test_api/CMakeFiles/test_api.dir/optim.cpp.o 2024-04-03T17:08:25.0688066Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:25.0694416Z 2024-04-03T17:08:25.3070691Z [8437/8653] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2024-04-03T17:08:25.3071878Z [8438/8653] Building CXX object test_api/CMakeFiles/test_api.dir/nested.cpp.o 2024-04-03T17:08:25.3073350Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:25.3074045Z 2024-04-03T17:08:25.5842251Z [8438/8653] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2024-04-03T17:08:25.5844121Z [8439/8653] Building CXX object test_api/CMakeFiles/test_api.dir/parameterlist.cpp.o 2024-04-03T17:08:25.5846386Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:25.5851778Z 2024-04-03T17:08:25.6128641Z [8439/8653] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2024-04-03T17:08:25.6130484Z [8440/8653] Building CXX object test_api/CMakeFiles/test_api.dir/parameterdict.cpp.o 2024-04-03T17:08:25.6132470Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:25.6137989Z 2024-04-03T17:08:26.0931669Z [8440/8653] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2024-04-03T17:08:26.0933504Z [8441/8653] Building CXX object test_api/CMakeFiles/test_api.dir/namespace.cpp.o 2024-04-03T17:08:26.0941786Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:26.0942964Z 2024-04-03T17:08:26.3392144Z [8441/8653] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2024-04-03T17:08:26.3394096Z [8442/8653] Building CXX object test_api/CMakeFiles/test_api.dir/nn_utils.cpp.o 2024-04-03T17:08:26.3396088Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:26.3421683Z 2024-04-03T17:08:26.6743649Z [8442/8653] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2024-04-03T17:08:26.6745344Z [8443/8653] Building CXX object test_api/CMakeFiles/test_api.dir/rnn.cpp.o 2024-04-03T17:08:26.6746785Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:26.6749992Z 2024-04-03T17:08:26.8081997Z [8443/8653] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2024-04-03T17:08:26.8083879Z [8444/8653] Building CXX object test_api/CMakeFiles/test_api.dir/ordered_dict.cpp.o 2024-04-03T17:08:26.8086034Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:26.8091418Z 2024-04-03T17:08:27.0045713Z [8444/8653] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2024-04-03T17:08:27.0047361Z [8445/8653] Building CXX object test_api/CMakeFiles/test_api.dir/special.cpp.o 2024-04-03T17:08:27.0049447Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:27.0050709Z 2024-04-03T17:08:27.2641759Z [8445/8653] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2024-04-03T17:08:27.2644169Z [8446/8653] Building CXX object test_api/CMakeFiles/test_api.dir/transformer.cpp.o 2024-04-03T17:08:27.2646483Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:27.2654096Z 2024-04-03T17:08:27.6462241Z [8446/8653] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2024-04-03T17:08:27.6464326Z [8447/8653] Building CXX object test_api/CMakeFiles/test_api.dir/serialize.cpp.o 2024-04-03T17:08:27.6466168Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:27.6467414Z 2024-04-03T17:08:27.7198900Z [8447/8653] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2024-04-03T17:08:27.7200942Z [8448/8653] Building CXX object test_api/CMakeFiles/test_api.dir/support.cpp.o 2024-04-03T17:08:27.7203252Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:27.7204538Z 2024-04-03T17:08:28.1832495Z [8448/8653] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2024-04-03T17:08:28.1834292Z [8449/8653] Building CXX object test_api/CMakeFiles/test_api.dir/static.cpp.o 2024-04-03T17:08:28.1836246Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:28.1837437Z 2024-04-03T17:08:28.2316090Z [8449/8653] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2024-04-03T17:08:28.2317758Z [8450/8653] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_cuda.cpp.o 2024-04-03T17:08:28.2319733Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:28.2320935Z 2024-04-03T17:08:28.4222665Z [8450/8653] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2024-04-03T17:08:28.4224389Z [8451/8653] Building CXX object test_api/CMakeFiles/test_api.dir/grad_mode.cpp.o 2024-04-03T17:08:28.4226314Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:28.4227437Z 2024-04-03T17:08:28.8619744Z [8451/8653] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2024-04-03T17:08:28.8621595Z [8452/8653] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_indexing.cpp.o 2024-04-03T17:08:28.8623968Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:28.8625077Z 2024-04-03T17:08:28.9055443Z [8452/8653] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2024-04-03T17:08:28.9057759Z [8453/8653] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options_cuda.cpp.o 2024-04-03T17:08:28.9060356Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:28.9061479Z 2024-04-03T17:08:29.3014991Z [8453/8653] Building CXX object test_api/CMakeFiles/test_api.dir/nested_int.cpp.o 2024-04-03T17:08:29.3017051Z [8454/8653] Building CXX object test_api/CMakeFiles/test_api.dir/tensor_options.cpp.o 2024-04-03T17:08:29.3019775Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:29.3021075Z 2024-04-03T17:08:29.6982218Z [8454/8653] Building CXX object test_api/CMakeFiles/test_api.dir/parallel.cpp.o 2024-04-03T17:08:29.6984068Z [8455/8653] Building CXX object test_api/CMakeFiles/test_api.dir/tensor.cpp.o 2024-04-03T17:08:29.6985742Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:29.6986725Z 2024-04-03T17:08:29.7010511Z [8455/8653] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2024-04-03T17:08:29.7012488Z [8456/8653] Building CXX object test_api/CMakeFiles/test_api.dir/torch_include.cpp.o 2024-04-03T17:08:29.7014423Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:29.7015582Z 2024-04-03T17:08:29.9835699Z [8456/8653] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2024-04-03T17:08:29.9838395Z [8457/8653] Building CXX object test_api/CMakeFiles/test_api.dir/inference_mode.cpp.o 2024-04-03T17:08:29.9844575Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:29.9845386Z 2024-04-03T17:08:30.4074172Z [8457/8653] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2024-04-03T17:08:30.4076107Z [8458/8653] Building CXX object test_api/CMakeFiles/test_api.dir/nested_int.cpp.o 2024-04-03T17:08:30.4077438Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:30.4078199Z 2024-04-03T17:08:30.4322685Z [8458/8653] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2024-04-03T17:08:30.4324678Z [8459/8653] Building CXX object test_api/CMakeFiles/test_api.dir/operations.cpp.o 2024-04-03T17:08:30.4326661Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:30.4330068Z 2024-04-03T17:08:30.8007377Z [8459/8653] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2024-04-03T17:08:30.8009581Z [8460/8653] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_context.cpp.o 2024-04-03T17:08:30.8011685Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:30.8012796Z 2024-04-03T17:08:30.8014024Z [8460/8653] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2024-04-03T17:08:30.8016182Z [8461/8653] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_registry.cpp.o 2024-04-03T17:08:30.8018494Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:30.8019599Z 2024-04-03T17:08:30.8888682Z [8461/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2024-04-03T17:08:30.8891388Z [8462/8653] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/__/__/cpp/lite_interpreter_runtime/main.cpp.o 2024-04-03T17:08:30.8894220Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:30.8895507Z 2024-04-03T17:08:30.9149506Z [8462/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2024-04-03T17:08:30.9151453Z [8463/8653] Building CXX object test_api/CMakeFiles/test_api.dir/parallel.cpp.o 2024-04-03T17:08:30.9153323Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:30.9154362Z 2024-04-03T17:08:31.1232348Z [8463/8653] Linking CXX executable bin/test_api 2024-04-03T17:08:31.1234346Z [8464/8653] Building CXX object test_api/CMakeFiles/parallel_benchmark.dir/parallel_benchmark.cpp.o 2024-04-03T17:08:31.1236794Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:31.1239292Z 2024-04-03T17:08:31.1853401Z [8464/8653] Linking CXX executable bin/parallel_benchmark 2024-04-03T17:08:31.1855256Z [8465/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/__/common/main.cpp.o 2024-04-03T17:08:31.1857579Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:31.1859323Z 2024-04-03T17:08:31.5385256Z [8465/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2024-04-03T17:08:31.5387950Z [8466/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir_util.cpp.o 2024-04-03T17:08:31.5390320Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:31.5391622Z 2024-04-03T17:08:31.7887520Z [8466/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2024-04-03T17:08:31.7890231Z [8467/8653] Building CXX object test_mobile_nnc/CMakeFiles/test_mobile_nnc.dir/test_nnc_backend.cpp.o 2024-04-03T17:08:31.7893062Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:31.7897130Z 2024-04-03T17:08:32.0527615Z [8467/8653] Linking CXX executable bin/test_mobile_nnc 2024-04-03T17:08:32.0529137Z [8468/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_cache.cpp.o 2024-04-03T17:08:32.0531730Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:32.0532728Z 2024-04-03T17:08:32.2639016Z [8468/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2024-04-03T17:08:32.2641060Z [8469/8653] Building CXX object test_mobile_nnc/CMakeFiles/aot_model_compiler_test.dir/__/__/__/binaries/aot_model_compiler.cc.o 2024-04-03T17:08:32.2643275Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:32.2644370Z 2024-04-03T17:08:32.3542395Z [8469/8653] Linking CXX executable bin/aot_model_compiler_test 2024-04-03T17:08:32.3544241Z [8470/8653] Linking CXX executable bin/parallel_benchmark 2024-04-03T17:08:32.3545507Z Warning: Unused direct dependencies: 2024-04-03T17:08:32.3546655Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:32.3548050Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:32.3558387Z 2024-04-03T17:08:32.6147257Z [8470/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2024-04-03T17:08:32.6148954Z [8471/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_backend_device.cpp.o 2024-04-03T17:08:32.6150755Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:32.6151752Z 2024-04-03T17:08:32.6682098Z [8471/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2024-04-03T17:08:32.6683592Z [8472/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_ir.cpp.o 2024-04-03T17:08:32.6684946Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:32.6685633Z 2024-04-03T17:08:32.8826975Z [8472/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2024-04-03T17:08:32.8828662Z [8473/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_misc.cpp.o 2024-04-03T17:08:32.8830689Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:32.8831690Z 2024-04-03T17:08:32.9863589Z [8473/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2024-04-03T17:08:32.9865179Z [8474/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_util.cpp.o 2024-04-03T17:08:32.9866877Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:32.9867884Z 2024-04-03T17:08:32.9901601Z [8474/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2024-04-03T17:08:32.9903477Z [8475/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_permutation_util.cpp.o 2024-04-03T17:08:32.9904750Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:32.9905428Z 2024-04-03T17:08:33.0003171Z [8475/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2024-04-03T17:08:33.0004373Z [8476/8653] Linking CXX executable bin/test_mobile_nnc 2024-04-03T17:08:33.0005091Z Warning: Unused direct dependencies: 2024-04-03T17:08:33.0005740Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:33.0006451Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:33.0006953Z 2024-04-03T17:08:33.3742642Z [8476/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2024-04-03T17:08:33.3746885Z [8477/8653] Linking CXX executable bin/test_api 2024-04-03T17:08:33.3750263Z Warning: Unused direct dependencies: 2024-04-03T17:08:33.3751364Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:33.3752276Z 2024-04-03T17:08:33.5048929Z [8477/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2024-04-03T17:08:33.5050772Z [8478/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_shape.cpp.o 2024-04-03T17:08:33.5052612Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:33.5053518Z 2024-04-03T17:08:33.5230710Z [8478/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2024-04-03T17:08:33.5231869Z [8479/8653] Linking CXX executable bin/aot_model_compiler_test 2024-04-03T17:08:33.5232438Z Warning: Unused direct dependencies: 2024-04-03T17:08:33.5232907Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:33.5233479Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:33.5233853Z 2024-04-03T17:08:33.7044713Z [8479/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2024-04-03T17:08:33.7046870Z [8480/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_trie_cache.cpp.o 2024-04-03T17:08:33.7049090Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:33.7050276Z 2024-04-03T17:08:34.2109283Z [8480/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2024-04-03T17:08:34.2111596Z [8481/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Device.cpp.o 2024-04-03T17:08:34.2113751Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:34.2120267Z 2024-04-03T17:08:34.5748850Z [8481/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2024-04-03T17:08:34.5751973Z [8482/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops_util.cpp.o 2024-04-03T17:08:34.5756812Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:34.5758449Z 2024-04-03T17:08:34.8232895Z [8482/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2024-04-03T17:08:34.8235111Z [8483/8653] Building CXX object test_lazy/CMakeFiles/test_lazy.dir/test_lazy_ops.cpp.o 2024-04-03T17:08:34.8237088Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:34.8238247Z 2024-04-03T17:08:34.9411198Z [8483/8653] Linking CXX executable bin/test_lazy 2024-04-03T17:08:34.9413286Z [8484/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_0.cpp.o 2024-04-03T17:08:34.9415083Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:34.9417031Z 2024-04-03T17:08:35.0479790Z [8484/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2024-04-03T17:08:35.0481838Z [8485/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_1.cpp.o 2024-04-03T17:08:35.0483785Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:35.0493122Z 2024-04-03T17:08:35.3342712Z [8485/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2024-04-03T17:08:35.3345389Z [8486/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_2.cpp.o 2024-04-03T17:08:35.3348154Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:35.3349661Z 2024-04-03T17:08:35.6750375Z [8486/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2024-04-03T17:08:35.6754854Z [8487/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_3.cpp.o 2024-04-03T17:08:35.6758038Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:35.6759545Z 2024-04-03T17:08:36.0633214Z [8487/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2024-04-03T17:08:36.0639933Z [8488/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_0.cpp.o 2024-04-03T17:08:36.0642132Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:36.0647183Z 2024-04-03T17:08:36.1507663Z [8488/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2024-04-03T17:08:36.1510496Z [8489/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_variable_methods.cpp.o 2024-04-03T17:08:36.1513200Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:36.1514268Z 2024-04-03T17:08:36.2071542Z [8489/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2024-04-03T17:08:36.2074531Z [8490/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_functions_4.cpp.o 2024-04-03T17:08:36.2077037Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:36.2078339Z 2024-04-03T17:08:36.2703620Z [8490/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2024-04-03T17:08:36.2706859Z [8491/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_1.cpp.o 2024-04-03T17:08:36.2709611Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:36.2711066Z 2024-04-03T17:08:36.3484843Z [8491/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2024-04-03T17:08:36.3486571Z [8492/8653] Linking CXX executable bin/test_lazy 2024-04-03T17:08:36.3487080Z Warning: Unused direct dependencies: 2024-04-03T17:08:36.3487546Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:08:36.3488023Z /opt/rocm/lib/libhiprtc.so.6 2024-04-03T17:08:36.3488416Z /opt/rocm/lib/libamdhip64.so.6 2024-04-03T17:08:36.3488869Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:08:36.3489288Z 2024-04-03T17:08:36.7192576Z [8492/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2024-04-03T17:08:36.7199237Z [8493/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_torch_functions_2.cpp.o 2024-04-03T17:08:36.7203285Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:36.7207114Z 2024-04-03T17:08:36.9573157Z [8493/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2024-04-03T17:08:36.9575293Z [8494/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nn_functions.cpp.o 2024-04-03T17:08:36.9577194Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:36.9578727Z 2024-04-03T17:08:36.9581165Z [8494/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2024-04-03T17:08:36.9583768Z [8495/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_linalg_functions.cpp.o 2024-04-03T17:08:36.9586066Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:36.9587268Z 2024-04-03T17:08:36.9987349Z [8495/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2024-04-03T17:08:36.9990328Z [8496/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_sparse_functions.cpp.o 2024-04-03T17:08:36.9992605Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:36.9993328Z 2024-04-03T17:08:37.0568813Z [8496/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2024-04-03T17:08:37.0571621Z [8497/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_nested_functions.cpp.o 2024-04-03T17:08:37.0574441Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:37.0575792Z 2024-04-03T17:08:37.0903521Z [8497/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2024-04-03T17:08:37.0905344Z [8498/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_fft_functions.cpp.o 2024-04-03T17:08:37.0906995Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:37.0907749Z 2024-04-03T17:08:37.5913005Z [8498/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2024-04-03T17:08:37.5916044Z [8499/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_special_functions.cpp.o 2024-04-03T17:08:37.5918847Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:37.5920099Z 2024-04-03T17:08:37.6174885Z [8499/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2024-04-03T17:08:37.6177764Z [8500/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_return_types.cpp.o 2024-04-03T17:08:37.6180450Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:37.6181576Z 2024-04-03T17:08:37.6865503Z [8500/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2024-04-03T17:08:37.6867830Z [8501/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/generated/python_enum_tag.cpp.o 2024-04-03T17:08:37.6870390Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:37.6871678Z 2024-04-03T17:08:37.8123232Z [8501/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2024-04-03T17:08:37.8125402Z [8502/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DataLoader.cpp.o 2024-04-03T17:08:37.8127624Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:37.8128833Z 2024-04-03T17:08:38.2729344Z [8502/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2024-04-03T17:08:38.2731379Z [8503/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/MemoryFormat.cpp.o 2024-04-03T17:08:38.2733439Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:38.2734818Z 2024-04-03T17:08:38.4501032Z [8503/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2024-04-03T17:08:38.4503234Z [8504/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Layout.cpp.o 2024-04-03T17:08:38.4505554Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:38.4506921Z 2024-04-03T17:08:38.5054359Z [8504/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2024-04-03T17:08:38.5056241Z [8505/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/DynamicTypes.cpp.o 2024-04-03T17:08:38.5057811Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:38.5059284Z 2024-04-03T17:08:38.5142702Z [8505/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/PyInterpreter.cpp.o 2024-04-03T17:08:38.5145390Z [8506/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Dtype.cpp.o 2024-04-03T17:08:38.5147784Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:38.5149108Z 2024-04-03T17:08:38.8975109Z [8506/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2024-04-03T17:08:38.8977471Z [8507/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/QScheme.cpp.o 2024-04-03T17:08:38.8980120Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:38.8986091Z 2024-04-03T17:08:39.0320976Z [8507/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2024-04-03T17:08:39.0323240Z [8508/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/python_dimname.cpp.o 2024-04-03T17:08:39.0325631Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:39.0326914Z 2024-04-03T17:08:39.3392982Z [8508/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2024-04-03T17:08:39.3394785Z [8509/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Generator.cpp.o 2024-04-03T17:08:39.3396549Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:39.3397629Z 2024-04-03T17:08:39.4009929Z [8509/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2024-04-03T17:08:39.4012279Z [8510/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Exceptions.cpp.o 2024-04-03T17:08:39.4014834Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:39.4020249Z 2024-04-03T17:08:39.5292322Z [8510/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2024-04-03T17:08:39.5294543Z [8511/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Size.cpp.o 2024-04-03T17:08:39.5296895Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:39.5298154Z 2024-04-03T17:08:40.1497424Z [8511/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2024-04-03T17:08:40.1499978Z [8512/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/PyInterpreter.cpp.o 2024-04-03T17:08:40.1502252Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:40.1507162Z 2024-04-03T17:08:40.6133750Z [8512/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2024-04-03T17:08:40.6135781Z [8513/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Module.cpp.o 2024-04-03T17:08:40.6137694Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:40.6139105Z 2024-04-03T17:08:41.0024005Z [8513/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2024-04-03T17:08:41.0026184Z [8514/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Storage.cpp.o 2024-04-03T17:08:41.0028346Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:41.0029500Z 2024-04-03T17:08:41.0845112Z [8514/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2024-04-03T17:08:41.0847278Z [8515/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageMethods.cpp.o 2024-04-03T17:08:41.0849359Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:41.0852859Z 2024-04-03T17:08:41.1469083Z [8515/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2024-04-03T17:08:41.1471398Z [8516/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/Stream.cpp.o 2024-04-03T17:08:41.1473740Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:41.1479766Z 2024-04-03T17:08:41.3717756Z [8516/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2024-04-03T17:08:41.3720262Z [8517/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/StorageSharing.cpp.o 2024-04-03T17:08:41.3722743Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:41.3726758Z 2024-04-03T17:08:41.6583137Z [8517/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2024-04-03T17:08:41.6585570Z [8518/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/functions/init.cpp.o 2024-04-03T17:08:41.6588164Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:41.6589318Z 2024-04-03T17:08:41.9470966Z [8518/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2024-04-03T17:08:41.9473638Z [8519/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_anomaly_mode.cpp.o 2024-04-03T17:08:41.9475661Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:41.9476373Z 2024-04-03T17:08:42.0815946Z [8519/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2024-04-03T17:08:42.0818708Z [8520/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/TypeInfo.cpp.o 2024-04-03T17:08:42.0820818Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:42.0822028Z 2024-04-03T17:08:42.1170748Z [8520/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2024-04-03T17:08:42.1172622Z [8521/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/profiler_python.cpp.o 2024-04-03T17:08:42.1174001Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:42.1174693Z 2024-04-03T17:08:42.6092776Z [8521/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2024-04-03T17:08:42.6095008Z [8522/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/api/src/python/init.cpp.o 2024-04-03T17:08:42.6097310Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:42.6098735Z 2024-04-03T17:08:42.6905834Z [8522/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2024-04-03T17:08:42.6908339Z [8523/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_cpp_function.cpp.o 2024-04-03T17:08:42.6910480Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:42.6911556Z 2024-04-03T17:08:43.0937762Z [8523/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2024-04-03T17:08:43.0940362Z [8524/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/init.cpp.o 2024-04-03T17:08:43.0942657Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:43.0947328Z 2024-04-03T17:08:43.0964080Z [8524/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2024-04-03T17:08:43.0967364Z [8525/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_saved_variable_hooks.cpp.o 2024-04-03T17:08:43.0969818Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:43.0971038Z 2024-04-03T17:08:43.9060886Z [8525/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2024-04-03T17:08:43.9062687Z [8526/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_engine.cpp.o 2024-04-03T17:08:43.9064215Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:43.9065047Z 2024-04-03T17:08:44.0398732Z [8526/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2024-04-03T17:08:44.0401323Z [8527/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_function.cpp.o 2024-04-03T17:08:44.0402844Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:44.0403544Z 2024-04-03T17:08:44.1778796Z [8527/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/python_compiled_autograd.cpp.o 2024-04-03T17:08:44.1781492Z [8528/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_hook.cpp.o 2024-04-03T17:08:44.1783961Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:44.1785269Z 2024-04-03T17:08:44.2260734Z [8528/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2024-04-03T17:08:44.2263270Z [8529/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_legacy_variable.cpp.o 2024-04-03T17:08:44.2265650Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:44.2266865Z 2024-04-03T17:08:44.2586334Z [8529/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cache_entry.cpp.o 2024-04-03T17:08:44.2588937Z [8530/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_torch_functions_manual.cpp.o 2024-04-03T17:08:44.2590811Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:44.2591842Z 2024-04-03T17:08:44.4692835Z [8530/8653] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpython_defs.c.o 2024-04-03T17:08:44.4695667Z [8531/8653] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpython_defs.c.o 2024-04-03T17:08:44.4697877Z cc1: warning: command line option ‘-std=c++17’ is valid for C++/ObjC++ but not for C 2024-04-03T17:08:44.4699320Z 2024-04-03T17:08:44.8666365Z [8531/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpp_shim.cpp.o 2024-04-03T17:08:44.8673611Z [8532/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cache_entry.cpp.o 2024-04-03T17:08:44.8675896Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:44.8677067Z 2024-04-03T17:08:44.8678118Z [8532/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/extra_state.cpp.o 2024-04-03T17:08:44.8680119Z [8533/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/cpp_shim.cpp.o 2024-04-03T17:08:44.8682185Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:44.8683330Z 2024-04-03T17:08:44.9273648Z [8533/8653] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2024-04-03T17:08:44.9275743Z [8534/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_nested_functions_manual.cpp.o 2024-04-03T17:08:44.9277888Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:44.9278895Z 2024-04-03T17:08:45.1527736Z [8534/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2024-04-03T17:08:45.1529714Z [8535/8653] Building C object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/eval_frame.c.o 2024-04-03T17:08:45.1530932Z cc1: warning: command line option ‘-std=c++17’ is valid for C++/ObjC++ but not for C 2024-04-03T17:08:45.1531822Z 2024-04-03T17:08:45.4582964Z [8535/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mps/Module.cpp.o 2024-04-03T17:08:45.4585532Z [8536/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable_indexing.cpp.o 2024-04-03T17:08:45.4588154Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:45.4589494Z 2024-04-03T17:08:45.5863282Z [8536/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2024-04-03T17:08:45.5865235Z [8537/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/extra_state.cpp.o 2024-04-03T17:08:45.5867102Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:45.5868077Z 2024-04-03T17:08:45.9079564Z [8537/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2024-04-03T17:08:45.9081947Z [8538/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/autograd/python_variable.cpp.o 2024-04-03T17:08:45.9084015Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:45.9085083Z 2024-04-03T17:08:45.9185437Z [8538/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_runner/pybind.cpp.o 2024-04-03T17:08:45.9187912Z [8539/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/python_compiled_autograd.cpp.o 2024-04-03T17:08:45.9190354Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:45.9191622Z 2024-04-03T17:08:46.2013856Z [8539/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2024-04-03T17:08:46.2016754Z [8540/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/init.cpp.o 2024-04-03T17:08:46.2019432Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:46.2020916Z 2024-04-03T17:08:46.5846737Z [8540/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2024-04-03T17:08:46.5848699Z [8541/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/mps/Module.cpp.o 2024-04-03T17:08:46.5851025Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:46.5853345Z 2024-04-03T17:08:46.6153289Z [8541/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2024-04-03T17:08:46.6155528Z [8542/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/dynamo/guards.cpp.o 2024-04-03T17:08:46.6157844Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:46.6160835Z 2024-04-03T17:08:46.7800527Z [8542/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2024-04-03T17:08:46.7802830Z [8543/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/inductor/aoti_runner/pybind.cpp.o 2024-04-03T17:08:46.7804957Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:46.7806171Z 2024-04-03T17:08:47.3207964Z [8543/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2024-04-03T17:08:47.3210488Z [8544/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/functorch/init.cpp.o 2024-04-03T17:08:47.3212673Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:47.3214175Z 2024-04-03T17:08:47.3726783Z [8544/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2024-04-03T17:08:47.3730076Z [8545/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/cast_all_constant_to_floating.cpp.o 2024-04-03T17:08:47.3732195Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:47.3733038Z 2024-04-03T17:08:47.9124813Z [8545/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2024-04-03T17:08:47.9127529Z [8546/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/backends/backend_init.cpp.o 2024-04-03T17:08:47.9129724Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:47.9130887Z 2024-04-03T17:08:47.9570177Z [8546/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2024-04-03T17:08:47.9572960Z [8547/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/deduplicate_initializers.cpp.o 2024-04-03T17:08:47.9575517Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:47.9576750Z 2024-04-03T17:08:48.1242226Z [8547/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2024-04-03T17:08:48.1244920Z [8548/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eval_peephole.cpp.o 2024-04-03T17:08:48.1247236Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:48.1248457Z 2024-04-03T17:08:48.2570045Z [8548/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2024-04-03T17:08:48.2575289Z [8549/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_fold.cpp.o 2024-04-03T17:08:48.2580999Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:48.2582339Z 2024-04-03T17:08:48.6232187Z [8549/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2024-04-03T17:08:48.6234921Z [8550/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx.cpp.o 2024-04-03T17:08:48.6237599Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:48.6238979Z 2024-04-03T17:08:48.6260548Z [8550/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2024-04-03T17:08:48.6261979Z [8551/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/init.cpp.o 2024-04-03T17:08:48.6263358Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:48.6264065Z 2024-04-03T17:08:48.6273893Z [8551/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2024-04-03T17:08:48.6275432Z [8552/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/preprocess_for_onnx.cpp.o 2024-04-03T17:08:48.6276848Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:48.6277545Z 2024-04-03T17:08:48.7038398Z [8552/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2024-04-03T17:08:48.7041032Z [8553/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/eliminate_unused_items.cpp.o 2024-04-03T17:08:48.7043574Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:48.7045010Z 2024-04-03T17:08:48.7083404Z [8553/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2024-04-03T17:08:48.7086259Z [8554/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/constant_map.cpp.o 2024-04-03T17:08:48.7088829Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:48.7093094Z 2024-04-03T17:08:49.2918966Z [8554/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2024-04-03T17:08:49.2921398Z [8555/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_substitution.cpp.o 2024-04-03T17:08:49.2923499Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:49.2924489Z 2024-04-03T17:08:49.3545090Z [8555/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2024-04-03T17:08:49.3547916Z [8556/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/list_model_parameters.cpp.o 2024-04-03T17:08:49.3550350Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:49.3551533Z 2024-04-03T17:08:49.4293869Z [8556/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2024-04-03T17:08:49.4297132Z [8557/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/prepare_division_for_onnx.cpp.o 2024-04-03T17:08:49.4300115Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:49.4301483Z 2024-04-03T17:08:49.4524980Z [8557/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2024-04-03T17:08:49.4527686Z [8558/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/peephole.cpp.o 2024-04-03T17:08:49.4530148Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:49.4531323Z 2024-04-03T17:08:49.4932103Z [8558/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2024-04-03T17:08:49.4934802Z [8559/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/helper.cpp.o 2024-04-03T17:08:49.4937419Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:49.4939663Z 2024-04-03T17:08:49.9644581Z [8559/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2024-04-03T17:08:49.9647164Z [8560/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/scalar_type_analysis.cpp.o 2024-04-03T17:08:49.9649529Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:49.9650639Z 2024-04-03T17:08:50.1440316Z [8560/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2024-04-03T17:08:50.1443098Z [8561/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/remove_inplace_ops_for_onnx.cpp.o 2024-04-03T17:08:50.1445805Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:50.1447052Z 2024-04-03T17:08:50.2492412Z [8561/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2024-04-03T17:08:50.2494346Z [8562/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/unpack_quantized_weights.cpp.o 2024-04-03T17:08:50.2496023Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:50.2496798Z 2024-04-03T17:08:50.2502817Z [8562/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2024-04-03T17:08:50.2505744Z [8563/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/naming.cpp.o 2024-04-03T17:08:50.2507926Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:50.2509133Z 2024-04-03T17:08:50.3389293Z [8563/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2024-04-03T17:08:50.3392332Z [8564/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/fixup_onnx_controlflow.cpp.o 2024-04-03T17:08:50.3394775Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:50.3395955Z 2024-04-03T17:08:50.4337703Z [8564/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2024-04-03T17:08:50.4339681Z [8565/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/onnx_log.cpp.o 2024-04-03T17:08:50.4341183Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:50.4341951Z 2024-04-03T17:08:50.6598014Z [8565/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2024-04-03T17:08:50.6600733Z [8566/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/function_extraction.cpp.o 2024-04-03T17:08:50.6602706Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:50.6606345Z 2024-04-03T17:08:50.8557850Z [8566/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2024-04-03T17:08:50.8561054Z [8567/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/autograd_function_process.cpp.o 2024-04-03T17:08:50.8564108Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:50.8565493Z 2024-04-03T17:08:50.8844114Z [8567/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2024-04-03T17:08:50.8847013Z [8568/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_encapsulation.cpp.o 2024-04-03T17:08:50.8849167Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:50.8850117Z 2024-04-03T17:08:51.1665852Z [8568/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2024-04-03T17:08:51.1668615Z [8569/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/common.cpp.o 2024-04-03T17:08:51.1671124Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:51.1672270Z 2024-04-03T17:08:51.5165487Z [8569/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2024-04-03T17:08:51.5168363Z [8570/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/pattern_conversion/pattern_conversion.cpp.o 2024-04-03T17:08:51.5170937Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:51.5172098Z 2024-04-03T17:08:51.6867183Z [8570/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2024-04-03T17:08:51.6869993Z [8571/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/passes/onnx/shape_type_inference.cpp.o 2024-04-03T17:08:51.6872397Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:51.6873478Z 2024-04-03T17:08:52.4168548Z [8571/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2024-04-03T17:08:52.4171059Z [8572/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/pybind_utils.cpp.o 2024-04-03T17:08:52.4173498Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:52.4174625Z 2024-04-03T17:08:52.4788599Z [8572/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2024-04-03T17:08:52.4791153Z [8573/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_arg_flatten.cpp.o 2024-04-03T17:08:52.4793315Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:52.4794403Z 2024-04-03T17:08:52.7168875Z [8573/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2024-04-03T17:08:52.7170292Z [8574/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_custom_class.cpp.o 2024-04-03T17:08:52.7171710Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:52.7174887Z 2024-04-03T17:08:53.0654055Z [8574/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2024-04-03T17:08:53.0656544Z [8575/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_dict.cpp.o 2024-04-03T17:08:53.0659089Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:53.0659942Z 2024-04-03T17:08:53.1144102Z [8575/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2024-04-03T17:08:53.1146278Z [8576/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/tree_views.cpp.o 2024-04-03T17:08:53.1148034Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:53.1149376Z 2024-04-03T17:08:53.4604702Z [8576/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2024-04-03T17:08:53.4607550Z [8577/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_interpreter.cpp.o 2024-04-03T17:08:53.4611009Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:53.4612342Z 2024-04-03T17:08:53.6211826Z [8577/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2024-04-03T17:08:53.6214081Z [8578/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_ir.cpp.o 2024-04-03T17:08:53.6216400Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:53.6217608Z 2024-04-03T17:08:54.4169019Z [8578/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2024-04-03T17:08:54.4171135Z [8579/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tracer.cpp.o 2024-04-03T17:08:54.4172632Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:54.4173371Z 2024-04-03T17:08:54.6002633Z [8579/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2024-04-03T17:08:54.6005493Z [8580/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_list.cpp.o 2024-04-03T17:08:54.6008026Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:54.6012271Z 2024-04-03T17:08:55.0474609Z [8580/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2024-04-03T17:08:55.0477068Z [8581/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/script_init.cpp.o 2024-04-03T17:08:55.0478906Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:55.0479766Z 2024-04-03T17:08:55.0948871Z [8581/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2024-04-03T17:08:55.0951377Z [8582/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/frontend/concrete_module_type.cpp.o 2024-04-03T17:08:55.0953720Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:55.0956022Z 2024-04-03T17:08:55.2291732Z [8582/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2024-04-03T17:08:55.2294277Z [8583/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_tree_views.cpp.o 2024-04-03T17:08:55.2296979Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:55.2298718Z 2024-04-03T17:08:55.4461991Z [8583/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2024-04-03T17:08:55.4464335Z [8584/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/onnx/init.cpp.o 2024-04-03T17:08:55.4466389Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:55.4467626Z 2024-04-03T17:08:55.6404789Z [8584/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2024-04-03T17:08:55.6407266Z [8585/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/python/python_sugared_value.cpp.o 2024-04-03T17:08:55.6416447Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:55.6417568Z 2024-04-03T17:08:55.9024158Z [8585/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/combined_traceback.cpp.o 2024-04-03T17:08:55.9027586Z [8586/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/monitor/python_init.cpp.o 2024-04-03T17:08:55.9030006Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:55.9030847Z 2024-04-03T17:08:55.9302797Z [8586/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2024-04-03T17:08:55.9306375Z [8587/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/multiprocessing/init.cpp.o 2024-04-03T17:08:55.9308947Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:55.9310283Z 2024-04-03T17:08:56.3443478Z [8587/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2024-04-03T17:08:56.3445042Z [8588/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/combined_traceback.cpp.o 2024-04-03T17:08:56.3446635Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:56.3447392Z 2024-04-03T17:08:56.5995561Z [8588/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2024-04-03T17:08:56.5998502Z [8589/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/static/init.cpp.o 2024-04-03T17:08:56.6001304Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:56.6002604Z 2024-04-03T17:08:57.1844932Z [8589/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2024-04-03T17:08:57.1847240Z [8590/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/profiler/python/init.cpp.o 2024-04-03T17:08:57.1849555Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:57.1850305Z 2024-04-03T17:08:57.2154832Z [8590/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2024-04-03T17:08:57.2156188Z [8591/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/tensorexpr/tensorexpr_init.cpp.o 2024-04-03T17:08:57.2157575Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:57.2158707Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2024-04-03T17:08:57.2159742Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:8: 2024-04-03T17:08:57.2162676Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:08:57.2219944Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:08:57.2221000Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:08:57.2222635Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:08:57.2223669Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:08:57.2224529Z | ^~~~ 2024-04-03T17:08:57.2226463Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:08:57.2228307Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:08:57.2228981Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:08:57.2229883Z In file included from /var/lib/jenkins/workspace/c10/hip/HIPStream.h:4, 2024-04-03T17:08:57.2230876Z from /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h:4, 2024-04-03T17:08:57.2231875Z from /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h:5, 2024-04-03T17:08:57.2233462Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h:3, 2024-04-03T17:08:57.2234553Z from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:35, 2024-04-03T17:08:57.2235481Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:4: 2024-04-03T17:08:57.2236460Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:08:57.2237135Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:08:57.2237589Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:08:57.2238296Z In file included from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/cuda_codegen.h:8, 2024-04-03T17:08:57.2239327Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:8: 2024-04-03T17:08:57.2242262Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:113:5: warning: ‘hipError_t hipCtxGetCurrent(ihipCtx_t**)’ is deprecated: This API is marked as deprecated and may not be supported in future releases. For more details please refer https://github.com/ROCm-Developer-Tools/HIP/blob/master/docs/markdown/hip_deprecated_api_list.md [-Wdeprecated-declarations] 2024-04-03T17:08:57.2244781Z 113 | _(hipCtxGetCurrent) \ 2024-04-03T17:08:57.2245334Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:08:57.2246312Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:121:39: note: in definition of macro ‘CREATE_MEMBER’ 2024-04-03T17:08:57.2247342Z 121 | #define CREATE_MEMBER(name) decltype(&name) name; 2024-04-03T17:08:57.2247843Z | ^~~~ 2024-04-03T17:08:57.2248896Z /var/lib/jenkins/workspace/aten/src/ATen/hip/nvrtc_stub/ATenNVRTC.h:122:3: note: in expansion of macro ‘AT_FORALL_NVRTC’ 2024-04-03T17:08:57.2249869Z 122 | AT_FORALL_NVRTC(CREATE_MEMBER) 2024-04-03T17:08:57.2250256Z | ^~~~~~~~~~~~~~~ 2024-04-03T17:08:57.2250829Z In file included from /var/lib/jenkins/workspace/c10/hip/HIPStream.h:4, 2024-04-03T17:08:57.2251601Z from /var/lib/jenkins/workspace/c10/hip/HIPGraphsC10Utils.h:4, 2024-04-03T17:08:57.2252355Z from /var/lib/jenkins/workspace/c10/hip/HIPCachingAllocator.h:5, 2024-04-03T17:08:57.2253426Z from /var/lib/jenkins/workspace/aten/src/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h:3, 2024-04-03T17:08:57.2254524Z from /var/lib/jenkins/workspace/torch/csrc/jit/python/pybind_utils.h:35, 2024-04-03T17:08:57.2255445Z from /var/lib/jenkins/workspace/torch/csrc/jit/tensorexpr/tensorexpr_init.cpp:4: 2024-04-03T17:08:57.2256484Z /opt/rocm-6.0.0/include/hip/hip_runtime_api.h:4789:12: note: declared here 2024-04-03T17:08:57.2257173Z 4789 | hipError_t hipCtxGetCurrent(hipCtx_t* ctx); 2024-04-03T17:08:57.2257646Z | ^~~~~~~~~~~~~~~~ 2024-04-03T17:08:57.2257895Z 2024-04-03T17:08:57.4992629Z [8591/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/device_lazy_init.cpp.o 2024-04-03T17:08:57.4994781Z [8592/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/serialization.cpp.o 2024-04-03T17:08:57.4997011Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:57.4998246Z 2024-04-03T17:08:57.5731867Z [8592/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2024-04-03T17:08:57.5733984Z [8593/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/tensor/python_tensor.cpp.o 2024-04-03T17:08:57.5736085Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:57.5737255Z 2024-04-03T17:08:57.8304406Z [8593/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2024-04-03T17:08:57.8306886Z [8594/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/device_lazy_init.cpp.o 2024-04-03T17:08:57.8309611Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:57.8310898Z 2024-04-03T17:08:57.9783132Z [8594/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2024-04-03T17:08:57.9790495Z [8595/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/throughput_benchmark.cpp.o 2024-04-03T17:08:57.9797078Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:57.9806855Z 2024-04-03T17:08:58.1165127Z [8595/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2024-04-03T17:08:58.1167445Z [8596/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/invalid_arguments.cpp.o 2024-04-03T17:08:58.1169760Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:58.1170900Z 2024-04-03T17:08:58.1606808Z [8596/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2024-04-03T17:08:58.1610011Z [8597/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/object_ptr.cpp.o 2024-04-03T17:08:58.1612911Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:58.1614363Z 2024-04-03T17:08:58.5796703Z [8597/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2024-04-03T17:08:58.5800679Z [8598/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/init.cpp.o 2024-04-03T17:08:58.5803434Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:58.5805000Z 2024-04-03T17:08:58.7438042Z [8598/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2024-04-03T17:08:58.7440539Z [8599/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_symnode.cpp.o 2024-04-03T17:08:58.7443109Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:58.7444415Z 2024-04-03T17:08:58.9716513Z [8599/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pyobject_preservation.cpp.o 2024-04-03T17:08:58.9719226Z [8600/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils.cpp.o 2024-04-03T17:08:58.9721283Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:58.9722594Z 2024-04-03T17:08:59.0663467Z [8600/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2024-04-03T17:08:59.0665805Z [8601/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pyobject_preservation.cpp.o 2024-04-03T17:08:59.0668080Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:59.0669252Z 2024-04-03T17:08:59.2065581Z [8601/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2024-04-03T17:08:59.2068023Z [8602/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/pybind.cpp.o 2024-04-03T17:08:59.2070026Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:59.2070718Z 2024-04-03T17:08:59.2571198Z [8602/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2024-04-03T17:08:59.2574102Z [8603/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/nested.cpp.o 2024-04-03T17:08:59.2577093Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:59.2578756Z 2024-04-03T17:08:59.4776838Z [8603/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2024-04-03T17:08:59.4779753Z [8604/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_arg_parser.cpp.o 2024-04-03T17:08:59.4782684Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:59.4786672Z 2024-04-03T17:08:59.6068756Z [8604/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2024-04-03T17:08:59.6071287Z [8605/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/structseq.cpp.o 2024-04-03T17:08:59.6073657Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:59.6075047Z 2024-04-03T17:08:59.9046212Z [8605/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2024-04-03T17:08:59.9048539Z [8606/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_layouts.cpp.o 2024-04-03T17:08:59.9050841Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:59.9054869Z 2024-04-03T17:08:59.9350022Z [8606/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2024-04-03T17:08:59.9352574Z [8607/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/python_dispatch.cpp.o 2024-04-03T17:08:59.9355051Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:08:59.9356350Z 2024-04-03T17:09:00.0310937Z [8607/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2024-04-03T17:09:00.0313955Z [8608/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_memoryformats.cpp.o 2024-04-03T17:09:00.0316281Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:00.0317519Z 2024-04-03T17:09:00.4347435Z [8608/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2024-04-03T17:09:00.4349926Z [8609/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_apply.cpp.o 2024-04-03T17:09:00.4352401Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:00.4353675Z 2024-04-03T17:09:00.5570509Z [8609/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2024-04-03T17:09:00.5573042Z [8610/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_qschemes.cpp.o 2024-04-03T17:09:00.5575679Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:00.5577089Z 2024-04-03T17:09:00.6941930Z [8610/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2024-04-03T17:09:00.6944473Z [8611/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_dtypes.cpp.o 2024-04-03T17:09:00.6946849Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:00.6953527Z 2024-04-03T17:09:01.0257860Z [8611/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2024-04-03T17:09:01.0260323Z [8612/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_new.cpp.o 2024-04-03T17:09:01.0262825Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:01.0264393Z 2024-04-03T17:09:01.1577719Z [8612/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cpu/Module.cpp.o 2024-04-03T17:09:01.1580387Z [8613/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/disable_torch_function.cpp.o 2024-04-03T17:09:01.1582656Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:01.1583758Z 2024-04-03T17:09:01.2018055Z [8613/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2024-04-03T17:09:01.2020248Z [8614/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_types.cpp.o 2024-04-03T17:09:01.2022410Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:01.2023651Z 2024-04-03T17:09:01.2270035Z [8614/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2024-04-03T17:09:01.2271936Z [8615/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/verbose.cpp.o 2024-04-03T17:09:01.2273388Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:01.2274201Z 2024-04-03T17:09:01.4028647Z [8615/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2024-04-03T17:09:01.4031314Z [8616/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_list.cpp.o 2024-04-03T17:09:01.4033699Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:01.4034922Z 2024-04-03T17:09:01.7074892Z [8616/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2024-04-03T17:09:01.7077105Z [8617/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cpu/Module.cpp.o 2024-04-03T17:09:01.7079588Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:01.7080940Z 2024-04-03T17:09:01.7636324Z [8617/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Event.cpp.o 2024-04-03T17:09:01.7638675Z [8618/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/utils/tensor_numpy.cpp.o 2024-04-03T17:09:01.7641039Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:01.7642216Z 2024-04-03T17:09:01.9483906Z [8618/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Module.cpp.o 2024-04-03T17:09:01.9486314Z [8619/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/python_util.cpp.o 2024-04-03T17:09:01.9488807Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:01.9490307Z 2024-04-03T17:09:02.0125829Z [8619/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Stream.cpp.o 2024-04-03T17:09:02.0181501Z [8620/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/itt.cpp.o 2024-04-03T17:09:02.0183048Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:02.0183759Z 2024-04-03T17:09:02.7620502Z [8620/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_comm.cpp.o 2024-04-03T17:09:02.7622840Z [8621/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/__/test/cpp/jit/torch_python_test.cpp.o 2024-04-03T17:09:02.7625126Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:02.7630164Z 2024-04-03T17:09:03.0917385Z [8621/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Graph.cpp.o 2024-04-03T17:09:03.0919421Z [8622/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/lazy/python/init.cpp.o 2024-04-03T17:09:03.0921818Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:03.0922978Z 2024-04-03T17:09:03.5799243Z [8622/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudart.cpp.o 2024-04-03T17:09:03.5801407Z [8623/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Module.cpp.o 2024-04-03T17:09:03.5803605Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:03.5804697Z 2024-04-03T17:09:03.6312010Z [8623/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/nvtx.cpp.o 2024-04-03T17:09:03.6314124Z [8624/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Event.cpp.o 2024-04-03T17:09:03.6316362Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:03.6317500Z 2024-04-03T17:09:03.8173750Z [8624/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/utils.cpp.o 2024-04-03T17:09:03.8175841Z [8625/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Stream.cpp.o 2024-04-03T17:09:03.8178081Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:03.8179553Z 2024-04-03T17:09:04.0907362Z [8625/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/CUDAPluggableAllocator.cpp.o 2024-04-03T17:09:04.0909977Z [8626/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudart.cpp.o 2024-04-03T17:09:04.0912483Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:04.0913825Z 2024-04-03T17:09:04.1307206Z [8626/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudnn.cpp.o 2024-04-03T17:09:04.1309753Z [8627/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_comm.cpp.o 2024-04-03T17:09:04.1312252Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:04.1313613Z 2024-04-03T17:09:04.1990870Z [8627/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2024-04-03T17:09:04.1993148Z [8628/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/nvtx.cpp.o 2024-04-03T17:09:04.1995361Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:04.1996506Z 2024-04-03T17:09:04.3990143Z [8628/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2024-04-03T17:09:04.3992825Z [8629/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/CUDAPluggableAllocator.cpp.o 2024-04-03T17:09:04.3995655Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:04.3996934Z 2024-04-03T17:09:04.6413354Z [8629/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2024-04-03T17:09:04.6415953Z [8630/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/Graph.cpp.o 2024-04-03T17:09:04.6417786Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:04.6418800Z 2024-04-03T17:09:04.8836529Z [8630/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2024-04-03T17:09:04.8838861Z [8631/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/shared/cudnn.cpp.o 2024-04-03T17:09:04.8840950Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:04.8842309Z 2024-04-03T17:09:05.5064512Z [8631/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2024-04-03T17:09:05.5067392Z [8632/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/utils.cpp.o 2024-04-03T17:09:05.5069588Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:05.5071047Z 2024-04-03T17:09:06.1477168Z [8632/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2024-04-03T17:09:06.1479406Z [8633/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/autograd/init.cpp.o 2024-04-03T17:09:06.1481585Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:06.1482765Z 2024-04-03T17:09:06.2118781Z [8633/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2024-04-03T17:09:06.2121140Z [8634/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/python_comm_hook.cpp.o 2024-04-03T17:09:06.2123010Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:06.2128600Z 2024-04-03T17:09:06.5249003Z [8634/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_nccl.cpp.o 2024-04-03T17:09:06.5251650Z [8635/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/c10d/init.cpp.o 2024-04-03T17:09:06.5253853Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:06.5260803Z 2024-04-03T17:09:06.6031489Z [8635/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2024-04-03T17:09:06.6034086Z [8636/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/py_rref.cpp.o 2024-04-03T17:09:06.6036576Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:06.6037854Z 2024-04-03T17:09:06.7441408Z [8636/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2024-04-03T17:09:06.7444078Z [8637/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/init.cpp.o 2024-04-03T17:09:06.7446629Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:06.7451772Z 2024-04-03T17:09:07.5970300Z [8637/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2024-04-03T17:09:07.5972464Z [8638/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_functions.cpp.o 2024-04-03T17:09:07.5974635Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:07.5975589Z 2024-04-03T17:09:07.9338080Z [8638/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2024-04-03T17:09:07.9340860Z [8639/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/cuda/python_nccl.cpp.o 2024-04-03T17:09:07.9342981Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:07.9348805Z 2024-04-03T17:09:08.1378725Z [8639/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2024-04-03T17:09:08.1381347Z [8640/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/python_rpc_handler.cpp.o 2024-04-03T17:09:08.1384043Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:08.1385413Z 2024-04-03T17:09:08.1724943Z [8640/8653] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2024-04-03T17:09:08.1727874Z [8641/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_call.cpp.o 2024-04-03T17:09:08.1730352Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:08.1731531Z 2024-04-03T17:09:08.3645024Z [8641/8653] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2024-04-03T17:09:08.3647951Z [8642/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/testing/init.cpp.o 2024-04-03T17:09:08.3650538Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:08.3651775Z 2024-04-03T17:09:08.5914264Z [8642/8653] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2024-04-03T17:09:08.5917047Z [8643/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/request_callback_impl.cpp.o 2024-04-03T17:09:08.5919815Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:08.5921167Z 2024-04-03T17:09:09.1275895Z [8643/8653] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2024-04-03T17:09:09.1283503Z [8644/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/distributed/rpc/unpickled_python_remote_call.cpp.o 2024-04-03T17:09:09.1290984Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:09.4089732Z 2024-04-03T17:09:09.4091648Z [8645/8653] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_lib.cpp.o 2024-04-03T17:09:09.4094238Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:09.6423962Z 2024-04-03T17:09:09.6425246Z [8646/8653] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/dim/dim.cpp.o 2024-04-03T17:09:09.6426517Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:09.8078030Z 2024-04-03T17:09:09.8079651Z [8647/8653] Building CXX object caffe2/torch/CMakeFiles/nnapi_backend.dir/csrc/jit/backends/nnapi/nnapi_backend_preprocess.cpp.o 2024-04-03T17:09:09.8081199Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:09.9401047Z 2024-04-03T17:09:09.9402765Z [8648/8653] Building CXX object caffe2/torch/CMakeFiles/torch_python.dir/csrc/jit/runtime/register_distributed_ops.cpp.o 2024-04-03T17:09:09.9404258Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:09.9405126Z 2024-04-03T17:09:09.9427856Z [8648/8653] Linking CXX shared library lib/libtorch_python.so 2024-04-03T17:09:09.9428841Z [8649/8653] Building CXX object functorch/CMakeFiles/functorch.dir/csrc/init_dim_only.cpp.o 2024-04-03T17:09:09.9430093Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:09:12.4516750Z 2024-04-03T17:09:12.4518018Z [8650/8653] Linking CXX shared library lib/libtorch_python.so 2024-04-03T17:09:12.4518795Z Warning: Unused direct dependencies: 2024-04-03T17:09:12.4519326Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:09:12.4519872Z 2024-04-03T17:09:12.4520452Z [8650/8653] Linking CXX shared library lib/libnnapi_backend.so 2024-04-03T17:09:13.2366370Z [8650/8653] Linking CXX shared module functorch/functorch.so 2024-04-03T17:09:13.2367169Z [8651/8653] Linking CXX shared module functorch/functorch.so 2024-04-03T17:09:13.2367774Z Warning: Unused direct dependencies: 2024-04-03T17:09:13.2368283Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:09:13.2368851Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:09:13.2685012Z 2024-04-03T17:09:13.2685819Z [8652/8653] Linking CXX shared library lib/libnnapi_backend.so 2024-04-03T17:09:13.2686493Z Warning: Unused direct dependencies: 2024-04-03T17:09:13.2687054Z /var/lib/jenkins/workspace/build/lib/libtorch.so 2024-04-03T17:09:13.2687673Z /var/lib/jenkins/workspace/build/lib/libtorch_hip.so 2024-04-03T17:09:13.2688059Z 2024-04-03T17:09:13.2688270Z [8652/8653] Install the project... 2024-04-03T17:09:13.2742078Z -- Install configuration: "Release" 2024-04-03T17:09:13.3474062Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/protoc-3.13.0.0" to "$ORIGIN/../lib" 2024-04-03T17:09:13.6909001Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_CompileTimeFunctionPointer_test" to "$ORIGIN" 2024-04-03T17:09:13.6916031Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeviceGuard_test" to "$ORIGIN" 2024-04-03T17:09:13.6924210Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Device_test" to "$ORIGIN" 2024-04-03T17:09:13.6933319Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DispatchKeySet_test" to "$ORIGIN" 2024-04-03T17:09:13.6942048Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Scalar_test" to "$ORIGIN" 2024-04-03T17:09:13.6950271Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_StreamGuard_test" to "$ORIGIN" 2024-04-03T17:09:13.6958312Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SymInt_test" to "$ORIGIN" 2024-04-03T17:09:13.6966923Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineDeviceGuard_test" to "$ORIGIN" 2024-04-03T17:09:13.6975809Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_InlineStreamGuard_test" to "$ORIGIN" 2024-04-03T17:09:13.6984739Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_SizesAndStrides_test" to "$ORIGIN" 2024-04-03T17:09:13.6994790Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_cow_test" to "$ORIGIN" 2024-04-03T17:09:13.7012983Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Bitset_test" to "$ORIGIN" 2024-04-03T17:09:13.7021521Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ConstexprCrc_test" to "$ORIGIN" 2024-04-03T17:09:13.7029842Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_DeadlockDetection_test" to "$ORIGIN" 2024-04-03T17:09:13.7037860Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Half_test" to "$ORIGIN" 2024-04-03T17:09:13.7046820Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_LeftRight_test" to "$ORIGIN" 2024-04-03T17:09:13.7055861Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Metaprogramming_test" to "$ORIGIN" 2024-04-03T17:09:13.7064187Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_Synchronized_test" to "$ORIGIN" 2024-04-03T17:09:13.7073222Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ThreadLocal_test" to "$ORIGIN" 2024-04-03T17:09:13.7081225Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeIndex_test" to "$ORIGIN" 2024-04-03T17:09:13.7089632Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeList_test" to "$ORIGIN" 2024-04-03T17:09:13.7097579Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_TypeTraits_test" to "$ORIGIN" 2024-04-03T17:09:13.7106003Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_accumulate_test" to "$ORIGIN" 2024-04-03T17:09:13.7114921Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bfloat16_test" to "$ORIGIN" 2024-04-03T17:09:13.7122875Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_bit_cast_test" to "$ORIGIN" 2024-04-03T17:09:13.7132799Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_math_test" to "$ORIGIN" 2024-04-03T17:09:13.7141768Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_complex_test" to "$ORIGIN" 2024-04-03T17:09:13.7150431Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_exception_test" to "$ORIGIN" 2024-04-03T17:09:13.7159910Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_flags_test" to "$ORIGIN" 2024-04-03T17:09:13.7168433Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_generic_math_test" to "$ORIGIN" 2024-04-03T17:09:13.7193151Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_test" to "$ORIGIN" 2024-04-03T17:09:13.7202025Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_irange_test" to "$ORIGIN" 2024-04-03T17:09:13.7211418Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_logging_test" to "$ORIGIN" 2024-04-03T17:09:13.7223392Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_optional_test" to "$ORIGIN" 2024-04-03T17:09:13.7233640Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ordered_preserving_dict_test" to "$ORIGIN" 2024-04-03T17:09:13.7243186Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_registry_test" to "$ORIGIN" 2024-04-03T17:09:13.7266296Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_small_vector_test" to "$ORIGIN" 2024-04-03T17:09:13.7275050Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_ssize_test" to "$ORIGIN" 2024-04-03T17:09:13.7284170Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_util_test" to "$ORIGIN" 2024-04-03T17:09:13.7294089Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_string_view_test" to "$ORIGIN" 2024-04-03T17:09:13.7303147Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_tempfile_test" to "$ORIGIN" 2024-04-03T17:09:13.7312420Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_typeid_test" to "$ORIGIN" 2024-04-03T17:09:13.7327131Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_intrusive_ptr_benchmark" to "$ORIGIN" 2024-04-03T17:09:13.7347559Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPAssertionsTest_1_var_test" to "$ORIGIN:/opt/rocm/lib" 2024-04-03T17:09:13.7355392Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPAssertionsTest_catches_stream" to "$ORIGIN:/opt/rocm/lib" 2024-04-03T17:09:13.7363425Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device" to "$ORIGIN:/opt/rocm/lib" 2024-04-03T17:09:13.7371114Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPAssertionsTest_from_2_processes" to "$ORIGIN:/opt/rocm/lib" 2024-04-03T17:09:13.7379491Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads" to "$ORIGIN:/opt/rocm/lib" 2024-04-03T17:09:13.7387459Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks" to "$ORIGIN:/opt/rocm/lib" 2024-04-03T17:09:13.7395498Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block" to "$ORIGIN:/opt/rocm/lib" 2024-04-03T17:09:13.7402892Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/c10_hip_HIPTest" to "$ORIGIN:/opt/rocm/lib" 2024-04-03T17:09:13.7410787Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10_hip.so" to "$ORIGIN:/opt/rocm/lib" 2024-04-03T17:09:13.7461690Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libc10.so" to "$ORIGIN" 2024-04-03T17:09:15.6002668Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libcaffe2_nvrtc.so" to "$ORIGIN:/opt/rocm/lib" 2024-04-03T17:09:15.7429324Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_edge_op_registration" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T17:09:15.7447276Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorchbind_test.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7455045Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libjitbackend_test.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7464038Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libbackend_with_compiler.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7530534Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_jit" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/rocm/lib:/opt/conda/envs/py_3.8/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7630727Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_tensorexpr" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/rocm/lib:/opt/conda/envs/py_3.8/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7637297Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/tutorial_tensorexpr" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/rocm/lib:/opt/conda/envs/py_3.8/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7654180Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/FileStoreTest" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T17:09:15.7666747Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/TCPStoreTest" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T17:09:15.7676789Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/HashStoreTest" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T17:09:15.7694431Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_dist_autograd" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7711568Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_cpp_rpc" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7849897Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_api" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7867126Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_mobile_nnc" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7872539Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/aot_model_compiler_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7937719Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/test_lazy" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/rocm/lib:/opt/conda/envs/py_3.8/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:15.7967387Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libshm.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T17:09:15.7974994Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/bin/torch_shm_manager" to "$ORIGIN/../lib:/opt/conda/envs/py_3.8/lib" 2024-04-03T17:09:15.8188218Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_python.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/rocm/lib:/opt/rocm-6.0.0/lib:/opt/conda/envs/py_3.8/lib" 2024-04-03T17:09:16.1283073Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_cpu.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/lib:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib" 2024-04-03T17:09:16.5560825Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_hip.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/rocm/lib:/opt/rocm-6.0.0/lib:/opt/conda/envs/py_3.8/lib:/opt/rocm/magma/lib" 2024-04-03T17:09:16.5565339Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5576773Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/lib/libtorch_global_deps.so" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib" 2024-04-03T17:09:16.5594501Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dict_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5604298Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/Dimname_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5615840Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/MaybeOwned_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5626442Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/NamedTensor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5636965Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/apply_utils_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5647292Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/atest" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5658075Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/basic" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5668430Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/broadcast_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5678087Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_allocator_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5688502Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_generator_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5698606Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_profiling_allocator_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5713742Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/cpu_rng_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5723192Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dispatch_key_set_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5732862Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/dlconvertor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5743548Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/extension_backend_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5753460Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/half_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5767648Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/ivalue_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5777365Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/lazy_tensor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5787709Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/math_kernel_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5797619Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_format_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5807807Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/memory_overlapping_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5817502Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/mobile_memory_cleanup" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5827912Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/native_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5837614Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operator_name_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5847449Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/operators_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5857300Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/packedtensoraccessor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5868648Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/pow_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5878953Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/quantized_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5888622Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reduce_ops_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5898763Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/reportMemoryUsage_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5908967Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_tensor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5919215Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/scalar_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5929021Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/StorageUtils_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5940090Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/stride_properties_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5953567Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/tensor_iterator_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5963635Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/test_parallel" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5968635Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/thread_init_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5978783Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_ptr_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.5989711Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/type_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6009658Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/undefined_tensor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6015165Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/verify_api_visibility" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6027555Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/legacy_vmap_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6037745Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/weakref_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6047940Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/wrapdim_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6059017Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/xla_tensor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6070057Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/IListRef_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6086722Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/List_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6099205Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/KernelFunction_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6117356Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_legacy_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6132435Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_function_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6152492Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_legacy_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6169127Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_lambda_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6181205Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/kernel_stackbased_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6195922Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/make_boxed_from_unboxed_functor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6205993Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/CppSignature_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6216688Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/backend_fallback_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6226901Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_allowlist_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6273101Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/op_registration_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6285637Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/inline_container_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6297131Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_apply_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6308437Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_complex_math_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6327127Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_complex_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6336789Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_distributions_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6347010Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_dlconvertor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6356769Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_generator_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6366316Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_half_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6376295Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_integer_divider_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6385968Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_optional_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6395600Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_packedtensoraccessor_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.6405313Z -- Set runtime path of "/var/lib/jenkins/workspace/torch/test/hip_vectorized_test" to "$ORIGIN:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib" 2024-04-03T17:09:16.7527770Z -- Set runtime path of "/var/lib/jenkins/workspace/functorch/functorch.so" to "$ORIGIN/../torch/lib:/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/rocm/lib:/opt/rocm-6.0.0/lib:/opt/conda/envs/py_3.8/lib" 2024-04-03T17:09:16.8952539Z running bdist_wheel 2024-04-03T17:09:18.2830311Z running build 2024-04-03T17:09:18.2830800Z running build_py 2024-04-03T17:09:18.2891137Z creating build/lib.linux-x86_64-cpython-38 2024-04-03T17:09:18.2892255Z creating build/lib.linux-x86_64-cpython-38/functorch 2024-04-03T17:09:18.2893014Z copying functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch 2024-04-03T17:09:18.2903056Z creating build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.2904057Z copying torch/_VF.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.2908805Z copying torch/__config__.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.2913727Z copying torch/__future__.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.2918438Z copying torch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.2942598Z copying torch/_appdirs.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.2947360Z copying torch/_classes.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.2951238Z copying torch/_compile.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.2956681Z copying torch/_custom_ops.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.2963887Z copying torch/_deploy.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.2997917Z copying torch/_guards.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3016235Z copying torch/_jit_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3026291Z copying torch/_linalg_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3030420Z copying torch/_lobpcg.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3039911Z copying torch/_lowrank.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3044328Z copying torch/_meta_registrations.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3058837Z copying torch/_namedtensor_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3063287Z copying torch/_ops.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3072891Z copying torch/_python_dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3076754Z copying torch/_sources.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3081360Z copying torch/_storage_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3085317Z copying torch/_streambase.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3089301Z copying torch/_tensor.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3099450Z copying torch/_tensor_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3113276Z copying torch/_tensor_str.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3118989Z copying torch/_torch_docs.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3143045Z copying torch/_utils.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3153813Z copying torch/_utils_internal.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3154985Z copying torch/_vmap_internals.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3159723Z copying torch/_weights_only_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3164842Z copying torch/functional.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3176042Z copying torch/hub.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3181451Z copying torch/library.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3187088Z copying torch/overrides.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3198804Z copying torch/quasirandom.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3204509Z copying torch/random.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3208882Z copying torch/return_types.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3213132Z copying torch/serialization.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3223309Z copying torch/storage.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3234135Z copying torch/torch_version.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3239123Z copying torch/types.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3244648Z copying torch/version.py -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:18.3252462Z creating build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3253359Z copying torchgen/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3259137Z copying torchgen/code_template.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3264670Z copying torchgen/context.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3270431Z copying torchgen/gen.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3283169Z copying torchgen/gen_aoti_c_shim.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3289394Z copying torchgen/gen_backend_stubs.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3295889Z copying torchgen/gen_executorch.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3307011Z copying torchgen/gen_functionalization_type.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3317763Z copying torchgen/gen_lazy_tensor.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3324325Z copying torchgen/gen_vmap_plumbing.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3330930Z copying torchgen/local.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3337342Z copying torchgen/model.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3352740Z copying torchgen/native_function_generation.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3360967Z copying torchgen/utils.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3367374Z copying torchgen/yaml_utils.py -> build/lib.linux-x86_64-cpython-38/torchgen 2024-04-03T17:09:18.3373882Z creating build/lib.linux-x86_64-cpython-38/functorch/_src 2024-04-03T17:09:18.3374813Z copying functorch/_src/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src 2024-04-03T17:09:18.3376592Z creating build/lib.linux-x86_64-cpython-38/functorch/compile 2024-04-03T17:09:18.3377479Z copying functorch/compile/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/compile 2024-04-03T17:09:18.3384770Z creating build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T17:09:18.3385743Z copying functorch/dim/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T17:09:18.3391727Z copying functorch/dim/batch_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T17:09:18.3397654Z copying functorch/dim/delayed_mul_tensor.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T17:09:18.3410776Z copying functorch/dim/dim.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T17:09:18.3418763Z copying functorch/dim/magic_trace.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T17:09:18.3428039Z copying functorch/dim/op_properties.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T17:09:18.3436431Z copying functorch/dim/reference.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T17:09:18.3452592Z copying functorch/dim/tree_map.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T17:09:18.3463546Z copying functorch/dim/wrap_type.py -> build/lib.linux-x86_64-cpython-38/functorch/dim 2024-04-03T17:09:18.3470495Z creating build/lib.linux-x86_64-cpython-38/functorch/einops 2024-04-03T17:09:18.3471874Z copying functorch/einops/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/einops 2024-04-03T17:09:18.3477088Z copying functorch/einops/_parsing.py -> build/lib.linux-x86_64-cpython-38/functorch/einops 2024-04-03T17:09:18.3482692Z copying functorch/einops/rearrange.py -> build/lib.linux-x86_64-cpython-38/functorch/einops 2024-04-03T17:09:18.3487984Z creating build/lib.linux-x86_64-cpython-38/functorch/experimental 2024-04-03T17:09:18.3488970Z copying functorch/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2024-04-03T17:09:18.3495262Z copying functorch/experimental/control_flow.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2024-04-03T17:09:18.3501399Z copying functorch/experimental/ops.py -> build/lib.linux-x86_64-cpython-38/functorch/experimental 2024-04-03T17:09:18.3507624Z creating build/lib.linux-x86_64-cpython-38/functorch/_src/aot_autograd 2024-04-03T17:09:18.3509054Z copying functorch/_src/aot_autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src/aot_autograd 2024-04-03T17:09:18.3514485Z creating build/lib.linux-x86_64-cpython-38/functorch/_src/eager_transforms 2024-04-03T17:09:18.3515670Z copying functorch/_src/eager_transforms/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src/eager_transforms 2024-04-03T17:09:18.3522290Z creating build/lib.linux-x86_64-cpython-38/functorch/_src/make_functional 2024-04-03T17:09:18.3523491Z copying functorch/_src/make_functional/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src/make_functional 2024-04-03T17:09:18.3530012Z creating build/lib.linux-x86_64-cpython-38/functorch/_src/vmap 2024-04-03T17:09:18.3531033Z copying functorch/_src/vmap/__init__.py -> build/lib.linux-x86_64-cpython-38/functorch/_src/vmap 2024-04-03T17:09:18.3537744Z creating build/lib.linux-x86_64-cpython-38/torch/_awaits 2024-04-03T17:09:18.3538764Z copying torch/_awaits/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_awaits 2024-04-03T17:09:18.3545897Z creating build/lib.linux-x86_64-cpython-38/torch/_custom_op 2024-04-03T17:09:18.3546914Z copying torch/_custom_op/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_custom_op 2024-04-03T17:09:18.3548134Z copying torch/_custom_op/autograd.py -> build/lib.linux-x86_64-cpython-38/torch/_custom_op 2024-04-03T17:09:18.3555283Z copying torch/_custom_op/functional.py -> build/lib.linux-x86_64-cpython-38/torch/_custom_op 2024-04-03T17:09:18.3573510Z copying torch/_custom_op/impl.py -> build/lib.linux-x86_64-cpython-38/torch/_custom_op 2024-04-03T17:09:18.3591901Z creating build/lib.linux-x86_64-cpython-38/torch/_decomp 2024-04-03T17:09:18.3592702Z copying torch/_decomp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2024-04-03T17:09:18.3600971Z copying torch/_decomp/decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2024-04-03T17:09:18.3639407Z copying torch/_decomp/decompositions_for_jvp.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2024-04-03T17:09:18.3655263Z copying torch/_decomp/decompositions_for_rng.py -> build/lib.linux-x86_64-cpython-38/torch/_decomp 2024-04-03T17:09:18.3660894Z creating build/lib.linux-x86_64-cpython-38/torch/_dispatch 2024-04-03T17:09:18.3661996Z copying torch/_dispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2024-04-03T17:09:18.3663238Z copying torch/_dispatch/python.py -> build/lib.linux-x86_64-cpython-38/torch/_dispatch 2024-04-03T17:09:18.3671258Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3672211Z copying torch/_dynamo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3676919Z copying torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3681580Z copying torch/_dynamo/bytecode_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3685556Z copying torch/_dynamo/bytecode_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3696275Z copying torch/_dynamo/cache_size.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3700602Z copying torch/_dynamo/callback.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3704796Z copying torch/_dynamo/code_context.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3708694Z copying torch/_dynamo/codegen.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3713070Z copying torch/_dynamo/compiled_autograd.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3717296Z copying torch/_dynamo/comptime.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3722775Z copying torch/_dynamo/config.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3728588Z copying torch/_dynamo/convert_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3738459Z copying torch/_dynamo/create_parameter_op.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3743176Z copying torch/_dynamo/current_scope_id.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3748509Z copying torch/_dynamo/debug_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3753824Z copying torch/_dynamo/decorators.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3759030Z copying torch/_dynamo/device_interface.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3764101Z copying torch/_dynamo/eval_frame.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3775767Z copying torch/_dynamo/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3782190Z copying torch/_dynamo/external_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3788271Z copying torch/_dynamo/funcname_cache.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3798949Z copying torch/_dynamo/guards.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3826208Z copying torch/_dynamo/hooks.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3834068Z copying torch/_dynamo/logging.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3841368Z copying torch/_dynamo/mutation_guard.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3847205Z copying torch/_dynamo/output_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3872432Z copying torch/_dynamo/polyfill.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3880645Z copying torch/_dynamo/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3886314Z copying torch/_dynamo/replay_record.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3913640Z copying torch/_dynamo/resume_execution.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3929098Z copying torch/_dynamo/side_effects.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3935643Z copying torch/_dynamo/source.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3941022Z copying torch/_dynamo/symbolic_convert.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3952673Z copying torch/_dynamo/tensor_version_op.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3957209Z copying torch/_dynamo/test_case.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3961315Z copying torch/_dynamo/test_minifier_common.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3966818Z copying torch/_dynamo/testing.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3971313Z copying torch/_dynamo/trace_rules.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3984002Z copying torch/_dynamo/types.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.3987911Z copying torch/_dynamo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo 2024-04-03T17:09:18.4000591Z creating build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T17:09:18.4001685Z copying torch/_export/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T17:09:18.4006816Z copying torch/_export/error.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T17:09:18.4010522Z copying torch/_export/exported_program.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T17:09:18.4014406Z copying torch/_export/non_strict_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T17:09:18.4019996Z copying torch/_export/pass_base.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T17:09:18.4024928Z copying torch/_export/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T17:09:18.4029582Z copying torch/_export/verifier.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T17:09:18.4035858Z copying torch/_export/wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_export 2024-04-03T17:09:18.4043994Z creating build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4044879Z copying torch/_functorch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4049875Z copying torch/_functorch/aot_autograd.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4061587Z copying torch/_functorch/apis.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4070773Z copying torch/_functorch/autograd_function.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4078888Z copying torch/_functorch/batch_norm_replacement.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4083899Z copying torch/_functorch/benchmark_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4088415Z copying torch/_functorch/compile_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4093916Z copying torch/_functorch/compilers.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4100462Z copying torch/_functorch/config.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4105418Z copying torch/_functorch/deprecated.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4110394Z copying torch/_functorch/eager_transforms.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4122505Z copying torch/_functorch/functional_call.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4128158Z copying torch/_functorch/fx_minifier.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4134238Z copying torch/_functorch/make_functional.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4141400Z copying torch/_functorch/partitioners.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4154545Z copying torch/_functorch/pyfunctorch.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4161630Z copying torch/_functorch/python_key.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4168021Z copying torch/_functorch/pytree_hacks.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4174133Z copying torch/_functorch/top_operators_github_usage.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4181490Z copying torch/_functorch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4187849Z copying torch/_functorch/vmap.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch 2024-04-03T17:09:18.4196014Z creating build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4197627Z copying torch/_higher_order_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4203948Z copying torch/_higher_order_ops/auto_functionalize.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4210133Z copying torch/_higher_order_ops/cond.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4217059Z copying torch/_higher_order_ops/effects.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4222888Z copying torch/_higher_order_ops/map.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4229128Z copying torch/_higher_order_ops/out_dtype.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4235170Z copying torch/_higher_order_ops/strict_mode.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4240685Z copying torch/_higher_order_ops/torchbind.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4246275Z copying torch/_higher_order_ops/triton_kernel_wrap.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4262013Z copying torch/_higher_order_ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4267609Z copying torch/_higher_order_ops/while_loop.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4273304Z copying torch/_higher_order_ops/wrap.py -> build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops 2024-04-03T17:09:18.4283341Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4284319Z copying torch/_inductor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4291293Z copying torch/_inductor/autotune_process.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4299354Z copying torch/_inductor/bounds.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4305664Z copying torch/_inductor/codecache.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4319768Z copying torch/_inductor/comm_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4341742Z copying torch/_inductor/comms.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4355487Z copying torch/_inductor/compile_fx.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4368327Z copying torch/_inductor/config.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4374315Z copying torch/_inductor/constant_folding.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4387122Z copying torch/_inductor/coordinate_descent_tuner.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4395552Z copying torch/_inductor/cudagraph_trees.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4407382Z copying torch/_inductor/cudagraph_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4411827Z copying torch/_inductor/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4417981Z copying torch/_inductor/decomposition.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4422822Z copying torch/_inductor/dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4428635Z copying torch/_inductor/exc.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4433442Z copying torch/_inductor/freezing.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4439574Z copying torch/_inductor/fx_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4445594Z copying torch/_inductor/graph.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4458682Z copying torch/_inductor/hooks.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4463754Z copying torch/_inductor/index_propagation.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4469368Z copying torch/_inductor/inductor_prims.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4474070Z copying torch/_inductor/ir.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4498238Z copying torch/_inductor/lowering.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4511839Z copying torch/_inductor/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4517972Z copying torch/_inductor/ops_handler.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4524231Z copying torch/_inductor/optimize_indexing.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4529657Z copying torch/_inductor/pattern_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4540458Z copying torch/_inductor/quantized_lowerings.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4545902Z copying torch/_inductor/scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4570164Z copying torch/_inductor/select_algorithm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4586883Z copying torch/_inductor/sizevars.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4593736Z copying torch/_inductor/test_case.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4599611Z copying torch/_inductor/test_operators.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4604733Z copying torch/_inductor/triton_helpers.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4611317Z copying torch/_inductor/triton_heuristics.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4623931Z copying torch/_inductor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4635195Z copying torch/_inductor/virtualized.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4640659Z copying torch/_inductor/wrapper_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor 2024-04-03T17:09:18.4648393Z creating build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4649556Z copying torch/_lazy/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4655051Z copying torch/_lazy/closure.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4662750Z copying torch/_lazy/computation.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4684783Z copying torch/_lazy/config.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4698017Z copying torch/_lazy/debug.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4710957Z copying torch/_lazy/device_context.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4718717Z copying torch/_lazy/extract_compiled_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4723768Z copying torch/_lazy/ir_cache.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4728006Z copying torch/_lazy/metrics.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4732354Z copying torch/_lazy/tensor_factory_functions.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4737094Z copying torch/_lazy/ts_backend.py -> build/lib.linux-x86_64-cpython-38/torch/_lazy 2024-04-03T17:09:18.4742866Z creating build/lib.linux-x86_64-cpython-38/torch/_library 2024-04-03T17:09:18.4743770Z copying torch/_library/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_library 2024-04-03T17:09:18.4749717Z copying torch/_library/abstract_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_library 2024-04-03T17:09:18.4755420Z copying torch/_library/simple_registry.py -> build/lib.linux-x86_64-cpython-38/torch/_library 2024-04-03T17:09:18.4761389Z copying torch/_library/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_library 2024-04-03T17:09:18.4771886Z creating build/lib.linux-x86_64-cpython-38/torch/_logging 2024-04-03T17:09:18.4773178Z copying torch/_logging/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_logging 2024-04-03T17:09:18.4779802Z copying torch/_logging/_internal.py -> build/lib.linux-x86_64-cpython-38/torch/_logging 2024-04-03T17:09:18.4790244Z copying torch/_logging/_registrations.py -> build/lib.linux-x86_64-cpython-38/torch/_logging 2024-04-03T17:09:18.4795106Z copying torch/_logging/structured.py -> build/lib.linux-x86_64-cpython-38/torch/_logging 2024-04-03T17:09:18.4800949Z creating build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4802148Z copying torch/_numpy/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4807642Z copying torch/_numpy/_binary_ufuncs_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4813477Z copying torch/_numpy/_casting_dicts.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4844513Z copying torch/_numpy/_dtypes.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4861176Z copying torch/_numpy/_dtypes_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4866830Z copying torch/_numpy/_funcs.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4871752Z copying torch/_numpy/_funcs_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4907522Z copying torch/_numpy/_getlimits.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4911556Z copying torch/_numpy/_ndarray.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4917415Z copying torch/_numpy/_normalizations.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4925126Z copying torch/_numpy/_reductions_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4931120Z copying torch/_numpy/_ufuncs.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4936605Z copying torch/_numpy/_unary_ufuncs_impl.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4940600Z copying torch/_numpy/_util.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4945411Z copying torch/_numpy/fft.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4950244Z copying torch/_numpy/linalg.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4954930Z copying torch/_numpy/random.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy 2024-04-03T17:09:18.4960340Z creating build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T17:09:18.4961490Z copying torch/_prims/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T17:09:18.4974172Z copying torch/_prims/context.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T17:09:18.4978760Z copying torch/_prims/debug_prims.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T17:09:18.4982923Z copying torch/_prims/executor.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T17:09:18.4987167Z copying torch/_prims/rng_prims.py -> build/lib.linux-x86_64-cpython-38/torch/_prims 2024-04-03T17:09:18.4992572Z creating build/lib.linux-x86_64-cpython-38/torch/_prims_common 2024-04-03T17:09:18.4993616Z copying torch/_prims_common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2024-04-03T17:09:18.5003381Z copying torch/_prims_common/wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_prims_common 2024-04-03T17:09:18.5008442Z creating build/lib.linux-x86_64-cpython-38/torch/_refs 2024-04-03T17:09:18.5009300Z copying torch/_refs/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2024-04-03T17:09:18.5026173Z copying torch/_refs/_conversions.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2024-04-03T17:09:18.5031646Z copying torch/_refs/fft.py -> build/lib.linux-x86_64-cpython-38/torch/_refs 2024-04-03T17:09:18.5038103Z creating build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T17:09:18.5039969Z copying torch/_subclasses/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T17:09:18.5043670Z copying torch/_subclasses/fake_impls.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T17:09:18.5057051Z copying torch/_subclasses/fake_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T17:09:18.5074333Z copying torch/_subclasses/fake_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T17:09:18.5079348Z copying torch/_subclasses/functional_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T17:09:18.5088459Z copying torch/_subclasses/meta_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T17:09:18.5100434Z copying torch/_subclasses/schema_check_mode.py -> build/lib.linux-x86_64-cpython-38/torch/_subclasses 2024-04-03T17:09:18.5106872Z creating build/lib.linux-x86_64-cpython-38/torch/_vendor 2024-04-03T17:09:18.5107770Z copying torch/_vendor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_vendor 2024-04-03T17:09:18.5109290Z creating build/lib.linux-x86_64-cpython-38/torch/amp 2024-04-03T17:09:18.5110193Z copying torch/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2024-04-03T17:09:18.5114838Z copying torch/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2024-04-03T17:09:18.5120097Z copying torch/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/amp 2024-04-03T17:09:18.5127057Z creating build/lib.linux-x86_64-cpython-38/torch/ao 2024-04-03T17:09:18.5127790Z copying torch/ao/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao 2024-04-03T17:09:18.5133960Z creating build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5135348Z copying torch/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5141480Z copying torch/autograd/anomaly_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5152710Z copying torch/autograd/forward_ad.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5160484Z copying torch/autograd/function.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5168396Z copying torch/autograd/functional.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5177156Z copying torch/autograd/grad_mode.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5182935Z copying torch/autograd/gradcheck.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5198937Z copying torch/autograd/graph.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5207018Z copying torch/autograd/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5217844Z copying torch/autograd/profiler_legacy.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5223791Z copying torch/autograd/profiler_util.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5234464Z copying torch/autograd/variable.py -> build/lib.linux-x86_64-cpython-38/torch/autograd 2024-04-03T17:09:18.5240452Z creating build/lib.linux-x86_64-cpython-38/torch/backends 2024-04-03T17:09:18.5241937Z copying torch/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends 2024-04-03T17:09:18.5248360Z creating build/lib.linux-x86_64-cpython-38/torch/compiler 2024-04-03T17:09:18.5249594Z copying torch/compiler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/compiler 2024-04-03T17:09:18.5254789Z creating build/lib.linux-x86_64-cpython-38/torch/contrib 2024-04-03T17:09:18.5255657Z copying torch/contrib/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2024-04-03T17:09:18.5257190Z copying torch/contrib/_tensorboard_vis.py -> build/lib.linux-x86_64-cpython-38/torch/contrib 2024-04-03T17:09:18.5262391Z creating build/lib.linux-x86_64-cpython-38/torch/cpu 2024-04-03T17:09:18.5263135Z copying torch/cpu/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu 2024-04-03T17:09:18.5270539Z creating build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5271316Z copying torch/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5281845Z copying torch/cuda/_gpu_trace.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5287531Z copying torch/cuda/_memory_viz.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5295210Z copying torch/cuda/_sanitizer.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5302086Z copying torch/cuda/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5307545Z copying torch/cuda/comm.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5312804Z copying torch/cuda/error.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5314068Z copying torch/cuda/graphs.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5320444Z copying torch/cuda/jiterator.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5326553Z copying torch/cuda/memory.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5337789Z copying torch/cuda/nccl.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5343315Z copying torch/cuda/nvtx.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5349127Z copying torch/cuda/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5354920Z copying torch/cuda/random.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5361605Z copying torch/cuda/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5368052Z copying torch/cuda/streams.py -> build/lib.linux-x86_64-cpython-38/torch/cuda 2024-04-03T17:09:18.5383540Z creating build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5384513Z copying torch/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5395070Z copying torch/distributed/_composable_state.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5401302Z copying torch/distributed/_functional_collectives.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5412503Z copying torch/distributed/_functional_collectives_impl.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5418665Z copying torch/distributed/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5426641Z copying torch/distributed/argparse_util.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5433628Z copying torch/distributed/c10d_logger.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5439567Z copying torch/distributed/collective_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5445003Z copying torch/distributed/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5450999Z copying torch/distributed/device_mesh.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5457458Z copying torch/distributed/distributed_c10d.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5473259Z copying torch/distributed/launch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5480155Z copying torch/distributed/logging_handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5486897Z copying torch/distributed/remote_device.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5492911Z copying torch/distributed/rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5499228Z copying torch/distributed/run.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5509062Z copying torch/distributed/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed 2024-04-03T17:09:18.5519683Z creating build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5520668Z copying torch/distributions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5527140Z copying torch/distributions/bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5533139Z copying torch/distributions/beta.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5539550Z copying torch/distributions/binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5545869Z copying torch/distributions/categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5552174Z copying torch/distributions/cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5558451Z copying torch/distributions/chi2.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5564682Z copying torch/distributions/constraint_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5570979Z copying torch/distributions/constraints.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5578066Z copying torch/distributions/continuous_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5584931Z copying torch/distributions/dirichlet.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5592089Z copying torch/distributions/distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5598918Z copying torch/distributions/exp_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5606086Z copying torch/distributions/exponential.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5613570Z copying torch/distributions/fishersnedecor.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5621165Z copying torch/distributions/gamma.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5628109Z copying torch/distributions/geometric.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5635314Z copying torch/distributions/gumbel.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5641633Z copying torch/distributions/half_cauchy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5647769Z copying torch/distributions/half_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5654199Z copying torch/distributions/independent.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5661334Z copying torch/distributions/inverse_gamma.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5667934Z copying torch/distributions/kl.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5675567Z copying torch/distributions/kumaraswamy.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5683085Z copying torch/distributions/laplace.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5689826Z copying torch/distributions/lkj_cholesky.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5697021Z copying torch/distributions/log_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5703488Z copying torch/distributions/logistic_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5710032Z copying torch/distributions/lowrank_multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5716684Z copying torch/distributions/mixture_same_family.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5723360Z copying torch/distributions/multinomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5733592Z copying torch/distributions/multivariate_normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5749081Z copying torch/distributions/negative_binomial.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5786030Z copying torch/distributions/normal.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5806513Z copying torch/distributions/one_hot_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5815357Z copying torch/distributions/pareto.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5820516Z copying torch/distributions/poisson.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5825116Z copying torch/distributions/relaxed_bernoulli.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5829688Z copying torch/distributions/relaxed_categorical.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5838665Z copying torch/distributions/studentT.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5851876Z copying torch/distributions/transformed_distribution.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5859731Z copying torch/distributions/transforms.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5869281Z copying torch/distributions/uniform.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5873860Z copying torch/distributions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5878646Z copying torch/distributions/von_mises.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5883804Z copying torch/distributions/weibull.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5888146Z copying torch/distributions/wishart.py -> build/lib.linux-x86_64-cpython-38/torch/distributions 2024-04-03T17:09:18.5895387Z creating build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5896390Z copying torch/export/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5903286Z copying torch/export/_remove_auto_functionalized_pass.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5908007Z copying torch/export/_remove_effect_tokens_pass.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5912199Z copying torch/export/_safeguard.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5916466Z copying torch/export/_trace.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5926126Z copying torch/export/_tree_utils.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5930938Z copying torch/export/_unlift.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5936321Z copying torch/export/custom_obj.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5941224Z copying torch/export/dynamic_shapes.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5951228Z copying torch/export/exported_program.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5957307Z copying torch/export/graph_signature.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5962418Z copying torch/export/unflatten.py -> build/lib.linux-x86_64-cpython-38/torch/export 2024-04-03T17:09:18.5974064Z creating build/lib.linux-x86_64-cpython-38/torch/fft 2024-04-03T17:09:18.5974890Z copying torch/fft/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fft 2024-04-03T17:09:18.5987969Z creating build/lib.linux-x86_64-cpython-38/torch/func 2024-04-03T17:09:18.5988758Z copying torch/func/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/func 2024-04-03T17:09:18.5995235Z creating build/lib.linux-x86_64-cpython-38/torch/futures 2024-04-03T17:09:18.5996049Z copying torch/futures/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/futures 2024-04-03T17:09:18.6003261Z creating build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6004047Z copying torch/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6009776Z copying torch/fx/_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6015608Z copying torch/fx/_lazy_graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6021593Z copying torch/fx/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6027581Z copying torch/fx/_symbolic_trace.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6039465Z copying torch/fx/annotate.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6045336Z copying torch/fx/config.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6052095Z copying torch/fx/graph.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6067238Z copying torch/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6079773Z copying torch/fx/immutable_collections.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6085286Z copying torch/fx/interpreter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6091325Z copying torch/fx/node.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6098440Z copying torch/fx/operator_schemas.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6104763Z copying torch/fx/proxy.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6111795Z copying torch/fx/subgraph_rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6118215Z copying torch/fx/tensor_type.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6123785Z copying torch/fx/traceback.py -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:18.6132776Z creating build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6134083Z copying torch/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6140418Z copying torch/jit/_async.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6146137Z copying torch/jit/_await.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6152590Z copying torch/jit/_builtins.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6159231Z copying torch/jit/_check.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6166165Z copying torch/jit/_dataclass_impls.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6172878Z copying torch/jit/_decomposition_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6179169Z copying torch/jit/_decompositions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6185192Z copying torch/jit/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6192643Z copying torch/jit/_fuser.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6200643Z copying torch/jit/_ir_utils.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6207342Z copying torch/jit/_logging.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6213102Z copying torch/jit/_monkeytype_config.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6219087Z copying torch/jit/_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6224343Z copying torch/jit/_recursive.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6237053Z copying torch/jit/_script.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6250569Z copying torch/jit/_serialization.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6256477Z copying torch/jit/_shape_functions.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6270095Z copying torch/jit/_state.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6277706Z copying torch/jit/_trace.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6305183Z copying torch/jit/annotations.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6316695Z copying torch/jit/frontend.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6328458Z copying torch/jit/generate_bytecode.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6333604Z copying torch/jit/quantized.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6339392Z copying torch/jit/supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6344836Z copying torch/jit/unsupported_tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/jit 2024-04-03T17:09:18.6351110Z creating build/lib.linux-x86_64-cpython-38/torch/linalg 2024-04-03T17:09:18.6352401Z copying torch/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/linalg 2024-04-03T17:09:18.6365974Z creating build/lib.linux-x86_64-cpython-38/torch/masked 2024-04-03T17:09:18.6367032Z copying torch/masked/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2024-04-03T17:09:18.6373116Z copying torch/masked/_docs.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2024-04-03T17:09:18.6386086Z copying torch/masked/_ops.py -> build/lib.linux-x86_64-cpython-38/torch/masked 2024-04-03T17:09:18.6398299Z creating build/lib.linux-x86_64-cpython-38/torch/monitor 2024-04-03T17:09:18.6399121Z copying torch/monitor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/monitor 2024-04-03T17:09:18.6406071Z creating build/lib.linux-x86_64-cpython-38/torch/mps 2024-04-03T17:09:18.6406907Z copying torch/mps/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/mps 2024-04-03T17:09:18.6413096Z copying torch/mps/event.py -> build/lib.linux-x86_64-cpython-38/torch/mps 2024-04-03T17:09:18.6420289Z copying torch/mps/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/mps 2024-04-03T17:09:18.6427221Z creating build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T17:09:18.6428202Z copying torch/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T17:09:18.6434594Z copying torch/multiprocessing/_atfork.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T17:09:18.6441649Z copying torch/multiprocessing/pool.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T17:09:18.6447978Z copying torch/multiprocessing/queue.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T17:09:18.6453711Z copying torch/multiprocessing/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T17:09:18.6460599Z copying torch/multiprocessing/spawn.py -> build/lib.linux-x86_64-cpython-38/torch/multiprocessing 2024-04-03T17:09:18.6467290Z creating build/lib.linux-x86_64-cpython-38/torch/nested 2024-04-03T17:09:18.6468091Z copying torch/nested/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nested 2024-04-03T17:09:18.6476381Z creating build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:18.6477299Z copying torch/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:18.6483766Z copying torch/nn/_reduction.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:18.6489918Z copying torch/nn/common_types.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:18.6495783Z copying torch/nn/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:18.6501556Z copying torch/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:18.6522875Z copying torch/nn/grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:18.6532309Z copying torch/nn/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:18.6539518Z copying torch/nn/parameter.py -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:18.6548188Z creating build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6549329Z copying torch/onnx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6555319Z copying torch/onnx/_constants.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6560580Z copying torch/onnx/_deprecation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6566423Z copying torch/onnx/_experimental.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6571492Z copying torch/onnx/_exporter_states.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6577143Z copying torch/onnx/_globals.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6583213Z copying torch/onnx/_onnx_supported_ops.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6589516Z copying torch/onnx/_type_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6595791Z copying torch/onnx/errors.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6602073Z copying torch/onnx/operators.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6607949Z copying torch/onnx/symbolic_caffe2.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6614254Z copying torch/onnx/symbolic_helper.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6628637Z copying torch/onnx/symbolic_opset10.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6641776Z copying torch/onnx/symbolic_opset11.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6655203Z copying torch/onnx/symbolic_opset12.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6661434Z copying torch/onnx/symbolic_opset13.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6673537Z copying torch/onnx/symbolic_opset14.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6679488Z copying torch/onnx/symbolic_opset15.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6685706Z copying torch/onnx/symbolic_opset16.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6691895Z copying torch/onnx/symbolic_opset17.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6698589Z copying torch/onnx/symbolic_opset18.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6704335Z copying torch/onnx/symbolic_opset19.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6710331Z copying torch/onnx/symbolic_opset20.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6716342Z copying torch/onnx/symbolic_opset7.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6722888Z copying torch/onnx/symbolic_opset8.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6730565Z copying torch/onnx/symbolic_opset9.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6775273Z copying torch/onnx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6789500Z copying torch/onnx/verification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx 2024-04-03T17:09:18.6804750Z creating build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6805811Z copying torch/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6813413Z copying torch/optim/_functional.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6819344Z copying torch/optim/adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6824614Z copying torch/optim/adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6830981Z copying torch/optim/adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6837679Z copying torch/optim/adamax.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6843132Z copying torch/optim/adamw.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6851089Z copying torch/optim/asgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6858054Z copying torch/optim/lbfgs.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6863474Z copying torch/optim/lr_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6875429Z copying torch/optim/nadam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6890675Z copying torch/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6912957Z copying torch/optim/radam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6918246Z copying torch/optim/rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6924349Z copying torch/optim/rprop.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6929937Z copying torch/optim/sgd.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6935414Z copying torch/optim/sparse_adam.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6940658Z copying torch/optim/swa_utils.py -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:18.6949818Z creating build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.6951070Z copying torch/package/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.6956941Z copying torch/package/_digraph.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.6963029Z copying torch/package/_directory_reader.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.6968773Z copying torch/package/_importlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.6974865Z copying torch/package/_mangling.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.6981258Z copying torch/package/_mock.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.6986577Z copying torch/package/_package_pickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.6992394Z copying torch/package/_package_unpickler.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.6998613Z copying torch/package/_stdlib.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.7004815Z copying torch/package/file_structure_representation.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.7010945Z copying torch/package/find_file_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.7017047Z copying torch/package/glob_group.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.7023397Z copying torch/package/importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.7029967Z copying torch/package/package_exporter.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.7042769Z copying torch/package/package_importer.py -> build/lib.linux-x86_64-cpython-38/torch/package 2024-04-03T17:09:18.7051313Z creating build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T17:09:18.7052161Z copying torch/profiler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T17:09:18.7058736Z copying torch/profiler/_memory_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T17:09:18.7070249Z copying torch/profiler/_pattern_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T17:09:18.7076777Z copying torch/profiler/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T17:09:18.7083651Z copying torch/profiler/itt.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T17:09:18.7089043Z copying torch/profiler/profiler.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T17:09:18.7100602Z copying torch/profiler/python_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/profiler 2024-04-03T17:09:18.7109000Z creating build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7109949Z copying torch/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7117851Z copying torch/quantization/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7125272Z copying torch/quantization/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7132695Z copying torch/quantization/_quantized_conversions.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7139941Z copying torch/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7146092Z copying torch/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7152096Z copying torch/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7158333Z copying torch/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7164287Z copying torch/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7170018Z copying torch/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7175913Z copying torch/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7182185Z copying torch/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7188066Z copying torch/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7193900Z copying torch/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7199747Z copying torch/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7205197Z copying torch/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization 2024-04-03T17:09:18.7212757Z creating build/lib.linux-x86_64-cpython-38/torch/signal 2024-04-03T17:09:18.7213574Z copying torch/signal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal 2024-04-03T17:09:18.7221731Z creating build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T17:09:18.7222608Z copying torch/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T17:09:18.7228815Z copying torch/sparse/_semi_structured_conversions.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T17:09:18.7234935Z copying torch/sparse/_semi_structured_ops.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T17:09:18.7241696Z copying torch/sparse/_triton_ops.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T17:09:18.7255889Z copying torch/sparse/_triton_ops_meta.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T17:09:18.7282937Z copying torch/sparse/semi_structured.py -> build/lib.linux-x86_64-cpython-38/torch/sparse 2024-04-03T17:09:18.7292690Z creating build/lib.linux-x86_64-cpython-38/torch/special 2024-04-03T17:09:18.7293585Z copying torch/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/special 2024-04-03T17:09:18.7301092Z creating build/lib.linux-x86_64-cpython-38/torch/testing 2024-04-03T17:09:18.7302145Z copying torch/testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2024-04-03T17:09:18.7307839Z copying torch/testing/_comparison.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2024-04-03T17:09:18.7319538Z copying torch/testing/_creation.py -> build/lib.linux-x86_64-cpython-38/torch/testing 2024-04-03T17:09:18.7328882Z creating build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7329785Z copying torch/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7336269Z copying torch/utils/_config_module.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7349780Z copying torch/utils/_content_store.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7357384Z copying torch/utils/_contextlib.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7364603Z copying torch/utils/_cpp_extension_versioner.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7371807Z copying torch/utils/_cxx_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7383368Z copying torch/utils/_device.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7389189Z copying torch/utils/_foreach_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7394890Z copying torch/utils/_freeze.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7401098Z copying torch/utils/_import_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7406912Z copying torch/utils/_mode_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7413064Z copying torch/utils/_python_dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7419923Z copying torch/utils/_pytree.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7432441Z copying torch/utils/_stats.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7438767Z copying torch/utils/_traceback.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7445838Z copying torch/utils/_triton.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7451879Z copying torch/utils/_typing_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7457722Z copying torch/utils/_zip.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7464060Z copying torch/utils/backend_registration.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7471961Z copying torch/utils/bundled_inputs.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7480237Z copying torch/utils/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7523550Z copying torch/utils/collect_env.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7531308Z copying torch/utils/cpp_backtrace.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7537364Z copying torch/utils/cpp_extension.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7557573Z copying torch/utils/deterministic.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7566937Z copying torch/utils/dlpack.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7573943Z copying torch/utils/file_baton.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7579301Z copying torch/utils/flop_counter.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7584165Z copying torch/utils/hooks.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7591270Z copying torch/utils/mkldnn.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7598404Z copying torch/utils/mobile_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7607204Z copying torch/utils/model_zoo.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7615816Z copying torch/utils/show_pickle.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7622366Z copying torch/utils/throughput_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7631102Z copying torch/utils/weak.py -> build/lib.linux-x86_64-cpython-38/torch/utils 2024-04-03T17:09:18.7639283Z creating build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T17:09:18.7640037Z copying torch/xpu/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T17:09:18.7645205Z copying torch/xpu/_gpu_trace.py -> build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T17:09:18.7652506Z copying torch/xpu/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T17:09:18.7659398Z copying torch/xpu/random.py -> build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T17:09:18.7663970Z copying torch/xpu/streams.py -> build/lib.linux-x86_64-cpython-38/torch/xpu 2024-04-03T17:09:18.7671716Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7672916Z copying torch/_dynamo/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7677851Z copying torch/_dynamo/backends/common.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7683285Z copying torch/_dynamo/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7687533Z copying torch/_dynamo/backends/debugging.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7692215Z copying torch/_dynamo/backends/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7700393Z copying torch/_dynamo/backends/inductor.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7706532Z copying torch/_dynamo/backends/onnxrt.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7713036Z copying torch/_dynamo/backends/registry.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7720542Z copying torch/_dynamo/backends/tensorrt.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7727470Z copying torch/_dynamo/backends/torchxla.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7733713Z copying torch/_dynamo/backends/tvm.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends 2024-04-03T17:09:18.7739963Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro 2024-04-03T17:09:18.7741283Z copying torch/_dynamo/repro/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro 2024-04-03T17:09:18.7742582Z copying torch/_dynamo/repro/after_aot.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro 2024-04-03T17:09:18.7747871Z copying torch/_dynamo/repro/after_dynamo.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro 2024-04-03T17:09:18.7759105Z creating build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7760109Z copying torch/_dynamo/variables/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7766975Z copying torch/_dynamo/variables/base.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7772506Z copying torch/_dynamo/variables/builder.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7787646Z copying torch/_dynamo/variables/builtin.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7799634Z copying torch/_dynamo/variables/constant.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7806617Z copying torch/_dynamo/variables/ctx_manager.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7815688Z copying torch/_dynamo/variables/dicts.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7823678Z copying torch/_dynamo/variables/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7831994Z copying torch/_dynamo/variables/functions.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7847145Z copying torch/_dynamo/variables/higher_order_ops.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7860363Z copying torch/_dynamo/variables/iter.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7866488Z copying torch/_dynamo/variables/lazy.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7872110Z copying torch/_dynamo/variables/lists.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7878432Z copying torch/_dynamo/variables/misc.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7885379Z copying torch/_dynamo/variables/nn_module.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7892682Z copying torch/_dynamo/variables/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7899086Z copying torch/_dynamo/variables/sdpa.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7904517Z copying torch/_dynamo/variables/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7917128Z copying torch/_dynamo/variables/torch.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7929896Z copying torch/_dynamo/variables/torch_function.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7936554Z copying torch/_dynamo/variables/user_defined.py -> build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables 2024-04-03T17:09:18.7952894Z creating build/lib.linux-x86_64-cpython-38/torch/_export/db 2024-04-03T17:09:18.7953791Z copying torch/_export/db/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db 2024-04-03T17:09:18.7961699Z copying torch/_export/db/case.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db 2024-04-03T17:09:18.7970779Z copying torch/_export/db/gen_example.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db 2024-04-03T17:09:18.7978127Z copying torch/_export/db/logging.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db 2024-04-03T17:09:18.7983543Z creating build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra 2024-04-03T17:09:18.7984743Z copying torch/_export/pass_infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra 2024-04-03T17:09:18.7986156Z copying torch/_export/pass_infra/node_metadata.py -> build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra 2024-04-03T17:09:18.7996166Z copying torch/_export/pass_infra/proxy_value.py -> build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra 2024-04-03T17:09:18.8004399Z creating build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T17:09:18.8005359Z copying torch/_export/passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T17:09:18.8010020Z copying torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T17:09:18.8015053Z copying torch/_export/passes/collect_tracepoints_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T17:09:18.8024204Z copying torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T17:09:18.8034338Z copying torch/_export/passes/lift_constants_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T17:09:18.8041901Z copying torch/_export/passes/remove_runtime_assertions.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T17:09:18.8046282Z copying torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T17:09:18.8051898Z copying torch/_export/passes/replace_sym_size_ops_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T17:09:18.8061625Z copying torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/lib.linux-x86_64-cpython-38/torch/_export/passes 2024-04-03T17:09:18.8068238Z creating build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T17:09:18.8069784Z copying torch/_export/serde/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T17:09:18.8071380Z copying torch/_export/serde/schema.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T17:09:18.8076427Z copying torch/_export/serde/schema_check.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T17:09:18.8082681Z copying torch/_export/serde/serialize.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T17:09:18.8096630Z copying torch/_export/serde/union.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T17:09:18.8103663Z copying torch/_export/serde/upgrade.py -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T17:09:18.8112948Z creating build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8114103Z copying torch/_export/db/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8119966Z copying torch/_export/db/examples/assume_constant_result.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8124357Z copying torch/_export/db/examples/autograd_function.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8131261Z copying torch/_export/db/examples/class_method.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8143905Z copying torch/_export/db/examples/cond_branch_class_method.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8151284Z copying torch/_export/db/examples/cond_branch_nested_function.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8159727Z copying torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8166586Z copying torch/_export/db/examples/cond_closed_over_variable.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8170788Z copying torch/_export/db/examples/cond_operands.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8176551Z copying torch/_export/db/examples/cond_predicate.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8182746Z copying torch/_export/db/examples/constrain_as_size_example.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8189247Z copying torch/_export/db/examples/constrain_as_value_example.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8194073Z copying torch/_export/db/examples/decorator.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8199890Z copying torch/_export/db/examples/dictionary.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8206192Z copying torch/_export/db/examples/dynamic_shape_assert.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8211410Z copying torch/_export/db/examples/dynamic_shape_constructor.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8217548Z copying torch/_export/db/examples/dynamic_shape_if_guard.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8224879Z copying torch/_export/db/examples/dynamic_shape_map.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8231454Z copying torch/_export/db/examples/dynamic_shape_round.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8237279Z copying torch/_export/db/examples/dynamic_shape_slicing.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8243552Z copying torch/_export/db/examples/dynamic_shape_view.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8249316Z copying torch/_export/db/examples/fn_with_kwargs.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8256343Z copying torch/_export/db/examples/list_contains.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8263036Z copying torch/_export/db/examples/list_unpack.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8269457Z copying torch/_export/db/examples/model_attr_mutation.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8277038Z copying torch/_export/db/examples/nested_function.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8284339Z copying torch/_export/db/examples/null_context_manager.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8290781Z copying torch/_export/db/examples/optional_input.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8296126Z copying torch/_export/db/examples/pytree_flatten.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8302462Z copying torch/_export/db/examples/scalar_output.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8309194Z copying torch/_export/db/examples/specialized_attribute.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8316021Z copying torch/_export/db/examples/static_for_loop.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8328738Z copying torch/_export/db/examples/static_if.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8338788Z copying torch/_export/db/examples/tensor_setattr.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8344756Z copying torch/_export/db/examples/torch_sym_min.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8353652Z copying torch/_export/db/examples/type_reflection_method.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8360844Z copying torch/_export/db/examples/user_input_mutation.py -> build/lib.linux-x86_64-cpython-38/torch/_export/db/examples 2024-04-03T17:09:18.8368286Z creating build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8369524Z copying torch/_functorch/_aot_autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8374454Z copying torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8386738Z copying torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8392644Z copying torch/_functorch/_aot_autograd/functional_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8399247Z copying torch/_functorch/_aot_autograd/input_output_analysis.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8405953Z copying torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8418648Z copying torch/_functorch/_aot_autograd/logging_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8425388Z copying torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8442128Z copying torch/_functorch/_aot_autograd/schemas.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8449502Z copying torch/_functorch/_aot_autograd/subclass_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8457171Z copying torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8465762Z copying torch/_functorch/_aot_autograd/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd 2024-04-03T17:09:18.8474919Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8476332Z copying torch/_inductor/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8477525Z copying torch/_inductor/codegen/common.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8488789Z copying torch/_inductor/codegen/cpp.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8505525Z copying torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8521000Z copying torch/_inductor/codegen/cpp_wrapper_cuda.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8527970Z copying torch/_inductor/codegen/cuda_combined_scheduling.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8533936Z copying torch/_inductor/codegen/memory_planning.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8540902Z copying torch/_inductor/codegen/multi_kernel.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8552001Z copying torch/_inductor/codegen/triton.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8571571Z copying torch/_inductor/codegen/triton_foreach.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8579203Z copying torch/_inductor/codegen/triton_split_scan.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8584552Z copying torch/_inductor/codegen/triton_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8589525Z copying torch/_inductor/codegen/wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:18.8603084Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8604400Z copying torch/_inductor/fx_passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8605806Z copying torch/_inductor/fx_passes/binary_folding.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8611744Z copying torch/_inductor/fx_passes/ddp_fusion.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8618614Z copying torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8624147Z copying torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8629649Z copying torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8635209Z copying torch/_inductor/fx_passes/freezing_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8640882Z copying torch/_inductor/fx_passes/fuse_attention.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8648900Z copying torch/_inductor/fx_passes/group_batch_fusion.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8662012Z copying torch/_inductor/fx_passes/joint_graph.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8668865Z copying torch/_inductor/fx_passes/misc_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8674400Z copying torch/_inductor/fx_passes/mkldnn_fusion.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8685953Z copying torch/_inductor/fx_passes/numeric_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8691484Z copying torch/_inductor/fx_passes/pad_mm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8698229Z copying torch/_inductor/fx_passes/post_grad.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8710374Z copying torch/_inductor/fx_passes/pre_grad.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8717169Z copying torch/_inductor/fx_passes/quantization.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8730309Z copying torch/_inductor/fx_passes/reinplace.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8738524Z copying torch/_inductor/fx_passes/replace_random.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8744949Z copying torch/_inductor/fx_passes/split_cat.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes 2024-04-03T17:09:18.8759162Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T17:09:18.8760236Z copying torch/_inductor/kernel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T17:09:18.8766040Z copying torch/_inductor/kernel/bmm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T17:09:18.8771999Z copying torch/_inductor/kernel/conv.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T17:09:18.8777738Z copying torch/_inductor/kernel/mm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T17:09:18.8783633Z copying torch/_inductor/kernel/mm_common.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T17:09:18.8789804Z copying torch/_inductor/kernel/mm_plus_mm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T17:09:18.8795474Z copying torch/_inductor/kernel/unpack_mixed_mm.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel 2024-04-03T17:09:18.8803101Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T17:09:18.8804286Z copying torch/_inductor/codegen/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T17:09:18.8805694Z copying torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T17:09:18.8811620Z copying torch/_inductor/codegen/cuda/cuda_env.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T17:09:18.8818175Z copying torch/_inductor/codegen/cuda/cuda_kernel.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T17:09:18.8826821Z copying torch/_inductor/codegen/cuda/cuda_template.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T17:09:18.8835405Z copying torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T17:09:18.8841681Z copying torch/_inductor/codegen/cuda/cutlass_utils.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T17:09:18.8848595Z copying torch/_inductor/codegen/cuda/device_op_overrides.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T17:09:18.8854759Z copying torch/_inductor/codegen/cuda/gemm_template.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda 2024-04-03T17:09:18.8863271Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T17:09:18.8865297Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T17:09:18.8867250Z copying torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T17:09:18.8874650Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8876274Z copying torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8878024Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8883758Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8889721Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8895927Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8902838Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8910220Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8918121Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8924430Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8937584Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8946221Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8959350Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8965236Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8971624Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8978059Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8984426Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8990547Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.8997745Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.9004720Z copying torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.9011170Z copying torch/_inductor/fx_passes/serialized_patterns/central_index.py -> build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:18.9018590Z creating build/lib.linux-x86_64-cpython-38/torch/_numpy/testing 2024-04-03T17:09:18.9019565Z copying torch/_numpy/testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy/testing 2024-04-03T17:09:18.9025225Z copying torch/_numpy/testing/utils.py -> build/lib.linux-x86_64-cpython-38/torch/_numpy/testing 2024-04-03T17:09:18.9050439Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2024-04-03T17:09:18.9051409Z copying torch/_refs/linalg/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/linalg 2024-04-03T17:09:18.9064590Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2024-04-03T17:09:18.9065480Z copying torch/_refs/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn 2024-04-03T17:09:18.9071771Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/special 2024-04-03T17:09:18.9072744Z copying torch/_refs/special/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/special 2024-04-03T17:09:18.9079295Z creating build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2024-04-03T17:09:18.9080473Z copying torch/_refs/nn/functional/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional 2024-04-03T17:09:18.9091786Z creating build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging 2024-04-03T17:09:18.9092841Z copying torch/_vendor/packaging/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging 2024-04-03T17:09:18.9098531Z copying torch/_vendor/packaging/_structures.py -> build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging 2024-04-03T17:09:18.9104304Z copying torch/_vendor/packaging/version.py -> build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging 2024-04-03T17:09:18.9110808Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn 2024-04-03T17:09:18.9111623Z copying torch/ao/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn 2024-04-03T17:09:18.9118776Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns 2024-04-03T17:09:18.9119957Z copying torch/ao/ns/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2024-04-03T17:09:18.9121331Z copying torch/ao/ns/_numeric_suite.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2024-04-03T17:09:18.9127868Z copying torch/ao/ns/_numeric_suite_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns 2024-04-03T17:09:18.9140792Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2024-04-03T17:09:18.9142131Z copying torch/ao/pruning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2024-04-03T17:09:18.9147979Z copying torch/ao/pruning/_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning 2024-04-03T17:09:18.9156582Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9157647Z copying torch/ao/quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9164365Z copying torch/ao/quantization/_correct_bias.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9170719Z copying torch/ao/quantization/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9182108Z copying torch/ao/quantization/_learnable_fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9187775Z copying torch/ao/quantization/fake_quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9195359Z copying torch/ao/quantization/fuse_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9202157Z copying torch/ao/quantization/fuser_method_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9208084Z copying torch/ao/quantization/observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9221303Z copying torch/ao/quantization/qconfig.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9228895Z copying torch/ao/quantization/qconfig_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9247254Z copying torch/ao/quantization/quant_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9259663Z copying torch/ao/quantization/quantization_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9264992Z copying torch/ao/quantization/quantize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9271415Z copying torch/ao/quantization/quantize_fx.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9278067Z copying torch/ao/quantization/quantize_jit.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9284657Z copying torch/ao/quantization/quantize_pt2e.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9290245Z copying torch/ao/quantization/stubs.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9295850Z copying torch/ao/quantization/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization 2024-04-03T17:09:18.9303117Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2024-04-03T17:09:18.9304273Z copying torch/ao/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic 2024-04-03T17:09:18.9310565Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2024-04-03T17:09:18.9311436Z copying torch/ao/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat 2024-04-03T17:09:18.9317913Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2024-04-03T17:09:18.9319051Z copying torch/ao/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable 2024-04-03T17:09:18.9324654Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2024-04-03T17:09:18.9326051Z copying torch/ao/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2024-04-03T17:09:18.9331354Z copying torch/ao/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized 2024-04-03T17:09:18.9339904Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2024-04-03T17:09:18.9341237Z copying torch/ao/nn/sparse/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse 2024-04-03T17:09:18.9347651Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2024-04-03T17:09:18.9348936Z copying torch/ao/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2024-04-03T17:09:18.9354524Z copying torch/ao/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules 2024-04-03T17:09:18.9362963Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2024-04-03T17:09:18.9364212Z copying torch/ao/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat 2024-04-03T17:09:18.9372214Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2024-04-03T17:09:18.9373418Z copying torch/ao/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized 2024-04-03T17:09:18.9379965Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2024-04-03T17:09:18.9381236Z copying torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2024-04-03T17:09:18.9386697Z copying torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2024-04-03T17:09:18.9403542Z copying torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2024-04-03T17:09:18.9414743Z copying torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules 2024-04-03T17:09:18.9427028Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2024-04-03T17:09:18.9428479Z copying torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic 2024-04-03T17:09:18.9437501Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:18.9438946Z copying torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:18.9444008Z copying torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:18.9449211Z copying torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:18.9454831Z copying torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:18.9462253Z copying torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:18.9469337Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:18.9470867Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:18.9476250Z copying torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:18.9482311Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2024-04-03T17:09:18.9483480Z copying torch/ao/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic 2024-04-03T17:09:18.9489451Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2024-04-03T17:09:18.9490729Z copying torch/ao/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2024-04-03T17:09:18.9496048Z copying torch/ao/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2024-04-03T17:09:18.9502308Z copying torch/ao/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2024-04-03T17:09:18.9507517Z copying torch/ao/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules 2024-04-03T17:09:18.9514616Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2024-04-03T17:09:18.9515838Z copying torch/ao/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2024-04-03T17:09:18.9521187Z copying torch/ao/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules 2024-04-03T17:09:18.9527239Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2024-04-03T17:09:18.9528424Z copying torch/ao/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2024-04-03T17:09:18.9533908Z copying torch/ao/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2024-04-03T17:09:18.9540282Z copying torch/ao/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules 2024-04-03T17:09:18.9547769Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2024-04-03T17:09:18.9548956Z copying torch/ao/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic 2024-04-03T17:09:18.9555898Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9557055Z copying torch/ao/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9562936Z copying torch/ao/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9570442Z copying torch/ao/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9577368Z copying torch/ao/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9589009Z copying torch/ao/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9595026Z copying torch/ao/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9602297Z copying torch/ao/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9609684Z copying torch/ao/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9617389Z copying torch/ao/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9623740Z copying torch/ao/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9629658Z copying torch/ao/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules 2024-04-03T17:09:18.9636276Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2024-04-03T17:09:18.9637482Z copying torch/ao/nn/quantized/reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference 2024-04-03T17:09:18.9645019Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2024-04-03T17:09:18.9646378Z copying torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2024-04-03T17:09:18.9651491Z copying torch/ao/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2024-04-03T17:09:18.9657876Z copying torch/ao/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2024-04-03T17:09:18.9664363Z copying torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules 2024-04-03T17:09:18.9677982Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:18.9679668Z copying torch/ao/nn/quantized/reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:18.9686498Z copying torch/ao/nn/quantized/reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:18.9692547Z copying torch/ao/nn/quantized/reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:18.9698606Z copying torch/ao/nn/quantized/reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:18.9705950Z copying torch/ao/nn/quantized/reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:18.9712336Z copying torch/ao/nn/quantized/reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:18.9721906Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2024-04-03T17:09:18.9723133Z copying torch/ao/nn/sparse/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2024-04-03T17:09:18.9731930Z copying torch/ao/nn/sparse/quantized/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2024-04-03T17:09:18.9738215Z copying torch/ao/nn/sparse/quantized/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized 2024-04-03T17:09:18.9745308Z creating build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T17:09:18.9746621Z copying torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T17:09:18.9752382Z copying torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T17:09:18.9760576Z creating build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9761884Z copying torch/ao/ns/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9763444Z copying torch/ao/ns/fx/graph_matcher.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9769548Z copying torch/ao/ns/fx/graph_passes.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9782151Z copying torch/ao/ns/fx/mappings.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9789334Z copying torch/ao/ns/fx/n_shadows_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9803229Z copying torch/ao/ns/fx/ns_types.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9810842Z copying torch/ao/ns/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9822828Z copying torch/ao/ns/fx/qconfig_multi_mapping.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9839453Z copying torch/ao/ns/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9851363Z copying torch/ao/ns/fx/weight_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx 2024-04-03T17:09:18.9858787Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2024-04-03T17:09:18.9860162Z copying torch/ao/pruning/_experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental 2024-04-03T17:09:18.9862205Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2024-04-03T17:09:18.9863444Z copying torch/ao/pruning/scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2024-04-03T17:09:18.9864814Z copying torch/ao/pruning/scheduler/base_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2024-04-03T17:09:18.9871499Z copying torch/ao/pruning/scheduler/cubic_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2024-04-03T17:09:18.9876814Z copying torch/ao/pruning/scheduler/lambda_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler 2024-04-03T17:09:18.9882931Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T17:09:18.9884472Z copying torch/ao/pruning/sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T17:09:18.9885979Z copying torch/ao/pruning/sparsifier/base_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T17:09:18.9890929Z copying torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T17:09:18.9896681Z copying torch/ao/pruning/sparsifier/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T17:09:18.9902030Z copying torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier 2024-04-03T17:09:18.9909061Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T17:09:18.9911129Z copying torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T17:09:18.9913129Z copying torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T17:09:18.9917956Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T17:09:18.9919434Z copying torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T17:09:18.9924990Z copying torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T17:09:18.9931272Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T17:09:18.9932907Z copying torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T17:09:18.9937439Z copying torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T17:09:18.9943648Z copying torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T17:09:18.9949937Z copying torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T17:09:18.9956450Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:18.9957866Z copying torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:18.9963459Z copying torch/ao/pruning/_experimental/pruner/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:18.9969542Z copying torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:18.9975797Z copying torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:18.9982054Z copying torch/ao/pruning/_experimental/pruner/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:18.9988012Z copying torch/ao/pruning/_experimental/pruner/parametrization.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:18.9993572Z copying torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:18.9999796Z copying torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:19.0007294Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-04-03T17:09:19.0009475Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-04-03T17:09:19.0011872Z creating build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T17:09:19.0013694Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T17:09:19.0016012Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T17:09:19.0019114Z copying torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T17:09:19.0026742Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0028190Z copying torch/ao/quantization/backend_config/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0034464Z copying torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0041731Z copying torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0048072Z copying torch/ao/quantization/backend_config/backend_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0054965Z copying torch/ao/quantization/backend_config/executorch.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0061636Z copying torch/ao/quantization/backend_config/fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0068056Z copying torch/ao/quantization/backend_config/native.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0074676Z copying torch/ao/quantization/backend_config/observation_type.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0076564Z copying torch/ao/quantization/backend_config/onednn.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0082246Z copying torch/ao/quantization/backend_config/qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0088699Z copying torch/ao/quantization/backend_config/tensorrt.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0095258Z copying torch/ao/quantization/backend_config/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0102225Z copying torch/ao/quantization/backend_config/x86.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config 2024-04-03T17:09:19.0110814Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0112275Z copying torch/ao/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0118616Z copying torch/ao/quantization/fx/_decomposed.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0130947Z copying torch/ao/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0144959Z copying torch/ao/quantization/fx/_lower_to_native_backend.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0157939Z copying torch/ao/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0170807Z copying torch/ao/quantization/fx/custom_config.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0177499Z copying torch/ao/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0184116Z copying torch/ao/quantization/fx/fuse_handler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0190886Z copying torch/ao/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0196921Z copying torch/ao/quantization/fx/lower_to_fbgemm.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0203202Z copying torch/ao/quantization/fx/lower_to_qnnpack.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0209097Z copying torch/ao/quantization/fx/lstm_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0215659Z copying torch/ao/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0222585Z copying torch/ao/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0229154Z copying torch/ao/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0243819Z copying torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0250798Z copying torch/ao/quantization/fx/quantize_handler.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0257573Z copying torch/ao/quantization/fx/tracer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0264930Z copying torch/ao/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx 2024-04-03T17:09:19.0280219Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T17:09:19.0281392Z copying torch/ao/quantization/pt2e/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T17:09:19.0282942Z copying torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T17:09:19.0289102Z copying torch/ao/quantization/pt2e/export_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T17:09:19.0296120Z copying torch/ao/quantization/pt2e/generate_numeric_debug_handle.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T17:09:19.0302545Z copying torch/ao/quantization/pt2e/graph_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T17:09:19.0309040Z copying torch/ao/quantization/pt2e/port_metadata_pass.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T17:09:19.0315856Z copying torch/ao/quantization/pt2e/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T17:09:19.0322831Z copying torch/ao/quantization/pt2e/qat_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T17:09:19.0330317Z copying torch/ao/quantization/pt2e/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e 2024-04-03T17:09:19.0340163Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T17:09:19.0341708Z copying torch/ao/quantization/quantizer/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T17:09:19.0348290Z copying torch/ao/quantization/quantizer/composable_quantizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T17:09:19.0355294Z copying torch/ao/quantization/quantizer/embedding_quantizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T17:09:19.0362215Z copying torch/ao/quantization/quantizer/quantizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T17:09:19.0368463Z copying torch/ao/quantization/quantizer/utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T17:09:19.0375137Z copying torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T17:09:19.0393311Z copying torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T17:09:19.0426084Z copying torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer 2024-04-03T17:09:19.0451836Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:19.0453127Z copying torch/ao/quantization/fx/_model_report/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:19.0454904Z copying torch/ao/quantization/fx/_model_report/detector.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:19.0504474Z copying torch/ao/quantization/fx/_model_report/model_report.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:19.0510803Z copying torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:19.0515492Z copying torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:19.0523537Z creating build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/representation 2024-04-03T17:09:19.0525016Z copying torch/ao/quantization/pt2e/representation/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/representation 2024-04-03T17:09:19.0531546Z copying torch/ao/quantization/pt2e/representation/rewrite.py -> build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/representation 2024-04-03T17:09:19.0538817Z creating build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2024-04-03T17:09:19.0539879Z copying torch/autograd/_functions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2024-04-03T17:09:19.0547420Z copying torch/autograd/_functions/tensor.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2024-04-03T17:09:19.0556789Z copying torch/autograd/_functions/utils.py -> build/lib.linux-x86_64-cpython-38/torch/autograd/_functions 2024-04-03T17:09:19.0563105Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2024-04-03T17:09:19.0564317Z copying torch/backends/_coreml/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2024-04-03T17:09:19.0565605Z copying torch/backends/_coreml/preprocess.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_coreml 2024-04-03T17:09:19.0570216Z creating build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2024-04-03T17:09:19.0571233Z copying torch/backends/_nnapi/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2024-04-03T17:09:19.0572490Z copying torch/backends/_nnapi/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2024-04-03T17:09:19.0577187Z copying torch/backends/_nnapi/serializer.py -> build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi 2024-04-03T17:09:19.0589381Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cpu 2024-04-03T17:09:19.0590312Z copying torch/backends/cpu/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cpu 2024-04-03T17:09:19.0596817Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2024-04-03T17:09:19.0597798Z copying torch/backends/cuda/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cuda 2024-04-03T17:09:19.0603819Z creating build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2024-04-03T17:09:19.0605012Z copying torch/backends/cudnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2024-04-03T17:09:19.0611965Z copying torch/backends/cudnn/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/backends/cudnn 2024-04-03T17:09:19.0617405Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mha 2024-04-03T17:09:19.0618616Z copying torch/backends/mha/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mha 2024-04-03T17:09:19.0623856Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2024-04-03T17:09:19.0624789Z copying torch/backends/mkl/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkl 2024-04-03T17:09:19.0629118Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2024-04-03T17:09:19.0630095Z copying torch/backends/mkldnn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn 2024-04-03T17:09:19.0635280Z creating build/lib.linux-x86_64-cpython-38/torch/backends/mps 2024-04-03T17:09:19.0636320Z copying torch/backends/mps/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/mps 2024-04-03T17:09:19.0641568Z creating build/lib.linux-x86_64-cpython-38/torch/backends/nnpack 2024-04-03T17:09:19.0642544Z copying torch/backends/nnpack/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/nnpack 2024-04-03T17:09:19.0646848Z creating build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2024-04-03T17:09:19.0647827Z copying torch/backends/openmp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/openmp 2024-04-03T17:09:19.0652104Z creating build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2024-04-03T17:09:19.0653491Z copying torch/backends/opt_einsum/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum 2024-04-03T17:09:19.0657336Z creating build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2024-04-03T17:09:19.0658573Z copying torch/backends/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/quantized 2024-04-03T17:09:19.0663705Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2024-04-03T17:09:19.0665252Z copying torch/backends/xeon/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2024-04-03T17:09:19.0666574Z copying torch/backends/xeon/run_cpu.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xeon 2024-04-03T17:09:19.0677168Z creating build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2024-04-03T17:09:19.0678182Z copying torch/backends/xnnpack/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack 2024-04-03T17:09:19.0682742Z creating build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2024-04-03T17:09:19.0683996Z copying torch/cpu/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2024-04-03T17:09:19.0690748Z copying torch/cpu/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2024-04-03T17:09:19.0696791Z copying torch/cpu/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/cpu/amp 2024-04-03T17:09:19.0707014Z creating build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2024-04-03T17:09:19.0708062Z copying torch/cuda/amp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2024-04-03T17:09:19.0715121Z copying torch/cuda/amp/autocast_mode.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2024-04-03T17:09:19.0719561Z copying torch/cuda/amp/common.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2024-04-03T17:09:19.0725709Z copying torch/cuda/amp/grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/cuda/amp 2024-04-03T17:09:19.0732377Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T17:09:19.0733621Z copying torch/distributed/_composable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T17:09:19.0738158Z copying torch/distributed/_composable/checkpoint_activation.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T17:09:19.0742441Z copying torch/distributed/_composable/contract.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T17:09:19.0747129Z copying torch/distributed/_composable/fully_shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T17:09:19.0751924Z copying torch/distributed/_composable/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable 2024-04-03T17:09:19.0758663Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T17:09:19.0759767Z copying torch/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T17:09:19.0764834Z copying torch/distributed/_shard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T17:09:19.0770150Z copying torch/distributed/_shard/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T17:09:19.0776246Z copying torch/distributed/_shard/common_op_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T17:09:19.0781665Z copying torch/distributed/_shard/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T17:09:19.0786899Z copying torch/distributed/_shard/op_registry_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T17:09:19.0792441Z copying torch/distributed/_shard/sharder.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard 2024-04-03T17:09:19.0798627Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2024-04-03T17:09:19.0799803Z copying torch/distributed/_sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor 2024-04-03T17:09:19.0805621Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2024-04-03T17:09:19.0806873Z copying torch/distributed/_sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec 2024-04-03T17:09:19.0814090Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0815461Z copying torch/distributed/_spmd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0816923Z copying torch/distributed/_spmd/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0823310Z copying torch/distributed/_spmd/batch_dim_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0828550Z copying torch/distributed/_spmd/comm_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0834818Z copying torch/distributed/_spmd/config.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0840489Z copying torch/distributed/_spmd/data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0881753Z copying torch/distributed/_spmd/distribute.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0892010Z copying torch/distributed/_spmd/experimental_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0904904Z copying torch/distributed/_spmd/gm_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0912656Z copying torch/distributed/_spmd/graph_optimization.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0923324Z copying torch/distributed/_spmd/graph_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0927588Z copying torch/distributed/_spmd/iter_graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0933227Z copying torch/distributed/_spmd/log_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0937864Z copying torch/distributed/_spmd/parallel_mode.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0942161Z copying torch/distributed/_spmd/partial_lower.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd 2024-04-03T17:09:19.0949119Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.0950367Z copying torch/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.0959518Z copying torch/distributed/_tensor/_collective_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.0971729Z copying torch/distributed/_tensor/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.0980249Z copying torch/distributed/_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.1020138Z copying torch/distributed/_tensor/device_mesh.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.1037999Z copying torch/distributed/_tensor/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.1045206Z copying torch/distributed/_tensor/op_schema.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.1064009Z copying torch/distributed/_tensor/placement_types.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.1073158Z copying torch/distributed/_tensor/random.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.1078322Z copying torch/distributed/_tensor/redistribute.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.1082872Z copying torch/distributed/_tensor/sharding_prop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.1087550Z copying torch/distributed/_tensor/tp_conv.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor 2024-04-03T17:09:19.1095044Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tools 2024-04-03T17:09:19.1096256Z copying torch/distributed/_tools/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tools 2024-04-03T17:09:19.1100894Z copying torch/distributed/_tools/memory_tracker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tools 2024-04-03T17:09:19.1106137Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2024-04-03T17:09:19.1107276Z copying torch/distributed/algorithms/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2024-04-03T17:09:19.1111232Z copying torch/distributed/algorithms/join.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms 2024-04-03T17:09:19.1116896Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2024-04-03T17:09:19.1118001Z copying torch/distributed/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/autograd 2024-04-03T17:09:19.1124738Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1125896Z copying torch/distributed/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1131429Z copying torch/distributed/checkpoint/_checkpointer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1136800Z copying torch/distributed/checkpoint/_dedup_save_plans.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1141669Z copying torch/distributed/checkpoint/_dedup_tensors.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1145234Z copying torch/distributed/checkpoint/_fsspec_filesystem.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1149129Z copying torch/distributed/checkpoint/_nested_dict.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1153478Z copying torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1157539Z copying torch/distributed/checkpoint/_storage_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1161407Z copying torch/distributed/checkpoint/_traverse.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1165603Z copying torch/distributed/checkpoint/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1170383Z copying torch/distributed/checkpoint/default_planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1175140Z copying torch/distributed/checkpoint/filesystem.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1180551Z copying torch/distributed/checkpoint/format_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1184991Z copying torch/distributed/checkpoint/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1189055Z copying torch/distributed/checkpoint/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1193752Z copying torch/distributed/checkpoint/planner.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1198080Z copying torch/distributed/checkpoint/planner_helpers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1202664Z copying torch/distributed/checkpoint/resharding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1206670Z copying torch/distributed/checkpoint/state_dict.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1216732Z copying torch/distributed/checkpoint/state_dict_loader.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1221582Z copying torch/distributed/checkpoint/state_dict_saver.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1227139Z copying torch/distributed/checkpoint/stateful.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1232755Z copying torch/distributed/checkpoint/storage.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1237530Z copying torch/distributed/checkpoint/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint 2024-04-03T17:09:19.1244289Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2024-04-03T17:09:19.1245367Z copying torch/distributed/elastic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic 2024-04-03T17:09:19.1255839Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1256924Z copying torch/distributed/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1263925Z copying torch/distributed/fsdp/_common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1269257Z copying torch/distributed/fsdp/_debug_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1274535Z copying torch/distributed/fsdp/_dynamo_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1279909Z copying torch/distributed/fsdp/_exec_order_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1285851Z copying torch/distributed/fsdp/_flat_param.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1300326Z copying torch/distributed/fsdp/_fsdp_extensions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1306881Z copying torch/distributed/fsdp/_init_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1318159Z copying torch/distributed/fsdp/_limiter_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1323082Z copying torch/distributed/fsdp/_optim_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1336536Z copying torch/distributed/fsdp/_runtime_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1396979Z copying torch/distributed/fsdp/_shard_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1405127Z copying torch/distributed/fsdp/_state_dict_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1437654Z copying torch/distributed/fsdp/_trace_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1444735Z copying torch/distributed/fsdp/_traversal_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1474909Z copying torch/distributed/fsdp/_unshard_param_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1488975Z copying torch/distributed/fsdp/_wrap_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1496575Z copying torch/distributed/fsdp/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1501974Z copying torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1515141Z copying torch/distributed/fsdp/sharded_grad_scaler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1521467Z copying torch/distributed/fsdp/wrap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp 2024-04-03T17:09:19.1528620Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2024-04-03T17:09:19.1529803Z copying torch/distributed/launcher/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2024-04-03T17:09:19.1536731Z copying torch/distributed/launcher/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/launcher 2024-04-03T17:09:19.1542424Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2024-04-03T17:09:19.1543410Z copying torch/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2024-04-03T17:09:19.1548435Z copying torch/distributed/nn/functional.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn 2024-04-03T17:09:19.1559119Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1560358Z copying torch/distributed/optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1564241Z copying torch/distributed/optim/apply_optimizer_in_backward.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1568716Z copying torch/distributed/optim/functional_adadelta.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1572530Z copying torch/distributed/optim/functional_adagrad.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1576806Z copying torch/distributed/optim/functional_adam.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1581397Z copying torch/distributed/optim/functional_adamax.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1586069Z copying torch/distributed/optim/functional_adamw.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1591310Z copying torch/distributed/optim/functional_rmsprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1595438Z copying torch/distributed/optim/functional_rprop.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1600063Z copying torch/distributed/optim/functional_sgd.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1604137Z copying torch/distributed/optim/named_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1609227Z copying torch/distributed/optim/optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1614261Z copying torch/distributed/optim/post_localSGD_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1619073Z copying torch/distributed/optim/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1623303Z copying torch/distributed/optim/zero_redundancy_optimizer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/optim 2024-04-03T17:09:19.1634820Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2024-04-03T17:09:19.1636212Z copying torch/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline 2024-04-03T17:09:19.1641630Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1642684Z copying torch/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1647780Z copying torch/distributed/rpc/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1652172Z copying torch/distributed/rpc/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1660639Z copying torch/distributed/rpc/backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1665876Z copying torch/distributed/rpc/constants.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1669677Z copying torch/distributed/rpc/functions.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1674292Z copying torch/distributed/rpc/internal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1693603Z copying torch/distributed/rpc/options.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1695331Z copying torch/distributed/rpc/rref_proxy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1696805Z copying torch/distributed/rpc/server_process_global_profiler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc 2024-04-03T17:09:19.1697916Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/tensor 2024-04-03T17:09:19.1699591Z copying torch/distributed/tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor 2024-04-03T17:09:19.1700645Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T17:09:19.1701859Z copying torch/distributed/_composable/fsdp/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T17:09:19.1705836Z copying torch/distributed/_composable/fsdp/_fsdp_api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T17:09:19.1710715Z copying torch/distributed/_composable/fsdp/_fsdp_collectives.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T17:09:19.1719056Z copying torch/distributed/_composable/fsdp/_fsdp_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T17:09:19.1728359Z copying torch/distributed/_composable/fsdp/_fsdp_init.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T17:09:19.1734741Z copying torch/distributed/_composable/fsdp/_fsdp_param.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T17:09:19.1739944Z copying torch/distributed/_composable/fsdp/_fsdp_param_group.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T17:09:19.1747934Z copying torch/distributed/_composable/fsdp/_fsdp_state.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T17:09:19.1757434Z copying torch/distributed/_composable/fsdp/fully_shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp 2024-04-03T17:09:19.1766782Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2024-04-03T17:09:19.1768018Z copying torch/distributed/_shard/checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint 2024-04-03T17:09:19.1774478Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2024-04-03T17:09:19.1775936Z copying torch/distributed/_shard/sharded_optim/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2024-04-03T17:09:19.1779573Z copying torch/distributed/_shard/sharded_optim/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim 2024-04-03T17:09:19.1785979Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.1787474Z copying torch/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.1791856Z copying torch/distributed/_shard/sharded_tensor/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.1803816Z copying torch/distributed/_shard/sharded_tensor/logger.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.1809114Z copying torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.1813516Z copying torch/distributed/_shard/sharded_tensor/metadata.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.1817916Z copying torch/distributed/_shard/sharded_tensor/reshard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.1822935Z copying torch/distributed/_shard/sharded_tensor/shard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.1827491Z copying torch/distributed/_shard/sharded_tensor/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.1832862Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2024-04-03T17:09:19.1834245Z copying torch/distributed/_shard/sharding_plan/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2024-04-03T17:09:19.1838771Z copying torch/distributed/_shard/sharding_plan/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan 2024-04-03T17:09:19.1846362Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2024-04-03T17:09:19.1847681Z copying torch/distributed/_shard/sharding_spec/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2024-04-03T17:09:19.1853527Z copying torch/distributed/_shard/sharding_spec/_internals.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2024-04-03T17:09:19.1858952Z copying torch/distributed/_shard/sharding_spec/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2024-04-03T17:09:19.1863682Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec 2024-04-03T17:09:19.1870374Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:19.1871852Z copying torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:19.1876940Z copying torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:19.1882347Z copying torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:19.1887444Z copying torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:19.1893421Z copying torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:19.1899174Z copying torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:19.1905787Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T17:09:19.1907950Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T17:09:19.1910150Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T17:09:19.1914116Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T17:09:19.1920549Z copying torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T17:09:19.1926232Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug 2024-04-03T17:09:19.1927390Z copying torch/distributed/_tensor/debug/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug 2024-04-03T17:09:19.1932475Z copying torch/distributed/_tensor/debug/comm_mode.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug 2024-04-03T17:09:19.1937779Z copying torch/distributed/_tensor/debug/op_coverage.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug 2024-04-03T17:09:19.1943423Z copying torch/distributed/_tensor/debug/visualize_sharding.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug 2024-04-03T17:09:19.1949834Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/experimental 2024-04-03T17:09:19.1951126Z copying torch/distributed/_tensor/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/experimental 2024-04-03T17:09:19.1956917Z copying torch/distributed/_tensor/experimental/tp_transform.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/experimental 2024-04-03T17:09:19.1965403Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.1966558Z copying torch/distributed/_tensor/ops/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.1972463Z copying torch/distributed/_tensor/ops/basic_strategy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.1978660Z copying torch/distributed/_tensor/ops/common_rules.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.1985241Z copying torch/distributed/_tensor/ops/conv_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.1991448Z copying torch/distributed/_tensor/ops/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.1998082Z copying torch/distributed/_tensor/ops/experimental_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.2003787Z copying torch/distributed/_tensor/ops/math_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.2014387Z copying torch/distributed/_tensor/ops/matrix_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.2021015Z copying torch/distributed/_tensor/ops/pointwise_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.2027940Z copying torch/distributed/_tensor/ops/random_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.2034319Z copying torch/distributed/_tensor/ops/tensor_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.2044520Z copying torch/distributed/_tensor/ops/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.2064604Z copying torch/distributed/_tensor/ops/view_ops.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops 2024-04-03T17:09:19.2104465Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2024-04-03T17:09:19.2106070Z copying torch/distributed/algorithms/_checkpoint/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2024-04-03T17:09:19.2107900Z copying torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint 2024-04-03T17:09:19.2128526Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2024-04-03T17:09:19.2129908Z copying torch/distributed/algorithms/_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2024-04-03T17:09:19.2134803Z copying torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks 2024-04-03T17:09:19.2140512Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T17:09:19.2142050Z copying torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T17:09:19.2146092Z copying torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T17:09:19.2151077Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2024-04-03T17:09:19.2152848Z copying torch/distributed/algorithms/_quantization/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2024-04-03T17:09:19.2154658Z copying torch/distributed/algorithms/_quantization/quantization.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization 2024-04-03T17:09:19.2160149Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:19.2161855Z copying torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:19.2165224Z copying torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:19.2170012Z copying torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:19.2174090Z copying torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:19.2179764Z copying torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:19.2184981Z copying torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:19.2189859Z copying torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:19.2194363Z copying torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:19.2204020Z copying torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:19.2210025Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2024-04-03T17:09:19.2211916Z copying torch/distributed/algorithms/model_averaging/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2024-04-03T17:09:19.2213862Z copying torch/distributed/algorithms/model_averaging/averagers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2024-04-03T17:09:19.2217024Z copying torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2024-04-03T17:09:19.2222326Z copying torch/distributed/algorithms/model_averaging/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging 2024-04-03T17:09:19.2227311Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2024-04-03T17:09:19.2228510Z copying torch/distributed/elastic/agent/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent 2024-04-03T17:09:19.2230047Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2024-04-03T17:09:19.2231401Z copying torch/distributed/elastic/events/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2024-04-03T17:09:19.2238508Z copying torch/distributed/elastic/events/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2024-04-03T17:09:19.2244750Z copying torch/distributed/elastic/events/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events 2024-04-03T17:09:19.2251369Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2024-04-03T17:09:19.2252779Z copying torch/distributed/elastic/metrics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2024-04-03T17:09:19.2260200Z copying torch/distributed/elastic/metrics/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics 2024-04-03T17:09:19.2267260Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2024-04-03T17:09:19.2268927Z copying torch/distributed/elastic/multiprocessing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2024-04-03T17:09:19.2274565Z copying torch/distributed/elastic/multiprocessing/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2024-04-03T17:09:19.2280487Z copying torch/distributed/elastic/multiprocessing/redirects.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2024-04-03T17:09:19.2286266Z copying torch/distributed/elastic/multiprocessing/tail_log.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing 2024-04-03T17:09:19.2292950Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2294677Z copying torch/distributed/elastic/rendezvous/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2300270Z copying torch/distributed/elastic/rendezvous/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2305573Z copying torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2311239Z copying torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2322394Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2333840Z copying torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2339831Z copying torch/distributed/elastic/rendezvous/etcd_server.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2345856Z copying torch/distributed/elastic/rendezvous/etcd_store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2351470Z copying torch/distributed/elastic/rendezvous/registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2357472Z copying torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2363163Z copying torch/distributed/elastic/rendezvous/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous 2024-04-03T17:09:19.2370671Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2024-04-03T17:09:19.2372344Z copying torch/distributed/elastic/timer/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2024-04-03T17:09:19.2378204Z copying torch/distributed/elastic/timer/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2024-04-03T17:09:19.2384679Z copying torch/distributed/elastic/timer/file_based_local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2024-04-03T17:09:19.2390469Z copying torch/distributed/elastic/timer/local_timer.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer 2024-04-03T17:09:19.2397613Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T17:09:19.2398800Z copying torch/distributed/elastic/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T17:09:19.2404739Z copying torch/distributed/elastic/utils/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T17:09:19.2411047Z copying torch/distributed/elastic/utils/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T17:09:19.2417771Z copying torch/distributed/elastic/utils/log_level.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T17:09:19.2424569Z copying torch/distributed/elastic/utils/logging.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T17:09:19.2430535Z copying torch/distributed/elastic/utils/store.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils 2024-04-03T17:09:19.2438426Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2024-04-03T17:09:19.2439789Z copying torch/distributed/elastic/agent/server/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2024-04-03T17:09:19.2446113Z copying torch/distributed/elastic/agent/server/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2024-04-03T17:09:19.2460406Z copying torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server 2024-04-03T17:09:19.2467649Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2024-04-03T17:09:19.2469206Z copying torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2024-04-03T17:09:19.2475511Z copying torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2024-04-03T17:09:19.2482883Z copying torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors 2024-04-03T17:09:19.2490144Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T17:09:19.2491971Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T17:09:19.2496889Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T17:09:19.2502634Z copying torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T17:09:19.2508587Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2024-04-03T17:09:19.2510080Z copying torch/distributed/elastic/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2024-04-03T17:09:19.2516342Z copying torch/distributed/elastic/utils/data/cycling_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2024-04-03T17:09:19.2522866Z copying torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data 2024-04-03T17:09:19.2529610Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2024-04-03T17:09:19.2531199Z copying torch/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2024-04-03T17:09:19.2532901Z copying torch/distributed/nn/api/remote_module.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api 2024-04-03T17:09:19.2539632Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2024-04-03T17:09:19.2540823Z copying torch/distributed/nn/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2024-04-03T17:09:19.2542134Z copying torch/distributed/nn/jit/instantiator.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit 2024-04-03T17:09:19.2549948Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2024-04-03T17:09:19.2551499Z copying torch/distributed/nn/jit/templates/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2024-04-03T17:09:19.2553130Z copying torch/distributed/nn/jit/templates/remote_module_template.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates 2024-04-03T17:09:19.2559892Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2561155Z copying torch/distributed/pipeline/sync/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2567813Z copying torch/distributed/pipeline/sync/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2573585Z copying torch/distributed/pipeline/sync/checkpoint.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2580714Z copying torch/distributed/pipeline/sync/copy.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2587119Z copying torch/distributed/pipeline/sync/dependency.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2593569Z copying torch/distributed/pipeline/sync/microbatch.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2600367Z copying torch/distributed/pipeline/sync/phony.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2606379Z copying torch/distributed/pipeline/sync/pipe.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2613084Z copying torch/distributed/pipeline/sync/pipeline.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2620417Z copying torch/distributed/pipeline/sync/stream.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2627109Z copying torch/distributed/pipeline/sync/utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2633303Z copying torch/distributed/pipeline/sync/worker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync 2024-04-03T17:09:19.2641648Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2024-04-03T17:09:19.2643039Z copying torch/distributed/pipeline/sync/_balance/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2024-04-03T17:09:19.2648974Z copying torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2024-04-03T17:09:19.2655189Z copying torch/distributed/pipeline/sync/_balance/profile.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance 2024-04-03T17:09:19.2662357Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:19.2663718Z copying torch/distributed/pipeline/sync/skip/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:19.2669918Z copying torch/distributed/pipeline/sync/skip/layout.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:19.2676099Z copying torch/distributed/pipeline/sync/skip/namespace.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:19.2682577Z copying torch/distributed/pipeline/sync/skip/portal.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:19.2688732Z copying torch/distributed/pipeline/sync/skip/skippable.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:19.2695587Z copying torch/distributed/pipeline/sync/skip/tracker.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:19.2703148Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2024-04-03T17:09:19.2704398Z copying torch/distributed/rpc/_testing/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2024-04-03T17:09:19.2713878Z copying torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing 2024-04-03T17:09:19.2723266Z creating build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T17:09:19.2724707Z copying torch/distributed/tensor/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T17:09:19.2733547Z copying torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T17:09:19.2742319Z copying torch/distributed/tensor/parallel/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T17:09:19.2749750Z copying torch/distributed/tensor/parallel/api.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T17:09:19.2756638Z copying torch/distributed/tensor/parallel/ddp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T17:09:19.2764714Z copying torch/distributed/tensor/parallel/fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T17:09:19.2790131Z copying torch/distributed/tensor/parallel/input_reshard.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T17:09:19.2804782Z copying torch/distributed/tensor/parallel/loss.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T17:09:19.2811233Z copying torch/distributed/tensor/parallel/style.py -> build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel 2024-04-03T17:09:19.2820213Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2821582Z copying torch/fx/experimental/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2823123Z copying torch/fx/experimental/_backward_state.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2828064Z copying torch/fx/experimental/_config.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2846498Z copying torch/fx/experimental/_sym_dispatch_mode.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2857621Z copying torch/fx/experimental/accelerator_partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2869629Z copying torch/fx/experimental/const_fold.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2876256Z copying torch/fx/experimental/debug.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2880945Z copying torch/fx/experimental/graph_gradual_typechecker.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2893405Z copying torch/fx/experimental/merge_matmul.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2930892Z copying torch/fx/experimental/meta_tracer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2949651Z copying torch/fx/experimental/normalize.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2959344Z copying torch/fx/experimental/optimization.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.2998533Z copying torch/fx/experimental/partitioner_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.3015604Z copying torch/fx/experimental/proxy_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.3026669Z copying torch/fx/experimental/recording.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.3031642Z copying torch/fx/experimental/refinement_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.3038434Z copying torch/fx/experimental/rewriter.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.3043032Z copying torch/fx/experimental/schema_type_annotation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.3046822Z copying torch/fx/experimental/sym_node.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.3057026Z copying torch/fx/experimental/symbolic_shapes.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.3075238Z copying torch/fx/experimental/unify_refinements.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.3079938Z copying torch/fx/experimental/validator.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental 2024-04-03T17:09:19.3087332Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3088242Z copying torch/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3092462Z copying torch/fx/passes/annotate_getitem_nodes.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3097383Z copying torch/fx/passes/fake_tensor_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3102046Z copying torch/fx/passes/graph_drawer.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3113419Z copying torch/fx/passes/graph_manipulation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3117709Z copying torch/fx/passes/net_min_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3125697Z copying torch/fx/passes/operator_support.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3131447Z copying torch/fx/passes/param_fetch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3136418Z copying torch/fx/passes/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3141700Z copying torch/fx/passes/reinplace.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3151384Z copying torch/fx/passes/shape_prop.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3156391Z copying torch/fx/passes/split_module.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3162388Z copying torch/fx/passes/split_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3168359Z copying torch/fx/passes/splitter_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3175714Z copying torch/fx/passes/tools_common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes 2024-04-03T17:09:19.3183577Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:19.3185412Z copying torch/fx/experimental/migrate_gradual_types/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:19.3187227Z copying torch/fx/experimental/migrate_gradual_types/constraint.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:19.3194339Z copying torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:19.3204635Z copying torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:19.3213468Z copying torch/fx/experimental/migrate_gradual_types/operation.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:19.3219470Z copying torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:19.3223903Z copying torch/fx/experimental/migrate_gradual_types/util.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:19.3227848Z copying torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:19.3232922Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T17:09:19.3234523Z copying torch/fx/experimental/unification/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T17:09:19.3238833Z copying torch/fx/experimental/unification/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T17:09:19.3243580Z copying torch/fx/experimental/unification/dispatch.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T17:09:19.3248230Z copying torch/fx/experimental/unification/match.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T17:09:19.3252381Z copying torch/fx/experimental/unification/more.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T17:09:19.3256816Z copying torch/fx/experimental/unification/unification_tools.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T17:09:19.3261963Z copying torch/fx/experimental/unification/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T17:09:19.3267348Z copying torch/fx/experimental/unification/variable.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification 2024-04-03T17:09:19.3273853Z creating build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:19.3275505Z copying torch/fx/experimental/unification/multipledispatch/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:19.3279627Z copying torch/fx/experimental/unification/multipledispatch/conflict.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:19.3284266Z copying torch/fx/experimental/unification/multipledispatch/core.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:19.3289256Z copying torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:19.3294969Z copying torch/fx/experimental/unification/multipledispatch/utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:19.3299347Z copying torch/fx/experimental/unification/multipledispatch/variadic.py -> build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:19.3303754Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2024-04-03T17:09:19.3304939Z copying torch/fx/passes/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2024-04-03T17:09:19.3306244Z copying torch/fx/passes/backends/cudagraphs.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends 2024-04-03T17:09:19.3310817Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2024-04-03T17:09:19.3312290Z copying torch/fx/passes/dialect/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect 2024-04-03T17:09:19.3314412Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2024-04-03T17:09:19.3315449Z copying torch/fx/passes/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2024-04-03T17:09:19.3319645Z copying torch/fx/passes/infra/partitioner.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2024-04-03T17:09:19.3324466Z copying torch/fx/passes/infra/pass_base.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2024-04-03T17:09:19.3328788Z copying torch/fx/passes/infra/pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra 2024-04-03T17:09:19.3334672Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2024-04-03T17:09:19.3335953Z copying torch/fx/passes/tests/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2024-04-03T17:09:19.3337284Z copying torch/fx/passes/tests/test_pass_manager.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests 2024-04-03T17:09:19.3345185Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T17:09:19.3346187Z copying torch/fx/passes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T17:09:19.3351484Z copying torch/fx/passes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T17:09:19.3356207Z copying torch/fx/passes/utils/fuser_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T17:09:19.3362084Z copying torch/fx/passes/utils/matcher_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T17:09:19.3370478Z copying torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T17:09:19.3376561Z copying torch/fx/passes/utils/source_matcher_utils.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils 2024-04-03T17:09:19.3383122Z creating build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2024-04-03T17:09:19.3384524Z copying torch/fx/passes/dialect/common/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2024-04-03T17:09:19.3385965Z copying torch/fx/passes/dialect/common/cse_pass.py -> build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common 2024-04-03T17:09:19.3390517Z creating build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2024-04-03T17:09:19.3391410Z copying torch/jit/_passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2024-04-03T17:09:19.3392925Z copying torch/jit/_passes/_property_propagation.py -> build/lib.linux-x86_64-cpython-38/torch/jit/_passes 2024-04-03T17:09:19.3399132Z creating build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2024-04-03T17:09:19.3400042Z copying torch/jit/mobile/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/jit/mobile 2024-04-03T17:09:19.3406472Z creating build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T17:09:19.3407942Z copying torch/masked/maskedtensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T17:09:19.3412735Z copying torch/masked/maskedtensor/_ops_refs.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T17:09:19.3420117Z copying torch/masked/maskedtensor/binary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T17:09:19.3425569Z copying torch/masked/maskedtensor/core.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T17:09:19.3431472Z copying torch/masked/maskedtensor/creation.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T17:09:19.3437418Z copying torch/masked/maskedtensor/passthrough.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T17:09:19.3444226Z copying torch/masked/maskedtensor/reductions.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T17:09:19.3449051Z copying torch/masked/maskedtensor/unary.py -> build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor 2024-04-03T17:09:19.3455126Z creating build/lib.linux-x86_64-cpython-38/torch/nested/_internal 2024-04-03T17:09:19.3456500Z copying torch/nested/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nested/_internal 2024-04-03T17:09:19.3457873Z copying torch/nested/_internal/nested_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/nested/_internal 2024-04-03T17:09:19.3466258Z copying torch/nested/_internal/ops.py -> build/lib.linux-x86_64-cpython-38/torch/nested/_internal 2024-04-03T17:09:19.3481207Z copying torch/nested/_internal/sdpa.py -> build/lib.linux-x86_64-cpython-38/torch/nested/_internal 2024-04-03T17:09:19.3489901Z creating build/lib.linux-x86_64-cpython-38/torch/nn/attention 2024-04-03T17:09:19.3491351Z copying torch/nn/attention/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/attention 2024-04-03T17:09:19.3496664Z copying torch/nn/attention/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/attention 2024-04-03T17:09:19.3502180Z copying torch/nn/attention/bias.py -> build/lib.linux-x86_64-cpython-38/torch/nn/attention 2024-04-03T17:09:19.3507721Z creating build/lib.linux-x86_64-cpython-38/torch/nn/backends 2024-04-03T17:09:19.3508704Z copying torch/nn/backends/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2024-04-03T17:09:19.3509851Z copying torch/nn/backends/thnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/backends 2024-04-03T17:09:19.3515239Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2024-04-03T17:09:19.3516304Z copying torch/nn/intrinsic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic 2024-04-03T17:09:19.3523636Z creating build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3524505Z copying torch/nn/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3530256Z copying torch/nn/modules/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3535663Z copying torch/nn/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3584909Z copying torch/nn/modules/adaptive.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3592481Z copying torch/nn/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3601068Z copying torch/nn/modules/channelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3605222Z copying torch/nn/modules/container.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3616678Z copying torch/nn/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3630589Z copying torch/nn/modules/distance.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3634608Z copying torch/nn/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3638629Z copying torch/nn/modules/flatten.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3643449Z copying torch/nn/modules/fold.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3649042Z copying torch/nn/modules/instancenorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3654023Z copying torch/nn/modules/lazy.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3658108Z copying torch/nn/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3663185Z copying torch/nn/modules/loss.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3676198Z copying torch/nn/modules/module.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3687980Z copying torch/nn/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3694365Z copying torch/nn/modules/padding.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3701165Z copying torch/nn/modules/pixelshuffle.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3706008Z copying torch/nn/modules/pooling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3718687Z copying torch/nn/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3730291Z copying torch/nn/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3737085Z copying torch/nn/modules/transformer.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3748695Z copying torch/nn/modules/upsampling.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3753437Z copying torch/nn/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/modules 2024-04-03T17:09:19.3761015Z creating build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T17:09:19.3762010Z copying torch/nn/parallel/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T17:09:19.3767522Z copying torch/nn/parallel/_functions.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T17:09:19.3773457Z copying torch/nn/parallel/comm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T17:09:19.3779457Z copying torch/nn/parallel/data_parallel.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T17:09:19.3785836Z copying torch/nn/parallel/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T17:09:19.3829145Z copying torch/nn/parallel/parallel_apply.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T17:09:19.3844853Z copying torch/nn/parallel/replicate.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T17:09:19.3850901Z copying torch/nn/parallel/scatter_gather.py -> build/lib.linux-x86_64-cpython-38/torch/nn/parallel 2024-04-03T17:09:19.3872920Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat 2024-04-03T17:09:19.3873766Z copying torch/nn/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat 2024-04-03T17:09:19.3887574Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2024-04-03T17:09:19.3888701Z copying torch/nn/quantizable/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable 2024-04-03T17:09:19.3894337Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2024-04-03T17:09:19.3895442Z copying torch/nn/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2024-04-03T17:09:19.3899452Z copying torch/nn/quantized/functional.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized 2024-04-03T17:09:19.3905681Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3906518Z copying torch/nn/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3911448Z copying torch/nn/utils/_deprecation_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3916393Z copying torch/nn/utils/_named_member_accessor.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3921489Z copying torch/nn/utils/_per_sample_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3925962Z copying torch/nn/utils/clip_grad.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3931415Z copying torch/nn/utils/convert_parameters.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3936735Z copying torch/nn/utils/fusion.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3942533Z copying torch/nn/utils/init.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3947281Z copying torch/nn/utils/memory_format.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3952808Z copying torch/nn/utils/parametrizations.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3961433Z copying torch/nn/utils/parametrize.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3969295Z copying torch/nn/utils/prune.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3979221Z copying torch/nn/utils/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3984992Z copying torch/nn/utils/spectral_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3991383Z copying torch/nn/utils/stateless.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.3995854Z copying torch/nn/utils/weight_norm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils 2024-04-03T17:09:19.4001252Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2024-04-03T17:09:19.4002450Z copying torch/nn/intrinsic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2024-04-03T17:09:19.4019787Z copying torch/nn/intrinsic/modules/fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules 2024-04-03T17:09:19.4029544Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2024-04-03T17:09:19.4030574Z copying torch/nn/intrinsic/qat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat 2024-04-03T17:09:19.4035815Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2024-04-03T17:09:19.4036954Z copying torch/nn/intrinsic/quantized/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized 2024-04-03T17:09:19.4041809Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2024-04-03T17:09:19.4043186Z copying torch/nn/intrinsic/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2024-04-03T17:09:19.4046665Z copying torch/nn/intrinsic/qat/modules/conv_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2024-04-03T17:09:19.4050683Z copying torch/nn/intrinsic/qat/modules/linear_fused.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2024-04-03T17:09:19.4054269Z copying torch/nn/intrinsic/qat/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules 2024-04-03T17:09:19.4059905Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2024-04-03T17:09:19.4061393Z copying torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic 2024-04-03T17:09:19.4067479Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2024-04-03T17:09:19.4068804Z copying torch/nn/intrinsic/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2024-04-03T17:09:19.4072034Z copying torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2024-04-03T17:09:19.4076259Z copying torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2024-04-03T17:09:19.4081010Z copying torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules 2024-04-03T17:09:19.4086084Z creating build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:19.4087562Z copying torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:19.4091552Z copying torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:19.4095869Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2024-04-03T17:09:19.4097394Z copying torch/nn/qat/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic 2024-04-03T17:09:19.4103031Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2024-04-03T17:09:19.4103992Z copying torch/nn/qat/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2024-04-03T17:09:19.4108133Z copying torch/nn/qat/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2024-04-03T17:09:19.4113242Z copying torch/nn/qat/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2024-04-03T17:09:19.4118262Z copying torch/nn/qat/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules 2024-04-03T17:09:19.4123690Z creating build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2024-04-03T17:09:19.4124997Z copying torch/nn/qat/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2024-04-03T17:09:19.4130121Z copying torch/nn/qat/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules 2024-04-03T17:09:19.4135885Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2024-04-03T17:09:19.4137510Z copying torch/nn/quantizable/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2024-04-03T17:09:19.4142253Z copying torch/nn/quantizable/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2024-04-03T17:09:19.4147667Z copying torch/nn/quantizable/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules 2024-04-03T17:09:19.4153212Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2024-04-03T17:09:19.4154732Z copying torch/nn/quantized/_reference/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference 2024-04-03T17:09:19.4161113Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2024-04-03T17:09:19.4162340Z copying torch/nn/quantized/dynamic/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic 2024-04-03T17:09:19.4168515Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4169622Z copying torch/nn/quantized/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4174688Z copying torch/nn/quantized/modules/activation.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4180585Z copying torch/nn/quantized/modules/batchnorm.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4185945Z copying torch/nn/quantized/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4191392Z copying torch/nn/quantized/modules/dropout.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4196505Z copying torch/nn/quantized/modules/embedding_ops.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4202297Z copying torch/nn/quantized/modules/functional_modules.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4207482Z copying torch/nn/quantized/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4213426Z copying torch/nn/quantized/modules/normalization.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4219178Z copying torch/nn/quantized/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4224906Z copying torch/nn/quantized/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules 2024-04-03T17:09:19.4232166Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T17:09:19.4233865Z copying torch/nn/quantized/_reference/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T17:09:19.4238785Z copying torch/nn/quantized/_reference/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T17:09:19.4244606Z copying torch/nn/quantized/_reference/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T17:09:19.4249987Z copying torch/nn/quantized/_reference/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T17:09:19.4256332Z copying torch/nn/quantized/_reference/modules/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T17:09:19.4262518Z copying torch/nn/quantized/_reference/modules/utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules 2024-04-03T17:09:19.4269394Z creating build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2024-04-03T17:09:19.4271008Z copying torch/nn/quantized/dynamic/modules/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2024-04-03T17:09:19.4275916Z copying torch/nn/quantized/dynamic/modules/conv.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2024-04-03T17:09:19.4281975Z copying torch/nn/quantized/dynamic/modules/linear.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2024-04-03T17:09:19.4288877Z copying torch/nn/quantized/dynamic/modules/rnn.py -> build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules 2024-04-03T17:09:19.4296049Z creating build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4297373Z copying torch/nn/utils/_expanded_weights/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4303301Z copying torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4308959Z copying torch/nn/utils/_expanded_weights/conv_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4315662Z copying torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4321636Z copying torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4327482Z copying torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4333759Z copying torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4339900Z copying torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4346163Z copying torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4351947Z copying torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights 2024-04-03T17:09:19.4358953Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T17:09:19.4359934Z copying torch/onnx/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T17:09:19.4361361Z copying torch/onnx/_internal/_beartype.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T17:09:19.4368841Z copying torch/onnx/_internal/exporter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T17:09:19.4413814Z copying torch/onnx/_internal/io_adapter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T17:09:19.4435537Z copying torch/onnx/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T17:09:19.4441414Z copying torch/onnx/_internal/onnx_proto_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T17:09:19.4446471Z copying torch/onnx/_internal/onnxruntime.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T17:09:19.4456408Z copying torch/onnx/_internal/registration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal 2024-04-03T17:09:19.4462064Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2024-04-03T17:09:19.4463860Z copying torch/onnx/_internal/diagnostics/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2024-04-03T17:09:19.4468817Z copying torch/onnx/_internal/diagnostics/_diagnostic.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2024-04-03T17:09:19.4473437Z copying torch/onnx/_internal/diagnostics/_rules.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics 2024-04-03T17:09:19.4485535Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4486684Z copying torch/onnx/_internal/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4490885Z copying torch/onnx/_internal/fx/_pass.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4496022Z copying torch/onnx/_internal/fx/decomposition_skip.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4501314Z copying torch/onnx/_internal/fx/decomposition_table.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4506330Z copying torch/onnx/_internal/fx/diagnostics.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4512494Z copying torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4518500Z copying torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4546040Z copying torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4557340Z copying torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4567705Z copying torch/onnx/_internal/fx/op_validation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4572563Z copying torch/onnx/_internal/fx/patcher.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4578010Z copying torch/onnx/_internal/fx/registration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4583416Z copying torch/onnx/_internal/fx/serialization.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4589776Z copying torch/onnx/_internal/fx/torch_export_graph_extractor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4595396Z copying torch/onnx/_internal/fx/type_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx 2024-04-03T17:09:19.4602261Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:19.4603665Z copying torch/onnx/_internal/diagnostics/infra/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:19.4608616Z copying torch/onnx/_internal/diagnostics/infra/_infra.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:19.4614222Z copying torch/onnx/_internal/diagnostics/infra/context.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:19.4620650Z copying torch/onnx/_internal/diagnostics/infra/decorator.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:19.4626514Z copying torch/onnx/_internal/diagnostics/infra/formatter.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:19.4631908Z copying torch/onnx/_internal/diagnostics/infra/utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:19.4642581Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4643969Z copying torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4649844Z copying torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4655525Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4661553Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4668000Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4673939Z copying torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4679653Z copying torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4686565Z copying torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4693409Z copying torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4705128Z copying torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4710982Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4716744Z copying torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4722426Z copying torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4727856Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4733870Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4739718Z copying torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4745306Z copying torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4751032Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4757194Z copying torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4762979Z copying torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4768549Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4774952Z copying torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4781325Z copying torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4787137Z copying torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4793233Z copying torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4798886Z copying torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4804688Z copying torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4811350Z copying torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4817490Z copying torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4824386Z copying torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4830385Z copying torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4836694Z copying torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4842936Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4848906Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4855065Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4861691Z copying torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4868085Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4874603Z copying torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4881060Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4887528Z copying torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4893886Z copying torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4906587Z copying torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4914114Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4921425Z copying torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4927634Z copying torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4933470Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4939962Z copying torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4947014Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4952566Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4959174Z copying torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4965607Z copying torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4972258Z copying torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4978446Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4984727Z copying torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4991159Z copying torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:19.4999302Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/analysis 2024-04-03T17:09:19.5000587Z copying torch/onnx/_internal/fx/analysis/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/analysis 2024-04-03T17:09:19.5006837Z copying torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/analysis 2024-04-03T17:09:19.5015038Z creating build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T17:09:19.5016304Z copying torch/onnx/_internal/fx/passes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T17:09:19.5022522Z copying torch/onnx/_internal/fx/passes/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T17:09:19.5029872Z copying torch/onnx/_internal/fx/passes/decomp.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T17:09:19.5037015Z copying torch/onnx/_internal/fx/passes/functionalization.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T17:09:19.5043592Z copying torch/onnx/_internal/fx/passes/modularization.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T17:09:19.5061753Z copying torch/onnx/_internal/fx/passes/readability.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T17:09:19.5069766Z copying torch/onnx/_internal/fx/passes/type_promotion.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T17:09:19.5121948Z copying torch/onnx/_internal/fx/passes/virtualization.py -> build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes 2024-04-03T17:09:19.5129207Z creating build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2024-04-03T17:09:19.5130288Z copying torch/optim/_multi_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor 2024-04-03T17:09:19.5135509Z creating build/lib.linux-x86_64-cpython-38/torch/package/analyze 2024-04-03T17:09:19.5136741Z copying torch/package/analyze/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2024-04-03T17:09:19.5141345Z copying torch/package/analyze/find_first_use_of_broken_modules.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2024-04-03T17:09:19.5146191Z copying torch/package/analyze/is_from_package.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2024-04-03T17:09:19.5151008Z copying torch/package/analyze/trace_dependencies.py -> build/lib.linux-x86_64-cpython-38/torch/package/analyze 2024-04-03T17:09:19.5157918Z creating build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5158972Z copying torch/quantization/fx/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5164396Z copying torch/quantization/fx/_equalize.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5169223Z copying torch/quantization/fx/convert.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5174645Z copying torch/quantization/fx/fuse.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5180356Z copying torch/quantization/fx/fusion_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5185682Z copying torch/quantization/fx/graph_module.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5190684Z copying torch/quantization/fx/match_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5195961Z copying torch/quantization/fx/pattern_utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5200972Z copying torch/quantization/fx/prepare.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5207896Z copying torch/quantization/fx/quantization_patterns.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5214124Z copying torch/quantization/fx/quantization_types.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5219192Z copying torch/quantization/fx/utils.py -> build/lib.linux-x86_64-cpython-38/torch/quantization/fx 2024-04-03T17:09:19.5226028Z creating build/lib.linux-x86_64-cpython-38/torch/signal/windows 2024-04-03T17:09:19.5227014Z copying torch/signal/windows/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2024-04-03T17:09:19.5233324Z copying torch/signal/windows/windows.py -> build/lib.linux-x86_64-cpython-38/torch/signal/windows 2024-04-03T17:09:19.5243692Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5244821Z copying torch/testing/_internal/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5246295Z copying torch/testing/_internal/autocast_test_lists.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5253106Z copying torch/testing/_internal/autograd_function_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5259882Z copying torch/testing/_internal/check_kernel_launches.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5264958Z copying torch/testing/_internal/common_cuda.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5270520Z copying torch/testing/_internal/common_device_type.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5282830Z copying torch/testing/_internal/common_dist_composable.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5289302Z copying torch/testing/_internal/common_distributed.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5300621Z copying torch/testing/_internal/common_dtype.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5306852Z copying torch/testing/_internal/common_fsdp.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5319633Z copying torch/testing/_internal/common_jit.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5326496Z copying torch/testing/_internal/common_methods_invocations.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5378749Z copying torch/testing/_internal/common_mkldnn.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5385181Z copying torch/testing/_internal/common_modules.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5399816Z copying torch/testing/_internal/common_nn.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5414807Z copying torch/testing/_internal/common_optimizers.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5428066Z copying torch/testing/_internal/common_pruning.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5434370Z copying torch/testing/_internal/common_quantization.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5448650Z copying torch/testing/_internal/common_quantized.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5454814Z copying torch/testing/_internal/common_subclass.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5460813Z copying torch/testing/_internal/common_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5476017Z copying torch/testing/_internal/composite_compliance.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5495066Z copying torch/testing/_internal/custom_op_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5501830Z copying torch/testing/_internal/dist_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5508486Z copying torch/testing/_internal/dynamo_test_failures.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5513906Z copying torch/testing/_internal/hop_db.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5519538Z copying torch/testing/_internal/hypothesis_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5528175Z copying torch/testing/_internal/inductor_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5536303Z copying torch/testing/_internal/jit_metaprogramming_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5547090Z copying torch/testing/_internal/jit_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5558256Z copying torch/testing/_internal/logging_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5564395Z copying torch/testing/_internal/logging_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5570584Z copying torch/testing/_internal/quantization_torch_package_models.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5576412Z copying torch/testing/_internal/static_module.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5582459Z copying torch/testing/_internal/triton_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5589056Z copying torch/testing/_internal/two_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal 2024-04-03T17:09:19.5596717Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2024-04-03T17:09:19.5597888Z copying torch/testing/_internal/codegen/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen 2024-04-03T17:09:19.5604219Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2024-04-03T17:09:19.5605454Z copying torch/testing/_internal/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2024-04-03T17:09:19.5617913Z copying torch/testing/_internal/data/network1.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2024-04-03T17:09:19.5627720Z copying torch/testing/_internal/data/network2.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data 2024-04-03T17:09:19.5635607Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5637290Z copying torch/testing/_internal/distributed/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5638845Z copying torch/testing/_internal/distributed/checkpoint_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5643648Z copying torch/testing/_internal/distributed/common_state_dict.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5649665Z copying torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5656360Z copying torch/testing/_internal/distributed/distributed_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5680824Z copying torch/testing/_internal/distributed/distributed_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5687023Z copying torch/testing/_internal/distributed/fake_pg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5692544Z copying torch/testing/_internal/distributed/multi_threaded_pg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5699788Z copying torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5719284Z copying torch/testing/_internal/distributed/rpc_utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed 2024-04-03T17:09:19.5732773Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2024-04-03T17:09:19.5734670Z copying torch/testing/_internal/generated/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2024-04-03T17:09:19.5736315Z copying torch/testing/_internal/generated/annotated_fn_args.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated 2024-04-03T17:09:19.5764850Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2024-04-03T17:09:19.5766095Z copying torch/testing/_internal/opinfo/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2024-04-03T17:09:19.5771865Z copying torch/testing/_internal/opinfo/core.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2024-04-03T17:09:19.5792118Z copying torch/testing/_internal/opinfo/refs.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2024-04-03T17:09:19.5801065Z copying torch/testing/_internal/opinfo/utils.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo 2024-04-03T17:09:19.5823130Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T17:09:19.5824325Z copying torch/testing/_internal/optests/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T17:09:19.5835463Z copying torch/testing/_internal/optests/aot_autograd.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T17:09:19.5840163Z copying torch/testing/_internal/optests/autograd_registration.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T17:09:19.5845919Z copying torch/testing/_internal/optests/fake_tensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T17:09:19.5850101Z copying torch/testing/_internal/optests/generate_tests.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T17:09:19.5856636Z copying torch/testing/_internal/optests/make_fx.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests 2024-04-03T17:09:19.5863056Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2024-04-03T17:09:19.5864751Z copying torch/testing/_internal/test_module/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2024-04-03T17:09:19.5866317Z copying torch/testing/_internal/test_module/future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2024-04-03T17:09:19.5869535Z copying torch/testing/_internal/test_module/no_future_div.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module 2024-04-03T17:09:19.5874650Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2024-04-03T17:09:19.5876056Z copying torch/testing/_internal/distributed/_shard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2024-04-03T17:09:19.5880719Z copying torch/testing/_internal/distributed/_shard/test_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard 2024-04-03T17:09:19.5886448Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2024-04-03T17:09:19.5888061Z copying torch/testing/_internal/distributed/_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2024-04-03T17:09:19.5889790Z copying torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor 2024-04-03T17:09:19.5896621Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2024-04-03T17:09:19.5898655Z copying torch/testing/_internal/distributed/nn/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn 2024-04-03T17:09:19.5900827Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2024-04-03T17:09:19.5902558Z copying torch/testing/_internal/distributed/pipeline/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline 2024-04-03T17:09:19.5904304Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:19.5905723Z copying torch/testing/_internal/distributed/rpc/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:19.5907375Z copying torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:19.5918122Z copying torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:19.5923755Z copying torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:19.5928544Z copying torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:19.5933882Z copying torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:19.5939641Z copying torch/testing/_internal/distributed/rpc/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:19.5954507Z copying torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:19.5960254Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.5962022Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.5967215Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.5972441Z copying torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T17:09:19.5979981Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2024-04-03T17:09:19.5981814Z copying torch/testing/_internal/distributed/nn/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2024-04-03T17:09:19.5983560Z copying torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api 2024-04-03T17:09:19.5990344Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2024-04-03T17:09:19.5992462Z copying torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2024-04-03T17:09:19.5994392Z copying torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2024-04-03T17:09:19.5998833Z copying torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples 2024-04-03T17:09:19.6005325Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2024-04-03T17:09:19.6007170Z copying torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2024-04-03T17:09:19.6009112Z copying torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2024-04-03T17:09:19.6013365Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2024-04-03T17:09:19.6024979Z copying torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit 2024-04-03T17:09:19.6031827Z creating build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:19.6033243Z copying torch/testing/_internal/opinfo/definitions/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:19.6038646Z copying torch/testing/_internal/opinfo/definitions/_masked.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:19.6050428Z copying torch/testing/_internal/opinfo/definitions/fft.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:19.6057919Z copying torch/testing/_internal/opinfo/definitions/linalg.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:19.6071479Z copying torch/testing/_internal/opinfo/definitions/signal.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:19.6078068Z copying torch/testing/_internal/opinfo/definitions/sparse.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:19.6090236Z copying torch/testing/_internal/opinfo/definitions/special.py -> build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:19.6097702Z creating build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T17:09:19.6099336Z copying torch/utils/_sympy/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T17:09:19.6100586Z copying torch/utils/_sympy/functions.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T17:09:19.6107157Z copying torch/utils/_sympy/interp.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T17:09:19.6113103Z copying torch/utils/_sympy/reference.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T17:09:19.6118784Z copying torch/utils/_sympy/singleton_int.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T17:09:19.6124404Z copying torch/utils/_sympy/solve.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T17:09:19.6130346Z copying torch/utils/_sympy/value_ranges.py -> build/lib.linux-x86_64-cpython-38/torch/utils/_sympy 2024-04-03T17:09:19.6140939Z creating build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2024-04-03T17:09:19.6142419Z copying torch/utils/backcompat/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/backcompat 2024-04-03T17:09:19.6150389Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2024-04-03T17:09:19.6151403Z copying torch/utils/benchmark/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark 2024-04-03T17:09:19.6157751Z creating build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2024-04-03T17:09:19.6158919Z copying torch/utils/bottleneck/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2024-04-03T17:09:19.6160366Z copying torch/utils/bottleneck/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck 2024-04-03T17:09:19.6167710Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T17:09:19.6168609Z copying torch/utils/data/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T17:09:19.6174607Z copying torch/utils/data/backward_compatibility.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T17:09:19.6180607Z copying torch/utils/data/dataloader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T17:09:19.6194539Z copying torch/utils/data/dataset.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T17:09:19.6201839Z copying torch/utils/data/distributed.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T17:09:19.6208888Z copying torch/utils/data/graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T17:09:19.6215162Z copying torch/utils/data/graph_settings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T17:09:19.6221979Z copying torch/utils/data/sampler.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data 2024-04-03T17:09:19.6230667Z creating build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T17:09:19.6231582Z copying torch/utils/hipify/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T17:09:19.6238628Z copying torch/utils/hipify/constants.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T17:09:19.6244357Z copying torch/utils/hipify/cuda_to_hip_mappings.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T17:09:19.6268669Z copying torch/utils/hipify/hipify_python.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T17:09:19.6281010Z copying torch/utils/hipify/version.py -> build/lib.linux-x86_64-cpython-38/torch/utils/hipify 2024-04-03T17:09:19.6287808Z creating build/lib.linux-x86_64-cpython-38/torch/utils/jit 2024-04-03T17:09:19.6288777Z copying torch/utils/jit/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2024-04-03T17:09:19.6295098Z copying torch/utils/jit/log_extract.py -> build/lib.linux-x86_64-cpython-38/torch/utils/jit 2024-04-03T17:09:19.6302435Z creating build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T17:09:19.6303524Z copying torch/utils/model_dump/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T17:09:19.6313549Z copying torch/utils/model_dump/__main__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T17:09:19.6323424Z creating build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6324572Z copying torch/utils/tensorboard/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6329551Z copying torch/utils/tensorboard/_caffe2_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6336282Z copying torch/utils/tensorboard/_convert_np.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6343020Z copying torch/utils/tensorboard/_embedding.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6348520Z copying torch/utils/tensorboard/_onnx_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6353998Z copying torch/utils/tensorboard/_proto_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6359678Z copying torch/utils/tensorboard/_pytorch_graph.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6365257Z copying torch/utils/tensorboard/_utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6371226Z copying torch/utils/tensorboard/summary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6383990Z copying torch/utils/tensorboard/writer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard 2024-04-03T17:09:19.6399139Z creating build/lib.linux-x86_64-cpython-38/torch/utils/viz 2024-04-03T17:09:19.6400006Z copying torch/utils/viz/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/viz 2024-04-03T17:09:19.6401368Z copying torch/utils/viz/_cycles.py -> build/lib.linux-x86_64-cpython-38/torch/utils/viz 2024-04-03T17:09:19.6411878Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T17:09:19.6413205Z copying torch/utils/benchmark/examples/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T17:09:19.6414899Z copying torch/utils/benchmark/examples/blas_compare_setup.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T17:09:19.6420901Z copying torch/utils/benchmark/examples/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T17:09:19.6427808Z copying torch/utils/benchmark/examples/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T17:09:19.6433339Z copying torch/utils/benchmark/examples/op_benchmark.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T17:09:19.6440821Z copying torch/utils/benchmark/examples/simple_timeit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T17:09:19.6447929Z copying torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples 2024-04-03T17:09:19.6454964Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:19.6456605Z copying torch/utils/benchmark/op_fuzzers/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:19.6458139Z copying torch/utils/benchmark/op_fuzzers/binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:19.6464724Z copying torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:19.6470837Z copying torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:19.6477720Z copying torch/utils/benchmark/op_fuzzers/spectral.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:19.6483946Z copying torch/utils/benchmark/op_fuzzers/unary.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:19.6491281Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:19.6492928Z copying torch/utils/benchmark/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:19.6494497Z copying torch/utils/benchmark/utils/_stubs.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:19.6500310Z copying torch/utils/benchmark/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:19.6506460Z copying torch/utils/benchmark/utils/compare.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:19.6512730Z copying torch/utils/benchmark/utils/compile.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:19.6519026Z copying torch/utils/benchmark/utils/cpp_jit.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:19.6525609Z copying torch/utils/benchmark/utils/fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:19.6532694Z copying torch/utils/benchmark/utils/sparse_fuzzer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:19.6539182Z copying torch/utils/benchmark/utils/timer.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:19.6546751Z creating build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:19.6548052Z copying torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:19.6549224Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:19.6563025Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T17:09:19.6563722Z copying torch/utils/data/_utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T17:09:19.6569846Z copying torch/utils/data/_utils/collate.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T17:09:19.6576840Z copying torch/utils/data/_utils/fetch.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T17:09:19.6582719Z copying torch/utils/data/_utils/pin_memory.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T17:09:19.6588271Z copying torch/utils/data/_utils/signal_handling.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T17:09:19.6594156Z copying torch/utils/data/_utils/worker.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils 2024-04-03T17:09:19.6601689Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T17:09:19.6602593Z copying torch/utils/data/datapipes/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T17:09:19.6609232Z copying torch/utils/data/datapipes/_decorator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T17:09:19.6615268Z copying torch/utils/data/datapipes/_hook_iterator.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T17:09:19.6621974Z copying torch/utils/data/datapipes/_typing.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T17:09:19.6629187Z copying torch/utils/data/datapipes/datapipe.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T17:09:19.6645231Z copying torch/utils/data/datapipes/gen_pyi.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T17:09:19.6677676Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:19.6678457Z copying torch/utils/data/datapipes/dataframe/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:19.6696559Z copying torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:19.6701218Z copying torch/utils/data/datapipes/dataframe/dataframes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:19.6709306Z copying torch/utils/data/datapipes/dataframe/datapipes.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:19.6728910Z copying torch/utils/data/datapipes/dataframe/structures.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:19.6741831Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6742805Z copying torch/utils/data/datapipes/iter/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6747417Z copying torch/utils/data/datapipes/iter/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6752415Z copying torch/utils/data/datapipes/iter/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6756759Z copying torch/utils/data/datapipes/iter/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6762068Z copying torch/utils/data/datapipes/iter/filelister.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6766968Z copying torch/utils/data/datapipes/iter/fileopener.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6772919Z copying torch/utils/data/datapipes/iter/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6778735Z copying torch/utils/data/datapipes/iter/routeddecoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6782710Z copying torch/utils/data/datapipes/iter/selecting.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6786262Z copying torch/utils/data/datapipes/iter/sharding.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6790594Z copying torch/utils/data/datapipes/iter/streamreader.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6794747Z copying torch/utils/data/datapipes/iter/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter 2024-04-03T17:09:19.6800162Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T17:09:19.6800969Z copying torch/utils/data/datapipes/map/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T17:09:19.6805861Z copying torch/utils/data/datapipes/map/callable.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T17:09:19.6810370Z copying torch/utils/data/datapipes/map/combinatorics.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T17:09:19.6815131Z copying torch/utils/data/datapipes/map/combining.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T17:09:19.6820739Z copying torch/utils/data/datapipes/map/grouping.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T17:09:19.6826220Z copying torch/utils/data/datapipes/map/utils.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map 2024-04-03T17:09:19.6832532Z creating build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2024-04-03T17:09:19.6833486Z copying torch/utils/data/datapipes/utils/__init__.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2024-04-03T17:09:19.6834828Z copying torch/utils/data/datapipes/utils/common.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2024-04-03T17:09:19.6839830Z copying torch/utils/data/datapipes/utils/decoder.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2024-04-03T17:09:19.6845415Z copying torch/utils/data/datapipes/utils/snapshot.py -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils 2024-04-03T17:09:19.6851382Z creating build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6851985Z copying torchgen/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6853842Z copying torchgen/api/autograd.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6871314Z copying torchgen/api/cpp.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6876780Z copying torchgen/api/dispatcher.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6883368Z copying torchgen/api/functionalization.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6889210Z copying torchgen/api/lazy.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6896947Z copying torchgen/api/meta.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6903818Z copying torchgen/api/native.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6909245Z copying torchgen/api/python.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6921267Z copying torchgen/api/structured.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6932609Z copying torchgen/api/translate.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6954946Z copying torchgen/api/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6956093Z copying torchgen/api/unboxing.py -> build/lib.linux-x86_64-cpython-38/torchgen/api 2024-04-03T17:09:19.6956459Z creating build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T17:09:19.6956914Z copying torchgen/dest/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T17:09:19.6962705Z copying torchgen/dest/lazy_ir.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T17:09:19.6969881Z copying torchgen/dest/lazy_ts_lowering.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T17:09:19.6975836Z copying torchgen/dest/native_functions.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T17:09:19.6981762Z copying torchgen/dest/register_dispatch_key.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T17:09:19.6992287Z copying torchgen/dest/ufunc.py -> build/lib.linux-x86_64-cpython-38/torchgen/dest 2024-04-03T17:09:19.6999637Z creating build/lib.linux-x86_64-cpython-38/torchgen/executorch 2024-04-03T17:09:19.7000581Z copying torchgen/executorch/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch 2024-04-03T17:09:19.7001497Z copying torchgen/executorch/model.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch 2024-04-03T17:09:19.7007762Z copying torchgen/executorch/parse.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch 2024-04-03T17:09:19.7014053Z creating build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2024-04-03T17:09:19.7014681Z copying torchgen/operator_versions/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2024-04-03T17:09:19.7016356Z copying torchgen/operator_versions/gen_mobile_upgraders.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2024-04-03T17:09:19.7023123Z copying torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/lib.linux-x86_64-cpython-38/torchgen/operator_versions 2024-04-03T17:09:19.7029982Z creating build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2024-04-03T17:09:19.7030555Z copying torchgen/selective_build/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2024-04-03T17:09:19.7031906Z copying torchgen/selective_build/operator.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2024-04-03T17:09:19.7038154Z copying torchgen/selective_build/selector.py -> build/lib.linux-x86_64-cpython-38/torchgen/selective_build 2024-04-03T17:09:19.7045382Z creating build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2024-04-03T17:09:19.7046157Z copying torchgen/static_runtime/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2024-04-03T17:09:19.7046909Z copying torchgen/static_runtime/config.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2024-04-03T17:09:19.7053986Z copying torchgen/static_runtime/gen_static_runtime_ops.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2024-04-03T17:09:19.7059822Z copying torchgen/static_runtime/generator.py -> build/lib.linux-x86_64-cpython-38/torchgen/static_runtime 2024-04-03T17:09:19.7067680Z creating build/lib.linux-x86_64-cpython-38/torchgen/api/types 2024-04-03T17:09:19.7068487Z copying torchgen/api/types/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/api/types 2024-04-03T17:09:19.7074615Z copying torchgen/api/types/signatures.py -> build/lib.linux-x86_64-cpython-38/torchgen/api/types 2024-04-03T17:09:19.7080971Z copying torchgen/api/types/types.py -> build/lib.linux-x86_64-cpython-38/torchgen/api/types 2024-04-03T17:09:19.7086695Z copying torchgen/api/types/types_base.py -> build/lib.linux-x86_64-cpython-38/torchgen/api/types 2024-04-03T17:09:19.7093965Z creating build/lib.linux-x86_64-cpython-38/torchgen/executorch/api 2024-04-03T17:09:19.7094566Z copying torchgen/executorch/api/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api 2024-04-03T17:09:19.7096244Z copying torchgen/executorch/api/custom_ops.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api 2024-04-03T17:09:19.7102278Z copying torchgen/executorch/api/et_cpp.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api 2024-04-03T17:09:19.7108306Z copying torchgen/executorch/api/unboxing.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api 2024-04-03T17:09:19.7116122Z creating build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types 2024-04-03T17:09:19.7116992Z copying torchgen/executorch/api/types/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types 2024-04-03T17:09:19.7123828Z copying torchgen/executorch/api/types/signatures.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types 2024-04-03T17:09:19.7130092Z copying torchgen/executorch/api/types/types.py -> build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types 2024-04-03T17:09:19.8703481Z copying torch/py.typed -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:19.8704462Z creating build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8705239Z copying torch/bin/protoc-3.13.0.0 -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8742522Z copying torch/bin/protoc -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8778465Z copying torch/bin/test_edge_op_registration -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8784205Z copying torch/bin/test_jit -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8830595Z copying torch/bin/test_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8896491Z copying torch/bin/tutorial_tensorexpr -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8899020Z copying torch/bin/FileStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8904679Z copying torch/bin/TCPStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8910507Z copying torch/bin/HashStoreTest -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8916310Z copying torch/bin/test_dist_autograd -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8921946Z copying torch/bin/test_cpp_rpc -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.8928629Z copying torch/bin/test_api -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.9031935Z copying torch/bin/test_mobile_nnc -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.9037956Z copying torch/bin/aot_model_compiler_test -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.9039743Z copying torch/bin/test_lazy -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.9076611Z copying torch/bin/torch_shm_manager -> build/lib.linux-x86_64-cpython-38/torch/bin 2024-04-03T17:09:19.9077909Z creating build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9079569Z copying torch/test/c10_CompileTimeFunctionPointer_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9085355Z copying torch/test/c10_DeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9091353Z copying torch/test/c10_Device_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9096940Z copying torch/test/c10_DispatchKeySet_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9103705Z copying torch/test/c10_Scalar_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9109551Z copying torch/test/c10_StreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9115453Z copying torch/test/c10_SymInt_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9121355Z copying torch/test/c10_InlineDeviceGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9127941Z copying torch/test/c10_InlineStreamGuard_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9134142Z copying torch/test/c10_SizesAndStrides_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9140404Z copying torch/test/c10_cow_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9147703Z copying torch/test/c10_Bitset_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9153971Z copying torch/test/c10_ConstexprCrc_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9159326Z copying torch/test/c10_DeadlockDetection_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9164776Z copying torch/test/c10_Half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9170457Z copying torch/test/c10_LeftRight_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9177597Z copying torch/test/c10_Metaprogramming_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9183304Z copying torch/test/c10_Synchronized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9188690Z copying torch/test/c10_ThreadLocal_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9194871Z copying torch/test/c10_TypeIndex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9200711Z copying torch/test/c10_TypeList_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9206198Z copying torch/test/c10_TypeTraits_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9211754Z copying torch/test/c10_accumulate_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9217318Z copying torch/test/c10_bfloat16_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9223679Z copying torch/test/c10_bit_cast_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9229234Z copying torch/test/c10_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9235447Z copying torch/test/c10_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9241225Z copying torch/test/c10_exception_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9246595Z copying torch/test/c10_flags_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9252246Z copying torch/test/c10_generic_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9257611Z copying torch/test/c10_intrusive_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9274382Z copying torch/test/c10_irange_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9279441Z copying torch/test/c10_logging_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9285069Z copying torch/test/c10_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9292827Z copying torch/test/c10_ordered_preserving_dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9298976Z copying torch/test/c10_registry_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9304707Z copying torch/test/c10_small_vector_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9320137Z copying torch/test/c10_ssize_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9325468Z copying torch/test/c10_string_util_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9330726Z copying torch/test/c10_string_view_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9336759Z copying torch/test/c10_tempfile_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9343019Z copying torch/test/c10_typeid_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9348871Z copying torch/test/c10_intrusive_ptr_benchmark -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9354085Z copying torch/test/c10_hip_HIPAssertionsTest_1_var_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9359411Z copying torch/test/c10_hip_HIPAssertionsTest_catches_stream -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9364759Z copying torch/test/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9370100Z copying torch/test/c10_hip_HIPAssertionsTest_from_2_processes -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9375313Z copying torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9381550Z copying torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9386469Z copying torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9391729Z copying torch/test/c10_hip_HIPTest -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9396970Z copying torch/test/Dict_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9404784Z copying torch/test/Dimname_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9410563Z copying torch/test/MaybeOwned_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9417424Z copying torch/test/NamedTensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9423912Z copying torch/test/apply_utils_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9429112Z copying torch/test/atest -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9434886Z copying torch/test/basic -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9441156Z copying torch/test/broadcast_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9446368Z copying torch/test/cpu_allocator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9451396Z copying torch/test/cpu_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9457124Z copying torch/test/cpu_profiling_allocator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9464095Z copying torch/test/cpu_rng_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9473506Z copying torch/test/dispatch_key_set_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9478266Z copying torch/test/dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9483252Z copying torch/test/extension_backend_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9488945Z copying torch/test/half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9494336Z copying torch/test/ivalue_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9503366Z copying torch/test/lazy_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9507919Z copying torch/test/math_kernel_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9513341Z copying torch/test/memory_format_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9519038Z copying torch/test/memory_overlapping_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9524359Z copying torch/test/mobile_memory_cleanup -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9529361Z copying torch/test/native_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9534735Z copying torch/test/operator_name_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9566669Z copying torch/test/operators_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9567844Z copying torch/test/packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9568968Z copying torch/test/pow_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9569879Z copying torch/test/quantized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9570812Z copying torch/test/reduce_ops_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9571807Z copying torch/test/reportMemoryUsage_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9574032Z copying torch/test/scalar_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9580243Z copying torch/test/scalar_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9585981Z copying torch/test/StorageUtils_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9591609Z copying torch/test/stride_properties_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9596987Z copying torch/test/tensor_iterator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9605055Z copying torch/test/test_parallel -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9610514Z copying torch/test/thread_init_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9612199Z copying torch/test/type_ptr_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9617848Z copying torch/test/type_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9624070Z copying torch/test/undefined_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9629575Z copying torch/test/verify_api_visibility -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9630977Z copying torch/test/legacy_vmap_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9638508Z copying torch/test/weakref_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9643516Z copying torch/test/wrapdim_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9648865Z copying torch/test/xla_tensor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9654284Z copying torch/test/IListRef_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9660694Z copying torch/test/List_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9671105Z copying torch/test/KernelFunction_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9677711Z copying torch/test/kernel_function_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9689640Z copying torch/test/kernel_function_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9699679Z copying torch/test/kernel_lambda_legacy_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9712633Z copying torch/test/kernel_lambda_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9723433Z copying torch/test/kernel_stackbased_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9729741Z copying torch/test/make_boxed_from_unboxed_functor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9739891Z copying torch/test/CppSignature_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9745159Z copying torch/test/backend_fallback_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9751089Z copying torch/test/op_allowlist_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9756315Z copying torch/test/op_registration_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9788118Z copying torch/test/inline_container_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9794319Z copying torch/test/hip_apply_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9799899Z copying torch/test/hip_complex_math_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9805012Z copying torch/test/hip_complex_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9810457Z copying torch/test/hip_distributions_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9815671Z copying torch/test/hip_dlconvertor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9821312Z copying torch/test/hip_generator_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9826346Z copying torch/test/hip_half_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9831508Z copying torch/test/hip_integer_divider_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9836588Z copying torch/test/hip_optional_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9841918Z copying torch/test/hip_packedtensoraccessor_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9847017Z copying torch/test/hip_vectorized_test -> build/lib.linux-x86_64-cpython-38/torch/test 2024-04-03T17:09:19.9851750Z copying torch/_VF.pyi -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:19.9928094Z copying torch/return_types.pyi -> build/lib.linux-x86_64-cpython-38/torch 2024-04-03T17:09:19.9933283Z creating build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:19.9934172Z copying torch/_C/_aoti.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:19.9946463Z copying torch/_C/_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:19.9962040Z copying torch/_C/_cpu.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:19.9967991Z copying torch/_C/_cudnn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:19.9973495Z copying torch/_C/_distributed_autograd.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:19.9985323Z copying torch/_C/_distributed_c10d.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:19.9991580Z copying torch/_C/_distributed_rpc.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:19.9997836Z copying torch/_C/_distributed_rpc_testing.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0004640Z copying torch/_C/_functions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0009200Z copying torch/_C/_functorch.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0013781Z copying torch/_C/_itt.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0018616Z copying torch/_C/_lazy.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0022737Z copying torch/_C/_lazy_ts_backend.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0026369Z copying torch/_C/_monitor.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0031024Z copying torch/_C/_nvtx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0037232Z copying torch/_C/_onnx.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0057879Z copying torch/_C/_profiler.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0069029Z copying torch/_C/_verbose.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0075155Z copying torch/_C/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0124182Z copying torch/_C/_VariableFunctions.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0174113Z copying torch/_C/_nn.pyi -> build/lib.linux-x86_64-cpython-38/torch/_C 2024-04-03T17:09:20.0179843Z copying torch/fx/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/fx 2024-04-03T17:09:20.0185903Z copying torch/optim/__init__.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0192401Z copying torch/optim/adadelta.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0204137Z copying torch/optim/adagrad.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0209051Z copying torch/optim/adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0227190Z copying torch/optim/adamax.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0231839Z copying torch/optim/adamw.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0237841Z copying torch/optim/asgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0246026Z copying torch/optim/lbfgs.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0251117Z copying torch/optim/lr_scheduler.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0261132Z copying torch/optim/nadam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0267708Z copying torch/optim/radam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0274187Z copying torch/optim/rmsprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0280125Z copying torch/optim/rprop.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0293501Z copying torch/optim/sgd.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0299442Z copying torch/optim/sparse_adam.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0313416Z copying torch/optim/swa_utils.pyi -> build/lib.linux-x86_64-cpython-38/torch/optim 2024-04-03T17:09:20.0318898Z copying torch/nn/parameter.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:20.0326347Z copying torch/nn/functional.pyi -> build/lib.linux-x86_64-cpython-38/torch/nn 2024-04-03T17:09:20.0335076Z copying torch/utils/data/datapipes/datapipe.pyi -> build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes 2024-04-03T17:09:20.0347097Z creating build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.0348212Z copying torch/lib/libc10_hip.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.0352928Z copying torch/lib/libc10.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.0361603Z copying torch/lib/libcaffe2_nvrtc.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.0362813Z copying torch/lib/libtorchbind_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.0369344Z copying torch/lib/libjitbackend_test.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.0373494Z copying torch/lib/libbackend_with_compiler.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.0377597Z copying torch/lib/libshm.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.0379522Z copying torch/lib/libtorch_python.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.0561926Z copying torch/lib/libtorch_cpu.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.2897184Z copying torch/lib/libtorch_hip.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.9947172Z copying torch/lib/libtorch.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.9948448Z copying torch/lib/libtorch_global_deps.so -> build/lib.linux-x86_64-cpython-38/torch/lib 2024-04-03T17:09:20.9950147Z creating build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9951107Z copying torch/include/pthreadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9952550Z copying torch/include/fxdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9953823Z copying torch/include/cpuinfo.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9955114Z copying torch/include/qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9956528Z copying torch/include/clog.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9958028Z copying torch/include/psimd.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9959415Z copying torch/include/fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9960792Z copying torch/include/qnnpack_func.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9962354Z copying torch/include/nnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9964139Z copying torch/include/xnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9968136Z copying torch/include/experiments-config.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9969402Z copying torch/include/dnnl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9970830Z copying torch/include/dnnl_config.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9972188Z copying torch/include/dnnl_debug.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9973348Z copying torch/include/dnnl_ocl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9974898Z copying torch/include/dnnl_sycl.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9976325Z copying torch/include/dnnl_sycl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9977603Z copying torch/include/dnnl_threadpool.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9979334Z copying torch/include/dnnl_types.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9980985Z copying torch/include/dnnl_version.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9982127Z copying torch/include/sleef.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9985456Z copying torch/include/libshm.h -> build/lib.linux-x86_64-cpython-38/torch/include 2024-04-03T17:09:20.9986542Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0073698Z copying torch/include/ATen/ATen.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0075330Z copying torch/include/ATen/AccumulateType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0076751Z copying torch/include/ATen/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0078155Z copying torch/include/ATen/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0079424Z copying torch/include/ATen/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0080763Z copying torch/include/ATen/CPUApplyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0082038Z copying torch/include/ATen/CPUFixedAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0083366Z copying torch/include/ATen/CPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0084756Z copying torch/include/ATen/CachedTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0086362Z copying torch/include/ATen/CollapseDims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0087987Z copying torch/include/ATen/Config.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0089614Z copying torch/include/ATen/Context.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0091091Z copying torch/include/ATen/DLConvertor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0092565Z copying torch/include/ATen/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0094459Z copying torch/include/ATen/DeviceAccelerator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0096356Z copying torch/include/ATen/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0097613Z copying torch/include/ATen/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0099418Z copying torch/include/ATen/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0100790Z copying torch/include/ATen/Dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0102263Z copying torch/include/ATen/Dispatch_v2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0104002Z copying torch/include/ATen/DynamicLibrary.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0105313Z copying torch/include/ATen/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0106606Z copying torch/include/ATen/ExpandBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0107789Z copying torch/include/ATen/ExpandUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0109038Z copying torch/include/ATen/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0110198Z copying torch/include/ATen/FuncTorchTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0113046Z copying torch/include/ATen/FunctionalStorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0115637Z copying torch/include/ATen/FunctionalTensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0117894Z copying torch/include/ATen/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0120251Z copying torch/include/ATen/InferSize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0122519Z copying torch/include/ATen/InitialTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0124737Z copying torch/include/ATen/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0126974Z copying torch/include/ATen/LegacyBatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0129463Z copying torch/include/ATen/LegacyBatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0131846Z copying torch/include/ATen/LegacyVmapMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0134148Z copying torch/include/ATen/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0136607Z copying torch/include/ATen/LinalgBackend.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0139008Z copying torch/include/ATen/MapAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0141139Z copying torch/include/ATen/MatrixRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0143262Z copying torch/include/ATen/MemoryOverlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0145397Z copying torch/include/ATen/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0147623Z copying torch/include/ATen/NamedTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0149921Z copying torch/include/ATen/NestedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0152114Z copying torch/include/ATen/NumericUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0154259Z copying torch/include/ATen/OpMathType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0156458Z copying torch/include/ATen/OpaqueTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0158812Z copying torch/include/ATen/PTThreadPool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0160886Z copying torch/include/ATen/PadNd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0162964Z copying torch/include/ATen/Parallel-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0165183Z copying torch/include/ATen/Parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0167311Z copying torch/include/ATen/ParallelFuture.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0169496Z copying torch/include/ATen/ParallelNative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0171793Z copying torch/include/ATen/ParallelNativeTBB.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0174055Z copying torch/include/ATen/ParallelOpenMP.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0176492Z copying torch/include/ATen/PythonTorchFunctionTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0179063Z copying torch/include/ATen/SavedTensorHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0181163Z copying torch/include/ATen/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0183160Z copying torch/include/ATen/ScalarOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0185244Z copying torch/include/ATen/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0187423Z copying torch/include/ATen/SequenceNumber.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0189557Z copying torch/include/ATen/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0192115Z copying torch/include/ATen/SparseCsrTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0194519Z copying torch/include/ATen/SparseCsrTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0196888Z copying torch/include/ATen/SparseTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0199005Z copying torch/include/ATen/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0201064Z copying torch/include/ATen/StorageUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0203089Z copying torch/include/ATen/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0205187Z copying torch/include/ATen/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0207386Z copying torch/include/ATen/TensorGeometry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0209576Z copying torch/include/ATen/TensorIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0211811Z copying torch/include/ATen/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0214147Z copying torch/include/ATen/TensorIteratorInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0216510Z copying torch/include/ATen/TensorMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0218787Z copying torch/include/ATen/TensorNames.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0220969Z copying torch/include/ATen/TensorOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0223141Z copying torch/include/ATen/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0225499Z copying torch/include/ATen/TensorSubclassLikeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0227932Z copying torch/include/ATen/TensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0230234Z copying torch/include/ATen/ThreadLocalPythonObjects.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0232604Z copying torch/include/ATen/ThreadLocalState.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0234955Z copying torch/include/ATen/TracerMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0237052Z copying torch/include/ATen/TypeDefault.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0239045Z copying torch/include/ATen/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0241002Z copying torch/include/ATen/Version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0243059Z copying torch/include/ATen/WrapDimUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0245303Z copying torch/include/ATen/WrapDimUtilsMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0247521Z copying torch/include/ATen/autocast_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0249554Z copying torch/include/ATen/ceil_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0251572Z copying torch/include/ATen/code_template.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0253720Z copying torch/include/ATen/cpp_custom_type_hack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0255776Z copying torch/include/ATen/div_rtn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0257758Z copying torch/include/ATen/dlpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0259783Z copying torch/include/ATen/jit_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0262044Z copying torch/include/ATen/jiterator_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0264131Z copying torch/include/ATen/record_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0266160Z copying torch/include/ATen/CPUFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0268255Z copying torch/include/ATen/CPUFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0270683Z copying torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0273315Z copying torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0276223Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0279259Z copying torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0282103Z copying torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0284831Z copying torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0287707Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0290755Z copying torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0293226Z copying torch/include/ATen/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0295236Z copying torch/include/ATen/MetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0297411Z copying torch/include/ATen/MetaFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0299871Z copying torch/include/ATen/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0302026Z copying torch/include/ATen/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0304318Z copying torch/include/ATen/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0306653Z copying torch/include/ATen/Operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0308813Z copying torch/include/ATen/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0311276Z copying torch/include/ATen/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0313755Z copying torch/include/ATen/VmapGeneratedPlumbing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0316042Z copying torch/include/ATen/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0318257Z copying torch/include/ATen/CUDAFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen 2024-04-03T17:09:21.0320056Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2024-04-03T17:09:21.0321937Z copying torch/include/ATen/cpu/FlushDenormal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2024-04-03T17:09:21.0324195Z copying torch/include/ATen/cpu/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2024-04-03T17:09:21.0326304Z copying torch/include/ATen/cpu/vml.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu 2024-04-03T17:09:21.0328084Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0329619Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0332187Z copying torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0335204Z copying torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0338147Z copying torch/include/ATen/cpu/vec/vec256/vec256.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0341189Z copying torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0344226Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0347379Z copying torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0350412Z copying torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0353424Z copying torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0356260Z copying torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0359195Z copying torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0362117Z copying torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0364989Z copying torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0367907Z copying torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0370775Z copying torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:21.0373195Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0375729Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0379250Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0382524Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0385894Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0389211Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0392458Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0395625Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0398857Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0402006Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0405208Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0408441Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0411930Z copying torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0415132Z copying torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:21.0417633Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/zarch 2024-04-03T17:09:21.0420355Z copying torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/zarch 2024-04-03T17:09:21.0422783Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0425033Z copying torch/include/ATen/cpu/vec/vec512/vec512.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0427954Z copying torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0431026Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0434140Z copying torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0437201Z copying torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0440184Z copying torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0443146Z copying torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0446027Z copying torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0449065Z copying torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0451986Z copying torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:21.0454701Z copying torch/include/ATen/cpu/vec/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0457550Z copying torch/include/ATen/cpu/vec/functional_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0460363Z copying torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0463005Z copying torch/include/ATen/cpu/vec/intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0465418Z copying torch/include/ATen/cpu/vec/vec.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0467832Z copying torch/include/ATen/cpu/vec/vec_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0470325Z copying torch/include/ATen/cpu/vec/vec_convert.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0472775Z copying torch/include/ATen/cpu/vec/vec_half.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0475192Z copying torch/include/ATen/cpu/vec/vec_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0477580Z copying torch/include/ATen/cpu/vec/vec_n.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec 2024-04-03T17:09:21.0479454Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0481344Z copying torch/include/ATen/core/ATenGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0483734Z copying torch/include/ATen/core/ATenOpList.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0486273Z copying torch/include/ATen/core/ATen_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0488552Z copying torch/include/ATen/core/ATen_pch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0490757Z copying torch/include/ATen/core/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0493031Z copying torch/include/ATen/core/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0495496Z copying torch/include/ATen/core/CheckMemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0498218Z copying torch/include/ATen/core/DeprecatedTypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0501298Z copying torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0503932Z copying torch/include/ATen/core/Dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0506140Z copying torch/include/ATen/core/Dict_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0508417Z copying torch/include/ATen/core/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0510675Z copying torch/include/ATen/core/Dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0513125Z copying torch/include/ATen/core/DistributionsHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0515636Z copying torch/include/ATen/core/Formatting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0518035Z copying torch/include/ATen/core/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0520624Z copying torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0523237Z copying torch/include/ATen/core/IListRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0525519Z copying torch/include/ATen/core/IListRef_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0527913Z copying torch/include/ATen/core/LegacyTypeDispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0530403Z copying torch/include/ATen/core/List.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0532618Z copying torch/include/ATen/core/List_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0535012Z copying torch/include/ATen/core/MT19937RNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0537550Z copying torch/include/ATen/core/NamedTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0540130Z copying torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0542779Z copying torch/include/ATen/core/PhiloxRNGEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0545384Z copying torch/include/ATen/core/PythonFallbackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0548252Z copying torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0551004Z copying torch/include/ATen/core/QuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0553280Z copying torch/include/ATen/core/Range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0555549Z copying torch/include/ATen/core/Reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0558034Z copying torch/include/ATen/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0560376Z copying torch/include/ATen/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0562644Z copying torch/include/ATen/core/Tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0565028Z copying torch/include/ATen/core/TensorAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0567455Z copying torch/include/ATen/core/TensorBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0569946Z copying torch/include/ATen/core/TorchDispatchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0572592Z copying torch/include/ATen/core/TransformationHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0575286Z copying torch/include/ATen/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0577940Z copying torch/include/ATen/core/UnsafeFromTH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0580673Z copying torch/include/ATen/core/VariableHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0583235Z copying torch/include/ATen/core/Variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0585536Z copying torch/include/ATen/core/Vitals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0587823Z copying torch/include/ATen/core/alias_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0590034Z copying torch/include/ATen/core/blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0592338Z copying torch/include/ATen/core/builtin_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0594771Z copying torch/include/ATen/core/class_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0597236Z copying torch/include/ATen/core/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0599637Z copying torch/include/ATen/core/dynamic_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0601967Z copying torch/include/ATen/core/enum_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0604384Z copying torch/include/ATen/core/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0606746Z copying torch/include/ATen/core/function_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0609219Z copying torch/include/ATen/core/function_schema_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0611671Z copying torch/include/ATen/core/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0614033Z copying torch/include/ATen/core/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0616470Z copying torch/include/ATen/core/interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0619248Z copying torch/include/ATen/core/interned_strings_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0621651Z copying torch/include/ATen/core/ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0623877Z copying torch/include/ATen/core/ivalue_inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0626174Z copying torch/include/ATen/core/ivalue_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0628471Z copying torch/include/ATen/core/jit_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0631040Z copying torch/include/ATen/core/jit_type_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0633434Z copying torch/include/ATen/core/operator_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0635805Z copying torch/include/ATen/core/qualified_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0638224Z copying torch/include/ATen/core/rref_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0640520Z copying torch/include/ATen/core/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0642751Z copying torch/include/ATen/core/symbol.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0645035Z copying torch/include/ATen/core/type_factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0647467Z copying torch/include/ATen/core/type_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0649717Z copying torch/include/ATen/core/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0652036Z copying torch/include/ATen/core/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0654506Z copying torch/include/ATen/core/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0656595Z copying torch/include/ATen/core/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core 2024-04-03T17:09:21.0657599Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0658825Z copying torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0660151Z copying torch/include/ATen/cuda/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0661412Z copying torch/include/ATen/cuda/Atomic.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0662804Z copying torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0664189Z copying torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0665600Z copying torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0667017Z copying torch/include/ATen/cuda/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0668332Z copying torch/include/ATen/cuda/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0669664Z copying torch/include/ATen/cuda/PhiloxUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0670955Z copying torch/include/ATen/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0672178Z copying torch/include/ATen/cuda/cub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0673436Z copying torch/include/ATen/cuda/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0674780Z copying torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0676067Z copying torch/include/ATen/cuda/CUDABlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0677299Z copying torch/include/ATen/cuda/CUDAConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0678562Z copying torch/include/ATen/cuda/CUDAContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0679888Z copying torch/include/ATen/cuda/CUDAContextLight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0681276Z copying torch/include/ATen/cuda/CUDADataType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0682602Z copying torch/include/ATen/cuda/CUDADevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0683868Z copying torch/include/ATen/cuda/CUDAEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0685188Z copying torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0686492Z copying torch/include/ATen/cuda/CUDAGraph.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0687754Z copying torch/include/ATen/cuda/CUDASparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0689047Z copying torch/include/ATen/cuda/CUDASparseBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0690450Z copying torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0691784Z copying torch/include/ATen/cuda/CUDAUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0693130Z copying torch/include/ATen/cuda/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0694489Z copying torch/include/ATen/cuda/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0695754Z copying torch/include/ATen/cuda/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0697153Z copying torch/include/ATen/cuda/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0698724Z copying torch/include/ATen/cuda/PhiloxCudaState.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0700141Z copying torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0701450Z copying torch/include/ATen/cuda/Sleep.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0702802Z copying torch/include/ATen/cuda/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0704061Z copying torch/include/ATen/cuda/cub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0705251Z copying torch/include/ATen/cuda/jiterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0706596Z copying torch/include/ATen/cuda/jiterator_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0707899Z copying torch/include/ATen/cuda/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda 2024-04-03T17:09:21.0708969Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0710147Z copying torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0711689Z copying torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0713286Z copying torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0714919Z copying torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0716483Z copying torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0717983Z copying torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0719456Z copying torch/include/ATen/cuda/detail/CUDAHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0720996Z copying torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0722662Z copying torch/include/ATen/cuda/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0724140Z copying torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail 2024-04-03T17:09:21.0725282Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T17:09:21.0726468Z copying torch/include/ATen/cuda/tunable/GemmCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T17:09:21.0727999Z copying torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T17:09:21.0729543Z copying torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T17:09:21.0731060Z copying torch/include/ATen/cuda/tunable/StreamTimer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T17:09:21.0732540Z copying torch/include/ATen/cuda/tunable/Tunable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T17:09:21.0734014Z copying torch/include/ATen/cuda/tunable/TunableGemm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T17:09:21.0735509Z copying torch/include/ATen/cuda/tunable/TunableOp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable 2024-04-03T17:09:21.0736730Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T17:09:21.0737786Z copying torch/include/ATen/cudnn/Descriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T17:09:21.0739251Z copying torch/include/ATen/cudnn/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T17:09:21.0740515Z copying torch/include/ATen/cudnn/Handle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T17:09:21.0741746Z copying torch/include/ATen/cudnn/Handles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T17:09:21.0743045Z copying torch/include/ATen/cudnn/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T17:09:21.0744260Z copying torch/include/ATen/cudnn/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T17:09:21.0745509Z copying torch/include/ATen/cudnn/cudnn-wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn 2024-04-03T17:09:21.0746622Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0747792Z copying torch/include/ATen/functorch/ADInterpreters.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0749290Z copying torch/include/ATen/functorch/BatchRulesHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0750780Z copying torch/include/ATen/functorch/BatchedFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0752304Z copying torch/include/ATen/functorch/BatchedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0753893Z copying torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0755430Z copying torch/include/ATen/functorch/DynamicLayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0756966Z copying torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0758525Z copying torch/include/ATen/functorch/Interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0760035Z copying torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0761552Z copying torch/include/ATen/functorch/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0763013Z copying torch/include/ATen/functorch/PlumbingHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0764478Z copying torch/include/ATen/functorch/TensorWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0765951Z copying torch/include/ATen/functorch/VmapInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch 2024-04-03T17:09:21.0767045Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.0893256Z copying torch/include/ATen/ops/from_blob.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.0900651Z copying torch/include/ATen/ops/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.0954738Z copying torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.0956289Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.1220901Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.1394732Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.1640202Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.1666908Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.1668577Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.1879600Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.1881440Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.1969495Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.1971240Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2221568Z copying torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2223509Z copying torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2225400Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2227397Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2229340Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2231318Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2233666Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2235825Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2238365Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2241775Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2243586Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2245003Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2246362Z copying torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2247658Z copying torch/include/ATen/ops/_add_batch_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2249116Z copying torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2273791Z copying torch/include/ATen/ops/_add_batch_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2378883Z copying torch/include/ATen/ops/_add_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2380420Z copying torch/include/ATen/ops/_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2382131Z copying torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2383817Z copying torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2385148Z copying torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2506833Z copying torch/include/ATen/ops/_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2509013Z copying torch/include/ATen/ops/_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2511450Z copying torch/include/ATen/ops/_addmm_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2514288Z copying torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2517167Z copying torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2519807Z copying torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2522262Z copying torch/include/ATen/ops/_addmm_activation_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2525231Z copying torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2528105Z copying torch/include/ATen/ops/_addmm_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2530654Z copying torch/include/ATen/ops/_addmm_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2532846Z copying torch/include/ATen/ops/_aminmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2535349Z copying torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2537973Z copying torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2540763Z copying torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2543063Z copying torch/include/ATen/ops/_aminmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2545381Z copying torch/include/ATen/ops/_aminmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2547923Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2551011Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2554221Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2592911Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2594879Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2596776Z copying torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2598431Z copying torch/include/ATen/ops/_amp_update_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2600162Z copying torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2601965Z copying torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2603670Z copying torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2605301Z copying torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2606917Z copying torch/include/ATen/ops/_amp_update_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2608829Z copying torch/include/ATen/ops/_amp_update_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2610512Z copying torch/include/ATen/ops/_assert_async.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2612185Z copying torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2614054Z copying torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2615491Z copying torch/include/ATen/ops/_assert_async_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2616861Z copying torch/include/ATen/ops/_assert_async_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2852243Z copying torch/include/ATen/ops/_assert_scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2854101Z copying torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2856323Z copying torch/include/ATen/ops/_assert_scalar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2857963Z copying torch/include/ATen/ops/_assert_scalar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2859897Z copying torch/include/ATen/ops/_assert_tensor_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2862009Z copying torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2863818Z copying torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2865520Z copying torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2867347Z copying torch/include/ATen/ops/_autocast_to_full_precision.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2869146Z copying torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2870941Z copying torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2872573Z copying torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2874146Z copying torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2875851Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2877851Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2879551Z copying torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2881009Z copying torch/include/ATen/ops/_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2882650Z copying torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2884435Z copying torch/include/ATen/ops/_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2885927Z copying torch/include/ATen/ops/_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2887510Z copying torch/include/ATen/ops/_batch_norm_impl_index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2889531Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2891604Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2893697Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2895787Z copying torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2897897Z copying torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2900105Z copying torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2902089Z copying torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2903865Z copying torch/include/ATen/ops/_batch_norm_no_update.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2905834Z copying torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2908027Z copying torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2909907Z copying torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2911778Z copying torch/include/ATen/ops/_batch_norm_with_update.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2914203Z copying torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2916798Z copying torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2918818Z copying torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2920508Z copying torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2922035Z copying torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2923411Z copying torch/include/ATen/ops/_cast_Byte.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2924934Z copying torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2926488Z copying torch/include/ATen/ops/_cast_Byte_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2927853Z copying torch/include/ATen/ops/_cast_Byte_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2929180Z copying torch/include/ATen/ops/_cast_Char.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2930940Z copying torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2932640Z copying torch/include/ATen/ops/_cast_Char_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2934110Z copying torch/include/ATen/ops/_cast_Char_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2935564Z copying torch/include/ATen/ops/_cast_Double.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2937384Z copying torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2939310Z copying torch/include/ATen/ops/_cast_Double_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2940802Z copying torch/include/ATen/ops/_cast_Double_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2942237Z copying torch/include/ATen/ops/_cast_Float.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2943974Z copying torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2945661Z copying torch/include/ATen/ops/_cast_Float_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2947309Z copying torch/include/ATen/ops/_cast_Float_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2948799Z copying torch/include/ATen/ops/_cast_Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2950585Z copying torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2952303Z copying torch/include/ATen/ops/_cast_Half_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2953729Z copying torch/include/ATen/ops/_cast_Half_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2955128Z copying torch/include/ATen/ops/_cast_Int.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2956850Z copying torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2958461Z copying torch/include/ATen/ops/_cast_Int_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2960315Z copying torch/include/ATen/ops/_cast_Int_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2962004Z copying torch/include/ATen/ops/_cast_Long.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2963894Z copying torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2965709Z copying torch/include/ATen/ops/_cast_Long_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2967314Z copying torch/include/ATen/ops/_cast_Long_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2968797Z copying torch/include/ATen/ops/_cast_Short.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2970432Z copying torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2972112Z copying torch/include/ATen/ops/_cast_Short_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2973914Z copying torch/include/ATen/ops/_cast_Short_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2975625Z copying torch/include/ATen/ops/_cdist_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2977429Z copying torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2979960Z copying torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2982411Z copying torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2984757Z copying torch/include/ATen/ops/_cdist_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2987115Z copying torch/include/ATen/ops/_cdist_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2989447Z copying torch/include/ATen/ops/_cdist_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2992038Z copying torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2994719Z copying torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2997269Z copying torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.2999625Z copying torch/include/ATen/ops/_cdist_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3001931Z copying torch/include/ATen/ops/_cdist_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3004255Z copying torch/include/ATen/ops/_cholesky_solve_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3007004Z copying torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3009835Z copying torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3012460Z copying torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3014718Z copying torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3016703Z copying torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3018394Z copying torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3020338Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3022078Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3023691Z copying torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3025098Z copying torch/include/ATen/ops/_chunk_cat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3026792Z copying torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3028792Z copying torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3030311Z copying torch/include/ATen/ops/_chunk_cat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3031828Z copying torch/include/ATen/ops/_chunk_cat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3033215Z copying torch/include/ATen/ops/_coalesce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3034837Z copying torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3036595Z copying torch/include/ATen/ops/_coalesce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3038026Z copying torch/include/ATen/ops/_coalesce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3039595Z copying torch/include/ATen/ops/_coalesced.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3041451Z copying torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3043270Z copying torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3044926Z copying torch/include/ATen/ops/_coalesced_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3046638Z copying torch/include/ATen/ops/_coalesced_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3048286Z copying torch/include/ATen/ops/_compute_linear_combination.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3050007Z copying torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3051814Z copying torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3053759Z copying torch/include/ATen/ops/_compute_linear_combination_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3055342Z copying torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3056838Z copying torch/include/ATen/ops/_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3058502Z copying torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3060060Z copying torch/include/ATen/ops/_conj_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3061641Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3063500Z copying torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3065369Z copying torch/include/ATen/ops/_conj_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3066726Z copying torch/include/ATen/ops/_conj_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3068023Z copying torch/include/ATen/ops/_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3069431Z copying torch/include/ATen/ops/_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3070832Z copying torch/include/ATen/ops/_conj_physical.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3072410Z copying torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3074497Z copying torch/include/ATen/ops/_conj_physical_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3076790Z copying torch/include/ATen/ops/_conj_physical_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3093859Z copying torch/include/ATen/ops/_conv_depthwise2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3096554Z copying torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3099116Z copying torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3101492Z copying torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3103919Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3107009Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3110258Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3113013Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3115726Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3118505Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3121165Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3123824Z copying torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3126008Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3127943Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3129923Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3131624Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3133335Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3135294Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3137498Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3139227Z copying torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3140793Z copying torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3142451Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3144142Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3145847Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3147501Z copying torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3149124Z copying torch/include/ATen/ops/_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3151164Z copying torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3153378Z copying torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3155136Z copying torch/include/ATen/ops/_convolution_double_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3157295Z copying torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3159522Z copying torch/include/ATen/ops/_convolution_double_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3161438Z copying torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3163226Z copying torch/include/ATen/ops/_convolution_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3165045Z copying torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3166818Z copying torch/include/ATen/ops/_convolution_mode_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3168331Z copying torch/include/ATen/ops/_convolution_mode_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3169856Z copying torch/include/ATen/ops/_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3171382Z copying torch/include/ATen/ops/_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3172838Z copying torch/include/ATen/ops/_copy_from.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3174337Z copying torch/include/ATen/ops/_copy_from_and_resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3176285Z copying torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3178018Z copying torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3179837Z copying torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3181616Z copying torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3183490Z copying torch/include/ATen/ops/_copy_from_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3185025Z copying torch/include/ATen/ops/_copy_from_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3186520Z copying torch/include/ATen/ops/_cslt_compress.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3188085Z copying torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3189662Z copying torch/include/ATen/ops/_cslt_compress_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3191203Z copying torch/include/ATen/ops/_cslt_compress_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3192716Z copying torch/include/ATen/ops/_cslt_sparse_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3194239Z copying torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3196018Z copying torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3197784Z copying torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3199342Z copying torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3201014Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3202841Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3204543Z copying torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3206080Z copying torch/include/ATen/ops/_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3207772Z copying torch/include/ATen/ops/_ctc_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3209817Z copying torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3211836Z copying torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3213738Z copying torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3215506Z copying torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3217315Z copying torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3219582Z copying torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3221460Z copying torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3223249Z copying torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3225037Z copying torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3226689Z copying torch/include/ATen/ops/_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3228395Z copying torch/include/ATen/ops/_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3229915Z copying torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3231579Z copying torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3233663Z copying torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3235527Z copying torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3237119Z copying torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3238790Z copying torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3240885Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3242566Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3244398Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3245920Z copying torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3247641Z copying torch/include/ATen/ops/_cudnn_rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3249260Z copying torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3251150Z copying torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3252969Z copying torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3254767Z copying torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3256551Z copying torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3258548Z copying torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3260182Z copying torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3261875Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3263738Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3265658Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3267272Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3268873Z copying torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3270321Z copying torch/include/ATen/ops/_cudnn_rnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3271740Z copying torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3273225Z copying torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3274964Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3276664Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3278433Z copying torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3279988Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3281711Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3283393Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3285056Z copying torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3286775Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3288790Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3291704Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3293139Z copying torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3294888Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3296950Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3299200Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3301179Z copying torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3302729Z copying torch/include/ATen/ops/_cummax_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3304221Z copying torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3305751Z copying torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3307298Z copying torch/include/ATen/ops/_cummax_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3308856Z copying torch/include/ATen/ops/_cummax_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3310233Z copying torch/include/ATen/ops/_cummin_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3311721Z copying torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3313295Z copying torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3314766Z copying torch/include/ATen/ops/_cummin_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3316139Z copying torch/include/ATen/ops/_cummin_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3317530Z copying torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3319442Z copying torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3321136Z copying torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3322861Z copying torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3324212Z copying torch/include/ATen/ops/_dimI.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3325527Z copying torch/include/ATen/ops/_dimI_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3326843Z copying torch/include/ATen/ops/_dimI_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3328116Z copying torch/include/ATen/ops/_dimV.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3329363Z copying torch/include/ATen/ops/_dimV_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3330668Z copying torch/include/ATen/ops/_dimV_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3331978Z copying torch/include/ATen/ops/_dim_arange.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3333791Z copying torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3335556Z copying torch/include/ATen/ops/_dim_arange_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3337087Z copying torch/include/ATen/ops/_dim_arange_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3338631Z copying torch/include/ATen/ops/_dirichlet_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3340355Z copying torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3342097Z copying torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3343742Z copying torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3345452Z copying torch/include/ATen/ops/_dirichlet_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3346955Z copying torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3348464Z copying torch/include/ATen/ops/_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3350274Z copying torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3352004Z copying torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3353672Z copying torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3355483Z copying torch/include/ATen/ops/_efficient_attention_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3357232Z copying torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3358925Z copying torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3360657Z copying torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3362202Z copying torch/include/ATen/ops/eq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3363642Z copying torch/include/ATen/ops/_efficientzerotensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3365392Z copying torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3367327Z copying torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3369066Z copying torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3370826Z copying torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3372532Z copying torch/include/ATen/ops/_efficientzerotensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3374147Z copying torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3375625Z copying torch/include/ATen/ops/_embedding_bag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3377116Z copying torch/include/ATen/ops/_embedding_bag_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3378900Z copying torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3380609Z copying torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3382117Z copying torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3383774Z copying torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3385472Z copying torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3386996Z copying torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3388580Z copying torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3390333Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3392184Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3393917Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3395538Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3397120Z copying torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3398660Z copying torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3400435Z copying torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3402201Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3403852Z copying torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3405507Z copying torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3407059Z copying torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3408530Z copying torch/include/ATen/ops/_embedding_bag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3410050Z copying torch/include/ATen/ops/_embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3411614Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3413491Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3415496Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3417391Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3419329Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3421068Z copying torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3422675Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3424437Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3426274Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3427860Z copying torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3429381Z copying torch/include/ATen/ops/_empty_affine_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3431179Z copying torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3433013Z copying torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3434883Z copying torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3437185Z copying torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3439135Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3442150Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3445342Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3448013Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3450388Z copying torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3452414Z copying torch/include/ATen/ops/_euclidean_dist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3454576Z copying torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3456762Z copying torch/include/ATen/ops/_euclidean_dist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3458915Z copying torch/include/ATen/ops/_euclidean_dist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3461074Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3463132Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3465555Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3467931Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3469918Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3471802Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3473963Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3475899Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3477723Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3479495Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3481223Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3482994Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3484722Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3486604Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3488604Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3490468Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3492286Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3494223Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3496314Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3498438Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3500304Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3502213Z copying torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3504202Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3506803Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3509315Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3511644Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3513984Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3515880Z copying torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3517602Z copying torch/include/ATen/ops/_fft_c2c.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3519300Z copying torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3521253Z copying torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3522622Z copying torch/include/ATen/ops/_fft_c2c_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3523931Z copying torch/include/ATen/ops/_fft_c2c_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3525416Z copying torch/include/ATen/ops/_fft_c2r.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3526959Z copying torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3528572Z copying torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3530155Z copying torch/include/ATen/ops/_fft_c2r_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3531617Z copying torch/include/ATen/ops/_fft_c2r_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3533099Z copying torch/include/ATen/ops/_fft_r2c.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3534790Z copying torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3536439Z copying torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3537939Z copying torch/include/ATen/ops/_fft_r2c_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3539478Z copying torch/include/ATen/ops/_fft_r2c_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3541003Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3542774Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3544519Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3546215Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3547975Z copying torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3549370Z copying torch/include/ATen/ops/_flash_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3551248Z copying torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3552906Z copying torch/include/ATen/ops/_flash_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3554465Z copying torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3555962Z copying torch/include/ATen/ops/_flash_attention_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3557526Z copying torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3559224Z copying torch/include/ATen/ops/_flash_attention_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3560958Z copying torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3562476Z copying torch/include/ATen/ops/_foobar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3564186Z copying torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3566003Z copying torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3567461Z copying torch/include/ATen/ops/_foobar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3568790Z copying torch/include/ATen/ops/_foobar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3570210Z copying torch/include/ATen/ops/_foreach_abs.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3571886Z copying torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3573813Z copying torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3576070Z copying torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3578492Z copying torch/include/ATen/ops/_foreach_abs_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3580840Z copying torch/include/ATen/ops/_foreach_abs_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3582172Z copying torch/include/ATen/ops/_foreach_acos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3583973Z copying torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3585804Z copying torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3587461Z copying torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3589123Z copying torch/include/ATen/ops/_foreach_acos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3590719Z copying torch/include/ATen/ops/_foreach_acos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3592282Z copying torch/include/ATen/ops/_foreach_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3594051Z copying torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3595812Z copying torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3597531Z copying torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3599406Z copying torch/include/ATen/ops/_foreach_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3600944Z copying torch/include/ATen/ops/_foreach_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3602464Z copying torch/include/ATen/ops/_foreach_addcdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3604386Z copying torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3606168Z copying torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3607926Z copying torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3609648Z copying torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3611236Z copying torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3612697Z copying torch/include/ATen/ops/_foreach_addcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3614562Z copying torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3616504Z copying torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3618363Z copying torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3619942Z copying torch/include/ATen/ops/_foreach_addcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3621483Z copying torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3623044Z copying torch/include/ATen/ops/_foreach_asin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3624741Z copying torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3626424Z copying torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3628056Z copying torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3629622Z copying torch/include/ATen/ops/_foreach_asin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3631107Z copying torch/include/ATen/ops/_foreach_asin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3632524Z copying torch/include/ATen/ops/_foreach_atan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3634196Z copying torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3635736Z copying torch/include/ATen/ops/ge.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3637222Z copying torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3638872Z copying torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3640267Z copying torch/include/ATen/ops/_foreach_atan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3641719Z copying torch/include/ATen/ops/_foreach_atan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3643170Z copying torch/include/ATen/ops/_foreach_ceil.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3644887Z copying torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3646619Z copying torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3648197Z copying torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3649703Z copying torch/include/ATen/ops/_foreach_ceil_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3651135Z copying torch/include/ATen/ops/_foreach_ceil_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3652585Z copying torch/include/ATen/ops/_foreach_clamp_max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3654327Z copying torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3656258Z copying torch/include/ATen/ops/_foreach_clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3657894Z copying torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3659586Z copying torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3661102Z copying torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3662590Z copying torch/include/ATen/ops/_foreach_clamp_min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3664271Z copying torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3666146Z copying torch/include/ATen/ops/_foreach_clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3667783Z copying torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3669455Z copying torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3671060Z copying torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3672512Z copying torch/include/ATen/ops/_foreach_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3674154Z copying torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3675838Z copying torch/include/ATen/ops/_foreach_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3677442Z copying torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3678984Z copying torch/include/ATen/ops/_foreach_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3680469Z copying torch/include/ATen/ops/_foreach_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3681890Z copying torch/include/ATen/ops/_foreach_cos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3683595Z copying torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3685304Z copying torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3686848Z copying torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3688493Z copying torch/include/ATen/ops/_foreach_cos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3689953Z copying torch/include/ATen/ops/_foreach_cos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3691375Z copying torch/include/ATen/ops/_foreach_cosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3693008Z copying torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3694765Z copying torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3696388Z copying torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3697933Z copying torch/include/ATen/ops/_foreach_cosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3699486Z copying torch/include/ATen/ops/_foreach_cosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3700889Z copying torch/include/ATen/ops/_foreach_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3702543Z copying torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3704271Z copying torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3705928Z copying torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3707539Z copying torch/include/ATen/ops/_foreach_div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3709017Z copying torch/include/ATen/ops/_foreach_div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3710500Z copying torch/include/ATen/ops/_foreach_erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3712143Z copying torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3713816Z copying torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3715491Z copying torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3717007Z copying torch/include/ATen/ops/_foreach_erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3718538Z copying torch/include/ATen/ops/_foreach_erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3719921Z copying torch/include/ATen/ops/_foreach_erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3721651Z copying torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3723348Z copying torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3724917Z copying torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3726459Z copying torch/include/ATen/ops/_foreach_erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3727909Z copying torch/include/ATen/ops/_foreach_erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3729340Z copying torch/include/ATen/ops/_foreach_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3731112Z copying torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3732857Z copying torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3734326Z copying torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3735857Z copying torch/include/ATen/ops/_foreach_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3737393Z copying torch/include/ATen/ops/_foreach_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3738947Z copying torch/include/ATen/ops/_foreach_expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3740601Z copying torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3742328Z copying torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3743903Z copying torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3745488Z copying torch/include/ATen/ops/_foreach_expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3747113Z copying torch/include/ATen/ops/_foreach_expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3748812Z copying torch/include/ATen/ops/_foreach_floor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3750734Z copying torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3752728Z copying torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3754580Z copying torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3756538Z copying torch/include/ATen/ops/_foreach_floor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3758123Z copying torch/include/ATen/ops/_foreach_floor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3759716Z copying torch/include/ATen/ops/_foreach_frac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3761903Z copying torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3763811Z copying torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3765353Z copying torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3767119Z copying torch/include/ATen/ops/_foreach_frac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3768767Z copying torch/include/ATen/ops/_foreach_frac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3770237Z copying torch/include/ATen/ops/_foreach_lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3772168Z copying torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3774341Z copying torch/include/ATen/ops/_foreach_lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3776277Z copying torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3777980Z copying torch/include/ATen/ops/_foreach_lerp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3779790Z copying torch/include/ATen/ops/_foreach_lerp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3781295Z copying torch/include/ATen/ops/_foreach_lgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3782959Z copying torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3784724Z copying torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3786319Z copying torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3787870Z copying torch/include/ATen/ops/_foreach_lgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3789413Z copying torch/include/ATen/ops/_fused_sgd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3791493Z copying torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3793689Z copying torch/include/ATen/ops/_foreach_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3795869Z copying torch/include/ATen/ops/_foreach_log10.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3798400Z copying torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3800289Z copying torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3801685Z copying torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3803125Z copying torch/include/ATen/ops/_foreach_log10_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3804631Z copying torch/include/ATen/ops/_foreach_log10_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3805973Z copying torch/include/ATen/ops/_foreach_log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3807749Z copying torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3809631Z copying torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3811324Z copying torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3812937Z copying torch/include/ATen/ops/_foreach_log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3814302Z copying torch/include/ATen/ops/_foreach_log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3815831Z copying torch/include/ATen/ops/_foreach_log2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3817599Z copying torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3819503Z copying torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3821109Z copying torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3822661Z copying torch/include/ATen/ops/_foreach_log2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3824170Z copying torch/include/ATen/ops/_foreach_log2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3825838Z copying torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3828414Z copying torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3830729Z copying torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3833042Z copying torch/include/ATen/ops/_foreach_log_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3835279Z copying torch/include/ATen/ops/_foreach_log_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3836685Z copying torch/include/ATen/ops/_foreach_maximum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3838356Z copying torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3840023Z copying torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3841566Z copying torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3843125Z copying torch/include/ATen/ops/_foreach_maximum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3844568Z copying torch/include/ATen/ops/_foreach_maximum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3846102Z copying torch/include/ATen/ops/_foreach_minimum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3847830Z copying torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3849586Z copying torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3851338Z copying torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3853002Z copying torch/include/ATen/ops/_foreach_minimum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3854515Z copying torch/include/ATen/ops/_foreach_minimum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3856222Z copying torch/include/ATen/ops/_foreach_mul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3858150Z copying torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3860255Z copying torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3861976Z copying torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3863433Z copying torch/include/ATen/ops/_foreach_mul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3865003Z copying torch/include/ATen/ops/_foreach_mul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3866363Z copying torch/include/ATen/ops/_foreach_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3868054Z copying torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3869852Z copying torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3871668Z copying torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3873351Z copying torch/include/ATen/ops/_foreach_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3875078Z copying torch/include/ATen/ops/_foreach_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3876621Z copying torch/include/ATen/ops/_foreach_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3878493Z copying torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3880209Z copying torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3881808Z copying torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3883331Z copying torch/include/ATen/ops/_foreach_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3884836Z copying torch/include/ATen/ops/_foreach_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3886304Z copying torch/include/ATen/ops/_foreach_pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3888108Z copying torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3889792Z copying torch/include/ATen/ops/_foreach_pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3891328Z copying torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3892903Z copying torch/include/ATen/ops/_foreach_pow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3894436Z copying torch/include/ATen/ops/_foreach_pow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3895912Z copying torch/include/ATen/ops/_foreach_reciprocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3897889Z copying torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3899907Z copying torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3902394Z copying torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3904909Z copying torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3907297Z copying torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3909307Z copying torch/include/ATen/ops/_foreach_round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3910900Z copying torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3912598Z copying torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3914281Z copying torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3915766Z copying torch/include/ATen/ops/_foreach_round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3917218Z copying torch/include/ATen/ops/_foreach_round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3918657Z copying torch/include/ATen/ops/_foreach_sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3920514Z copying torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3922377Z copying torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3924043Z copying torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3925710Z copying torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3927384Z copying torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3928653Z copying torch/include/ATen/ops/_foreach_sign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3930557Z copying torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3932302Z copying torch/include/ATen/ops/_foreach_sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3934047Z copying torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3935670Z copying torch/include/ATen/ops/_foreach_sign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3937279Z copying torch/include/ATen/ops/_foreach_sign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3938774Z copying torch/include/ATen/ops/_foreach_sin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3940339Z copying torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3941954Z copying torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3943474Z copying torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3944947Z copying torch/include/ATen/ops/_foreach_sin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3946441Z copying torch/include/ATen/ops/_foreach_sin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3947815Z copying torch/include/ATen/ops/_foreach_sinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3949193Z copying torch/include/ATen/ops/_foreach_sinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3950948Z copying torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3952589Z copying torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3954231Z copying torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3955786Z copying torch/include/ATen/ops/_foreach_sinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3957259Z copying torch/include/ATen/ops/_foreach_sqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3958908Z copying torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3960645Z copying torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3962313Z copying torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3963873Z copying torch/include/ATen/ops/_foreach_sqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3965347Z copying torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3966936Z copying torch/include/ATen/ops/_foreach_sub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3968591Z copying torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3971058Z copying torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3972629Z copying torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3974090Z copying torch/include/ATen/ops/_foreach_sub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3975486Z copying torch/include/ATen/ops/_foreach_sub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3976915Z copying torch/include/ATen/ops/_foreach_tan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3978690Z copying torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3980590Z copying torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3982229Z copying torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3983771Z copying torch/include/ATen/ops/_foreach_tan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3985269Z copying torch/include/ATen/ops/_foreach_tan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3986794Z copying torch/include/ATen/ops/_foreach_tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3988474Z copying torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3990326Z copying torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3992084Z copying torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3993674Z copying torch/include/ATen/ops/_foreach_tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3995565Z copying torch/include/ATen/ops/_foreach_tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3997051Z copying torch/include/ATen/ops/_foreach_trunc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.3998691Z copying torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4000337Z copying torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4001986Z copying torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4003579Z copying torch/include/ATen/ops/_foreach_trunc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4005204Z copying torch/include/ATen/ops/_foreach_trunc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4006677Z copying torch/include/ATen/ops/_foreach_zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4008345Z copying torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4010462Z copying torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4012212Z copying torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4013827Z copying torch/include/ATen/ops/_foreach_zero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4015302Z copying torch/include/ATen/ops/_foreach_zero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4016841Z copying torch/include/ATen/ops/_functional_assert_async.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4018780Z copying torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4020655Z copying torch/include/ATen/ops/_functional_assert_async_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4022255Z copying torch/include/ATen/ops/_functional_assert_async_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4023849Z copying torch/include/ATen/ops/_functional_assert_scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4025737Z copying torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4027635Z copying torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4029189Z copying torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4030738Z copying torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4032587Z copying torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4034592Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4037473Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4040457Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4042558Z copying torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4044383Z copying torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4046140Z copying torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4047724Z copying torch/include/ATen/ops/_fused_adam.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4049501Z copying torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4051241Z copying torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4052797Z copying torch/include/ATen/ops/_fused_adam_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4054733Z copying torch/include/ATen/ops/_fused_adam_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4056881Z copying torch/include/ATen/ops/_fused_adamw.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4059464Z copying torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4062078Z copying torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4064569Z copying torch/include/ATen/ops/_fused_adamw_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4066225Z copying torch/include/ATen/ops/_fused_adamw_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4067478Z copying torch/include/ATen/ops/_fused_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4069035Z copying torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4070636Z copying torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4072157Z copying torch/include/ATen/ops/_fused_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4073541Z copying torch/include/ATen/ops/_fused_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4075085Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4076801Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4078858Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4080612Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4082333Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4083894Z copying torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4085503Z copying torch/include/ATen/ops/_fused_sdp_choice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4086963Z copying torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4088493Z copying torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4090072Z copying torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4091627Z copying torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4093103Z copying torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4094707Z copying torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4096378Z copying torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4097821Z copying torch/include/ATen/ops/_fused_sgd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4099388Z copying torch/include/ATen/ops/_fused_sgd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4100686Z copying torch/include/ATen/ops/_fw_primal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4102252Z copying torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4103839Z copying torch/include/ATen/ops/_fw_primal_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4105504Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4107676Z copying torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4109498Z copying torch/include/ATen/ops/_fw_primal_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4110940Z copying torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4112412Z copying torch/include/ATen/ops/_fw_primal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4113819Z copying torch/include/ATen/ops/_fw_primal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4115268Z copying torch/include/ATen/ops/_gather_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4117025Z copying torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4118821Z copying torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4120414Z copying torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4122695Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4125296Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4128308Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4131361Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4134192Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4136994Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4138971Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4140538Z copying torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4142049Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4143866Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4145744Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4147472Z copying torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4149107Z copying torch/include/ATen/ops/_has_same_storage_numel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4150912Z copying torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4152750Z copying torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4154235Z copying torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4155929Z copying torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4157696Z copying torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4159719Z copying torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4161509Z copying torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4163352Z copying torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4165225Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4167101Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4169149Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4170979Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4172685Z copying torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4174478Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4176462Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4178775Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4180792Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4182585Z copying torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4184408Z copying torch/include/ATen/ops/_index_put_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4187062Z copying torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4189694Z copying torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4192166Z copying torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4194571Z copying torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4196909Z copying torch/include/ATen/ops/_index_put_impl_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4198560Z copying torch/include/ATen/ops/_index_put_impl_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4200503Z copying torch/include/ATen/ops/_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4202013Z copying torch/include/ATen/ops/_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4203823Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4205803Z copying torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4207755Z copying torch/include/ATen/ops/_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4209294Z copying torch/include/ATen/ops/_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4210812Z copying torch/include/ATen/ops/_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4212250Z copying torch/include/ATen/ops/_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4213552Z copying torch/include/ATen/ops/_int_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4214909Z copying torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4216419Z copying torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4217821Z copying torch/include/ATen/ops/_int_mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4219142Z copying torch/include/ATen/ops/_int_mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4220425Z copying torch/include/ATen/ops/_is_all_true.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4221936Z copying torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4223421Z copying torch/include/ATen/ops/_is_all_true_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4224865Z copying torch/include/ATen/ops/_is_all_true_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4226185Z copying torch/include/ATen/ops/_is_any_true.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4227862Z copying torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4229582Z copying torch/include/ATen/ops/_is_any_true_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4230948Z copying torch/include/ATen/ops/_is_any_true_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4232278Z copying torch/include/ATen/ops/_is_zerotensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4233940Z copying torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4235527Z copying torch/include/ATen/ops/_is_zerotensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4236949Z copying torch/include/ATen/ops/_is_zerotensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4238308Z copying torch/include/ATen/ops/_lazy_clone.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4239857Z copying torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4241434Z copying torch/include/ATen/ops/_lazy_clone_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4242990Z copying torch/include/ATen/ops/_lazy_clone_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4244726Z copying torch/include/ATen/ops/_linalg_check_errors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4246610Z copying torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4248478Z copying torch/include/ATen/ops/gt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4250088Z copying torch/include/ATen/ops/_linalg_check_errors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4251846Z copying torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4253296Z copying torch/include/ATen/ops/_linalg_det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4255124Z copying torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4256995Z copying torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4258631Z copying torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4260135Z copying torch/include/ATen/ops/_linalg_det_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4261707Z copying torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4263183Z copying torch/include/ATen/ops/_linalg_det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4264523Z copying torch/include/ATen/ops/_linalg_det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4266151Z copying torch/include/ATen/ops/_linalg_eigh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4267839Z copying torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4269721Z copying torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4271368Z copying torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4272989Z copying torch/include/ATen/ops/_linalg_eigh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4274698Z copying torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4276412Z copying torch/include/ATen/ops/_linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4278045Z copying torch/include/ATen/ops/_linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4279669Z copying torch/include/ATen/ops/_linalg_eigvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4281208Z copying torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4282998Z copying torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4284594Z copying torch/include/ATen/ops/_linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4286228Z copying torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4287877Z copying torch/include/ATen/ops/_linalg_slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4289735Z copying torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4291921Z copying torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4293639Z copying torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4295288Z copying torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4297139Z copying torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4298911Z copying torch/include/ATen/ops/_linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4300520Z copying torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4302053Z copying torch/include/ATen/ops/_linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4303733Z copying torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4305507Z copying torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4306930Z copying torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4308411Z copying torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4309835Z copying torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4311374Z copying torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4312830Z copying torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4314319Z copying torch/include/ATen/ops/_linalg_svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4316266Z copying torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4318325Z copying torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4319971Z copying torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4321460Z copying torch/include/ATen/ops/_linalg_svd_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4322956Z copying torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4324581Z copying torch/include/ATen/ops/_linalg_svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4326012Z copying torch/include/ATen/ops/_linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4327462Z copying torch/include/ATen/ops/_local_scalar_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4329092Z copying torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4330749Z copying torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4332345Z copying torch/include/ATen/ops/_local_scalar_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4333938Z copying torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4335451Z copying torch/include/ATen/ops/_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4337126Z copying torch/include/ATen/ops/_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4339203Z copying torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4341384Z copying torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4343383Z copying torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4345281Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4347173Z copying torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4349197Z copying torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4350987Z copying torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4352904Z copying torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4354802Z copying torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4356499Z copying torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4358096Z copying torch/include/ATen/ops/_log_softmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4359788Z copying torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4361408Z copying torch/include/ATen/ops/_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4362987Z copying torch/include/ATen/ops/_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4364530Z copying torch/include/ATen/ops/_logcumsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4366273Z copying torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4368025Z copying torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4369485Z copying torch/include/ATen/ops/_logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4370967Z copying torch/include/ATen/ops/_logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4372343Z copying torch/include/ATen/ops/_lstm_mps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4373903Z copying torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4375743Z copying torch/include/ATen/ops/_lstm_mps_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4377323Z copying torch/include/ATen/ops/_lstm_mps_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4378841Z copying torch/include/ATen/ops/_lu_with_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4380365Z copying torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4381924Z copying torch/include/ATen/ops/_lu_with_info_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4383438Z copying torch/include/ATen/ops/_lu_with_info_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4384706Z copying torch/include/ATen/ops/_make_dep_token.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4386120Z copying torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4387669Z copying torch/include/ATen/ops/_make_dep_token_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4389072Z copying torch/include/ATen/ops/_make_dep_token_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4390392Z copying torch/include/ATen/ops/_make_dual.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4392010Z copying torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4393570Z copying torch/include/ATen/ops/_make_dual_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4395376Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4397233Z copying torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4398885Z copying torch/include/ATen/ops/_make_dual_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4400208Z copying torch/include/ATen/ops/_neg_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4401451Z copying torch/include/ATen/ops/_make_dual_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4402807Z copying torch/include/ATen/ops/_make_dual_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4404133Z copying torch/include/ATen/ops/_make_dual_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4405570Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4407334Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4409294Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4410980Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4412683Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4414279Z copying torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4415842Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4418076Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4420273Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4422391Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4424431Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4426108Z copying torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4427646Z copying torch/include/ATen/ops/_masked_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4429212Z copying torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4431286Z copying torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4432868Z copying torch/include/ATen/ops/_masked_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4434543Z copying torch/include/ATen/ops/_masked_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4436247Z copying torch/include/ATen/ops/_masked_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4438069Z copying torch/include/ATen/ops/_masked_softmax_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4440427Z copying torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4442473Z copying torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4444084Z copying torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4445638Z copying torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4447145Z copying torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4448819Z copying torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4450491Z copying torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4452148Z copying torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4453826Z copying torch/include/ATen/ops/_masked_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4455617Z copying torch/include/ATen/ops/_masked_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4457301Z copying torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4459193Z copying torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4460756Z copying torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4462276Z copying torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4463810Z copying torch/include/ATen/ops/_mkldnn_reshape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4465604Z copying torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4467494Z copying torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4469146Z copying torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4470795Z copying torch/include/ATen/ops/_mkldnn_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4472667Z copying torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4474521Z copying torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4476230Z copying torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4477842Z copying torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4479321Z copying torch/include/ATen/ops/_mps_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4480958Z copying torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4482634Z copying torch/include/ATen/ops/_mps_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4484394Z copying torch/include/ATen/ops/_mps_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4486054Z copying torch/include/ATen/ops/_mps_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4487886Z copying torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4489760Z copying torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4491466Z copying torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4493144Z copying torch/include/ATen/ops/_native_batch_norm_legit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4495243Z copying torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4497215Z copying torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4499213Z copying torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4500992Z copying torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4502792Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4504895Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4507192Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4509161Z copying torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4510911Z copying torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4512622Z copying torch/include/ATen/ops/_native_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4514589Z copying torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4516492Z copying torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4518288Z copying torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4534601Z copying torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4536810Z copying torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4538641Z copying torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4540064Z copying torch/include/ATen/ops/_neg_view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4541607Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4543395Z copying torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4544975Z copying torch/include/ATen/ops/_neg_view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4546308Z copying torch/include/ATen/ops/_neg_view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4547685Z copying torch/include/ATen/ops/_neg_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4549124Z copying torch/include/ATen/ops/_neg_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4550636Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4552568Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4554476Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4556288Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4558070Z copying torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4559602Z copying torch/include/ATen/ops/_nested_from_padded.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4561327Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4563236Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4565282Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4567127Z copying torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4569021Z copying torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4570830Z copying torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4572523Z copying torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4574176Z copying torch/include/ATen/ops/_nested_from_padded_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4575753Z copying torch/include/ATen/ops/_nested_from_padded_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4577381Z copying torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4579170Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4580835Z copying torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4582519Z copying torch/include/ATen/ops/_nested_get_lengths.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4584092Z copying torch/include/ATen/ops/_nested_get_lengths_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4585704Z copying torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4587233Z copying torch/include/ATen/ops/_nested_get_offsets.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4588811Z copying torch/include/ATen/ops/_nested_get_offsets_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4590360Z copying torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4591907Z copying torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4593469Z copying torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4595109Z copying torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4596663Z copying torch/include/ATen/ops/_nested_get_values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4598347Z copying torch/include/ATen/ops/_nested_get_values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4600286Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4602575Z copying torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4604473Z copying torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4606102Z copying torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4607637Z copying torch/include/ATen/ops/_nested_get_values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4609104Z copying torch/include/ATen/ops/_nested_get_values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4610600Z copying torch/include/ATen/ops/_nested_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4612186Z copying torch/include/ATen/ops/_nested_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4613656Z copying torch/include/ATen/ops/_nested_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4615158Z copying torch/include/ATen/ops/_nested_sum_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4616726Z copying torch/include/ATen/ops/_nested_sum_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4618350Z copying torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4619760Z copying torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4621476Z copying torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4622251Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4623024Z copying torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4623908Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4624761Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4625599Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4626397Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4627183Z copying torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4627907Z copying torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4628617Z copying torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4629340Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4630271Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4631049Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4631785Z copying torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4632450Z copying torch/include/ATen/ops/_nested_tensor_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4633317Z copying torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4634070Z copying torch/include/ATen/ops/_nested_tensor_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4634763Z copying torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4635498Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4636325Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4637082Z copying torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4637798Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4638762Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4639535Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4640251Z copying torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4640917Z copying torch/include/ATen/ops/_nested_tensor_strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4641802Z copying torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4642522Z copying torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4643299Z copying torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4643991Z copying torch/include/ATen/ops/_nested_view_from_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4644708Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4645764Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4646801Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4647550Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4648370Z copying torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4649089Z copying torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4649886Z copying torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4650709Z copying torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4651370Z copying torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4652022Z copying torch/include/ATen/ops/_nested_view_from_jagged.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4652763Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4653837Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4654887Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4655609Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4656540Z copying torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4657225Z copying torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4657962Z copying torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4659015Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4660142Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4660981Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4661721Z copying torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4662438Z copying torch/include/ATen/ops/_nnpack_available.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4663440Z copying torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4664080Z copying torch/include/ATen/ops/_nnpack_available_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4664915Z copying torch/include/ATen/ops/_nnpack_available_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4665581Z copying torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4666554Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4667331Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4668017Z copying torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4668529Z copying torch/include/ATen/ops/_nnz.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4669183Z copying torch/include/ATen/ops/_nnz_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4669721Z copying torch/include/ATen/ops/_nnz_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4670426Z copying torch/include/ATen/ops/_pack_padded_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4671098Z copying torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4672077Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4672823Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4673576Z copying torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4674570Z copying torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4675237Z copying torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4675957Z copying torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4676584Z copying torch/include/ATen/ops/_pad_circular.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4677465Z copying torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4678087Z copying torch/include/ATen/ops/_pad_circular_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4678754Z copying torch/include/ATen/ops/_pad_circular_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4679307Z copying torch/include/ATen/ops/_pad_enum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4680167Z copying torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4680751Z copying torch/include/ATen/ops/_pad_enum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4681406Z copying torch/include/ATen/ops/_pad_enum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4682019Z copying torch/include/ATen/ops/_pad_packed_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4682937Z copying torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4683603Z copying torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4684312Z copying torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4684975Z copying torch/include/ATen/ops/_pdist_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4685800Z copying torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4686550Z copying torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4687236Z copying torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4687940Z copying torch/include/ATen/ops/_pdist_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4688542Z copying torch/include/ATen/ops/_pdist_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4689231Z copying torch/include/ATen/ops/_pdist_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4690175Z copying torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4690904Z copying torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4691606Z copying torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4692273Z copying torch/include/ATen/ops/_pdist_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4692867Z copying torch/include/ATen/ops/_pdist_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4693516Z copying torch/include/ATen/ops/_pin_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4694348Z copying torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4695082Z copying torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4695758Z copying torch/include/ATen/ops/_pin_memory_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4696480Z copying torch/include/ATen/ops/_pin_memory_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4697065Z copying torch/include/ATen/ops/_prelu_kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4697776Z copying torch/include/ATen/ops/_prelu_kernel_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4698570Z copying torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4699354Z copying torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4700023Z copying torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4700768Z copying torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4701420Z copying torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4702204Z copying torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4702822Z copying torch/include/ATen/ops/_prelu_kernel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4703618Z copying torch/include/ATen/ops/_prelu_kernel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4704166Z copying torch/include/ATen/ops/_print.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4705040Z copying torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4705619Z copying torch/include/ATen/ops/_print_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4706262Z copying torch/include/ATen/ops/_print_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4706867Z copying torch/include/ATen/ops/_propagate_xla_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4707810Z copying torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4708483Z copying torch/include/ATen/ops/_propagate_xla_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4709195Z copying torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4709796Z copying torch/include/ATen/ops/_remove_batch_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4710744Z copying torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4711454Z copying torch/include/ATen/ops/_remove_batch_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4712125Z copying torch/include/ATen/ops/_reshape_alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4712791Z copying torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4713569Z copying torch/include/ATen/ops/_reshape_alias_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4714552Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4715552Z copying torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4716414Z copying torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4717086Z copying torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4717835Z copying torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4718543Z copying torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4719346Z copying torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4720024Z copying torch/include/ATen/ops/_reshape_alias_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4720699Z copying torch/include/ATen/ops/_reshape_alias_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4721320Z copying torch/include/ATen/ops/_reshape_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4722240Z copying torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4722891Z copying torch/include/ATen/ops/_reshape_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4723628Z copying torch/include/ATen/ops/_reshape_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4724404Z copying torch/include/ATen/ops/_reshape_from_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4725299Z copying torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4726057Z copying torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4726732Z copying torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4727434Z copying torch/include/ATen/ops/_resize_output.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4728269Z copying torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4729015Z copying torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4729683Z copying torch/include/ATen/ops/_resize_output_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4730395Z copying torch/include/ATen/ops/_resize_output_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4731024Z copying torch/include/ATen/ops/_rowwise_prune.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4731900Z copying torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4732583Z copying torch/include/ATen/ops/_rowwise_prune_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4733272Z copying torch/include/ATen/ops/_rowwise_prune_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4733912Z copying torch/include/ATen/ops/_sample_dirichlet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4734858Z copying torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4735681Z copying torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4736501Z copying torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4737245Z copying torch/include/ATen/ops/_sample_dirichlet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4737911Z copying torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4738880Z copying torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4739826Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4740662Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4741536Z copying torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4742279Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4743361Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4744294Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4745341Z copying torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4746385Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4747404Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4748301Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4749227Z copying torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4750219Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4751125Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4752271Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4753434Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4754433Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4755409Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4756430Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4757530Z copying torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4758345Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4759276Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4760393Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4761297Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4762297Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4763351Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4764193Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4765089Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4766240Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4767296Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4768368Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4769550Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4770436Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4771475Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4772402Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4773243Z copying torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4773950Z copying torch/include/ATen/ops/_scaled_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4774743Z copying torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4775521Z copying torch/include/ATen/ops/_scaled_mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4776266Z copying torch/include/ATen/ops/_scaled_mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4776816Z copying torch/include/ATen/ops/_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4777608Z copying torch/include/ATen/ops/_segment_reduce_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4778785Z copying torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4779522Z copying torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4780330Z copying torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4781173Z copying torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4781873Z copying torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4782669Z copying torch/include/ATen/ops/_shape_as_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4783651Z copying torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4784390Z copying torch/include/ATen/ops/_shape_as_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4785219Z copying torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4785863Z copying torch/include/ATen/ops/_slow_conv2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4787012Z copying torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4787813Z copying torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4788686Z copying torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4789495Z copying torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4790224Z copying torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4791151Z copying torch/include/ATen/ops/_slow_conv2d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4791890Z copying torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4792804Z copying torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4793463Z copying torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4794355Z copying torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4794959Z copying torch/include/ATen/ops/_sobol_engine_draw.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4796005Z copying torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4796802Z copying torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4797517Z copying torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4798266Z copying torch/include/ATen/ops/_sobol_engine_ff.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4799160Z copying torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4800026Z copying torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4800651Z copying torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4801536Z copying torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4802633Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4803448Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4804362Z copying torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4805043Z copying torch/include/ATen/ops/_sobol_engine_scramble.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4806124Z copying torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4807024Z copying torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4807680Z copying torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4808548Z copying torch/include/ATen/ops/_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4809637Z copying torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4810432Z copying torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4811397Z copying torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4812054Z copying torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4812983Z copying torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4813877Z copying torch/include/ATen/ops/_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4814638Z copying torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4815729Z copying torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4816434Z copying torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4817311Z copying torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4817899Z copying torch/include/ATen/ops/_softmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4818859Z copying torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4819465Z copying torch/include/ATen/ops/_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4820278Z copying torch/include/ATen/ops/_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4820850Z copying torch/include/ATen/ops/_sparse_addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4821880Z copying torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4822557Z copying torch/include/ATen/ops/_sparse_addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4823324Z copying torch/include/ATen/ops/_sparse_addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4824026Z copying torch/include/ATen/ops/_sparse_broadcast_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4824910Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4826107Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4827619Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4828509Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4829370Z copying torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4830124Z copying torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4831137Z copying torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4831947Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4832970Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4833654Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4834465Z copying torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4835124Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4836251Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4836953Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4837769Z copying torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4838461Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4839568Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4840295Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4841140Z copying torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4841786Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4842758Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4843449Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4844085Z copying torch/include/ATen/ops/_sparse_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4844800Z copying torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4845453Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4846334Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4847401Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4848221Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4849165Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4849910Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4850913Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4851678Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4852486Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4853173Z copying torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4853852Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4854807Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4855609Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4856433Z copying torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4857039Z copying torch/include/ATen/ops/_sparse_csr_prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4857987Z copying torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4858718Z copying torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4859441Z copying torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4860027Z copying torch/include/ATen/ops/_sparse_csr_sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4860948Z copying torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4861578Z copying torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4862253Z copying torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4862924Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4863784Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4864588Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4865245Z copying torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4865944Z copying torch/include/ATen/ops/_sparse_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4866716Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4867742Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4868483Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4869359Z copying torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4870219Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4871212Z copying torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4871941Z copying torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4872657Z copying torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4873417Z copying torch/include/ATen/ops/_sparse_mask_projection.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4874324Z copying torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4875154Z copying torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4875809Z copying torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4876878Z copying torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4877616Z copying torch/include/ATen/ops/_sparse_mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4878197Z copying torch/include/ATen/ops/_sparse_mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4878842Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4879614Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4880338Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4881152Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4881821Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4882590Z copying torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4883261Z copying torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4884124Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4884848Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4885647Z copying torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4886239Z copying torch/include/ATen/ops/_sparse_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4887063Z copying torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4887998Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4888792Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4889630Z copying torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4890454Z copying torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4891466Z copying torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4892099Z copying torch/include/ATen/ops/_sparse_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4892842Z copying torch/include/ATen/ops/_sparse_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4893462Z copying torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4894440Z copying torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4895103Z copying torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4895868Z copying torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4896522Z copying torch/include/ATen/ops/_sparse_sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4897366Z copying torch/include/ATen/ops/_sparse_sum_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4898209Z copying torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4899101Z copying torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4899743Z copying torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4900666Z copying torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4901443Z copying torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4902168Z copying torch/include/ATen/ops/_sparse_sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4902765Z copying torch/include/ATen/ops/_sparse_sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4903303Z copying torch/include/ATen/ops/_spdiags.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4904212Z copying torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4904723Z copying torch/include/ATen/ops/i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4905469Z copying torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4906104Z copying torch/include/ATen/ops/_spdiags_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4906791Z copying torch/include/ATen/ops/_spdiags_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4907400Z copying torch/include/ATen/ops/_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4908265Z copying torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4908896Z copying torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4909585Z copying torch/include/ATen/ops/_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4910238Z copying torch/include/ATen/ops/_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4910837Z copying torch/include/ATen/ops/_standard_gamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4911771Z copying torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4912441Z copying torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4913239Z copying torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4913850Z copying torch/include/ATen/ops/_standard_gamma_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4914828Z copying torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4915514Z copying torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4916336Z copying torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4917110Z copying torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4917895Z copying torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4918538Z copying torch/include/ATen/ops/_standard_gamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4919271Z copying torch/include/ATen/ops/_standard_gamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4919915Z copying torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4920912Z copying torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4921590Z copying torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4922399Z copying torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4923090Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4924122Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4925157Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4925882Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4926722Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4927482Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4928543Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4929377Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4930417Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4931605Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4932504Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4933275Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4934159Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4934894Z copying torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4935629Z copying torch/include/ATen/ops/_test_check_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4936530Z copying torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4937305Z copying torch/include/ATen/ops/_test_check_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4938026Z copying torch/include/ATen/ops/_test_check_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4938922Z copying torch/include/ATen/ops/_test_functorch_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4939866Z copying torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4940585Z copying torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4941453Z copying torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4942233Z copying torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4943041Z copying torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4944045Z copying torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4944841Z copying torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4945620Z copying torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4946363Z copying torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4947070Z copying torch/include/ATen/ops/_test_optional_floatlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4947986Z copying torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4948840Z copying torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4949581Z copying torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4950327Z copying torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4951066Z copying torch/include/ATen/ops/_test_optional_intlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4952002Z copying torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4952760Z copying torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4953503Z copying torch/include/ATen/ops/_test_optional_intlist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4954221Z copying torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4954949Z copying torch/include/ATen/ops/_test_parallel_materialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4955919Z copying torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4956688Z copying torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4957400Z copying torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4958131Z copying torch/include/ATen/ops/_test_serialization_subcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4959197Z copying torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4959964Z copying torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4960722Z copying torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4961388Z copying torch/include/ATen/ops/_test_string_default.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4962305Z copying torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4963012Z copying torch/include/ATen/ops/_test_string_default_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4963755Z copying torch/include/ATen/ops/_test_string_default_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4964432Z copying torch/include/ATen/ops/_test_warn_in_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4965040Z copying torch/include/ATen/ops/_to_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4965942Z copying torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4966680Z copying torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4967380Z copying torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4968189Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4969231Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4970079Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4970896Z copying torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4971764Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4972796Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4973613Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4974464Z copying torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4975092Z copying torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4975801Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4976911Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4977736Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4978632Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4979495Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4980437Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4981310Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4982119Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4982908Z copying torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4983629Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4984406Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4985839Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4987209Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4989281Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4990332Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4991888Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4993669Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4995039Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4996341Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4997965Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.4999339Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5000694Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5001903Z copying torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5003248Z copying torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5004482Z copying torch/include/ATen/ops/_to_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5005817Z copying torch/include/ATen/ops/_to_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5007258Z copying torch/include/ATen/ops/_to_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5009260Z copying torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5010230Z copying torch/include/ATen/ops/_to_cpu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5011685Z copying torch/include/ATen/ops/_to_cpu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5012940Z copying torch/include/ATen/ops/_to_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5014728Z copying torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5015933Z copying torch/include/ATen/ops/_to_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5017799Z copying torch/include/ATen/ops/_to_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5019179Z copying torch/include/ATen/ops/_to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5020645Z copying torch/include/ATen/ops/_to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5022241Z copying torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5023616Z copying torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5024975Z copying torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5026557Z copying torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5027783Z copying torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5029193Z copying torch/include/ATen/ops/_to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5030653Z copying torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5031637Z copying torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5033136Z copying torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5034467Z copying torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5036564Z copying torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5037663Z copying torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5038779Z copying torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5040783Z copying torch/include/ATen/ops/_to_sparse_csc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5042142Z copying torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5043451Z copying torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5044846Z copying torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5046182Z copying torch/include/ATen/ops/_to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5047589Z copying torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5048859Z copying torch/include/ATen/ops/_to_sparse_csr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5050590Z copying torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5051824Z copying torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5053321Z copying torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5054517Z copying torch/include/ATen/ops/_to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5055840Z copying torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5057429Z copying torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5058903Z copying torch/include/ATen/ops/_to_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5060190Z copying torch/include/ATen/ops/_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5062144Z copying torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5063626Z copying torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5065017Z copying torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5066377Z copying torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5067789Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5069631Z copying torch/include/ATen/ops/_trilinear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5071280Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5072384Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5074064Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5075217Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5076401Z copying torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5077628Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5079449Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5080579Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5081960Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5083188Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5084420Z copying torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5085864Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5087310Z copying torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5088166Z copying torch/include/ATen/ops/_trilinear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5089545Z copying torch/include/ATen/ops/_trilinear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5090947Z copying torch/include/ATen/ops/_triton_multi_head_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5092581Z copying torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5093696Z copying torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5094995Z copying torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5096319Z copying torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5097560Z copying torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5099225Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5101238Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5102230Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5103776Z copying torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5107842Z copying torch/include/ATen/ops/_unique.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5108468Z copying torch/include/ATen/ops/_unique2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5109582Z copying torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5110458Z copying torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5111298Z copying torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5112234Z copying torch/include/ATen/ops/_unique2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5113290Z copying torch/include/ATen/ops/_unique2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5114748Z copying torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5115810Z copying torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5117199Z copying torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5118273Z copying torch/include/ATen/ops/_unique_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5119607Z copying torch/include/ATen/ops/_unique_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5121203Z copying torch/include/ATen/ops/_unpack_dual.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5123155Z copying torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5124103Z copying torch/include/ATen/ops/_unpack_dual_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5125283Z copying torch/include/ATen/ops/_unpack_dual_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5126880Z copying torch/include/ATen/ops/_unsafe_index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5128513Z copying torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5129689Z copying torch/include/ATen/ops/_unsafe_index_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5131063Z copying torch/include/ATen/ops/_unsafe_index_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5132382Z copying torch/include/ATen/ops/_unsafe_index_put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5134063Z copying torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5135153Z copying torch/include/ATen/ops/_unsafe_index_put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5136905Z copying torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5138193Z copying torch/include/ATen/ops/_unsafe_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5139909Z copying torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5141152Z copying torch/include/ATen/ops/_unsafe_view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5142412Z copying torch/include/ATen/ops/_unsafe_view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5143859Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5145573Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5147420Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5148520Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5150138Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5151244Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5152806Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5154230Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5155584Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5157609Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5160246Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5161329Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5162591Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5163970Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5165475Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5166915Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5168363Z copying torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5169637Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5171133Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5172931Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5174761Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5175904Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5176885Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5177827Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5179055Z copying torch/include/ATen/ops/_values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5180501Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5182267Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5183872Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5185190Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5186372Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5187787Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5189112Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5190542Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5191880Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5193409Z copying torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5194656Z copying torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5196403Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5197993Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5199214Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5200638Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5202025Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5203388Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5204821Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5206161Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5207873Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5209128Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5210370Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5211745Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5213098Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5214492Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5215905Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5217301Z copying torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5219184Z copying torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5220475Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5222575Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5223653Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5225052Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5226347Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5227892Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5229197Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5230600Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5232249Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5233604Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5234801Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5236314Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5237562Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5239246Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5240405Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5241977Z copying torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5243403Z copying torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5245267Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5247543Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5248477Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5249742Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5251799Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5253732Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5254770Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5256056Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5257926Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5259521Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5261011Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5262554Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5263918Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5265386Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5266641Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5267996Z copying torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5269463Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5270876Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5272089Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5273564Z copying torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5274927Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5276490Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5277984Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5279070Z copying torch/include/ATen/ops/_version.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5280624Z copying torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5282630Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5283904Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5285277Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5286977Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5288371Z copying torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5289804Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5291505Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5292705Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5294012Z copying torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5295505Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5297183Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5298589Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5300228Z copying torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5301895Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5303460Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5304589Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5306062Z copying torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5307345Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5309150Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5310220Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5311636Z copying torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5313318Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5314854Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5315903Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5317272Z copying torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5318868Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5320368Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5321739Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5323200Z copying torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5324651Z copying torch/include/ATen/ops/_values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5326405Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5327996Z copying torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5328976Z copying torch/include/ATen/ops/_values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5330682Z copying torch/include/ATen/ops/_values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5331882Z copying torch/include/ATen/ops/_values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5333615Z copying torch/include/ATen/ops/_values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5335117Z copying torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5336643Z copying torch/include/ATen/ops/_version_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5338236Z copying torch/include/ATen/ops/_version_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5340244Z copying torch/include/ATen/ops/_weight_int4pack_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5341200Z copying torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5342679Z copying torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5343964Z copying torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5346005Z copying torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5347368Z copying torch/include/ATen/ops/_weight_int8pack_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5348844Z copying torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5350198Z copying torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5351586Z copying torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5352846Z copying torch/include/ATen/ops/_weight_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5354704Z copying torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5355896Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5357596Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5358867Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5360307Z copying torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5361589Z copying torch/include/ATen/ops/_weight_norm_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5363211Z copying torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5364748Z copying torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5366068Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5367542Z copying torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5368860Z copying torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5370242Z copying torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5371837Z copying torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5373080Z copying torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5374548Z copying torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5375879Z copying torch/include/ATen/ops/_weight_norm_interface_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5377545Z copying torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5379039Z copying torch/include/ATen/ops/_weight_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5380960Z copying torch/include/ATen/ops/_weight_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5382450Z copying torch/include/ATen/ops/abs.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5384422Z copying torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5386011Z copying torch/include/ATen/ops/abs_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5389207Z copying torch/include/ATen/ops/abs_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5395702Z copying torch/include/ATen/ops/abs_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5397421Z copying torch/include/ATen/ops/abs_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5398640Z copying torch/include/ATen/ops/absolute.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5400805Z copying torch/include/ATen/ops/acos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5402331Z copying torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5404380Z copying torch/include/ATen/ops/absolute_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5405407Z copying torch/include/ATen/ops/absolute_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5407915Z copying torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5408839Z copying torch/include/ATen/ops/acos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5410905Z copying torch/include/ATen/ops/acos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5412265Z copying torch/include/ATen/ops/acos_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5414163Z copying torch/include/ATen/ops/acos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5415664Z copying torch/include/ATen/ops/acos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5417421Z copying torch/include/ATen/ops/acos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5419327Z copying torch/include/ATen/ops/acosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5421869Z copying torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5423005Z copying torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5424963Z copying torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5426170Z copying torch/include/ATen/ops/acosh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5428045Z copying torch/include/ATen/ops/acosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5428967Z copying torch/include/ATen/ops/acosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5430918Z copying torch/include/ATen/ops/acosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5432255Z copying torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5434217Z copying torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5435067Z copying torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5437603Z copying torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5439148Z copying torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5440764Z copying torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5442403Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5444050Z copying torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5445529Z copying torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5447206Z copying torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5449023Z copying torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5450892Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5452894Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5455592Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5457214Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5459158Z copying torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5461268Z copying torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5462752Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5464581Z copying torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5466391Z copying torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5468022Z copying torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5469722Z copying torch/include/ATen/ops/adaptive_max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5472040Z copying torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5473469Z copying torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5475094Z copying torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5476781Z copying torch/include/ATen/ops/adaptive_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5478749Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5481127Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5482589Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5484272Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5485794Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5487681Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5489666Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5491235Z copying torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5493521Z copying torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5494863Z copying torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5496607Z copying torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5498388Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5500298Z copying torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5502042Z copying torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5503748Z copying torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5505594Z copying torch/include/ATen/ops/adaptive_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5507440Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5509893Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5511292Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5512686Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5514242Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5515820Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5517296Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5519097Z copying torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5520803Z copying torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5522737Z copying torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5523723Z copying torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5525699Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5527404Z copying torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5529179Z copying torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5530675Z copying torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5532120Z copying torch/include/ATen/ops/add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5533998Z copying torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5535817Z copying torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5537125Z copying torch/include/ATen/ops/add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5539134Z copying torch/include/ATen/ops/add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5540451Z copying torch/include/ATen/ops/add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5542405Z copying torch/include/ATen/ops/add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5543733Z copying torch/include/ATen/ops/add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5545623Z copying torch/include/ATen/ops/add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5547258Z copying torch/include/ATen/ops/addbmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5549107Z copying torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5550021Z copying torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5551621Z copying torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5553272Z copying torch/include/ATen/ops/addbmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5554804Z copying torch/include/ATen/ops/addbmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5556298Z copying torch/include/ATen/ops/addcdiv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5558239Z copying torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5559237Z copying torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5560897Z copying torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5562404Z copying torch/include/ATen/ops/addcdiv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5564416Z copying torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5565906Z copying torch/include/ATen/ops/addcdiv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5567171Z copying torch/include/ATen/ops/addcdiv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5568634Z copying torch/include/ATen/ops/addcmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5570443Z copying torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5571601Z copying torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5572982Z copying torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5574947Z copying torch/include/ATen/ops/addcmul_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5575590Z copying torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5577810Z copying torch/include/ATen/ops/addcmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5578845Z copying torch/include/ATen/ops/addcmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5579893Z copying torch/include/ATen/ops/addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5582284Z copying torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5583228Z copying torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5584584Z copying torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5587258Z copying torch/include/ATen/ops/addmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5588053Z copying torch/include/ATen/ops/addmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5589011Z copying torch/include/ATen/ops/addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5590172Z copying torch/include/ATen/ops/addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5591399Z copying torch/include/ATen/ops/addmv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5592999Z copying torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5594203Z copying torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5595414Z copying torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5596186Z copying torch/include/ATen/ops/addmv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5598266Z copying torch/include/ATen/ops/addmv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5599047Z copying torch/include/ATen/ops/addmv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5600200Z copying torch/include/ATen/ops/addmv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5601396Z copying torch/include/ATen/ops/addr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5603507Z copying torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5604568Z copying torch/include/ATen/ops/addr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5605945Z copying torch/include/ATen/ops/addr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5607431Z copying torch/include/ATen/ops/addr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5608701Z copying torch/include/ATen/ops/addr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5610029Z copying torch/include/ATen/ops/adjoint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5611903Z copying torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5612938Z copying torch/include/ATen/ops/adjoint_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5614182Z copying torch/include/ATen/ops/adjoint_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5615573Z copying torch/include/ATen/ops/affine_grid_generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5617135Z copying torch/include/ATen/ops/affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5619326Z copying torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5620475Z copying torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5622218Z copying torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5623614Z copying torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5624863Z copying torch/include/ATen/ops/affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5626261Z copying torch/include/ATen/ops/affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5627881Z copying torch/include/ATen/ops/alias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5629296Z copying torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5630616Z copying torch/include/ATen/ops/alias_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5632393Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5633856Z copying torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5634774Z copying torch/include/ATen/ops/alias_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5636460Z copying torch/include/ATen/ops/alias_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5637896Z copying torch/include/ATen/ops/alias_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5639311Z copying torch/include/ATen/ops/alias_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5640285Z copying torch/include/ATen/ops/align_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5642264Z copying torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5643371Z copying torch/include/ATen/ops/align_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5644921Z copying torch/include/ATen/ops/align_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5646371Z copying torch/include/ATen/ops/align_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5648327Z copying torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5649375Z copying torch/include/ATen/ops/align_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5650937Z copying torch/include/ATen/ops/align_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5652399Z copying torch/include/ATen/ops/align_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5654154Z copying torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5655936Z copying torch/include/ATen/ops/align_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5657372Z copying torch/include/ATen/ops/align_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5659344Z copying torch/include/ATen/ops/all.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5661054Z copying torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5662510Z copying torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5663874Z copying torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5665476Z copying torch/include/ATen/ops/all_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5667326Z copying torch/include/ATen/ops/all_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5668870Z copying torch/include/ATen/ops/all_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5670523Z copying torch/include/ATen/ops/all_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5671796Z copying torch/include/ATen/ops/all_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5673096Z copying torch/include/ATen/ops/all_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5675453Z copying torch/include/ATen/ops/allclose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5676529Z copying torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5677491Z copying torch/include/ATen/ops/allclose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5678856Z copying torch/include/ATen/ops/allclose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5680164Z copying torch/include/ATen/ops/alpha_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5682124Z copying torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5683198Z copying torch/include/ATen/ops/alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5684838Z copying torch/include/ATen/ops/alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5685914Z copying torch/include/ATen/ops/amax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5688185Z copying torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5689199Z copying torch/include/ATen/ops/amax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5690558Z copying torch/include/ATen/ops/amax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5692023Z copying torch/include/ATen/ops/amax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5693417Z copying torch/include/ATen/ops/amax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5694897Z copying torch/include/ATen/ops/amax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5696213Z copying torch/include/ATen/ops/amax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5697816Z copying torch/include/ATen/ops/amin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5699753Z copying torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5700868Z copying torch/include/ATen/ops/amin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5702321Z copying torch/include/ATen/ops/amin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5703657Z copying torch/include/ATen/ops/amin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5705359Z copying torch/include/ATen/ops/amin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5706618Z copying torch/include/ATen/ops/amin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5708063Z copying torch/include/ATen/ops/amin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5709519Z copying torch/include/ATen/ops/aminmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5711287Z copying torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5712396Z copying torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5713749Z copying torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5715067Z copying torch/include/ATen/ops/aminmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5716601Z copying torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5717951Z copying torch/include/ATen/ops/aminmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5719243Z copying torch/include/ATen/ops/aminmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5720727Z copying torch/include/ATen/ops/and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5722424Z copying torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5723637Z copying torch/include/ATen/ops/and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5724860Z copying torch/include/ATen/ops/and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5726403Z copying torch/include/ATen/ops/angle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5727795Z copying torch/include/ATen/ops/angle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5729287Z copying torch/include/ATen/ops/angle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5730569Z copying torch/include/ATen/ops/angle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5732077Z copying torch/include/ATen/ops/angle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5733279Z copying torch/include/ATen/ops/any.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5735105Z copying torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5736557Z copying torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5737850Z copying torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5739880Z copying torch/include/ATen/ops/any_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5741797Z copying torch/include/ATen/ops/any_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5743099Z copying torch/include/ATen/ops/any_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5744538Z copying torch/include/ATen/ops/any_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5745847Z copying torch/include/ATen/ops/any_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5747669Z copying torch/include/ATen/ops/any_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5748829Z copying torch/include/ATen/ops/arange.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5750951Z copying torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5752075Z copying torch/include/ATen/ops/arange_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5753277Z copying torch/include/ATen/ops/arange_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5754528Z copying torch/include/ATen/ops/arange_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5755782Z copying torch/include/ATen/ops/arange_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5757184Z copying torch/include/ATen/ops/arange_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5758538Z copying torch/include/ATen/ops/arccos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5760045Z copying torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5760844Z copying torch/include/ATen/ops/arccos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5762066Z copying torch/include/ATen/ops/arccos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5763629Z copying torch/include/ATen/ops/arccosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5765432Z copying torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5766582Z copying torch/include/ATen/ops/arccosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5768041Z copying torch/include/ATen/ops/arccosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5769340Z copying torch/include/ATen/ops/arcsin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5771282Z copying torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5772397Z copying torch/include/ATen/ops/arcsin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5773906Z copying torch/include/ATen/ops/arcsin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5775329Z copying torch/include/ATen/ops/arcsinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5776810Z copying torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5777986Z copying torch/include/ATen/ops/arcsinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5779317Z copying torch/include/ATen/ops/arcsinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5781098Z copying torch/include/ATen/ops/arctan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5781998Z copying torch/include/ATen/ops/arctan2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5783404Z copying torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5784697Z copying torch/include/ATen/ops/arctan2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5786071Z copying torch/include/ATen/ops/arctan2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5787470Z copying torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5788550Z copying torch/include/ATen/ops/arctan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5789924Z copying torch/include/ATen/ops/arctan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5790991Z copying torch/include/ATen/ops/arctanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5793969Z copying torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5794779Z copying torch/include/ATen/ops/arctanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5795715Z copying torch/include/ATen/ops/arctanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5796493Z copying torch/include/ATen/ops/argmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5798575Z copying torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5799543Z copying torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5800587Z copying torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5802279Z copying torch/include/ATen/ops/argmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5803449Z copying torch/include/ATen/ops/argmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5804879Z copying torch/include/ATen/ops/argmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5806140Z copying torch/include/ATen/ops/argmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5807673Z copying torch/include/ATen/ops/argmin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5809416Z copying torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5810468Z copying torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5811925Z copying torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5813179Z copying torch/include/ATen/ops/argmin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5814883Z copying torch/include/ATen/ops/argmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5815979Z copying torch/include/ATen/ops/argmin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5817593Z copying torch/include/ATen/ops/argmin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5819075Z copying torch/include/ATen/ops/argsort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5821059Z copying torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5822472Z copying torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5823821Z copying torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5825127Z copying torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5826108Z copying torch/include/ATen/ops/argsort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5827323Z copying torch/include/ATen/ops/argsort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5828563Z copying torch/include/ATen/ops/argwhere.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5830418Z copying torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5831115Z copying torch/include/ATen/ops/argwhere_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5832948Z copying torch/include/ATen/ops/argwhere_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5834028Z copying torch/include/ATen/ops/as_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5835739Z copying torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5836458Z copying torch/include/ATen/ops/as_strided_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5838971Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5840280Z copying torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5841285Z copying torch/include/ATen/ops/as_strided_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5842926Z copying torch/include/ATen/ops/as_strided_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5844295Z copying torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5845655Z copying torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5847025Z copying torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5848339Z copying torch/include/ATen/ops/as_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5849732Z copying torch/include/ATen/ops/as_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5851117Z copying torch/include/ATen/ops/as_strided_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5853303Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5854065Z copying torch/include/ATen/ops/asin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5856260Z copying torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5857370Z copying torch/include/ATen/ops/as_strided_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5858842Z copying torch/include/ATen/ops/as_strided_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5860704Z copying torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5861758Z copying torch/include/ATen/ops/asin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5863406Z copying torch/include/ATen/ops/asin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5864564Z copying torch/include/ATen/ops/asin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5866102Z copying torch/include/ATen/ops/asin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5867585Z copying torch/include/ATen/ops/asin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5868852Z copying torch/include/ATen/ops/asin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5870628Z copying torch/include/ATen/ops/asinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5872133Z copying torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5873147Z copying torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5874633Z copying torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5875776Z copying torch/include/ATen/ops/asinh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5877833Z copying torch/include/ATen/ops/asinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5878910Z copying torch/include/ATen/ops/asinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5880725Z copying torch/include/ATen/ops/asinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5881752Z copying torch/include/ATen/ops/atan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5883275Z copying torch/include/ATen/ops/atan2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5885148Z copying torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5886149Z copying torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5887826Z copying torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5889039Z copying torch/include/ATen/ops/atan2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5890487Z copying torch/include/ATen/ops/atan2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5891864Z copying torch/include/ATen/ops/atan2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5893250Z copying torch/include/ATen/ops/atan2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5895159Z copying torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5896219Z copying torch/include/ATen/ops/atan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5897636Z copying torch/include/ATen/ops/atan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5899109Z copying torch/include/ATen/ops/atan_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5901091Z copying torch/include/ATen/ops/atan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5902604Z copying torch/include/ATen/ops/atan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5904035Z copying torch/include/ATen/ops/atan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5905639Z copying torch/include/ATen/ops/atanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5907333Z copying torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5908343Z copying torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5909615Z copying torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5910765Z copying torch/include/ATen/ops/atanh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5912553Z copying torch/include/ATen/ops/atanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5913407Z copying torch/include/ATen/ops/atanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5914669Z copying torch/include/ATen/ops/atanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5916393Z copying torch/include/ATen/ops/atleast_1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5917848Z copying torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5919073Z copying torch/include/ATen/ops/atleast_1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5920327Z copying torch/include/ATen/ops/atleast_1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5921842Z copying torch/include/ATen/ops/atleast_2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5923638Z copying torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5924853Z copying torch/include/ATen/ops/atleast_2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5926578Z copying torch/include/ATen/ops/atleast_2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5927720Z copying torch/include/ATen/ops/atleast_3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5929554Z copying torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5931357Z copying torch/include/ATen/ops/atleast_3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5932912Z copying torch/include/ATen/ops/atleast_3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5934181Z copying torch/include/ATen/ops/avg_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5936116Z copying torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5937345Z copying torch/include/ATen/ops/avg_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5939351Z copying torch/include/ATen/ops/avg_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5943878Z copying torch/include/ATen/ops/avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5945326Z copying torch/include/ATen/ops/avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5947585Z copying torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5948547Z copying torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5949745Z copying torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5950994Z copying torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5952312Z copying torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5954497Z copying torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5955238Z copying torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5957188Z copying torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5958166Z copying torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5959862Z copying torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5961733Z copying torch/include/ATen/ops/avg_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5962798Z copying torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5965171Z copying torch/include/ATen/ops/avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5965882Z copying torch/include/ATen/ops/avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5967203Z copying torch/include/ATen/ops/avg_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5968637Z copying torch/include/ATen/ops/avg_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5970490Z copying torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5971403Z copying torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5972808Z copying torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5974287Z copying torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5975553Z copying torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5976867Z copying torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5978115Z copying torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5979927Z copying torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5981034Z copying torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5982851Z copying torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5984046Z copying torch/include/ATen/ops/avg_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5985318Z copying torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5986995Z copying torch/include/ATen/ops/avg_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5988138Z copying torch/include/ATen/ops/avg_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5989472Z copying torch/include/ATen/ops/baddbmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5991648Z copying torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5992538Z copying torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5993986Z copying torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5995551Z copying torch/include/ATen/ops/baddbmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5997205Z copying torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.5998457Z copying torch/include/ATen/ops/baddbmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6000158Z copying torch/include/ATen/ops/baddbmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6001518Z copying torch/include/ATen/ops/bartlett_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6003029Z copying torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6004233Z copying torch/include/ATen/ops/bartlett_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6005932Z copying torch/include/ATen/ops/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6007192Z copying torch/include/ATen/ops/bartlett_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6008641Z copying torch/include/ATen/ops/batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6009943Z copying torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6011829Z copying torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6012997Z copying torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6014851Z copying torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6016361Z copying torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6017371Z copying torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6019890Z copying torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6021027Z copying torch/include/ATen/ops/batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6022849Z copying torch/include/ATen/ops/batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6024151Z copying torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6026931Z copying torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6028229Z copying torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6030420Z copying torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6031702Z copying torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6033356Z copying torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6034537Z copying torch/include/ATen/ops/batch_norm_elemt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6035840Z copying torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6037070Z copying torch/include/ATen/ops/batch_norm_elemt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6038529Z copying torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6039747Z copying torch/include/ATen/ops/batch_norm_gather_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6041740Z copying torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6042827Z copying torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6044145Z copying torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6045519Z copying torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6046755Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6048266Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6049578Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6050746Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6051684Z copying torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6053073Z copying torch/include/ATen/ops/batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6054622Z copying torch/include/ATen/ops/batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6055756Z copying torch/include/ATen/ops/batch_norm_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6057674Z copying torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6058830Z copying torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6060257Z copying torch/include/ATen/ops/batch_norm_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6061541Z copying torch/include/ATen/ops/batch_norm_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6062884Z copying torch/include/ATen/ops/batch_norm_update_stats.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6064433Z copying torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6065721Z copying torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6067153Z copying torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6068529Z copying torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6069913Z copying torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6071461Z copying torch/include/ATen/ops/bernoulli.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6073025Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6074684Z copying torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6075762Z copying torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6077412Z copying torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6078655Z copying torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6080283Z copying torch/include/ATen/ops/bernoulli_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6081519Z copying torch/include/ATen/ops/bernoulli_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6083186Z copying torch/include/ATen/ops/bilinear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6084680Z copying torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6085997Z copying torch/include/ATen/ops/bilinear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6087788Z copying torch/include/ATen/ops/bilinear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6089002Z copying torch/include/ATen/ops/binary_cross_entropy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6090477Z copying torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6092055Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6093396Z copying torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6094804Z copying torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6096314Z copying torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6097777Z copying torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6099735Z copying torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6101564Z copying torch/include/ATen/ops/binary_cross_entropy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6102771Z copying torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6104156Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6105936Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6107455Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6108366Z copying torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6109451Z copying torch/include/ATen/ops/bincount.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6111128Z copying torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6112911Z copying torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6113586Z copying torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6115014Z copying torch/include/ATen/ops/bincount_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6116554Z copying torch/include/ATen/ops/bincount_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6118069Z copying torch/include/ATen/ops/binomial.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6119883Z copying torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6122149Z copying torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6123459Z copying torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6124980Z copying torch/include/ATen/ops/binomial_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6126437Z copying torch/include/ATen/ops/binomial_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6127924Z copying torch/include/ATen/ops/bitwise_and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6133236Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6134914Z copying torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6136720Z copying torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6137546Z copying torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6138881Z copying torch/include/ATen/ops/bitwise_and_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6140364Z copying torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6141626Z copying torch/include/ATen/ops/bitwise_and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6143181Z copying torch/include/ATen/ops/bitwise_and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6144685Z copying torch/include/ATen/ops/bitwise_left_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6145952Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6147511Z copying torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6148462Z copying torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6149932Z copying torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6151190Z copying torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6152672Z copying torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6153979Z copying torch/include/ATen/ops/bitwise_left_shift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6155242Z copying torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6156815Z copying torch/include/ATen/ops/bitwise_not.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6158395Z copying torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6159725Z copying torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6160739Z copying torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6162473Z copying torch/include/ATen/ops/bitwise_not_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6163562Z copying torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6164891Z copying torch/include/ATen/ops/bitwise_not_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6166382Z copying torch/include/ATen/ops/bitwise_not_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6167692Z copying torch/include/ATen/ops/bitwise_or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6169731Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6170991Z copying torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6172003Z copying torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6173395Z copying torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6174718Z copying torch/include/ATen/ops/bitwise_or_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6176506Z copying torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6177859Z copying torch/include/ATen/ops/bitwise_or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6179655Z copying torch/include/ATen/ops/bitwise_or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6180971Z copying torch/include/ATen/ops/bitwise_right_shift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6182875Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6184324Z copying torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6185592Z copying torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6187015Z copying torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6188538Z copying torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6189899Z copying torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6191329Z copying torch/include/ATen/ops/bitwise_right_shift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6192668Z copying torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6194274Z copying torch/include/ATen/ops/bitwise_xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6195807Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6197435Z copying torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6198638Z copying torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6200229Z copying torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6201441Z copying torch/include/ATen/ops/bitwise_xor_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6203203Z copying torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6204449Z copying torch/include/ATen/ops/bitwise_xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6206076Z copying torch/include/ATen/ops/bitwise_xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6207357Z copying torch/include/ATen/ops/blackman_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6209332Z copying torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6210392Z copying torch/include/ATen/ops/blackman_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6212018Z copying torch/include/ATen/ops/blackman_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6213116Z copying torch/include/ATen/ops/block_diag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6215118Z copying torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6216311Z copying torch/include/ATen/ops/block_diag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6218532Z copying torch/include/ATen/ops/block_diag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6219810Z copying torch/include/ATen/ops/bmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6222326Z copying torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6223333Z copying torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6225023Z copying torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6226195Z copying torch/include/ATen/ops/bmm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6227926Z copying torch/include/ATen/ops/bmm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6229129Z copying torch/include/ATen/ops/bmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6230883Z copying torch/include/ATen/ops/bmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6232129Z copying torch/include/ATen/ops/broadcast_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6234068Z copying torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6235177Z copying torch/include/ATen/ops/broadcast_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6236840Z copying torch/include/ATen/ops/broadcast_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6237959Z copying torch/include/ATen/ops/broadcast_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6239938Z copying torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6241302Z copying torch/include/ATen/ops/broadcast_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6242974Z copying torch/include/ATen/ops/broadcast_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6244236Z copying torch/include/ATen/ops/bucketize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6246230Z copying torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6247499Z copying torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6249209Z copying torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6250465Z copying torch/include/ATen/ops/bucketize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6252585Z copying torch/include/ATen/ops/bucketize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6253634Z copying torch/include/ATen/ops/can_cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6256261Z copying torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6257496Z copying torch/include/ATen/ops/can_cast_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6258709Z copying torch/include/ATen/ops/can_cast_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6260380Z copying torch/include/ATen/ops/cartesian_prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6262098Z copying torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6263235Z copying torch/include/ATen/ops/cartesian_prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6264860Z copying torch/include/ATen/ops/cartesian_prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6266169Z copying torch/include/ATen/ops/cat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6268399Z copying torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6269663Z copying torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6270968Z copying torch/include/ATen/ops/cat_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6272660Z copying torch/include/ATen/ops/cat_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6273989Z copying torch/include/ATen/ops/le.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6275699Z copying torch/include/ATen/ops/cat_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6277396Z copying torch/include/ATen/ops/cat_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6278764Z copying torch/include/ATen/ops/cat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6280396Z copying torch/include/ATen/ops/cat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6281810Z copying torch/include/ATen/ops/cauchy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6283785Z copying torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6285038Z copying torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6286482Z copying torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6288258Z copying torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6289705Z copying torch/include/ATen/ops/cauchy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6290961Z copying torch/include/ATen/ops/cauchy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6292622Z copying torch/include/ATen/ops/ccol_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6294369Z copying torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6295578Z copying torch/include/ATen/ops/ccol_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6297765Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6299405Z copying torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6300584Z copying torch/include/ATen/ops/ccol_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6302073Z copying torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6303755Z copying torch/include/ATen/ops/ccol_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6305167Z copying torch/include/ATen/ops/ccol_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6306756Z copying torch/include/ATen/ops/cdist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6308582Z copying torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6309780Z copying torch/include/ATen/ops/cdist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6311378Z copying torch/include/ATen/ops/cdist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6312923Z copying torch/include/ATen/ops/ceil.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6314774Z copying torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6315941Z copying torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6318052Z copying torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6319480Z copying torch/include/ATen/ops/ceil_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6321079Z copying torch/include/ATen/ops/ceil_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6322469Z copying torch/include/ATen/ops/ceil_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6324059Z copying torch/include/ATen/ops/ceil_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6325539Z copying torch/include/ATen/ops/celu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6327363Z copying torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6328606Z copying torch/include/ATen/ops/celu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6330207Z copying torch/include/ATen/ops/celu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6331707Z copying torch/include/ATen/ops/chain_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6333596Z copying torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6334854Z copying torch/include/ATen/ops/chain_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6336446Z copying torch/include/ATen/ops/chain_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6337919Z copying torch/include/ATen/ops/chalf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6339938Z copying torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6341834Z copying torch/include/ATen/ops/chalf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6343253Z copying torch/include/ATen/ops/chalf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6344995Z copying torch/include/ATen/ops/channel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6347031Z copying torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6348093Z copying torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6349747Z copying torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6351514Z copying torch/include/ATen/ops/channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6353175Z copying torch/include/ATen/ops/channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6354210Z copying torch/include/ATen/ops/cholesky.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6355923Z copying torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6357046Z copying torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6358441Z copying torch/include/ATen/ops/cholesky_inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6359834Z copying torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6361039Z copying torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6362276Z copying torch/include/ATen/ops/cholesky_inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6363645Z copying torch/include/ATen/ops/cholesky_inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6364993Z copying torch/include/ATen/ops/cholesky_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6366178Z copying torch/include/ATen/ops/cholesky_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6367379Z copying torch/include/ATen/ops/cholesky_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6369265Z copying torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6370082Z copying torch/include/ATen/ops/cholesky_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6371607Z copying torch/include/ATen/ops/cholesky_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6372749Z copying torch/include/ATen/ops/choose_qparams_optimized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6374269Z copying torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6375429Z copying torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6377567Z copying torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6378944Z copying torch/include/ATen/ops/chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6380633Z copying torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6381693Z copying torch/include/ATen/ops/chunk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6383037Z copying torch/include/ATen/ops/chunk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6385042Z copying torch/include/ATen/ops/clamp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6388714Z copying torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6389760Z copying torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6391256Z copying torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6392234Z copying torch/include/ATen/ops/clamp_max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6395821Z copying torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6396790Z copying torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6398244Z copying torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6399609Z copying torch/include/ATen/ops/clamp_max_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6400981Z copying torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6402252Z copying torch/include/ATen/ops/clamp_max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6403524Z copying torch/include/ATen/ops/clamp_max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6404772Z copying torch/include/ATen/ops/clamp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6406214Z copying torch/include/ATen/ops/clamp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6407311Z copying torch/include/ATen/ops/clamp_min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6409348Z copying torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6410166Z copying torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6411426Z copying torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6412557Z copying torch/include/ATen/ops/clamp_min_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6414586Z copying torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6415850Z copying torch/include/ATen/ops/clamp_min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6417110Z copying torch/include/ATen/ops/clamp_min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6418921Z copying torch/include/ATen/ops/clamp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6420036Z copying torch/include/ATen/ops/clamp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6421278Z copying torch/include/ATen/ops/clip.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6423154Z copying torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6424207Z copying torch/include/ATen/ops/clip_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6425590Z copying torch/include/ATen/ops/clip_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6426861Z copying torch/include/ATen/ops/clone.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6428695Z copying torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6429684Z copying torch/include/ATen/ops/clone_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6431212Z copying torch/include/ATen/ops/clone_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6432388Z copying torch/include/ATen/ops/coalesce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6433640Z copying torch/include/ATen/ops/lt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6435558Z copying torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6436690Z copying torch/include/ATen/ops/coalesce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6438019Z copying torch/include/ATen/ops/coalesce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6439256Z copying torch/include/ATen/ops/col2im.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6440970Z copying torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6442169Z copying torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6443455Z copying torch/include/ATen/ops/col2im_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6444814Z copying torch/include/ATen/ops/col2im_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6446199Z copying torch/include/ATen/ops/col_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6448131Z copying torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6449114Z copying torch/include/ATen/ops/col_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6450955Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6452447Z copying torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6453581Z copying torch/include/ATen/ops/col_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6454870Z copying torch/include/ATen/ops/col_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6456298Z copying torch/include/ATen/ops/col_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6457514Z copying torch/include/ATen/ops/col_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6459100Z copying torch/include/ATen/ops/column_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6460616Z copying torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6461787Z copying torch/include/ATen/ops/column_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6463096Z copying torch/include/ATen/ops/column_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6464473Z copying torch/include/ATen/ops/combinations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6466209Z copying torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6467243Z copying torch/include/ATen/ops/combinations_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6469113Z copying torch/include/ATen/ops/combinations_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6470130Z copying torch/include/ATen/ops/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6472328Z copying torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6473241Z copying torch/include/ATen/ops/complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6475142Z copying torch/include/ATen/ops/complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6476213Z copying torch/include/ATen/ops/complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6477814Z copying torch/include/ATen/ops/complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6479097Z copying torch/include/ATen/ops/concat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6481044Z copying torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6482130Z copying torch/include/ATen/ops/concat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6483730Z copying torch/include/ATen/ops/concat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6485272Z copying torch/include/ATen/ops/concatenate.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6487033Z copying torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6488304Z copying torch/include/ATen/ops/concatenate_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6490174Z copying torch/include/ATen/ops/concatenate_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6491736Z copying torch/include/ATen/ops/conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6492745Z copying torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6494023Z copying torch/include/ATen/ops/conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6495365Z copying torch/include/ATen/ops/conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6497995Z copying torch/include/ATen/ops/conj_physical.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6499169Z copying torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6500189Z copying torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6502267Z copying torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6503959Z copying torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6505166Z copying torch/include/ATen/ops/conj_physical_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6515046Z copying torch/include/ATen/ops/conj_physical_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6516223Z copying torch/include/ATen/ops/constant_pad_nd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6517229Z copying torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6518011Z copying torch/include/ATen/ops/constant_pad_nd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6518821Z copying torch/include/ATen/ops/constant_pad_nd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6519465Z copying torch/include/ATen/ops/contiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6520453Z copying torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6521171Z copying torch/include/ATen/ops/contiguous_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6521854Z copying torch/include/ATen/ops/contiguous_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6522485Z copying torch/include/ATen/ops/conv1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6523390Z copying torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6524052Z copying torch/include/ATen/ops/conv1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6524676Z copying torch/include/ATen/ops/conv1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6525901Z copying torch/include/ATen/ops/conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6527925Z copying torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6528987Z copying torch/include/ATen/ops/conv2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6530496Z copying torch/include/ATen/ops/conv2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6531653Z copying torch/include/ATen/ops/conv3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6533585Z copying torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6534644Z copying torch/include/ATen/ops/conv3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6536315Z copying torch/include/ATen/ops/conv3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6537821Z copying torch/include/ATen/ops/conv_depthwise3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6539637Z copying torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6540908Z copying torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6542518Z copying torch/include/ATen/ops/conv_depthwise3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6543792Z copying torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6545348Z copying torch/include/ATen/ops/conv_tbc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6546966Z copying torch/include/ATen/ops/conv_tbc_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6548825Z copying torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6550114Z copying torch/include/ATen/ops/conv_tbc_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6551630Z copying torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6553434Z copying torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6554639Z copying torch/include/ATen/ops/conv_tbc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6556456Z copying torch/include/ATen/ops/conv_tbc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6557704Z copying torch/include/ATen/ops/conv_transpose1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6559712Z copying torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6560759Z copying torch/include/ATen/ops/conv_transpose1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6562506Z copying torch/include/ATen/ops/conv_transpose1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6563731Z copying torch/include/ATen/ops/conv_transpose2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6565655Z copying torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6566869Z copying torch/include/ATen/ops/conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6568705Z copying torch/include/ATen/ops/conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6569902Z copying torch/include/ATen/ops/conv_transpose3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6572029Z copying torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6572996Z copying torch/include/ATen/ops/conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6574789Z copying torch/include/ATen/ops/conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6575962Z copying torch/include/ATen/ops/convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6577977Z copying torch/include/ATen/ops/convolution_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6579990Z copying torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6581344Z copying torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6583161Z copying torch/include/ATen/ops/convolution_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6584491Z copying torch/include/ATen/ops/convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6586347Z copying torch/include/ATen/ops/convolution_backward_overrideable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6588035Z copying torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6589409Z copying torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6590932Z copying torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6592752Z copying torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6593863Z copying torch/include/ATen/ops/convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6595478Z copying torch/include/ATen/ops/convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6597023Z copying torch/include/ATen/ops/convolution_overrideable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6599024Z copying torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6600246Z copying torch/include/ATen/ops/convolution_overrideable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6601905Z copying torch/include/ATen/ops/convolution_overrideable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6603078Z copying torch/include/ATen/ops/copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6605564Z copying torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6607088Z copying torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6608288Z copying torch/include/ATen/ops/copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6609886Z copying torch/include/ATen/ops/copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6611491Z copying torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6613297Z copying torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6614594Z copying torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6616296Z copying torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6617610Z copying torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6619530Z copying torch/include/ATen/ops/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6621048Z copying torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6622838Z copying torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6623996Z copying torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6625630Z copying torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6627075Z copying torch/include/ATen/ops/copysign_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6628680Z copying torch/include/ATen/ops/copysign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6630144Z copying torch/include/ATen/ops/copysign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6631593Z copying torch/include/ATen/ops/copysign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6633128Z copying torch/include/ATen/ops/corrcoef.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6635118Z copying torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6636183Z copying torch/include/ATen/ops/corrcoef_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6637802Z copying torch/include/ATen/ops/corrcoef_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6639231Z copying torch/include/ATen/ops/cos.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6641198Z copying torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6642332Z copying torch/include/ATen/ops/cos_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6644078Z copying torch/include/ATen/ops/cos_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6645651Z copying torch/include/ATen/ops/cos_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6647428Z copying torch/include/ATen/ops/cos_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6648605Z copying torch/include/ATen/ops/cos_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6650095Z copying torch/include/ATen/ops/cos_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6651589Z copying torch/include/ATen/ops/cosh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6653975Z copying torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6654913Z copying torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6656581Z copying torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6658149Z copying torch/include/ATen/ops/cosh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6659643Z copying torch/include/ATen/ops/cosh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6661701Z copying torch/include/ATen/ops/cosh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6663127Z copying torch/include/ATen/ops/cosh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6664702Z copying torch/include/ATen/ops/cosine_embedding_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6666287Z copying torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6667579Z copying torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6669059Z copying torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6670643Z copying torch/include/ATen/ops/cosine_similarity.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6672345Z copying torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6673627Z copying torch/include/ATen/ops/cosine_similarity_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6675329Z copying torch/include/ATen/ops/cosine_similarity_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6677203Z copying torch/include/ATen/ops/count_nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6679084Z copying torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6680290Z copying torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6681671Z copying torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6684793Z copying torch/include/ATen/ops/count_nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6686151Z copying torch/include/ATen/ops/count_nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6688939Z copying torch/include/ATen/ops/cov.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6691338Z copying torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6693019Z copying torch/include/ATen/ops/cov_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6694414Z copying torch/include/ATen/ops/cov_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6695776Z copying torch/include/ATen/ops/cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6697596Z copying torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6698948Z copying torch/include/ATen/ops/cross_entropy_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6700670Z copying torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6701836Z copying torch/include/ATen/ops/cross_entropy_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6703172Z copying torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6704481Z copying torch/include/ATen/ops/cross_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6705834Z copying torch/include/ATen/ops/cross_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6707720Z copying torch/include/ATen/ops/crow_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6709340Z copying torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6710444Z copying torch/include/ATen/ops/crow_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6711725Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6713179Z copying torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6714239Z copying torch/include/ATen/ops/crow_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6715699Z copying torch/include/ATen/ops/crow_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6716956Z copying torch/include/ATen/ops/crow_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6718408Z copying torch/include/ATen/ops/crow_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6719652Z copying torch/include/ATen/ops/ctc_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6721373Z copying torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6722447Z copying torch/include/ATen/ops/ctc_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6723946Z copying torch/include/ATen/ops/ctc_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6725266Z copying torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6726691Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6728296Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6729729Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6731008Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6732385Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6733893Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6735172Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6736666Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6738500Z copying torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6739489Z copying torch/include/ATen/ops/cudnn_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6741174Z copying torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6742610Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6744360Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6745759Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6747092Z copying torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6748635Z copying torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6750140Z copying torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6751847Z copying torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6752990Z copying torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6754399Z copying torch/include/ATen/ops/cudnn_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6755670Z copying torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6757807Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6758851Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6760105Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6761239Z copying torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6762742Z copying torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6764153Z copying torch/include/ATen/ops/cudnn_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6765543Z copying torch/include/ATen/ops/cudnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6766690Z copying torch/include/ATen/ops/cudnn_convolution_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6768330Z copying torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6769372Z copying torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6770648Z copying torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6772203Z copying torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6773398Z copying torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6774969Z copying torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6776108Z copying torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6777568Z copying torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6778878Z copying torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6780608Z copying torch/include/ATen/ops/cudnn_grid_sampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6782020Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6783584Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6784735Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6785968Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6787296Z copying torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6788789Z copying torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6789884Z copying torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6791185Z copying torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6792433Z copying torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6793732Z copying torch/include/ATen/ops/cudnn_is_acceptable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6795451Z copying torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6796978Z copying torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6798039Z copying torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6799055Z copying torch/include/ATen/ops/cummax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6801818Z copying torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6803080Z copying torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6803857Z copying torch/include/ATen/ops/cummax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6804767Z copying torch/include/ATen/ops/cummax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6806164Z copying torch/include/ATen/ops/cummaxmin_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6807693Z copying torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6809028Z copying torch/include/ATen/ops/cummaxmin_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6810529Z copying torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6811896Z copying torch/include/ATen/ops/cummin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6813613Z copying torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6815161Z copying torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6816516Z copying torch/include/ATen/ops/cummin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6817982Z copying torch/include/ATen/ops/cummin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6819642Z copying torch/include/ATen/ops/cumprod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6821899Z copying torch/include/ATen/ops/cumprod_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6823480Z copying torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6824759Z copying torch/include/ATen/ops/cumprod_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6826182Z copying torch/include/ATen/ops/cumprod_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6827924Z copying torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6829328Z copying torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6830687Z copying torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6832051Z copying torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6833353Z copying torch/include/ATen/ops/cumprod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6835128Z copying torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6836392Z copying torch/include/ATen/ops/cumprod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6837728Z copying torch/include/ATen/ops/cumprod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6839131Z copying torch/include/ATen/ops/cumsum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6840876Z copying torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6842264Z copying torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6843547Z copying torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6845061Z copying torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6846180Z copying torch/include/ATen/ops/cumsum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6848298Z copying torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6849804Z copying torch/include/ATen/ops/cumsum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6851724Z copying torch/include/ATen/ops/cumsum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6852976Z copying torch/include/ATen/ops/cumulative_trapezoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6854670Z copying torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6855844Z copying torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6857401Z copying torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6858780Z copying torch/include/ATen/ops/data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6860537Z copying torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6861740Z copying torch/include/ATen/ops/data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6863117Z copying torch/include/ATen/ops/data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6864616Z copying torch/include/ATen/ops/deg2rad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6866336Z copying torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6867566Z copying torch/include/ATen/ops/deg2rad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6868830Z copying torch/include/ATen/ops/deg2rad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6870379Z copying torch/include/ATen/ops/dense_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6871765Z copying torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6873353Z copying torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6874647Z copying torch/include/ATen/ops/dense_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6876189Z copying torch/include/ATen/ops/dense_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6877521Z copying torch/include/ATen/ops/dequantize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6879613Z copying torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6880594Z copying torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6882143Z copying torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6883834Z copying torch/include/ATen/ops/dequantize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6884883Z copying torch/include/ATen/ops/dequantize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6886023Z copying torch/include/ATen/ops/det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6888017Z copying torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6888835Z copying torch/include/ATen/ops/det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6891334Z copying torch/include/ATen/ops/det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6892003Z copying torch/include/ATen/ops/detach.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6894583Z copying torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6895466Z copying torch/include/ATen/ops/detach_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6896896Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6898664Z copying torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6899700Z copying torch/include/ATen/ops/detach_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6900997Z copying torch/include/ATen/ops/detach_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6903182Z copying torch/include/ATen/ops/detach_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6903852Z copying torch/include/ATen/ops/detach_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6905010Z copying torch/include/ATen/ops/diag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6906401Z copying torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6907629Z copying torch/include/ATen/ops/diag_embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6909280Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6910774Z copying torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6911908Z copying torch/include/ATen/ops/diag_embed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6913121Z copying torch/include/ATen/ops/diag_embed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6914356Z copying torch/include/ATen/ops/diag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6915509Z copying torch/include/ATen/ops/diag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6916663Z copying torch/include/ATen/ops/diagflat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6918599Z copying torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6919563Z copying torch/include/ATen/ops/diagflat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6920618Z copying torch/include/ATen/ops/diagflat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6921824Z copying torch/include/ATen/ops/diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6922870Z copying torch/include/ATen/ops/diagonal_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6925148Z copying torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6926093Z copying torch/include/ATen/ops/diagonal_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6927103Z copying torch/include/ATen/ops/diagonal_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6928572Z copying torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6930801Z copying torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6931459Z copying torch/include/ATen/ops/diagonal_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6932746Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6934337Z copying torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6935631Z copying torch/include/ATen/ops/diagonal_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6937110Z copying torch/include/ATen/ops/diagonal_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6938217Z copying torch/include/ATen/ops/diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6940001Z copying torch/include/ATen/ops/diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6941539Z copying torch/include/ATen/ops/diagonal_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6943284Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6944788Z copying torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6946058Z copying torch/include/ATen/ops/diagonal_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6947845Z copying torch/include/ATen/ops/diagonal_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6948604Z copying torch/include/ATen/ops/diff.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6950570Z copying torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6951549Z copying torch/include/ATen/ops/diff_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6953143Z copying torch/include/ATen/ops/diff_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6954320Z copying torch/include/ATen/ops/digamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6956388Z copying torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6957417Z copying torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6958765Z copying torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6960060Z copying torch/include/ATen/ops/digamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6961431Z copying torch/include/ATen/ops/digamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6962792Z copying torch/include/ATen/ops/digamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6963940Z copying torch/include/ATen/ops/digamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6965159Z copying torch/include/ATen/ops/dist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6967023Z copying torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6967959Z copying torch/include/ATen/ops/dist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6969199Z copying torch/include/ATen/ops/dist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6970774Z copying torch/include/ATen/ops/div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6972331Z copying torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6973850Z copying torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6975275Z copying torch/include/ATen/ops/div_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6977465Z copying torch/include/ATen/ops/div_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6978853Z copying torch/include/ATen/ops/div_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6981421Z copying torch/include/ATen/ops/div_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6982896Z copying torch/include/ATen/ops/div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6984917Z copying torch/include/ATen/ops/div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6987679Z copying torch/include/ATen/ops/divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6989479Z copying torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6990774Z copying torch/include/ATen/ops/divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6994168Z copying torch/include/ATen/ops/divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6995629Z copying torch/include/ATen/ops/dot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6997306Z copying torch/include/ATen/ops/dot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.6998734Z copying torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7000552Z copying torch/include/ATen/ops/dot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7001745Z copying torch/include/ATen/ops/dot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7002851Z copying torch/include/ATen/ops/dot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7004572Z copying torch/include/ATen/ops/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7005973Z copying torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7007121Z copying torch/include/ATen/ops/dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7008464Z copying torch/include/ATen/ops/dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7010034Z copying torch/include/ATen/ops/dsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7011614Z copying torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7012714Z copying torch/include/ATen/ops/dsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7013767Z copying torch/include/ATen/ops/dsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7015522Z copying torch/include/ATen/ops/dstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7017220Z copying torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7018436Z copying torch/include/ATen/ops/dstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7019801Z copying torch/include/ATen/ops/dstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7021100Z copying torch/include/ATen/ops/einsum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7023107Z copying torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7024047Z copying torch/include/ATen/ops/einsum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7025291Z copying torch/include/ATen/ops/einsum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7026829Z copying torch/include/ATen/ops/elu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7028086Z copying torch/include/ATen/ops/elu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7029945Z copying torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7030978Z copying torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7032384Z copying torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7033743Z copying torch/include/ATen/ops/elu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7035165Z copying torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7036497Z copying torch/include/ATen/ops/elu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7037870Z copying torch/include/ATen/ops/elu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7039594Z copying torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7040576Z copying torch/include/ATen/ops/elu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7042017Z copying torch/include/ATen/ops/elu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7043336Z copying torch/include/ATen/ops/elu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7044725Z copying torch/include/ATen/ops/elu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7046061Z copying torch/include/ATen/ops/elu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7047323Z copying torch/include/ATen/ops/elu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7048920Z copying torch/include/ATen/ops/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7050279Z copying torch/include/ATen/ops/embedding_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7051949Z copying torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7053156Z copying torch/include/ATen/ops/embedding_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7054515Z copying torch/include/ATen/ops/embedding_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7055754Z copying torch/include/ATen/ops/embedding_bag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7057519Z copying torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7058981Z copying torch/include/ATen/ops/embedding_bag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7060340Z copying torch/include/ATen/ops/embedding_bag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7061964Z copying torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7063294Z copying torch/include/ATen/ops/embedding_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7064941Z copying torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7066166Z copying torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7067555Z copying torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7068884Z copying torch/include/ATen/ops/embedding_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7070245Z copying torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7071523Z copying torch/include/ATen/ops/embedding_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7072881Z copying torch/include/ATen/ops/embedding_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7074295Z copying torch/include/ATen/ops/embedding_renorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7076719Z copying torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7077719Z copying torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7079106Z copying torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7080583Z copying torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7081829Z copying torch/include/ATen/ops/embedding_renorm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7083308Z copying torch/include/ATen/ops/embedding_renorm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7085057Z copying torch/include/ATen/ops/embedding_sparse_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7086667Z copying torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7087654Z copying torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7089177Z copying torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7090408Z copying torch/include/ATen/ops/empty.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7092597Z copying torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7093963Z copying torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7095334Z copying torch/include/ATen/ops/empty_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7097067Z copying torch/include/ATen/ops/empty_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7098754Z copying torch/include/ATen/ops/empty_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7100677Z copying torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7101935Z copying torch/include/ATen/ops/empty_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7103439Z copying torch/include/ATen/ops/empty_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7105163Z copying torch/include/ATen/ops/empty_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7106691Z copying torch/include/ATen/ops/empty_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7108263Z copying torch/include/ATen/ops/empty_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7109889Z copying torch/include/ATen/ops/empty_permuted.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7111777Z copying torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7113077Z copying torch/include/ATen/ops/empty_permuted_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7114684Z copying torch/include/ATen/ops/empty_permuted_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7116090Z copying torch/include/ATen/ops/empty_quantized.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7118143Z copying torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7119365Z copying torch/include/ATen/ops/empty_quantized_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7120999Z copying torch/include/ATen/ops/empty_quantized_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7122351Z copying torch/include/ATen/ops/empty_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7124406Z copying torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7125752Z copying torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7127252Z copying torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7128880Z copying torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7130308Z copying torch/include/ATen/ops/empty_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7131696Z copying torch/include/ATen/ops/empty_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7133720Z copying torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7134886Z copying torch/include/ATen/ops/eq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7136684Z copying torch/include/ATen/ops/eq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7137948Z copying torch/include/ATen/ops/eq_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7139846Z copying torch/include/ATen/ops/eq_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7142048Z copying torch/include/ATen/ops/eq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7143348Z copying torch/include/ATen/ops/eq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7145011Z copying torch/include/ATen/ops/equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7146626Z copying torch/include/ATen/ops/equal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7148329Z copying torch/include/ATen/ops/equal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7149677Z copying torch/include/ATen/ops/equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7151258Z copying torch/include/ATen/ops/equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7152539Z copying torch/include/ATen/ops/erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7154712Z copying torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7155687Z copying torch/include/ATen/ops/erf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7157359Z copying torch/include/ATen/ops/erf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7158563Z copying torch/include/ATen/ops/erf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7160310Z copying torch/include/ATen/ops/erf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7161584Z copying torch/include/ATen/ops/erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7163263Z copying torch/include/ATen/ops/erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7164540Z copying torch/include/ATen/ops/erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7166729Z copying torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7167715Z copying torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7169145Z copying torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7170796Z copying torch/include/ATen/ops/erfc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7172126Z copying torch/include/ATen/ops/erfc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7173714Z copying torch/include/ATen/ops/erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7175618Z copying torch/include/ATen/ops/erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7176999Z copying torch/include/ATen/ops/erfinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7179370Z copying torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7180442Z copying torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7181889Z copying torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7183264Z copying torch/include/ATen/ops/erfinv_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7184950Z copying torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7186267Z copying torch/include/ATen/ops/erfinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7187851Z copying torch/include/ATen/ops/erfinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7189370Z copying torch/include/ATen/ops/exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7190665Z copying torch/include/ATen/ops/exp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7192863Z copying torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7193932Z copying torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7195575Z copying torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7196798Z copying torch/include/ATen/ops/exp2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7198487Z copying torch/include/ATen/ops/exp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7199747Z copying torch/include/ATen/ops/exp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7201365Z copying torch/include/ATen/ops/exp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7203118Z copying torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7204253Z copying torch/include/ATen/ops/exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7205669Z copying torch/include/ATen/ops/exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7207026Z copying torch/include/ATen/ops/exp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7208695Z copying torch/include/ATen/ops/exp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7210007Z copying torch/include/ATen/ops/exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7211612Z copying torch/include/ATen/ops/exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7213149Z copying torch/include/ATen/ops/expand.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7214497Z copying torch/include/ATen/ops/expand_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7216655Z copying torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7217611Z copying torch/include/ATen/ops/expand_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7219448Z copying torch/include/ATen/ops/expand_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7221952Z copying torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7223137Z copying torch/include/ATen/ops/expand_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7224124Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7225650Z copying torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7226536Z copying torch/include/ATen/ops/expand_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7227824Z copying torch/include/ATen/ops/expand_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7229472Z copying torch/include/ATen/ops/expand_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7230695Z copying torch/include/ATen/ops/expand_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7231989Z copying torch/include/ATen/ops/expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7233840Z copying torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7234905Z copying torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7236610Z copying torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7237632Z copying torch/include/ATen/ops/expm1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7239578Z copying torch/include/ATen/ops/expm1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7240807Z copying torch/include/ATen/ops/expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7242356Z copying torch/include/ATen/ops/expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7243529Z copying torch/include/ATen/ops/exponential.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7245287Z copying torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7246523Z copying torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7248470Z copying torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7249879Z copying torch/include/ATen/ops/exponential_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7250869Z copying torch/include/ATen/ops/exponential_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7252196Z copying torch/include/ATen/ops/exponential_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7253858Z copying torch/include/ATen/ops/eye.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7256124Z copying torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7257793Z copying torch/include/ATen/ops/eye_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7258764Z copying torch/include/ATen/ops/eye_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7260652Z copying torch/include/ATen/ops/eye_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7263024Z copying torch/include/ATen/ops/eye_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7263739Z copying torch/include/ATen/ops/eye_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7265006Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7266866Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7268295Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7269787Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7271313Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7272764Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7274516Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7276059Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7277277Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7278608Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7280053Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7281638Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7282733Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7284206Z copying torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7285423Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7287145Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7288489Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7289601Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7291608Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7293052Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7294402Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7295565Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7298031Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7299281Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7300158Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7302004Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7303495Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7304750Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7306498Z copying torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7308990Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7309805Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7311281Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7312244Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7313624Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7315183Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7316465Z copying torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7318233Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7319513Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7320907Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7322225Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7323444Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7324917Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7326313Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7328021Z copying torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7329442Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7331158Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7332470Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7333945Z copying torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7335399Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7337380Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7338827Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7340311Z copying torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7341765Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7343697Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7344918Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7346499Z copying torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7347971Z copying torch/include/ATen/ops/feature_alpha_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7349828Z copying torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7351009Z copying torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7352650Z copying torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7353944Z copying torch/include/ATen/ops/feature_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7356006Z copying torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7357122Z copying torch/include/ATen/ops/feature_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7358797Z copying torch/include/ATen/ops/feature_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7360257Z copying torch/include/ATen/ops/fft_fft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7361856Z copying torch/include/ATen/ops/fft_fft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7363717Z copying torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7364945Z copying torch/include/ATen/ops/fft_fft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7367081Z copying torch/include/ATen/ops/fft_fft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7368844Z copying torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7370145Z copying torch/include/ATen/ops/fft_fft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7371750Z copying torch/include/ATen/ops/fft_fft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7373295Z copying torch/include/ATen/ops/fft_fftfreq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7375109Z copying torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7376421Z copying torch/include/ATen/ops/fft_fftfreq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7378020Z copying torch/include/ATen/ops/fft_fftfreq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7379807Z copying torch/include/ATen/ops/fft_fftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7381623Z copying torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7382906Z copying torch/include/ATen/ops/fft_fftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7384751Z copying torch/include/ATen/ops/fft_fftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7385923Z copying torch/include/ATen/ops/fft_fftshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7387455Z copying torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7388845Z copying torch/include/ATen/ops/fft_fftshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7391146Z copying torch/include/ATen/ops/fft_fftshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7392354Z copying torch/include/ATen/ops/fft_hfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7394046Z copying torch/include/ATen/ops/fft_hfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7395330Z copying torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7396438Z copying torch/include/ATen/ops/fft_hfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7397720Z copying torch/include/ATen/ops/fft_hfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7399328Z copying torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7400394Z copying torch/include/ATen/ops/fft_hfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7401721Z copying torch/include/ATen/ops/fft_hfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7402954Z copying torch/include/ATen/ops/fft_hfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7405137Z copying torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7406123Z copying torch/include/ATen/ops/fft_hfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7407066Z copying torch/include/ATen/ops/fft_hfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7408375Z copying torch/include/ATen/ops/fft_ifft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7409787Z copying torch/include/ATen/ops/fft_ifft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7411486Z copying torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7412494Z copying torch/include/ATen/ops/fft_ifft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7413875Z copying torch/include/ATen/ops/fft_ifft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7415241Z copying torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7416331Z copying torch/include/ATen/ops/fft_ifft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7417757Z copying torch/include/ATen/ops/fft_ifft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7419317Z copying torch/include/ATen/ops/fft_ifftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7420921Z copying torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7421806Z copying torch/include/ATen/ops/fft_ifftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7423457Z copying torch/include/ATen/ops/fft_ifftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7424572Z copying torch/include/ATen/ops/fft_ifftshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7426548Z copying torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7427604Z copying torch/include/ATen/ops/fft_ifftshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7428820Z copying torch/include/ATen/ops/fft_ifftshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7429933Z copying torch/include/ATen/ops/fft_ihfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7432510Z copying torch/include/ATen/ops/fft_ihfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7433696Z copying torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7434480Z copying torch/include/ATen/ops/fft_ihfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7435469Z copying torch/include/ATen/ops/fft_ihfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7436885Z copying torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7438095Z copying torch/include/ATen/ops/fft_ihfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7439340Z copying torch/include/ATen/ops/fft_ihfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7440724Z copying torch/include/ATen/ops/fft_ihfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7442116Z copying torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7443311Z copying torch/include/ATen/ops/fft_ihfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7444616Z copying torch/include/ATen/ops/fft_ihfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7446153Z copying torch/include/ATen/ops/fft_irfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7447563Z copying torch/include/ATen/ops/fft_irfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7449207Z copying torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7450296Z copying torch/include/ATen/ops/fft_irfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7451464Z copying torch/include/ATen/ops/fft_irfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7453362Z copying torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7454403Z copying torch/include/ATen/ops/fft_irfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7455742Z copying torch/include/ATen/ops/fft_irfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7457736Z copying torch/include/ATen/ops/fft_irfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7459777Z copying torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7460990Z copying torch/include/ATen/ops/fft_irfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7462245Z copying torch/include/ATen/ops/fft_irfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7464808Z copying torch/include/ATen/ops/fft_rfft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7465723Z copying torch/include/ATen/ops/fft_rfft2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7467597Z copying torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7468676Z copying torch/include/ATen/ops/fft_rfft2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7470044Z copying torch/include/ATen/ops/fft_rfft2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7471818Z copying torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7472934Z copying torch/include/ATen/ops/fft_rfft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7474226Z copying torch/include/ATen/ops/fft_rfft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7475703Z copying torch/include/ATen/ops/fft_rfftfreq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7477472Z copying torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7478738Z copying torch/include/ATen/ops/fft_rfftfreq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7480022Z copying torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7481467Z copying torch/include/ATen/ops/fft_rfftn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7483279Z copying torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7484438Z copying torch/include/ATen/ops/fft_rfftn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7486304Z copying torch/include/ATen/ops/fft_rfftn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7487184Z copying torch/include/ATen/ops/fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7488921Z copying torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7490140Z copying torch/include/ATen/ops/fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7491876Z copying torch/include/ATen/ops/fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7493166Z copying torch/include/ATen/ops/fill_diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7495314Z copying torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7496312Z copying torch/include/ATen/ops/fill_diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7497097Z copying torch/include/ATen/ops/fill_diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7498780Z copying torch/include/ATen/ops/fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7500281Z copying torch/include/ATen/ops/fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7501766Z copying torch/include/ATen/ops/fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7502982Z copying torch/include/ATen/ops/fix.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7504821Z copying torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7505893Z copying torch/include/ATen/ops/fix_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7507388Z copying torch/include/ATen/ops/fix_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7508664Z copying torch/include/ATen/ops/flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7510238Z copying torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7513418Z copying torch/include/ATen/ops/flatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7515078Z copying torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7516388Z copying torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7517669Z copying torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7518795Z copying torch/include/ATen/ops/flatten_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7519880Z copying torch/include/ATen/ops/flatten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7521449Z copying torch/include/ATen/ops/flip.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7523628Z copying torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7525098Z copying torch/include/ATen/ops/flip_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7526888Z copying torch/include/ATen/ops/flip_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7528576Z copying torch/include/ATen/ops/flip_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7530318Z copying torch/include/ATen/ops/flip_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7532151Z copying torch/include/ATen/ops/fliplr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7533933Z copying torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7536314Z copying torch/include/ATen/ops/fliplr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7537826Z copying torch/include/ATen/ops/fliplr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7539310Z copying torch/include/ATen/ops/flipud.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7541554Z copying torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7543627Z copying torch/include/ATen/ops/flipud_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7545141Z copying torch/include/ATen/ops/flipud_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7547169Z copying torch/include/ATen/ops/float_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7548999Z copying torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7551045Z copying torch/include/ATen/ops/float_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7552923Z copying torch/include/ATen/ops/float_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7554355Z copying torch/include/ATen/ops/floor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7556083Z copying torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7557696Z copying torch/include/ATen/ops/floor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7559863Z copying torch/include/ATen/ops/floor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7562435Z copying torch/include/ATen/ops/floor_divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7565309Z copying torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7568196Z copying torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7570686Z copying torch/include/ATen/ops/floor_divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7573369Z copying torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7576015Z copying torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7579001Z copying torch/include/ATen/ops/floor_divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7581421Z copying torch/include/ATen/ops/floor_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7583807Z copying torch/include/ATen/ops/floor_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7586206Z copying torch/include/ATen/ops/floor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7588504Z copying torch/include/ATen/ops/floor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7590686Z copying torch/include/ATen/ops/fmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7593429Z copying torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7596377Z copying torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7598826Z copying torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7601298Z copying torch/include/ATen/ops/fmax_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7603670Z copying torch/include/ATen/ops/fmax_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7606028Z copying torch/include/ATen/ops/fmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7608410Z copying torch/include/ATen/ops/fmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7610612Z copying torch/include/ATen/ops/fmin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7613339Z copying torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7616263Z copying torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7619692Z copying torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7622001Z copying torch/include/ATen/ops/fmin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7624363Z copying torch/include/ATen/ops/fmin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7626748Z copying torch/include/ATen/ops/fmin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7628964Z copying torch/include/ATen/ops/fmin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7631129Z copying torch/include/ATen/ops/fmod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7633717Z copying torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7637137Z copying torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7640147Z copying torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7642574Z copying torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7644926Z copying torch/include/ATen/ops/fmod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7647281Z copying torch/include/ATen/ops/fmod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7649621Z copying torch/include/ATen/ops/fmod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7652074Z copying torch/include/ATen/ops/fmod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7654218Z copying torch/include/ATen/ops/frac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7657053Z copying torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7660030Z copying torch/include/ATen/ops/frac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7662619Z copying torch/include/ATen/ops/frac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7664956Z copying torch/include/ATen/ops/frac_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7667266Z copying torch/include/ATen/ops/frac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7669626Z copying torch/include/ATen/ops/frac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7671890Z copying torch/include/ATen/ops/frac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7674453Z copying torch/include/ATen/ops/fractional_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7677116Z copying torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7680469Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7684053Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7687118Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7690057Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7693026Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7696019Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7699130Z copying torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7702400Z copying torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7705650Z copying torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7708500Z copying torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7711388Z copying torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7714451Z copying torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7717232Z copying torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7719920Z copying torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7722545Z copying torch/include/ATen/ops/fractional_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7725179Z copying torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7728089Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7731123Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7734226Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7737167Z copying torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7740663Z copying torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7744079Z copying torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7746957Z copying torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7749710Z copying torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7752598Z copying torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7755401Z copying torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7758308Z copying torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7760682Z copying torch/include/ATen/ops/frexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7763295Z copying torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7766128Z copying torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7768615Z copying torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7771003Z copying torch/include/ATen/ops/frexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7773318Z copying torch/include/ATen/ops/frexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7775637Z copying torch/include/ATen/ops/frobenius_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7778626Z copying torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7781508Z copying torch/include/ATen/ops/frobenius_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7783994Z copying torch/include/ATen/ops/frobenius_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7786505Z copying torch/include/ATen/ops/from_file.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7789244Z copying torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7792038Z copying torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7794657Z copying torch/include/ATen/ops/from_file_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7797014Z copying torch/include/ATen/ops/from_file_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7799231Z copying torch/include/ATen/ops/full.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7801818Z copying torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7804408Z copying torch/include/ATen/ops/full_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7807087Z copying torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7809803Z copying torch/include/ATen/ops/full_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7812159Z copying torch/include/ATen/ops/full_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7814477Z copying torch/include/ATen/ops/full_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7816798Z copying torch/include/ATen/ops/full_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7819241Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7822433Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7825693Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7828542Z copying torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7831134Z copying torch/include/ATen/ops/gather.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7833564Z copying torch/include/ATen/ops/gather_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7836384Z copying torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7839238Z copying torch/include/ATen/ops/gather_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7841868Z copying torch/include/ATen/ops/gather_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7844823Z copying torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7848015Z copying torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7850761Z copying torch/include/ATen/ops/gather_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7853289Z copying torch/include/ATen/ops/gather_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7855675Z copying torch/include/ATen/ops/gather_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7858167Z copying torch/include/ATen/ops/gather_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7860935Z copying torch/include/ATen/ops/gather_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7863244Z copying torch/include/ATen/ops/gather_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7865453Z copying torch/include/ATen/ops/gcd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7868164Z copying torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7871000Z copying torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7873421Z copying torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7875739Z copying torch/include/ATen/ops/gcd_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7878060Z copying torch/include/ATen/ops/gcd_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7880424Z copying torch/include/ATen/ops/gcd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7882651Z copying torch/include/ATen/ops/gcd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7885348Z copying torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7888094Z copying torch/include/ATen/ops/ge_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7890467Z copying torch/include/ATen/ops/ge_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7892748Z copying torch/include/ATen/ops/ge_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7895020Z copying torch/include/ATen/ops/ge_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7897517Z copying torch/include/ATen/ops/ge_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7899847Z copying torch/include/ATen/ops/ge_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7901987Z copying torch/include/ATen/ops/gelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7904350Z copying torch/include/ATen/ops/gelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7907254Z copying torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7910309Z copying torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7912914Z copying torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7915475Z copying torch/include/ATen/ops/gelu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7918049Z copying torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7920597Z copying torch/include/ATen/ops/gelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7923065Z copying torch/include/ATen/ops/gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7925928Z copying torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7928785Z copying torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7931221Z copying torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7933752Z copying torch/include/ATen/ops/gelu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7936118Z copying torch/include/ATen/ops/gelu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7938734Z copying torch/include/ATen/ops/gelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7940953Z copying torch/include/ATen/ops/gelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7943210Z copying torch/include/ATen/ops/geometric.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7945932Z copying torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7948780Z copying torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7951367Z copying torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7953975Z copying torch/include/ATen/ops/geometric_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7956496Z copying torch/include/ATen/ops/geometric_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7958901Z copying torch/include/ATen/ops/geometric_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7961155Z copying torch/include/ATen/ops/geqrf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7963470Z copying torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7965934Z copying torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7968304Z copying torch/include/ATen/ops/geqrf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7970723Z copying torch/include/ATen/ops/geqrf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7972887Z copying torch/include/ATen/ops/ger.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7975400Z copying torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7978167Z copying torch/include/ATen/ops/ger_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7980416Z copying torch/include/ATen/ops/ger_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7982518Z copying torch/include/ATen/ops/glu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7984723Z copying torch/include/ATen/ops/glu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7987220Z copying torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7989920Z copying torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7992412Z copying torch/include/ATen/ops/glu_backward_jvp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7995241Z copying torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.7998104Z copying torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8000768Z copying torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8003388Z copying torch/include/ATen/ops/glu_backward_jvp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8006116Z copying torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8008584Z copying torch/include/ATen/ops/glu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8011010Z copying torch/include/ATen/ops/glu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8013887Z copying torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8016762Z copying torch/include/ATen/ops/glu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8019304Z copying torch/include/ATen/ops/glu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8021608Z copying torch/include/ATen/ops/glu_jvp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8024227Z copying torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8026963Z copying torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8029434Z copying torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8031864Z copying torch/include/ATen/ops/glu_jvp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8034166Z copying torch/include/ATen/ops/glu_jvp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8036410Z copying torch/include/ATen/ops/glu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8038747Z copying torch/include/ATen/ops/glu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8041096Z copying torch/include/ATen/ops/glu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8043430Z copying torch/include/ATen/ops/glu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8045667Z copying torch/include/ATen/ops/gradient.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8048341Z copying torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8051176Z copying torch/include/ATen/ops/gradient_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8053691Z copying torch/include/ATen/ops/gradient_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8055975Z copying torch/include/ATen/ops/greater.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8058819Z copying torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8061676Z copying torch/include/ATen/ops/greater_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8064444Z copying torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8067251Z copying torch/include/ATen/ops/greater_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8069893Z copying torch/include/ATen/ops/greater_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8072370Z copying torch/include/ATen/ops/greater_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8074733Z copying torch/include/ATen/ops/greater_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8077125Z copying torch/include/ATen/ops/grid_sampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8079525Z copying torch/include/ATen/ops/grid_sampler_2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8082034Z copying torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8085012Z copying torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8088109Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8090979Z copying torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8093785Z copying torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8096565Z copying torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8099632Z copying torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8102548Z copying torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8105231Z copying torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8107848Z copying torch/include/ATen/ops/grid_sampler_2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8110287Z copying torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8112677Z copying torch/include/ATen/ops/grid_sampler_3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8115291Z copying torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8118305Z copying torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8121385Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8124341Z copying torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8127158Z copying torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8129864Z copying torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8133010Z copying torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8135929Z copying torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8138829Z copying torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8141415Z copying torch/include/ATen/ops/grid_sampler_3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8143892Z copying torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8146680Z copying torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8149457Z copying torch/include/ATen/ops/grid_sampler_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8152120Z copying torch/include/ATen/ops/grid_sampler_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8154608Z copying torch/include/ATen/ops/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8157307Z copying torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8160032Z copying torch/include/ATen/ops/group_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8162399Z copying torch/include/ATen/ops/group_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8164762Z copying torch/include/ATen/ops/gru.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8166932Z copying torch/include/ATen/ops/gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8169601Z copying torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8172267Z copying torch/include/ATen/ops/gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8174607Z copying torch/include/ATen/ops/gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8177434Z copying torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8180195Z copying torch/include/ATen/ops/gru_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8182404Z copying torch/include/ATen/ops/gru_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8185154Z copying torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8187938Z copying torch/include/ATen/ops/gt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8190416Z copying torch/include/ATen/ops/gt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8192701Z copying torch/include/ATen/ops/gt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8194997Z copying torch/include/ATen/ops/gt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8197389Z copying torch/include/ATen/ops/gt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8199570Z copying torch/include/ATen/ops/gt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8201838Z copying torch/include/ATen/ops/hamming_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8204631Z copying torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8207495Z copying torch/include/ATen/ops/hamming_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8209977Z copying torch/include/ATen/ops/hamming_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8212486Z copying torch/include/ATen/ops/hann_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8215370Z copying torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8218179Z copying torch/include/ATen/ops/hann_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8220536Z copying torch/include/ATen/ops/hann_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8222819Z copying torch/include/ATen/ops/hardshrink.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8225480Z copying torch/include/ATen/ops/hardshrink_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8228605Z copying torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8231816Z copying torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8234771Z copying torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8237522Z copying torch/include/ATen/ops/hardshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8240243Z copying torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8243003Z copying torch/include/ATen/ops/hardshrink_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8245652Z copying torch/include/ATen/ops/hardshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8248724Z copying torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8251896Z copying torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8254546Z copying torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8257114Z copying torch/include/ATen/ops/hardshrink_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8259807Z copying torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8262353Z copying torch/include/ATen/ops/hardshrink_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8264853Z copying torch/include/ATen/ops/hardshrink_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8267393Z copying torch/include/ATen/ops/hardsigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8269835Z copying torch/include/ATen/ops/hardsigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8273100Z copying torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8276323Z copying torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8279191Z copying torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8282105Z copying torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8284860Z copying torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8287636Z copying torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8290310Z copying torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8293538Z copying torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8296653Z copying torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8299453Z copying torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8302255Z copying torch/include/ATen/ops/hardsigmoid_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8304835Z copying torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8307395Z copying torch/include/ATen/ops/hardsigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8309889Z copying torch/include/ATen/ops/hardsigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8312231Z copying torch/include/ATen/ops/hardswish.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8314653Z copying torch/include/ATen/ops/hardswish_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8317514Z copying torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8320548Z copying torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8323358Z copying torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8326096Z copying torch/include/ATen/ops/hardswish_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8328692Z copying torch/include/ATen/ops/hardswish_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8331226Z copying torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8333839Z copying torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8336489Z copying torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8339284Z copying torch/include/ATen/ops/hardswish_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8341695Z copying torch/include/ATen/ops/hardswish_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8344005Z copying torch/include/ATen/ops/hardtanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8346474Z copying torch/include/ATen/ops/hardtanh_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8349032Z copying torch/include/ATen/ops/hardtanh_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8351698Z copying torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8354463Z copying torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8357122Z copying torch/include/ATen/ops/hardtanh_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8359677Z copying torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8362232Z copying torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8364816Z copying torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8367297Z copying torch/include/ATen/ops/hardtanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8369673Z copying torch/include/ATen/ops/hardtanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8371975Z copying torch/include/ATen/ops/heaviside.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8375094Z copying torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8378200Z copying torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8380925Z copying torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8383428Z copying torch/include/ATen/ops/heaviside_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8385906Z copying torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8388442Z copying torch/include/ATen/ops/heaviside_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8390857Z copying torch/include/ATen/ops/heaviside_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8393302Z copying torch/include/ATen/ops/hinge_embedding_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8396223Z copying torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8399193Z copying torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8401803Z copying torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8404141Z copying torch/include/ATen/ops/histc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8406457Z copying torch/include/ATen/ops/histc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8408944Z copying torch/include/ATen/ops/histc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8411414Z copying torch/include/ATen/ops/histc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8413704Z copying torch/include/ATen/ops/histc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8415961Z copying torch/include/ATen/ops/histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8418709Z copying torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8421218Z copying torch/include/ATen/ops/histogram_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8423576Z copying torch/include/ATen/ops/histogram_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8425950Z copying torch/include/ATen/ops/histogramdd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8428709Z copying torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8431528Z copying torch/include/ATen/ops/histogramdd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8433992Z copying torch/include/ATen/ops/histogramdd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8436318Z copying torch/include/ATen/ops/hsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8438908Z copying torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8441546Z copying torch/include/ATen/ops/hsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8443855Z copying torch/include/ATen/ops/hsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8446178Z copying torch/include/ATen/ops/hspmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8448504Z copying torch/include/ATen/ops/hspmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8450798Z copying torch/include/ATen/ops/hspmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8452995Z copying torch/include/ATen/ops/hstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8455610Z copying torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8458476Z copying torch/include/ATen/ops/hstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8460808Z copying torch/include/ATen/ops/hstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8463090Z copying torch/include/ATen/ops/huber_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8465459Z copying torch/include/ATen/ops/huber_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8468368Z copying torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8471366Z copying torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8474134Z copying torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8476821Z copying torch/include/ATen/ops/huber_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8479393Z copying torch/include/ATen/ops/huber_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8481951Z copying torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8484646Z copying torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8487132Z copying torch/include/ATen/ops/huber_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8489521Z copying torch/include/ATen/ops/huber_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8491871Z copying torch/include/ATen/ops/hypot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8494623Z copying torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8497593Z copying torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8500053Z copying torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8502441Z copying torch/include/ATen/ops/hypot_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8504810Z copying torch/include/ATen/ops/hypot_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8507211Z copying torch/include/ATen/ops/hypot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8509503Z copying torch/include/ATen/ops/hypot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8512240Z copying torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8515021Z copying torch/include/ATen/ops/i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8517400Z copying torch/include/ATen/ops/i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8519897Z copying torch/include/ATen/ops/i0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8522177Z copying torch/include/ATen/ops/i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8524494Z copying torch/include/ATen/ops/i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8526688Z copying torch/include/ATen/ops/i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8528844Z copying torch/include/ATen/ops/igamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8531641Z copying torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8534551Z copying torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8537172Z copying torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8539712Z copying torch/include/ATen/ops/igamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8542129Z copying torch/include/ATen/ops/igamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8544526Z copying torch/include/ATen/ops/igamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8546847Z copying torch/include/ATen/ops/igamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8549064Z copying torch/include/ATen/ops/igammac.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8551852Z copying torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8554806Z copying torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8557743Z copying torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8560165Z copying torch/include/ATen/ops/igammac_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8562637Z copying torch/include/ATen/ops/igammac_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8565175Z copying torch/include/ATen/ops/igammac_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8567540Z copying torch/include/ATen/ops/igammac_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8569788Z copying torch/include/ATen/ops/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8572114Z copying torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8574637Z copying torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8577126Z copying torch/include/ATen/ops/im2col_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8579428Z copying torch/include/ATen/ops/im2col_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8581555Z copying torch/include/ATen/ops/imag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8584118Z copying torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8586709Z copying torch/include/ATen/ops/imag_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8588954Z copying torch/include/ATen/ops/imag_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8591278Z copying torch/include/ATen/ops/index.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8593571Z copying torch/include/ATen/ops/index_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8596456Z copying torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8599706Z copying torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8602514Z copying torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8605070Z copying torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8607533Z copying torch/include/ATen/ops/index_add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8609997Z copying torch/include/ATen/ops/index_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8612486Z copying torch/include/ATen/ops/index_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8614874Z copying torch/include/ATen/ops/index_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8617741Z copying torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8620670Z copying torch/include/ATen/ops/index_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8622927Z copying torch/include/ATen/ops/index_fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8625811Z copying torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8629160Z copying torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8631977Z copying torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8634571Z copying torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8637188Z copying torch/include/ATen/ops/index_copy_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8639641Z copying torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8642144Z copying torch/include/ATen/ops/index_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8644539Z copying torch/include/ATen/ops/index_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8646958Z copying torch/include/ATen/ops/index_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8649423Z copying torch/include/ATen/ops/index_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8652223Z copying torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8655313Z copying torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8658198Z copying torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8684659Z copying torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8687274Z copying torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8690005Z copying torch/include/ATen/ops/index_fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8692396Z copying torch/include/ATen/ops/index_fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8694665Z copying torch/include/ATen/ops/index_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8697142Z copying torch/include/ATen/ops/index_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8699468Z copying torch/include/ATen/ops/index_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8701682Z copying torch/include/ATen/ops/index_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8703911Z copying torch/include/ATen/ops/index_put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8706578Z copying torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8709306Z copying torch/include/ATen/ops/index_put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8711611Z copying torch/include/ATen/ops/index_put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8713928Z copying torch/include/ATen/ops/index_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8716819Z copying torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8719819Z copying torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8722411Z copying torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8724941Z copying torch/include/ATen/ops/index_reduce_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8727576Z copying torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8730109Z copying torch/include/ATen/ops/index_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8732638Z copying torch/include/ATen/ops/index_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8734966Z copying torch/include/ATen/ops/index_select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8737426Z copying torch/include/ATen/ops/index_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8740517Z copying torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8743522Z copying torch/include/ATen/ops/index_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8746126Z copying torch/include/ATen/ops/index_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8749003Z copying torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8751863Z copying torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8754461Z copying torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8757013Z copying torch/include/ATen/ops/index_select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8759405Z copying torch/include/ATen/ops/index_select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8761934Z copying torch/include/ATen/ops/indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8764583Z copying torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8767267Z copying torch/include/ATen/ops/indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8770027Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8773295Z copying torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8776343Z copying torch/include/ATen/ops/indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8779030Z copying torch/include/ATen/ops/indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8781456Z copying torch/include/ATen/ops/indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8783790Z copying torch/include/ATen/ops/indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8786477Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8789826Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8793246Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8796299Z copying torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8798871Z copying torch/include/ATen/ops/inner.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8801597Z copying torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8804212Z copying torch/include/ATen/ops/inner_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8806599Z copying torch/include/ATen/ops/inner_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8808895Z copying torch/include/ATen/ops/instance_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8811673Z copying torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8814480Z copying torch/include/ATen/ops/instance_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8817043Z copying torch/include/ATen/ops/instance_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8819501Z copying torch/include/ATen/ops/int_repr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8822165Z copying torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8824840Z copying torch/include/ATen/ops/int_repr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8827173Z copying torch/include/ATen/ops/int_repr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8829405Z copying torch/include/ATen/ops/inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8832075Z copying torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8834897Z copying torch/include/ATen/ops/inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8837314Z copying torch/include/ATen/ops/inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8839630Z copying torch/include/ATen/ops/is_coalesced.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8842372Z copying torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8845120Z copying torch/include/ATen/ops/is_coalesced_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8847526Z copying torch/include/ATen/ops/is_coalesced_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8849820Z copying torch/include/ATen/ops/is_complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8852534Z copying torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8855260Z copying torch/include/ATen/ops/is_complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8857707Z copying torch/include/ATen/ops/is_complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8858857Z copying torch/include/ATen/ops/is_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8860296Z copying torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8861394Z copying torch/include/ATen/ops/is_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8862478Z copying torch/include/ATen/ops/is_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8863555Z copying torch/include/ATen/ops/is_distributed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8865201Z copying torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8866406Z copying torch/include/ATen/ops/is_distributed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8867533Z copying torch/include/ATen/ops/is_distributed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8868782Z copying torch/include/ATen/ops/is_floating_point.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8870316Z copying torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8871554Z copying torch/include/ATen/ops/is_floating_point_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8872725Z copying torch/include/ATen/ops/is_floating_point_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8873794Z copying torch/include/ATen/ops/is_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8875297Z copying torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8876460Z copying torch/include/ATen/ops/is_inference_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8877479Z copying torch/include/ATen/ops/is_leaf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8878578Z copying torch/include/ATen/ops/is_inference_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8880019Z copying torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8881248Z copying torch/include/ATen/ops/is_leaf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8882352Z copying torch/include/ATen/ops/is_leaf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8883354Z copying torch/include/ATen/ops/is_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8884762Z copying torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8885847Z copying torch/include/ATen/ops/is_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8886898Z copying torch/include/ATen/ops/is_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8887911Z copying torch/include/ATen/ops/is_nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8889386Z copying torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8890550Z copying torch/include/ATen/ops/is_nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8891614Z copying torch/include/ATen/ops/is_nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8892668Z copying torch/include/ATen/ops/is_pinned.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8894138Z copying torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8895295Z copying torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8896502Z copying torch/include/ATen/ops/is_pinned_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8897577Z copying torch/include/ATen/ops/is_pinned_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8898897Z copying torch/include/ATen/ops/is_same_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8900395Z copying torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8901548Z copying torch/include/ATen/ops/is_same_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8902741Z copying torch/include/ATen/ops/is_same_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8903755Z copying torch/include/ATen/ops/is_set_to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8904933Z copying torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8906124Z copying torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8907242Z copying torch/include/ATen/ops/is_set_to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8908326Z copying torch/include/ATen/ops/is_set_to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8909352Z copying torch/include/ATen/ops/is_signed.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8910816Z copying torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8911960Z copying torch/include/ATen/ops/is_signed_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8913020Z copying torch/include/ATen/ops/is_signed_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8914168Z copying torch/include/ATen/ops/is_vulkan_available.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8915942Z copying torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8917206Z copying torch/include/ATen/ops/is_vulkan_available_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8918404Z copying torch/include/ATen/ops/is_vulkan_available_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8919423Z copying torch/include/ATen/ops/isclose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8920892Z copying torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8922030Z copying torch/include/ATen/ops/isclose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8923091Z copying torch/include/ATen/ops/isclose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8924168Z copying torch/include/ATen/ops/isfinite.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8925653Z copying torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8926768Z copying torch/include/ATen/ops/isfinite_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8927859Z copying torch/include/ATen/ops/isfinite_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8928833Z copying torch/include/ATen/ops/isin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8930426Z copying torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8931565Z copying torch/include/ATen/ops/isin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8932732Z copying torch/include/ATen/ops/isin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8933899Z copying torch/include/ATen/ops/isin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8935023Z copying torch/include/ATen/ops/isin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8936111Z copying torch/include/ATen/ops/isin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8937286Z copying torch/include/ATen/ops/isin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8938395Z copying torch/include/ATen/ops/isinf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8939835Z copying torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8940902Z copying torch/include/ATen/ops/isinf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8941950Z copying torch/include/ATen/ops/isinf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8942940Z copying torch/include/ATen/ops/isnan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8944361Z copying torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8945521Z copying torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8946702Z copying torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8947759Z copying torch/include/ATen/ops/isnan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8948805Z copying torch/include/ATen/ops/isnan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8950046Z copying torch/include/ATen/ops/isneginf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8951719Z copying torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8952914Z copying torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8954110Z copying torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8955191Z copying torch/include/ATen/ops/isneginf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8956377Z copying torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8957503Z copying torch/include/ATen/ops/isneginf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8958615Z copying torch/include/ATen/ops/isneginf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8959637Z copying torch/include/ATen/ops/isposinf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8961303Z copying torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8962523Z copying torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8963746Z copying torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8964838Z copying torch/include/ATen/ops/isposinf_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8966042Z copying torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8967198Z copying torch/include/ATen/ops/isposinf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8968688Z copying torch/include/ATen/ops/isposinf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8969701Z copying torch/include/ATen/ops/isreal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8971133Z copying torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8972355Z copying torch/include/ATen/ops/isreal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8973387Z copying torch/include/ATen/ops/isreal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8974379Z copying torch/include/ATen/ops/istft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8975814Z copying torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8976974Z copying torch/include/ATen/ops/istft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8978011Z copying torch/include/ATen/ops/istft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8979062Z copying torch/include/ATen/ops/item.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8980456Z copying torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8981546Z copying torch/include/ATen/ops/item_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8982533Z copying torch/include/ATen/ops/item_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8983631Z copying torch/include/ATen/ops/kaiser_window.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8985366Z copying torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8986560Z copying torch/include/ATen/ops/kaiser_window_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8987694Z copying torch/include/ATen/ops/kaiser_window_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8988691Z copying torch/include/ATen/ops/kl_div.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8990108Z copying torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8991185Z copying torch/include/ATen/ops/kl_div_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8992219Z copying torch/include/ATen/ops/kl_div_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8993224Z copying torch/include/ATen/ops/kron.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8994610Z copying torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8995664Z copying torch/include/ATen/ops/kron_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8996681Z copying torch/include/ATen/ops/kron_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8997717Z copying torch/include/ATen/ops/kthvalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.8999180Z copying torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9000643Z copying torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9001956Z copying torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9003194Z copying torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9004301Z copying torch/include/ATen/ops/kthvalue_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9005474Z copying torch/include/ATen/ops/kthvalue_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9006484Z copying torch/include/ATen/ops/l1_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9007416Z copying torch/include/ATen/ops/mH.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9008847Z copying torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9009956Z copying torch/include/ATen/ops/l1_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9011003Z copying torch/include/ATen/ops/l1_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9012052Z copying torch/include/ATen/ops/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9013532Z copying torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9014696Z copying torch/include/ATen/ops/layer_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9015768Z copying torch/include/ATen/ops/layer_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9016800Z copying torch/include/ATen/ops/lcm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9018524Z copying torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9019828Z copying torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9020976Z copying torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9022002Z copying torch/include/ATen/ops/lcm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9023110Z copying torch/include/ATen/ops/lcm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9024180Z copying torch/include/ATen/ops/lcm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9025187Z copying torch/include/ATen/ops/lcm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9026159Z copying torch/include/ATen/ops/ldexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9027629Z copying torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9028719Z copying torch/include/ATen/ops/ldexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9029762Z copying torch/include/ATen/ops/ldexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9031321Z copying torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9032440Z copying torch/include/ATen/ops/le_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9033557Z copying torch/include/ATen/ops/le_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9034556Z copying torch/include/ATen/ops/le_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9035696Z copying torch/include/ATen/ops/le_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9036821Z copying torch/include/ATen/ops/le_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9037815Z copying torch/include/ATen/ops/le_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9038837Z copying torch/include/ATen/ops/leaky_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9040067Z copying torch/include/ATen/ops/leaky_relu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9041810Z copying torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9043153Z copying torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9044488Z copying torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9045708Z copying torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9047015Z copying torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9048273Z copying torch/include/ATen/ops/leaky_relu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9049480Z copying torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9051128Z copying torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9052335Z copying torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9053725Z copying torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9054853Z copying torch/include/ATen/ops/leaky_relu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9056060Z copying torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9057271Z copying torch/include/ATen/ops/leaky_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9058542Z copying torch/include/ATen/ops/leaky_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9059473Z copying torch/include/ATen/ops/lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9061046Z copying torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9062220Z copying torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9063346Z copying torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9064408Z copying torch/include/ATen/ops/lerp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9065538Z copying torch/include/ATen/ops/lerp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9066584Z copying torch/include/ATen/ops/lerp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9067631Z copying torch/include/ATen/ops/lerp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9068577Z copying torch/include/ATen/ops/less.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9070003Z copying torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9071187Z copying torch/include/ATen/ops/less_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9072660Z copying torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9073885Z copying torch/include/ATen/ops/less_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9074966Z copying torch/include/ATen/ops/less_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9076031Z copying torch/include/ATen/ops/less_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9077059Z copying torch/include/ATen/ops/less_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9078080Z copying torch/include/ATen/ops/lgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9079710Z copying torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9080880Z copying torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9082039Z copying torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9083131Z copying torch/include/ATen/ops/lgamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9084287Z copying torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9085370Z copying torch/include/ATen/ops/lgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9086441Z copying torch/include/ATen/ops/lgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9087631Z copying torch/include/ATen/ops/lift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9089045Z copying torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9090107Z copying torch/include/ATen/ops/lift_fresh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9091585Z copying torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9092681Z copying torch/include/ATen/ops/lift_fresh_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9094205Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9095941Z copying torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9097225Z copying torch/include/ATen/ops/lift_fresh_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9098526Z copying torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9099655Z copying torch/include/ATen/ops/lift_fresh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9100753Z copying torch/include/ATen/ops/lift_fresh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9101816Z copying torch/include/ATen/ops/lift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9102826Z copying torch/include/ATen/ops/lift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9103948Z copying torch/include/ATen/ops/linalg_cholesky.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9105611Z copying torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9106729Z copying torch/include/ATen/ops/linalg_cholesky_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9108465Z copying torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9109916Z copying torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9111222Z copying torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9112410Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9113730Z copying torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9114968Z copying torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9116171Z copying torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9117359Z copying torch/include/ATen/ops/linalg_cholesky_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9118553Z copying torch/include/ATen/ops/linalg_cholesky_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9119609Z copying torch/include/ATen/ops/linalg_cond.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9121095Z copying torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9122455Z copying torch/include/ATen/ops/linalg_cond_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9123592Z copying torch/include/ATen/ops/linalg_cond_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9124671Z copying torch/include/ATen/ops/linalg_cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9126351Z copying torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9127586Z copying torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9128859Z copying torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9129988Z copying torch/include/ATen/ops/linalg_cross_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9131244Z copying torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9132420Z copying torch/include/ATen/ops/linalg_cross_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9133540Z copying torch/include/ATen/ops/linalg_cross_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9134606Z copying torch/include/ATen/ops/linalg_det.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9136094Z copying torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9137366Z copying torch/include/ATen/ops/linalg_det_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9138608Z copying torch/include/ATen/ops/linalg_det_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9139728Z copying torch/include/ATen/ops/linalg_diagonal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9141436Z copying torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9142674Z copying torch/include/ATen/ops/linalg_diagonal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9143914Z copying torch/include/ATen/ops/linalg_diagonal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9144959Z copying torch/include/ATen/ops/linalg_eig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9146178Z copying torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9147408Z copying torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9148552Z copying torch/include/ATen/ops/linalg_eig_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9149667Z copying torch/include/ATen/ops/linalg_eig_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9150744Z copying torch/include/ATen/ops/linalg_eigh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9152228Z copying torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9153365Z copying torch/include/ATen/ops/linalg_eigh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9154488Z copying torch/include/ATen/ops/linalg_eigh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9155569Z copying torch/include/ATen/ops/linalg_eigvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9157304Z copying torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9158575Z copying torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9159867Z copying torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9161074Z copying torch/include/ATen/ops/linalg_eigvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9162214Z copying torch/include/ATen/ops/linalg_eigvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9163344Z copying torch/include/ATen/ops/linalg_eigvalsh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9164890Z copying torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9166108Z copying torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9167270Z copying torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9168521Z copying torch/include/ATen/ops/linalg_householder_product.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9169945Z copying torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9171363Z copying torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9172681Z copying torch/include/ATen/ops/linalg_householder_product_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9173984Z copying torch/include/ATen/ops/linalg_householder_product_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9175160Z copying torch/include/ATen/ops/linalg_inv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9176901Z copying torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9178005Z copying torch/include/ATen/ops/linalg_inv_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9179914Z copying torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9181193Z copying torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9182443Z copying torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9183609Z copying torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9184874Z copying torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9186029Z copying torch/include/ATen/ops/linalg_inv_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9187175Z copying torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9188299Z copying torch/include/ATen/ops/linalg_inv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9189528Z copying torch/include/ATen/ops/linalg_inv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9190683Z copying torch/include/ATen/ops/linalg_ldl_factor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9192240Z copying torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9193627Z copying torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9195509Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9196837Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9198178Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9199403Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9200750Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9202001Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9203193Z copying torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9204445Z copying torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9205628Z copying torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9206747Z copying torch/include/ATen/ops/linalg_ldl_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9208461Z copying torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9209753Z copying torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9211196Z copying torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9212400Z copying torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9213667Z copying torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9214970Z copying torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9216206Z copying torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9217242Z copying torch/include/ATen/ops/linalg_lstsq.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9218882Z copying torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9220139Z copying torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9221376Z copying torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9222533Z copying torch/include/ATen/ops/linalg_lstsq_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9223796Z copying torch/include/ATen/ops/linalg_lstsq_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9224821Z copying torch/include/ATen/ops/linalg_lu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9226452Z copying torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9227790Z copying torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9229090Z copying torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9230229Z copying torch/include/ATen/ops/linalg_lu_factor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9231768Z copying torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9232930Z copying torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9234696Z copying torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9236017Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9237357Z copying torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9238562Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9239867Z copying torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9241139Z copying torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9242335Z copying torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9243514Z copying torch/include/ATen/ops/linalg_lu_factor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9244696Z copying torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9245899Z copying torch/include/ATen/ops/linalg_lu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9247115Z copying torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9248232Z copying torch/include/ATen/ops/linalg_lu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9249418Z copying torch/include/ATen/ops/linalg_lu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9250524Z copying torch/include/ATen/ops/linalg_lu_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9251563Z copying torch/include/ATen/ops/linalg_qr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9253288Z copying torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9254761Z copying torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9256027Z copying torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9257257Z copying torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9258676Z copying torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9259887Z copying torch/include/ATen/ops/linalg_lu_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9261025Z copying torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9262117Z copying torch/include/ATen/ops/linalg_matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9264080Z copying torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9265291Z copying torch/include/ATen/ops/linalg_matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9266406Z copying torch/include/ATen/ops/linalg_matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9267543Z copying torch/include/ATen/ops/linalg_matrix_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9269241Z copying torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9270548Z copying torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9271859Z copying torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9273089Z copying torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9274271Z copying torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9275541Z copying torch/include/ATen/ops/linalg_matrix_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9277109Z copying torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9278354Z copying torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9279555Z copying torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9280711Z copying torch/include/ATen/ops/linalg_matrix_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9282400Z copying torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9283653Z copying torch/include/ATen/ops/linalg_matrix_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9284946Z copying torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9286107Z copying torch/include/ATen/ops/linalg_matrix_rank.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9287660Z copying torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9288859Z copying torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9290062Z copying torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9291171Z copying torch/include/ATen/ops/linalg_multi_dot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9292714Z copying torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9293917Z copying torch/include/ATen/ops/linalg_multi_dot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9295098Z copying torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9296243Z copying torch/include/ATen/ops/linalg_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9297735Z copying torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9299095Z copying torch/include/ATen/ops/linalg_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9300110Z copying torch/include/ATen/ops/linalg_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9301190Z copying torch/include/ATen/ops/linalg_pinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9302810Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9304481Z copying torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9306008Z copying torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9307168Z copying torch/include/ATen/ops/linalg_pinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9308306Z copying torch/include/ATen/ops/linalg_pinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9309950Z copying torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9311142Z copying torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9312359Z copying torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9313468Z copying torch/include/ATen/ops/linalg_qr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9314670Z copying torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9315813Z copying torch/include/ATen/ops/linalg_qr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9317008Z copying torch/include/ATen/ops/linalg_qr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9318142Z copying torch/include/ATen/ops/linalg_slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9319659Z copying torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9320925Z copying torch/include/ATen/ops/linalg_slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9322090Z copying torch/include/ATen/ops/linalg_slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9323173Z copying torch/include/ATen/ops/linalg_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9324703Z copying torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9325812Z copying torch/include/ATen/ops/linalg_solve_ex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9327338Z copying torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9328664Z copying torch/include/ATen/ops/linalg_solve_ex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9329769Z copying torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9330918Z copying torch/include/ATen/ops/linalg_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9332012Z copying torch/include/ATen/ops/linalg_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9333403Z copying torch/include/ATen/ops/linalg_solve_triangular.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9334801Z copying torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9336250Z copying torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9337548Z copying torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9338933Z copying torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9340000Z copying torch/include/ATen/ops/linalg_svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9341450Z copying torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9342731Z copying torch/include/ATen/ops/linalg_svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9343845Z copying torch/include/ATen/ops/linalg_svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9344951Z copying torch/include/ATen/ops/linalg_svdvals.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9346479Z copying torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9347673Z copying torch/include/ATen/ops/linalg_svdvals_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9348955Z copying torch/include/ATen/ops/linalg_svdvals_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9350078Z copying torch/include/ATen/ops/linalg_tensorinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9351744Z copying torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9352955Z copying torch/include/ATen/ops/linalg_tensorinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9354162Z copying torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9355430Z copying torch/include/ATen/ops/linalg_tensorsolve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9356991Z copying torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9358243Z copying torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9359450Z copying torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9360562Z copying torch/include/ATen/ops/linalg_vander.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9362058Z copying torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9363223Z copying torch/include/ATen/ops/linalg_vander_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9364390Z copying torch/include/ATen/ops/linalg_vander_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9365468Z copying torch/include/ATen/ops/linalg_vecdot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9366962Z copying torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9368108Z copying torch/include/ATen/ops/linalg_vecdot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9369473Z copying torch/include/ATen/ops/linalg_vecdot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9370610Z copying torch/include/ATen/ops/linalg_vector_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9372345Z copying torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9373656Z copying torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9374990Z copying torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9376286Z copying torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9377602Z copying torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9378966Z copying torch/include/ATen/ops/linalg_vector_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9380172Z copying torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9381173Z copying torch/include/ATen/ops/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9382292Z copying torch/include/ATen/ops/linear_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9383996Z copying torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9385196Z copying torch/include/ATen/ops/linear_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9386362Z copying torch/include/ATen/ops/linear_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9387943Z copying torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9389397Z copying torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9390620Z copying torch/include/ATen/ops/linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9391659Z copying torch/include/ATen/ops/linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9392689Z copying torch/include/ATen/ops/linspace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9394184Z copying torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9395401Z copying torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9396610Z copying torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9397831Z copying torch/include/ATen/ops/linspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9398976Z copying torch/include/ATen/ops/linspace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9400051Z copying torch/include/ATen/ops/linspace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9401002Z copying torch/include/ATen/ops/log.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9401988Z copying torch/include/ATen/ops/log10.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9403599Z copying torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9404971Z copying torch/include/ATen/ops/log10_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9406166Z copying torch/include/ATen/ops/log10_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9407218Z copying torch/include/ATen/ops/log10_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9408487Z copying torch/include/ATen/ops/log10_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9409583Z copying torch/include/ATen/ops/log10_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9410619Z copying torch/include/ATen/ops/log10_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9411597Z copying torch/include/ATen/ops/log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9413246Z copying torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9414418Z copying torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9415579Z copying torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9416730Z copying torch/include/ATen/ops/log1p_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9417889Z copying torch/include/ATen/ops/log1p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9419180Z copying torch/include/ATen/ops/log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9420230Z copying torch/include/ATen/ops/log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9421345Z copying torch/include/ATen/ops/log2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9423038Z copying torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9424171Z copying torch/include/ATen/ops/log2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9425428Z copying torch/include/ATen/ops/log2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9426447Z copying torch/include/ATen/ops/log2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9427578Z copying torch/include/ATen/ops/log2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9428781Z copying torch/include/ATen/ops/log2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9429801Z copying torch/include/ATen/ops/log2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9431403Z copying torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9432518Z copying torch/include/ATen/ops/log_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9433650Z copying torch/include/ATen/ops/log_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9434677Z copying torch/include/ATen/ops/log_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9435804Z copying torch/include/ATen/ops/log_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9436859Z copying torch/include/ATen/ops/log_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9437888Z copying torch/include/ATen/ops/log_normal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9439560Z copying torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9440809Z copying torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9441964Z copying torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9443175Z copying torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9444278Z copying torch/include/ATen/ops/log_normal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9445348Z copying torch/include/ATen/ops/log_normal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9446365Z copying torch/include/ATen/ops/log_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9447426Z copying torch/include/ATen/ops/log_sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9448583Z copying torch/include/ATen/ops/log_sigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9449919Z copying torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9451226Z copying torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9452475Z copying torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9453689Z copying torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9455186Z copying torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9456559Z copying torch/include/ATen/ops/log_sigmoid_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9457849Z copying torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9459319Z copying torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9460672Z copying torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9461998Z copying torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9463135Z copying torch/include/ATen/ops/log_sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9464245Z copying torch/include/ATen/ops/log_sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9465318Z copying torch/include/ATen/ops/log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9466802Z copying torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9468293Z copying torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9469463Z copying torch/include/ATen/ops/log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9470573Z copying torch/include/ATen/ops/log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9471602Z copying torch/include/ATen/ops/logaddexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9472831Z copying torch/include/ATen/ops/logaddexp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9474576Z copying torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9475825Z copying torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9477216Z copying torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9478371Z copying torch/include/ATen/ops/logaddexp2_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9479619Z copying torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9480762Z copying torch/include/ATen/ops/logaddexp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9481887Z copying torch/include/ATen/ops/logaddexp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9483563Z copying torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9484815Z copying torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9486011Z copying torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9487112Z copying torch/include/ATen/ops/logaddexp_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9488362Z copying torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9489495Z copying torch/include/ATen/ops/logaddexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9490590Z copying torch/include/ATen/ops/logaddexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9491819Z copying torch/include/ATen/ops/logcumsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9493477Z copying torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9494689Z copying torch/include/ATen/ops/logcumsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9496380Z copying torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9497544Z copying torch/include/ATen/ops/logcumsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9498696Z copying torch/include/ATen/ops/logdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9500145Z copying torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9501256Z copying torch/include/ATen/ops/logdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9502323Z copying torch/include/ATen/ops/logdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9503377Z copying torch/include/ATen/ops/logical_and.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9505019Z copying torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9506260Z copying torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9507528Z copying torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9508884Z copying torch/include/ATen/ops/logical_and_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9509998Z copying torch/include/ATen/ops/logical_and_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9511082Z copying torch/include/ATen/ops/logical_not.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9512585Z copying torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9513828Z copying torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9515053Z copying torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9516391Z copying torch/include/ATen/ops/logical_not_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9517534Z copying torch/include/ATen/ops/logical_not_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9518580Z copying torch/include/ATen/ops/logical_or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9520084Z copying torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9521312Z copying torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9522547Z copying torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9523685Z copying torch/include/ATen/ops/logical_or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9524790Z copying torch/include/ATen/ops/logical_or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9525866Z copying torch/include/ATen/ops/logical_xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9527478Z copying torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9528721Z copying torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9529979Z copying torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9531243Z copying torch/include/ATen/ops/logical_xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9532343Z copying torch/include/ATen/ops/logical_xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9533336Z copying torch/include/ATen/ops/logit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9534436Z copying torch/include/ATen/ops/logit_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9536243Z copying torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9537509Z copying torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9538906Z copying torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9540102Z copying torch/include/ATen/ops/logit_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9541354Z copying torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9542542Z copying torch/include/ATen/ops/logit_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9543945Z copying torch/include/ATen/ops/logit_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9545189Z copying torch/include/ATen/ops/logit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9546367Z copying torch/include/ATen/ops/logit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9547492Z copying torch/include/ATen/ops/logit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9548581Z copying torch/include/ATen/ops/logit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9549610Z copying torch/include/ATen/ops/logit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9550650Z copying torch/include/ATen/ops/logspace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9552140Z copying torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9553317Z copying torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9554524Z copying torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9555743Z copying torch/include/ATen/ops/logspace_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9556865Z copying torch/include/ATen/ops/logspace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9557974Z copying torch/include/ATen/ops/logspace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9559028Z copying torch/include/ATen/ops/logsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9560514Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9562309Z copying torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9563809Z copying torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9564973Z copying torch/include/ATen/ops/logsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9566190Z copying torch/include/ATen/ops/logsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9567173Z copying torch/include/ATen/ops/lshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9568627Z copying torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9569808Z copying torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9571099Z copying torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9572279Z copying torch/include/ATen/ops/lshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9573374Z copying torch/include/ATen/ops/lshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9574438Z copying torch/include/ATen/ops/lshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9575412Z copying torch/include/ATen/ops/lstm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9576523Z copying torch/include/ATen/ops/lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9577978Z copying torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9579438Z copying torch/include/ATen/ops/lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9580551Z copying torch/include/ATen/ops/lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9581947Z copying torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9583079Z copying torch/include/ATen/ops/lstm_mps_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9584791Z copying torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9586009Z copying torch/include/ATen/ops/lstm_mps_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9587196Z copying torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9588258Z copying torch/include/ATen/ops/lstm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9589284Z copying torch/include/ATen/ops/lstm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9590848Z copying torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9591948Z copying torch/include/ATen/ops/lt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9593059Z copying torch/include/ATen/ops/lt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9594091Z copying torch/include/ATen/ops/lt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9595171Z copying torch/include/ATen/ops/lt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9596455Z copying torch/include/ATen/ops/lt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9597447Z copying torch/include/ATen/ops/lt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9598433Z copying torch/include/ATen/ops/lu_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9599991Z copying torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9601079Z copying torch/include/ATen/ops/lu_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9602142Z copying torch/include/ATen/ops/lu_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9603184Z copying torch/include/ATen/ops/lu_unpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9604838Z copying torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9606057Z copying torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9607248Z copying torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9608345Z copying torch/include/ATen/ops/lu_unpack_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9609546Z copying torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9610635Z copying torch/include/ATen/ops/lu_unpack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9611730Z copying torch/include/ATen/ops/lu_unpack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9613311Z copying torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9614342Z copying torch/include/ATen/ops/mH_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9615337Z copying torch/include/ATen/ops/mH_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9616349Z copying torch/include/ATen/ops/mT.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9617735Z copying torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9618799Z copying torch/include/ATen/ops/mT_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9619686Z copying torch/include/ATen/ops/mT_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9620824Z copying torch/include/ATen/ops/margin_ranking_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9622193Z copying torch/include/ATen/ops/margin_ranking_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9623779Z copying torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9624992Z copying torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9626056Z copying torch/include/ATen/ops/masked_fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9627668Z copying torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9628888Z copying torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9630155Z copying torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9631453Z copying torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9632612Z copying torch/include/ATen/ops/masked_fill_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9633728Z copying torch/include/ATen/ops/masked_fill_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9634896Z copying torch/include/ATen/ops/masked_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9636118Z copying torch/include/ATen/ops/masked_scatter_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9637755Z copying torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9639075Z copying torch/include/ATen/ops/masked_scatter_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9640349Z copying torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9641875Z copying torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9643157Z copying torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9644440Z copying torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9645710Z copying torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9646904Z copying torch/include/ATen/ops/masked_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9648233Z copying torch/include/ATen/ops/masked_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9649361Z copying torch/include/ATen/ops/masked_select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9650545Z copying torch/include/ATen/ops/masked_select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9652160Z copying torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9653460Z copying torch/include/ATen/ops/masked_select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9654855Z copying torch/include/ATen/ops/masked_select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9656118Z copying torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9657466Z copying torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9658759Z copying torch/include/ATen/ops/masked_select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9659919Z copying torch/include/ATen/ops/masked_select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9660914Z copying torch/include/ATen/ops/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9662039Z copying torch/include/ATen/ops/matmul_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9663564Z copying torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9664774Z copying torch/include/ATen/ops/matmul_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9666025Z copying torch/include/ATen/ops/matmul_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9667468Z copying torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9668699Z copying torch/include/ATen/ops/matmul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9669851Z copying torch/include/ATen/ops/matmul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9670884Z copying torch/include/ATen/ops/matrix_H.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9672342Z copying torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9673441Z copying torch/include/ATen/ops/matrix_H_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9674540Z copying torch/include/ATen/ops/matrix_H_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9675728Z copying torch/include/ATen/ops/matrix_exp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9676868Z copying torch/include/ATen/ops/matrix_exp_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9678464Z copying torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9679718Z copying torch/include/ATen/ops/matrix_exp_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9680919Z copying torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9682404Z copying torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9683736Z copying torch/include/ATen/ops/matrix_exp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9684866Z copying torch/include/ATen/ops/matrix_exp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9685944Z copying torch/include/ATen/ops/matrix_power.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9687447Z copying torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9688627Z copying torch/include/ATen/ops/matrix_power_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9689752Z copying torch/include/ATen/ops/matrix_power_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9690705Z copying torch/include/ATen/ops/max.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9692320Z copying torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9693725Z copying torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9694874Z copying torch/include/ATen/ops/max_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9695992Z copying torch/include/ATen/ops/max_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9697078Z copying torch/include/ATen/ops/max_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9698222Z copying torch/include/ATen/ops/max_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9699398Z copying torch/include/ATen/ops/max_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9700435Z copying torch/include/ATen/ops/max_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9701586Z copying torch/include/ATen/ops/max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9703067Z copying torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9704289Z copying torch/include/ATen/ops/max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9705531Z copying torch/include/ATen/ops/max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9706708Z copying torch/include/ATen/ops/max_pool1d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9708331Z copying torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9709613Z copying torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9710881Z copying torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9711929Z copying torch/include/ATen/ops/max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9713071Z copying torch/include/ATen/ops/max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9714665Z copying torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9715930Z copying torch/include/ATen/ops/max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9717133Z copying torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9718784Z copying torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9719920Z copying torch/include/ATen/ops/max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9721036Z copying torch/include/ATen/ops/max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9722219Z copying torch/include/ATen/ops/max_pool2d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9723519Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9725412Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9726877Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9728347Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9729708Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9731183Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9732552Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9733878Z copying torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9735802Z copying torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9737368Z copying torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9738643Z copying torch/include/ATen/ops/max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9739628Z copying torch/include/ATen/ops/mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9740953Z copying torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9742227Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9743560Z copying torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9744857Z copying torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9746106Z copying torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9747727Z copying torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9748887Z copying torch/include/ATen/ops/max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9749950Z copying torch/include/ATen/ops/max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9751176Z copying torch/include/ATen/ops/max_pool3d_with_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9752458Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9754084Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9755563Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9756923Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9758413Z copying torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9759760Z copying torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9761105Z copying torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9762404Z copying torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9763659Z copying torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9764755Z copying torch/include/ATen/ops/max_unpool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9765956Z copying torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9767181Z copying torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9768370Z copying torch/include/ATen/ops/max_unpool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9769472Z copying torch/include/ATen/ops/max_unpool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9770555Z copying torch/include/ATen/ops/max_unpool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9771884Z copying torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9773119Z copying torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9774267Z copying torch/include/ATen/ops/max_unpool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9775463Z copying torch/include/ATen/ops/max_unpool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9776552Z copying torch/include/ATen/ops/maximum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9778129Z copying torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9779441Z copying torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9780638Z copying torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9781713Z copying torch/include/ATen/ops/maximum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9782899Z copying torch/include/ATen/ops/maximum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9784157Z copying torch/include/ATen/ops/maximum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9785230Z copying torch/include/ATen/ops/maximum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9786228Z copying torch/include/ATen/ops/mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9787624Z copying torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9789416Z copying torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9790870Z copying torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9792022Z copying torch/include/ATen/ops/mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9793172Z copying torch/include/ATen/ops/mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9794189Z copying torch/include/ATen/ops/mean_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9795331Z copying torch/include/ATen/ops/mean_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9796388Z copying torch/include/ATen/ops/mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9797414Z copying torch/include/ATen/ops/mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9798380Z copying torch/include/ATen/ops/median.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9799812Z copying torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9801262Z copying torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9802465Z copying torch/include/ATen/ops/median_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9803615Z copying torch/include/ATen/ops/median_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9804695Z copying torch/include/ATen/ops/median_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9805878Z copying torch/include/ATen/ops/median_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9806910Z copying torch/include/ATen/ops/meshgrid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9808394Z copying torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9809615Z copying torch/include/ATen/ops/meshgrid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9810893Z copying torch/include/ATen/ops/meshgrid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9811875Z copying torch/include/ATen/ops/min.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9813432Z copying torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9814866Z copying torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9816010Z copying torch/include/ATen/ops/min_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9817281Z copying torch/include/ATen/ops/min_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9818468Z copying torch/include/ATen/ops/min_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9819575Z copying torch/include/ATen/ops/min_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9820629Z copying torch/include/ATen/ops/min_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9821625Z copying torch/include/ATen/ops/min_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9822758Z copying torch/include/ATen/ops/minimum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9824507Z copying torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9825899Z copying torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9827122Z copying torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9828171Z copying torch/include/ATen/ops/minimum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9829365Z copying torch/include/ATen/ops/minimum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9830466Z copying torch/include/ATen/ops/minimum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9831532Z copying torch/include/ATen/ops/minimum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9832841Z copying torch/include/ATen/ops/miopen_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9834112Z copying torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9835763Z copying torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9837187Z copying torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9838486Z copying torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9839769Z copying torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9841481Z copying torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9842825Z copying torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9844056Z copying torch/include/ATen/ops/miopen_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9845319Z copying torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9846478Z copying torch/include/ATen/ops/miopen_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9847764Z copying torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9849159Z copying torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9850516Z copying torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9851809Z copying torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9853389Z copying torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9854754Z copying torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9856004Z copying torch/include/ATen/ops/miopen_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9857288Z copying torch/include/ATen/ops/miopen_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9858824Z copying torch/include/ATen/ops/miopen_convolution_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9859814Z copying torch/include/ATen/ops/mv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9861166Z copying torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9862641Z copying torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9863915Z copying torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9865205Z copying torch/include/ATen/ops/miopen_convolution_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9866872Z copying torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9868339Z copying torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9869681Z copying torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9870998Z copying torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9872310Z copying torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9873996Z copying torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9875448Z copying torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9876872Z copying torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9878305Z copying torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9879367Z copying torch/include/ATen/ops/miopen_rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9880614Z copying torch/include/ATen/ops/miopen_rnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9882217Z copying torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9883534Z copying torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9884788Z copying torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9886028Z copying torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9887527Z copying torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9888928Z copying torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9890032Z copying torch/include/ATen/ops/miopen_rnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9891105Z copying torch/include/ATen/ops/miopen_rnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9892046Z copying torch/include/ATen/ops/mish.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9893141Z copying torch/include/ATen/ops/mish_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9894835Z copying torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9896071Z copying torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9897390Z copying torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9898910Z copying torch/include/ATen/ops/mish_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9899809Z copying torch/include/ATen/ops/mish_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9900857Z copying torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9901655Z copying torch/include/ATen/ops/mish_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9902795Z copying torch/include/ATen/ops/mish_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9903877Z copying torch/include/ATen/ops/mish_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9904745Z copying torch/include/ATen/ops/mish_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9905337Z copying torch/include/ATen/ops/mish_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9906044Z copying torch/include/ATen/ops/mish_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9906717Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9907537Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9908751Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9909587Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9910584Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9911372Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9912152Z copying torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9912845Z copying torch/include/ATen/ops/mkldnn_convolution.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9913917Z copying torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9914712Z copying torch/include/ATen/ops/mkldnn_convolution_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9915410Z copying torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9916016Z copying torch/include/ATen/ops/mkldnn_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9916703Z copying torch/include/ATen/ops/mkldnn_linear_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9917678Z copying torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9918418Z copying torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9919622Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9920505Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9921264Z copying torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9922013Z copying torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9922742Z copying torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9923472Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9924450Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9925231Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9926018Z copying torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9926869Z copying torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9927547Z copying torch/include/ATen/ops/mkldnn_linear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9928215Z copying torch/include/ATen/ops/mkldnn_linear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9928872Z copying torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9929640Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9930625Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9931407Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9932190Z copying torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9933075Z copying torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9933778Z copying torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9934467Z copying torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9935125Z copying torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9935856Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9936867Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9937635Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9938613Z copying torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9939452Z copying torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9940282Z copying torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9941229Z copying torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9941965Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9943092Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9944036Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9944759Z copying torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9945483Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9946494Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9947410Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9948116Z copying torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9948881Z copying torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9949542Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9950607Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9951562Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9952278Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9953140Z copying torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9954588Z copying torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9955559Z copying torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9956786Z copying torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9958083Z copying torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9959852Z copying torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9960927Z copying torch/include/ATen/ops/mm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9962416Z copying torch/include/ATen/ops/mm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9963804Z copying torch/include/ATen/ops/mm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9965418Z copying torch/include/ATen/ops/mm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9966580Z copying torch/include/ATen/ops/mm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9968068Z copying torch/include/ATen/ops/mm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9969758Z copying torch/include/ATen/ops/mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9971262Z copying torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9972778Z copying torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9974397Z copying torch/include/ATen/ops/mode_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9975677Z copying torch/include/ATen/ops/mode_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9977439Z copying torch/include/ATen/ops/mode_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9978854Z copying torch/include/ATen/ops/mode_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9980647Z copying torch/include/ATen/ops/moveaxis.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9982266Z copying torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9984078Z copying torch/include/ATen/ops/moveaxis_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9985137Z copying torch/include/ATen/ops/moveaxis_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9986578Z copying torch/include/ATen/ops/movedim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9988334Z copying torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9990109Z copying torch/include/ATen/ops/movedim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9991527Z copying torch/include/ATen/ops/movedim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9992907Z copying torch/include/ATen/ops/mps_convolution_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9994536Z copying torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9996037Z copying torch/include/ATen/ops/mps_convolution_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9997402Z copying torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:21.9999107Z copying torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0000800Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0002218Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0003910Z copying torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0005496Z copying torch/include/ATen/ops/mse_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0008179Z copying torch/include/ATen/ops/mse_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0009140Z copying torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0010493Z copying torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0011976Z copying torch/include/ATen/ops/mse_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0013378Z copying torch/include/ATen/ops/mse_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0015168Z copying torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0016555Z copying torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0017967Z copying torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0019750Z copying torch/include/ATen/ops/mse_loss_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0021628Z copying torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0022886Z copying torch/include/ATen/ops/mse_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0024577Z copying torch/include/ATen/ops/mse_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0025993Z copying torch/include/ATen/ops/msort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0027779Z copying torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0029076Z copying torch/include/ATen/ops/msort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0030573Z copying torch/include/ATen/ops/msort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0032056Z copying torch/include/ATen/ops/mul.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0033822Z copying torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0035545Z copying torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0036833Z copying torch/include/ATen/ops/mul_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0038344Z copying torch/include/ATen/ops/mul_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0039883Z copying torch/include/ATen/ops/mul_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0041392Z copying torch/include/ATen/ops/mul_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0042912Z copying torch/include/ATen/ops/mul_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0044345Z copying torch/include/ATen/ops/mul_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0045974Z copying torch/include/ATen/ops/multi_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0047600Z copying torch/include/ATen/ops/multi_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0049293Z copying torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0050822Z copying torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0052314Z copying torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0053876Z copying torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0055515Z copying torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0057050Z copying torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0058704Z copying torch/include/ATen/ops/multi_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0060246Z copying torch/include/ATen/ops/multi_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0062185Z copying torch/include/ATen/ops/multilabel_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0063613Z copying torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0065365Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0066669Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0068009Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0069352Z copying torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0070886Z copying torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0072104Z copying torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0073595Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0075085Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0076699Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0077967Z copying torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0079241Z copying torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0080819Z copying torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0082004Z copying torch/include/ATen/ops/multinomial.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0083400Z copying torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0084715Z copying torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0086108Z copying torch/include/ATen/ops/multinomial_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0088171Z copying torch/include/ATen/ops/multinomial_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0089310Z copying torch/include/ATen/ops/multiply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0091080Z copying torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0092191Z copying torch/include/ATen/ops/multiply_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0093585Z copying torch/include/ATen/ops/multiply_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0095369Z copying torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0096558Z copying torch/include/ATen/ops/mv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0097838Z copying torch/include/ATen/ops/mv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0099204Z copying torch/include/ATen/ops/mvlgamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0100956Z copying torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0102253Z copying torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0103507Z copying torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0104611Z copying torch/include/ATen/ops/mvlgamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0105865Z copying torch/include/ATen/ops/mvlgamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0107121Z copying torch/include/ATen/ops/nan_to_num.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0108594Z copying torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0111257Z copying torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0112111Z copying torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0112939Z copying torch/include/ATen/ops/nan_to_num_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0113758Z copying torch/include/ATen/ops/nan_to_num_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0115152Z copying torch/include/ATen/ops/nanmean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0116785Z copying torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0117761Z copying torch/include/ATen/ops/nanmean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0119110Z copying torch/include/ATen/ops/nanmean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0120431Z copying torch/include/ATen/ops/nanmedian.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0122502Z copying torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0123642Z copying torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0124772Z copying torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0126140Z copying torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0127470Z copying torch/include/ATen/ops/nanmedian_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0128798Z copying torch/include/ATen/ops/nanmedian_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0130481Z copying torch/include/ATen/ops/nanquantile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0132101Z copying torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0133225Z copying torch/include/ATen/ops/nanquantile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0134762Z copying torch/include/ATen/ops/nanquantile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0136080Z copying torch/include/ATen/ops/nansum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0137805Z copying torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0139184Z copying torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0140923Z copying torch/include/ATen/ops/nansum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0142049Z copying torch/include/ATen/ops/nansum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0143522Z copying torch/include/ATen/ops/narrow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0145181Z copying torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0146129Z copying torch/include/ATen/ops/narrow_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0148066Z copying torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0149151Z copying torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0150488Z copying torch/include/ATen/ops/narrow_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0152367Z copying torch/include/ATen/ops/narrow_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0153504Z copying torch/include/ATen/ops/narrow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0155169Z copying torch/include/ATen/ops/narrow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0156587Z copying torch/include/ATen/ops/native_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0158254Z copying torch/include/ATen/ops/native_batch_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0159839Z copying torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0161188Z copying torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0162638Z copying torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0164075Z copying torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0165499Z copying torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0167210Z copying torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0168505Z copying torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0170104Z copying torch/include/ATen/ops/native_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0171397Z copying torch/include/ATen/ops/native_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0173111Z copying torch/include/ATen/ops/native_channel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0174810Z copying torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0176027Z copying torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0177893Z copying torch/include/ATen/ops/native_channel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0179965Z copying torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0181256Z copying torch/include/ATen/ops/native_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0183045Z copying torch/include/ATen/ops/native_dropout_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0184753Z copying torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0186180Z copying torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0187594Z copying torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0189044Z copying torch/include/ATen/ops/native_dropout_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0190439Z copying torch/include/ATen/ops/native_dropout_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0192325Z copying torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0193527Z copying torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0195221Z copying torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0196556Z copying torch/include/ATen/ops/native_dropout_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0198116Z copying torch/include/ATen/ops/native_dropout_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0199594Z copying torch/include/ATen/ops/native_group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0201266Z copying torch/include/ATen/ops/native_group_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0203169Z copying torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0204377Z copying torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0206148Z copying torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0207383Z copying torch/include/ATen/ops/native_group_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0209029Z copying torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0210331Z copying torch/include/ATen/ops/native_layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0212343Z copying torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0213661Z copying torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0215180Z copying torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0216645Z copying torch/include/ATen/ops/native_group_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0217873Z copying torch/include/ATen/ops/native_group_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0220310Z copying torch/include/ATen/ops/native_layer_norm_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0221872Z copying torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0223188Z copying torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0224319Z copying torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0227061Z copying torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0228118Z copying torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0229589Z copying torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0231232Z copying torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0232609Z copying torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0233847Z copying torch/include/ATen/ops/native_layer_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0235522Z copying torch/include/ATen/ops/native_layer_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0236704Z copying torch/include/ATen/ops/native_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0238290Z copying torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0239525Z copying torch/include/ATen/ops/native_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0241461Z copying torch/include/ATen/ops/native_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0242087Z copying torch/include/ATen/ops/ne.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0244039Z copying torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0244987Z copying torch/include/ATen/ops/ne_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0246119Z copying torch/include/ATen/ops/ne_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0247230Z copying torch/include/ATen/ops/ne_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0248825Z copying torch/include/ATen/ops/ne_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0250588Z copying torch/include/ATen/ops/ne_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0251617Z copying torch/include/ATen/ops/ne_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0253397Z copying torch/include/ATen/ops/neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0255258Z copying torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0256613Z copying torch/include/ATen/ops/neg_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0258570Z copying torch/include/ATen/ops/neg_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0259808Z copying torch/include/ATen/ops/neg_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0261446Z copying torch/include/ATen/ops/neg_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0262669Z copying torch/include/ATen/ops/neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0263936Z copying torch/include/ATen/ops/neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0265300Z copying torch/include/ATen/ops/negative.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0267214Z copying torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0268264Z copying torch/include/ATen/ops/negative_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0269487Z copying torch/include/ATen/ops/negative_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0270897Z copying torch/include/ATen/ops/nested_to_padded_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0274544Z copying torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0275444Z copying torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0276497Z copying torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0277583Z copying torch/include/ATen/ops/new_empty.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0279495Z copying torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0280636Z copying torch/include/ATen/ops/new_empty_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0282054Z copying torch/include/ATen/ops/new_empty_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0283646Z copying torch/include/ATen/ops/new_empty_strided.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0285239Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0286809Z copying torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0287763Z copying torch/include/ATen/ops/new_empty_strided_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0288965Z copying torch/include/ATen/ops/new_empty_strided_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0290250Z copying torch/include/ATen/ops/new_full.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0292261Z copying torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0293351Z copying torch/include/ATen/ops/new_full_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0294637Z copying torch/include/ATen/ops/new_full_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0295942Z copying torch/include/ATen/ops/new_ones.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0297639Z copying torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0298924Z copying torch/include/ATen/ops/new_ones_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0300142Z copying torch/include/ATen/ops/new_ones_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0301540Z copying torch/include/ATen/ops/new_zeros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0303087Z copying torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0304240Z copying torch/include/ATen/ops/new_zeros_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0305576Z copying torch/include/ATen/ops/new_zeros_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0306702Z copying torch/include/ATen/ops/nextafter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0308437Z copying torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0309427Z copying torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0310673Z copying torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0311878Z copying torch/include/ATen/ops/nextafter_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0313315Z copying torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0314474Z copying torch/include/ATen/ops/nextafter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0315431Z copying torch/include/ATen/ops/nextafter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0317221Z copying torch/include/ATen/ops/nll_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0318125Z copying torch/include/ATen/ops/nll_loss2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0319876Z copying torch/include/ATen/ops/nll_loss2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0321219Z copying torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0322448Z copying torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0323839Z copying torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0325070Z copying torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0326471Z copying torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0327510Z copying torch/include/ATen/ops/nll_loss2d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0328906Z copying torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0330186Z copying torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0331698Z copying torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0332676Z copying torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0334099Z copying torch/include/ATen/ops/nll_loss2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0335275Z copying torch/include/ATen/ops/nll_loss2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0336548Z copying torch/include/ATen/ops/nll_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0338549Z copying torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0339593Z copying torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0341177Z copying torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0342370Z copying torch/include/ATen/ops/nll_loss_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0344051Z copying torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0345448Z copying torch/include/ATen/ops/nll_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0347154Z copying torch/include/ATen/ops/nll_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0348485Z copying torch/include/ATen/ops/or.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0350141Z copying torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0351304Z copying torch/include/ATen/ops/nll_loss_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0353228Z copying torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0354350Z copying torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0355522Z copying torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0356790Z copying torch/include/ATen/ops/nll_loss_forward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0358339Z copying torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0359523Z copying torch/include/ATen/ops/nll_loss_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0360866Z copying torch/include/ATen/ops/nll_loss_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0362108Z copying torch/include/ATen/ops/nll_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0364004Z copying torch/include/ATen/ops/nll_loss_nd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0365517Z copying torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0366590Z copying torch/include/ATen/ops/nll_loss_nd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0367872Z copying torch/include/ATen/ops/nll_loss_nd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0369152Z copying torch/include/ATen/ops/nll_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0370437Z copying torch/include/ATen/ops/nonzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0371979Z copying torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0373059Z copying torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0374793Z copying torch/include/ATen/ops/nonzero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0376287Z copying torch/include/ATen/ops/nonzero_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0378075Z copying torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0379300Z copying torch/include/ATen/ops/nonzero_numpy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0381104Z copying torch/include/ATen/ops/nonzero_numpy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0382802Z copying torch/include/ATen/ops/nonzero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0384275Z copying torch/include/ATen/ops/nonzero_static.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0386054Z copying torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0386917Z copying torch/include/ATen/ops/nonzero_static_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0388498Z copying torch/include/ATen/ops/nonzero_static_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0389627Z copying torch/include/ATen/ops/norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0391647Z copying torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0393220Z copying torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0394511Z copying torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0395631Z copying torch/include/ATen/ops/norm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0396866Z copying torch/include/ATen/ops/norm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0398627Z copying torch/include/ATen/ops/norm_except_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0400181Z copying torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0401706Z copying torch/include/ATen/ops/norm_except_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0403282Z copying torch/include/ATen/ops/norm_except_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0404668Z copying torch/include/ATen/ops/norm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0406258Z copying torch/include/ATen/ops/norm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0408182Z copying torch/include/ATen/ops/norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0409128Z copying torch/include/ATen/ops/norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0411040Z copying torch/include/ATen/ops/normal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0412817Z copying torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0414160Z copying torch/include/ATen/ops/normal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0415589Z copying torch/include/ATen/ops/normal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0417275Z copying torch/include/ATen/ops/normal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0418702Z copying torch/include/ATen/ops/normal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0420243Z copying torch/include/ATen/ops/normal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0421757Z copying torch/include/ATen/ops/not_equal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0423285Z copying torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0424863Z copying torch/include/ATen/ops/not_equal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0426163Z copying torch/include/ATen/ops/not_equal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0427716Z copying torch/include/ATen/ops/nuclear_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0429436Z copying torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0430554Z copying torch/include/ATen/ops/nuclear_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0431896Z copying torch/include/ATen/ops/nuclear_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0433099Z copying torch/include/ATen/ops/numpy_T.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0435018Z copying torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0435897Z copying torch/include/ATen/ops/numpy_T_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0437292Z copying torch/include/ATen/ops/numpy_T_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0438465Z copying torch/include/ATen/ops/one_hot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0440337Z copying torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0441501Z copying torch/include/ATen/ops/one_hot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0443184Z copying torch/include/ATen/ops/one_hot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0444321Z copying torch/include/ATen/ops/ones.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0447052Z copying torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0447769Z copying torch/include/ATen/ops/ones_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0449267Z copying torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0450779Z copying torch/include/ATen/ops/ones_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0451900Z copying torch/include/ATen/ops/ones_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0453411Z copying torch/include/ATen/ops/ones_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0454726Z copying torch/include/ATen/ops/ones_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0456528Z copying torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0458474Z copying torch/include/ATen/ops/or_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0459655Z copying torch/include/ATen/ops/or_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0460899Z copying torch/include/ATen/ops/orgqr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0462753Z copying torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0463861Z copying torch/include/ATen/ops/orgqr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0465108Z copying torch/include/ATen/ops/orgqr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0468056Z copying torch/include/ATen/ops/ormqr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0469426Z copying torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0470657Z copying torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0471724Z copying torch/include/ATen/ops/ormqr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0473336Z copying torch/include/ATen/ops/ormqr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0475149Z copying torch/include/ATen/ops/outer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0477415Z copying torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0478837Z copying torch/include/ATen/ops/outer_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0480575Z copying torch/include/ATen/ops/outer_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0482431Z copying torch/include/ATen/ops/output_nr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0484721Z copying torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0486172Z copying torch/include/ATen/ops/output_nr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0487873Z copying torch/include/ATen/ops/output_nr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0489495Z copying torch/include/ATen/ops/pad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0491809Z copying torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0493289Z copying torch/include/ATen/ops/pad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0494983Z copying torch/include/ATen/ops/pad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0496900Z copying torch/include/ATen/ops/pad_sequence.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0499391Z copying torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0500882Z copying torch/include/ATen/ops/pad_sequence_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0502710Z copying torch/include/ATen/ops/pad_sequence_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0504541Z copying torch/include/ATen/ops/pairwise_distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0506785Z copying torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0508527Z copying torch/include/ATen/ops/pairwise_distance_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0510124Z copying torch/include/ATen/ops/pairwise_distance_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0511787Z copying torch/include/ATen/ops/pdist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0514403Z copying torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0515870Z copying torch/include/ATen/ops/pdist_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0517644Z copying torch/include/ATen/ops/pdist_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0519460Z copying torch/include/ATen/ops/permute.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0521819Z copying torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0523143Z copying torch/include/ATen/ops/permute_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0525234Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0527203Z copying torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0528178Z copying torch/include/ATen/ops/permute_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0530079Z copying torch/include/ATen/ops/permute_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0531710Z copying torch/include/ATen/ops/permute_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0533466Z copying torch/include/ATen/ops/permute_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0535323Z copying torch/include/ATen/ops/pin_memory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0536963Z copying torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0538853Z copying torch/include/ATen/ops/pin_memory_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0541273Z copying torch/include/ATen/ops/pin_memory_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0542771Z copying torch/include/ATen/ops/pinverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0544936Z copying torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0546533Z copying torch/include/ATen/ops/pinverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0547849Z copying torch/include/ATen/ops/pinverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0549764Z copying torch/include/ATen/ops/pixel_shuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0551645Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0553412Z copying torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0554869Z copying torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0556547Z copying torch/include/ATen/ops/pixel_shuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0558257Z copying torch/include/ATen/ops/pixel_shuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0560385Z copying torch/include/ATen/ops/pixel_unshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0561832Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0563455Z copying torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0564612Z copying torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0565948Z copying torch/include/ATen/ops/pixel_unshuffle_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0567405Z copying torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0569271Z copying torch/include/ATen/ops/poisson.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0570862Z copying torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0572013Z copying torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0573652Z copying torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0574809Z copying torch/include/ATen/ops/poisson_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0576552Z copying torch/include/ATen/ops/poisson_nll_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0578105Z copying torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0579645Z copying torch/include/ATen/ops/poisson_nll_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0581075Z copying torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0582361Z copying torch/include/ATen/ops/poisson_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0583632Z copying torch/include/ATen/ops/polar.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0585691Z copying torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0586600Z copying torch/include/ATen/ops/polar_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0588225Z copying torch/include/ATen/ops/polar_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0589409Z copying torch/include/ATen/ops/polar_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0591038Z copying torch/include/ATen/ops/polar_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0592204Z copying torch/include/ATen/ops/polygamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0594096Z copying torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0595489Z copying torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0596622Z copying torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0598022Z copying torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0599321Z copying torch/include/ATen/ops/polygamma_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0600714Z copying torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0602034Z copying torch/include/ATen/ops/polygamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0603373Z copying torch/include/ATen/ops/polygamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0604665Z copying torch/include/ATen/ops/positive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0606562Z copying torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0607599Z copying torch/include/ATen/ops/positive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0608945Z copying torch/include/ATen/ops/positive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0610426Z copying torch/include/ATen/ops/pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0612184Z copying torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0613298Z copying torch/include/ATen/ops/pow_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0614705Z copying torch/include/ATen/ops/pow_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0615969Z copying torch/include/ATen/ops/pow_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0617854Z copying torch/include/ATen/ops/pow_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0618989Z copying torch/include/ATen/ops/pow_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0620594Z copying torch/include/ATen/ops/pow_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0621833Z copying torch/include/ATen/ops/prelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0623701Z copying torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0624737Z copying torch/include/ATen/ops/prelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0626214Z copying torch/include/ATen/ops/prelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0627641Z copying torch/include/ATen/ops/prod.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0629393Z copying torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0630813Z copying torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0632188Z copying torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0633384Z copying torch/include/ATen/ops/prod_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0634975Z copying torch/include/ATen/ops/prod_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0636198Z copying torch/include/ATen/ops/prod_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0637803Z copying torch/include/ATen/ops/prod_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0639151Z copying torch/include/ATen/ops/prod_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0640455Z copying torch/include/ATen/ops/prod_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0642051Z copying torch/include/ATen/ops/promote_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0643683Z copying torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0644826Z copying torch/include/ATen/ops/promote_types_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0646355Z copying torch/include/ATen/ops/promote_types_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0647565Z copying torch/include/ATen/ops/put.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0649418Z copying torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0650486Z copying torch/include/ATen/ops/put_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0652071Z copying torch/include/ATen/ops/put_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0653330Z copying torch/include/ATen/ops/put_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0654826Z copying torch/include/ATen/ops/put_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0656340Z copying torch/include/ATen/ops/put_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0657589Z copying torch/include/ATen/ops/q_per_channel_axis.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0659397Z copying torch/include/ATen/ops/q_per_channel_axis_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0661739Z copying torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0662816Z copying torch/include/ATen/ops/q_per_channel_scales.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0664557Z copying torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0665860Z copying torch/include/ATen/ops/q_per_channel_scales_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0666886Z copying torch/include/ATen/ops/qr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0668744Z copying torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0670408Z copying torch/include/ATen/ops/q_per_channel_zero_points.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0672051Z copying torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0673145Z copying torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0674669Z copying torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0675767Z copying torch/include/ATen/ops/q_scale.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0677394Z copying torch/include/ATen/ops/q_scale_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0678592Z copying torch/include/ATen/ops/q_scale_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0680177Z copying torch/include/ATen/ops/q_zero_point.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0681576Z copying torch/include/ATen/ops/q_zero_point_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0683156Z copying torch/include/ATen/ops/q_zero_point_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0684580Z copying torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0685627Z copying torch/include/ATen/ops/qr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0687182Z copying torch/include/ATen/ops/qr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0688336Z copying torch/include/ATen/ops/qscheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0690125Z copying torch/include/ATen/ops/qscheme_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0691897Z copying torch/include/ATen/ops/qscheme_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0693145Z copying torch/include/ATen/ops/quantile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0694836Z copying torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0695872Z copying torch/include/ATen/ops/quantile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0697445Z copying torch/include/ATen/ops/quantile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0698951Z copying torch/include/ATen/ops/quantize_per_channel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0701568Z copying torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0702474Z copying torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0704183Z copying torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0705357Z copying torch/include/ATen/ops/quantize_per_channel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0706804Z copying torch/include/ATen/ops/quantize_per_channel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0708209Z copying torch/include/ATen/ops/quantize_per_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0709915Z copying torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0711239Z copying torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0712642Z copying torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0713959Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0715668Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0717011Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0718193Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0719506Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0721483Z copying torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0722357Z copying torch/include/ATen/ops/quantize_per_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0723731Z copying torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0725235Z copying torch/include/ATen/ops/quantized_batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0727237Z copying torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0728300Z copying torch/include/ATen/ops/quantized_batch_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0729949Z copying torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0731346Z copying torch/include/ATen/ops/quantized_gru_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0733317Z copying torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0734417Z copying torch/include/ATen/ops/quantized_gru_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0736078Z copying torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0737750Z copying torch/include/ATen/ops/quantized_lstm_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0739846Z copying torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0741064Z copying torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0742446Z copying torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0743688Z copying torch/include/ATen/ops/quantized_max_pool1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0745845Z copying torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0746850Z copying torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0748241Z copying torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0749791Z copying torch/include/ATen/ops/quantized_max_pool2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0751553Z copying torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0752541Z copying torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0754223Z copying torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0756805Z copying torch/include/ATen/ops/quantized_max_pool3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0758086Z copying torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0759418Z copying torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0760630Z copying torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0761978Z copying torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0763687Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0764791Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0766257Z copying torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0767589Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0769205Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0770311Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0771941Z copying torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0773213Z copying torch/include/ATen/ops/rad2deg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0774817Z copying torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0775872Z copying torch/include/ATen/ops/rad2deg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0777348Z copying torch/include/ATen/ops/rad2deg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0779076Z copying torch/include/ATen/ops/rand.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0781370Z copying torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0782858Z copying torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0783760Z copying torch/include/ATen/ops/rand_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0785605Z copying torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0786647Z copying torch/include/ATen/ops/rand_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0787901Z copying torch/include/ATen/ops/rand_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0789452Z copying torch/include/ATen/ops/rand_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0790574Z copying torch/include/ATen/ops/rand_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0792773Z copying torch/include/ATen/ops/randint.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0800378Z copying torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0801591Z copying torch/include/ATen/ops/randint_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0802489Z copying torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0803117Z copying torch/include/ATen/ops/randint_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0803651Z copying torch/include/ATen/ops/randn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0804271Z copying torch/include/ATen/ops/randint_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0805042Z copying torch/include/ATen/ops/randint_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0805636Z copying torch/include/ATen/ops/randint_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0806403Z copying torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0807651Z copying torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0808771Z copying torch/include/ATen/ops/randn_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0810201Z copying torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0812339Z copying torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0813217Z copying torch/include/ATen/ops/randn_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0814455Z copying torch/include/ATen/ops/randn_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0815933Z copying torch/include/ATen/ops/randn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0817671Z copying torch/include/ATen/ops/randn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0819655Z copying torch/include/ATen/ops/random.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0821365Z copying torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0822535Z copying torch/include/ATen/ops/random_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0824337Z copying torch/include/ATen/ops/random_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0825863Z copying torch/include/ATen/ops/random_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0827349Z copying torch/include/ATen/ops/random_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0828959Z copying torch/include/ATen/ops/random_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0830484Z copying torch/include/ATen/ops/randperm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0832360Z copying torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0833705Z copying torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0835316Z copying torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0836837Z copying torch/include/ATen/ops/randperm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0838348Z copying torch/include/ATen/ops/randperm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0839873Z copying torch/include/ATen/ops/range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0841649Z copying torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0842954Z copying torch/include/ATen/ops/range_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0844597Z copying torch/include/ATen/ops/range_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0846178Z copying torch/include/ATen/ops/range_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0847609Z copying torch/include/ATen/ops/range_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0849143Z copying torch/include/ATen/ops/range_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0850694Z copying torch/include/ATen/ops/ravel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0853767Z copying torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0854829Z copying torch/include/ATen/ops/ravel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0855751Z copying torch/include/ATen/ops/ravel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0857108Z copying torch/include/ATen/ops/real.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0858973Z copying torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0860617Z copying torch/include/ATen/ops/real_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0862081Z copying torch/include/ATen/ops/real_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0863517Z copying torch/include/ATen/ops/reciprocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0865531Z copying torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0866881Z copying torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0868451Z copying torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0869899Z copying torch/include/ATen/ops/reciprocal_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0871204Z copying torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0872454Z copying torch/include/ATen/ops/reciprocal_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0873853Z copying torch/include/ATen/ops/reciprocal_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0875174Z copying torch/include/ATen/ops/record_stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0876857Z copying torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0878070Z copying torch/include/ATen/ops/record_stream_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0879476Z copying torch/include/ATen/ops/record_stream_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0880986Z copying torch/include/ATen/ops/refine_names.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0882961Z copying torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0883843Z copying torch/include/ATen/ops/refine_names_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0885845Z copying torch/include/ATen/ops/refine_names_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0886962Z copying torch/include/ATen/ops/reflection_pad1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0888445Z copying torch/include/ATen/ops/reflection_pad1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0890353Z copying torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0891313Z copying torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0892678Z copying torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0894029Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0895411Z copying torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0896845Z copying torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0898172Z copying torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0900124Z copying torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0901250Z copying torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0902637Z copying torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0904182Z copying torch/include/ATen/ops/reflection_pad1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0905661Z copying torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0906874Z copying torch/include/ATen/ops/reflection_pad1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0908348Z copying torch/include/ATen/ops/reflection_pad1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0909589Z copying torch/include/ATen/ops/reflection_pad2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0911070Z copying torch/include/ATen/ops/reflection_pad2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0912623Z copying torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0914023Z copying torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0915305Z copying torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0916673Z copying torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0918020Z copying torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0919465Z copying torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0920780Z copying torch/include/ATen/ops/reflection_pad2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0922171Z copying torch/include/ATen/ops/reflection_pad2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0923491Z copying torch/include/ATen/ops/reflection_pad3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0924944Z copying torch/include/ATen/ops/reflection_pad3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0926854Z copying torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0928015Z copying torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0929299Z copying torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0930815Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0932053Z copying torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0933421Z copying torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0934744Z copying torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0936606Z copying torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0937617Z copying torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0938959Z copying torch/include/ATen/ops/relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0940755Z copying torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0942399Z copying torch/include/ATen/ops/reflection_pad3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0943728Z copying torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0945611Z copying torch/include/ATen/ops/reflection_pad3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0946980Z copying torch/include/ATen/ops/reflection_pad3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0948123Z copying torch/include/ATen/ops/relu6.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0950021Z copying torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0950967Z copying torch/include/ATen/ops/relu6_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0952583Z copying torch/include/ATen/ops/relu6_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0954092Z copying torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0955285Z copying torch/include/ATen/ops/relu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0956671Z copying torch/include/ATen/ops/relu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0957996Z copying torch/include/ATen/ops/relu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0959330Z copying torch/include/ATen/ops/relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0960647Z copying torch/include/ATen/ops/relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0962006Z copying torch/include/ATen/ops/remainder.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0963851Z copying torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0965175Z copying torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0966364Z copying torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0967649Z copying torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0968918Z copying torch/include/ATen/ops/remainder_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0970396Z copying torch/include/ATen/ops/remainder_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0971646Z copying torch/include/ATen/ops/remainder_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0973014Z copying torch/include/ATen/ops/remainder_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0974322Z copying torch/include/ATen/ops/rename.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0976010Z copying torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0977100Z copying torch/include/ATen/ops/rename_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0978642Z copying torch/include/ATen/ops/rename_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0979857Z copying torch/include/ATen/ops/renorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0981865Z copying torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0982785Z copying torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0984230Z copying torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0985854Z copying torch/include/ATen/ops/renorm_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0987154Z copying torch/include/ATen/ops/renorm_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0988788Z copying torch/include/ATen/ops/renorm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0990079Z copying torch/include/ATen/ops/renorm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0991660Z copying torch/include/ATen/ops/repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0993682Z copying torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0994460Z copying torch/include/ATen/ops/repeat_interleave.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0996125Z copying torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0997294Z copying torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0998527Z copying torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.0999911Z copying torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1001189Z copying torch/include/ATen/ops/repeat_interleave_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1002361Z copying torch/include/ATen/ops/repeat_interleave_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1003636Z copying torch/include/ATen/ops/repeat_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1005301Z copying torch/include/ATen/ops/repeat_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1006514Z copying torch/include/ATen/ops/replication_pad1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1007851Z copying torch/include/ATen/ops/replication_pad1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1010272Z copying torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1011343Z copying torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1012429Z copying torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1013814Z copying torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1015272Z copying torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1016648Z copying torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1018142Z copying torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1019868Z copying torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1021692Z copying torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1023070Z copying torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1024449Z copying torch/include/ATen/ops/replication_pad1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1025861Z copying torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1027145Z copying torch/include/ATen/ops/replication_pad1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1028542Z copying torch/include/ATen/ops/replication_pad1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1029844Z copying torch/include/ATen/ops/replication_pad2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1031670Z copying torch/include/ATen/ops/replication_pad2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1033471Z copying torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1034614Z copying torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1036575Z copying torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1037944Z copying torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1039670Z copying torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1040614Z copying torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1042020Z copying torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1043657Z copying torch/include/ATen/ops/replication_pad2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1044814Z copying torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1046045Z copying torch/include/ATen/ops/replication_pad2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1047419Z copying torch/include/ATen/ops/replication_pad2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1048763Z copying torch/include/ATen/ops/replication_pad3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1050427Z copying torch/include/ATen/ops/replication_pad3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1051820Z copying torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1053312Z copying torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1054624Z copying torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1056055Z copying torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1057740Z copying torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1059297Z copying torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1060549Z copying torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1061941Z copying torch/include/ATen/ops/replication_pad3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1064094Z copying torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1065179Z copying torch/include/ATen/ops/replication_pad3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1066928Z copying torch/include/ATen/ops/replication_pad3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1068085Z copying torch/include/ATen/ops/requires_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1069534Z copying torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1071708Z copying torch/include/ATen/ops/requires_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1072558Z copying torch/include/ATen/ops/requires_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1074591Z copying torch/include/ATen/ops/reshape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1075381Z copying torch/include/ATen/ops/reshape_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1077294Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1078529Z copying torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1079654Z copying torch/include/ATen/ops/reshape_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1081132Z copying torch/include/ATen/ops/reshape_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1082769Z copying torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1084205Z copying torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1085370Z copying torch/include/ATen/ops/reshape_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1086873Z copying torch/include/ATen/ops/reshape_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1088211Z copying torch/include/ATen/ops/resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1089722Z copying torch/include/ATen/ops/resize_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1091730Z copying torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1092854Z copying torch/include/ATen/ops/resize_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1094284Z copying torch/include/ATen/ops/resize_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1095371Z copying torch/include/ATen/ops/resize_as_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1097167Z copying torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1098490Z copying torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1099675Z copying torch/include/ATen/ops/resize_as_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1100866Z copying torch/include/ATen/ops/resize_as_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1102590Z copying torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1103645Z copying torch/include/ATen/ops/resize_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1104692Z copying torch/include/ATen/ops/resize_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1106153Z copying torch/include/ATen/ops/resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1107565Z copying torch/include/ATen/ops/resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1108703Z copying torch/include/ATen/ops/resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1110818Z copying torch/include/ATen/ops/resolve_conj.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1111913Z copying torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1113223Z copying torch/include/ATen/ops/resolve_conj_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1114390Z copying torch/include/ATen/ops/resolve_conj_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1116005Z copying torch/include/ATen/ops/resolve_neg.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1117808Z copying torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1118745Z copying torch/include/ATen/ops/resolve_neg_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1120274Z copying torch/include/ATen/ops/resolve_neg_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1121686Z copying torch/include/ATen/ops/result_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1123435Z copying torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1124632Z copying torch/include/ATen/ops/result_type_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1126127Z copying torch/include/ATen/ops/result_type_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1128048Z copying torch/include/ATen/ops/retain_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1129895Z copying torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1131042Z copying torch/include/ATen/ops/retain_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1132617Z copying torch/include/ATen/ops/retain_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1134149Z copying torch/include/ATen/ops/retains_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1135999Z copying torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1137056Z copying torch/include/ATen/ops/retains_grad_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1138497Z copying torch/include/ATen/ops/retains_grad_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1139919Z copying torch/include/ATen/ops/rms_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1141389Z copying torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1142677Z copying torch/include/ATen/ops/rms_norm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1143859Z copying torch/include/ATen/ops/rms_norm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1145410Z copying torch/include/ATen/ops/rnn_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1146876Z copying torch/include/ATen/ops/rnn_relu_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1148451Z copying torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1149445Z copying torch/include/ATen/ops/rnn_relu_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1150865Z copying torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1152426Z copying torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1153440Z copying torch/include/ATen/ops/rnn_relu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1154842Z copying torch/include/ATen/ops/rnn_relu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1156074Z copying torch/include/ATen/ops/rnn_tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1157405Z copying torch/include/ATen/ops/rnn_tanh_cell.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1159138Z copying torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1160125Z copying torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1161548Z copying torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1163175Z copying torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1164214Z copying torch/include/ATen/ops/rnn_tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1165709Z copying torch/include/ATen/ops/rnn_tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1166984Z copying torch/include/ATen/ops/roll.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1168969Z copying torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1169827Z copying torch/include/ATen/ops/roll_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1171212Z copying torch/include/ATen/ops/roll_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1172562Z copying torch/include/ATen/ops/roll_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1173902Z copying torch/include/ATen/ops/roll_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1175254Z copying torch/include/ATen/ops/rot90.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1177403Z copying torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1178554Z copying torch/include/ATen/ops/rot90_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1179888Z copying torch/include/ATen/ops/rot90_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1181773Z copying torch/include/ATen/ops/round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1183441Z copying torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1184416Z copying torch/include/ATen/ops/round_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1185888Z copying torch/include/ATen/ops/round_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1187025Z copying torch/include/ATen/ops/round_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1188554Z copying torch/include/ATen/ops/round_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1189655Z copying torch/include/ATen/ops/round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1191146Z copying torch/include/ATen/ops/round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1192413Z copying torch/include/ATen/ops/row_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1194214Z copying torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1195358Z copying torch/include/ATen/ops/row_indices_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1197424Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1198934Z copying torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1199680Z copying torch/include/ATen/ops/row_indices_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1200762Z copying torch/include/ATen/ops/row_indices_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1202497Z copying torch/include/ATen/ops/row_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1203622Z copying torch/include/ATen/ops/row_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1204897Z copying torch/include/ATen/ops/row_stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1206587Z copying torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1207416Z copying torch/include/ATen/ops/row_stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1208813Z copying torch/include/ATen/ops/row_stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1210087Z copying torch/include/ATen/ops/rrelu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1211450Z copying torch/include/ATen/ops/rrelu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1212459Z copying torch/include/ATen/ops/t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1214238Z copying torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1215340Z copying torch/include/ATen/ops/rrelu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1217561Z copying torch/include/ATen/ops/rrelu_with_noise.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1219029Z copying torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1220890Z copying torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1221956Z copying torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1223314Z copying torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1224603Z copying torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1226324Z copying torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1227482Z copying torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1229059Z copying torch/include/ATen/ops/rrelu_with_noise_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1230181Z copying torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1231679Z copying torch/include/ATen/ops/rshift.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1233186Z copying torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1234398Z copying torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1235763Z copying torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1237102Z copying torch/include/ATen/ops/rshift_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1238388Z copying torch/include/ATen/ops/rshift_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1240243Z copying torch/include/ATen/ops/rshift_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1241733Z copying torch/include/ATen/ops/rsqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1243493Z copying torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1244357Z copying torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1245767Z copying torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1247026Z copying torch/include/ATen/ops/rsqrt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1248590Z copying torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1249693Z copying torch/include/ATen/ops/rsqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1250992Z copying torch/include/ATen/ops/rsqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1252962Z copying torch/include/ATen/ops/rsub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1254175Z copying torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1255374Z copying torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1257017Z copying torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1258237Z copying torch/include/ATen/ops/rsub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1260226Z copying torch/include/ATen/ops/rsub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1261367Z copying torch/include/ATen/ops/scalar_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1263580Z copying torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1264465Z copying torch/include/ATen/ops/scalar_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1266336Z copying torch/include/ATen/ops/scalar_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1267599Z copying torch/include/ATen/ops/scaled_dot_product_attention.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1269636Z copying torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1270628Z copying torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1272140Z copying torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1273299Z copying torch/include/ATen/ops/scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1275147Z copying torch/include/ATen/ops/scatter_add.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1276779Z copying torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1278221Z copying torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1279447Z copying torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1281178Z copying torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1282404Z copying torch/include/ATen/ops/scatter_add_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1284171Z copying torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1285334Z copying torch/include/ATen/ops/scatter_add_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1287035Z copying torch/include/ATen/ops/scatter_add_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1288674Z copying torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1290108Z copying torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1291334Z copying torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1293049Z copying torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1294195Z copying torch/include/ATen/ops/scatter_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1296016Z copying torch/include/ATen/ops/scatter_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1297233Z copying torch/include/ATen/ops/scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1299360Z copying torch/include/ATen/ops/scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1300508Z copying torch/include/ATen/ops/scatter_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1302649Z copying torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1303773Z copying torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1305152Z copying torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1306383Z copying torch/include/ATen/ops/scatter_reduce_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1307981Z copying torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1309192Z copying torch/include/ATen/ops/scatter_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1311416Z copying torch/include/ATen/ops/scatter_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1312736Z copying torch/include/ATen/ops/searchsorted.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1314098Z copying torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1316060Z copying torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1317360Z copying torch/include/ATen/ops/searchsorted_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1319132Z copying torch/include/ATen/ops/searchsorted_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1320375Z copying torch/include/ATen/ops/segment_reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1322239Z copying torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1323423Z copying torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1325275Z copying torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1326347Z copying torch/include/ATen/ops/segment_reduce_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1327704Z copying torch/include/ATen/ops/segment_reduce_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1331189Z copying torch/include/ATen/ops/select.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1332653Z copying torch/include/ATen/ops/select_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1333814Z copying torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1334999Z copying torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1335808Z copying torch/include/ATen/ops/select_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1336821Z copying torch/include/ATen/ops/select_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1337951Z copying torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1338950Z copying torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1340979Z copying torch/include/ATen/ops/select_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1342459Z copying torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1344188Z copying torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1345273Z copying torch/include/ATen/ops/select_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1346466Z copying torch/include/ATen/ops/select_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1348104Z copying torch/include/ATen/ops/select_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1349161Z copying torch/include/ATen/ops/select_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1350879Z copying torch/include/ATen/ops/select_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1352260Z copying torch/include/ATen/ops/select_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1353735Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1355314Z copying torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1356529Z copying torch/include/ATen/ops/select_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1358049Z copying torch/include/ATen/ops/selu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1359829Z copying torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1360985Z copying torch/include/ATen/ops/selu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1362535Z copying torch/include/ATen/ops/selu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1363853Z copying torch/include/ATen/ops/set.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1366158Z copying torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1367312Z copying torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1368315Z copying torch/include/ATen/ops/set_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1369875Z copying torch/include/ATen/ops/set_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1371135Z copying torch/include/ATen/ops/set_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1373325Z copying torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1374264Z copying torch/include/ATen/ops/set_data_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1375471Z copying torch/include/ATen/ops/set_data_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1377151Z copying torch/include/ATen/ops/set_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1378719Z copying torch/include/ATen/ops/set_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1380346Z copying torch/include/ATen/ops/set_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1381919Z copying torch/include/ATen/ops/sgn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1383565Z copying torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1384880Z copying torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1386358Z copying torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1387801Z copying torch/include/ATen/ops/sgn_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1389175Z copying torch/include/ATen/ops/sgn_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1390509Z copying torch/include/ATen/ops/sgn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1392047Z copying torch/include/ATen/ops/sgn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1393276Z copying torch/include/ATen/ops/sigmoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1394998Z copying torch/include/ATen/ops/sigmoid_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1396721Z copying torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1397867Z copying torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1399344Z copying torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1400752Z copying torch/include/ATen/ops/sigmoid_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1402236Z copying torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1403642Z copying torch/include/ATen/ops/sigmoid_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1405516Z copying torch/include/ATen/ops/sigmoid_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1407130Z copying torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1408349Z copying torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1409643Z copying torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1410884Z copying torch/include/ATen/ops/sigmoid_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1412667Z copying torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1413719Z copying torch/include/ATen/ops/sigmoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1415508Z copying torch/include/ATen/ops/sigmoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1416852Z copying torch/include/ATen/ops/sign.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1418694Z copying torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1419765Z copying torch/include/ATen/ops/sign_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1421106Z copying torch/include/ATen/ops/sign_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1422382Z copying torch/include/ATen/ops/sign_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1423767Z copying torch/include/ATen/ops/sign_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1424985Z copying torch/include/ATen/ops/sign_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1426344Z copying torch/include/ATen/ops/sign_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1427696Z copying torch/include/ATen/ops/signbit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1429918Z copying torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1430817Z copying torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1432246Z copying torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1433832Z copying torch/include/ATen/ops/signbit_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1435186Z copying torch/include/ATen/ops/signbit_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1436853Z copying torch/include/ATen/ops/signbit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1438069Z copying torch/include/ATen/ops/signbit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1439672Z copying torch/include/ATen/ops/silu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1440981Z copying torch/include/ATen/ops/silu_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1443108Z copying torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1444253Z copying torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1445626Z copying torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1447106Z copying torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1448465Z copying torch/include/ATen/ops/silu_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1450097Z copying torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1451401Z copying torch/include/ATen/ops/silu_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1452909Z copying torch/include/ATen/ops/silu_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1454737Z copying torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1455841Z copying torch/include/ATen/ops/silu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1457593Z copying torch/include/ATen/ops/silu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1459057Z copying torch/include/ATen/ops/silu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1460688Z copying torch/include/ATen/ops/silu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1461875Z copying torch/include/ATen/ops/silu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1463687Z copying torch/include/ATen/ops/silu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1464984Z copying torch/include/ATen/ops/sin.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1466948Z copying torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1468044Z copying torch/include/ATen/ops/sin_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1469383Z copying torch/include/ATen/ops/sin_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1470740Z copying torch/include/ATen/ops/sin_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1472176Z copying torch/include/ATen/ops/sin_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1473511Z copying torch/include/ATen/ops/sin_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1474883Z copying torch/include/ATen/ops/sin_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1476254Z copying torch/include/ATen/ops/sinc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1478261Z copying torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1479292Z copying torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1480724Z copying torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1482041Z copying torch/include/ATen/ops/sinc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1483501Z copying torch/include/ATen/ops/sinc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1484866Z copying torch/include/ATen/ops/sinc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1486544Z copying torch/include/ATen/ops/sinc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1487805Z copying torch/include/ATen/ops/sinh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1489951Z copying torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1490982Z copying torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1492592Z copying torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1493913Z copying torch/include/ATen/ops/sinh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1495600Z copying torch/include/ATen/ops/sinh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1496955Z copying torch/include/ATen/ops/sinh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1499843Z copying torch/include/ATen/ops/sinh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1500922Z copying torch/include/ATen/ops/size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1502487Z copying torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1503829Z copying torch/include/ATen/ops/size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1505074Z copying torch/include/ATen/ops/size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1506231Z copying torch/include/ATen/ops/slice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1507789Z copying torch/include/ATen/ops/slice_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1509406Z copying torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1510528Z copying torch/include/ATen/ops/slice_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1511992Z copying torch/include/ATen/ops/slice_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1513391Z copying torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1514498Z copying torch/include/ATen/ops/slice_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1516315Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1517727Z copying torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1518834Z copying torch/include/ATen/ops/slice_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1520370Z copying torch/include/ATen/ops/slice_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1522051Z copying torch/include/ATen/ops/slice_inverse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1523609Z copying torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1524887Z copying torch/include/ATen/ops/slice_inverse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1525960Z copying torch/include/ATen/ops/slice_inverse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1527346Z copying torch/include/ATen/ops/slice_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1528773Z copying torch/include/ATen/ops/slice_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1530412Z copying torch/include/ATen/ops/slice_scatter.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1532200Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1533569Z copying torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1534925Z copying torch/include/ATen/ops/slice_scatter_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1535769Z copying torch/include/ATen/ops/slice_scatter_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1537108Z copying torch/include/ATen/ops/slogdet.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1539209Z copying torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1541049Z copying torch/include/ATen/ops/slogdet_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1542626Z copying torch/include/ATen/ops/slogdet_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1544340Z copying torch/include/ATen/ops/slow_conv3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1545882Z copying torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1547117Z copying torch/include/ATen/ops/slow_conv3d_forward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1548729Z copying torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1550127Z copying torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1552029Z copying torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1553114Z copying torch/include/ATen/ops/slow_conv3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1554378Z copying torch/include/ATen/ops/slow_conv3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1555695Z copying torch/include/ATen/ops/slow_conv_dilated2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1557518Z copying torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1558649Z copying torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1559959Z copying torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1561287Z copying torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1562556Z copying torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1564201Z copying torch/include/ATen/ops/slow_conv_dilated3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1565664Z copying torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1566784Z copying torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1568014Z copying torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1569319Z copying torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1570894Z copying torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1572023Z copying torch/include/ATen/ops/slow_conv_transpose2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1573750Z copying torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1574888Z copying torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1576271Z copying torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1577556Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1579211Z copying torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1580453Z copying torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1582137Z copying torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1583608Z copying torch/include/ATen/ops/slow_conv_transpose3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1584693Z copying torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1586100Z copying torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1587816Z copying torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1589447Z copying torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1590597Z copying torch/include/ATen/ops/smm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1592273Z copying torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1593472Z copying torch/include/ATen/ops/smm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1594897Z copying torch/include/ATen/ops/smm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1596432Z copying torch/include/ATen/ops/smooth_l1_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1597891Z copying torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1600014Z copying torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1601073Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1602229Z copying torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1604695Z copying torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1605601Z copying torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1606713Z copying torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1607976Z copying torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1609184Z copying torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1610710Z copying torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1612010Z copying torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1613347Z copying torch/include/ATen/ops/smooth_l1_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1614653Z copying torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1616045Z copying torch/include/ATen/ops/soft_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1617488Z copying torch/include/ATen/ops/soft_margin_loss_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1619205Z copying torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1620125Z copying torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1621431Z copying torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1622891Z copying torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1624129Z copying torch/include/ATen/ops/soft_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1625829Z copying torch/include/ATen/ops/soft_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1626743Z copying torch/include/ATen/ops/softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1628336Z copying torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1629587Z copying torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1630536Z copying torch/include/ATen/ops/softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1631658Z copying torch/include/ATen/ops/softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1633290Z copying torch/include/ATen/ops/softplus.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1634503Z copying torch/include/ATen/ops/softplus_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1636445Z copying torch/include/ATen/ops/softplus_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1637769Z copying torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1638861Z copying torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1641186Z copying torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1642120Z copying torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1642863Z copying torch/include/ATen/ops/softplus_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1643993Z copying torch/include/ATen/ops/softplus_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1645586Z copying torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1646540Z copying torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1647476Z copying torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1648927Z copying torch/include/ATen/ops/softplus_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1650214Z copying torch/include/ATen/ops/softplus_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1651267Z copying torch/include/ATen/ops/softplus_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1652720Z copying torch/include/ATen/ops/softplus_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1654237Z copying torch/include/ATen/ops/softshrink.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1656465Z copying torch/include/ATen/ops/softshrink_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1658126Z copying torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1659523Z copying torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1660865Z copying torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1662054Z copying torch/include/ATen/ops/softshrink_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1663816Z copying torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1665012Z copying torch/include/ATen/ops/softshrink_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1666363Z copying torch/include/ATen/ops/softshrink_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1668119Z copying torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1669113Z copying torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1670687Z copying torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1671685Z copying torch/include/ATen/ops/softshrink_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1673401Z copying torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1674506Z copying torch/include/ATen/ops/softshrink_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1676117Z copying torch/include/ATen/ops/softshrink_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1677169Z copying torch/include/ATen/ops/sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1679572Z copying torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1680935Z copying torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1682244Z copying torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1683502Z copying torch/include/ATen/ops/sort_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1685048Z copying torch/include/ATen/ops/sort_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1686130Z copying torch/include/ATen/ops/sort_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1687897Z copying torch/include/ATen/ops/sort_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1688882Z copying torch/include/ATen/ops/sort_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1690429Z copying torch/include/ATen/ops/sort_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1691934Z copying torch/include/ATen/ops/sparse_bsc_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1693539Z copying torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1694598Z copying torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1696326Z copying torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1697476Z copying torch/include/ATen/ops/sparse_bsr_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1699452Z copying torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1701485Z copying torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1702653Z copying torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1704155Z copying torch/include/ATen/ops/sparse_compressed_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1705856Z copying torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1707007Z copying torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1708482Z copying torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1709674Z copying torch/include/ATen/ops/sparse_coo_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1711639Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1713049Z copying torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1714255Z copying torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1715489Z copying torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1716795Z copying torch/include/ATen/ops/sparse_csc_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1718691Z copying torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1719618Z copying torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1721112Z copying torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1722453Z copying torch/include/ATen/ops/sparse_csr_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1724143Z copying torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1725199Z copying torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1726593Z copying torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1727819Z copying torch/include/ATen/ops/sparse_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1729539Z copying torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1730798Z copying torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1732119Z copying torch/include/ATen/ops/sparse_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1733440Z copying torch/include/ATen/ops/sparse_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1735036Z copying torch/include/ATen/ops/sparse_mask.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1736653Z copying torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1737883Z copying torch/include/ATen/ops/sparse_mask_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1739357Z copying torch/include/ATen/ops/sparse_mask_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1741957Z copying torch/include/ATen/ops/sparse_resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1742819Z copying torch/include/ATen/ops/sparse_resize_and_clear.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1743963Z copying torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1745155Z copying torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1746316Z copying torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1748048Z copying torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1749170Z copying torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1750502Z copying torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1751807Z copying torch/include/ATen/ops/sparse_resize_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1753148Z copying torch/include/ATen/ops/sparse_resize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1754800Z copying torch/include/ATen/ops/sparse_sampled_addmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1756165Z copying torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1757590Z copying torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1759127Z copying torch/include/ATen/ops/special_airy_ai.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1760761Z copying torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1761905Z copying torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1763188Z copying torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1764572Z copying torch/include/ATen/ops/special_airy_ai_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1766308Z copying torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1767642Z copying torch/include/ATen/ops/special_airy_ai_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1768996Z copying torch/include/ATen/ops/special_airy_ai_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1770767Z copying torch/include/ATen/ops/special_bessel_j0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1772417Z copying torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1773617Z copying torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1774994Z copying torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1776427Z copying torch/include/ATen/ops/special_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1777802Z copying torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1779517Z copying torch/include/ATen/ops/special_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1780871Z copying torch/include/ATen/ops/special_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1782121Z copying torch/include/ATen/ops/special_bessel_j1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1783973Z copying torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1785156Z copying torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1786785Z copying torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1787909Z copying torch/include/ATen/ops/special_bessel_j1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1789654Z copying torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1790931Z copying torch/include/ATen/ops/special_bessel_j1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1792578Z copying torch/include/ATen/ops/special_bessel_j1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1793875Z copying torch/include/ATen/ops/special_bessel_y0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1795915Z copying torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1797019Z copying torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1798912Z copying torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1800439Z copying torch/include/ATen/ops/special_bessel_y0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1801660Z copying torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1803233Z copying torch/include/ATen/ops/special_bessel_y0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1804514Z copying torch/include/ATen/ops/special_bessel_y0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1805813Z copying torch/include/ATen/ops/special_bessel_y1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1807813Z copying torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1808942Z copying torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1810635Z copying torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1811860Z copying torch/include/ATen/ops/special_bessel_y1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1813564Z copying torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1822706Z copying torch/include/ATen/ops/special_bessel_y1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1823846Z copying torch/include/ATen/ops/special_bessel_y1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1825481Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1826749Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1828438Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1829491Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1831011Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1832378Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1834434Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1835532Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1836919Z copying torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1838196Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1840066Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1841593Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1842570Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1843888Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1845188Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1846749Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1848075Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1849988Z copying torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1850923Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1852013Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1853517Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1855441Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1856525Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1857744Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1859339Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1861096Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1862916Z copying torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1864120Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1865715Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1867385Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1868575Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1870240Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1872100Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1873762Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1874999Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1876698Z copying torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1877867Z copying torch/include/ATen/ops/special_digamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1879603Z copying torch/include/ATen/ops/special_i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1881226Z copying torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1882560Z copying torch/include/ATen/ops/special_digamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1884204Z copying torch/include/ATen/ops/special_digamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1885402Z copying torch/include/ATen/ops/special_entr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1887450Z copying torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1888580Z copying torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1890342Z copying torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1891526Z copying torch/include/ATen/ops/special_entr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1893123Z copying torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1894478Z copying torch/include/ATen/ops/special_entr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1895946Z copying torch/include/ATen/ops/special_entr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1897593Z copying torch/include/ATen/ops/special_erf.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1899594Z copying torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1900728Z copying torch/include/ATen/ops/special_erf_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1902340Z copying torch/include/ATen/ops/special_erf_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1903674Z copying torch/include/ATen/ops/special_erfc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1905165Z copying torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1906367Z copying torch/include/ATen/ops/special_erfc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1907669Z copying torch/include/ATen/ops/special_erfc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1909180Z copying torch/include/ATen/ops/special_erfcx.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1910753Z copying torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1911923Z copying torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1913242Z copying torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1914550Z copying torch/include/ATen/ops/special_erfcx_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1915889Z copying torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1917251Z copying torch/include/ATen/ops/special_erfcx_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1918596Z copying torch/include/ATen/ops/special_erfcx_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1920195Z copying torch/include/ATen/ops/special_erfinv.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1921873Z copying torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1922726Z copying torch/include/ATen/ops/special_erfinv_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1924383Z copying torch/include/ATen/ops/special_erfinv_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1925560Z copying torch/include/ATen/ops/special_exp2.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1927000Z copying torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1928165Z copying torch/include/ATen/ops/special_exp2_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1929658Z copying torch/include/ATen/ops/special_exp2_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1930937Z copying torch/include/ATen/ops/special_expit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1932470Z copying torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1933682Z copying torch/include/ATen/ops/special_expit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1934958Z copying torch/include/ATen/ops/special_expit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1936487Z copying torch/include/ATen/ops/special_expm1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1937952Z copying torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1939253Z copying torch/include/ATen/ops/special_expm1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1940943Z copying torch/include/ATen/ops/special_expm1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1942144Z copying torch/include/ATen/ops/special_gammainc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1943679Z copying torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1944835Z copying torch/include/ATen/ops/special_gammainc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1946085Z copying torch/include/ATen/ops/special_gammainc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1947623Z copying torch/include/ATen/ops/special_gammaincc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1949363Z copying torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1950719Z copying torch/include/ATen/ops/special_gammaincc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1952022Z copying torch/include/ATen/ops/special_gammaincc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1953209Z copying torch/include/ATen/ops/special_gammaln.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1954708Z copying torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1956018Z copying torch/include/ATen/ops/special_gammaln_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1957209Z copying torch/include/ATen/ops/special_gammaln_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1958877Z copying torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1960423Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1962215Z copying torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1963607Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1965265Z copying torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1966672Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1968506Z copying torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1970069Z copying torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1971327Z copying torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1972602Z copying torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1974291Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1975623Z copying torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1976707Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1978124Z copying torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1979499Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1980942Z copying torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1982243Z copying torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1983407Z copying torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1984537Z copying torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1985352Z copying torch/include/ATen/ops/special_i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1986884Z copying torch/include/ATen/ops/special_i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1988404Z copying torch/include/ATen/ops/special_i0e.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1989844Z copying torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1991067Z copying torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1992472Z copying torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1993733Z copying torch/include/ATen/ops/special_i0e_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1995458Z copying torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1996622Z copying torch/include/ATen/ops/special_i0e_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1998250Z copying torch/include/ATen/ops/special_i0e_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.1999799Z copying torch/include/ATen/ops/special_i1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2001634Z copying torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2002754Z copying torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2004549Z copying torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2006184Z copying torch/include/ATen/ops/special_i1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2007772Z copying torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2009188Z copying torch/include/ATen/ops/special_i1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2010719Z copying torch/include/ATen/ops/special_i1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2012357Z copying torch/include/ATen/ops/special_i1e.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2014221Z copying torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2015324Z copying torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2017174Z copying torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2018731Z copying torch/include/ATen/ops/special_i1e_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2021008Z copying torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2022225Z copying torch/include/ATen/ops/special_i1e_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2023293Z copying torch/include/ATen/ops/special_i1e_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2024760Z copying torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2026419Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2027718Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2028749Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2030260Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2031509Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2033326Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2034515Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2035784Z copying torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2036994Z copying torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2038425Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2041400Z copying torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2043023Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2044083Z copying torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2045185Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2046017Z copying torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2046925Z copying torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2048091Z copying torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2048751Z copying torch/include/ATen/ops/special_log1p.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2050688Z copying torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2051663Z copying torch/include/ATen/ops/special_log1p_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2053060Z copying torch/include/ATen/ops/special_log1p_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2054835Z copying torch/include/ATen/ops/special_log_ndtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2056986Z copying torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2057976Z copying torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2059402Z copying torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2060435Z copying torch/include/ATen/ops/special_log_ndtr_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2062310Z copying torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2063429Z copying torch/include/ATen/ops/special_log_ndtr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2065148Z copying torch/include/ATen/ops/special_log_ndtr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2066516Z copying torch/include/ATen/ops/special_log_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2068155Z copying torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2069077Z copying torch/include/ATen/ops/special_log_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2070229Z copying torch/include/ATen/ops/special_log_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2072019Z copying torch/include/ATen/ops/special_logit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2073323Z copying torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2074403Z copying torch/include/ATen/ops/special_logit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2075657Z copying torch/include/ATen/ops/special_logit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2077274Z copying torch/include/ATen/ops/special_logsumexp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2078833Z copying torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2079969Z copying torch/include/ATen/ops/special_logsumexp_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2081272Z copying torch/include/ATen/ops/special_logsumexp_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2082833Z copying torch/include/ATen/ops/special_modified_bessel_i0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2084299Z copying torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2085337Z copying torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2087373Z copying torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2088285Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2090418Z copying torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2091587Z copying torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2092764Z copying torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2094161Z copying torch/include/ATen/ops/special_modified_bessel_i1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2096266Z copying torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2097329Z copying torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2099198Z copying torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2100548Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2102341Z copying torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2103641Z copying torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2105518Z copying torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2106742Z copying torch/include/ATen/ops/special_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2108822Z copying torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2110029Z copying torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2111408Z copying torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2113164Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2114632Z copying torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2115779Z copying torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2117212Z copying torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2118981Z copying torch/include/ATen/ops/special_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2121347Z copying torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2122577Z copying torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2123599Z copying torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2125213Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2126602Z copying torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2127951Z copying torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2129325Z copying torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2130649Z copying torch/include/ATen/ops/special_multigammaln.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2132304Z copying torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2133578Z copying torch/include/ATen/ops/special_multigammaln_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2134878Z copying torch/include/ATen/ops/special_multigammaln_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2136226Z copying torch/include/ATen/ops/special_ndtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2137955Z copying torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2139335Z copying torch/include/ATen/ops/special_ndtr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2140386Z copying torch/include/ATen/ops/special_ndtr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2142360Z copying torch/include/ATen/ops/special_ndtri.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2144110Z copying torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2145105Z copying torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2146056Z copying torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2147791Z copying torch/include/ATen/ops/special_ndtri_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2149076Z copying torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2150236Z copying torch/include/ATen/ops/special_ndtri_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2151798Z copying torch/include/ATen/ops/special_ndtri_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2153042Z copying torch/include/ATen/ops/special_polygamma.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2154776Z copying torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2155684Z copying torch/include/ATen/ops/special_polygamma_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2156878Z copying torch/include/ATen/ops/special_polygamma_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2158134Z copying torch/include/ATen/ops/special_psi.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2159668Z copying torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2160521Z copying torch/include/ATen/ops/special_psi_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2161891Z copying torch/include/ATen/ops/special_psi_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2163170Z copying torch/include/ATen/ops/special_round.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2164720Z copying torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2165894Z copying torch/include/ATen/ops/special_round_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2167024Z copying torch/include/ATen/ops/special_round_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2168356Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2170008Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2171338Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2172399Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2173437Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2174756Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2175920Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2177377Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2178654Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2180762Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2182464Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2183780Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2185076Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2187271Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2188274Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2189255Z copying torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2190644Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2192293Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2193773Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2195152Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2196366Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2197593Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2199315Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2200351Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2201731Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2203069Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2204801Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2206126Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2207374Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2208739Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2210401Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2211473Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2213303Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2214463Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2215983Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2218107Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2219791Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2221182Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2222410Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2224946Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2225893Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2226918Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2228288Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2229423Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2231350Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2232932Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2234327Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2235373Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2236588Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2238244Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2239416Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2240780Z copying torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2241919Z copying torch/include/ATen/ops/special_sinc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2243511Z copying torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2244619Z copying torch/include/ATen/ops/special_sinc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2246299Z copying torch/include/ATen/ops/special_sinc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2247367Z copying torch/include/ATen/ops/special_softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2249009Z copying torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2251924Z copying torch/include/ATen/ops/special_softmax_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2253002Z copying torch/include/ATen/ops/special_softmax_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2253958Z copying torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2255249Z copying torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2256403Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2257716Z copying torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2259338Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2260878Z copying torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2262011Z copying torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2263466Z copying torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2264451Z copying torch/include/ATen/ops/special_xlog1py.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2266233Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2267490Z copying torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2268615Z copying torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2269801Z copying torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2271106Z copying torch/include/ATen/ops/special_xlog1py_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2272520Z copying torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2274146Z copying torch/include/ATen/ops/special_xlog1py_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2275318Z copying torch/include/ATen/ops/special_xlog1py_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2276594Z copying torch/include/ATen/ops/special_xlogy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2278517Z copying torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2279308Z copying torch/include/ATen/ops/special_xlogy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2280631Z copying torch/include/ATen/ops/special_xlogy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2282006Z copying torch/include/ATen/ops/special_zeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2283477Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2285501Z copying torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2286754Z copying torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2287832Z copying torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2289100Z copying torch/include/ATen/ops/special_zeta_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2290773Z copying torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2291954Z copying torch/include/ATen/ops/special_zeta_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2293212Z copying torch/include/ATen/ops/special_zeta_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2294681Z copying torch/include/ATen/ops/split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2296364Z copying torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2297795Z copying torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2299176Z copying torch/include/ATen/ops/split_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2300892Z copying torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2302265Z copying torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2303508Z copying torch/include/ATen/ops/split_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2305319Z copying torch/include/ATen/ops/split_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2306286Z copying torch/include/ATen/ops/split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2307348Z copying torch/include/ATen/ops/split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2308926Z copying torch/include/ATen/ops/split_with_sizes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2310211Z copying torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2311306Z copying torch/include/ATen/ops/split_with_sizes_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2312816Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2314161Z copying torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2315140Z copying torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2316847Z copying torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2317963Z copying torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2319121Z copying torch/include/ATen/ops/split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2320307Z copying torch/include/ATen/ops/sqrt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2322204Z copying torch/include/ATen/ops/split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2323725Z copying torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2326414Z copying torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2327282Z copying torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2328614Z copying torch/include/ATen/ops/sqrt_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2329533Z copying torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2330645Z copying torch/include/ATen/ops/sqrt_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2331812Z copying torch/include/ATen/ops/sqrt_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2333122Z copying torch/include/ATen/ops/square.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2335038Z copying torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2336333Z copying torch/include/ATen/ops/square_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2337922Z copying torch/include/ATen/ops/square_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2339727Z copying torch/include/ATen/ops/squeeze.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2341740Z copying torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2343259Z copying torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2344516Z copying torch/include/ATen/ops/squeeze_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2346618Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2348098Z copying torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2349215Z copying torch/include/ATen/ops/squeeze_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2350745Z copying torch/include/ATen/ops/squeeze_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2352241Z copying torch/include/ATen/ops/squeeze_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2353878Z copying torch/include/ATen/ops/squeeze_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2355547Z copying torch/include/ATen/ops/sspaddmm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2357642Z copying torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2358805Z copying torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2359884Z copying torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2361442Z copying torch/include/ATen/ops/sspaddmm_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2362473Z copying torch/include/ATen/ops/sspaddmm_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2364111Z copying torch/include/ATen/ops/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2365893Z copying torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2366627Z copying torch/include/ATen/ops/stack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2368775Z copying torch/include/ATen/ops/stack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2369490Z copying torch/include/ATen/ops/std.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2371771Z copying torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2373004Z copying torch/include/ATen/ops/std_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2374086Z copying torch/include/ATen/ops/std_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2375869Z copying torch/include/ATen/ops/std_mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2377276Z copying torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2379342Z copying torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2380270Z copying torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2382281Z copying torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2383277Z copying torch/include/ATen/ops/std_mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2385544Z copying torch/include/ATen/ops/std_mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2386671Z copying torch/include/ATen/ops/std_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2388055Z copying torch/include/ATen/ops/std_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2389317Z copying torch/include/ATen/ops/stft.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2391073Z copying torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2392211Z copying torch/include/ATen/ops/stft_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2393443Z copying torch/include/ATen/ops/stft_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2394860Z copying torch/include/ATen/ops/stride.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2396390Z copying torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2398495Z copying torch/include/ATen/ops/stride_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2399235Z copying torch/include/ATen/ops/stride_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2400215Z copying torch/include/ATen/ops/sub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2401439Z copying torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2403198Z copying torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2404080Z copying torch/include/ATen/ops/sub_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2405361Z copying torch/include/ATen/ops/sub_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2406697Z copying torch/include/ATen/ops/sub_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2408064Z copying torch/include/ATen/ops/sub_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2409666Z copying torch/include/ATen/ops/sub_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2410839Z copying torch/include/ATen/ops/sub_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2412351Z copying torch/include/ATen/ops/subtract.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2413547Z copying torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2415040Z copying torch/include/ATen/ops/subtract_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2416045Z copying torch/include/ATen/ops/subtract_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2417930Z copying torch/include/ATen/ops/sum.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2419444Z copying torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2420951Z copying torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2422137Z copying torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2423400Z copying torch/include/ATen/ops/sum_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2424717Z copying torch/include/ATen/ops/sum_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2425732Z copying torch/include/ATen/ops/sum_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2427433Z copying torch/include/ATen/ops/sum_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2428658Z copying torch/include/ATen/ops/sum_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2429928Z copying torch/include/ATen/ops/sum_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2431073Z copying torch/include/ATen/ops/sum_to_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2432676Z copying torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2433927Z copying torch/include/ATen/ops/sum_to_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2435337Z copying torch/include/ATen/ops/sum_to_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2436538Z copying torch/include/ATen/ops/svd.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2438288Z copying torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2439315Z copying torch/include/ATen/ops/svd_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2441015Z copying torch/include/ATen/ops/svd_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2442397Z copying torch/include/ATen/ops/swapaxes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2444180Z copying torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2445211Z copying torch/include/ATen/ops/swapaxes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2446775Z copying torch/include/ATen/ops/swapaxes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2447984Z copying torch/include/ATen/ops/swapdims.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2449833Z copying torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2450847Z copying torch/include/ATen/ops/swapdims_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2452355Z copying torch/include/ATen/ops/swapdims_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2453679Z copying torch/include/ATen/ops/sym_constrain_range.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2455550Z copying torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2456632Z copying torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2458708Z copying torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2459820Z copying torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2461156Z copying torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2462879Z copying torch/include/ATen/ops/sym_constrain_range_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2463932Z copying torch/include/ATen/ops/sym_constrain_range_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2465108Z copying torch/include/ATen/ops/sym_numel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2467032Z copying torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2467825Z copying torch/include/ATen/ops/sym_numel_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2469401Z copying torch/include/ATen/ops/sym_numel_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2470623Z copying torch/include/ATen/ops/to.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2471818Z copying torch/include/ATen/ops/sym_size.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2473681Z copying torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2474463Z copying torch/include/ATen/ops/sym_size_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2475890Z copying torch/include/ATen/ops/sym_size_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2477412Z copying torch/include/ATen/ops/sym_storage_offset.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2479241Z copying torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2480366Z copying torch/include/ATen/ops/sym_storage_offset_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2482245Z copying torch/include/ATen/ops/sym_storage_offset_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2483171Z copying torch/include/ATen/ops/sym_stride.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2485021Z copying torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2486058Z copying torch/include/ATen/ops/sym_stride_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2487491Z copying torch/include/ATen/ops/sym_stride_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2488924Z copying torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2490064Z copying torch/include/ATen/ops/t_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2491742Z copying torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2493077Z copying torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2494214Z copying torch/include/ATen/ops/t_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2495470Z copying torch/include/ATen/ops/t_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2497232Z copying torch/include/ATen/ops/t_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2498470Z copying torch/include/ATen/ops/t_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2500072Z copying torch/include/ATen/ops/take.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2501914Z copying torch/include/ATen/ops/take_along_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2504135Z copying torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2504961Z copying torch/include/ATen/ops/take_along_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2505761Z copying torch/include/ATen/ops/take_along_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2507684Z copying torch/include/ATen/ops/take_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2508712Z copying torch/include/ATen/ops/take_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2510053Z copying torch/include/ATen/ops/take_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2511206Z copying torch/include/ATen/ops/take_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2512680Z copying torch/include/ATen/ops/tan.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2514513Z copying torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2515545Z copying torch/include/ATen/ops/tan_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2517118Z copying torch/include/ATen/ops/tan_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2518298Z copying torch/include/ATen/ops/tan_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2519939Z copying torch/include/ATen/ops/tan_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2521266Z copying torch/include/ATen/ops/tan_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2522536Z copying torch/include/ATen/ops/tan_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2524275Z copying torch/include/ATen/ops/tanh.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2525752Z copying torch/include/ATen/ops/tanh_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2527982Z copying torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2529160Z copying torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2530259Z copying torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2531499Z copying torch/include/ATen/ops/tanh_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2532542Z copying torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2534385Z copying torch/include/ATen/ops/tanh_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2535364Z copying torch/include/ATen/ops/tanh_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2537298Z copying torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2538189Z copying torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2539783Z copying torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2540988Z copying torch/include/ATen/ops/tanh_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2542896Z copying torch/include/ATen/ops/tanh_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2544165Z copying torch/include/ATen/ops/tanh_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2545887Z copying torch/include/ATen/ops/tanh_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2547289Z copying torch/include/ATen/ops/tensor_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2548607Z copying torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2549706Z copying torch/include/ATen/ops/tensor_split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2550753Z copying torch/include/ATen/ops/tensor_split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2552072Z copying torch/include/ATen/ops/tensordot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2553463Z copying torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2554829Z copying torch/include/ATen/ops/tensordot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2556208Z copying torch/include/ATen/ops/tensordot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2557313Z copying torch/include/ATen/ops/thnn_conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2558949Z copying torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2560146Z copying torch/include/ATen/ops/thnn_conv2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2561739Z copying torch/include/ATen/ops/thnn_conv2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2563394Z copying torch/include/ATen/ops/threshold.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2565097Z copying torch/include/ATen/ops/threshold_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2567341Z copying torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2570071Z copying torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2572127Z copying torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2573979Z copying torch/include/ATen/ops/threshold_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2575821Z copying torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2577766Z copying torch/include/ATen/ops/threshold_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2579771Z copying torch/include/ATen/ops/threshold_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2581557Z copying torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2583485Z copying torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2585043Z copying torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2586539Z copying torch/include/ATen/ops/threshold_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2588064Z copying torch/include/ATen/ops/threshold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2589651Z copying torch/include/ATen/ops/threshold_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2591142Z copying torch/include/ATen/ops/threshold_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2592564Z copying torch/include/ATen/ops/tile.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2594109Z copying torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2595681Z copying torch/include/ATen/ops/tile_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2597098Z copying torch/include/ATen/ops/tile_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2598693Z copying torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2600213Z copying torch/include/ATen/ops/to_dense.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2601610Z copying torch/include/ATen/ops/to_dense_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2603328Z copying torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2605027Z copying torch/include/ATen/ops/to_dense_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2606537Z copying torch/include/ATen/ops/to_dense_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2608188Z copying torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2609766Z copying torch/include/ATen/ops/to_dense_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2611098Z copying torch/include/ATen/ops/to_dense_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2612393Z copying torch/include/ATen/ops/to_mkldnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2613755Z copying torch/include/ATen/ops/to_mkldnn_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2615354Z copying torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2616970Z copying torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2618572Z copying torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2620073Z copying torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2621531Z copying torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2622798Z copying torch/include/ATen/ops/to_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2624041Z copying torch/include/ATen/ops/to_mkldnn_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2625425Z copying torch/include/ATen/ops/to_mkldnn_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2626725Z copying torch/include/ATen/ops/to_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2628028Z copying torch/include/ATen/ops/to_padded_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2629682Z copying torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2631604Z copying torch/include/ATen/ops/to_padded_tensor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2633153Z copying torch/include/ATen/ops/to_padded_tensor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2634712Z copying torch/include/ATen/ops/to_sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2636168Z copying torch/include/ATen/ops/to_sparse_bsc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2637892Z copying torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2639876Z copying torch/include/ATen/ops/to_sparse_bsc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2641428Z copying torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2642928Z copying torch/include/ATen/ops/to_sparse_bsr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2644810Z copying torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2646793Z copying torch/include/ATen/ops/to_sparse_bsr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2648534Z copying torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2650404Z copying torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2652356Z copying torch/include/ATen/ops/to_sparse_csc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2654271Z copying torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2656381Z copying torch/include/ATen/ops/to_sparse_csc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2658425Z copying torch/include/ATen/ops/to_sparse_csc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2660041Z copying torch/include/ATen/ops/to_sparse_csr.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2661850Z copying torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2663527Z copying torch/include/ATen/ops/to_sparse_csr_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2665186Z copying torch/include/ATen/ops/to_sparse_csr_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2666654Z copying torch/include/ATen/ops/to_sparse_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2668253Z copying torch/include/ATen/ops/to_sparse_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2669620Z copying torch/include/ATen/ops/topk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2671187Z copying torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2672765Z copying torch/include/ATen/ops/topk_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2674135Z copying torch/include/ATen/ops/topk_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2675448Z copying torch/include/ATen/ops/topk_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2676854Z copying torch/include/ATen/ops/topk_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2678258Z copying torch/include/ATen/ops/topk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2679602Z copying torch/include/ATen/ops/topk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2680933Z copying torch/include/ATen/ops/trace.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2682622Z copying torch/include/ATen/ops/trace_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2684489Z copying torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2686270Z copying torch/include/ATen/ops/trace_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2687798Z copying torch/include/ATen/ops/trace_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2689600Z copying torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2691144Z copying torch/include/ATen/ops/trace_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2692625Z copying torch/include/ATen/ops/trace_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2694042Z copying torch/include/ATen/ops/trace_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2695406Z copying torch/include/ATen/ops/trace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2696827Z copying torch/include/ATen/ops/transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2698596Z copying torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2700367Z copying torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2702121Z copying torch/include/ATen/ops/transpose_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2704072Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2706198Z copying torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2708007Z copying torch/include/ATen/ops/transpose_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2709460Z copying torch/include/ATen/ops/transpose_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2710823Z copying torch/include/ATen/ops/transpose_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2712151Z copying torch/include/ATen/ops/transpose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2713422Z copying torch/include/ATen/ops/trapezoid.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2714930Z copying torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2716617Z copying torch/include/ATen/ops/trapezoid_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2718249Z copying torch/include/ATen/ops/trapezoid_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2719928Z copying torch/include/ATen/ops/trapz.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2721719Z copying torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2723492Z copying torch/include/ATen/ops/trapz_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2725064Z copying torch/include/ATen/ops/trapz_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2726895Z copying torch/include/ATen/ops/triangular_solve.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2728958Z copying torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2731088Z copying torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2733038Z copying torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2734835Z copying torch/include/ATen/ops/triangular_solve_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2736681Z copying torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2738447Z copying torch/include/ATen/ops/triangular_solve_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2739992Z copying torch/include/ATen/ops/triangular_solve_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2741376Z copying torch/include/ATen/ops/tril.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2743063Z copying torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2744746Z copying torch/include/ATen/ops/tril_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2746216Z copying torch/include/ATen/ops/tril_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2747667Z copying torch/include/ATen/ops/tril_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2749336Z copying torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2751221Z copying torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2752886Z copying torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2754420Z copying torch/include/ATen/ops/tril_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2755898Z copying torch/include/ATen/ops/tril_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2757295Z copying torch/include/ATen/ops/tril_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2758733Z copying torch/include/ATen/ops/tril_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2760173Z copying torch/include/ATen/ops/tril_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2761564Z copying torch/include/ATen/ops/tril_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2762986Z copying torch/include/ATen/ops/triplet_margin_loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2764712Z copying torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2766461Z copying torch/include/ATen/ops/triplet_margin_loss_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2768018Z copying torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2769440Z copying torch/include/ATen/ops/triu.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2771117Z copying torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2773001Z copying torch/include/ATen/ops/triu_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2774482Z copying torch/include/ATen/ops/triu_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2775940Z copying torch/include/ATen/ops/triu_indices.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2777726Z copying torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2779673Z copying torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2781191Z copying torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2782631Z copying torch/include/ATen/ops/triu_indices_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2784145Z copying torch/include/ATen/ops/triu_indices_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2785569Z copying torch/include/ATen/ops/triu_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2787025Z copying torch/include/ATen/ops/triu_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2788559Z copying torch/include/ATen/ops/triu_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2790070Z copying torch/include/ATen/ops/triu_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2791505Z copying torch/include/ATen/ops/true_divide.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2793217Z copying torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2795172Z copying torch/include/ATen/ops/true_divide_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2796722Z copying torch/include/ATen/ops/true_divide_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2798171Z copying torch/include/ATen/ops/trunc.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2799900Z copying torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2801801Z copying torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2803324Z copying torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2804698Z copying torch/include/ATen/ops/trunc_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2806144Z copying torch/include/ATen/ops/trunc_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2807678Z copying torch/include/ATen/ops/trunc_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2809163Z copying torch/include/ATen/ops/trunc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2823826Z copying torch/include/ATen/ops/type_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2825497Z copying torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2827165Z copying torch/include/ATen/ops/type_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2828775Z copying torch/include/ATen/ops/type_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2830241Z copying torch/include/ATen/ops/unbind.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2832112Z copying torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2834029Z copying torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2835798Z copying torch/include/ATen/ops/unbind_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2837630Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2840071Z copying torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2841931Z copying torch/include/ATen/ops/unbind_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2843758Z copying torch/include/ATen/ops/unbind_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2845353Z copying torch/include/ATen/ops/unbind_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2846880Z copying torch/include/ATen/ops/unbind_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2848515Z copying torch/include/ATen/ops/unflatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2850314Z copying torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2852195Z copying torch/include/ATen/ops/unflatten_dense_tensors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2854193Z copying torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2856527Z copying torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2864182Z copying torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2865788Z copying torch/include/ATen/ops/unflatten_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2867296Z copying torch/include/ATen/ops/unflatten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2868641Z copying torch/include/ATen/ops/unfold.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2870150Z copying torch/include/ATen/ops/unfold_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2872025Z copying torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2874690Z copying torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2876343Z copying torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2877919Z copying torch/include/ATen/ops/unfold_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2879393Z copying torch/include/ATen/ops/unfold_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2880833Z copying torch/include/ATen/ops/unfold_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2882416Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2884334Z copying torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2886037Z copying torch/include/ATen/ops/unfold_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2887581Z copying torch/include/ATen/ops/unfold_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2889073Z copying torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2890611Z copying torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2892127Z copying torch/include/ATen/ops/unfold_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2893712Z copying torch/include/ATen/ops/unfold_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2894996Z copying torch/include/ATen/ops/unfold_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2896429Z copying torch/include/ATen/ops/uniform.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2898054Z copying torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2899971Z copying torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2901768Z copying torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2903391Z copying torch/include/ATen/ops/uniform_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2904845Z copying torch/include/ATen/ops/uniform_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2906260Z copying torch/include/ATen/ops/uniform_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2907975Z copying torch/include/ATen/ops/unique_consecutive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2909699Z copying torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2911439Z copying torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2913190Z copying torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2914878Z copying torch/include/ATen/ops/unique_consecutive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2916496Z copying torch/include/ATen/ops/unique_consecutive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2917939Z copying torch/include/ATen/ops/unique_dim.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2919557Z copying torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2921207Z copying torch/include/ATen/ops/unique_dim_consecutive.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2922943Z copying torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2924839Z copying torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2926607Z copying torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2928245Z copying torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2929814Z copying torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2931465Z copying torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2933009Z copying torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2934505Z copying torch/include/ATen/ops/unique_dim_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2935987Z copying torch/include/ATen/ops/unique_dim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2937472Z copying torch/include/ATen/ops/unsafe_chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2939425Z copying torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2941005Z copying torch/include/ATen/ops/unsafe_chunk_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2942520Z copying torch/include/ATen/ops/unsafe_chunk_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2944069Z copying torch/include/ATen/ops/unsafe_split.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2945736Z copying torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2947376Z copying torch/include/ATen/ops/unsafe_split_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2948861Z copying torch/include/ATen/ops/unsafe_split_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2950289Z copying torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2952312Z copying torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2954308Z copying torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2955965Z copying torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2957505Z copying torch/include/ATen/ops/unsqueeze.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2959271Z copying torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2961090Z copying torch/include/ATen/ops/unsqueeze_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2962842Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2964573Z copying torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2966521Z copying torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2968556Z copying torch/include/ATen/ops/unsqueeze_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2970120Z copying torch/include/ATen/ops/unsqueeze_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2971633Z copying torch/include/ATen/ops/unsqueeze_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2973155Z copying torch/include/ATen/ops/upsample_bicubic2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2974749Z copying torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2977052Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2979179Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2980999Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2982824Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2984503Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2986177Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2987800Z copying torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2989677Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2991709Z copying torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2993438Z copying torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2995017Z copying torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2996567Z copying torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2998147Z copying torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.2999874Z copying torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3001424Z copying torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3002956Z copying torch/include/ATen/ops/upsample_bilinear2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3004504Z copying torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3006458Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3008517Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3010310Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3011943Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3013909Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3015646Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3017542Z copying torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3019644Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3022178Z copying torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3024282Z copying torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3026166Z copying torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3027959Z copying torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3029741Z copying torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3031542Z copying torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3033315Z copying torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3034948Z copying torch/include/ATen/ops/upsample_linear1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3037211Z copying torch/include/ATen/ops/upsample_linear1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3039690Z copying torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3041824Z copying torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3043706Z copying torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3045492Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3047463Z copying torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3049339Z copying torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3051141Z copying torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3053144Z copying torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3055357Z copying torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3057343Z copying torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3059184Z copying torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3060756Z copying torch/include/ATen/ops/upsample_linear1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3062334Z copying torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3064055Z copying torch/include/ATen/ops/upsample_linear1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3065584Z copying torch/include/ATen/ops/upsample_linear1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3067234Z copying torch/include/ATen/ops/upsample_nearest1d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3068943Z copying torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3071056Z copying torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3073096Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3074725Z copying torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3076658Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3078514Z copying torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3080268Z copying torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3082077Z copying torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3084172Z copying torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3086467Z copying torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3088393Z copying torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3090080Z copying torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3091747Z copying torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3093477Z copying torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3095296Z copying torch/include/ATen/ops/upsample_nearest1d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3097010Z copying torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3098827Z copying torch/include/ATen/ops/upsample_nearest2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3100268Z copying torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3102220Z copying torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3104080Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3105737Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3107514Z copying torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3109251Z copying torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3110913Z copying torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3112594Z copying torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3114739Z copying torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3116861Z copying torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3118754Z copying torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3120365Z copying torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3121912Z copying torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3123570Z copying torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3125203Z copying torch/include/ATen/ops/upsample_nearest2d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3127014Z copying torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3128585Z copying torch/include/ATen/ops/upsample_nearest3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3130159Z copying torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3132151Z copying torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3134295Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3136282Z copying torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3137914Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3139851Z copying torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3141718Z copying torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3143453Z copying torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3145421Z copying torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3147419Z copying torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3149290Z copying torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3150927Z copying torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3152527Z copying torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3154108Z copying torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3155699Z copying torch/include/ATen/ops/upsample_nearest3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3157265Z copying torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3158854Z copying torch/include/ATen/ops/upsample_trilinear3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3160415Z copying torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3162397Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3164438Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3166313Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3168075Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3169884Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3171603Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3173256Z copying torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3175279Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3177362Z copying torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3179432Z copying torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3181103Z copying torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3182707Z copying torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3184429Z copying torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3186204Z copying torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3187777Z copying torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3189538Z copying torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3191439Z copying torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3193431Z copying torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3195157Z copying torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3196654Z copying torch/include/ATen/ops/values.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3198211Z copying torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3199799Z copying torch/include/ATen/ops/values_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3201388Z copying torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3203384Z copying torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3205345Z copying torch/include/ATen/ops/values_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3206821Z copying torch/include/ATen/ops/values_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3208240Z copying torch/include/ATen/ops/values_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3209822Z copying torch/include/ATen/ops/values_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3211189Z copying torch/include/ATen/ops/vander.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3212820Z copying torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3214704Z copying torch/include/ATen/ops/vander_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3216245Z copying torch/include/ATen/ops/vander_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3217633Z copying torch/include/ATen/ops/var.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3219275Z copying torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3220738Z copying torch/include/ATen/ops/var_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3222142Z copying torch/include/ATen/ops/var_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3223471Z copying torch/include/ATen/ops/var_mean.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3225125Z copying torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3226899Z copying torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3228557Z copying torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3230310Z copying torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3231968Z copying torch/include/ATen/ops/var_mean_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3233507Z copying torch/include/ATen/ops/var_mean_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3234936Z copying torch/include/ATen/ops/var_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3236328Z copying torch/include/ATen/ops/var_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3237592Z copying torch/include/ATen/ops/vdot.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3239183Z copying torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3240710Z copying torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3242136Z copying torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3243518Z copying torch/include/ATen/ops/vdot_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3244790Z copying torch/include/ATen/ops/vdot_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3246016Z copying torch/include/ATen/ops/view.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3247269Z copying torch/include/ATen/ops/view_as.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3248588Z copying torch/include/ATen/ops/view_as_complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3249985Z copying torch/include/ATen/ops/view_as_complex_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3251673Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3253701Z copying torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3255483Z copying torch/include/ATen/ops/view_as_complex_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3257420Z copying torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3259362Z copying torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3261133Z copying torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3262971Z copying torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3264688Z copying torch/include/ATen/ops/view_as_complex_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3266351Z copying torch/include/ATen/ops/view_as_complex_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3268358Z copying torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3270183Z copying torch/include/ATen/ops/view_as_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3271740Z copying torch/include/ATen/ops/view_as_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3273516Z copying torch/include/ATen/ops/view_as_real.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3275090Z copying torch/include/ATen/ops/view_as_real_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3277124Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3279326Z copying torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3281340Z copying torch/include/ATen/ops/view_as_real_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3282928Z copying torch/include/ATen/ops/view_as_real_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3284706Z copying torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3286433Z copying torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3288205Z copying torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3289891Z copying torch/include/ATen/ops/view_as_real_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3291442Z copying torch/include/ATen/ops/view_as_real_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3293306Z copying torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3294959Z copying torch/include/ATen/ops/view_copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3296667Z copying torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3298883Z copying torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3300750Z copying torch/include/ATen/ops/view_copy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3302385Z copying torch/include/ATen/ops/view_copy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3303847Z copying torch/include/ATen/ops/view_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3305539Z copying torch/include/ATen/ops/view_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3307190Z copying torch/include/ATen/ops/view_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3308607Z copying torch/include/ATen/ops/view_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3310113Z copying torch/include/ATen/ops/view_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3311464Z copying torch/include/ATen/ops/vsplit.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3313119Z copying torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3314798Z copying torch/include/ATen/ops/vsplit_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3316283Z copying torch/include/ATen/ops/vsplit_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3317746Z copying torch/include/ATen/ops/vstack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3319363Z copying torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3321014Z copying torch/include/ATen/ops/vstack_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3322439Z copying torch/include/ATen/ops/vstack_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3324173Z copying torch/include/ATen/ops/where.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3326144Z copying torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3327757Z copying torch/include/ATen/ops/where_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3329367Z copying torch/include/ATen/ops/where_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3331040Z copying torch/include/ATen/ops/where_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3332532Z copying torch/include/ATen/ops/where_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3333802Z copying torch/include/ATen/ops/xlogy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3335310Z copying torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3337235Z copying torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3339165Z copying torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3340598Z copying torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3341975Z copying torch/include/ATen/ops/xlogy_meta.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3343366Z copying torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3344743Z copying torch/include/ATen/ops/xlogy_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3346185Z copying torch/include/ATen/ops/xlogy_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3347741Z copying torch/include/ATen/ops/xor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3349453Z copying torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3351245Z copying torch/include/ATen/ops/xor_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3352757Z copying torch/include/ATen/ops/xor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3354298Z copying torch/include/ATen/ops/zero.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3356132Z copying torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3357930Z copying torch/include/ATen/ops/zero_cpu_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3359441Z copying torch/include/ATen/ops/zero_cuda_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3360892Z copying torch/include/ATen/ops/zero_meta_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3362354Z copying torch/include/ATen/ops/zero_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3363710Z copying torch/include/ATen/ops/zero_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3364999Z copying torch/include/ATen/ops/zeros.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3366789Z copying torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3368376Z copying torch/include/ATen/ops/zeros_like.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3370432Z copying torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3372722Z copying torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3374503Z copying torch/include/ATen/ops/zeros_like_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3376393Z copying torch/include/ATen/ops/zeros_like_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3377842Z copying torch/include/ATen/ops/zeros_native.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3379253Z copying torch/include/ATen/ops/zeros_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops 2024-04-03T17:09:22.3380335Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3381664Z copying torch/include/ATen/hip/ApplyGridUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3383222Z copying torch/include/ATen/hip/AsmUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3384611Z copying torch/include/ATen/hip/Atomic.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3386030Z copying torch/include/ATen/hip/DeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3387521Z copying torch/include/ATen/hip/HIPApplyUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3389030Z copying torch/include/ATen/hip/HIPGraphsUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3390549Z copying torch/include/ATen/hip/HIPTensorMethods.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3392071Z copying torch/include/ATen/hip/NumericLimits.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3393712Z copying torch/include/ATen/hip/PhiloxUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3395163Z copying torch/include/ATen/hip/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3396464Z copying torch/include/ATen/hip/cub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3397904Z copying torch/include/ATen/hip/cub_definitions.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3399432Z copying torch/include/ATen/hip/ATenHIPGeneral.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3400925Z copying torch/include/ATen/hip/CachingHostAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3402490Z copying torch/include/ATen/hip/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3403836Z copying torch/include/ATen/hip/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3405110Z copying torch/include/ATen/hip/HIPBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3406314Z copying torch/include/ATen/hip/HIPConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3407597Z copying torch/include/ATen/hip/HIPContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3408943Z copying torch/include/ATen/hip/HIPContextLight.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3410271Z copying torch/include/ATen/hip/HIPDataType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3411572Z copying torch/include/ATen/hip/HIPDevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3412841Z copying torch/include/ATen/hip/HIPEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3414306Z copying torch/include/ATen/hip/HIPGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3415622Z copying torch/include/ATen/hip/HIPGraph.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3416938Z copying torch/include/ATen/hip/HIPSparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3418371Z copying torch/include/ATen/hip/HIPSparseBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3419108Z copying torch/include/ATen/hip/HIPSparseDescriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3419704Z copying torch/include/ATen/hip/HIPUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3420461Z copying torch/include/ATen/hip/PeerToPeerAccess.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3421319Z copying torch/include/ATen/hip/PhiloxCudaState.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3422205Z copying torch/include/ATen/hip/PinnedMemoryAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3422816Z copying torch/include/ATen/hip/Sleep.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3423558Z copying torch/include/ATen/hip/ThrustAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3424250Z copying torch/include/ATen/hip/cub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3424991Z copying torch/include/ATen/hip/jiterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3425742Z copying torch/include/ATen/hip/jiterator_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3426528Z copying torch/include/ATen/hip/llvm_jit_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip 2024-04-03T17:09:22.3427077Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3427942Z copying torch/include/ATen/hip/detail/IndexUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3428810Z copying torch/include/ATen/hip/detail/IntegerDivider.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3429871Z copying torch/include/ATen/hip/detail/OffsetCalculator.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3430657Z copying torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3431537Z copying torch/include/ATen/hip/detail/TensorInfo.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3432262Z copying torch/include/ATen/hip/detail/UnpackRaw.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3433040Z copying torch/include/ATen/hip/detail/DeviceThreadHandles.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3433940Z copying torch/include/ATen/hip/detail/HIPHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3434711Z copying torch/include/ATen/hip/detail/KernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3435588Z copying torch/include/ATen/hip/detail/LazyNVRTC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail 2024-04-03T17:09:22.3436027Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2024-04-03T17:09:22.3437042Z copying torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2024-04-03T17:09:22.3438175Z copying torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2024-04-03T17:09:22.3439407Z copying torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2024-04-03T17:09:22.3440389Z copying torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl 2024-04-03T17:09:22.3440820Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable 2024-04-03T17:09:22.3441803Z copying torch/include/ATen/hip/tunable/GemmCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable 2024-04-03T17:09:22.3442636Z copying torch/include/ATen/hip/tunable/GemmHipblaslt.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable 2024-04-03T17:09:22.3443636Z copying torch/include/ATen/hip/tunable/GemmRocblas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable 2024-04-03T17:09:22.3444484Z copying torch/include/ATen/hip/tunable/StreamTimer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable 2024-04-03T17:09:22.3445307Z copying torch/include/ATen/hip/tunable/Tunable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable 2024-04-03T17:09:22.3446146Z copying torch/include/ATen/hip/tunable/TunableGemm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable 2024-04-03T17:09:22.3446929Z copying torch/include/ATen/hip/tunable/TunableOp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable 2024-04-03T17:09:22.3447381Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3448045Z copying torch/include/ATen/mps/EmptyTensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3448728Z copying torch/include/ATen/mps/IndexKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3449589Z copying torch/include/ATen/mps/MPSAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3450522Z copying torch/include/ATen/mps/MPSAllocatorInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3451241Z copying torch/include/ATen/mps/MPSDevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3452013Z copying torch/include/ATen/mps/MPSEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3452874Z copying torch/include/ATen/mps/MPSGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3453539Z copying torch/include/ATen/mps/MPSGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3454320Z copying torch/include/ATen/mps/MPSHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3454917Z copying torch/include/ATen/mps/MPSProfiler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3455574Z copying torch/include/ATen/mps/MPSStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps 2024-04-03T17:09:22.3456038Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T17:09:22.3456911Z copying torch/include/ATen/miopen/Descriptors.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T17:09:22.3457658Z copying torch/include/ATen/miopen/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T17:09:22.3458657Z copying torch/include/ATen/miopen/Handle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T17:09:22.3459351Z copying torch/include/ATen/miopen/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T17:09:22.3460104Z copying torch/include/ATen/miopen/Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T17:09:22.3461013Z copying torch/include/ATen/miopen/miopen-wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen 2024-04-03T17:09:22.3461404Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3462546Z copying torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3463348Z copying torch/include/ATen/detail/CUDAHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3464121Z copying torch/include/ATen/detail/FunctionTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3464831Z copying torch/include/ATen/detail/HIPHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3465618Z copying torch/include/ATen/detail/IPUHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3466479Z copying torch/include/ATen/detail/MPSHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3467171Z copying torch/include/ATen/detail/MTIAHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3467968Z copying torch/include/ATen/detail/ORTHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3468844Z copying torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3469663Z copying torch/include/ATen/detail/XPUHooksInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail 2024-04-03T17:09:22.3470014Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3470701Z copying torch/include/ATen/native/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3471456Z copying torch/include/ATen/native/AdaptivePooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3472288Z copying torch/include/ATen/native/AmpKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3472986Z copying torch/include/ATen/native/BatchLinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3473770Z copying torch/include/ATen/native/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3474555Z copying torch/include/ATen/native/BucketizationUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3475308Z copying torch/include/ATen/native/CPUBlas.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3476074Z copying torch/include/ATen/native/CPUFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3476866Z copying torch/include/ATen/native/CanUse32BitIndexMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3477569Z copying torch/include/ATen/native/ComplexHelper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3478467Z copying torch/include/ATen/native/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3479475Z copying torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3480227Z copying torch/include/ATen/native/ConvUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3480986Z copying torch/include/ATen/native/ConvolutionMM3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3481665Z copying torch/include/ATen/native/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3482391Z copying torch/include/ATen/native/Cross.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3483363Z copying torch/include/ATen/native/DilatedConvolutionUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3484107Z copying torch/include/ATen/native/DispatchStub.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3485041Z copying torch/include/ATen/native/Distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3486000Z copying torch/include/ATen/native/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3486701Z copying torch/include/ATen/native/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3487523Z copying torch/include/ATen/native/EmbeddingBag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3488289Z copying torch/include/ATen/native/Fill.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3488994Z copying torch/include/ATen/native/ForeachUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3489934Z copying torch/include/ATen/native/FractionalMaxPooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3490935Z copying torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3491684Z copying torch/include/ATen/native/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3492474Z copying torch/include/ATen/native/GridSamplerUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3493212Z copying torch/include/ATen/native/Histogram.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3493919Z copying torch/include/ATen/native/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3494756Z copying torch/include/ATen/native/IndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3495390Z copying torch/include/ATen/native/Lerp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3496303Z copying torch/include/ATen/native/LinearAlgebra.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3497150Z copying torch/include/ATen/native/LinearAlgebraUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3497865Z copying torch/include/ATen/native/LossMulti.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3498619Z copying torch/include/ATen/native/Math.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3499549Z copying torch/include/ATen/native/MathBitFallThroughLists.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3500264Z copying torch/include/ATen/native/MathBitsFallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3501049Z copying torch/include/ATen/native/MaxPooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3501878Z copying torch/include/ATen/native/NonEmptyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3502757Z copying torch/include/ATen/native/NonSymbolicBC.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3503608Z copying torch/include/ATen/native/Normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3504462Z copying torch/include/ATen/native/Padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3505275Z copying torch/include/ATen/native/PixelShuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3506157Z copying torch/include/ATen/native/PointwiseOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3506895Z copying torch/include/ATen/native/Pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3507645Z copying torch/include/ATen/native/Pow.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3508652Z copying torch/include/ATen/native/RNN.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3509500Z copying torch/include/ATen/native/RangeFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3510418Z copying torch/include/ATen/native/ReduceAllOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3511193Z copying torch/include/ATen/native/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3511976Z copying torch/include/ATen/native/ReduceOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3512833Z copying torch/include/ATen/native/ReductionType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3513634Z copying torch/include/ATen/native/Repeat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3514336Z copying torch/include/ATen/native/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3515133Z copying torch/include/ATen/native/ResizeCommon.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3516074Z copying torch/include/ATen/native/ScatterGatherChecks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3516855Z copying torch/include/ATen/native/SegmentReduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3517676Z copying torch/include/ATen/native/SharedReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3518525Z copying torch/include/ATen/native/SobolEngineOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3519294Z copying torch/include/ATen/native/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3520140Z copying torch/include/ATen/native/SortingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3520986Z copying torch/include/ATen/native/SparseTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3521899Z copying torch/include/ATen/native/SpectralOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3522832Z copying torch/include/ATen/native/StridedRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3523787Z copying torch/include/ATen/native/TensorAdvancedIndexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3524772Z copying torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3525576Z copying torch/include/ATen/native/TensorCompare.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3526354Z copying torch/include/ATen/native/TensorConversions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3527198Z copying torch/include/ATen/native/TensorDimApply.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3528018Z copying torch/include/ATen/native/TensorFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3528863Z copying torch/include/ATen/native/TensorIterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3529763Z copying torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3530645Z copying torch/include/ATen/native/TensorProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3531472Z copying torch/include/ATen/native/TensorShape.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3532339Z copying torch/include/ATen/native/TensorTransformations.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3533176Z copying torch/include/ATen/native/TopKImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3534007Z copying torch/include/ATen/native/TransposeType.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3534862Z copying torch/include/ATen/native/TriangularOpsUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3535742Z copying torch/include/ATen/native/TypeProperties.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3536528Z copying torch/include/ATen/native/UnaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3537449Z copying torch/include/ATen/native/Unfold2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3538390Z copying torch/include/ATen/native/Unfold3d.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3539218Z copying torch/include/ATen/native/UnfoldBackward.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3539944Z copying torch/include/ATen/native/UpSample.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3540667Z copying torch/include/ATen/native/batch_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3541367Z copying torch/include/ATen/native/group_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3542122Z copying torch/include/ATen/native/im2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3542884Z copying torch/include/ATen/native/im2col_shape_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3543689Z copying torch/include/ATen/native/layer_norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3544571Z copying torch/include/ATen/native/verbose_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3545438Z copying torch/include/ATen/native/vol2col.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native 2024-04-03T17:09:22.3545832Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3546824Z copying torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3547747Z copying torch/include/ATen/native/cpu/CatKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3548640Z copying torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3549541Z copying torch/include/ATen/native/cpu/CopyKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3550500Z copying torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3551435Z copying torch/include/ATen/native/cpu/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3552355Z copying torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3553239Z copying torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3554084Z copying torch/include/ATen/native/cpu/Intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3554888Z copying torch/include/ATen/native/cpu/IsContiguous.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3555703Z copying torch/include/ATen/native/cpu/LogAddExp.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3556748Z copying torch/include/ATen/native/cpu/Loops.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3557594Z copying torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3558498Z copying torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3559260Z copying torch/include/ATen/native/cpu/Reduce.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3560115Z copying torch/include/ATen/native/cpu/ReduceUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3561033Z copying torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3561882Z copying torch/include/ATen/native/cpu/SerialStackImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3562711Z copying torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3563692Z copying torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3564857Z copying torch/include/ATen/native/cpu/StackKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3565980Z copying torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3567094Z copying torch/include/ATen/native/cpu/WeightNormKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3567945Z copying torch/include/ATen/native/cpu/avx_mathfun.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3568841Z copying torch/include/ATen/native/cpu/int_mm_kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3569703Z copying torch/include/ATen/native/cpu/mixed_data_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3570473Z copying torch/include/ATen/native/cpu/moments_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3571212Z copying torch/include/ATen/native/cpu/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3572032Z copying torch/include/ATen/native/cpu/zmath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu 2024-04-03T17:09:22.3572519Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3573428Z copying torch/include/ATen/native/cuda/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3574251Z copying torch/include/ATen/native/cuda/BinaryInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3575267Z copying torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3576268Z copying torch/include/ATen/native/cuda/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3577064Z copying torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3577960Z copying torch/include/ATen/native/cuda/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3579076Z copying torch/include/ATen/native/cuda/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3579915Z copying torch/include/ATen/native/cuda/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3580752Z copying torch/include/ATen/native/cuda/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3581593Z copying torch/include/ATen/native/cuda/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3582542Z copying torch/include/ATen/native/cuda/LaunchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3583396Z copying torch/include/ATen/native/cuda/MiscUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3584249Z copying torch/include/ATen/native/cuda/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3585059Z copying torch/include/ATen/native/cuda/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3586045Z copying torch/include/ATen/native/cuda/ScanKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3586795Z copying torch/include/ATen/native/cuda/Sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3587793Z copying torch/include/ATen/native/cuda/SortStable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3588480Z copying torch/include/ATen/native/cuda/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3589503Z copying torch/include/ATen/native/cuda/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3590205Z copying torch/include/ATen/native/cuda/TensorTopK.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3591189Z copying torch/include/ATen/native/cuda/jit_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3592249Z copying torch/include/ATen/native/cuda/thread_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3593184Z copying torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3594180Z copying torch/include/ATen/native/cuda/CUDALoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3595243Z copying torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3596332Z copying torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3597268Z copying torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3598459Z copying torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3599288Z copying torch/include/ATen/native/cuda/GridSampler.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3600071Z copying torch/include/ATen/native/cuda/JitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3601092Z copying torch/include/ATen/native/cuda/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3602083Z copying torch/include/ATen/native/cuda/Loops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3602940Z copying torch/include/ATen/native/cuda/Math.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3603825Z copying torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3604673Z copying torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3605653Z copying torch/include/ATen/native/cuda/Normalization.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3606708Z copying torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3607891Z copying torch/include/ATen/native/cuda/Pow.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3609209Z copying torch/include/ATen/native/cuda/Randperm.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3610285Z copying torch/include/ATen/native/cuda/Reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3612209Z copying torch/include/ATen/native/cuda/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3613553Z copying torch/include/ATen/native/cuda/SortUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3615683Z copying torch/include/ATen/native/cuda/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3617108Z copying torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3618174Z copying torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3620110Z copying torch/include/ATen/native/cuda/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3621461Z copying torch/include/ATen/native/cuda/UpSample.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3622883Z copying torch/include/ATen/native/cuda/block_reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3624363Z copying torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3625947Z copying torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3627193Z copying torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3628733Z copying torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3630070Z copying torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3631457Z copying torch/include/ATen/native/cuda/im2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3632961Z copying torch/include/ATen/native/cuda/reduction_template.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3634333Z copying torch/include/ATen/native/cuda/vol2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda 2024-04-03T17:09:22.3635424Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3636743Z copying torch/include/ATen/native/hip/Activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3638125Z copying torch/include/ATen/native/hip/BinaryInternal.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3639605Z copying torch/include/ATen/native/hip/CompositeRandomAccessor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3640688Z copying torch/include/ATen/native/hip/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3642107Z copying torch/include/ATen/native/hip/CuFFTPlanCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3643415Z copying torch/include/ATen/native/hip/CuFFTUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3644979Z copying torch/include/ATen/native/hip/DistributionTemplates.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3646798Z copying torch/include/ATen/native/hip/Distributions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3647902Z copying torch/include/ATen/native/hip/GridSampler.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3649018Z copying torch/include/ATen/native/hip/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3650396Z copying torch/include/ATen/native/hip/LaunchUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3651622Z copying torch/include/ATen/native/hip/MiscUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3652960Z copying torch/include/ATen/native/hip/ReduceOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3654229Z copying torch/include/ATen/native/hip/Resize.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3655636Z copying torch/include/ATen/native/hip/ScanKernels.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3656941Z copying torch/include/ATen/native/hip/Sort.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3659135Z copying torch/include/ATen/native/hip/SortStable.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3661966Z copying torch/include/ATen/native/hip/Sorting.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3663171Z copying torch/include/ATen/native/hip/TensorModeKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3664284Z copying torch/include/ATen/native/hip/TensorTopK.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3665609Z copying torch/include/ATen/native/hip/jit_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3666762Z copying torch/include/ATen/native/hip/thread_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3667850Z copying torch/include/ATen/native/hip/DeviceSqrt.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3669156Z copying torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3670272Z copying torch/include/ATen/native/hip/ForeachFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3671652Z copying torch/include/ATen/native/hip/ForeachMinMaxFunctors.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3673053Z copying torch/include/ATen/native/hip/GridSampler.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3674479Z copying torch/include/ATen/native/hip/HIPJitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3675727Z copying torch/include/ATen/native/hip/HIPLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3676624Z copying torch/include/ATen/native/hip/JitLoops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3678056Z copying torch/include/ATen/native/hip/KernelUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3679148Z copying torch/include/ATen/native/hip/Loops.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3680443Z copying torch/include/ATen/native/hip/Math.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3682759Z copying torch/include/ATen/native/hip/MemoryAccess.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3684006Z copying torch/include/ATen/native/hip/MultiTensorApply.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3685286Z copying torch/include/ATen/native/hip/Normalization.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3687298Z copying torch/include/ATen/native/hip/PersistentSoftmax.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3688395Z copying torch/include/ATen/native/hip/Pow.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3689854Z copying torch/include/ATen/native/hip/Randperm.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3690945Z copying torch/include/ATen/native/hip/Reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3692784Z copying torch/include/ATen/native/hip/ScanUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3693836Z copying torch/include/ATen/native/hip/SortUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3695547Z copying torch/include/ATen/native/hip/SortingCommon.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3696726Z copying torch/include/ATen/native/hip/SortingRadixSelect.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3697999Z copying torch/include/ATen/native/hip/TensorModeKernel.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3700251Z copying torch/include/ATen/native/hip/UniqueCub.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3701256Z copying torch/include/ATen/native/hip/UpSample.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3702710Z copying torch/include/ATen/native/hip/block_reduce.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3703984Z copying torch/include/ATen/native/hip/fused_adam_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3705434Z copying torch/include/ATen/native/hip/fused_adam_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3706458Z copying torch/include/ATen/native/hip/fused_adam_utils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3708014Z copying torch/include/ATen/native/hip/fused_adamw_amsgrad_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3709023Z copying torch/include/ATen/native/hip/fused_adamw_impl.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3710143Z copying torch/include/ATen/native/hip/im2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3711651Z copying torch/include/ATen/native/hip/reduction_template.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3713005Z copying torch/include/ATen/native/hip/vol2col.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip 2024-04-03T17:09:22.3714143Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T17:09:22.3715291Z copying torch/include/ATen/native/mps/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T17:09:22.3717035Z copying torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T17:09:22.3718316Z copying torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T17:09:22.3719454Z copying torch/include/ATen/native/mps/OperationUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T17:09:22.3721141Z copying torch/include/ATen/native/mps/TensorFactory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T17:09:22.3722217Z copying torch/include/ATen/native/mps/UnaryConstants.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps 2024-04-03T17:09:22.3723437Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T17:09:22.3724804Z copying torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T17:09:22.3726387Z copying torch/include/ATen/native/nested/NestedTensorFactories.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T17:09:22.3727513Z copying torch/include/ATen/native/nested/NestedTensorMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T17:09:22.3729014Z copying torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T17:09:22.3730302Z copying torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T17:09:22.3731570Z copying torch/include/ATen/native/nested/NestedTensorUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested 2024-04-03T17:09:22.3732451Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T17:09:22.3733548Z copying torch/include/ATen/native/quantized/AffineQuantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T17:09:22.3734872Z copying torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T17:09:22.3736014Z copying torch/include/ATen/native/quantized/ConvUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T17:09:22.3737617Z copying torch/include/ATen/native/quantized/Copy.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T17:09:22.3739106Z copying torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T17:09:22.3740443Z copying torch/include/ATen/native/quantized/IndexKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T17:09:22.3741640Z copying torch/include/ATen/native/quantized/PackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized 2024-04-03T17:09:22.3742572Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3744077Z copying torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3745625Z copying torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3746766Z copying torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3748249Z copying torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3749702Z copying torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3751094Z copying torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3752414Z copying torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3753780Z copying torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3755339Z copying torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3756689Z copying torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3758118Z copying torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3759362Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3761490Z copying torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:22.3762106Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils 2024-04-03T17:09:22.3763554Z copying torch/include/ATen/native/utils/Factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils 2024-04-03T17:09:22.3764874Z copying torch/include/ATen/native/utils/ParamUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils 2024-04-03T17:09:22.3766331Z copying torch/include/ATen/native/utils/ParamsHash.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils 2024-04-03T17:09:22.3767650Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2024-04-03T17:09:22.3768480Z copying torch/include/ATen/quantized/QTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2024-04-03T17:09:22.3770183Z copying torch/include/ATen/quantized/Quantizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized 2024-04-03T17:09:22.3771352Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu 2024-04-03T17:09:22.3772849Z copying torch/include/ATen/xpu/XPUContext.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu 2024-04-03T17:09:22.3774367Z copying torch/include/ATen/xpu/XPUDevice.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu 2024-04-03T17:09:22.3775706Z copying torch/include/ATen/xpu/XPUEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu 2024-04-03T17:09:22.3777731Z copying torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu 2024-04-03T17:09:22.3779140Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/detail 2024-04-03T17:09:22.3780583Z copying torch/include/ATen/xpu/detail/XPUHooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/detail 2024-04-03T17:09:22.3781745Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2 2024-04-03T17:09:22.3782418Z creating build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T17:09:22.3809351Z copying torch/include/caffe2/serialize/crc_alt.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T17:09:22.3811731Z copying torch/include/caffe2/serialize/file_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T17:09:22.3813539Z copying torch/include/caffe2/serialize/in_memory_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T17:09:22.3815192Z copying torch/include/caffe2/serialize/inline_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T17:09:22.3817141Z copying torch/include/caffe2/serialize/istream_adapter.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T17:09:22.3818648Z copying torch/include/caffe2/serialize/read_adapter_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T17:09:22.3819738Z copying torch/include/caffe2/serialize/versions.h -> build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize 2024-04-03T17:09:22.3822203Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10 2024-04-03T17:09:22.3823000Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2024-04-03T17:09:22.3824138Z copying torch/include/c10/macros/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2024-04-03T17:09:22.3825593Z copying torch/include/c10/macros/Macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2024-04-03T17:09:22.3827613Z copying torch/include/c10/macros/cmake_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/macros 2024-04-03T17:09:22.3829010Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3830498Z copying torch/include/c10/core/Allocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3832327Z copying torch/include/c10/core/AutogradState.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3833989Z copying torch/include/c10/core/Backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3835846Z copying torch/include/c10/core/CPUAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3837957Z copying torch/include/c10/core/CompileTimeFunctionPointer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3839486Z copying torch/include/c10/core/ConstantSymNodeImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3840905Z copying torch/include/c10/core/Contiguity.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3842644Z copying torch/include/c10/core/CopyBytes.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3844495Z copying torch/include/c10/core/DefaultDtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3846411Z copying torch/include/c10/core/DefaultTensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3847845Z copying torch/include/c10/core/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3849771Z copying torch/include/c10/core/DeviceArray.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3851446Z copying torch/include/c10/core/DeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3853068Z copying torch/include/c10/core/DeviceType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3854975Z copying torch/include/c10/core/DispatchKey.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3857585Z copying torch/include/c10/core/DispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3859817Z copying torch/include/c10/core/DynamicCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3861498Z copying torch/include/c10/core/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3863507Z copying torch/include/c10/core/GeneratorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3865061Z copying torch/include/c10/core/GradMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3866809Z copying torch/include/c10/core/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3868371Z copying torch/include/c10/core/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3870186Z copying torch/include/c10/core/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3872007Z copying torch/include/c10/core/OptionalRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3873759Z copying torch/include/c10/core/PyHandleCache.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3875357Z copying torch/include/c10/core/QEngine.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3877205Z copying torch/include/c10/core/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3878938Z copying torch/include/c10/core/RefcountedDeleter.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3880566Z copying torch/include/c10/core/SafePyObject.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3882095Z copying torch/include/c10/core/Scalar.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3883955Z copying torch/include/c10/core/ScalarType.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3886281Z copying torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3887707Z copying torch/include/c10/core/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3889535Z copying torch/include/c10/core/StorageImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3891350Z copying torch/include/c10/core/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3893076Z copying torch/include/c10/core/StreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3894806Z copying torch/include/c10/core/SymBool.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3896522Z copying torch/include/c10/core/SymFloat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3898454Z copying torch/include/c10/core/SymInt.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3900813Z copying torch/include/c10/core/SymIntArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3902136Z copying torch/include/c10/core/SymNodeImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3903879Z copying torch/include/c10/core/SymbolicShapeMeta.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3905682Z copying torch/include/c10/core/TensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3908742Z copying torch/include/c10/core/TensorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3910328Z copying torch/include/c10/core/UndefinedTensorImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3911929Z copying torch/include/c10/core/WrapDimMinimal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3913576Z copying torch/include/c10/core/alignment.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3915235Z copying torch/include/c10/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core 2024-04-03T17:09:22.3916734Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T17:09:22.3918481Z copying torch/include/ATen/core/boxing/BoxedKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T17:09:22.3920405Z copying torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T17:09:22.3923015Z copying torch/include/ATen/core/boxing/KernelFunction.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T17:09:22.3924755Z copying torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T17:09:22.3926348Z copying torch/include/ATen/core/boxing/OperatorKernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing 2024-04-03T17:09:22.3927717Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:22.3929594Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:22.3931330Z copying torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:22.3932357Z copying torch/include/ATen/core/boxing/impl/boxing.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:22.3934125Z copying torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:22.3935752Z copying torch/include/ATen/core/boxing/impl/test_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:22.3937142Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T17:09:22.3939204Z copying torch/include/ATen/core/dispatch/CppSignature.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T17:09:22.3940446Z copying torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T17:09:22.3941941Z copying torch/include/ATen/core/dispatch/Dispatcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T17:09:22.3944203Z copying torch/include/ATen/core/dispatch/ObservedOperators.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T17:09:22.3944975Z copying torch/include/ATen/core/dispatch/OperatorEntry.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T17:09:22.3946924Z copying torch/include/ATen/core/dispatch/OperatorOptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T17:09:22.3948036Z copying torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch 2024-04-03T17:09:22.3949539Z creating build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2024-04-03T17:09:22.3950455Z copying torch/include/ATen/core/op_registration/adaption.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2024-04-03T17:09:22.3952082Z copying torch/include/ATen/core/op_registration/infer_schema.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2024-04-03T17:09:22.3953305Z copying torch/include/ATen/core/op_registration/op_allowlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2024-04-03T17:09:22.3954596Z copying torch/include/ATen/core/op_registration/op_registration.h -> build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration 2024-04-03T17:09:22.3955701Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3956332Z copying torch/include/c10/core/impl/COW.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3958695Z copying torch/include/c10/core/impl/COWDeleter.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3959667Z copying torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3960979Z copying torch/include/c10/core/impl/FakeGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3962749Z copying torch/include/c10/core/impl/GPUTrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3963850Z copying torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3965046Z copying torch/include/c10/core/impl/InlineDeviceGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3966830Z copying torch/include/c10/core/impl/InlineEvent.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3968075Z copying torch/include/c10/core/impl/InlineStreamGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3969441Z copying torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3970690Z copying torch/include/c10/core/impl/PyInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3972027Z copying torch/include/c10/core/impl/PyObjectSlot.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3973530Z copying torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3974629Z copying torch/include/c10/core/impl/SizesAndStrides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3976625Z copying torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3977659Z copying torch/include/c10/core/impl/VirtualGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3979925Z copying torch/include/c10/core/impl/alloc_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl 2024-04-03T17:09:22.3980837Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3981879Z copying torch/include/c10/util/AbortHandler.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3983424Z copying torch/include/c10/util/AlignOf.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3985055Z copying torch/include/c10/util/ApproximateClock.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3986216Z copying torch/include/c10/util/Array.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3987403Z copying torch/include/c10/util/ArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3988687Z copying torch/include/c10/util/BFloat16-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3990107Z copying torch/include/c10/util/BFloat16-math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3991156Z copying torch/include/c10/util/BFloat16.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3992618Z copying torch/include/c10/util/Backtrace.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3993941Z copying torch/include/c10/util/Bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3995569Z copying torch/include/c10/util/C++17.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3996670Z copying torch/include/c10/util/CallOnce.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3997985Z copying torch/include/c10/util/ConstexprCrc.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.3999762Z copying torch/include/c10/util/DeadlockDetection.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4000746Z copying torch/include/c10/util/Deprecated.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4002820Z copying torch/include/c10/util/DimVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4003582Z copying torch/include/c10/util/Exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4005651Z copying torch/include/c10/util/ExclusivelyOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4007141Z copying torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4008172Z copying torch/include/c10/util/FbcodeMaps.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4009070Z copying torch/include/c10/util/Flags.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4010783Z copying torch/include/c10/util/Float8_e4m3fn-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4012145Z copying torch/include/c10/util/Float8_e4m3fn.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4013399Z copying torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4014752Z copying torch/include/c10/util/Float8_e4m3fnuz.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4016502Z copying torch/include/c10/util/Float8_e5m2-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4017531Z copying torch/include/c10/util/Float8_e5m2.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4019250Z copying torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4020547Z copying torch/include/c10/util/Float8_e5m2fnuz.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4021721Z copying torch/include/c10/util/Float8_fnuz_cvt.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4022900Z copying torch/include/c10/util/FunctionRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4024375Z copying torch/include/c10/util/Half-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4025483Z copying torch/include/c10/util/Half.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4026945Z copying torch/include/c10/util/IdWrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4028364Z copying torch/include/c10/util/LeftRight.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4029385Z copying torch/include/c10/util/Load.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4030946Z copying torch/include/c10/util/Logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4032440Z copying torch/include/c10/util/MathConstants.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4033688Z copying torch/include/c10/util/MaybeOwned.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4035106Z copying torch/include/c10/util/Metaprogramming.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4036536Z copying torch/include/c10/util/Optional.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4037905Z copying torch/include/c10/util/OptionalArrayRef.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4039529Z copying torch/include/c10/util/ParallelGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4040595Z copying torch/include/c10/util/Registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4042368Z copying torch/include/c10/util/ScopeExit.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4043551Z copying torch/include/c10/util/SmallBuffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4045127Z copying torch/include/c10/util/SmallVector.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4047091Z copying torch/include/c10/util/StringUtil.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4048326Z copying torch/include/c10/util/Synchronized.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4049631Z copying torch/include/c10/util/ThreadLocal.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4051265Z copying torch/include/c10/util/ThreadLocalDebugInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4052270Z copying torch/include/c10/util/Type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4053690Z copying torch/include/c10/util/TypeCast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4055049Z copying torch/include/c10/util/TypeIndex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4057233Z copying torch/include/c10/util/TypeList.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4059343Z copying torch/include/c10/util/TypeSafeSignMath.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4060978Z copying torch/include/c10/util/TypeTraits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4062205Z copying torch/include/c10/util/Unicode.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4063750Z copying torch/include/c10/util/UniqueVoidPtr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4064997Z copying torch/include/c10/util/Unroll.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4066514Z copying torch/include/c10/util/accumulate.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4067910Z copying torch/include/c10/util/bit_cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4068988Z copying torch/include/c10/util/bits.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4070409Z copying torch/include/c10/util/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4071663Z copying torch/include/c10/util/complex_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4073083Z copying torch/include/c10/util/complex_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4074258Z copying torch/include/c10/util/copysign.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4075555Z copying torch/include/c10/util/env.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4077165Z copying torch/include/c10/util/flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4079400Z copying torch/include/c10/util/floating_point_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4080490Z copying torch/include/c10/util/generic_math.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4081624Z copying torch/include/c10/util/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4082834Z copying torch/include/c10/util/int128.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4084701Z copying torch/include/c10/util/intrusive_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4086046Z copying torch/include/c10/util/irange.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4087469Z copying torch/include/c10/util/llvmMathExtras.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4089241Z copying torch/include/c10/util/logging_is_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4090607Z copying torch/include/c10/util/logging_is_not_google_glog.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4091618Z copying torch/include/c10/util/numa.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4093242Z copying torch/include/c10/util/order_preserving_flat_hash_map.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4094892Z copying torch/include/c10/util/overloaded.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4096503Z copying torch/include/c10/util/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4097812Z copying torch/include/c10/util/qint32.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4099343Z copying torch/include/c10/util/qint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4100465Z copying torch/include/c10/util/quint2x4.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4101864Z copying torch/include/c10/util/quint4x2.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4103279Z copying torch/include/c10/util/quint8.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4104711Z copying torch/include/c10/util/safe_numerics.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4105727Z copying torch/include/c10/util/signal_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4106903Z copying torch/include/c10/util/sparse_bitset.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4108630Z copying torch/include/c10/util/ssize.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4109911Z copying torch/include/c10/util/static_tracepoint.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4111124Z copying torch/include/c10/util/static_tracepoint_elfx86.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4112352Z copying torch/include/c10/util/strides.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4114180Z copying torch/include/c10/util/string_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4115261Z copying torch/include/c10/util/string_view.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4117137Z copying torch/include/c10/util/strong_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4118306Z copying torch/include/c10/util/tempfile.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4119795Z copying torch/include/c10/util/thread_name.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4121265Z copying torch/include/c10/util/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4123197Z copying torch/include/c10/util/win32-headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/util 2024-04-03T17:09:22.4124495Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4125646Z copying torch/include/c10/cuda/CUDAAlgorithm.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4127440Z copying torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4128713Z copying torch/include/c10/cuda/CUDACachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4129869Z copying torch/include/c10/cuda/CUDADeviceAssertion.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4130993Z copying torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4132212Z copying torch/include/c10/cuda/CUDAException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4133400Z copying torch/include/c10/cuda/CUDAFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4134653Z copying torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4135797Z copying torch/include/c10/cuda/CUDAGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4137155Z copying torch/include/c10/cuda/CUDAMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4138602Z copying torch/include/c10/cuda/CUDAMathCompat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4139749Z copying torch/include/c10/cuda/CUDAMiscFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4140753Z copying torch/include/c10/cuda/CUDAStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4141958Z copying torch/include/c10/cuda/driver_api.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda 2024-04-03T17:09:22.4143458Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2024-04-03T17:09:22.4144524Z copying torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2024-04-03T17:09:22.4145791Z copying torch/include/c10/cuda/impl/CUDATest.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl 2024-04-03T17:09:22.4146704Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4147790Z copying torch/include/c10/hip/HIPAlgorithm.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4149081Z copying torch/include/c10/hip/HIPAllocatorConfig.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4150234Z copying torch/include/c10/hip/HIPCachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4151591Z copying torch/include/c10/hip/HIPDeviceAssertion.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4153372Z copying torch/include/c10/hip/HIPDeviceAssertionHost.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4154324Z copying torch/include/c10/hip/HIPException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4155960Z copying torch/include/c10/hip/HIPFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4157127Z copying torch/include/c10/hip/HIPGraphsC10Utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4158378Z copying torch/include/c10/hip/HIPGuard.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4160126Z copying torch/include/c10/hip/HIPMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4161318Z copying torch/include/c10/hip/HIPMathCompat.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4162587Z copying torch/include/c10/hip/HIPMiscFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4163629Z copying torch/include/c10/hip/HIPStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4165225Z copying torch/include/c10/hip/driver_api.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip 2024-04-03T17:09:22.4166171Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2024-04-03T17:09:22.4168484Z copying torch/include/c10/hip/impl/hip_cmake_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2024-04-03T17:09:22.4169341Z copying torch/include/c10/hip/impl/HIPGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2024-04-03T17:09:22.4170558Z copying torch/include/c10/hip/impl/HIPTest.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl 2024-04-03T17:09:22.4171728Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T17:09:22.4172735Z copying torch/include/c10/xpu/XPUCachingAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T17:09:22.4174084Z copying torch/include/c10/xpu/XPUDeviceProp.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T17:09:22.4175634Z copying torch/include/c10/xpu/XPUException.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T17:09:22.4176924Z copying torch/include/c10/xpu/XPUFunctions.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T17:09:22.4178214Z copying torch/include/c10/xpu/XPUMacros.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T17:09:22.4180013Z copying torch/include/c10/xpu/XPUStream.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu 2024-04-03T17:09:22.4180958Z creating build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/impl 2024-04-03T17:09:22.4182185Z copying torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/impl 2024-04-03T17:09:22.4182822Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T17:09:22.4183890Z copying torch/include/torch/custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T17:09:22.4185531Z copying torch/include/torch/custom_class_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T17:09:22.4186592Z copying torch/include/torch/library.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T17:09:22.4188274Z copying torch/include/torch/script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T17:09:22.4189644Z copying torch/include/torch/extension.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch 2024-04-03T17:09:22.4191157Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4191746Z copying torch/include/torch/csrc/Export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4193771Z copying torch/include/torch/csrc/CudaIPCTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4194879Z copying torch/include/torch/csrc/DataLoader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4195915Z copying torch/include/torch/csrc/Device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4197150Z copying torch/include/torch/csrc/Dtype.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4198435Z copying torch/include/torch/csrc/DynamicTypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4199517Z copying torch/include/torch/csrc/Exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4201001Z copying torch/include/torch/csrc/Generator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4202075Z copying torch/include/torch/csrc/Layout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4203551Z copying torch/include/torch/csrc/MemoryFormat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4204698Z copying torch/include/torch/csrc/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4205943Z copying torch/include/torch/csrc/PyInterpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4207592Z copying torch/include/torch/csrc/QScheme.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4208727Z copying torch/include/torch/csrc/Size.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4209821Z copying torch/include/torch/csrc/Storage.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4211600Z copying torch/include/torch/csrc/StorageMethods.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4212890Z copying torch/include/torch/csrc/StorageSharing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4213618Z copying torch/include/torch/csrc/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4215146Z copying torch/include/torch/csrc/THConcat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4217345Z copying torch/include/torch/csrc/THP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4217954Z copying torch/include/torch/csrc/TypeInfo.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4219628Z copying torch/include/torch/csrc/Types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4221665Z copying torch/include/torch/csrc/copy_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4222965Z copying torch/include/torch/csrc/itt_wrapper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4224631Z copying torch/include/torch/csrc/python_dimname.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4225781Z copying torch/include/torch/csrc/python_headers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4227631Z copying torch/include/torch/csrc/serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4228427Z copying torch/include/torch/csrc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc 2024-04-03T17:09:22.4230464Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api 2024-04-03T17:09:22.4230941Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include 2024-04-03T17:09:22.4231405Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4233389Z copying torch/include/torch/csrc/api/include/torch/all.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4234998Z copying torch/include/torch/csrc/api/include/torch/arg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4236683Z copying torch/include/torch/csrc/api/include/torch/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4238270Z copying torch/include/torch/csrc/api/include/torch/cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4239866Z copying torch/include/torch/csrc/api/include/torch/data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4241601Z copying torch/include/torch/csrc/api/include/torch/enum.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4243362Z copying torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4245069Z copying torch/include/torch/csrc/api/include/torch/fft.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4246722Z copying torch/include/torch/csrc/api/include/torch/imethod.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4248310Z copying torch/include/torch/csrc/api/include/torch/jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4249942Z copying torch/include/torch/csrc/api/include/torch/linalg.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4251543Z copying torch/include/torch/csrc/api/include/torch/mps.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4253188Z copying torch/include/torch/csrc/api/include/torch/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4254761Z copying torch/include/torch/csrc/api/include/torch/nn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4256475Z copying torch/include/torch/csrc/api/include/torch/optim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4258160Z copying torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4260019Z copying torch/include/torch/csrc/api/include/torch/python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4261935Z copying torch/include/torch/csrc/api/include/torch/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4263561Z copying torch/include/torch/csrc/api/include/torch/sparse.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4265144Z copying torch/include/torch/csrc/api/include/torch/special.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4266739Z copying torch/include/torch/csrc/api/include/torch/torch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4268348Z copying torch/include/torch/csrc/api/include/torch/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4269570Z copying torch/include/torch/csrc/api/include/torch/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4270928Z copying torch/include/torch/csrc/api/include/torch/xpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4272284Z copying torch/include/torch/csrc/api/include/torch/version.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:22.4273463Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:22.4275011Z copying torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:22.4276423Z copying torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:22.4278067Z copying torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:22.4279334Z copying torch/include/torch/csrc/api/include/torch/data/example.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:22.4280356Z copying torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:22.4281635Z copying torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:22.4282848Z copying torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:22.4284533Z copying torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:22.4285526Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T17:09:22.4286674Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T17:09:22.4289005Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T17:09:22.4290453Z copying torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T17:09:22.4291554Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:22.4292928Z copying torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:22.4294238Z copying torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:22.4295865Z copying torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:22.4297371Z copying torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:22.4298995Z copying torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:22.4300453Z copying torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:22.4301899Z copying torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:22.4303017Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T17:09:22.4304594Z copying torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T17:09:22.4306163Z copying torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T17:09:22.4307398Z copying torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T17:09:22.4308040Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:22.4309337Z copying torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:22.4310803Z copying torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:22.4312194Z copying torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:22.4313526Z copying torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:22.4314906Z copying torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:22.4316210Z copying torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:22.4317745Z copying torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:22.4318364Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:22.4319773Z copying torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:22.4321428Z copying torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:22.4322996Z copying torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:22.4324672Z copying torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:22.4326025Z copying torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:22.4326787Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T17:09:22.4328044Z copying torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T17:09:22.4329261Z copying torch/include/torch/csrc/api/include/torch/detail/static.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T17:09:22.4329740Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:22.4330958Z copying torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:22.4332064Z copying torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:22.4333340Z copying torch/include/torch/csrc/api/include/torch/nn/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:22.4334666Z copying torch/include/torch/csrc/api/include/torch/nn/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:22.4336071Z copying torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:22.4338470Z copying torch/include/torch/csrc/api/include/torch/nn/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:22.4340012Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:22.4341536Z copying torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:22.4343325Z copying torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:22.4344029Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4345656Z copying torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4347211Z copying torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4348536Z copying torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4349936Z copying torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4351304Z copying torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4352844Z copying torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4354154Z copying torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4355846Z copying torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4357478Z copying torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4358713Z copying torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4360485Z copying torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4361838Z copying torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4363848Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4365242Z copying torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4366584Z copying torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4367941Z copying torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:22.4368911Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4370337Z copying torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4371727Z copying torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4372994Z copying torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4374242Z copying torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4375386Z copying torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4376807Z copying torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4378144Z copying torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4379821Z copying torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4381347Z copying torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4382614Z copying torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4383850Z copying torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4385544Z copying torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4386926Z copying torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4388320Z copying torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4389642Z copying torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4391113Z copying torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4392754Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4394294Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4395865Z copying torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4397395Z copying torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4398859Z copying torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:22.4399744Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4401207Z copying torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4402954Z copying torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4404332Z copying torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4405821Z copying torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4406956Z copying torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4408119Z copying torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4409599Z copying torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4410908Z copying torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4412758Z copying torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4414607Z copying torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4416258Z copying torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4417590Z copying torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4418924Z copying torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4420192Z copying torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4421274Z copying torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4422636Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4424088Z copying torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4425696Z copying torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4427355Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4429297Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4430842Z copying torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4432421Z copying torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4433747Z copying torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:22.4435014Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4436516Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4438445Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4439983Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4441852Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4443766Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4445390Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4446855Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4448520Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4450001Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4451476Z copying torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:22.4452730Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-04-03T17:09:22.4453844Z copying torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-04-03T17:09:22.4455479Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T17:09:22.4456750Z copying torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T17:09:22.4458887Z copying torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T17:09:22.4460081Z copying torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T17:09:22.4461073Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:22.4462395Z copying torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:22.4463765Z copying torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:22.4465265Z copying torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:22.4466685Z copying torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:22.4468068Z copying torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:22.4469295Z copying torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:22.4470429Z copying torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:22.4471802Z copying torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:22.4472711Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T17:09:22.4474274Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T17:09:22.4476045Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T17:09:22.4477356Z copying torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T17:09:22.4478273Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T17:09:22.4479737Z copying torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T17:09:22.4481389Z copying torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T17:09:22.4482928Z copying torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T17:09:22.4484203Z copying torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T17:09:22.4484856Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4485715Z copying torch/include/torch/csrc/autograd/FunctionsManual.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4487439Z copying torch/include/torch/csrc/autograd/InferenceMode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4490261Z copying torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4491647Z copying torch/include/torch/csrc/autograd/anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4492492Z copying torch/include/torch/csrc/autograd/autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4493499Z copying torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4494291Z copying torch/include/torch/csrc/autograd/cpp_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4495146Z copying torch/include/torch/csrc/autograd/custom_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4496551Z copying torch/include/torch/csrc/autograd/edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4497794Z copying torch/include/torch/csrc/autograd/engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4499423Z copying torch/include/torch/csrc/autograd/forward_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4500788Z copying torch/include/torch/csrc/autograd/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4502048Z copying torch/include/torch/csrc/autograd/function_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4503404Z copying torch/include/torch/csrc/autograd/grad_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4504506Z copying torch/include/torch/csrc/autograd/graph_task.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4506021Z copying torch/include/torch/csrc/autograd/input_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4507418Z copying torch/include/torch/csrc/autograd/input_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4508645Z copying torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4509927Z copying torch/include/torch/csrc/autograd/profiler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4511301Z copying torch/include/torch/csrc/autograd/profiler_kineto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4513556Z copying torch/include/torch/csrc/autograd/profiler_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4514675Z copying torch/include/torch/csrc/autograd/profiler_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4515669Z copying torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4516941Z copying torch/include/torch/csrc/autograd/python_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4517945Z copying torch/include/torch/csrc/autograd/python_cpp_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4519202Z copying torch/include/torch/csrc/autograd/python_engine.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4520446Z copying torch/include/torch/csrc/autograd/python_enum_tag.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4522230Z copying torch/include/torch/csrc/autograd/python_fft_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4523338Z copying torch/include/torch/csrc/autograd/python_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4524885Z copying torch/include/torch/csrc/autograd/python_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4526305Z copying torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4527444Z copying torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4528719Z copying torch/include/torch/csrc/autograd/python_nested_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4529869Z copying torch/include/torch/csrc/autograd/python_nn_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4531059Z copying torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4532380Z copying torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4533337Z copying torch/include/torch/csrc/autograd/python_special_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4534785Z copying torch/include/torch/csrc/autograd/python_torch_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4536081Z copying torch/include/torch/csrc/autograd/python_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4537637Z copying torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4539000Z copying torch/include/torch/csrc/autograd/record_function_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4540178Z copying torch/include/torch/csrc/autograd/saved_variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4542016Z copying torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4543017Z copying torch/include/torch/csrc/autograd/symbolic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4544351Z copying torch/include/torch/csrc/autograd/variable.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4545956Z copying torch/include/torch/csrc/autograd/variable_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd 2024-04-03T17:09:22.4547108Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:22.4548354Z copying torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:22.4549712Z copying torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:22.4550915Z copying torch/include/torch/csrc/autograd/functions/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:22.4552452Z copying torch/include/torch/csrc/autograd/functions/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:22.4553553Z copying torch/include/torch/csrc/autograd/functions/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:22.4556931Z copying torch/include/torch/csrc/autograd/functions/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:22.4557874Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:22.4559619Z copying torch/include/torch/csrc/autograd/generated/python_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:22.4561372Z copying torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:22.4563034Z copying torch/include/torch/csrc/autograd/generated/VariableType.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:22.4564608Z copying torch/include/torch/csrc/autograd/generated/Functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:22.4568790Z copying torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:22.4570451Z copying torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:22.4571478Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:22.4573839Z copying torch/include/torch/csrc/autograd/utils/error_messages.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:22.4575538Z copying torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:22.4577289Z copying torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:22.4579177Z copying torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:22.4580757Z copying torch/include/torch/csrc/autograd/utils/warnings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:22.4582293Z copying torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:22.4583025Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4584503Z copying torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4585730Z copying torch/include/torch/csrc/cuda/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4587217Z copying torch/include/torch/csrc/cuda/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4588874Z copying torch/include/torch/csrc/cuda/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4590351Z copying torch/include/torch/csrc/cuda/THCP.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4592011Z copying torch/include/torch/csrc/cuda/comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4593700Z copying torch/include/torch/csrc/cuda/device_set.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4595425Z copying torch/include/torch/csrc/cuda/memory_snapshot.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4596843Z copying torch/include/torch/csrc/cuda/nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4598577Z copying torch/include/torch/csrc/cuda/python_comm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4600137Z copying torch/include/torch/csrc/cuda/python_nccl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda 2024-04-03T17:09:22.4601524Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed 2024-04-03T17:09:22.4619015Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4620719Z copying torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4622303Z copying torch/include/torch/csrc/distributed/c10d/c10d.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4623861Z copying torch/include/torch/csrc/distributed/c10d/debug.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4625414Z copying torch/include/torch/csrc/distributed/c10d/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4627198Z copying torch/include/torch/csrc/distributed/c10d/exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4628773Z copying torch/include/torch/csrc/distributed/c10d/logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4630461Z copying torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4632139Z copying torch/include/torch/csrc/distributed/c10d/socket.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4633727Z copying torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4635492Z copying torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4637130Z copying torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4638930Z copying torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4640652Z copying torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4642294Z copying torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4643939Z copying torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4645697Z copying torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4647645Z copying torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4649368Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4651175Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4652951Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4654729Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4656737Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4658641Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4660476Z copying torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4662217Z copying torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4663851Z copying torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4665450Z copying torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4667107Z copying torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4668992Z copying torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4670576Z copying torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4672356Z copying torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4673981Z copying torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4675661Z copying torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4677262Z copying torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4678979Z copying torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4680546Z copying torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4682132Z copying torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4683857Z copying torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4685574Z copying torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4687358Z copying torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4689001Z copying torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4690693Z copying torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4692376Z copying torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:22.4693273Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4694849Z copying torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4696529Z copying torch/include/torch/csrc/distributed/rpc/message.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4698032Z copying torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4699636Z copying torch/include/torch/csrc/distributed/rpc/python_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4701268Z copying torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4702920Z copying torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4704538Z copying torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4706222Z copying torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4708017Z copying torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4709758Z copying torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4711633Z copying torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4713151Z copying torch/include/torch/csrc/distributed/rpc/rpc.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4714718Z copying torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4716367Z copying torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4718009Z copying torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4719589Z copying torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4721148Z copying torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4722709Z copying torch/include/torch/csrc/distributed/rpc/script_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4724391Z copying torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4726198Z copying torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4727884Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4729561Z copying torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4731296Z copying torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4732853Z copying torch/include/torch/csrc/distributed/rpc/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4734576Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4736492Z copying torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4738076Z copying torch/include/torch/csrc/distributed/rpc/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:22.4739125Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd 2024-04-03T17:09:22.4740122Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T17:09:22.4742120Z copying torch/include/torch/csrc/distributed/autograd/context/container.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T17:09:22.4744072Z copying torch/include/torch/csrc/distributed/autograd/context/context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T17:09:22.4745128Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T17:09:22.4747367Z copying torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T17:09:22.4749405Z copying torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T17:09:22.4750666Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4752785Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4755083Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4757380Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4759619Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4761874Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4763969Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4766204Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4768571Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4770733Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4772912Z copying torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:22.4773670Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4775013Z copying torch/include/torch/csrc/dynamo/cache_entry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4776517Z copying torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4777805Z copying torch/include/torch/csrc/dynamo/cpp_shim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4779264Z copying torch/include/torch/csrc/dynamo/cpython_defs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4780607Z copying torch/include/torch/csrc/dynamo/debug_macros.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4781928Z copying torch/include/torch/csrc/dynamo/eval_frame.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4783244Z copying torch/include/torch/csrc/dynamo/extra_state.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4784525Z copying torch/include/torch/csrc/dynamo/guards.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4785752Z copying torch/include/torch/csrc/dynamo/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4787366Z copying torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4788632Z copying torch/include/torch/csrc/dynamo/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo 2024-04-03T17:09:22.4789466Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor 2024-04-03T17:09:22.4790866Z copying torch/include/torch/csrc/inductor/inductor_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor 2024-04-03T17:09:22.4791745Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T17:09:22.4793522Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T17:09:22.4795385Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T17:09:22.4797263Z copying torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T17:09:22.4798910Z copying torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T17:09:22.4799788Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:22.4801516Z copying torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:22.4803198Z copying torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:22.4805134Z copying torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:22.4806699Z copying torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:22.4808373Z copying torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:22.4810060Z copying torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:22.4811665Z copying torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:22.4813266Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:22.4814981Z copying torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:22.4815869Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T17:09:22.4817597Z copying torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T17:09:22.4819495Z copying torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T17:09:22.4821091Z copying torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T17:09:22.4821988Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/c 2024-04-03T17:09:22.4823726Z copying torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/c 2024-04-03T17:09:22.4824761Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T17:09:22.4826652Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T17:09:22.4828651Z copying torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T17:09:22.4829348Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2024-04-03T17:09:22.4830528Z copying torch/include/torch/csrc/jit/jit_log.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2024-04-03T17:09:22.4831774Z copying torch/include/torch/csrc/jit/jit_opt_limit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2024-04-03T17:09:22.4833047Z copying torch/include/torch/csrc/jit/resource_guard.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit 2024-04-03T17:09:22.4833830Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:22.4835320Z copying torch/include/torch/csrc/jit/backends/backend.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:22.4836968Z copying torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:22.4838588Z copying torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:22.4840310Z copying torch/include/torch/csrc/jit/backends/backend_detail.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:22.4842092Z copying torch/include/torch/csrc/jit/backends/backend_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:22.4843656Z copying torch/include/torch/csrc/jit/backends/backend_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:22.4845240Z copying torch/include/torch/csrc/jit/backends/backend_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:22.4846880Z copying torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:22.4848453Z copying torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:22.4849232Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4850746Z copying torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4852218Z copying torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4853623Z copying torch/include/torch/csrc/jit/passes/autocast.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4855093Z copying torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4856598Z copying torch/include/torch/csrc/jit/passes/batch_mm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4858140Z copying torch/include/torch/csrc/jit/passes/canonicalize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4859952Z copying torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4861608Z copying torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4863101Z copying torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4864632Z copying torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4866609Z copying torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4868060Z copying torch/include/torch/csrc/jit/passes/concat_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4869608Z copying torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4871194Z copying torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4872812Z copying torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4874430Z copying torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4875988Z copying torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4877489Z copying torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4879035Z copying torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4880758Z copying torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4882288Z copying torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4883815Z copying torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4885572Z copying torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4887027Z copying torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4888513Z copying torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4889998Z copying torch/include/torch/csrc/jit/passes/freeze_module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4891678Z copying torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4893309Z copying torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4894868Z copying torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4896609Z copying torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4898184Z copying torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4899937Z copying torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4901602Z copying torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4903043Z copying torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4904579Z copying torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4906005Z copying torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4907559Z copying torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4909134Z copying torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4910758Z copying torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4912401Z copying torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4913916Z copying torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4915507Z copying torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4916953Z copying torch/include/torch/csrc/jit/passes/inliner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4918450Z copying torch/include/torch/csrc/jit/passes/inplace_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4920169Z copying torch/include/torch/csrc/jit/passes/insert_guards.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4921942Z copying torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4923421Z copying torch/include/torch/csrc/jit/passes/lift_closures.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4924889Z copying torch/include/torch/csrc/jit/passes/liveness.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4926378Z copying torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4927867Z copying torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4929349Z copying torch/include/torch/csrc/jit/passes/lower_graph.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4930826Z copying torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4932314Z copying torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4933836Z copying torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4935423Z copying torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4936984Z copying torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4938670Z copying torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4940161Z copying torch/include/torch/csrc/jit/passes/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4941619Z copying torch/include/torch/csrc/jit/passes/pass_manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4943178Z copying torch/include/torch/csrc/jit/passes/peephole.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4944783Z copying torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4946389Z copying torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4947966Z copying torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4949536Z copying torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4951217Z copying torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4952758Z copying torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4954271Z copying torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4955767Z copying torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4957267Z copying torch/include/torch/csrc/jit/passes/remove_expands.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4959042Z copying torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4960555Z copying torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4962179Z copying torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4963858Z copying torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4965458Z copying torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4966995Z copying torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4968520Z copying torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4970279Z copying torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4971815Z copying torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4973417Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4974963Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4976677Z copying torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4978511Z copying torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4980339Z copying torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4982029Z copying torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4983498Z copying torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4984974Z copying torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4986500Z copying torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:22.4987441Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:22.4989307Z copying torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:22.4991161Z copying torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:22.4993001Z copying torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:22.4994802Z copying torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:22.4996716Z copying torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:22.4998901Z copying torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:22.5000924Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:22.5002868Z copying torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:22.5004843Z copying torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:22.5005663Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:22.5007430Z copying torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:22.5009067Z copying torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:22.5010680Z copying torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:22.5012450Z copying torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:22.5014146Z copying torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:22.5014921Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5016525Z copying torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5018103Z copying torch/include/torch/csrc/jit/runtime/autodiff.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5019788Z copying torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5021371Z copying torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5023019Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5024656Z copying torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5026240Z copying torch/include/torch/csrc/jit/runtime/exception_message.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5027796Z copying torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5029359Z copying torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5030893Z copying torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5032424Z copying torch/include/torch/csrc/jit/runtime/instruction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5033946Z copying torch/include/torch/csrc/jit/runtime/interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5035442Z copying torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5037126Z copying torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5038579Z copying torch/include/torch/csrc/jit/runtime/logging.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5039993Z copying torch/include/torch/csrc/jit/runtime/operator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5041539Z copying torch/include/torch/csrc/jit/runtime/operator_options.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5043043Z copying torch/include/torch/csrc/jit/runtime/print_handler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5044740Z copying torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5046347Z copying torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5047915Z copying torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5049440Z copying torch/include/torch/csrc/jit/runtime/script_profile.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5051203Z copying torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5052816Z copying torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5054476Z copying torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5056220Z copying torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5057779Z copying torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5059535Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5061324Z copying torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5062896Z copying torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5064491Z copying torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:22.5065228Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5066558Z copying torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5067853Z copying torch/include/torch/csrc/jit/ir/attributes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5069193Z copying torch/include/torch/csrc/jit/ir/constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5070558Z copying torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5071905Z copying torch/include/torch/csrc/jit/ir/graph_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5073133Z copying torch/include/torch/csrc/jit/ir/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5074618Z copying torch/include/torch/csrc/jit/ir/ir_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5075926Z copying torch/include/torch/csrc/jit/ir/irparser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5077252Z copying torch/include/torch/csrc/jit/ir/named_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5078570Z copying torch/include/torch/csrc/jit/ir/node_hashing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5079805Z copying torch/include/torch/csrc/jit/ir/scope.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5081203Z copying torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5082537Z copying torch/include/torch/csrc/jit/ir/type_hashing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:22.5083289Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5084817Z copying torch/include/torch/csrc/jit/frontend/source_range.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5086277Z copying torch/include/torch/csrc/jit/frontend/lexer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5087742Z copying torch/include/torch/csrc/jit/frontend/strtod.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5089347Z copying torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5090990Z copying torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5092638Z copying torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5094339Z copying torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5095897Z copying torch/include/torch/csrc/jit/frontend/error_report.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5097514Z copying torch/include/torch/csrc/jit/frontend/tree.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5099243Z copying torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5100970Z copying torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5102586Z copying torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5104144Z copying torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5105676Z copying torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5107224Z copying torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5108862Z copying torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5110346Z copying torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5111925Z copying torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5113638Z copying torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5115139Z copying torch/include/torch/csrc/jit/frontend/parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5116629Z copying torch/include/torch/csrc/jit/frontend/resolver.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5118187Z copying torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5119770Z copying torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5121251Z copying torch/include/torch/csrc/jit/frontend/source_ref.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5122820Z copying torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5124276Z copying torch/include/torch/csrc/jit/frontend/tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5125764Z copying torch/include/torch/csrc/jit/frontend/tree_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5127340Z copying torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:22.5128076Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T17:09:22.5129515Z copying torch/include/torch/csrc/jit/api/compilation_unit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T17:09:22.5130916Z copying torch/include/torch/csrc/jit/api/function_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T17:09:22.5132254Z copying torch/include/torch/csrc/jit/api/method.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T17:09:22.5133370Z copying torch/include/torch/csrc/jit/api/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T17:09:22.5135287Z copying torch/include/torch/csrc/jit/api/object.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api 2024-04-03T17:09:22.5136378Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5138778Z copying torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5141930Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5143598Z copying torch/include/torch/csrc/jit/serialization/export.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5145353Z copying torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5147173Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5149039Z copying torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5150665Z copying torch/include/torch/csrc/jit/serialization/import.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5152493Z copying torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5154535Z copying torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5156306Z copying torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5158030Z copying torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5159681Z copying torch/include/torch/csrc/jit/serialization/import_read.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5161354Z copying torch/include/torch/csrc/jit/serialization/import_source.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5163172Z copying torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5164762Z copying torch/include/torch/csrc/jit/serialization/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5166368Z copying torch/include/torch/csrc/jit/serialization/pickle.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5168002Z copying torch/include/torch/csrc/jit/serialization/pickler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5169688Z copying torch/include/torch/csrc/jit/serialization/python_print.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5171572Z copying torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5173417Z copying torch/include/torch/csrc/jit/serialization/storage_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5175144Z copying torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5176938Z copying torch/include/torch/csrc/jit/serialization/unpickler.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:22.5177819Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5179287Z copying torch/include/torch/csrc/jit/python/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5180731Z copying torch/include/torch/csrc/jit/python/module_python.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5182142Z copying torch/include/torch/csrc/jit/python/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5183635Z copying torch/include/torch/csrc/jit/python/pybind_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5185184Z copying torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5186743Z copying torch/include/torch/csrc/jit/python/python_custom_class.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5188226Z copying torch/include/torch/csrc/jit/python/python_dict.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5189662Z copying torch/include/torch/csrc/jit/python/python_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5191155Z copying torch/include/torch/csrc/jit/python/python_ivalue.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5192802Z copying torch/include/torch/csrc/jit/python/python_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5194383Z copying torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5195859Z copying torch/include/torch/csrc/jit/python/python_tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5197378Z copying torch/include/torch/csrc/jit/python/python_tree_views.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5198809Z copying torch/include/torch/csrc/jit/python/script_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5200406Z copying torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5202274Z copying torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python 2024-04-03T17:09:22.5203211Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5204719Z copying torch/include/torch/csrc/jit/mobile/code.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5206520Z copying torch/include/torch/csrc/jit/mobile/debug_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5208187Z copying torch/include/torch/csrc/jit/mobile/file_format.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5209912Z copying torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5211439Z copying torch/include/torch/csrc/jit/mobile/frame.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5213435Z copying torch/include/torch/csrc/jit/mobile/function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5214506Z copying torch/include/torch/csrc/jit/mobile/import.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5215576Z copying torch/include/torch/csrc/jit/mobile/import_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5217218Z copying torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5218658Z copying torch/include/torch/csrc/jit/mobile/interpreter.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5219874Z copying torch/include/torch/csrc/jit/mobile/method.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5221063Z copying torch/include/torch/csrc/jit/mobile/module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5222438Z copying torch/include/torch/csrc/jit/mobile/observer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5225099Z copying torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5226056Z copying torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5227158Z copying torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5228422Z copying torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5229976Z copying torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5231790Z copying torch/include/torch/csrc/jit/mobile/quantization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5233104Z copying torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5234387Z copying torch/include/torch/csrc/jit/mobile/type_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5236004Z copying torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:22.5237349Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2024-04-03T17:09:22.5238399Z copying torch/include/torch/csrc/jit/testing/file_check.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2024-04-03T17:09:22.5239763Z copying torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing 2024-04-03T17:09:22.5240562Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5242178Z copying torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5243890Z copying torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5245594Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5247283Z copying torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5248876Z copying torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5250636Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5252291Z copying torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5254013Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5255666Z copying torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5257354Z copying torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5259175Z copying torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5260754Z copying torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5262527Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5264337Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5266206Z copying torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5267839Z copying torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5269453Z copying torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5271287Z copying torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5272987Z copying torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5274436Z copying torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5275968Z copying torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5277560Z copying torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5279169Z copying torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5280798Z copying torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5282447Z copying torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5284102Z copying torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5285706Z copying torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5287305Z copying torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5288964Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5290652Z copying torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5292322Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5294122Z copying torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5295815Z copying torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5297667Z copying torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5299408Z copying torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5301157Z copying torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5302696Z copying torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5304321Z copying torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5306051Z copying torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5307635Z copying torch/include/torch/csrc/jit/tensorexpr/types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5309388Z copying torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5311242Z copying torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:22.5312264Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:22.5314152Z copying torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:22.5316082Z copying torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:22.5317985Z copying torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:22.5319874Z copying torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:22.5321876Z copying torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:22.5323859Z copying torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:22.5325911Z copying torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:22.5327871Z copying torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:22.5329824Z copying torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:22.5330631Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen 2024-04-03T17:09:22.5331505Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2024-04-03T17:09:22.5333348Z copying torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda 2024-04-03T17:09:22.5334058Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2024-04-03T17:09:22.5335442Z copying torch/include/torch/csrc/onnx/back_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2024-04-03T17:09:22.5336747Z copying torch/include/torch/csrc/onnx/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2024-04-03T17:09:22.5338001Z copying torch/include/torch/csrc/onnx/onnx.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx 2024-04-03T17:09:22.5338889Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5340237Z copying torch/include/torch/csrc/profiler/api.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5341715Z copying torch/include/torch/csrc/profiler/collection.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5343288Z copying torch/include/torch/csrc/profiler/combined_traceback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5344736Z copying torch/include/torch/csrc/profiler/containers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5346174Z copying torch/include/torch/csrc/profiler/data_flow.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5347584Z copying torch/include/torch/csrc/profiler/events.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5349027Z copying torch/include/torch/csrc/profiler/kineto_shim.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5350610Z copying torch/include/torch/csrc/profiler/perf-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5352008Z copying torch/include/torch/csrc/profiler/perf.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5353386Z copying torch/include/torch/csrc/profiler/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler 2024-04-03T17:09:22.5354359Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2024-04-03T17:09:22.5356248Z copying torch/include/torch/csrc/profiler/orchestration/observer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2024-04-03T17:09:22.5358215Z copying torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2024-04-03T17:09:22.5360071Z copying torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration 2024-04-03T17:09:22.5360937Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2024-04-03T17:09:22.5362485Z copying torch/include/torch/csrc/profiler/stubs/base.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs 2024-04-03T17:09:22.5363346Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:22.5364980Z copying torch/include/torch/csrc/profiler/unwind/action.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:22.5366691Z copying torch/include/torch/csrc/profiler/unwind/communicate.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:22.5368372Z copying torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:22.5370056Z copying torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:22.5371675Z copying torch/include/torch/csrc/profiler/unwind/fde.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:22.5373154Z copying torch/include/torch/csrc/profiler/unwind/lexer.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:22.5374380Z copying torch/include/torch/csrc/profiler/unwind/unwind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:22.5375647Z copying torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:22.5377018Z copying torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:22.5377910Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python 2024-04-03T17:09:22.5379213Z copying torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python 2024-04-03T17:09:22.5380029Z copying torch/include/torch/csrc/profiler/python/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python 2024-04-03T17:09:22.5380966Z copying torch/include/torch/csrc/profiler/python/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python 2024-04-03T17:09:22.5381450Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5382178Z copying torch/include/torch/csrc/utils/byte_order.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5383128Z copying torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5383925Z copying torch/include/torch/csrc/utils/cuda_enabled.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5385002Z copying torch/include/torch/csrc/utils/device_lazy_init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5385971Z copying torch/include/torch/csrc/utils/disable_torch_function.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5386765Z copying torch/include/torch/csrc/utils/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5387605Z copying torch/include/torch/csrc/utils/invalid_arguments.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5388318Z copying torch/include/torch/csrc/utils/nested.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5389092Z copying torch/include/torch/csrc/utils/numpy_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5390008Z copying torch/include/torch/csrc/utils/object_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5390900Z copying torch/include/torch/csrc/utils/out_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5391743Z copying torch/include/torch/csrc/utils/pybind.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5392822Z copying torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5393788Z copying torch/include/torch/csrc/utils/pyobject_preservation.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5394678Z copying torch/include/torch/csrc/utils/python_arg_parser.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5395479Z copying torch/include/torch/csrc/utils/python_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5396529Z copying torch/include/torch/csrc/utils/python_dispatch.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5397350Z copying torch/include/torch/csrc/utils/python_numbers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5398190Z copying torch/include/torch/csrc/utils/python_raii.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5399099Z copying torch/include/torch/csrc/utils/python_scalars.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5399986Z copying torch/include/torch/csrc/utils/python_strings.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5400804Z copying torch/include/torch/csrc/utils/python_stub.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5401869Z copying torch/include/torch/csrc/utils/python_symnode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5403039Z copying torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5403981Z copying torch/include/torch/csrc/utils/python_tuples.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5404828Z copying torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5405725Z copying torch/include/torch/csrc/utils/schema_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5406529Z copying torch/include/torch/csrc/utils/six.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5407525Z copying torch/include/torch/csrc/utils/structseq.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5408476Z copying torch/include/torch/csrc/utils/tensor_apply.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5409338Z copying torch/include/torch/csrc/utils/tensor_dtypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5410372Z copying torch/include/torch/csrc/utils/tensor_flatten.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5411160Z copying torch/include/torch/csrc/utils/tensor_layouts.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5412061Z copying torch/include/torch/csrc/utils/tensor_list.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5413115Z copying torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5413861Z copying torch/include/torch/csrc/utils/tensor_new.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5414700Z copying torch/include/torch/csrc/utils/tensor_numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5415579Z copying torch/include/torch/csrc/utils/tensor_qschemes.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5416494Z copying torch/include/torch/csrc/utils/tensor_types.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5417383Z copying torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5418567Z copying torch/include/torch/csrc/utils/throughput_benchmark.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5419408Z copying torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5420485Z copying torch/include/torch/csrc/utils/variadic.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5421500Z copying torch/include/torch/csrc/utils/verbose.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils 2024-04-03T17:09:22.5422755Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2024-04-03T17:09:22.5423758Z copying torch/include/torch/csrc/tensor/python_tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor 2024-04-03T17:09:22.5424905Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy 2024-04-03T17:09:22.5425488Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2024-04-03T17:09:22.5427060Z copying torch/include/torch/csrc/lazy/backend/backend_data.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2024-04-03T17:09:22.5428333Z copying torch/include/torch/csrc/lazy/backend/backend_device.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2024-04-03T17:09:22.5429920Z copying torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2024-04-03T17:09:22.5431180Z copying torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend 2024-04-03T17:09:22.5431988Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5432816Z copying torch/include/torch/csrc/lazy/core/cache.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5434347Z copying torch/include/torch/csrc/lazy/core/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5435672Z copying torch/include/torch/csrc/lazy/core/debug_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5436713Z copying torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5438094Z copying torch/include/torch/csrc/lazy/core/hash.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5439233Z copying torch/include/torch/csrc/lazy/core/helpers.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5440202Z copying torch/include/torch/csrc/lazy/core/ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5442134Z copying torch/include/torch/csrc/lazy/core/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5443190Z copying torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5444438Z copying torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5445431Z copying torch/include/torch/csrc/lazy/core/ir_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5446907Z copying torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5448461Z copying torch/include/torch/csrc/lazy/core/metrics.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5449899Z copying torch/include/torch/csrc/lazy/core/multi_wait.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5451141Z copying torch/include/torch/csrc/lazy/core/permutation_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5452392Z copying torch/include/torch/csrc/lazy/core/shape.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5453920Z copying torch/include/torch/csrc/lazy/core/shape_inference.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5455274Z copying torch/include/torch/csrc/lazy/core/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5457193Z copying torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5458512Z copying torch/include/torch/csrc/lazy/core/tensor_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5459995Z copying torch/include/torch/csrc/lazy/core/thread_pool.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5460922Z copying torch/include/torch/csrc/lazy/core/trie.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5462169Z copying torch/include/torch/csrc/lazy/core/unique.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5463360Z copying torch/include/torch/csrc/lazy/core/util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:22.5464719Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2024-04-03T17:09:22.5466253Z copying torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops 2024-04-03T17:09:22.5467403Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2024-04-03T17:09:22.5468488Z copying torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2024-04-03T17:09:22.5470265Z copying torch/include/torch/csrc/lazy/core/ops/utils.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops 2024-04-03T17:09:22.5470989Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/python 2024-04-03T17:09:22.5472161Z copying torch/include/torch/csrc/lazy/python/python_util.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/python 2024-04-03T17:09:22.5473582Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5474397Z copying torch/include/torch/csrc/lazy/ts_backend/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5475884Z copying torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5477402Z copying torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5479289Z copying torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5480527Z copying torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5482182Z copying torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5483553Z copying torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5485246Z copying torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5486691Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5488523Z copying torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:22.5489527Z creating build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu 2024-04-03T17:09:22.5490646Z copying torch/include/torch/csrc/xpu/Event.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu 2024-04-03T17:09:22.5492434Z copying torch/include/torch/csrc/xpu/Module.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu 2024-04-03T17:09:22.5494539Z copying torch/include/torch/csrc/xpu/Stream.h -> build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu 2024-04-03T17:09:22.5495419Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5496275Z copying torch/include/pybind11/attr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5498178Z copying torch/include/pybind11/buffer_info.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5499689Z copying torch/include/pybind11/cast.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5501863Z copying torch/include/pybind11/chrono.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5503427Z copying torch/include/pybind11/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5504644Z copying torch/include/pybind11/complex.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5505676Z copying torch/include/pybind11/eigen.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5506757Z copying torch/include/pybind11/embed.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5508027Z copying torch/include/pybind11/eval.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5509610Z copying torch/include/pybind11/functional.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5510398Z copying torch/include/pybind11/gil.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5512051Z copying torch/include/pybind11/gil_safe_call_once.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5513301Z copying torch/include/pybind11/iostream.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5514420Z copying torch/include/pybind11/numpy.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5516842Z copying torch/include/pybind11/operators.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5517861Z copying torch/include/pybind11/options.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5519200Z copying torch/include/pybind11/pybind11.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5521490Z copying torch/include/pybind11/pytypes.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5523256Z copying torch/include/pybind11/stl.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5524729Z copying torch/include/pybind11/stl_bind.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5526583Z copying torch/include/pybind11/type_caster_pyobject_ptr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5527835Z copying torch/include/pybind11/typing.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11 2024-04-03T17:09:22.5528896Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T17:09:22.5529947Z copying torch/include/pybind11/detail/class.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T17:09:22.5531828Z copying torch/include/pybind11/detail/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T17:09:22.5533152Z copying torch/include/pybind11/detail/descr.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T17:09:22.5534460Z copying torch/include/pybind11/detail/init.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T17:09:22.5535889Z copying torch/include/pybind11/detail/internals.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T17:09:22.5537439Z copying torch/include/pybind11/detail/type_caster_base.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T17:09:22.5539127Z copying torch/include/pybind11/detail/typeid.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail 2024-04-03T17:09:22.5540010Z creating build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen 2024-04-03T17:09:22.5540907Z copying torch/include/pybind11/eigen/common.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen 2024-04-03T17:09:22.5542535Z copying torch/include/pybind11/eigen/matrix.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen 2024-04-03T17:09:22.5543874Z copying torch/include/pybind11/eigen/tensor.h -> build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen 2024-04-03T17:09:22.5545042Z creating build/lib.linux-x86_64-cpython-38/torch/include/THH 2024-04-03T17:09:22.5545830Z copying torch/include/THH/THHAtomics.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/THH 2024-04-03T17:09:22.5546980Z copying torch/include/THH/THHDeviceUtils.cuh -> build/lib.linux-x86_64-cpython-38/torch/include/THH 2024-04-03T17:09:22.5548604Z copying torch/_inductor/codegen/cpp_prefix.h -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen 2024-04-03T17:09:22.5580157Z creating build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/aoti_runtime 2024-04-03T17:09:22.5581095Z copying torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/aoti_runtime 2024-04-03T17:09:22.5651342Z copying torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/aoti_runtime 2024-04-03T17:09:22.5729985Z copying torch/_export/serde/schema.yaml -> build/lib.linux-x86_64-cpython-38/torch/_export/serde 2024-04-03T17:09:22.5811855Z creating build/lib.linux-x86_64-cpython-38/torch/share 2024-04-03T17:09:22.5812619Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake 2024-04-03T17:09:22.5813310Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2024-04-03T17:09:22.5814430Z copying torch/share/cmake/ATen/ATenConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen 2024-04-03T17:09:22.5815388Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T17:09:22.5816592Z copying torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T17:09:22.5818036Z copying torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T17:09:22.5820295Z copying torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T17:09:22.5821230Z copying torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T17:09:22.5822843Z copying torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T17:09:22.5824244Z copying torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2 2024-04-03T17:09:22.5825292Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T17:09:22.5826430Z copying torch/share/cmake/Caffe2/public/cuda.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T17:09:22.5828053Z copying torch/share/cmake/Caffe2/public/xpu.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T17:09:22.5829245Z copying torch/share/cmake/Caffe2/public/glog.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T17:09:22.5830417Z copying torch/share/cmake/Caffe2/public/gflags.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T17:09:22.5831469Z copying torch/share/cmake/Caffe2/public/mkl.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T17:09:22.5833054Z copying torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T17:09:22.5834285Z copying torch/share/cmake/Caffe2/public/protobuf.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T17:09:22.5835304Z copying torch/share/cmake/Caffe2/public/utils.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T17:09:22.5836904Z copying torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public 2024-04-03T17:09:22.5837893Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T17:09:22.5839075Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T17:09:22.5840169Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T17:09:22.5842205Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T17:09:22.5843616Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T17:09:22.5844704Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T17:09:22.5846060Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T17:09:22.5847332Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T17:09:22.5848430Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T17:09:22.5850963Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T17:09:22.5852297Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T17:09:22.5853527Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T17:09:22.5855098Z copying torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T17:09:22.5856197Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2024-04-03T17:09:22.5857082Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2024-04-03T17:09:22.5858428Z copying torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe 2024-04-03T17:09:22.5859168Z creating build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2024-04-03T17:09:22.5860211Z copying torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2024-04-03T17:09:22.5861629Z copying torch/share/cmake/Torch/TorchConfig.cmake -> build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch 2024-04-03T17:09:22.5862883Z copying torch/utils/benchmark/utils/timeit_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils 2024-04-03T17:09:22.5890762Z copying torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:22.5986569Z copying torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:22.6035976Z copying torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:22.6037022Z copying torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:22.6040493Z copying torch/utils/model_dump/skeleton.html -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T17:09:22.6048067Z copying torch/utils/model_dump/code.js -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T17:09:22.6131639Z copying torch/utils/model_dump/htm.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T17:09:22.6212190Z copying torch/utils/model_dump/preact.mjs -> build/lib.linux-x86_64-cpython-38/torch/utils/model_dump 2024-04-03T17:09:22.6293551Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe 2024-04-03T17:09:22.6294508Z copying torch/include/tensorpipe/tensorpipe.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe 2024-04-03T17:09:22.6295773Z copying torch/include/tensorpipe/config.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe 2024-04-03T17:09:22.6296574Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel 2024-04-03T17:09:22.6297732Z copying torch/include/tensorpipe/channel/context.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel 2024-04-03T17:09:22.6300259Z copying torch/include/tensorpipe/channel/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel 2024-04-03T17:09:22.6301079Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/basic 2024-04-03T17:09:22.6302307Z copying torch/include/tensorpipe/channel/basic/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/basic 2024-04-03T17:09:22.6303187Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/cma 2024-04-03T17:09:22.6304692Z copying torch/include/tensorpipe/channel/cma/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/cma 2024-04-03T17:09:22.6305310Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/mpt 2024-04-03T17:09:22.6306110Z copying torch/include/tensorpipe/channel/mpt/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/mpt 2024-04-03T17:09:22.6308688Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/xth 2024-04-03T17:09:22.6309680Z copying torch/include/tensorpipe/channel/xth/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/xth 2024-04-03T17:09:22.6310160Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T17:09:22.6310965Z copying torch/include/tensorpipe/common/buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T17:09:22.6311871Z copying torch/include/tensorpipe/common/cpu_buffer.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T17:09:22.6313235Z copying torch/include/tensorpipe/common/device.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T17:09:22.6314543Z copying torch/include/tensorpipe/common/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T17:09:22.6316045Z copying torch/include/tensorpipe/common/optional.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common 2024-04-03T17:09:22.6318330Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T17:09:22.6319246Z copying torch/include/tensorpipe/core/context.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T17:09:22.6320415Z copying torch/include/tensorpipe/core/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T17:09:22.6321386Z copying torch/include/tensorpipe/core/listener.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T17:09:22.6322595Z copying torch/include/tensorpipe/core/message.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T17:09:22.6323761Z copying torch/include/tensorpipe/core/pipe.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core 2024-04-03T17:09:22.6324623Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport 2024-04-03T17:09:22.6325677Z copying torch/include/tensorpipe/transport/context.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport 2024-04-03T17:09:22.6327193Z copying torch/include/tensorpipe/transport/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport 2024-04-03T17:09:22.6327997Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv 2024-04-03T17:09:22.6330074Z copying torch/include/tensorpipe/transport/ibv/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv 2024-04-03T17:09:22.6331266Z copying torch/include/tensorpipe/transport/ibv/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv 2024-04-03T17:09:22.6332789Z copying torch/include/tensorpipe/transport/ibv/utility.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv 2024-04-03T17:09:22.6334068Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/shm 2024-04-03T17:09:22.6335108Z copying torch/include/tensorpipe/transport/shm/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/shm 2024-04-03T17:09:22.6336221Z creating build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv 2024-04-03T17:09:22.6337012Z copying torch/include/tensorpipe/transport/uv/error.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv 2024-04-03T17:09:22.6338805Z copying torch/include/tensorpipe/transport/uv/factory.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv 2024-04-03T17:09:22.6340242Z copying torch/include/tensorpipe/transport/uv/utility.h -> build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv 2024-04-03T17:09:22.6340949Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged 2024-04-03T17:09:22.6341345Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen 2024-04-03T17:09:22.6342012Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2024-04-03T17:09:22.6344114Z copying torchgen/packaged/ATen/native/native_functions.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2024-04-03T17:09:22.6545721Z copying torchgen/packaged/ATen/native/tags.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native 2024-04-03T17:09:22.6617142Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.6620408Z copying torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.6718326Z copying torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.6828791Z copying torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.6910149Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.6988115Z copying torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7070127Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7127808Z copying torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7203013Z copying torchgen/packaged/ATen/templates/Function.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7281680Z copying torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7358438Z copying torchgen/packaged/ATen/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7441826Z copying torchgen/packaged/ATen/templates/Functions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7499283Z copying torchgen/packaged/ATen/templates/LazyIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7607433Z copying torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7670417Z copying torchgen/packaged/ATen/templates/MethodOperators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7762257Z copying torchgen/packaged/ATen/templates/NativeFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7839703Z copying torchgen/packaged/ATen/templates/NativeFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.7921004Z copying torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8003282Z copying torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8060165Z copying torchgen/packaged/ATen/templates/Operator.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8078441Z copying torchgen/packaged/ATen/templates/Operators.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8165001Z copying torchgen/packaged/ATen/templates/Operators.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8240485Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8322850Z copying torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8401693Z copying torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8480972Z copying torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8562127Z copying torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8646269Z copying torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8722976Z copying torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8800958Z copying torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8881205Z copying torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.8963404Z copying torchgen/packaged/ATen/templates/TensorBody.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.9025089Z copying torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.9123687Z copying torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.9202268Z copying torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.9285314Z copying torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.9364288Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.9444399Z copying torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.9521473Z copying torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.9602819Z copying torchgen/packaged/ATen/templates/enum_tag.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates 2024-04-03T17:09:22.9682023Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:22.9683181Z copying torchgen/packaged/autograd/BUILD.bazel -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:22.9761062Z copying torchgen/packaged/autograd/README.md -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:22.9847606Z copying torchgen/packaged/autograd/__init__.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:22.9848937Z copying torchgen/packaged/autograd/build.bzl -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:22.9927915Z copying torchgen/packaged/autograd/context.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.0007845Z copying torchgen/packaged/autograd/deprecated.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.0087511Z copying torchgen/packaged/autograd/derivatives.yaml -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.0251037Z copying torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.0329584Z copying torchgen/packaged/autograd/gen_autograd.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.0407024Z copying torchgen/packaged/autograd/gen_autograd_functions.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.0488935Z copying torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.0568999Z copying torchgen/packaged/autograd/gen_python_functions.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.0730030Z copying torchgen/packaged/autograd/gen_trace_type.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.0812296Z copying torchgen/packaged/autograd/gen_variable_factories.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.0889943Z copying torchgen/packaged/autograd/gen_variable_type.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.1048661Z copying torchgen/packaged/autograd/gen_view_funcs.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.1126573Z copying torchgen/packaged/autograd/load_derivatives.py -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd 2024-04-03T17:09:23.1153217Z creating build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1154739Z copying torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1159609Z copying torchgen/packaged/autograd/templates/Functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1164871Z copying torchgen/packaged/autograd/templates/Functions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1171032Z copying torchgen/packaged/autograd/templates/TraceType.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1241958Z copying torchgen/packaged/autograd/templates/VariableType.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1248559Z copying torchgen/packaged/autograd/templates/VariableType.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1253944Z copying torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1258995Z copying torchgen/packaged/autograd/templates/ViewFuncs.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1264084Z copying torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1268323Z copying torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1273294Z copying torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1278618Z copying torchgen/packaged/autograd/templates/python_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1283472Z copying torchgen/packaged/autograd/templates/python_functions.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1307222Z copying torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1313679Z copying torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1318889Z copying torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1324366Z copying torchgen/packaged/autograd/templates/python_return_types.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1331070Z copying torchgen/packaged/autograd/templates/python_return_types.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1337345Z copying torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1342791Z copying torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1348100Z copying torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1354306Z copying torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1409530Z copying torchgen/packaged/autograd/templates/variable_factories.h -> build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates 2024-04-03T17:09:23.1756176Z running build_ext 2024-04-03T17:09:23.1807988Z -- Building with NumPy bindings 2024-04-03T17:09:23.1808654Z -- Not using cuDNN 2024-04-03T17:09:23.1809188Z -- Not using CUDA 2024-04-03T17:09:23.1809628Z -- Not using XPU 2024-04-03T17:09:23.1810080Z -- Using MKLDNN 2024-04-03T17:09:23.1810969Z -- Not using Compute Library for the Arm architecture with MKLDNN 2024-04-03T17:09:23.1811771Z -- Not using CBLAS in MKLDNN 2024-04-03T17:09:23.1812729Z -- Using system provided NCCL library at False, False 2024-04-03T17:09:23.1813440Z -- Building with distributed package: 2024-04-03T17:09:23.1814077Z -- USE_TENSORPIPE=True 2024-04-03T17:09:23.1814432Z -- USE_GLOO=True 2024-04-03T17:09:23.1814738Z -- USE_MPI=False 2024-04-03T17:09:23.1815061Z -- Building Executorch 2024-04-03T17:09:23.1815395Z -- Using ITT 2024-04-03T17:09:23.8116885Z Copying functorch._C from functorch/functorch.so to /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so 2024-04-03T17:09:23.8118743Z copying functorch/functorch.so -> /var/lib/jenkins/workspace/build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so 2024-04-03T17:09:23.8123921Z building 'torch._C' extension 2024-04-03T17:09:23.8125264Z creating build/temp.linux-x86_64-cpython-38 2024-04-03T17:09:23.8126178Z creating build/temp.linux-x86_64-cpython-38/torch 2024-04-03T17:09:23.8127261Z creating build/temp.linux-x86_64-cpython-38/torch/csrc 2024-04-03T17:09:23.8130888Z gcc -pthread -B /opt/conda/envs/py_3.8/compiler_compat -Wl,--sysroot=/ -Wsign-compare -DNDEBUG -g -fwrapv -O3 -Wall -Wstrict-prototypes -fPIC -I/opt/conda/envs/py_3.8/include/python3.8 -c torch/csrc/stub.c -o build/temp.linux-x86_64-cpython-38/torch/csrc/stub.o -Wall -Wextra -Wno-strict-overflow -Wno-unused-parameter -Wno-missing-field-initializers -Wno-unknown-pragmas -fno-strict-aliasing 2024-04-03T17:09:23.9798763Z gcc -pthread -shared -B /opt/conda/envs/py_3.8/compiler_compat -L/opt/conda/envs/py_3.8/lib -Wl,-rpath=/opt/conda/envs/py_3.8/lib -Wl,--no-as-needed -Wl,--sysroot=/ build/temp.linux-x86_64-cpython-38/torch/csrc/stub.o -L/var/lib/jenkins/workspace/torch/lib -ltorch_python -o build/lib.linux-x86_64-cpython-38/torch/_C.cpython-38-x86_64-linux-gnu.so -Wl,-rpath,$ORIGIN/lib 2024-04-03T17:09:24.3091359Z /opt/conda/envs/py_3.8/lib/python3.8/site-packages/setuptools/_distutils/cmd.py:66: SetuptoolsDeprecationWarning: setup.py install is deprecated. 2024-04-03T17:09:24.3093182Z !! 2024-04-03T17:09:24.3093317Z 2024-04-03T17:09:24.3093610Z ******************************************************************************** 2024-04-03T17:09:24.3094147Z Please avoid running ``setup.py`` directly. 2024-04-03T17:09:24.3094694Z Instead, use pypa/build, pypa/installer or other 2024-04-03T17:09:24.3095231Z standards-based tools. 2024-04-03T17:09:24.3095474Z 2024-04-03T17:09:24.3095954Z See https://blog.ganssle.io/articles/2021/10/setup-py-deprecated.html for details. 2024-04-03T17:09:24.3096781Z ******************************************************************************** 2024-04-03T17:09:24.3097151Z 2024-04-03T17:09:24.3097240Z !! 2024-04-03T17:09:24.3097503Z self.initialize_options() 2024-04-03T17:09:24.3336027Z installing to build/bdist.linux-x86_64/wheel 2024-04-03T17:09:24.3336581Z running install 2024-04-03T17:09:24.3392487Z running install_lib 2024-04-03T17:09:24.3578738Z creating build/bdist.linux-x86_64 2024-04-03T17:09:24.3579412Z creating build/bdist.linux-x86_64/wheel 2024-04-03T17:09:24.3580228Z creating build/bdist.linux-x86_64/wheel/functorch 2024-04-03T17:09:24.3582953Z copying build/lib.linux-x86_64-cpython-38/functorch/__init__.py -> build/bdist.linux-x86_64/wheel/functorch 2024-04-03T17:09:24.3584659Z creating build/bdist.linux-x86_64/wheel/functorch/_src 2024-04-03T17:09:24.3585805Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src 2024-04-03T17:09:24.3587092Z creating build/bdist.linux-x86_64/wheel/functorch/_src/aot_autograd 2024-04-03T17:09:24.3588591Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/aot_autograd/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src/aot_autograd 2024-04-03T17:09:24.3590034Z creating build/bdist.linux-x86_64/wheel/functorch/_src/eager_transforms 2024-04-03T17:09:24.3591672Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/eager_transforms/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src/eager_transforms 2024-04-03T17:09:24.3593211Z creating build/bdist.linux-x86_64/wheel/functorch/_src/make_functional 2024-04-03T17:09:24.3594895Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/make_functional/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src/make_functional 2024-04-03T17:09:24.3596238Z creating build/bdist.linux-x86_64/wheel/functorch/_src/vmap 2024-04-03T17:09:24.3597644Z copying build/lib.linux-x86_64-cpython-38/functorch/_src/vmap/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/_src/vmap 2024-04-03T17:09:24.3598850Z creating build/bdist.linux-x86_64/wheel/functorch/compile 2024-04-03T17:09:24.3600190Z copying build/lib.linux-x86_64-cpython-38/functorch/compile/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/compile 2024-04-03T17:09:24.3601347Z creating build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T17:09:24.3602421Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T17:09:24.3604030Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/batch_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T17:09:24.3605830Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/delayed_mul_tensor.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T17:09:24.3607456Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/dim.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T17:09:24.3609270Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/magic_trace.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T17:09:24.3611082Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/op_properties.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T17:09:24.3612672Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/reference.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T17:09:24.3614332Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/tree_map.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T17:09:24.3616035Z copying build/lib.linux-x86_64-cpython-38/functorch/dim/wrap_type.py -> build/bdist.linux-x86_64/wheel/functorch/dim 2024-04-03T17:09:24.3617226Z creating build/bdist.linux-x86_64/wheel/functorch/einops 2024-04-03T17:09:24.3618557Z copying build/lib.linux-x86_64-cpython-38/functorch/einops/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/einops 2024-04-03T17:09:24.3619997Z copying build/lib.linux-x86_64-cpython-38/functorch/einops/_parsing.py -> build/bdist.linux-x86_64/wheel/functorch/einops 2024-04-03T17:09:24.3621428Z copying build/lib.linux-x86_64-cpython-38/functorch/einops/rearrange.py -> build/bdist.linux-x86_64/wheel/functorch/einops 2024-04-03T17:09:24.3622570Z creating build/bdist.linux-x86_64/wheel/functorch/experimental 2024-04-03T17:09:24.3623944Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2024-04-03T17:09:24.3625741Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/control_flow.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2024-04-03T17:09:24.3627777Z copying build/lib.linux-x86_64-cpython-38/functorch/experimental/ops.py -> build/bdist.linux-x86_64/wheel/functorch/experimental 2024-04-03T17:09:24.3629465Z copying build/lib.linux-x86_64-cpython-38/functorch/_C.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/functorch 2024-04-03T17:09:24.3630950Z creating build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3632144Z copying build/lib.linux-x86_64-cpython-38/torch/_VF.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3633667Z copying build/lib.linux-x86_64-cpython-38/torch/__config__.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3634934Z copying build/lib.linux-x86_64-cpython-38/torch/__future__.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3636208Z copying build/lib.linux-x86_64-cpython-38/torch/__init__.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3637504Z copying build/lib.linux-x86_64-cpython-38/torch/_appdirs.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3638914Z copying build/lib.linux-x86_64-cpython-38/torch/_classes.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3640252Z copying build/lib.linux-x86_64-cpython-38/torch/_compile.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3641573Z copying build/lib.linux-x86_64-cpython-38/torch/_custom_ops.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3642878Z copying build/lib.linux-x86_64-cpython-38/torch/_deploy.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3644033Z copying build/lib.linux-x86_64-cpython-38/torch/_guards.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3645369Z copying build/lib.linux-x86_64-cpython-38/torch/_jit_internal.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3646742Z copying build/lib.linux-x86_64-cpython-38/torch/_linalg_utils.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3648224Z copying build/lib.linux-x86_64-cpython-38/torch/_lobpcg.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3649638Z copying build/lib.linux-x86_64-cpython-38/torch/_lowrank.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3651088Z copying build/lib.linux-x86_64-cpython-38/torch/_meta_registrations.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3652603Z copying build/lib.linux-x86_64-cpython-38/torch/_namedtensor_internals.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3653877Z copying build/lib.linux-x86_64-cpython-38/torch/_ops.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3655246Z copying build/lib.linux-x86_64-cpython-38/torch/_python_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3656769Z copying build/lib.linux-x86_64-cpython-38/torch/_sources.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3658176Z copying build/lib.linux-x86_64-cpython-38/torch/_storage_docs.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3660119Z copying build/lib.linux-x86_64-cpython-38/torch/_streambase.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3661303Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3662893Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_docs.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3664918Z copying build/lib.linux-x86_64-cpython-38/torch/_tensor_str.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3666617Z copying build/lib.linux-x86_64-cpython-38/torch/_torch_docs.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3668586Z copying build/lib.linux-x86_64-cpython-38/torch/_utils.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3669957Z copying build/lib.linux-x86_64-cpython-38/torch/_utils_internal.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3672124Z copying build/lib.linux-x86_64-cpython-38/torch/_vmap_internals.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3674037Z copying build/lib.linux-x86_64-cpython-38/torch/_weights_only_unpickler.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3676103Z copying build/lib.linux-x86_64-cpython-38/torch/functional.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3677869Z copying build/lib.linux-x86_64-cpython-38/torch/hub.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3679523Z copying build/lib.linux-x86_64-cpython-38/torch/library.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3681257Z copying build/lib.linux-x86_64-cpython-38/torch/overrides.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3683321Z copying build/lib.linux-x86_64-cpython-38/torch/quasirandom.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3684934Z copying build/lib.linux-x86_64-cpython-38/torch/random.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3686898Z copying build/lib.linux-x86_64-cpython-38/torch/return_types.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3688850Z copying build/lib.linux-x86_64-cpython-38/torch/serialization.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3690492Z copying build/lib.linux-x86_64-cpython-38/torch/storage.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3692445Z copying build/lib.linux-x86_64-cpython-38/torch/torch_version.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3693758Z copying build/lib.linux-x86_64-cpython-38/torch/types.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3695204Z copying build/lib.linux-x86_64-cpython-38/torch/version.py -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.3696289Z creating build/bdist.linux-x86_64/wheel/torch/_awaits 2024-04-03T17:09:24.3697294Z copying build/lib.linux-x86_64-cpython-38/torch/_awaits/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_awaits 2024-04-03T17:09:24.3698584Z creating build/bdist.linux-x86_64/wheel/torch/_custom_op 2024-04-03T17:09:24.3699936Z copying build/lib.linux-x86_64-cpython-38/torch/_custom_op/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_custom_op 2024-04-03T17:09:24.3701741Z copying build/lib.linux-x86_64-cpython-38/torch/_custom_op/autograd.py -> build/bdist.linux-x86_64/wheel/torch/_custom_op 2024-04-03T17:09:24.3703551Z copying build/lib.linux-x86_64-cpython-38/torch/_custom_op/functional.py -> build/bdist.linux-x86_64/wheel/torch/_custom_op 2024-04-03T17:09:24.3705432Z copying build/lib.linux-x86_64-cpython-38/torch/_custom_op/impl.py -> build/bdist.linux-x86_64/wheel/torch/_custom_op 2024-04-03T17:09:24.3706621Z creating build/bdist.linux-x86_64/wheel/torch/_decomp 2024-04-03T17:09:24.3707952Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2024-04-03T17:09:24.3709615Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2024-04-03T17:09:24.3711629Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions_for_jvp.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2024-04-03T17:09:24.3713463Z copying build/lib.linux-x86_64-cpython-38/torch/_decomp/decompositions_for_rng.py -> build/bdist.linux-x86_64/wheel/torch/_decomp 2024-04-03T17:09:24.3714690Z creating build/bdist.linux-x86_64/wheel/torch/_dispatch 2024-04-03T17:09:24.3715899Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2024-04-03T17:09:24.3717712Z copying build/lib.linux-x86_64-cpython-38/torch/_dispatch/python.py -> build/bdist.linux-x86_64/wheel/torch/_dispatch 2024-04-03T17:09:24.3719035Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3720139Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3721744Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/_trace_wrapped_higher_order_op.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3723466Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3725138Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/bytecode_transformation.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3726695Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/cache_size.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3728347Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/callback.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3729981Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/code_context.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3731578Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/codegen.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3733123Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/compiled_autograd.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3734701Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/comptime.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3736259Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/config.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3738054Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/convert_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3739967Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/create_parameter_op.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3741629Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/current_scope_id.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3743525Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3744900Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/decorators.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3746419Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/device_interface.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3747857Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/eval_frame.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3749184Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/exc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3750781Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/external_utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3752486Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/funcname_cache.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3754032Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/guards.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3755747Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/hooks.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3757277Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/logging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3758963Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/mutation_guard.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3760487Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/output_graph.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3762123Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/polyfill.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3763738Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/profiler.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3765261Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/replay_record.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3766875Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/resume_execution.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3768746Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/side_effects.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3770362Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/source.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3772056Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/symbolic_convert.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3773674Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/tensor_version_op.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3775374Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3777178Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/test_minifier_common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3778956Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/testing.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3780664Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/trace_rules.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3782399Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/types.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3783830Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/utils.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo 2024-04-03T17:09:24.3784944Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3786217Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3788088Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/common.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3790501Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3792525Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/debugging.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3794503Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3796587Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/inductor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3798517Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/onnxrt.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3800495Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/registry.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3802575Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3804717Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/torchxla.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3806445Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/backends/tvm.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/backends 2024-04-03T17:09:24.3807726Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/repro 2024-04-03T17:09:24.3809192Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/repro 2024-04-03T17:09:24.3811150Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro/after_aot.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/repro 2024-04-03T17:09:24.3813081Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/repro/after_dynamo.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/repro 2024-04-03T17:09:24.3814399Z creating build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3815871Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3817865Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/base.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3819766Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/builder.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3821762Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/builtin.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3823458Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/constant.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3825387Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/ctx_manager.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3827515Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/dicts.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3829562Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/distributed.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3831728Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/functions.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3833982Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/higher_order_ops.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3836263Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/iter.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3838887Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/lazy.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3841412Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/lists.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3843935Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/misc.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3846376Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/nn_module.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3848842Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3851290Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/sdpa.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3853828Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/tensor.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3855874Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/torch.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3858838Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/torch_function.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3861318Z copying build/lib.linux-x86_64-cpython-38/torch/_dynamo/variables/user_defined.py -> build/bdist.linux-x86_64/wheel/torch/_dynamo/variables 2024-04-03T17:09:24.3863056Z creating build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T17:09:24.3864515Z copying build/lib.linux-x86_64-cpython-38/torch/_export/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T17:09:24.3866804Z copying build/lib.linux-x86_64-cpython-38/torch/_export/error.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T17:09:24.3869039Z copying build/lib.linux-x86_64-cpython-38/torch/_export/exported_program.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T17:09:24.3871344Z copying build/lib.linux-x86_64-cpython-38/torch/_export/non_strict_utils.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T17:09:24.3873873Z copying build/lib.linux-x86_64-cpython-38/torch/_export/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T17:09:24.3875784Z copying build/lib.linux-x86_64-cpython-38/torch/_export/utils.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T17:09:24.3877794Z copying build/lib.linux-x86_64-cpython-38/torch/_export/verifier.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T17:09:24.3879340Z copying build/lib.linux-x86_64-cpython-38/torch/_export/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_export 2024-04-03T17:09:24.3880433Z creating build/bdist.linux-x86_64/wheel/torch/_export/db 2024-04-03T17:09:24.3881579Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export/db 2024-04-03T17:09:24.3883049Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/case.py -> build/bdist.linux-x86_64/wheel/torch/_export/db 2024-04-03T17:09:24.3884811Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/gen_example.py -> build/bdist.linux-x86_64/wheel/torch/_export/db 2024-04-03T17:09:24.3886832Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/logging.py -> build/bdist.linux-x86_64/wheel/torch/_export/db 2024-04-03T17:09:24.3888265Z creating build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3889867Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3891805Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/assume_constant_result.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3893816Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/autograd_function.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3895747Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/class_method.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3897889Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_branch_class_method.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3900094Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_branch_nested_function.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3902387Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_branch_nonlocal_variables.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3904449Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_closed_over_variable.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3906506Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_operands.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3908694Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/cond_predicate.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3911009Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/constrain_as_size_example.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3913623Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/constrain_as_value_example.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3915896Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/decorator.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3918086Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dictionary.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3920371Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_assert.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3922620Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_constructor.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3925044Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_if_guard.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3927222Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_map.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3929352Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_round.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3931595Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_slicing.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3933738Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/dynamic_shape_view.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3935729Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/fn_with_kwargs.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3937787Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/list_contains.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3940063Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/list_unpack.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3941970Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/model_attr_mutation.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3943995Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/nested_function.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3946138Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/null_context_manager.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3948512Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/optional_input.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3950587Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/pytree_flatten.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3952786Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/scalar_output.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3954851Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/specialized_attribute.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3957067Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/static_for_loop.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3959295Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/static_if.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3961452Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/tensor_setattr.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3963388Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/torch_sym_min.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3965955Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/type_reflection_method.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3969216Z copying build/lib.linux-x86_64-cpython-38/torch/_export/db/examples/user_input_mutation.py -> build/bdist.linux-x86_64/wheel/torch/_export/db/examples 2024-04-03T17:09:24.3970590Z creating build/bdist.linux-x86_64/wheel/torch/_export/pass_infra 2024-04-03T17:09:24.3972683Z copying build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export/pass_infra 2024-04-03T17:09:24.3975090Z copying build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra/node_metadata.py -> build/bdist.linux-x86_64/wheel/torch/_export/pass_infra 2024-04-03T17:09:24.3977489Z copying build/lib.linux-x86_64-cpython-38/torch/_export/pass_infra/proxy_value.py -> build/bdist.linux-x86_64/wheel/torch/_export/pass_infra 2024-04-03T17:09:24.3979025Z creating build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T17:09:24.3980413Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T17:09:24.3982327Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/add_runtime_assertions_for_constraints_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T17:09:24.3984341Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/collect_tracepoints_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T17:09:24.3986687Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/functionalize_side_effectful_ops_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T17:09:24.3988815Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/lift_constants_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T17:09:24.3990732Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/remove_runtime_assertions.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T17:09:24.3992765Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/replace_set_grad_with_hop_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T17:09:24.3994727Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/replace_sym_size_ops_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T17:09:24.3996519Z copying build/lib.linux-x86_64-cpython-38/torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py -> build/bdist.linux-x86_64/wheel/torch/_export/passes 2024-04-03T17:09:24.3997995Z creating build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T17:09:24.3999080Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T17:09:24.4000765Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/schema.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T17:09:24.4002576Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/schema_check.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T17:09:24.4004396Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/serialize.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T17:09:24.4006098Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/union.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T17:09:24.4007929Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/upgrade.py -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T17:09:24.4009623Z copying build/lib.linux-x86_64-cpython-38/torch/_export/serde/schema.yaml -> build/bdist.linux-x86_64/wheel/torch/_export/serde 2024-04-03T17:09:24.4010876Z creating build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4011994Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4013733Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/aot_autograd.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4015356Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/apis.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4017064Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/autograd_function.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4018922Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/batch_norm_replacement.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4020658Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/benchmark_utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4022142Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/compile_utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4023847Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/compilers.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4025570Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/config.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4027177Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/deprecated.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4028825Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/eager_transforms.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4030533Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/functional_call.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4032588Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/fx_minifier.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4046504Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/make_functional.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4048592Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/partitioners.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4050261Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/pyfunctorch.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4052161Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/python_key.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4053910Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/pytree_hacks.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4055708Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/top_operators_github_usage.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4057641Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4059365Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/vmap.py -> build/bdist.linux-x86_64/wheel/torch/_functorch 2024-04-03T17:09:24.4060519Z creating build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4062074Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4064154Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/collect_metadata_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4066750Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4068869Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/functional_utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4070875Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/input_output_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4072976Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4075152Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/logging_utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4077401Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/runtime_wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4079568Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/schemas.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4081512Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/subclass_utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4083562Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/traced_function_transforms.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4085627Z copying build/lib.linux-x86_64-cpython-38/torch/_functorch/_aot_autograd/utils.py -> build/bdist.linux-x86_64/wheel/torch/_functorch/_aot_autograd 2024-04-03T17:09:24.4087022Z creating build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4088186Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4090427Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/auto_functionalize.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4092498Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/cond.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4094742Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/effects.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4096784Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/map.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4098593Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/out_dtype.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4100464Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/strict_mode.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4102250Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/torchbind.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4104309Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/triton_kernel_wrap.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4106194Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4108235Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/while_loop.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4110600Z copying build/lib.linux-x86_64-cpython-38/torch/_higher_order_ops/wrap.py -> build/bdist.linux-x86_64/wheel/torch/_higher_order_ops 2024-04-03T17:09:24.4112186Z creating build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4113605Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4115449Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/autotune_process.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4117132Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/bounds.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4118879Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codecache.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4120535Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/comm_analysis.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4122197Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/comms.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4123981Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/compile_fx.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4125728Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/config.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4127663Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/constant_folding.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4129440Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/coordinate_descent_tuner.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4131291Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/cudagraph_trees.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4133123Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/cudagraph_utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4134897Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/debug.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4136724Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/decomposition.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4138716Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/dependencies.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4140330Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/exc.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4141839Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/freezing.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4143424Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4144951Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4146609Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/hooks.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4148113Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/index_propagation.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4149686Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/inductor_prims.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4151157Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/ir.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4152598Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/lowering.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4154129Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4155878Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/ops_handler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4157568Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/optimize_indexing.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4159190Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4161081Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/quantized_lowerings.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4163152Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/scheduler.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4165018Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/select_algorithm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4166782Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/sizevars.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4168477Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/test_case.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4170464Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/test_operators.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4172208Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_helpers.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4174270Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/triton_heuristics.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4176019Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4177885Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/virtualized.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4179802Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/wrapper_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/_inductor 2024-04-03T17:09:24.4181756Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4183146Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4185013Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4186691Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4188827Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp_wrapper_cpu.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4190817Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp_wrapper_cuda.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4192544Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda_combined_scheduling.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4194254Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/memory_planning.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4195881Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/multi_kernel.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4197467Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4199076Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_foreach.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4201143Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_split_scan.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4202977Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/triton_utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4204947Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/wrapper.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4206265Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T17:09:24.4207734Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T17:09:24.4209871Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T17:09:24.4212037Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cuda_env.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T17:09:24.4214154Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cuda_kernel.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T17:09:24.4216630Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cuda_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T17:09:24.4219455Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T17:09:24.4221737Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T17:09:24.4223850Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/device_op_overrides.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T17:09:24.4225954Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/gemm_template.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda 2024-04-03T17:09:24.4227586Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T17:09:24.4229491Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T17:09:24.4232238Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/cuda/cutlass_lib_extensions 2024-04-03T17:09:24.4234592Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/cpp_prefix.h -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen 2024-04-03T17:09:24.4235991Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/aoti_runtime 2024-04-03T17:09:24.4237767Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/aoti_runtime/implementation.cpp -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/aoti_runtime 2024-04-03T17:09:24.4240048Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/codegen/aoti_runtime/interface.cpp -> build/bdist.linux-x86_64/wheel/torch/_inductor/codegen/aoti_runtime 2024-04-03T17:09:24.4241444Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4242868Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4244807Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/binary_folding.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4246758Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/ddp_fusion.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4248885Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/decompose_mem_bound_mm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4250848Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/dedupe_symint_uses.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4252877Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/efficient_conv_bn_eval.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4255196Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/freezing_patterns.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4257274Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/fuse_attention.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4259393Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/group_batch_fusion.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4261134Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/joint_graph.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4263071Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/misc_patterns.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4265107Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/mkldnn_fusion.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4267256Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/numeric_utils.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4269358Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/pad_mm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4271428Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/post_grad.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4273472Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/pre_grad.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4275670Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/quantization.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4278025Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4280306Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/replace_random.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4282444Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/split_cat.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes 2024-04-03T17:09:24.4284090Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4286190Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4288932Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4291745Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4294509Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4296931Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4299505Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4302445Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4305219Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4307495Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4310165Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4313027Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4317010Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4320243Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4322653Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4325381Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4327984Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4330433Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4332913Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4335356Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4337915Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/fx_passes/serialized_patterns/central_index.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/fx_passes/serialized_patterns 2024-04-03T17:09:24.4339860Z creating build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T17:09:24.4341239Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T17:09:24.4343033Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/bmm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T17:09:24.4344997Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/conv.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T17:09:24.4346862Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/mm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T17:09:24.4348964Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/mm_common.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T17:09:24.4351085Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/mm_plus_mm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T17:09:24.4353322Z copying build/lib.linux-x86_64-cpython-38/torch/_inductor/kernel/unpack_mixed_mm.py -> build/bdist.linux-x86_64/wheel/torch/_inductor/kernel 2024-04-03T17:09:24.4354712Z creating build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4356091Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4357730Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/closure.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4359363Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/computation.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4360758Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/config.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4362034Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/debug.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4363553Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/device_context.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4365397Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/extract_compiled_graph.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4367121Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ir_cache.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4368869Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/metrics.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4370267Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/tensor_factory_functions.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4371724Z copying build/lib.linux-x86_64-cpython-38/torch/_lazy/ts_backend.py -> build/bdist.linux-x86_64/wheel/torch/_lazy 2024-04-03T17:09:24.4372678Z creating build/bdist.linux-x86_64/wheel/torch/_library 2024-04-03T17:09:24.4373748Z copying build/lib.linux-x86_64-cpython-38/torch/_library/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_library 2024-04-03T17:09:24.4375131Z copying build/lib.linux-x86_64-cpython-38/torch/_library/abstract_impl.py -> build/bdist.linux-x86_64/wheel/torch/_library 2024-04-03T17:09:24.4376709Z copying build/lib.linux-x86_64-cpython-38/torch/_library/simple_registry.py -> build/bdist.linux-x86_64/wheel/torch/_library 2024-04-03T17:09:24.4378345Z copying build/lib.linux-x86_64-cpython-38/torch/_library/utils.py -> build/bdist.linux-x86_64/wheel/torch/_library 2024-04-03T17:09:24.4379382Z creating build/bdist.linux-x86_64/wheel/torch/_logging 2024-04-03T17:09:24.4380449Z copying build/lib.linux-x86_64-cpython-38/torch/_logging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_logging 2024-04-03T17:09:24.4381877Z copying build/lib.linux-x86_64-cpython-38/torch/_logging/_internal.py -> build/bdist.linux-x86_64/wheel/torch/_logging 2024-04-03T17:09:24.4383685Z copying build/lib.linux-x86_64-cpython-38/torch/_logging/_registrations.py -> build/bdist.linux-x86_64/wheel/torch/_logging 2024-04-03T17:09:24.4385434Z copying build/lib.linux-x86_64-cpython-38/torch/_logging/structured.py -> build/bdist.linux-x86_64/wheel/torch/_logging 2024-04-03T17:09:24.4386410Z creating build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4387387Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4388898Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_binary_ufuncs_impl.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4390495Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_casting_dicts.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4392212Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_dtypes.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4393830Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_dtypes_impl.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4395603Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_funcs.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4397044Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_funcs_impl.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4398768Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_getlimits.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4400240Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_ndarray.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4401785Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_normalizations.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4403404Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_reductions_impl.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4405388Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_ufuncs.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4407085Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_unary_ufuncs_impl.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4408696Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/_util.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4410164Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/fft.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4412006Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/linalg.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4413791Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/random.py -> build/bdist.linux-x86_64/wheel/torch/_numpy 2024-04-03T17:09:24.4415084Z creating build/bdist.linux-x86_64/wheel/torch/_numpy/testing 2024-04-03T17:09:24.4416488Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_numpy/testing 2024-04-03T17:09:24.4418529Z copying build/lib.linux-x86_64-cpython-38/torch/_numpy/testing/utils.py -> build/bdist.linux-x86_64/wheel/torch/_numpy/testing 2024-04-03T17:09:24.4419662Z creating build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T17:09:24.4420687Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T17:09:24.4422352Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/context.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T17:09:24.4424028Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/debug_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T17:09:24.4425554Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/executor.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T17:09:24.4427007Z copying build/lib.linux-x86_64-cpython-38/torch/_prims/rng_prims.py -> build/bdist.linux-x86_64/wheel/torch/_prims 2024-04-03T17:09:24.4428057Z creating build/bdist.linux-x86_64/wheel/torch/_prims_common 2024-04-03T17:09:24.4429335Z copying build/lib.linux-x86_64-cpython-38/torch/_prims_common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2024-04-03T17:09:24.4431151Z copying build/lib.linux-x86_64-cpython-38/torch/_prims_common/wrappers.py -> build/bdist.linux-x86_64/wheel/torch/_prims_common 2024-04-03T17:09:24.4432352Z creating build/bdist.linux-x86_64/wheel/torch/_refs 2024-04-03T17:09:24.4433373Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2024-04-03T17:09:24.4434943Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/_conversions.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2024-04-03T17:09:24.4436538Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/fft.py -> build/bdist.linux-x86_64/wheel/torch/_refs 2024-04-03T17:09:24.4437696Z creating build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2024-04-03T17:09:24.4439059Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/linalg 2024-04-03T17:09:24.4440181Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn 2024-04-03T17:09:24.4441332Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn 2024-04-03T17:09:24.4442793Z creating build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2024-04-03T17:09:24.4444388Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/nn/functional/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/nn/functional 2024-04-03T17:09:24.4445857Z creating build/bdist.linux-x86_64/wheel/torch/_refs/special 2024-04-03T17:09:24.4447263Z copying build/lib.linux-x86_64-cpython-38/torch/_refs/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_refs/special 2024-04-03T17:09:24.4448481Z creating build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T17:09:24.4449793Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T17:09:24.4451439Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_impls.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T17:09:24.4453115Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T17:09:24.4454966Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/fake_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T17:09:24.4456922Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/functional_tensor.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T17:09:24.4459225Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/meta_utils.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T17:09:24.4461193Z copying build/lib.linux-x86_64-cpython-38/torch/_subclasses/schema_check_mode.py -> build/bdist.linux-x86_64/wheel/torch/_subclasses 2024-04-03T17:09:24.4462733Z creating build/bdist.linux-x86_64/wheel/torch/_vendor 2024-04-03T17:09:24.4464135Z copying build/lib.linux-x86_64-cpython-38/torch/_vendor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_vendor 2024-04-03T17:09:24.4465550Z creating build/bdist.linux-x86_64/wheel/torch/_vendor/packaging 2024-04-03T17:09:24.4467519Z copying build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/_vendor/packaging 2024-04-03T17:09:24.4470058Z copying build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging/_structures.py -> build/bdist.linux-x86_64/wheel/torch/_vendor/packaging 2024-04-03T17:09:24.4472511Z copying build/lib.linux-x86_64-cpython-38/torch/_vendor/packaging/version.py -> build/bdist.linux-x86_64/wheel/torch/_vendor/packaging 2024-04-03T17:09:24.4474199Z creating build/bdist.linux-x86_64/wheel/torch/amp 2024-04-03T17:09:24.4475594Z copying build/lib.linux-x86_64-cpython-38/torch/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/amp 2024-04-03T17:09:24.4477916Z copying build/lib.linux-x86_64-cpython-38/torch/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/amp 2024-04-03T17:09:24.4479880Z copying build/lib.linux-x86_64-cpython-38/torch/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/amp 2024-04-03T17:09:24.4481250Z creating build/bdist.linux-x86_64/wheel/torch/ao 2024-04-03T17:09:24.4482494Z copying build/lib.linux-x86_64-cpython-38/torch/ao/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao 2024-04-03T17:09:24.4483851Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn 2024-04-03T17:09:24.4485560Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn 2024-04-03T17:09:24.4487095Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2024-04-03T17:09:24.4489072Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic 2024-04-03T17:09:24.4490991Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2024-04-03T17:09:24.4493015Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2024-04-03T17:09:24.4495661Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/modules 2024-04-03T17:09:24.4497455Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2024-04-03T17:09:24.4499721Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat 2024-04-03T17:09:24.4501222Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-04-03T17:09:24.4502935Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-04-03T17:09:24.4505261Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-04-03T17:09:24.4507509Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-04-03T17:09:24.4509816Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/qat/modules 2024-04-03T17:09:24.4511469Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2024-04-03T17:09:24.4513273Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized 2024-04-03T17:09:24.4514931Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-04-03T17:09:24.4516826Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic 2024-04-03T17:09:24.4518704Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:24.4520790Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:24.4523726Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:24.4525761Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.4527763Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.4530364Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.4533021Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/conv_add.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.4535367Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.4537693Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.4539378Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2024-04-03T17:09:24.4540806Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat 2024-04-03T17:09:24.4542296Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2024-04-03T17:09:24.4543697Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic 2024-04-03T17:09:24.4545043Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2024-04-03T17:09:24.4546639Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2024-04-03T17:09:24.4548733Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/dynamic/modules 2024-04-03T17:09:24.4550083Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2024-04-03T17:09:24.4551346Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2024-04-03T17:09:24.4553022Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2024-04-03T17:09:24.4554765Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2024-04-03T17:09:24.4556803Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/qat/modules 2024-04-03T17:09:24.4558142Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2024-04-03T17:09:24.4559518Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable 2024-04-03T17:09:24.4561031Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2024-04-03T17:09:24.4562557Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2024-04-03T17:09:24.4564935Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2024-04-03T17:09:24.4567207Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantizable/modules 2024-04-03T17:09:24.4569200Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2024-04-03T17:09:24.4571236Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2024-04-03T17:09:24.4573415Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized 2024-04-03T17:09:24.4575234Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2024-04-03T17:09:24.4577013Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic 2024-04-03T17:09:24.4579218Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-04-03T17:09:24.4581509Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-04-03T17:09:24.4584784Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-04-03T17:09:24.4587145Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-04-03T17:09:24.4589443Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/dynamic/modules 2024-04-03T17:09:24.4590984Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4592471Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4594462Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4596631Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4598873Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4601186Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4603239Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4606030Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4608228Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4610259Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4612520Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4614724Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/modules 2024-04-03T17:09:24.4616461Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2024-04-03T17:09:24.4617938Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference 2024-04-03T17:09:24.4619810Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:24.4621689Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:24.4623940Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:24.4626538Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:24.4629018Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:24.4631631Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:24.4634305Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/quantized/reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/quantized/reference/modules 2024-04-03T17:09:24.4636180Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2024-04-03T17:09:24.4637598Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse 2024-04-03T17:09:24.4638953Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2024-04-03T17:09:24.4640596Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2024-04-03T17:09:24.4642658Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2024-04-03T17:09:24.4644752Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized 2024-04-03T17:09:24.4646451Z creating build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T17:09:24.4648020Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T17:09:24.4650502Z copying build/lib.linux-x86_64-cpython-38/torch/ao/nn/sparse/quantized/dynamic/linear.py -> build/bdist.linux-x86_64/wheel/torch/ao/nn/sparse/quantized/dynamic 2024-04-03T17:09:24.4652448Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns 2024-04-03T17:09:24.4653601Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2024-04-03T17:09:24.4655335Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2024-04-03T17:09:24.4657261Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns 2024-04-03T17:09:24.4658440Z creating build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4659620Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4661240Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/graph_matcher.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4662924Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/graph_passes.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4665473Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4667759Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/n_shadows_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4669752Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/ns_types.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4671546Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4673637Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/qconfig_multi_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4675485Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4677360Z copying build/lib.linux-x86_64-cpython-38/torch/ao/ns/fx/weight_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/ns/fx 2024-04-03T17:09:24.4678811Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning 2024-04-03T17:09:24.4680167Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2024-04-03T17:09:24.4682024Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning 2024-04-03T17:09:24.4683412Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2024-04-03T17:09:24.4684971Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental 2024-04-03T17:09:24.4686529Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T17:09:24.4688540Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T17:09:24.4691269Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/activation_sparsifier 2024-04-03T17:09:24.4693173Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T17:09:24.4695060Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T17:09:24.4697696Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_scheduler 2024-04-03T17:09:24.4699880Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T17:09:24.4701920Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T17:09:24.4704848Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T17:09:24.4707630Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T17:09:24.4710603Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier 2024-04-03T17:09:24.4712647Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-04-03T17:09:24.4714891Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning 2024-04-03T17:09:24.4717252Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T17:09:24.4719801Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T17:09:24.4723044Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T17:09:24.4726239Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks 2024-04-03T17:09:24.4728639Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:24.4730298Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/FPGM_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:24.4732651Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:24.4735443Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:24.4737846Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:24.4740519Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:24.4743069Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/parametrization.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:24.4745487Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/prune_functions.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:24.4747789Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/_experimental/pruner/saliency_pruner.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/_experimental/pruner 2024-04-03T17:09:24.4749422Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2024-04-03T17:09:24.4750801Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2024-04-03T17:09:24.4752896Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/base_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2024-04-03T17:09:24.4755009Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/cubic_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2024-04-03T17:09:24.4757108Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/scheduler/lambda_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/scheduler 2024-04-03T17:09:24.4758531Z creating build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T17:09:24.4759973Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T17:09:24.4762145Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/base_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T17:09:24.4764276Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T17:09:24.4766523Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T17:09:24.4768684Z copying build/lib.linux-x86_64-cpython-38/torch/ao/pruning/sparsifier/weight_norm_sparsifier.py -> build/bdist.linux-x86_64/wheel/torch/ao/pruning/sparsifier 2024-04-03T17:09:24.4770279Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4771613Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4773407Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_correct_bias.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4775150Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4777138Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/_learnable_fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4779183Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4780945Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4782766Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4784828Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4786601Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4788482Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/qconfig_mapping.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4790432Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4792254Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4794116Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4795921Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4797772Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4799698Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantize_pt2e.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4801567Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4803231Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization 2024-04-03T17:09:24.4804555Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4806228Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4808466Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/_common_operator_config_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4810830Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/_qnnpack_pt2e.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4813116Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/backend_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4815501Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/executorch.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4818062Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4820457Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/native.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4822937Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/observation_type.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4825237Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/onednn.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4827476Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4829729Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/tensorrt.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4832010Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4834154Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/backend_config/x86.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/backend_config 2024-04-03T17:09:24.4835666Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4836976Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4838855Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_decomposed.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4840749Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4843240Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_lower_to_native_backend.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4845966Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4848742Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/custom_config.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4851408Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4853677Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/fuse_handler.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4855759Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4857888Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lower_to_fbgemm.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4860227Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lower_to_qnnpack.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4862134Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/lstm_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4864265Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4866452Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4868305Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4870311Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/qconfig_mapping_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4872321Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/quantize_handler.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4874269Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/tracer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4876244Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx 2024-04-03T17:09:24.4877680Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:24.4879658Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:24.4882348Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/detector.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:24.4884887Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:24.4887649Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report_observer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:24.4890381Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/fx/_model_report/model_report_visualizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/fx/_model_report 2024-04-03T17:09:24.4891969Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T17:09:24.4893407Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T17:09:24.4895430Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/duplicate_dq_pass.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T17:09:24.4898670Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/export_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T17:09:24.4901489Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/generate_numeric_debug_handle.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T17:09:24.4904228Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/graph_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T17:09:24.4907409Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/port_metadata_pass.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T17:09:24.4910127Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/prepare.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T17:09:24.4912811Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/qat_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T17:09:24.4915313Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e 2024-04-03T17:09:24.4916890Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e/representation 2024-04-03T17:09:24.4918880Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/representation/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e/representation 2024-04-03T17:09:24.4921684Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/pt2e/representation/rewrite.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/pt2e/representation 2024-04-03T17:09:24.4923295Z creating build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T17:09:24.4924822Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T17:09:24.4927127Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/composable_quantizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T17:09:24.4929696Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/embedding_quantizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T17:09:24.4932318Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/quantizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T17:09:24.4934464Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T17:09:24.4936880Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/x86_inductor_quantizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T17:09:24.4939472Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/xnnpack_quantizer.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T17:09:24.4941747Z copying build/lib.linux-x86_64-cpython-38/torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py -> build/bdist.linux-x86_64/wheel/torch/ao/quantization/quantizer 2024-04-03T17:09:24.4943285Z creating build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4944468Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4946129Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/anomaly_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4947857Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/forward_ad.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4949694Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/function.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4951396Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/functional.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4953218Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/grad_mode.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4955010Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/gradcheck.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4956767Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/graph.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4958610Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4960675Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_legacy.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4962490Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/profiler_util.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4964347Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/variable.py -> build/bdist.linux-x86_64/wheel/torch/autograd 2024-04-03T17:09:24.4965690Z creating build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2024-04-03T17:09:24.4967226Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2024-04-03T17:09:24.4969182Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/tensor.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2024-04-03T17:09:24.4971093Z copying build/lib.linux-x86_64-cpython-38/torch/autograd/_functions/utils.py -> build/bdist.linux-x86_64/wheel/torch/autograd/_functions 2024-04-03T17:09:24.4972355Z creating build/bdist.linux-x86_64/wheel/torch/backends 2024-04-03T17:09:24.4973522Z copying build/lib.linux-x86_64-cpython-38/torch/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends 2024-04-03T17:09:24.4974633Z creating build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2024-04-03T17:09:24.4975878Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_coreml/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2024-04-03T17:09:24.4977894Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_coreml/preprocess.py -> build/bdist.linux-x86_64/wheel/torch/backends/_coreml 2024-04-03T17:09:24.4979246Z creating build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2024-04-03T17:09:24.4980386Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2024-04-03T17:09:24.4982154Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/prepare.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2024-04-03T17:09:24.4984271Z copying build/lib.linux-x86_64-cpython-38/torch/backends/_nnapi/serializer.py -> build/bdist.linux-x86_64/wheel/torch/backends/_nnapi 2024-04-03T17:09:24.4985682Z creating build/bdist.linux-x86_64/wheel/torch/backends/cpu 2024-04-03T17:09:24.4986887Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cpu 2024-04-03T17:09:24.4988073Z creating build/bdist.linux-x86_64/wheel/torch/backends/cuda 2024-04-03T17:09:24.4989269Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cuda 2024-04-03T17:09:24.4990430Z creating build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2024-04-03T17:09:24.4991891Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cudnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2024-04-03T17:09:24.4993530Z copying build/lib.linux-x86_64-cpython-38/torch/backends/cudnn/rnn.py -> build/bdist.linux-x86_64/wheel/torch/backends/cudnn 2024-04-03T17:09:24.4994899Z creating build/bdist.linux-x86_64/wheel/torch/backends/mha 2024-04-03T17:09:24.4996285Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mha/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mha 2024-04-03T17:09:24.4997633Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkl 2024-04-03T17:09:24.4999056Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mkl/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkl 2024-04-03T17:09:24.5000476Z creating build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2024-04-03T17:09:24.5001870Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mkldnn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mkldnn 2024-04-03T17:09:24.5003213Z creating build/bdist.linux-x86_64/wheel/torch/backends/mps 2024-04-03T17:09:24.5004594Z copying build/lib.linux-x86_64-cpython-38/torch/backends/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/mps 2024-04-03T17:09:24.5005831Z creating build/bdist.linux-x86_64/wheel/torch/backends/nnpack 2024-04-03T17:09:24.5007221Z copying build/lib.linux-x86_64-cpython-38/torch/backends/nnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/nnpack 2024-04-03T17:09:24.5008416Z creating build/bdist.linux-x86_64/wheel/torch/backends/openmp 2024-04-03T17:09:24.5009803Z copying build/lib.linux-x86_64-cpython-38/torch/backends/openmp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/openmp 2024-04-03T17:09:24.5011180Z creating build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2024-04-03T17:09:24.5012631Z copying build/lib.linux-x86_64-cpython-38/torch/backends/opt_einsum/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/opt_einsum 2024-04-03T17:09:24.5014131Z creating build/bdist.linux-x86_64/wheel/torch/backends/quantized 2024-04-03T17:09:24.5015608Z copying build/lib.linux-x86_64-cpython-38/torch/backends/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/quantized 2024-04-03T17:09:24.5016953Z creating build/bdist.linux-x86_64/wheel/torch/backends/xeon 2024-04-03T17:09:24.5018224Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xeon/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2024-04-03T17:09:24.5020084Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xeon/run_cpu.py -> build/bdist.linux-x86_64/wheel/torch/backends/xeon 2024-04-03T17:09:24.5021623Z creating build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2024-04-03T17:09:24.5023065Z copying build/lib.linux-x86_64-cpython-38/torch/backends/xnnpack/__init__.py -> build/bdist.linux-x86_64/wheel/torch/backends/xnnpack 2024-04-03T17:09:24.5024308Z creating build/bdist.linux-x86_64/wheel/torch/compiler 2024-04-03T17:09:24.5025507Z copying build/lib.linux-x86_64-cpython-38/torch/compiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/compiler 2024-04-03T17:09:24.5026794Z creating build/bdist.linux-x86_64/wheel/torch/contrib 2024-04-03T17:09:24.5027952Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/__init__.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2024-04-03T17:09:24.5029639Z copying build/lib.linux-x86_64-cpython-38/torch/contrib/_tensorboard_vis.py -> build/bdist.linux-x86_64/wheel/torch/contrib 2024-04-03T17:09:24.5030637Z creating build/bdist.linux-x86_64/wheel/torch/cpu 2024-04-03T17:09:24.5031871Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu 2024-04-03T17:09:24.5032813Z creating build/bdist.linux-x86_64/wheel/torch/cpu/amp 2024-04-03T17:09:24.5034029Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2024-04-03T17:09:24.5035669Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2024-04-03T17:09:24.5037246Z copying build/lib.linux-x86_64-cpython-38/torch/cpu/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cpu/amp 2024-04-03T17:09:24.5038300Z creating build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5039424Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5040927Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_gpu_trace.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5042455Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_memory_viz.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5044334Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_sanitizer.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5045843Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/_utils.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5047585Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/comm.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5049350Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/error.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5050759Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/graphs.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5052555Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/jiterator.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5054247Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/memory.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5055903Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nccl.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5057770Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/nvtx.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5059327Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/profiler.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5060872Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/random.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5062596Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/sparse.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5064174Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/streams.py -> build/bdist.linux-x86_64/wheel/torch/cuda 2024-04-03T17:09:24.5065293Z creating build/bdist.linux-x86_64/wheel/torch/cuda/amp 2024-04-03T17:09:24.5066445Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2024-04-03T17:09:24.5068044Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/autocast_mode.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2024-04-03T17:09:24.5069890Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/common.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2024-04-03T17:09:24.5071899Z copying build/lib.linux-x86_64-cpython-38/torch/cuda/amp/grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/cuda/amp 2024-04-03T17:09:24.5073138Z creating build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5074281Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5076171Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable_state.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5078318Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_functional_collectives.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5080416Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_functional_collectives_impl.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5082351Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5084212Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/argparse_util.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5086132Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/c10d_logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5088030Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/collective_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5089986Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5091840Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5094107Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/distributed_c10d.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5095991Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launch.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5097883Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5099980Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/remote_device.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5101933Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5103533Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/run.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5105132Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed 2024-04-03T17:09:24.5106609Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T17:09:24.5108199Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T17:09:24.5110359Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/checkpoint_activation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T17:09:24.5112638Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/contract.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T17:09:24.5114648Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T17:09:24.5117031Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/replicate.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable 2024-04-03T17:09:24.5118729Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T17:09:24.5120401Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T17:09:24.5122430Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T17:09:24.5124706Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_collectives.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T17:09:24.5126800Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T17:09:24.5128790Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T17:09:24.5131185Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T17:09:24.5133568Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_param_group.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T17:09:24.5135926Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/_fsdp_state.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T17:09:24.5138218Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_composable/fsdp/fully_shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_composable/fsdp 2024-04-03T17:09:24.5139785Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T17:09:24.5141394Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T17:09:24.5143589Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T17:09:24.5145554Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T17:09:24.5147716Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/common_op_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T17:09:24.5149644Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T17:09:24.5151551Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/op_registry_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T17:09:24.5153393Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharder.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard 2024-04-03T17:09:24.5154875Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2024-04-03T17:09:24.5156379Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/checkpoint 2024-04-03T17:09:24.5157889Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2024-04-03T17:09:24.5159604Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2024-04-03T17:09:24.5161656Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_optim/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_optim 2024-04-03T17:09:24.5163190Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.5165136Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.5167657Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.5170033Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/logger.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.5172652Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/logging_handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.5174822Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.5177139Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.5179549Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/shard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.5181612Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.5183175Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:24.5184946Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:24.5187222Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:24.5189750Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:24.5192362Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/init.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:24.5195002Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:24.5197556Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharded_tensor/_ops 2024-04-03T17:09:24.5199414Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2024-04-03T17:09:24.5201095Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2024-04-03T17:09:24.5203457Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_plan/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_plan 2024-04-03T17:09:24.5205061Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2024-04-03T17:09:24.5206675Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2024-04-03T17:09:24.5208929Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/_internals.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2024-04-03T17:09:24.5211160Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2024-04-03T17:09:24.5213529Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec 2024-04-03T17:09:24.5215441Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T17:09:24.5217441Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T17:09:24.5220659Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T17:09:24.5223523Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T17:09:24.5226284Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops 2024-04-03T17:09:24.5228047Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2024-04-03T17:09:24.5229478Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharded_tensor 2024-04-03T17:09:24.5230857Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2024-04-03T17:09:24.5232325Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_sharding_spec/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_sharding_spec 2024-04-03T17:09:24.5233665Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5235166Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5237049Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5238969Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/batch_dim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5241162Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/comm_tensor.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5243041Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/config.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5245005Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5246833Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/distribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5248702Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/experimental_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5250643Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/gm_transformation.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5252593Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/graph_optimization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5254746Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/graph_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5256758Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/iter_graph_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5258746Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/log_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5260846Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/parallel_mode.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5262981Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_spmd/partial_lower.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_spmd 2024-04-03T17:09:24.5264564Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5266184Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5268297Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/_collective_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5272734Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5274702Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5276762Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/device_mesh.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5278802Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5280717Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/op_schema.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5282808Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/placement_types.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5284666Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/random.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5286848Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/redistribute.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5288849Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/sharding_prop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5290905Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/tp_conv.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor 2024-04-03T17:09:24.5292368Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/debug 2024-04-03T17:09:24.5293833Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/debug 2024-04-03T17:09:24.5295910Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug/comm_mode.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/debug 2024-04-03T17:09:24.5298716Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug/op_coverage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/debug 2024-04-03T17:09:24.5301119Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/debug/visualize_sharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/debug 2024-04-03T17:09:24.5302887Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/experimental 2024-04-03T17:09:24.5304801Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/experimental 2024-04-03T17:09:24.5307373Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/experimental/tp_transform.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/experimental 2024-04-03T17:09:24.5309022Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5310697Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5313005Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/basic_strategy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5315103Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/common_rules.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5317188Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/conv_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5319305Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5321334Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/experimental_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5323642Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/math_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5325837Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/matrix_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5328057Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/pointwise_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5330062Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/random_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5332172Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5334363Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5336499Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tensor/ops/view_ops.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tensor/ops 2024-04-03T17:09:24.5338102Z creating build/bdist.linux-x86_64/wheel/torch/distributed/_tools 2024-04-03T17:09:24.5339793Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tools/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tools 2024-04-03T17:09:24.5341661Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/_tools/memory_tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/_tools 2024-04-03T17:09:24.5343076Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2024-04-03T17:09:24.5344468Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2024-04-03T17:09:24.5346530Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/join.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms 2024-04-03T17:09:24.5347991Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2024-04-03T17:09:24.5349585Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2024-04-03T17:09:24.5351939Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_checkpoint 2024-04-03T17:09:24.5353827Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2024-04-03T17:09:24.5355662Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2024-04-03T17:09:24.5358073Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_comm_hooks 2024-04-03T17:09:24.5359790Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T17:09:24.5361734Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T17:09:24.5364421Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_optimizer_overlap 2024-04-03T17:09:24.5366478Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2024-04-03T17:09:24.5368417Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2024-04-03T17:09:24.5371528Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/_quantization/quantization.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/_quantization 2024-04-03T17:09:24.5373600Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:24.5375503Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:24.5378440Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:24.5381343Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:24.5383945Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:24.5386905Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:24.5389485Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:24.5392386Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:24.5394896Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:24.5397734Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/ddp_comm_hooks 2024-04-03T17:09:24.5399941Z creating build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2024-04-03T17:09:24.5401985Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2024-04-03T17:09:24.5404679Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/averagers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2024-04-03T17:09:24.5408298Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2024-04-03T17:09:24.5410862Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/algorithms/model_averaging/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/algorithms/model_averaging 2024-04-03T17:09:24.5412485Z creating build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2024-04-03T17:09:24.5414035Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/autograd 2024-04-03T17:09:24.5415564Z creating build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5417254Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5419626Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_checkpointer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5421712Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_dedup_save_plans.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5424187Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_dedup_tensors.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5426647Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_fsspec_filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5429040Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_nested_dict.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5431167Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_sharded_tensor_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5433622Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_storage_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5435707Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/_traverse.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5437925Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5440297Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/default_planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5442529Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/filesystem.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5444614Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/format_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5446752Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/metadata.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5448892Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5451275Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/planner.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5453760Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/planner_helpers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5456079Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/resharding.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5458543Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5460576Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict_loader.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5462790Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/state_dict_saver.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5465211Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/stateful.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5467353Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/storage.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5469498Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/checkpoint/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/checkpoint 2024-04-03T17:09:24.5471153Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2024-04-03T17:09:24.5472806Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic 2024-04-03T17:09:24.5474787Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2024-04-03T17:09:24.5477091Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent 2024-04-03T17:09:24.5479126Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2024-04-03T17:09:24.5481403Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2024-04-03T17:09:24.5484270Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2024-04-03T17:09:24.5487275Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/agent/server/local_elastic_agent.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/agent/server 2024-04-03T17:09:24.5489042Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2024-04-03T17:09:24.5490793Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2024-04-03T17:09:24.5493046Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2024-04-03T17:09:24.5495405Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/events/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/events 2024-04-03T17:09:24.5497066Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2024-04-03T17:09:24.5498242Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2024-04-03T17:09:24.5499444Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/metrics/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/metrics 2024-04-03T17:09:24.5500019Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2024-04-03T17:09:24.5501131Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2024-04-03T17:09:24.5502638Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2024-04-03T17:09:24.5503867Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/redirects.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2024-04-03T17:09:24.5505308Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/tail_log.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing 2024-04-03T17:09:24.5505956Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-04-03T17:09:24.5507536Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-04-03T17:09:24.5509100Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/error_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-04-03T17:09:24.5510427Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/errors/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/errors 2024-04-03T17:09:24.5511116Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T17:09:24.5512605Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T17:09:24.5514065Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T17:09:24.5515590Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/multiprocessing/subprocess_handler 2024-04-03T17:09:24.5516043Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5517097Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5518148Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5519447Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5520731Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/dynamic_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5521921Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5523115Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5524284Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_server.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5525403Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/etcd_store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5526740Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5528211Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5529384Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/rendezvous/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/rendezvous 2024-04-03T17:09:24.5529797Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2024-04-03T17:09:24.5530809Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2024-04-03T17:09:24.5532004Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2024-04-03T17:09:24.5533292Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/file_based_local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2024-04-03T17:09:24.5534468Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/timer/local_timer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/timer 2024-04-03T17:09:24.5534836Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T17:09:24.5535841Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T17:09:24.5536881Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T17:09:24.5538083Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/distributed.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T17:09:24.5539466Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/log_level.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T17:09:24.5540551Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/logging.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T17:09:24.5541570Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/store.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils 2024-04-03T17:09:24.5542022Z creating build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2024-04-03T17:09:24.5543135Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2024-04-03T17:09:24.5544394Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/cycling_iterator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2024-04-03T17:09:24.5545661Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/elastic/utils/data/elastic_distributed_sampler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/elastic/utils/data 2024-04-03T17:09:24.5546084Z creating build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5546933Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5547817Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_common_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5548892Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_debug_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5549818Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_dynamo_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5550788Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_exec_order_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5551845Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_flat_param.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5552847Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_fsdp_extensions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5553769Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_init_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5554640Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_limiter_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5555484Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_optim_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5556410Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_runtime_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5557372Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_shard_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5558264Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_state_dict_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5559096Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_trace_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5560122Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_traversal_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5561079Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_unshard_param_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5562128Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/_wrap_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5563124Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5564146Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/fully_sharded_data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5565194Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/sharded_grad_scaler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5565939Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/fsdp/wrap.py -> build/bdist.linux-x86_64/wheel/torch/distributed/fsdp 2024-04-03T17:09:24.5566303Z creating build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2024-04-03T17:09:24.5567221Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launcher/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2024-04-03T17:09:24.5568544Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/launcher/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/launcher 2024-04-03T17:09:24.5568857Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn 2024-04-03T17:09:24.5569792Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2024-04-03T17:09:24.5570795Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn 2024-04-03T17:09:24.5571120Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2024-04-03T17:09:24.5572119Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2024-04-03T17:09:24.5573211Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/api/remote_module.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/api 2024-04-03T17:09:24.5573703Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2024-04-03T17:09:24.5574716Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2024-04-03T17:09:24.5575780Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/instantiator.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit 2024-04-03T17:09:24.5576373Z creating build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2024-04-03T17:09:24.5577726Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2024-04-03T17:09:24.5579059Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/nn/jit/templates/remote_module_template.py -> build/bdist.linux-x86_64/wheel/torch/distributed/nn/jit/templates 2024-04-03T17:09:24.5579377Z creating build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5580321Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5581241Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/apply_optimizer_in_backward.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5582238Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adadelta.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5583167Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adagrad.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5584049Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adam.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5585044Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adamax.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5586204Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_adamw.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5587439Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5588517Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_rprop.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5589595Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/functional_sgd.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5590557Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/named_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5591557Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5592752Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/post_localSGD_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5593602Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5594621Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/optim/zero_redundancy_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/distributed/optim 2024-04-03T17:09:24.5595096Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2024-04-03T17:09:24.5595910Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline 2024-04-03T17:09:24.5596407Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5597355Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5598402Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5599467Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5600345Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/copy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5601409Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/dependency.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5602446Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/microbatch.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5603398Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/phony.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5604374Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/pipe.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5605390Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/pipeline.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5606423Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/stream.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5607429Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5608334Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/worker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync 2024-04-03T17:09:24.5609058Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2024-04-03T17:09:24.5610415Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2024-04-03T17:09:24.5611797Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/blockpartition.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2024-04-03T17:09:24.5613061Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/_balance/profile.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/_balance 2024-04-03T17:09:24.5613584Z creating build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:24.5614761Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:24.5629477Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/layout.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:24.5631007Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/namespace.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:24.5632125Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/portal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:24.5633362Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/skippable.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:24.5634564Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/pipeline/sync/skip/tracker.py -> build/bdist.linux-x86_64/wheel/torch/distributed/pipeline/sync/skip 2024-04-03T17:09:24.5634935Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5636060Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5637022Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5638018Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5638935Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5639890Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/constants.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5640806Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/functions.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5641658Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/internal.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5642624Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/options.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5643474Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/rref_proxy.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5644503Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/server_process_global_profiler.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc 2024-04-03T17:09:24.5644948Z creating build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2024-04-03T17:09:24.5645875Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2024-04-03T17:09:24.5647058Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/rpc/_testing/faulty_agent_backend_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributed/rpc/_testing 2024-04-03T17:09:24.5647408Z creating build/bdist.linux-x86_64/wheel/torch/distributed/tensor 2024-04-03T17:09:24.5648268Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor 2024-04-03T17:09:24.5648821Z creating build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T17:09:24.5649958Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T17:09:24.5651116Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/_data_parallel_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T17:09:24.5652258Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/_utils.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T17:09:24.5653435Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/api.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T17:09:24.5654591Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/ddp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T17:09:24.5655640Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/fsdp.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T17:09:24.5656836Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/input_reshard.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T17:09:24.5657961Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/loss.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T17:09:24.5659062Z copying build/lib.linux-x86_64-cpython-38/torch/distributed/tensor/parallel/style.py -> build/bdist.linux-x86_64/wheel/torch/distributed/tensor/parallel 2024-04-03T17:09:24.5659552Z creating build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5660310Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5661179Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5661978Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/beta.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5662755Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5663670Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5664465Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5665272Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/chi2.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5666190Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraint_registry.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5667068Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/constraints.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5667901Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/continuous_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5668748Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/dirichlet.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5669589Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5670631Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exp_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5671459Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/exponential.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5672402Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/fishersnedecor.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5673268Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5674212Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/geometric.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5675001Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/gumbel.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5675898Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_cauchy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5676717Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/half_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5677625Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/independent.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5678575Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/inverse_gamma.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5679339Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kl.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5680313Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/kumaraswamy.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5681203Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/laplace.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5682226Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lkj_cholesky.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5683085Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/log_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5684167Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/logistic_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5685385Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/lowrank_multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5686591Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/mixture_same_family.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5687716Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multinomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5688958Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/multivariate_normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5690168Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/negative_binomial.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5691186Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/normal.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5692294Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/one_hot_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5693339Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/pareto.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5694376Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/poisson.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5695595Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_bernoulli.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5696821Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/relaxed_categorical.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5697850Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/studentT.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5699208Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transformed_distribution.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5700336Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/transforms.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5701334Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/uniform.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5702296Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/utils.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5703488Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/von_mises.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5704553Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/weibull.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5705471Z copying build/lib.linux-x86_64-cpython-38/torch/distributions/wishart.py -> build/bdist.linux-x86_64/wheel/torch/distributions 2024-04-03T17:09:24.5705883Z creating build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5706728Z copying build/lib.linux-x86_64-cpython-38/torch/export/__init__.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5707594Z copying build/lib.linux-x86_64-cpython-38/torch/export/_remove_auto_functionalized_pass.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5708630Z copying build/lib.linux-x86_64-cpython-38/torch/export/_remove_effect_tokens_pass.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5709524Z copying build/lib.linux-x86_64-cpython-38/torch/export/_safeguard.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5710305Z copying build/lib.linux-x86_64-cpython-38/torch/export/_trace.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5710972Z copying build/lib.linux-x86_64-cpython-38/torch/export/_tree_utils.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5711713Z copying build/lib.linux-x86_64-cpython-38/torch/export/_unlift.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5712531Z copying build/lib.linux-x86_64-cpython-38/torch/export/custom_obj.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5713262Z copying build/lib.linux-x86_64-cpython-38/torch/export/dynamic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5714164Z copying build/lib.linux-x86_64-cpython-38/torch/export/exported_program.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5714959Z copying build/lib.linux-x86_64-cpython-38/torch/export/graph_signature.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5715829Z copying build/lib.linux-x86_64-cpython-38/torch/export/unflatten.py -> build/bdist.linux-x86_64/wheel/torch/export 2024-04-03T17:09:24.5716076Z creating build/bdist.linux-x86_64/wheel/torch/fft 2024-04-03T17:09:24.5716659Z copying build/lib.linux-x86_64-cpython-38/torch/fft/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fft 2024-04-03T17:09:24.5717004Z creating build/bdist.linux-x86_64/wheel/torch/func 2024-04-03T17:09:24.5717660Z copying build/lib.linux-x86_64-cpython-38/torch/func/__init__.py -> build/bdist.linux-x86_64/wheel/torch/func 2024-04-03T17:09:24.5717906Z creating build/bdist.linux-x86_64/wheel/torch/futures 2024-04-03T17:09:24.5718650Z copying build/lib.linux-x86_64-cpython-38/torch/futures/__init__.py -> build/bdist.linux-x86_64/wheel/torch/futures 2024-04-03T17:09:24.5718948Z creating build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5719630Z copying build/lib.linux-x86_64-cpython-38/torch/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5720314Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5721100Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_lazy_graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5721669Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5722420Z copying build/lib.linux-x86_64-cpython-38/torch/fx/_symbolic_trace.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5723131Z copying build/lib.linux-x86_64-cpython-38/torch/fx/annotate.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5723757Z copying build/lib.linux-x86_64-cpython-38/torch/fx/config.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5724507Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5725119Z copying build/lib.linux-x86_64-cpython-38/torch/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5725928Z copying build/lib.linux-x86_64-cpython-38/torch/fx/immutable_collections.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5726535Z copying build/lib.linux-x86_64-cpython-38/torch/fx/interpreter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5727215Z copying build/lib.linux-x86_64-cpython-38/torch/fx/node.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5727859Z copying build/lib.linux-x86_64-cpython-38/torch/fx/operator_schemas.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5728547Z copying build/lib.linux-x86_64-cpython-38/torch/fx/proxy.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5729206Z copying build/lib.linux-x86_64-cpython-38/torch/fx/subgraph_rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5729989Z copying build/lib.linux-x86_64-cpython-38/torch/fx/tensor_type.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5730585Z copying build/lib.linux-x86_64-cpython-38/torch/fx/traceback.py -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5731074Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5731828Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5732687Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/_backward_state.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5733517Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/_config.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5734451Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/_sym_dispatch_mode.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5735494Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/accelerator_partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5736420Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/const_fold.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5737183Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/debug.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5738176Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/graph_gradual_typechecker.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5739254Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/merge_matmul.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5740397Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/meta_tracer.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5741190Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/normalize.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5742084Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/optimization.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5743056Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/partitioner_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5743936Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/proxy_tensor.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5744771Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/recording.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5745586Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/refinement_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5746627Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/rewriter.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5748116Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/schema_type_annotation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5749346Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/sym_node.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5750513Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/symbolic_shapes.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5751620Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unify_refinements.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5752781Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/validator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental 2024-04-03T17:09:24.5753852Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:24.5755420Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:24.5757310Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:24.5758851Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint_generator.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:24.5760439Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/constraint_transformation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:24.5761919Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/operation.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:24.5763484Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/transform_to_z3.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:24.5764947Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/util.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:24.5766509Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/migrate_gradual_types/z3_types.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/migrate_gradual_types 2024-04-03T17:09:24.5766903Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T17:09:24.5768308Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T17:09:24.5769713Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T17:09:24.5771125Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/dispatch.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T17:09:24.5772488Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/match.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T17:09:24.5773859Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/more.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T17:09:24.5775375Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/unification_tools.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T17:09:24.5777141Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T17:09:24.5778770Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/variable.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification 2024-04-03T17:09:24.5779541Z creating build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:24.5781520Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:24.5782984Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/conflict.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:24.5784677Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/core.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:24.5786460Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:24.5787960Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:24.5789406Z copying build/lib.linux-x86_64-cpython-38/torch/fx/experimental/unification/multipledispatch/variadic.py -> build/bdist.linux-x86_64/wheel/torch/fx/experimental/unification/multipledispatch 2024-04-03T17:09:24.5789731Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5790515Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5791412Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/annotate_getitem_nodes.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5792381Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/fake_tensor_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5793287Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/graph_drawer.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5794134Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/graph_manipulation.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5795112Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/net_min_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5796031Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/operator_support.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5796925Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/param_fetch.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5797697Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5798533Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/reinplace.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5799358Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/shape_prop.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5800170Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/split_module.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5800968Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/split_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5801805Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/splitter_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5802706Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tools_common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes 2024-04-03T17:09:24.5803117Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2024-04-03T17:09:24.5804092Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2024-04-03T17:09:24.5805078Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/backends/cudagraphs.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/backends 2024-04-03T17:09:24.5805529Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2024-04-03T17:09:24.5806400Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect 2024-04-03T17:09:24.5806928Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2024-04-03T17:09:24.5808042Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2024-04-03T17:09:24.5809224Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/dialect/common/cse_pass.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/dialect/common 2024-04-03T17:09:24.5809662Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2024-04-03T17:09:24.5810515Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2024-04-03T17:09:24.5811453Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/partitioner.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2024-04-03T17:09:24.5812310Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/pass_base.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2024-04-03T17:09:24.5813222Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/infra/pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/infra 2024-04-03T17:09:24.5813537Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2024-04-03T17:09:24.5814358Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2024-04-03T17:09:24.5815375Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/tests/test_pass_manager.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/tests 2024-04-03T17:09:24.5815714Z creating build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T17:09:24.5816630Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T17:09:24.5817525Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T17:09:24.5818614Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/fuser_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T17:09:24.5819422Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T17:09:24.5820693Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/matcher_with_name_node_map_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T17:09:24.5822078Z copying build/lib.linux-x86_64-cpython-38/torch/fx/passes/utils/source_matcher_utils.py -> build/bdist.linux-x86_64/wheel/torch/fx/passes/utils 2024-04-03T17:09:24.5822730Z copying build/lib.linux-x86_64-cpython-38/torch/fx/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/fx 2024-04-03T17:09:24.5823194Z creating build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5824320Z copying build/lib.linux-x86_64-cpython-38/torch/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5825010Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_async.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5825619Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_await.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5826498Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_builtins.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5827162Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_check.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5827969Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_dataclass_impls.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5828697Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decomposition_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5829560Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_decompositions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5830213Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5830940Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_fuser.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5831675Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_ir_utils.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5832535Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_logging.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5833356Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_monkeytype_config.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5834018Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_pickle.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5834751Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_recursive.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5835327Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_script.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5836213Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_serialization.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5837001Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_shape_functions.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5837788Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_state.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5838635Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_trace.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5839388Z copying build/lib.linux-x86_64-cpython-38/torch/jit/annotations.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5840184Z copying build/lib.linux-x86_64-cpython-38/torch/jit/frontend.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5840853Z copying build/lib.linux-x86_64-cpython-38/torch/jit/generate_bytecode.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5841578Z copying build/lib.linux-x86_64-cpython-38/torch/jit/quantized.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5842259Z copying build/lib.linux-x86_64-cpython-38/torch/jit/supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5843167Z copying build/lib.linux-x86_64-cpython-38/torch/jit/unsupported_tensor_ops.py -> build/bdist.linux-x86_64/wheel/torch/jit 2024-04-03T17:09:24.5843507Z creating build/bdist.linux-x86_64/wheel/torch/jit/_passes 2024-04-03T17:09:24.5844355Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2024-04-03T17:09:24.5845332Z copying build/lib.linux-x86_64-cpython-38/torch/jit/_passes/_property_propagation.py -> build/bdist.linux-x86_64/wheel/torch/jit/_passes 2024-04-03T17:09:24.5845603Z creating build/bdist.linux-x86_64/wheel/torch/jit/mobile 2024-04-03T17:09:24.5846353Z copying build/lib.linux-x86_64-cpython-38/torch/jit/mobile/__init__.py -> build/bdist.linux-x86_64/wheel/torch/jit/mobile 2024-04-03T17:09:24.5846596Z creating build/bdist.linux-x86_64/wheel/torch/linalg 2024-04-03T17:09:24.5847284Z copying build/lib.linux-x86_64-cpython-38/torch/linalg/__init__.py -> build/bdist.linux-x86_64/wheel/torch/linalg 2024-04-03T17:09:24.5847595Z creating build/bdist.linux-x86_64/wheel/torch/masked 2024-04-03T17:09:24.5848237Z copying build/lib.linux-x86_64-cpython-38/torch/masked/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked 2024-04-03T17:09:24.5849025Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_docs.py -> build/bdist.linux-x86_64/wheel/torch/masked 2024-04-03T17:09:24.5849751Z copying build/lib.linux-x86_64-cpython-38/torch/masked/_ops.py -> build/bdist.linux-x86_64/wheel/torch/masked 2024-04-03T17:09:24.5850206Z creating build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T17:09:24.5851225Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T17:09:24.5852329Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/_ops_refs.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T17:09:24.5853311Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/binary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T17:09:24.5854398Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/core.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T17:09:24.5855341Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/creation.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T17:09:24.5856609Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/passthrough.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T17:09:24.5857641Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/reductions.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T17:09:24.5858872Z copying build/lib.linux-x86_64-cpython-38/torch/masked/maskedtensor/unary.py -> build/bdist.linux-x86_64/wheel/torch/masked/maskedtensor 2024-04-03T17:09:24.5859203Z creating build/bdist.linux-x86_64/wheel/torch/monitor 2024-04-03T17:09:24.5859964Z copying build/lib.linux-x86_64-cpython-38/torch/monitor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/monitor 2024-04-03T17:09:24.5860291Z creating build/bdist.linux-x86_64/wheel/torch/mps 2024-04-03T17:09:24.5860986Z copying build/lib.linux-x86_64-cpython-38/torch/mps/__init__.py -> build/bdist.linux-x86_64/wheel/torch/mps 2024-04-03T17:09:24.5861656Z copying build/lib.linux-x86_64-cpython-38/torch/mps/event.py -> build/bdist.linux-x86_64/wheel/torch/mps 2024-04-03T17:09:24.5862273Z copying build/lib.linux-x86_64-cpython-38/torch/mps/profiler.py -> build/bdist.linux-x86_64/wheel/torch/mps 2024-04-03T17:09:24.5862630Z creating build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T17:09:24.5863388Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T17:09:24.5864238Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/_atfork.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T17:09:24.5865077Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/pool.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T17:09:24.5865832Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/queue.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T17:09:24.5866666Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/reductions.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T17:09:24.5867591Z copying build/lib.linux-x86_64-cpython-38/torch/multiprocessing/spawn.py -> build/bdist.linux-x86_64/wheel/torch/multiprocessing 2024-04-03T17:09:24.5867866Z creating build/bdist.linux-x86_64/wheel/torch/nested 2024-04-03T17:09:24.5868666Z copying build/lib.linux-x86_64-cpython-38/torch/nested/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested 2024-04-03T17:09:24.5869072Z creating build/bdist.linux-x86_64/wheel/torch/nested/_internal 2024-04-03T17:09:24.5870047Z copying build/lib.linux-x86_64-cpython-38/torch/nested/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nested/_internal 2024-04-03T17:09:24.5870948Z copying build/lib.linux-x86_64-cpython-38/torch/nested/_internal/nested_tensor.py -> build/bdist.linux-x86_64/wheel/torch/nested/_internal 2024-04-03T17:09:24.5871859Z copying build/lib.linux-x86_64-cpython-38/torch/nested/_internal/ops.py -> build/bdist.linux-x86_64/wheel/torch/nested/_internal 2024-04-03T17:09:24.5872710Z copying build/lib.linux-x86_64-cpython-38/torch/nested/_internal/sdpa.py -> build/bdist.linux-x86_64/wheel/torch/nested/_internal 2024-04-03T17:09:24.5872947Z creating build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.5873565Z copying build/lib.linux-x86_64-cpython-38/torch/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.5874266Z copying build/lib.linux-x86_64-cpython-38/torch/nn/_reduction.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.5875109Z copying build/lib.linux-x86_64-cpython-38/torch/nn/common_types.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.5875864Z copying build/lib.linux-x86_64-cpython-38/torch/nn/cpp.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.5876560Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.5877162Z copying build/lib.linux-x86_64-cpython-38/torch/nn/grad.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.5877858Z copying build/lib.linux-x86_64-cpython-38/torch/nn/init.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.5878725Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.py -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.5879067Z creating build/bdist.linux-x86_64/wheel/torch/nn/attention 2024-04-03T17:09:24.5879950Z copying build/lib.linux-x86_64-cpython-38/torch/nn/attention/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/attention 2024-04-03T17:09:24.5880656Z copying build/lib.linux-x86_64-cpython-38/torch/nn/attention/_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/attention 2024-04-03T17:09:24.5881727Z copying build/lib.linux-x86_64-cpython-38/torch/nn/attention/bias.py -> build/bdist.linux-x86_64/wheel/torch/nn/attention 2024-04-03T17:09:24.5882059Z creating build/bdist.linux-x86_64/wheel/torch/nn/backends 2024-04-03T17:09:24.5882887Z copying build/lib.linux-x86_64-cpython-38/torch/nn/backends/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2024-04-03T17:09:24.5883724Z copying build/lib.linux-x86_64-cpython-38/torch/nn/backends/thnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/backends 2024-04-03T17:09:24.5884115Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2024-04-03T17:09:24.5884814Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic 2024-04-03T17:09:24.5885147Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2024-04-03T17:09:24.5886006Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2024-04-03T17:09:24.5886887Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/modules/fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/modules 2024-04-03T17:09:24.5887267Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2024-04-03T17:09:24.5888074Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat 2024-04-03T17:09:24.5888481Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2024-04-03T17:09:24.5889648Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2024-04-03T17:09:24.5890689Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/conv_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2024-04-03T17:09:24.5891890Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/linear_fused.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2024-04-03T17:09:24.5893094Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/qat/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/qat/modules 2024-04-03T17:09:24.5893578Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2024-04-03T17:09:24.5894555Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized 2024-04-03T17:09:24.5895048Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-04-03T17:09:24.5896248Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic 2024-04-03T17:09:24.5896839Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:24.5898004Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:24.5899438Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/dynamic/modules 2024-04-03T17:09:24.5899904Z creating build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.5900979Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.5902006Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/bn_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.5903101Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/conv_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.5904303Z copying build/lib.linux-x86_64-cpython-38/torch/nn/intrinsic/quantized/modules/linear_relu.py -> build/bdist.linux-x86_64/wheel/torch/nn/intrinsic/quantized/modules 2024-04-03T17:09:24.5904680Z creating build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5905443Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5906273Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5907217Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5908075Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/adaptive.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5909030Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5909971Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/channelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5910911Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/container.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5911687Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5912494Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/distance.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5913172Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5913848Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/flatten.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5914513Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/fold.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5915285Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/instancenorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5915956Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/lazy.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5916625Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5917277Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/loss.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5917960Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/module.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5918688Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5919389Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/padding.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5920395Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/pixelshuffle.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5921180Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/pooling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5921996Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5922668Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5923391Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/transformer.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5924341Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/upsampling.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5925011Z copying build/lib.linux-x86_64-cpython-38/torch/nn/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/modules 2024-04-03T17:09:24.5925339Z creating build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T17:09:24.5926100Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T17:09:24.5926949Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/_functions.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T17:09:24.5927643Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/comm.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T17:09:24.5928594Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/data_parallel.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T17:09:24.5929525Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/distributed.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T17:09:24.5930329Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/parallel_apply.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T17:09:24.5931244Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/replicate.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T17:09:24.5932164Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parallel/scatter_gather.py -> build/bdist.linux-x86_64/wheel/torch/nn/parallel 2024-04-03T17:09:24.5932510Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat 2024-04-03T17:09:24.5933294Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat 2024-04-03T17:09:24.5933685Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2024-04-03T17:09:24.5934556Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic 2024-04-03T17:09:24.5934914Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2024-04-03T17:09:24.5935869Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2024-04-03T17:09:24.5936999Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/dynamic/modules 2024-04-03T17:09:24.5937314Z creating build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2024-04-03T17:09:24.5938342Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2024-04-03T17:09:24.5939354Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2024-04-03T17:09:24.5940396Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2024-04-03T17:09:24.5941136Z copying build/lib.linux-x86_64-cpython-38/torch/nn/qat/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/qat/modules 2024-04-03T17:09:24.5941642Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2024-04-03T17:09:24.5942373Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable 2024-04-03T17:09:24.5942899Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2024-04-03T17:09:24.5943737Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2024-04-03T17:09:24.5944963Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2024-04-03T17:09:24.5946018Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantizable/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantizable/modules 2024-04-03T17:09:24.5946324Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized 2024-04-03T17:09:24.5947236Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2024-04-03T17:09:24.5948249Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/functional.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized 2024-04-03T17:09:24.5948816Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2024-04-03T17:09:24.5950066Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference 2024-04-03T17:09:24.5950515Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T17:09:24.5951968Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T17:09:24.5953182Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T17:09:24.5954310Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T17:09:24.5955658Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T17:09:24.5956766Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/sparse.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T17:09:24.5958006Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/_reference/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/_reference/modules 2024-04-03T17:09:24.5958351Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2024-04-03T17:09:24.5959313Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic 2024-04-03T17:09:24.5959770Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2024-04-03T17:09:24.5960975Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2024-04-03T17:09:24.5962060Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2024-04-03T17:09:24.5963091Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2024-04-03T17:09:24.5964168Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/dynamic/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/dynamic/modules 2024-04-03T17:09:24.5964551Z creating build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5965691Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5966811Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/activation.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5967765Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/batchnorm.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5968632Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/conv.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5969567Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/dropout.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5970435Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/embedding_ops.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5971340Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/functional_modules.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5972272Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/linear.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5973302Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/normalization.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5974288Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5975268Z copying build/lib.linux-x86_64-cpython-38/torch/nn/quantized/modules/utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/quantized/modules 2024-04-03T17:09:24.5975520Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5976335Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5977173Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_deprecation_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5978019Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_named_member_accessor.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5979044Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_per_sample_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5979922Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/clip_grad.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5980664Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/convert_parameters.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5981458Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/fusion.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5982103Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/init.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5983041Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/memory_format.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5983956Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/parametrizations.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5984898Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/parametrize.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5985593Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/prune.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5986383Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/rnn.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5987173Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/spectral_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5987996Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/stateless.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5988868Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/weight_norm.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils 2024-04-03T17:09:24.5989330Z creating build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.5990194Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/__init__.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.5991398Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/conv_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.5992294Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/conv_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.5993551Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/embedding_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.5994781Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/expanded_weights_impl.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.5995820Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/expanded_weights_utils.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.5997197Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.5998416Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.5999902Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.6001215Z copying build/lib.linux-x86_64-cpython-38/torch/nn/utils/_expanded_weights/linear_expanded_weights.py -> build/bdist.linux-x86_64/wheel/torch/nn/utils/_expanded_weights 2024-04-03T17:09:24.6001969Z copying build/lib.linux-x86_64-cpython-38/torch/nn/parameter.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.6002801Z copying build/lib.linux-x86_64-cpython-38/torch/nn/functional.pyi -> build/bdist.linux-x86_64/wheel/torch/nn 2024-04-03T17:09:24.6003096Z creating build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6003919Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6004807Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_constants.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6005647Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_deprecation.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6006548Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_experimental.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6007286Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_exporter_states.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6007893Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_globals.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6008552Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_onnx_supported_ops.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6009383Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6009998Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/errors.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6010910Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/operators.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6011743Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_caffe2.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6012663Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_helper.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6013326Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset10.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6014143Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset11.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6014802Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset12.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6015639Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset13.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6016505Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset14.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6017158Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset15.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6018093Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset16.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6019123Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset17.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6019873Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset18.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6020710Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset19.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6021462Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset20.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6022355Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset7.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6023399Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset8.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6024238Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/symbolic_opset9.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6024946Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6025672Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/verification.py -> build/bdist.linux-x86_64/wheel/torch/onnx 2024-04-03T17:09:24.6025987Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T17:09:24.6026777Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T17:09:24.6027581Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/_beartype.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T17:09:24.6028492Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/exporter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T17:09:24.6029477Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/io_adapter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T17:09:24.6030286Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T17:09:24.6031244Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/onnx_proto_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T17:09:24.6032075Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/onnxruntime.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T17:09:24.6032930Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal 2024-04-03T17:09:24.6033361Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2024-04-03T17:09:24.6034393Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2024-04-03T17:09:24.6035483Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/_diagnostic.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2024-04-03T17:09:24.6036411Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/_rules.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics 2024-04-03T17:09:24.6036963Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:24.6038102Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:24.6039201Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/_infra.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:24.6040445Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/context.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:24.6041722Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/decorator.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:24.6042869Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/formatter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:24.6044046Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra 2024-04-03T17:09:24.6044572Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6045818Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6046980Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_address.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6048208Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6049617Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6050925Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6052200Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6053495Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6054705Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6055916Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6057551Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6059228Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_edge.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6061124Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6062764Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_exception.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6063947Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6065799Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6067330Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6068644Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_fix.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6069921Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_graph.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6071381Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6072683Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6073965Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6075363Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6076818Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6078361Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_message.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6079719Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6081025Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_node.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6082333Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_notification.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6083696Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6084887Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6086400Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6087810Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_region.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6089382Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6090756Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6091947Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6093386Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6094796Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6096105Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_result.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6097527Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6098995Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_run.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6100623Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6102078Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6103618Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6104935Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_stack.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6105991Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6107766Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6109171Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6110499Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6111768Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6113241Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6114834Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6116332Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6117612Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6119161Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6120532Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6121850Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/diagnostics/infra/sarif/version.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/diagnostics/infra/sarif 2024-04-03T17:09:24.6122164Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6122970Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6123918Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/_pass.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6125069Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/decomposition_skip.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6126198Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/decomposition_table.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6127248Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/diagnostics.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6128405Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/dynamo_graph_extractor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6129315Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/fx_onnx_interpreter.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6130407Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6131608Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/onnxfunction_dispatcher.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6132722Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/op_validation.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6133734Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/patcher.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6134669Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/registration.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6135711Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/serialization.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6136959Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/torch_export_graph_extractor.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6138049Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/type_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx 2024-04-03T17:09:24.6138770Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/analysis 2024-04-03T17:09:24.6139729Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/analysis/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/analysis 2024-04-03T17:09:24.6140824Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/analysis/unsupported_nodes.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/analysis 2024-04-03T17:09:24.6141200Z creating build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T17:09:24.6142233Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T17:09:24.6143297Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/_utils.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T17:09:24.6144259Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/decomp.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T17:09:24.6145434Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/functionalization.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T17:09:24.6146548Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/modularization.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T17:09:24.6147694Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/readability.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T17:09:24.6148784Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/type_promotion.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T17:09:24.6149920Z copying build/lib.linux-x86_64-cpython-38/torch/onnx/_internal/fx/passes/virtualization.py -> build/bdist.linux-x86_64/wheel/torch/onnx/_internal/fx/passes 2024-04-03T17:09:24.6150246Z creating build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6150997Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6152018Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_functional.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6152799Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6153592Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6154279Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6155099Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6155774Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6156603Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6157357Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6158032Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6158729Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6159355Z copying build/lib.linux-x86_64-cpython-38/torch/optim/optimizer.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6159949Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6160575Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6161231Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6161863Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6162602Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6163278Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.py -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6163853Z creating build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2024-04-03T17:09:24.6165198Z copying build/lib.linux-x86_64-cpython-38/torch/optim/_multi_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/optim/_multi_tensor 2024-04-03T17:09:24.6166244Z copying build/lib.linux-x86_64-cpython-38/torch/optim/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6167110Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adadelta.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6168412Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adagrad.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6169084Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6170119Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamax.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6171184Z copying build/lib.linux-x86_64-cpython-38/torch/optim/adamw.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6172028Z copying build/lib.linux-x86_64-cpython-38/torch/optim/asgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6172635Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lbfgs.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6173419Z copying build/lib.linux-x86_64-cpython-38/torch/optim/lr_scheduler.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6174200Z copying build/lib.linux-x86_64-cpython-38/torch/optim/nadam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6174894Z copying build/lib.linux-x86_64-cpython-38/torch/optim/radam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6175672Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rmsprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6176387Z copying build/lib.linux-x86_64-cpython-38/torch/optim/rprop.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6177113Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sgd.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6177774Z copying build/lib.linux-x86_64-cpython-38/torch/optim/sparse_adam.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6178710Z copying build/lib.linux-x86_64-cpython-38/torch/optim/swa_utils.pyi -> build/bdist.linux-x86_64/wheel/torch/optim 2024-04-03T17:09:24.6179128Z creating build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6179817Z copying build/lib.linux-x86_64-cpython-38/torch/package/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6180695Z copying build/lib.linux-x86_64-cpython-38/torch/package/_digraph.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6181620Z copying build/lib.linux-x86_64-cpython-38/torch/package/_directory_reader.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6182327Z copying build/lib.linux-x86_64-cpython-38/torch/package/_importlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6183164Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mangling.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6183999Z copying build/lib.linux-x86_64-cpython-38/torch/package/_mock.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6184904Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_pickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6185768Z copying build/lib.linux-x86_64-cpython-38/torch/package/_package_unpickler.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6186502Z copying build/lib.linux-x86_64-cpython-38/torch/package/_stdlib.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6187361Z copying build/lib.linux-x86_64-cpython-38/torch/package/file_structure_representation.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6188247Z copying build/lib.linux-x86_64-cpython-38/torch/package/find_file_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6189036Z copying build/lib.linux-x86_64-cpython-38/torch/package/glob_group.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6189849Z copying build/lib.linux-x86_64-cpython-38/torch/package/importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6190714Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_exporter.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6191705Z copying build/lib.linux-x86_64-cpython-38/torch/package/package_importer.py -> build/bdist.linux-x86_64/wheel/torch/package 2024-04-03T17:09:24.6192187Z creating build/bdist.linux-x86_64/wheel/torch/package/analyze 2024-04-03T17:09:24.6193172Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/__init__.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2024-04-03T17:09:24.6194348Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/find_first_use_of_broken_modules.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2024-04-03T17:09:24.6195289Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/is_from_package.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2024-04-03T17:09:24.6196456Z copying build/lib.linux-x86_64-cpython-38/torch/package/analyze/trace_dependencies.py -> build/bdist.linux-x86_64/wheel/torch/package/analyze 2024-04-03T17:09:24.6196847Z creating build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T17:09:24.6197707Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/__init__.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T17:09:24.6198611Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_memory_profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T17:09:24.6199395Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_pattern_matcher.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T17:09:24.6200171Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/_utils.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T17:09:24.6200914Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/itt.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T17:09:24.6201641Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/profiler.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T17:09:24.6202605Z copying build/lib.linux-x86_64-cpython-38/torch/profiler/python_tracer.py -> build/bdist.linux-x86_64/wheel/torch/profiler 2024-04-03T17:09:24.6202981Z creating build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6203815Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6204721Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6205519Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_numeric_suite_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6206426Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/_quantized_conversions.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6207333Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fake_quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6208121Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuse_modules.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6209067Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fuser_method_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6209929Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/observer.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6210710Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/qconfig.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6211444Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quant_type.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6212410Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantization_mappings.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6213296Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6214098Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_fx.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6214955Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/quantize_jit.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6215810Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/stubs.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6216588Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization 2024-04-03T17:09:24.6217059Z creating build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6217895Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/__init__.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6219084Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/_equalize.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6220155Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/convert.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6221164Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/fuse.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6222189Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/fusion_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6223134Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/graph_module.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6224149Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/match_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6225118Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/pattern_utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6226073Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/prepare.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6227153Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/quantization_patterns.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6228170Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/quantization_types.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6229053Z copying build/lib.linux-x86_64-cpython-38/torch/quantization/fx/utils.py -> build/bdist.linux-x86_64/wheel/torch/quantization/fx 2024-04-03T17:09:24.6229313Z creating build/bdist.linux-x86_64/wheel/torch/signal 2024-04-03T17:09:24.6230123Z copying build/lib.linux-x86_64-cpython-38/torch/signal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal 2024-04-03T17:09:24.6230491Z creating build/bdist.linux-x86_64/wheel/torch/signal/windows 2024-04-03T17:09:24.6231394Z copying build/lib.linux-x86_64-cpython-38/torch/signal/windows/__init__.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2024-04-03T17:09:24.6232340Z copying build/lib.linux-x86_64-cpython-38/torch/signal/windows/windows.py -> build/bdist.linux-x86_64/wheel/torch/signal/windows 2024-04-03T17:09:24.6232690Z creating build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T17:09:24.6233524Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/__init__.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T17:09:24.6234401Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/_semi_structured_conversions.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T17:09:24.6235221Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/_semi_structured_ops.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T17:09:24.6236005Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/_triton_ops.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T17:09:24.6236842Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/_triton_ops_meta.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T17:09:24.6237768Z copying build/lib.linux-x86_64-cpython-38/torch/sparse/semi_structured.py -> build/bdist.linux-x86_64/wheel/torch/sparse 2024-04-03T17:09:24.6238170Z creating build/bdist.linux-x86_64/wheel/torch/special 2024-04-03T17:09:24.6238819Z copying build/lib.linux-x86_64-cpython-38/torch/special/__init__.py -> build/bdist.linux-x86_64/wheel/torch/special 2024-04-03T17:09:24.6239065Z creating build/bdist.linux-x86_64/wheel/torch/testing 2024-04-03T17:09:24.6239688Z copying build/lib.linux-x86_64-cpython-38/torch/testing/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing 2024-04-03T17:09:24.6240354Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_comparison.py -> build/bdist.linux-x86_64/wheel/torch/testing 2024-04-03T17:09:24.6240991Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_creation.py -> build/bdist.linux-x86_64/wheel/torch/testing 2024-04-03T17:09:24.6241520Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6242277Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6243249Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/autocast_test_lists.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6244108Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/autograd_function_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6245103Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/check_kernel_launches.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6246015Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_cuda.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6247001Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_device_type.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6248142Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_dist_composable.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6249209Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_distributed.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6250134Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_dtype.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6251210Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_fsdp.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6252188Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_jit.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6253252Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_methods_invocations.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6254250Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6255273Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_modules.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6256352Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_nn.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6257320Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_optimizers.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6258446Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_pruning.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6259524Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_quantization.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6260503Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_quantized.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6261378Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_subclass.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6262311Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/common_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6263291Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/composite_compliance.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6264205Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/custom_op_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6265086Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/dist_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6266094Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/dynamo_test_failures.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6266988Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/hop_db.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6267891Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/hypothesis_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6268755Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/inductor_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6270270Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/jit_metaprogramming_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6271780Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/jit_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6272896Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/logging_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6273833Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/logging_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6274807Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/quantization_torch_package_models.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6275792Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/static_module.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6276723Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/triton_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6277900Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/two_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal 2024-04-03T17:09:24.6278502Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2024-04-03T17:09:24.6279583Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/codegen/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/codegen 2024-04-03T17:09:24.6280022Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2024-04-03T17:09:24.6281094Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2024-04-03T17:09:24.6282156Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/network1.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2024-04-03T17:09:24.6283145Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/data/network2.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/data 2024-04-03T17:09:24.6283718Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6284941Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6286000Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/checkpoint_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6287109Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/common_state_dict.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6288206Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6289375Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/distributed_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6290435Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/distributed_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6291426Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/fake_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6292540Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/multi_threaded_pg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6293583Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipe_with_ddp_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6294659Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc_utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed 2024-04-03T17:09:24.6295175Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2024-04-03T17:09:24.6296372Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2024-04-03T17:09:24.6297462Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/test_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard 2024-04-03T17:09:24.6298060Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.6299591Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.6300896Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.6302327Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_shard/sharded_tensor 2024-04-03T17:09:24.6302836Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2024-04-03T17:09:24.6303907Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2024-04-03T17:09:24.6305116Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/_tensor/common_dtensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/_tensor 2024-04-03T17:09:24.6305557Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2024-04-03T17:09:24.6306633Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn 2024-04-03T17:09:24.6307267Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2024-04-03T17:09:24.6308844Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2024-04-03T17:09:24.6310554Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/nn/api/remote_module_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/nn/api 2024-04-03T17:09:24.6311236Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2024-04-03T17:09:24.6312865Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/pipeline/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/pipeline 2024-04-03T17:09:24.6313579Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:24.6315078Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:24.6316706Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:24.6318324Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/dist_optimizer_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:24.6319989Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:24.6321725Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:24.6323463Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:24.6324979Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:24.6326743Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc 2024-04-03T17:09:24.6327486Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-04-03T17:09:24.6329201Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-04-03T17:09:24.6331136Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-04-03T17:09:24.6333105Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/examples 2024-04-03T17:09:24.6333775Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-04-03T17:09:24.6335388Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-04-03T17:09:24.6337186Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-04-03T17:09:24.6339026Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/rpc_test.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-04-03T17:09:24.6340717Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/distributed/rpc/jit 2024-04-03T17:09:24.6341306Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2024-04-03T17:09:24.6342677Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2024-04-03T17:09:24.6344177Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/generated/annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/generated 2024-04-03T17:09:24.6344806Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2024-04-03T17:09:24.6346144Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2024-04-03T17:09:24.6347455Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/core.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2024-04-03T17:09:24.6348778Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/refs.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2024-04-03T17:09:24.6350090Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/utils.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo 2024-04-03T17:09:24.6350765Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:24.6352351Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:24.6354014Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/_masked.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:24.6355581Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/fft.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:24.6357161Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/linalg.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:24.6358762Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/signal.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:24.6360339Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/sparse.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:24.6361786Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/opinfo/definitions/special.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/opinfo/definitions 2024-04-03T17:09:24.6362208Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T17:09:24.6363169Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T17:09:24.6364071Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/aot_autograd.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T17:09:24.6365010Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/autograd_registration.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T17:09:24.6365906Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/fake_tensor.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T17:09:24.6366845Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/generate_tests.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T17:09:24.6367694Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/optests/make_fx.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/optests 2024-04-03T17:09:24.6368083Z creating build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2024-04-03T17:09:24.6368967Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/__init__.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2024-04-03T17:09:24.6369893Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2024-04-03T17:09:24.6370848Z copying build/lib.linux-x86_64-cpython-38/torch/testing/_internal/test_module/no_future_div.py -> build/bdist.linux-x86_64/wheel/torch/testing/_internal/test_module 2024-04-03T17:09:24.6371087Z creating build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6371703Z copying build/lib.linux-x86_64-cpython-38/torch/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6372342Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_config_module.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6372992Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_content_store.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6373615Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_contextlib.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6374315Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cpp_extension_versioner.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6374946Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_cxx_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6375577Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_device.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6376297Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_foreach_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6376916Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_freeze.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6377555Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_import_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6378190Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_mode_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6379088Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_python_dispatch.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6379692Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_pytree.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6380306Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_stats.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6380983Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_traceback.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6381595Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_triton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6382229Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_typing_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6382812Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_zip.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6383520Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backend_registration.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6384168Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bundled_inputs.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6384806Z copying build/lib.linux-x86_64-cpython-38/torch/utils/checkpoint.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6385490Z copying build/lib.linux-x86_64-cpython-38/torch/utils/collect_env.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6386138Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_backtrace.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6386792Z copying build/lib.linux-x86_64-cpython-38/torch/utils/cpp_extension.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6387448Z copying build/lib.linux-x86_64-cpython-38/torch/utils/deterministic.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6388051Z copying build/lib.linux-x86_64-cpython-38/torch/utils/dlpack.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6388684Z copying build/lib.linux-x86_64-cpython-38/torch/utils/file_baton.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6389356Z copying build/lib.linux-x86_64-cpython-38/torch/utils/flop_counter.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6389972Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hooks.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6390570Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mkldnn.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6391230Z copying build/lib.linux-x86_64-cpython-38/torch/utils/mobile_optimizer.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6391863Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_zoo.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6392495Z copying build/lib.linux-x86_64-cpython-38/torch/utils/show_pickle.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6393204Z copying build/lib.linux-x86_64-cpython-38/torch/utils/throughput_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6393792Z copying build/lib.linux-x86_64-cpython-38/torch/utils/weak.py -> build/bdist.linux-x86_64/wheel/torch/utils 2024-04-03T17:09:24.6394114Z creating build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T17:09:24.6394805Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T17:09:24.6395511Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/functions.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T17:09:24.6396189Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/interp.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T17:09:24.6396902Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/reference.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T17:09:24.6397624Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/singleton_int.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T17:09:24.6398308Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/solve.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T17:09:24.6399068Z copying build/lib.linux-x86_64-cpython-38/torch/utils/_sympy/value_ranges.py -> build/bdist.linux-x86_64/wheel/torch/utils/_sympy 2024-04-03T17:09:24.6399369Z creating build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2024-04-03T17:09:24.6400134Z copying build/lib.linux-x86_64-cpython-38/torch/utils/backcompat/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/backcompat 2024-04-03T17:09:24.6400428Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2024-04-03T17:09:24.6401172Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark 2024-04-03T17:09:24.6401521Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T17:09:24.6402388Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T17:09:24.6403394Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/blas_compare_setup.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T17:09:24.6404290Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T17:09:24.6405183Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T17:09:24.6406092Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/op_benchmark.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T17:09:24.6407013Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/simple_timeit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T17:09:24.6408039Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/examples/spectral_ops_fuzz_test.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/examples 2024-04-03T17:09:24.6408410Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:24.6409294Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:24.6410168Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:24.6411081Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/sparse_binary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:24.6411996Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/sparse_unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:24.6412886Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/spectral.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:24.6413802Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/op_fuzzers/unary.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/op_fuzzers 2024-04-03T17:09:24.6414135Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6414959Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6415790Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/_stubs.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6416717Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6417575Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/compare.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6418618Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/compile.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6419509Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/cpp_jit.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6420351Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6421228Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/sparse_fuzzer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6422059Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/timer.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6422504Z creating build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:24.6423753Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:24.6424869Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:24.6425992Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:24.6427177Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:24.6428255Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:24.6429383Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils/valgrind_wrapper 2024-04-03T17:09:24.6430285Z copying build/lib.linux-x86_64-cpython-38/torch/utils/benchmark/utils/timeit_template.cpp -> build/bdist.linux-x86_64/wheel/torch/utils/benchmark/utils 2024-04-03T17:09:24.6430604Z creating build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2024-04-03T17:09:24.6431351Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2024-04-03T17:09:24.6432100Z copying build/lib.linux-x86_64-cpython-38/torch/utils/bottleneck/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/bottleneck 2024-04-03T17:09:24.6432376Z creating build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T17:09:24.6433037Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T17:09:24.6433866Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/backward_compatibility.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T17:09:24.6434584Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/dataloader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T17:09:24.6435262Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/dataset.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T17:09:24.6435987Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/distributed.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T17:09:24.6436653Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T17:09:24.6437365Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/graph_settings.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T17:09:24.6438060Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/sampler.py -> build/bdist.linux-x86_64/wheel/torch/utils/data 2024-04-03T17:09:24.6438409Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T17:09:24.6439175Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T17:09:24.6439932Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/collate.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T17:09:24.6440681Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/fetch.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T17:09:24.6441474Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/pin_memory.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T17:09:24.6442283Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/signal_handling.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T17:09:24.6443052Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/_utils/worker.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/_utils 2024-04-03T17:09:24.6443419Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T17:09:24.6444225Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T17:09:24.6445072Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_decorator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T17:09:24.6445924Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_hook_iterator.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T17:09:24.6446747Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/_typing.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T17:09:24.6447616Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/datapipe.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T17:09:24.6448439Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/gen_pyi.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T17:09:24.6448840Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:24.6449806Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:24.6450874Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/dataframe_wrapper.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:24.6451886Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/dataframes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:24.6452880Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/datapipes.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:24.6453942Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/dataframe/structures.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/dataframe 2024-04-03T17:09:24.6454302Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6455192Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6456114Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6457161Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6458109Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6459294Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/filelister.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6460246Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/fileopener.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6461164Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6462132Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/routeddecoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6463075Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/selecting.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6464183Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/sharding.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6465156Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/streamreader.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6466048Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/iter/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/iter 2024-04-03T17:09:24.6466404Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T17:09:24.6467291Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T17:09:24.6468201Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/callable.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T17:09:24.6469212Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/combinatorics.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T17:09:24.6470137Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/combining.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T17:09:24.6471042Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/grouping.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T17:09:24.6471933Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/map/utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/map 2024-04-03T17:09:24.6472298Z creating build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2024-04-03T17:09:24.6473208Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2024-04-03T17:09:24.6474171Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/common.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2024-04-03T17:09:24.6475100Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/decoder.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2024-04-03T17:09:24.6476043Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/utils/snapshot.py -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes/utils 2024-04-03T17:09:24.6476898Z copying build/lib.linux-x86_64-cpython-38/torch/utils/data/datapipes/datapipe.pyi -> build/bdist.linux-x86_64/wheel/torch/utils/data/datapipes 2024-04-03T17:09:24.6477210Z creating build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T17:09:24.6477974Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T17:09:24.6478701Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/constants.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T17:09:24.6479551Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/cuda_to_hip_mappings.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T17:09:24.6480293Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/hipify_python.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T17:09:24.6481012Z copying build/lib.linux-x86_64-cpython-38/torch/utils/hipify/version.py -> build/bdist.linux-x86_64/wheel/torch/utils/hipify 2024-04-03T17:09:24.6481264Z creating build/bdist.linux-x86_64/wheel/torch/utils/jit 2024-04-03T17:09:24.6481910Z copying build/lib.linux-x86_64-cpython-38/torch/utils/jit/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2024-04-03T17:09:24.6482602Z copying build/lib.linux-x86_64-cpython-38/torch/utils/jit/log_extract.py -> build/bdist.linux-x86_64/wheel/torch/utils/jit 2024-04-03T17:09:24.6482905Z creating build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T17:09:24.6483644Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T17:09:24.6484425Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/__main__.py -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T17:09:24.6485196Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/skeleton.html -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T17:09:24.6485926Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/code.js -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T17:09:24.6486642Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/htm.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T17:09:24.6487385Z copying build/lib.linux-x86_64-cpython-38/torch/utils/model_dump/preact.mjs -> build/bdist.linux-x86_64/wheel/torch/utils/model_dump 2024-04-03T17:09:24.6487706Z creating build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6488501Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6489323Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_caffe2_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6490116Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_convert_np.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6490899Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_embedding.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6491693Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_onnx_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6492487Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_proto_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6493348Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_pytorch_graph.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6494109Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/_utils.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6494883Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/summary.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6495659Z copying build/lib.linux-x86_64-cpython-38/torch/utils/tensorboard/writer.py -> build/bdist.linux-x86_64/wheel/torch/utils/tensorboard 2024-04-03T17:09:24.6495919Z creating build/bdist.linux-x86_64/wheel/torch/utils/viz 2024-04-03T17:09:24.6496659Z copying build/lib.linux-x86_64-cpython-38/torch/utils/viz/__init__.py -> build/bdist.linux-x86_64/wheel/torch/utils/viz 2024-04-03T17:09:24.6497313Z copying build/lib.linux-x86_64-cpython-38/torch/utils/viz/_cycles.py -> build/bdist.linux-x86_64/wheel/torch/utils/viz 2024-04-03T17:09:24.6497542Z creating build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T17:09:24.6498173Z copying build/lib.linux-x86_64-cpython-38/torch/xpu/__init__.py -> build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T17:09:24.6498997Z copying build/lib.linux-x86_64-cpython-38/torch/xpu/_gpu_trace.py -> build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T17:09:24.6499574Z copying build/lib.linux-x86_64-cpython-38/torch/xpu/_utils.py -> build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T17:09:24.6500172Z copying build/lib.linux-x86_64-cpython-38/torch/xpu/random.py -> build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T17:09:24.6500760Z copying build/lib.linux-x86_64-cpython-38/torch/xpu/streams.py -> build/bdist.linux-x86_64/wheel/torch/xpu 2024-04-03T17:09:24.6501293Z copying build/lib.linux-x86_64-cpython-38/torch/py.typed -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.6501516Z creating build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6502146Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc-3.13.0.0 -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6502798Z copying build/lib.linux-x86_64-cpython-38/torch/bin/protoc -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6503469Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_edge_op_registration -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6504039Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_jit -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6504666Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6505328Z copying build/lib.linux-x86_64-cpython-38/torch/bin/tutorial_tensorexpr -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6505955Z copying build/lib.linux-x86_64-cpython-38/torch/bin/FileStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6506604Z copying build/lib.linux-x86_64-cpython-38/torch/bin/TCPStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6507227Z copying build/lib.linux-x86_64-cpython-38/torch/bin/HashStoreTest -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6507867Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_dist_autograd -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6508466Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_cpp_rpc -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6509049Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_api -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6603275Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_mobile_nnc -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6608917Z copying build/lib.linux-x86_64-cpython-38/torch/bin/aot_model_compiler_test -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6611149Z copying build/lib.linux-x86_64-cpython-38/torch/bin/test_lazy -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6644826Z copying build/lib.linux-x86_64-cpython-38/torch/bin/torch_shm_manager -> build/bdist.linux-x86_64/wheel/torch/bin 2024-04-03T17:09:24.6647633Z creating build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6648691Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_CompileTimeFunctionPointer_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6654000Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6659379Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Device_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6664475Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DispatchKeySet_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6670070Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6675263Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_StreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6679939Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SymInt_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6685061Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineDeviceGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6690477Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_InlineStreamGuard_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6696219Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_SizesAndStrides_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6702096Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_cow_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6708968Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Bitset_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6714830Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ConstexprCrc_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6720109Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_DeadlockDetection_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6725144Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Half_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6730330Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_LeftRight_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6736235Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Metaprogramming_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6742498Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_Synchronized_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6747530Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ThreadLocal_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6753063Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeIndex_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6758909Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeList_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6763898Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_TypeTraits_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6768889Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_accumulate_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6774003Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_bfloat16_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6779739Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_bit_cast_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6784986Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6790569Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6796108Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_exception_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6801371Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_flags_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6806454Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_generic_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6811539Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_intrusive_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6828331Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_irange_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6833382Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_logging_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6838836Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6846110Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ordered_preserving_dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6851987Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_registry_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6857240Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_small_vector_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6872931Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_ssize_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6877922Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_string_util_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6883140Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_string_view_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6888769Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_tempfile_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6893956Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_typeid_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6899894Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_intrusive_ptr_benchmark -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6904552Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPAssertionsTest_1_var_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6909425Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPAssertionsTest_catches_stream -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6914654Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6919704Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPAssertionsTest_from_2_processes -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6924804Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6929754Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6934799Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6939773Z copying build/lib.linux-x86_64-cpython-38/torch/test/c10_hip_HIPTest -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6944931Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dict_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6952157Z copying build/lib.linux-x86_64-cpython-38/torch/test/Dimname_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6957503Z copying build/lib.linux-x86_64-cpython-38/torch/test/MaybeOwned_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6964048Z copying build/lib.linux-x86_64-cpython-38/torch/test/NamedTensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6969779Z copying build/lib.linux-x86_64-cpython-38/torch/test/apply_utils_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6975594Z copying build/lib.linux-x86_64-cpython-38/torch/test/atest -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6981730Z copying build/lib.linux-x86_64-cpython-38/torch/test/basic -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6987622Z copying build/lib.linux-x86_64-cpython-38/torch/test/broadcast_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6993061Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.6998164Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7004053Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_profiling_allocator_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7009152Z copying build/lib.linux-x86_64-cpython-38/torch/test/cpu_rng_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7018154Z copying build/lib.linux-x86_64-cpython-38/torch/test/dispatch_key_set_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7023331Z copying build/lib.linux-x86_64-cpython-38/torch/test/dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7028459Z copying build/lib.linux-x86_64-cpython-38/torch/test/extension_backend_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7033912Z copying build/lib.linux-x86_64-cpython-38/torch/test/half_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7039499Z copying build/lib.linux-x86_64-cpython-38/torch/test/ivalue_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7047845Z copying build/lib.linux-x86_64-cpython-38/torch/test/lazy_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7052859Z copying build/lib.linux-x86_64-cpython-38/torch/test/math_kernel_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7058424Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_format_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7063876Z copying build/lib.linux-x86_64-cpython-38/torch/test/memory_overlapping_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7069046Z copying build/lib.linux-x86_64-cpython-38/torch/test/mobile_memory_cleanup -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7074341Z copying build/lib.linux-x86_64-cpython-38/torch/test/native_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7079845Z copying build/lib.linux-x86_64-cpython-38/torch/test/operator_name_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7085168Z copying build/lib.linux-x86_64-cpython-38/torch/test/operators_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7090282Z copying build/lib.linux-x86_64-cpython-38/torch/test/packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7095306Z copying build/lib.linux-x86_64-cpython-38/torch/test/pow_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7102455Z copying build/lib.linux-x86_64-cpython-38/torch/test/quantized_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7108067Z copying build/lib.linux-x86_64-cpython-38/torch/test/reduce_ops_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7113446Z copying build/lib.linux-x86_64-cpython-38/torch/test/reportMemoryUsage_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7118858Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7124422Z copying build/lib.linux-x86_64-cpython-38/torch/test/scalar_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7130279Z copying build/lib.linux-x86_64-cpython-38/torch/test/StorageUtils_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7135997Z copying build/lib.linux-x86_64-cpython-38/torch/test/stride_properties_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7141583Z copying build/lib.linux-x86_64-cpython-38/torch/test/tensor_iterator_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7149273Z copying build/lib.linux-x86_64-cpython-38/torch/test/test_parallel -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7154650Z copying build/lib.linux-x86_64-cpython-38/torch/test/thread_init_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7156061Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_ptr_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7161420Z copying build/lib.linux-x86_64-cpython-38/torch/test/type_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7167274Z copying build/lib.linux-x86_64-cpython-38/torch/test/undefined_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7172842Z copying build/lib.linux-x86_64-cpython-38/torch/test/verify_api_visibility -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7174102Z copying build/lib.linux-x86_64-cpython-38/torch/test/legacy_vmap_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7181813Z copying build/lib.linux-x86_64-cpython-38/torch/test/weakref_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7187161Z copying build/lib.linux-x86_64-cpython-38/torch/test/wrapdim_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7192681Z copying build/lib.linux-x86_64-cpython-38/torch/test/xla_tensor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7197927Z copying build/lib.linux-x86_64-cpython-38/torch/test/IListRef_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7203872Z copying build/lib.linux-x86_64-cpython-38/torch/test/List_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7214392Z copying build/lib.linux-x86_64-cpython-38/torch/test/KernelFunction_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7221637Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7232916Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_function_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7242315Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_legacy_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7255228Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_lambda_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7266417Z copying build/lib.linux-x86_64-cpython-38/torch/test/kernel_stackbased_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7272547Z copying build/lib.linux-x86_64-cpython-38/torch/test/make_boxed_from_unboxed_functor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7281806Z copying build/lib.linux-x86_64-cpython-38/torch/test/CppSignature_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7287235Z copying build/lib.linux-x86_64-cpython-38/torch/test/backend_fallback_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7293035Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_allowlist_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7298468Z copying build/lib.linux-x86_64-cpython-38/torch/test/op_registration_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7343033Z copying build/lib.linux-x86_64-cpython-38/torch/test/inline_container_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7349498Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_apply_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7355153Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_complex_math_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7384059Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_complex_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7390074Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_distributions_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7396326Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_dlconvertor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7403141Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_generator_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7409111Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_half_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7415172Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_integer_divider_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7421500Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_optional_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7427521Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_packedtensoraccessor_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7433164Z copying build/lib.linux-x86_64-cpython-38/torch/test/hip_vectorized_test -> build/bdist.linux-x86_64/wheel/torch/test 2024-04-03T17:09:24.7439021Z copying build/lib.linux-x86_64-cpython-38/torch/_VF.pyi -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.7449387Z copying build/lib.linux-x86_64-cpython-38/torch/return_types.pyi -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:24.7451212Z creating build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7452967Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_aoti.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7454062Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7455117Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_cpu.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7455899Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_cudnn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7457428Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_autograd.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7458758Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_c10d.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7459872Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7462560Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_distributed_rpc_testing.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7463332Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7464241Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_functorch.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7464993Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_itt.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7465849Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7466964Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_lazy_ts_backend.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7468043Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_monitor.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7468991Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nvtx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7499917Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_onnx.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7500586Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_profiler.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7501181Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_verbose.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7501750Z copying build/lib.linux-x86_64-cpython-38/torch/_C/__init__.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7502391Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_VariableFunctions.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7502946Z copying build/lib.linux-x86_64-cpython-38/torch/_C/_nn.pyi -> build/bdist.linux-x86_64/wheel/torch/_C 2024-04-03T17:09:24.7503171Z creating build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:24.7503796Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10_hip.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:24.7504495Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libc10.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:24.7508059Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libcaffe2_nvrtc.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:24.7509388Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorchbind_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:24.7517134Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libjitbackend_test.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:24.7520440Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libbackend_with_compiler.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:24.7524025Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libshm.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:24.7525840Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_python.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:24.7711937Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_cpu.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:26.0039074Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_hip.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:29.1969432Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:29.1971143Z copying build/lib.linux-x86_64-cpython-38/torch/lib/libtorch_global_deps.so -> build/bdist.linux-x86_64/wheel/torch/lib 2024-04-03T17:09:29.1972256Z creating build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.1973296Z copying build/lib.linux-x86_64-cpython-38/torch/include/pthreadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2184961Z copying build/lib.linux-x86_64-cpython-38/torch/include/fxdiv.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2186836Z copying build/lib.linux-x86_64-cpython-38/torch/include/cpuinfo.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2188795Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2190533Z copying build/lib.linux-x86_64-cpython-38/torch/include/clog.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2192347Z copying build/lib.linux-x86_64-cpython-38/torch/include/psimd.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2193816Z copying build/lib.linux-x86_64-cpython-38/torch/include/fp16.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2195182Z copying build/lib.linux-x86_64-cpython-38/torch/include/qnnpack_func.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2196695Z copying build/lib.linux-x86_64-cpython-38/torch/include/nnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2198600Z copying build/lib.linux-x86_64-cpython-38/torch/include/xnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2200329Z copying build/lib.linux-x86_64-cpython-38/torch/include/experiments-config.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2201915Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2203497Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_config.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2205128Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_debug.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2206694Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_ocl.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2208351Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2210108Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_sycl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2211681Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_threadpool.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2213246Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_types.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2215076Z copying build/lib.linux-x86_64-cpython-38/torch/include/dnnl_version.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2216884Z copying build/lib.linux-x86_64-cpython-38/torch/include/sleef.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2218927Z copying build/lib.linux-x86_64-cpython-38/torch/include/libshm.h -> build/bdist.linux-x86_64/wheel/torch/include 2024-04-03T17:09:29.2220202Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2221629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ATen.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2223521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/AccumulateType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2225501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2227547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2229299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2231225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUApplyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2233151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFixedAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2235180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2237323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CachedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2239272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CollapseDims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2240992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Config.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2242855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Context.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2244704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DLConvertor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2246548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2248639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DeviceAccelerator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2250652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2252353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2253916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2255622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2257515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Dispatch_v2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2259419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/DynamicLibrary.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2261447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2264015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ExpandBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2266432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ExpandUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2268838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2271242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FuncTorchTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2273726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FunctionalStorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2276512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/FunctionalTensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2279116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2281417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/InferSize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2283924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/InitialTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2286449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2288897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LegacyBatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2291703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LegacyBatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2294458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LegacyVmapMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2296742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2298702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/LinalgBackend.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2300600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MapAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2302378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MatrixRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2304113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MemoryOverlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2306439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2308275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NamedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2310164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NestedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2312200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NumericUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2314071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/OpMathType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2315877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/OpaqueTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2317839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PTThreadPool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2319717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PadNd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2321447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Parallel-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2323260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2325041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelFuture.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2326954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelNative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2328826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelNativeTBB.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2331051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ParallelOpenMP.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2333004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/PythonTorchFunctionTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2335113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SavedTensorHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2336947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2338758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ScalarOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2340609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2342678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SequenceNumber.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2344652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2346657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseCsrTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2348595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseCsrTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2350540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/SparseTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2352238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2354043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/StorageUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2355810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2357362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2358951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorGeometry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2360555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2362165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2363830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorIteratorInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2365551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2367099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorNames.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2368683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2370348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2372089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorSubclassLikeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2373735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2375467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ThreadLocalPythonObjects.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2377425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ThreadLocalState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2379104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TracerMode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2380649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/TypeDefault.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2382145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2383596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2385185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/WrapDimUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2386811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/WrapDimUtilsMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2388418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/autocast_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2389917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ceil_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2391427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/code_template.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2393004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpp_custom_type_hack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2394543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/div_rtn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2396047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/dlpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2397527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/jit_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2399087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/jiterator_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2400661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/record_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2402231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2403823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CPUFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2405614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2407637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2409712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2411891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2413959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2415913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2418122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2420387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2422226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2423805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2425389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MetaFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2427011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2428680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2430323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2431918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/Operators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2433521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2435259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2436994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/VmapGeneratedPlumbing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2552521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2554880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/CUDAFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen 2024-04-03T17:09:29.2556813Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2024-04-03T17:09:29.2558612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/FlushDenormal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2024-04-03T17:09:29.2560822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2024-04-03T17:09:29.2563224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vml.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu 2024-04-03T17:09:29.2564990Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2566028Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2568515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2571798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2575199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2578496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2581611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2584884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2587988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2590687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2593011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2595538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2597985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2600128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2602320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2604561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vec256_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256 2024-04-03T17:09:29.2606113Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2607952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2610544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2612997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2625297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2628075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2630634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2632990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2635427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2637805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2640160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2642682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2645124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2647987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/vsx 2024-04-03T17:09:29.2649751Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2024-04-03T17:09:29.2651616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec256/zarch 2024-04-03T17:09:29.2653385Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2655058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2657601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2660258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2662818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2665411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2667896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2670274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2672601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2675257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2677844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec512/vec512_qint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec/vec512 2024-04-03T17:09:29.2680452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2682671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2685043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/functional_bfloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2687308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2689367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2691528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2693484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_convert.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2695295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_half.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2697677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2699797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cpu/vec/vec_n.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cpu/vec 2024-04-03T17:09:29.2701263Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2702571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATenGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2704503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATenOpList.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2706435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATen_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2708297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ATen_pch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2710172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2712116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2714144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/CheckMemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2716281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DeprecatedTypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2718609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2720515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dict.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2722410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dict_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2724202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2726035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2728016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/DistributionsHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2729971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Formatting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2731877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2733818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/GeneratorForPrivateuseone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2735947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/IListRef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2737865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/IListRef_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2739923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/LegacyTypeDispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2741732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/List.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2743615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/List_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2745770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/MT19937RNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2747963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/NamedTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2750214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/NestedIntSymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2752362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PhiloxRNGEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2754514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PythonFallbackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2756801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/PythonOpRegistrationTrampoline.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2759174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/QuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2761082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2763054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2764924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2766994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2769014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2771260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2773385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2775407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TorchDispatchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2777664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TransformationHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2780354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2782816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/UnsafeFromTH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2785146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/VariableHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2787523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2789379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/Vitals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2791239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/alias_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2793114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2794943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/builtin_function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2796987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/class_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2798962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2801013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dynamic_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2803042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/enum_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2805017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2807090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2809496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/function_schema_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2811650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2813752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2815956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2818029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/interned_strings_class.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2820287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2822085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue_inl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2824034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/ivalue_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2826016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/jit_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2828675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/jit_type_base.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2831368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/operator_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2834253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/qualified_name.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2837078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/rref_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2839439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2841142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/symbol.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2842893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/type_factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2844908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/type_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2846809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2848604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/TensorBody.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2850750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2852998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core 2024-04-03T17:09:29.2854424Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T17:09:29.2856253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/BoxedKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T17:09:29.2858194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/BoxedKernel_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T17:09:29.2860264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/KernelFunction.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T17:09:29.2862322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/KernelFunction_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T17:09:29.2864301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/OperatorKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing 2024-04-03T17:09:29.2865682Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:29.2867268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:29.2869605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:29.2871758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/boxing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:29.2873908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:29.2876006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/boxing/impl/test_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/boxing/impl 2024-04-03T17:09:29.2877402Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T17:09:29.2878850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/CppSignature.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T17:09:29.2881014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/DispatchKeyExtractor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T17:09:29.2883989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/Dispatcher.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T17:09:29.2887342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/ObservedOperators.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T17:09:29.2890703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/OperatorEntry.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T17:09:29.2893641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/OperatorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T17:09:29.2897104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/dispatch/RegistrationHandleRAII.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/dispatch 2024-04-03T17:09:29.2899570Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2024-04-03T17:09:29.2901768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/adaption.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2024-04-03T17:09:29.2905033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/infer_schema.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2024-04-03T17:09:29.2908070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/op_allowlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2024-04-03T17:09:29.2911377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/core/op_registration/op_registration.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/core/op_registration 2024-04-03T17:09:29.2913596Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2915365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2918045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2920631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2923362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2926256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2929008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDATensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2931747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2934494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2937246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PhiloxUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2939831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2942304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2944867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2947571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ATenCUDAGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2950203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDABlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2952855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2955537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2958339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAContextLight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2961156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDADataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2963818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDADevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2966510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2969378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2972083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2974874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2977800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2980543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDASparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2982817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CUDAUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2984864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2987379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2989656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2991833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2993953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PhiloxCudaState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2996269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.2998590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.3000645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.3002643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.3004746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.3006778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.3008913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda 2024-04-03T17:09:29.3010630Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3012377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3015081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3018945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3021967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3024497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3026925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3029218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/CUDAHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3031614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3034005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3036336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/detail 2024-04-03T17:09:29.3038039Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T17:09:29.3039821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/GemmCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T17:09:29.3042579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/GemmHipblaslt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T17:09:29.3045206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/GemmRocblas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T17:09:29.3047757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/StreamTimer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T17:09:29.3050135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/Tunable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T17:09:29.3052285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/TunableGemm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T17:09:29.3054575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cuda/tunable/TunableOp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cuda/tunable 2024-04-03T17:09:29.3056239Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T17:09:29.3057680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T17:09:29.3060031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T17:09:29.3062040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T17:09:29.3064025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Handles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T17:09:29.3065927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T17:09:29.3067833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T17:09:29.3069796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/cudnn/cudnn-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/cudnn 2024-04-03T17:09:29.3071246Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3073182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/ADInterpreters.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3076437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchRulesHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3079615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchedFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3082403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3085490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/BatchingMetaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3088028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/DynamicLayer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3090409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/FunctionalizeInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3092860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/Interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3094941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/LegacyVmapTransforms.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3097634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3100170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/PlumbingHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3102452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/TensorWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3104536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/functorch/VmapInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/functorch 2024-04-03T17:09:29.3105978Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3107474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_blob.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3109269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3110996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3112841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3115353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3117964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3120423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3122717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3124961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3127495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3129781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3132019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3134444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3136804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3139322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3141548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3144202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3146835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3149241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3151492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3153913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3156311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3158747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3161025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3163215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3165331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3167459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3169686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3172071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3174089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3176122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3178533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3180801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3183099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3185083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3187248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3189310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3191693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3194286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3196555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3198740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3200987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3202968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3204913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_addmm_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3206814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3208841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3211192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3213680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3216462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3218999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3221601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3224924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3228232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3231459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3234576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3237288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3240122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3242477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3245006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3247011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3249094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3251159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3253187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_amp_update_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3255209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3257172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3259509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3261596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3263464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_async_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3265335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3267348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3269416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_scalar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3271290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_scalar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3273214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3275672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3278224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3280331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_assert_tensor_metadata_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3282583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3284962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3287356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3289470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_full_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3291488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3293592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3295933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3298242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3300390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3302291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3304463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3306477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3308545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3310593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3312862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3315034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3317108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3320219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3323478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3326145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_impl_index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3328956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_no_update.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3331985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3334863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_no_update_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3336775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_no_update_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3339689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_with_update.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3342964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3346192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3348914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3351090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_with_update_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3353114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_batch_norm_with_update_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3355141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3357129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3359311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3361149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Byte_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3362985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3365148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3367272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3368980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Char_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3370732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3372827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3375151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3377138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Double_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3379084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3381135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3383312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3385370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Float_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3387399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3389539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3391692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3393702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Half_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3395541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3397863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3400357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3402351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Int_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3404175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3406498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3408714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3410653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Long_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3412599Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3414817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3417124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3419252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cast_Short_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3421205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3423409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3425689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3427659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3429642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3431747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3433663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3435944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3438232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3440457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3442471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3444643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3446805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3449153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3451604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3454270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3456371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3458875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cholesky_solve_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3461256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3463594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3466016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3468252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3470462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_chunk_cat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3472571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3474764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3476668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_chunk_cat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3478640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_chunk_cat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3480514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3482517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3484612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3486533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3488434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3490466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3492641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3494629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3496686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3498879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3500869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3503035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3505204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3507289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_compute_linear_combination_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3509426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3511718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3514051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3516524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3519046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3521566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3523883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3526042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3528261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3530315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3532645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3535130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3537445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3539603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3541616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3543570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3545741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_conv_depthwise2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3547874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3550519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3553159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3555318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3557625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3559991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3562286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3564438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3566698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3569261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3571820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3574323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3577038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3579590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3582758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3585299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3587699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_weight_to_int4pack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3590109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3592497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3594727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_weight_to_int4pack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3596826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3599246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3601505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3604820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3607896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3611122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3614502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3617487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_double_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3620217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3623386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3625825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3627987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3629991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3631960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3633775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3635927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3638424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3641011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3643464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_and_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3645956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3648413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3650603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_copy_from_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3652779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_compress.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3655217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3657712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_compress_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3660025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_compress_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3662034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_sparse_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3664248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3666630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_sparse_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3669056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_sparse_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3671272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_sparse_mm_search.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3673633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3675793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_sparse_mm_search_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3677734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3679776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3681925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3684211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3686438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3688566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3690804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3692959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3695408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3697889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3700156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3702377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3704584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3706617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3708663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3710913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3713139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3715122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3716826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3718630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3720594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3722621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3725010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3727428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3729546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3731588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3733620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3735858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3738026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3740223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3742442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3744523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3746506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3748674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3750951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3753412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3755834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3758190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3760272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cudnn_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3762337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3764534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3767169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3769445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3771693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3774176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3776817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3779213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3781477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3783748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3785938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3787993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3790041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3792690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3795281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3797678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3799831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3801798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3803842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3805932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3808086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummax_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3810042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3812112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3814113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3816212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3818502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_cummin_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3820726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3823291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3825734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3828000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_debug_has_internal_overlap_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3830013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3831873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3833698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimI_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3835741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3837818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3839968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dimV_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3842104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3844374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3846567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3848525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dim_arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3850547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3852785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3854963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3857017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3858951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3860747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_dirichlet_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3862727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3865134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3867505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3869838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3872049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3874258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3876687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3879002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficient_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3881022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3882960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3885170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3887478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3889858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3892414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3894883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3897267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_efficientzerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3899490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3901638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3903932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3907020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3909778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3912821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3915653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3918705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3921475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3924260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3926823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3929008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3931308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3933690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3935809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3938518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3940968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3943164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3945602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3948058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_forward_only_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3950380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3952363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3954573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3957448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3960174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3962699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3965306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3967748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3970161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3973044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3975830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3978550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3980726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3983343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3985875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3988138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3990424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3992680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3995223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.3998047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4000710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4003008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4005325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4007772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4010318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4012680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_euclidean_dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4014952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4017526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4020091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4022777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4025329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4027932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4030412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4033032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4035522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4037829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4040000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4042125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4044314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4047327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4050378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4053503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4056350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4059627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4062384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4065083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4067671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4070058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4072662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4075566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4078522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4081319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4084102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4086611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4088708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4090562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4092498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4095058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4097999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4100659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4103176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4105960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4108497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4110596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_c2r_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4113095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4115743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4118023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4120097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4122293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fft_r2c_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4124331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4126769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4129339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4131908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4134188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4136538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4139042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4141493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4144066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4146131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4148319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4150611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4152609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_flash_attention_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4154613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4156984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4159416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4161451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4163472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foobar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4165686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4168294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4170735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4173157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4175201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4177604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4180088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4182447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4184860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4187090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4189116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4191041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4193118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4195276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4197343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4199409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4201450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4203324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4205419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4207645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4210106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4212173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4214121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4216391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4218556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4220817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4223078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4225037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4227106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4229227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4231429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4233624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4236118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4238507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4240781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4242999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4245058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4247608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4249616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4251557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4253621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4255703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4257724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4259812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4261940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4264100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4266500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4268791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4270806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4272913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4275219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4277477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4279635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4281706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4283843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4285811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4288047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4290400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4292881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4294948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4297373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_clamp_min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4299761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4302278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4304920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4307254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4309526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4311801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4314088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4316589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4319155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4321322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4323582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4325641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4327705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4330395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4332726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4334850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4337083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4339246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4341150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4343317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4345697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4347836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4350002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4352520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4354782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4357056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4359228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4361200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4363252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4365438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4367581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4369618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4371877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4373957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4376466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4378840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4381005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4383444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4386008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4388169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4390213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4392196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4394195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4397473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4400833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4402813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4404666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4406587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4408623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4410884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4413136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4415258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4417329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4419325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4421206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4423145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4425401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4427498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4429576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4431398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4433216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4435354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4437337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lerp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4439275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4441107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lerp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4443023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lerp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4444766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4446957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4449046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4451003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4453056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4470165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sgd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4472292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4474070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4475961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4478203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4480819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4483028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4485261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4487327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4489332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4491607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4494033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4496217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4498355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4500336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4502250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4504467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4506947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4509182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4511355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4513546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4515723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4517890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4519984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4521985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4524110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4526042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4528207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4530555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4532636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4534689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4536775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4539083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4541406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4544108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4546155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4548088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4550063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4551830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4553957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4556405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4558425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4560469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4563109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4565092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4567878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4570492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4572886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4575147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4577304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4579788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4582386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4585068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4587242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4589942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4592874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4595553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4598237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4600586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_pow_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4602870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4605091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_pow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4607242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_pow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4609352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4611907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4614201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4616757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4619054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4621201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4623402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4625813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4628869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4630888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4632912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4634996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4637054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4639902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4642152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4644359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4646485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4648551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4650368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4652784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4655051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4657215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4659477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4661451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4663721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4666174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4668865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4671418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4673501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4675891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4678854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4680526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4682385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4684455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4686732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4688774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4690934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4693268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4695492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4697794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4700014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4701932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4703947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4706127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4708270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4710329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4712518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4714509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4716558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4718840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4721535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4723993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4726338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4728880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4731081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4733669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4736003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4738373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4740892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4743451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4745725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4748419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4750897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4753392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4755587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4757606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4759476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4761546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4763701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4765813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4767936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4770154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_foreach_zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4772527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_assert_async.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4775001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4777579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_assert_async_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4780198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_assert_async_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4782363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_assert_scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4785038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4787984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_assert_scalar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4790756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_assert_scalar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4793438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_sym_constrain_range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4796086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4799681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4803007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4806487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4809800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4812829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_sym_constrain_range_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4815150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_functional_sym_constrain_range_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4817323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4819732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4822182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4824609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4826784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adam_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4829361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adamw.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4831735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4834212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4836567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adamw_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4838713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_adamw_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4840560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4842831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4845175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4847357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4849334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4851645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4854070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4856820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4859508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4862096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4864333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4866341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4868505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4870654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4872782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4875133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4877268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sdp_choice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4879556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4881783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4883755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sgd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4885821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fused_sgd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4887758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4889940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4892183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4894453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4897196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4899807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4901772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4903853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4906043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_fw_primal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4908011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4910625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4913484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4916181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_gather_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4919141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4921635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4924236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4926972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4929299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4931917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4934420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4937069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4939829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4942526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4944911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4947087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4949071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4951752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4954256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4957461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_has_same_storage_numel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4960453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4963447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4965923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4968310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4970547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_bin_edges_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4972747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4975216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4977832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4980514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4983014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4985335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4986863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4988112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4989437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4990674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4991780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4993095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4994226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4995300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4996307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4997222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4998175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_index_put_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.4999081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5000103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5001569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5002848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5003729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5004701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5005639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5006586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5007490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_int_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5008501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_int_mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5009585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_int_mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5010589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_int_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5011588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_int_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5012743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_all_true.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5014187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5015165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_all_true_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5016058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_all_true_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5017108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_any_true.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5018501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5019526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_any_true_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5020500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_any_true_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5021451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5022667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5023640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5024612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_is_zerotensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5025502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lazy_clone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5026749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5027805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lazy_clone_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5028759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lazy_clone_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5029737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5030964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5031835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5033067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5034148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_check_errors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5035140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5036744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5038049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5039660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5041004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5042558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5043671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5045219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5046747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5048959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5050638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5052315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5053896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5055580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5057243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5058961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5060501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5062185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5063902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5065530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5067132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_eigvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5068750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5070903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5072626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5074315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5075935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5077717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5079368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5080951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5082487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5084677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5086450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5088173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5089811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5091527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5093174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5094764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5096412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5098640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5100296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5101982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5103510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5105192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5106769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5108363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5109969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5111706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5113455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5115143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5116879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_local_scalar_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5118401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5120060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5122368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5124190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5126081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5127846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5129669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5131441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5133149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5135283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5137079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5138845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5140436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5142099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5143669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5145258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5146848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5148538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5150226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5151842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5153405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5154932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5156840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5158387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5159917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lstm_mps_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5161432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5163434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5165056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5166603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_lu_with_info_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5168156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dep_token.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5169844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5171447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dep_token_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5173049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dep_token_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5174600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5176610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5178132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5180336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5182527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5184164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5185696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5187281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5188857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5190398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5192167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5194432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5196366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5198275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5200128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5201937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5203773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5205948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5207865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5209789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5211624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5213521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5215058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5217097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5218877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5220485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5222061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5223669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5225349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5227442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5229222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5231060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5232812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5234578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5236578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5238281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5240007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5241684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5243295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_masked_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5244895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mixed_dtypes_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5246666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5248360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mixed_dtypes_linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5249999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mixed_dtypes_linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5251565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5253622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5255268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5256928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5258593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5260623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5262363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5264112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5265732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mkldnn_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5267295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5269306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5270956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5272644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5274309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5276412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5278198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5279921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_mps_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5281666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_batch_norm_legit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5283744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5285541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5287376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5289091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_batch_norm_legit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5290901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_batch_norm_legit_no_training.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5293150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5295040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5296903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5298677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_batch_norm_legit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5300394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5302611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5304439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5306292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5308062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5309821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_native_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5311820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5313365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5315341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5317490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5319099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5320729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5322296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5323815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_neg_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5325691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5327693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5329716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5331736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5333636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5335252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5337124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5339476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5341397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5343283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5345339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5347083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5348864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5350607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5352242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_from_padded_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5353915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_jagged_dummy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5355633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_jagged_dummy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5357348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5358937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_lengths.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5360680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_lengths_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5362324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_lengths_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5363905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_offsets.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5365590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_offsets_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5367214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_offsets_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5368832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_ragged_idx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5370624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_ragged_idx_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5372289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_ragged_idx_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5373890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5375515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5377648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5380004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5381784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5383483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5385154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5386759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_get_values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5388417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5390198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5391917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5393512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5395177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5396849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5398553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5400664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5402443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5404280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5406041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5408002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5410029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5411911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5413750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5415478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5417225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5419055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5421344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5423161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5424927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5426516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5428628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5430299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5431953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5433685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5435536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5437378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5439099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_storage_offsets.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5441244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5443045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5444807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5446441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5448552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5450284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5451948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_tensor_strides_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5453608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5455307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5457489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5459970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5461758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5463520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5465307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5467137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5468924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5470618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_buffer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5472273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_jagged.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5473975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_jagged_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5476111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5478507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5480289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5482055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5483778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_jagged_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5485471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nested_view_from_jagged_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5487304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5489478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5491324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5493091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5494679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5496796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5498622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5500248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5501941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5504059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5505833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5507639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5509053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5510551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5512019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_nnz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5513638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5515420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5517576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5519381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5521168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5523226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5524930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5526667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pack_padded_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5528195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5530169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5531783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5533356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_circular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5534831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5536860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5538499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5540013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_enum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5541623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5543665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5545368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5547109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pad_packed_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5548634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5550671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5552368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5554103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5555792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5557380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5558935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5560902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5562604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5564314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5565981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5567572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pdist_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5569073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5571026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5572693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5574273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5575896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5577488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_prelu_kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5579213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_prelu_kernel_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5581006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5582786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5584523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_prelu_kernel_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5586256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_prelu_kernel_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5587963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5589639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5591247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_prelu_kernel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5592821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_prelu_kernel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5594319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_print.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5596242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5597769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_print_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5599225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_print_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5600842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_propagate_xla_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5602857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5604606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_propagate_xla_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5606232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_propagate_xla_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5607808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5609815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5611456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5613004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5614667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_remove_batch_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5616342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5618442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5620664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5622366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5624080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5625789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5627473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5629177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5630795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5632438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5634002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5635956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5637547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5639125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5640718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5642836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5644515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5646155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_reshape_from_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5647702Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5649660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5651380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5653054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5654648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_resize_output_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5656258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5658221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5659945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5661528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_rowwise_prune_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5663188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5665201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5666907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5668655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5670311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5671996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sample_dirichlet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5673646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5675719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5677460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5679152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5680922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5683164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5685000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5686797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5688586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5690518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5692437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5694260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5696074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5698080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5700225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5702306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5704290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5706265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5708160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5710076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5711855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5713757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5715781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5717734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5719661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5721676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5723544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5725516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5727645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5729669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5731747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5733756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5735662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5737652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5739578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5741488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5742976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5744641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5746211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5747732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_scaled_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5749272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5750933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5753018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5754821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5756637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5758373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5760169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_segment_reduce_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5761711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5763718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5765346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5766956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_shape_as_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5768565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5770653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5772438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5774196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5775915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5777632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5779335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5781180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5782933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5784632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5786276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_slow_conv2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5787860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5789947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5791626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5792752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_draw_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5794086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5795242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5796544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5797609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_ff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5798800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5800115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5801279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5802442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5803578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5804751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5805854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5806894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sobol_engine_scramble_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5807870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5809305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5810466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5811841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5813015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5814311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5815697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5817055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5818906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5820125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5821340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5822455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5823665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5824760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5825801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5826752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5828003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5829013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5830050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5830975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5832002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5833259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5834664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5835650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5836873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5837920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5838939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5839959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5841181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5842320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5843205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5844146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5845478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5846418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5847654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5848714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5849984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5851165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5852261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5853166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5854611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5855666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5856847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5858063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5859240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5860476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5862114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5863383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5864661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5865879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5867317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5868396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5869453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5870467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5871453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5872675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5873693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5874710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5875665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5876831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5877823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5878846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5879724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5880900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5881853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5882759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5883749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5884952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5886003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5886944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5887922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5889027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5891002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5892467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5893592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5894862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5896424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5897533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5898755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5899763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_projection.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5901269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5902403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_projection_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5903365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mask_projection_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5904670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5905615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5906642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5907717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_reduce_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5908883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5910153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5911365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5912462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5913567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5914754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_semi_structured_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5915980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5917113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_semi_structured_linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5919174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5920238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5921205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5922477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5923628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5924629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5925743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5926954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5927930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5928990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5929867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5931067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5932175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5933235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sparse_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5934170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5935197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5936639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5937750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5938933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5939943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5941220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5942350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5943243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_sparse_sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5944288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5945554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5946543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5947892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5948868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5950040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_spdiags_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5951019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5952103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5952996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5953814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5954793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5955735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5957051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5958238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5959466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5960452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5961634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5962769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5964058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5965334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5966596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5967772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5968886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_standard_gamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5969964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5971408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5972603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5973709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_ambiguous_defaults_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5974855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5976464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5977741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5979023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5980137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5981368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5982818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5984117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5985898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5988202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5989704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5991242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5992875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5994318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5995514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_check_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5997104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5998349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_check_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.5999527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_check_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6000754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_functorch_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6002400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6003830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6004929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_functorch_fallback_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6006258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_functorch_fallback_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6007575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6009229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6010742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6012087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6013405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_filled_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6014670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6016371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6017803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6019152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6020670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_floatlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6021752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6023446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6025003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6026138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6027431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_optional_intlist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6028619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_parallel_materialize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6030043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6031243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_parallel_materialize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6032467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_parallel_materialize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6033620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6035048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6036444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6037771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_serialization_subcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6038931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6040445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6041478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6042616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_string_default_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6043705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6044612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6045980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6047089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6048209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_test_warn_in_autograd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6049656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6051800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6053407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6054822Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6056309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6058381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6059493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6061388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6062325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6063591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6064903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6066099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6067230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6068395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6069607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6070662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6071776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6073037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6074342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6075757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6077768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6078961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6080588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6082041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6083345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6084328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6085692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6086865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6088026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6089466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6090716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6091656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6092782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6093666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6094648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6095467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6096701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6097573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6098523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_cpu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6099276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6100546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6101502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6102427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6103277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6104130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6105318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6106349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6107361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6108311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6109274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6110244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6111466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6112708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6113904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6114901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6115956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_bsr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6117183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6118495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6119691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6120962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6122005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6122993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6123826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6124839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6125859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6127079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6128026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6128965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6130128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6131039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6132120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6133176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6134255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6135317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_semi_structured.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6136556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6137681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_semi_structured_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6139047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_to_sparse_semi_structured_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6140144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6141211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6142619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6143845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6145087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6146491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6147831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6149273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6151063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6152758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6154271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6155460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6156472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6157792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6159171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6160123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6160960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_trilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6162021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6163311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6164601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6165804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6166977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_multi_head_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6168201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6169624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6170879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6172171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6173255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6174164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6175157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6176504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6177661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6178828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6179909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6180901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6182186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6183251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6184408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6185372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6186490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unique_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6187427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6188762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6189959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6191021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unpack_dual_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6192031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6193257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6194222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6195237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6196300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_index_put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6197865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6199100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_index_put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6200256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_index_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6201351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6202740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6203827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6204818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_unsafe_view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6205922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6207287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6209228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6210482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6211977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6213165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6214528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6215849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6217348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6219035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6220431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6221645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6222811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6223818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6225057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6226304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6227450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6228570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6229808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6231400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6232646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6233852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6235034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6236234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6237254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6238366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6239460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6240905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6242324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6243611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6244732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6245826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6247013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6248144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6249203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6250392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6251619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6253204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6254420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6255643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6257016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6258504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6259623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6260573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6261961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6263193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6264298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6265372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6266359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6267490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6268683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6269690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6270941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6272199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6273936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6275353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6276829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6278113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6279510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6280911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6282179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6283924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6285374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6286713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6287959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6289271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6290436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6291591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6292659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6293901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6295302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6297269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6298779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6299947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6301152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6302532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6303777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6305097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6306574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6307966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6309293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6310535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6311677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6312985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6314080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6315313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6316509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6317716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6318773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6319786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6320844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6322073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6323254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6324070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6325068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6326646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6328152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6329939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6331546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6332795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6334157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6336397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6338196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6340150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6341914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6344058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6345892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6347667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6349552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6351802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6353696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6355585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6357183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6359443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6361231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6362998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6364752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6366915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6368735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6370614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6372345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6374504Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6376380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6378173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6379858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6381802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6383947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6385548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6387167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6388705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6390218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6392114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6393643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6395189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_version_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6396781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_int4pack_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6398623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6400373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6402064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_int4pack_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6403717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_int4pack_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6405284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_int8pack_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6407054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6408802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_int8pack_mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6410443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_int8pack_mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6411962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6413913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6415721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6418080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6420099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6421966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6423626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6425373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6427634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6429527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6431444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6433253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6435032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6437150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6438960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6440746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6442438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6444123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_interface_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6445718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6447373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/_weight_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6448763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6450646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6452237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6453815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6455327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6456937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/abs_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6458669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6459883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6461042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6462150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6463200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/absolute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6464631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6465596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6466569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6467502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6468463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6469327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6470319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6471178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6472417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6473261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6474347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6475290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6476330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6477330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6478200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/acosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6479182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6480472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6481431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6482544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6483568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6484871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6486042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6487213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6488332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6489536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6490562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6491742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6492911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6494088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6495176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6496426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6497815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6499193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6500370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6501564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6502653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6503643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6505017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6506077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6507152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6508247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6509478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6511127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6512507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6514022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6515495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6516592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6517853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6519064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6520463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6521639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6522706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6523708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6524733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6525854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6526881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6527958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6529013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6530410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6531535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6532739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6533944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6535090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6536210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6537138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6538833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6539974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6541232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6542324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6543441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6544458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6545503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adaptive_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6546676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6548382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6549649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6550563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6551506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6552404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6553356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6554195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6555069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6556058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6557095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6558164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6559280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6560222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6561154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6562094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6563351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6564417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6565316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6566234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6567171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6568036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6568958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcdiv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6569844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6571039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6571968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6573111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6574050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6575102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6576262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6577440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addcmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6578523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6579941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6581001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6582069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6583199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6584373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6585396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6586461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6587452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6588786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6589772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6590793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6591747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6592815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6593871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6594827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addmv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6595783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6596878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6597841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6598734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6599671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6600549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/addr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6601415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6602610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6603527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6604468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/adjoint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6605383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6606384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6607647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6608793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6626623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6628284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6629256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6630361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6631181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6632491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6633576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6634730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6635909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6639095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6639895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6640698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6641463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alias_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6642234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6643423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6644299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6645268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6646297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6647451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6648296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6649240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6650363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6651480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6652382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6653332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/align_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6654168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6655332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6656584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6657725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6658817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6659848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6660629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6661655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6662575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6663523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/all_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6664413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6665550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6666478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6667429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/allclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6668499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6669709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6670711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6671735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6672612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6673987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6675009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6676056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6677062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6677906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6678807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6679780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6680552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6681863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6682752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6683685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6684593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6685475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6686435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6687217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/amin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6688116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6689401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6690346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6691446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6692371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6693397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6694389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6695360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/aminmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6696259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6697454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6698512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6699470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6700360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6701316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6702336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6703392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6704294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/angle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6705198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6706364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6707730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6708885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6709961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6710940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6711783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6712768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6713706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6714537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/any_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6715461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6716621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6717598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6718551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6719554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6720550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6721552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arange_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6722402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6723493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6724511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6725475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6726355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6727581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6728498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6729518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arccosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6730456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6731572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6732581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6733700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6734652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6735890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6736885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6737879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arcsinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6739005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6739983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6741179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6742215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6743191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6744425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6745477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6746501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6747394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6748566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6749527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6750433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/arctanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6751384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6752645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6753730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6754694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6755699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6756596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6757637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6758701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6759676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6761006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6761941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6762982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6763917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6764912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6765855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6766809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6767835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6769022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6770249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6771241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6772310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6773194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6774136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argsort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6775060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6776357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6777358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6778370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/argwhere_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6779162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6780477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6781444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6782633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6783953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6785001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6785943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6786898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6787838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6789005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6790141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6791080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6792176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6793686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6794644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6796037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6796900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6797950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/as_strided_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6799261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6800387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6801446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6802419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6803488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6804271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6805114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6806157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6808013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6808993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6809996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6811009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6812007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6812924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6813929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/asinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6814816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6815889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6817287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6818388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6819417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6820293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6821209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6822078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6822844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6824044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6825248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6826294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6827226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6828177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6829112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6830001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6830965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6832418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6833312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6834365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6835200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6836131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6837018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6837945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6838989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6840220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6841224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6842228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6843118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6844518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6845444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6846442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6847417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6848606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6849708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6850638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/atleast_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6851628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6852693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6853711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6854722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6855670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6856833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6858116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6859366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6860349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6861343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6862480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6863423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6864354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6865588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6866530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6867590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6868564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6869552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6870476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6871455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6872422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6873450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6874779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6875866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6877001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6877887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6879190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6880214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6881309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6882403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6883460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6884667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6885668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6886607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6887596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6888566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/avg_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6889374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6890776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6891890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6892950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6893863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6894882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6895751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6896832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/baddbmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6897925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6899397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6900336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6901245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6902293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bartlett_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6903208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6904449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6905609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6906735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6907995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6909412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6911095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6912527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6913581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6914573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6915587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6916806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6917942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6918989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6919982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_backward_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6921111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6922237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6923266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6924270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6925236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_elemt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6926295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6927491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6928718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6929778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6930739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6931910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6933154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6934446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6935721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6937031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6938175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6939248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6940394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6941894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6943058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6944009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6945100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6946109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6947463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6948629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6949853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6950974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6952048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/batch_norm_update_stats_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6952959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6954286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6955723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6956661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6957773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6958868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6959911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6960968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bernoulli_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6962010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6963215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6964078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6964967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bilinear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6965925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6966997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6968058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6969243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6970235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6971307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6972326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6973415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6974471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6975558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6976861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6978113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6979435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6980499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6981389Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6982666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6983640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6984733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6985740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6986734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bincount_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6987557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6988737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6989866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6991083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6992191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6993262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/binomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6994180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6995375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6996725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6997795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6998836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.6999851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7000865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7001883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7002837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7003938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7005394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7006761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7008059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7009295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7010527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7011698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7012679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7013751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_left_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7014787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7016224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7017371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7018586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7019603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7020670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7021722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7022695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7023662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7024900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7026045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7026978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7027928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7028800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7029853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7030795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7031640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7032582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7033790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7035148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7036185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7037177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7038094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7039050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7040072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7041081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_right_shift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7042021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7043238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7044561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7045649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7046721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7047660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7048741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7049761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7050858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bitwise_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7051817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7052995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7054098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7055149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/blackman_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7056229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7057446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7058566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7059508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/block_diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7060474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7061722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7062580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7063550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7064552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7065465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7066348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7067278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7068268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7069477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7070473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7071510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7072533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7073745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7074638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7075595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/broadcast_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7076645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7077832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7078770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7079760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7080762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7081796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/bucketize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7082659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7083787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7084764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7085694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/can_cast_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7086550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7087779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7088873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7089908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cartesian_prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7090637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7091886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7093032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7094085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7094994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7095811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7096832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7097761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7098742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7099756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7100627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7101747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7102712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7103753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7104731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7105564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7106586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cauchy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7107552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7108723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7109560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7110779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7112187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7113221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7114134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7115091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7116091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ccol_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7116980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7118083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7119022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7119953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7120756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7121950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7122971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7123997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7124854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7125786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7126802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7127619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ceil_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7128493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7129631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7130587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7131442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/celu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7132322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7133395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7134330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7135395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chain_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7136320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7138565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7139625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7140573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chalf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7141691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7142985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7144069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7145093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7146061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7147056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7148057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7149069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7150110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7151144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7152360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7153404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7154470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7155493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7156403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7157347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7158253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7159513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7160618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7161596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cholesky_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7162683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7163898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7164887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7165960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/choose_qparams_optimized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7166838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7167969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7168977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7169873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7170739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7172027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7173055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7174153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7175166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7176606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7177722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7178895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7179938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7180940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7182020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7183013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7184012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7185036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7186056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7187337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7188384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7189444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7190557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7191666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7192483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7193273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7194080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7194844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clamp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7195845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7196996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7197929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7198942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7199948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7201233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7202175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7203112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/clone_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7203897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7204685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7205889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7206914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7207919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/coalesce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7208899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7209740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7210713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7211583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7212408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col2im_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7213241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7214434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7215313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7216624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7217939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7218966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7219958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7220855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7221783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/col_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7222828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7223932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7224936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7225914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/column_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7226805Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7228070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7229145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7230054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/combinations_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7230904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7232019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7233139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7234334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7235338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7236381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7237328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7238628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7239634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7240630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7241694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7243058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7244273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7245311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/concatenate_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7246243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7247586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7248580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7249629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7250691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7251903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7253068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7254072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7255131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7256075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7257391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conj_physical_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7258549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7260003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7261011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7262069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/constant_pad_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7263005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7264104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7265025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7265886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/contiguous_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7266834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7268072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7269047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7270025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7270895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7272148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7273047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7274160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7274992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7276098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7277112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7278095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7279079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7280367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7281572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7282742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7283786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_depthwise3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7284687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7285756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7287011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7288145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7289136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7290326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7291355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7292358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_tbc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7293428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7294747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7295807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7296876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7297893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7299359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7300361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7301566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7303013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7304716Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7306072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7307419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7308796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7310103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7311654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7313332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7314888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7316257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7317646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7319007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7320061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7321184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_backward_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7322293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7323275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7324235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7325191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7326419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7327393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7328516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/convolution_overrideable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7329488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7330648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7331777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7332758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7333754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7334744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7335891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7337214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7338638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7339813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copy_sparse_to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7341208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7342876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7344515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7345668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7346715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7347932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7349321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7350762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7352170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/copysign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7353544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7355062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7355879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7356850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/corrcoef_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7357652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7358862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7359811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7360633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7361533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7362411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7363511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7364357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cos_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7365231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7366533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7367536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7368713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7369709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7370708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7371698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7372725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7373863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7375367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7376541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7377610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7378830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7380089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7381025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7381949Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cosine_similarity_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7382756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7383777Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7384660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7385537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7386371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7387243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/count_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7387968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7388936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7389704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7390450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cov_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7391247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7392223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7393054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7394096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7395131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7396066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_entropy_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7397073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7398042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7398886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7400142Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7401190Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7402464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7403782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7404826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7405840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7406765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7407669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/crow_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7408685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7409959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7410970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7411824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ctc_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7412887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7414056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7415426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7416839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7418117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7419398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7420886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7422297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7423584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7424581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7425642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7426743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7428123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7429537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7430723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7431868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7433173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7434354Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7435486Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7436585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7437644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7438647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7439945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7441185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7442304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7443388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7444591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7445694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7446778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7447955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7449250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7450465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7451704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7452710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7453910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7455549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7456919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7458006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7459111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7460130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7461277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7462560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7463717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7464763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7465802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7467083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7468177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7469229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7470375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7471513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7472896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7474149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7475341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cudnn_is_acceptable_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7476387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7477688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7479047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7480111Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7481287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7482412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7483925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7485159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7486227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummaxmin_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7487266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7488631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7489955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7491005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7492065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cummin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7493028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7493959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7495212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7496320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7497294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7498753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7499906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7500898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7501899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7502819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7503893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7504883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7505776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumprod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7506752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7507929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7509057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7510087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7511029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7512131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7513066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7514061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7514889Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7515869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7517218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7518274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7519358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/cumulative_trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7520206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7521397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7522260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7523118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7524344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7525764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7526783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7527665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/deg2rad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7528610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7529632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7530675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7531647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7532671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dense_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7533600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7534771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7535950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7537305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7538432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7539446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dequantize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7540498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7541914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7543130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7544169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7545138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7546305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7547271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7548523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7549945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7550975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7551969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7552943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7553852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/detach_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7554763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7555965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7556880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7557988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7559204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7560309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7561257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_embed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7562266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7563203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7564157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7565514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7566388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7567322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagflat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7568245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7569269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7570533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7571609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7572655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7573852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7575120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7576034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7577346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7578817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7579866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7580912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7581875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7582972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7583972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7585372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7586757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7588094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7589165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diagonal_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7590257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7591518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7592783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7593908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/diff_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7594821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7596140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7597215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7598321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7599306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7600396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7601419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7602434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7603410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7604651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7605689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7606585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7607586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7608758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7609980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7610998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7611967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7613045Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7614012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7614954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7615920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7616946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7618073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7619272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7620260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7621163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7622095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7623288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7624221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7625198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7626131Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7627011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7628144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7629099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7630005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7630833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7631991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7632883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7633733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7634550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7635760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7636729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7637601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/dstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7638391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7639751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7642175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7644070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/einsum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7646726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7649184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7652217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7654418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7656528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7658753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7661089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7663242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7665443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7667672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7669773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7671864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7674036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7676088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7678035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7679799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/elu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7681660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7683773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7686041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7688522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7690629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7692567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7694994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7697433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7699776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_bag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7702128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7704157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7706482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7708791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7711029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7713246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7715259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7717316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7719160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7721039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7723261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7725549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7727622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7729717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7731895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7733964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7736204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7738675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7741055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7743180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/embedding_sparse_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7745266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7747302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7749617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7751840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7753753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7755781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7757941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7760116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7762036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7764023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7765963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7767882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7769720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_permuted.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7772024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7774167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_permuted_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7776293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_permuted_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7778202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7780592Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7782840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7784892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_quantized_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7786832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7789012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7791288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7793485Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7795569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7797637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7799617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7801831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7804085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7806057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7807993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7809807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7811727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7813550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7815293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7817290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7819515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7821335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7823163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7824970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7827019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7829167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7831073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7833106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7834988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7837016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7838760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7840537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7842888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7845355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7847382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7849442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7851380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7853421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7855352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7857431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7860123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7862498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7864549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7866662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7868796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7870821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7872646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7874621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7876487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7878491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7880782Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7882940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7884838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7886969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7888966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7890784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7892910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7895186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7897173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7899178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7900993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7902991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7904880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7906846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7908733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7910848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7913163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7915330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7917670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7919780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7921807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7924359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7926747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7928790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7930761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7932929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7934796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7936941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7939334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7941356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7943242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7945323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7947487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7949415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7951044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7953019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7955255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7957593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7959658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7961753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7963951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/exponential_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7966099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7968226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7970569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7972743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7974748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7976814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7978970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/eye_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7980953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7983023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7985055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7987728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7990292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7992677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7995415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.7998298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8000983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8003657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8006159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8008747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8011383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8013754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8016246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8018790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8021271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8023498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8026434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8029586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8032489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8035259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8037858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8040244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8042796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8045146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8047552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8050004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8052109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8054622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8057042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8059690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8062311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8064786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8067148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8069538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8071673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8073855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8076049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8078773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8081246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8083581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8085796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8087903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8090127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8092429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8094811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8097150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8099409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8101821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8104215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8106461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8108621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8111007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8113644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8115897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8118128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8120611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8123289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8125817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_alpha_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8128295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8130918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8133447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8135548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/feature_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8137579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8139624Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8141740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8143872Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8145705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8148091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8150236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8152056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8154160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8156215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8158487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8160459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8162503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8164434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8166445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8168159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8170161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8172197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8174422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8176286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_fftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8178103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8180255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8182370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8184586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8186616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8188855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8191050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8193058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8194966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8197217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8199391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8201395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_hfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8203455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8205262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8207514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8209668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8211685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8213967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8216229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8218233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8220146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8222055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8223975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8225887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8227910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8230423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8232793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8234828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ifftshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8236873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8238758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8240999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8243205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8245199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8247410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8249689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8251542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8253437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8255617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8257901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8260015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_ihfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8262236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8264453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8266700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8269129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8271071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8273179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8275498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8277458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8279487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8281536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8283509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8285249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_irfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8287018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8288718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8290678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8292803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8311999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8314164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8316458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8318413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8320316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8322483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8324554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8326443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftfreq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8328355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8330552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8332614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8334521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fft_rfftn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8336532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8338932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8341391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8343735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8345909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8348025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8350273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8352396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8354361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8356360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8358257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8360079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8362117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8364429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8366423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fix_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8368258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8370529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8372691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8375049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8377366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8379748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8381648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8383459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8385207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8387147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8389396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8391344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8393291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8395078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flip_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8396840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8398980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8401135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8403010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fliplr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8404878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8406943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8409090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8410930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/flipud_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8412975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8415061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8417303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8419431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/float_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8421324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8423506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8425817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8427874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8429886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8432026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8434323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8436216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8438308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8440397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8442542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8444619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8446787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8448969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8451105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/floor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8453113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8455576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8458228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8460653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8462775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8465020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8467284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8469396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8471407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8473959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8476278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8478555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8480682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8482905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8485053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8487140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8489115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8491491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8494164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8496765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8498938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8500851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8502827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8504816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8506866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fmod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8508739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8511025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8513335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8515432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8517505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8519434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8521425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8523420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8525412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8527652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8530388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8533103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8535569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8537858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8540483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8542907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8545138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8547692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8550281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8552697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8555079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8557223Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8559390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8561513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8563759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8566298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8568825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8571322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8573685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8575941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8578674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8581365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8583648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8585905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8588310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8590576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8592719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fractional_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8594719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8596820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8599001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8600905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8603101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8605117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8606942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8609157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8611533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8613695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/frobenius_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8615727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8618137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8620593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8622618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8624526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/from_file_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8626334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8628351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8630455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8632527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8634578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8636501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8638301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8640134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8642090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8644464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8646916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8649106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8651236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8653284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8655480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8657695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8659653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8662003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8664446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8666658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8668598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8670526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8672573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8674466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8676338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gather_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8678212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8680403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8682698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8684940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8686831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8689268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8692246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8694792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gcd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8696933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8699333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8701307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8703320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8705280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8707074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8708851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ge_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8710576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8712584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8715215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8717754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8719932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8722117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8725156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8727461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8729738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8732018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8734327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8736315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8738412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8740462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8742568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8743423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8744258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8745518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8746474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8747517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8748446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8749320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8750308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geometric_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8751206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8752203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8753149Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8754506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8755472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/geqrf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8756298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8757425Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8758271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8759095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ger_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8760016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8760817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8761829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8762794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8763651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8765263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8766345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8767556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8768652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8769664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8770686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8771741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8773056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8773928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8774995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8775950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8777170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8778245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8779456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8780434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8781437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_jvp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8782422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8783489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8784442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8785603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/glu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8786577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8787895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8788869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8789962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gradient_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8790920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8792293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8793277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8794605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8795755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8796932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8798012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8799026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/greater_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8800059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8801170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8802219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8803622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8804900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8806103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8807253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8808462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8809801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8811052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8812312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8813174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8814268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8815275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8816408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8817903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8819290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8820523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8821726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8822772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8824116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8825159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8826273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8827364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8828273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8829562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8830642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8831706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/grid_sampler_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8832820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8834027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8835113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8836088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8837224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8838213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8839523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8840480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8841560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8842798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8843898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8844823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gru_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8846159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8847280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8848346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8849315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8850369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8851450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8852390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/gt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8853411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8854733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8855939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8857156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hamming_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8858129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8859436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8860488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8861514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hann_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8862528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8863778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8865321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8866489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8867740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8868826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8870144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8871289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8872387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8873830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8875027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8876282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8877317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8878468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8879500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8880628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8881676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8882876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8884370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8885612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8886759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8887952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8889226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8890507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8891656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8893171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8894259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8895411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8896583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8897819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8899160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8900124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardsigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8901136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8902211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8903693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8904878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8905821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8907078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8908106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8909196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8910397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8911522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8912674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8913611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardswish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8914557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8915555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8916629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8917639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8918680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8919709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8920626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8921605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8922682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8923655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8924522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hardtanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8925433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8926713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8927779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8928745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8929684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8930712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8931597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8932515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/heaviside_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8933576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8934795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8935916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8937052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hinge_embedding_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8938033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8939107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8940063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8941039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8941931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8942917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8944021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8945039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8946095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogram_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8947209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8948628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8949705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8950759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/histogramdd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8951693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8952798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8953836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8954815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8955666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8956665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8957648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hspmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8958542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8959658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8960685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8961544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8962373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8963383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8964831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8965885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8966948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8968159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8969242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8970380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8971790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8972797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8973673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/huber_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8974473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8975882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8977034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8978088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8979115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8980107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8980980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8981851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/hypot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8983092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8983909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8984795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8985597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8986479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8987312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8988114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8989117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8990289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8991195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8992115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8992987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8993967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8994896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8995750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8996553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8997722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8998601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.8999630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9000507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9001392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9002329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9003294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/igammac_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9004125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9005114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9006128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9007030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9007913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/im2col_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9008775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9009864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9010765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9011802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/imag_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9012649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9013728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9015086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9016325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9017462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9018698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9019601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9020663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9021724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9022701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9024005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9024972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9025998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9027337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9028413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9029496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9030542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9031594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9032529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9033406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9034405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9035388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9036302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9037563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9038670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9039578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9040588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9041691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9042653Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9043512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9044527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9045418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9046309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9047293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9048056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9049338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9050289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9051130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9052097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9053419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9054403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9055288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9056356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9057385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9058382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9059495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9060531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9061471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9062766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9063906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9065032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9066338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9067388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9068402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9069474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9070513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/index_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9071379Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9072591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9073605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9074847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9076199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9077333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9078289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9079296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9080303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9081440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9082895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9084194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9085318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9086340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9087526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9088435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9089404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inner_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9090302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9091550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9092637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9093562Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/instance_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9094436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9095706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9096860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9097726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/int_repr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9098832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9100060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9101047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9102109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9103162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9104463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9105492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9106484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_coalesced_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9107438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9108860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9109977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9110960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9111864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9113154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9114284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9115334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9116359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9117642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9118759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9119880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_distributed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9120958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9122329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9123414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9124493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_floating_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9125609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9126931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9128037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9128970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9129917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_inference_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9131109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9132012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9132938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_leaf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9133925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9135119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9136052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9137029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9138006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9139287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9140297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9141380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9142251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9143460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9144478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9145515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9146525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_pinned_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9147499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9148758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9149740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9150734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_same_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9151593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9152760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9153812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9154773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9155770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_set_to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9156741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9157989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9159033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9159996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_signed_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9161065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9162323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9163397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9164383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/is_vulkan_available_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9165450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9166646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9167615Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9168610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isclose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9169637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9170884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9171840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9172844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isfinite_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9173850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9175105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9176050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9177221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9178185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9179437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9180359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9181345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9182336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9183432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9184494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9185892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9187054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9188510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9189595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9190913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9192167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9193362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isnan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9194526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9196174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9197532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9198901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9200304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9201526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9202813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9203921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isneginf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9204980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9206752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9208124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9209256Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9210463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9211769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9213013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9214295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isposinf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9215384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9217025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9218373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9219588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/isreal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9220832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9222381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9223783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9224860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/istft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9226013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9227650Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9228981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9230251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/item_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9231526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9233007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9234294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9235647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kaiser_window_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9236916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9238649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9239847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9241055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kl_div_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9241979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9243506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9244740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9246141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kron_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9247360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9248569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9249709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9250579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9251484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9252304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9253110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/kthvalue_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9253957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9254755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9255847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9256830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9257907Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9259228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9260812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9262095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9263357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9264609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9266368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9267714Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9269062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9270327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9271743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9273097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9274491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lcm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9275825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9277375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9278597Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9279772Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ldexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9281452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9282672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9283927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9285068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9286298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9287468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9288676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/le_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9289886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9291150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9292920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9294347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9295760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9297237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9298759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9300105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9301456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9303130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9304448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9305873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9307095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9308421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9309429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9310323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/leaky_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9311185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9312380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9313333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9314234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9315067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9316017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9316976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9317859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lerp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9318643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9319737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9320577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9321678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9322612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9323528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9324407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9325220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/less_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9326065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9327298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9328310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9329271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9330143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9331030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9331933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9332879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9333827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9335112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9336049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9337341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9338463Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9339767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9341275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9342327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9343505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9344571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9345652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_fresh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9346812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9347830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9349225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9350330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9351181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9352371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9353419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9354499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9355585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9356651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9357886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9358982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9360233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9361295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cholesky_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9362273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9363398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9364491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9365567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cond_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9366647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9368072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9369164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9370261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9371242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9372439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9373386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9374411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_cross_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9375386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9376752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9377652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9378955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_det_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9379784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9381063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9382087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9383140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_diagonal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9384065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9385258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9386293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9387179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9388156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eig_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9388997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9390228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9391175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9392127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9393066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9394388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9395578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9396892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9397957Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9398963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9400018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9401164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9402102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9403458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_eigvalsh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9404780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9406186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9407588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9409058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9410470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_householder_product_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9411959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9413458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9414707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9416672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9418070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9419319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9420788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9422094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9423296Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9424576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9425721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9427071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_inv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9428590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9430332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9431719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9433287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9434787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9436342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9437717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9439266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9440855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9441925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9442935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9443779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9444726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9445971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9447074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9448226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9449298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9450393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9451492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9452548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_ldl_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9453432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9454724Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9455763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9456868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9457904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9458965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lstsq_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9459841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9461151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9462170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9463204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9464152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9465308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9466260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9467675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9468715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9469810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9470844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9471954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9472958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9473912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9474943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9475984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_factor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9476886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9477843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9478878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9479862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9480741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9481626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9482919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9483989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9485105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9486014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9487043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9488079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9489036Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9489981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9491126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9492026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9492968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9493864Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9495147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9496317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9497424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9498573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9499664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9500571Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9501862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9503074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9504088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9505043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9506322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9507325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9508569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9509468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9510753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9511969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9513080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_matrix_rank_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9514039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9515488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9516617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9517730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_multi_dot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9518657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9519855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9520819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9521842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9522823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9523960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9525424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9526689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9527885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9528873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_pinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9530404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9531450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9532591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9533775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9535002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9536000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9536985Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9537886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9539357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9540284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9541123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9541997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9543162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9544041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9545241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9546243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9547230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9548109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9549098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9550118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9551274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9552447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9553523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9554549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_solve_triangular_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9555458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9556652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9557660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9558595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9559524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9560727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9561763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9562644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_svdvals_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9563617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9564856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9565883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9566795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9567746Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9569028Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9570130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9571123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_tensorsolve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9572106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9573356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9574330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9575328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9576423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9577645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9578790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9579727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vecdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9580640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9582062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9583154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9584184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9585134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9586531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9587611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9588662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linalg_vector_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9589483Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9590426Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9591583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9592506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9593556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9594600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9595739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9596760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9597629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9598451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9599585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9600608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9601532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9602475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9603360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9604239Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/linspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9605090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9605925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9607303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9608261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9609424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9610341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9611363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9612424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9613423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log10_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9614316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9615636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9616643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9617589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9618565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9619442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9620337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9621230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9622090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9623317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9624237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9625124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9625967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9626856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9627728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9628596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9629761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9630617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9631533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9632344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9633199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9634133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9634956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9636114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9637073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9638047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9639074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9639956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9640763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9641572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9642458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9643311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9644335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9645420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9646401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9647308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9648374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9649385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9650482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9651621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9652659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9653596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9654462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9655387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9656350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9657507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9658877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9659845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9660827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9661816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9662756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9664129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9665150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9666355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9667370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9668601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9669549Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9670538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9671983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9673020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9674174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9675219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9676309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9677276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9678280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logaddexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9679251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9680365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9681323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9682488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9683499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logcumsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9684408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9685725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9686860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9687898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9688750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9690035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9690936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9692056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9693157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9694216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_and_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9695215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9696452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9697546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9698748Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9699647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9700667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_not_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9701699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9702817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9703760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9704821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9705876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9706738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9707756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9708973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9709983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9711087Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9712129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9713091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logical_xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9714020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9714960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9716208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9717266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9718195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9719092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9720179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9721193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9722119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9723152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9724242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9725349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9726334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9727292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9728266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9729521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9730480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9731527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9732559Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9733541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9734612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logspace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9735616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9737090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9738509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9739938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9740921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9741830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9742836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9743994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9744982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9746038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9746981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9747975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9749042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9750015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9750901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9752099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9753122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9754054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9755285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9756244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9757527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9758477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9759523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_mps_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9760520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9761467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lstm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9762685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9763808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9764768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9765704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9766837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9767671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9768637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9769660Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9770817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9771828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9772791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9773897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9775238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9776491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9777608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9778811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9779976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9781135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9782095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/lu_unpack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9783407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9784294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9785388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mH_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9786303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9787575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9788556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9789474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mT_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9790608Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9791740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9793216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9794282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/margin_ranking_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9795343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9796626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9797770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9798878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9800235Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9801419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9802357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_fill_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9803414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9804634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9806106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9807316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9808369Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9809635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9810745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9811896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9813038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9813989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9815014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9816108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9817272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9818835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9820001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9821108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9822127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9823237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9824306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9825364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/masked_select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9826313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9827210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9828420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9829614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9830687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9831918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9832851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9833688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matmul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9834601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9835769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9836703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9837675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_H_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9838623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9839697Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9840964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9842020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9843114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9844353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9845341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9846330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_exp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9847341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9848475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9849370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9850359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/matrix_power_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9851287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9852551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9853691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9854727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9855947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9856943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9858106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9859279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9860075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9861137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9862454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9863531Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9864584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9865692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9867050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9868187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9869493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool1d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9870479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9871537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9872955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9873941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9875017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9876289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9877202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9878046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9879066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9880110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9881557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9882735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9883880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9884969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9886187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9887281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9888347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9889651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9890698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9891551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9892419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9893524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9894439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9895484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9896659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9897644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool2d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9899026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9899913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9900787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9901749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9902881Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9904005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9905491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9906664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9907802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9908892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9910097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9911249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9912304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_pool3d_with_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9913193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9914261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9915383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9916400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9917461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9918417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9919441Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9920512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9921473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9922366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/max_unpool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9923366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9924596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9925596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9926570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9927489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9928505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9929585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9930477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/maximum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9931503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9932726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9934044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9935373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9936400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9937378Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9938507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9939515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9940409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9941474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9942373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9943568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9944775Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9945895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9946917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9948066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9949112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/median_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9949941Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9951109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9952207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9953152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/meshgrid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9954057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9955317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9956490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9957484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9958470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9959442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9960325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9961214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9962121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/min_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9963031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9964349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9965418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9966681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9967691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9968768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9969836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9970860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/minimum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9971968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9973176Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9974551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9975761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9976914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9977934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9979432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9980472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9981518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9982541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9983495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9984567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9985665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9986834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9987866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_add_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9989027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9990167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9991293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9992328Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9993255Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9994180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9995289Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9996315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9997422Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9998467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:29.9999755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0000836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0002006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0003068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_convolution_transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0004119Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0005365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0006467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0007648Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0008871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_depthwise_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0009802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0010818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0012107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0013165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0014165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0015282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0016563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0017593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0018701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0019565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/miopen_rnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0020515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0021455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0022681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0023757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0024759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0025833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0026711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0028044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0028980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0029982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0030938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0031848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0032798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0033791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mish_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0034733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0035856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0037206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0038348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0055452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0056533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0057527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0058569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0059636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0060665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0061774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_convolution_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0062586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0063565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0064769Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0065786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0066993Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0068063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0069053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0070088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0071046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0072069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0073358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0074427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0075674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0076924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0077963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0078933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_linear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0079817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0080787Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0082203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0083640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0085215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0086434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0087820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0089095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0089929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0091077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0092431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0093539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0094577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0095719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0096814Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0098006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0099310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0100701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0101847Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0102938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0103958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0105218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0106271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0107273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0108187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_rnn_layer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0109192Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_rnn_layer_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0110540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0111706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0112870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0113944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0115288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0116547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0117574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_rnn_layer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0118640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mkldnn_rnn_layer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0119956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0121002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0121875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0122713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0123789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0124873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0126067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0127238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0128654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0130384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0131684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0132970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0134286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0135553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mode_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0136891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0138574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0140016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0141336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/moveaxis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0142484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0144077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0145311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0146618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/movedim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0147850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0149433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0150781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0152112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0153630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0155472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0156894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0158434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0159717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0160909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0162348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0163788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0165050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0166305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0168031Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0169272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0170665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0171797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0172990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0174029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0175093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mse_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0176265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0177879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0179042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0180122Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/msort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0181271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0182875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0184611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0185709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0186763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0187795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0188811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0189799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0190761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mul_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0191642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0192664Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0193817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0194954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0195924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0197050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0198084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0199106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0200041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0201066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multi_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0202135Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0203287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0204510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0205700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0206870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0208024Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0209312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0210573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0211841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0213018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0214212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0215998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0217468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0218982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multilabel_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0220164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0221191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0222254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0223287Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0224243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multinomial_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0225144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0226259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0227124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0228008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/multiply_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0229071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0229958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0230978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0231850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0232919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0233939Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0234898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0235839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0236693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/mvlgamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0237544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0238662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0239638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0240610Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0241490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0242417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nan_to_num_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0243226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0244351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0245232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0246106Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0247020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0248105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0249252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0250171Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0251209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0252137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0253049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanmedian_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0253910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0255054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0256004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0256976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nanquantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0257811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0258812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0259732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0260591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0261442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nansum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0262331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0263440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0264348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0265584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0266524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0267431Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0268391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0269303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0270162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/narrow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0271034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0272029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0273309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0274393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0275492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0276478Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0277471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0278507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0279556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0280560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0281467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0282374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0283589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0284700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0285736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0286680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_channel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0287609Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0288540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0289749Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0290860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0291924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0292964Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0293919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0295104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0296298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0297320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0298566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0299477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_dropout_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0300371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0301262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0302499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0303548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0304582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0305563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0306520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0307420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0308545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0309515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0310744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0311759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0312852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_group_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0313980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0315391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0316555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0317735Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0318896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0320104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0321325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0322398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0323491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0324545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0325671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_layer_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0326696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0327885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0328910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0329851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/native_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0330752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0332141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0333156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0334136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0335193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0336384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0337344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0338221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ne_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0339226Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0340427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0341294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0342236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0343165Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0344058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0345030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0345951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0346798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0348041Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0349104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0350195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/negative_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0351224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0352445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0353393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0354418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nested_to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0355295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0356548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0357946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0359250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0360158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0361303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0362560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0363651Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0364703Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_empty_strided_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0365514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0366634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0367595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0368572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_full_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0369474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0370654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0371673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0372645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0373448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0374773Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0375701Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0376673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/new_zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0377546Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0378882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0379908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0381019Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0381992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0383011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0383901Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0384876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nextafter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0385887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0386908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0387932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0388990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0389974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0390995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0392116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0393331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0394177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0395217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0396260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0397271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0398170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0399132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0399973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0400904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0402195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0403221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0404166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0405169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0406216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0407199Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0408039Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0408947Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0410236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0411230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0412607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0413656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0414731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0415852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0417167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0418381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0419473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0420292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0421308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0422628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0423766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0424723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_nd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0425727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0426519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0427602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0428790Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0429695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0430647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0431937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0432974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0434054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_numpy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0435185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0436200Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_static.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0437240Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_static_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0438361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_static_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0439331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nonzero_static_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0440201Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0441518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0442850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0444023Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0444940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0445869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0446970Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0448242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0449261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0450321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_except_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0451179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0452089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0453154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0454057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0454914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0456089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0457162Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0458221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0459498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0460570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0461502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/normal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0462446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0463677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0464630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0465491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/not_equal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0466473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0467732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0468795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0469686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/nuclear_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0470621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0472002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0473212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0474067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/numpy_T_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0474820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0475891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0476755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0477612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/one_hot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0478536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0479604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0480493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0481577Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0482545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0483477Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0484370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0485246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ones_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0486337Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0487204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0488007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/or_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0488896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0490020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0490868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0491794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/orgqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0492633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0493560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0494545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0495418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0496325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ormqr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0497158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0498387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0499245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0500167Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/outer_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0500994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0502034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0502951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0503793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/output_nr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0504561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0505676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0506495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0507304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0508177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0509244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0510129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0511081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pad_sequence_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0511975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0513065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0513992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0514952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pairwise_distance_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0515785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0516842Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0517711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0518517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pdist_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0519343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0520417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0521305Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0522418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0523585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0524529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0525380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0526250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0527137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/permute_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0527975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0529037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0529938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0530783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pin_memory_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0531614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0532752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0533628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0534476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pinverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0535412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0536659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0537909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0539050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0539992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0540885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_shuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0541849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0542965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0544335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0545351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0546373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0547526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pixel_unshuffle_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0548325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0549476Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0550567Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0551587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0552502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0553398Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0554512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0555460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0556364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_nll_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0557307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/poisson_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0558247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0559227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0560128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0561173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0562143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0562928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polar_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0563849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0565027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0566294Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0567453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0568627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0569569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0570591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0571678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0572681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0573593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0575096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0576030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0577074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/positive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0577900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0579229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0580204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0581072Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0581986Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0582924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0583761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0584722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/pow_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0585652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0586778Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0587689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0588617Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0589454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0590685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0592018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0593440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0594576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0595589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0596507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0597444Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0598439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0599418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/prod_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0600364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0601605Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0602662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0603606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/promote_types_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0604583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0605751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0606658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0607677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0608649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0609711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0610673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/put_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0611743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0612823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0613713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_axis_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0614633Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0615959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0617076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0617902Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0619129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_scales_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0620091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0621377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0622518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0623491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_per_channel_zero_points_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0624330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0625329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0626250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_scale_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0627170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0628213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0629155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/q_zero_point_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0630341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0631312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0632073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0632972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0633914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0634723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/qscheme_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0635614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0636761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0637583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0638500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0639500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0640689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0641668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0642704Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0643637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0644612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_channel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0645551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0646725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0647692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0648762Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0649755Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0651066Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0652394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0653497Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0654528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0656279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0657826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0659501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantize_per_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0660868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0662708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0663997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0665302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_batch_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0666723Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0668227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0669551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0670836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_gru_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0672100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0673623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0675040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0676355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_lstm_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0677641Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0679146Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0680502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0681897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0683168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0684649Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0685982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0687306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0688634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0690318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0691569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0692707Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_max_pool3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0693833Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0695253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0696520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0697600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0698766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0699983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0700999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0702090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0703219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0704407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0705551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0706414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rad2deg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0707271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0708448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0709554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0710393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0711525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0712415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0713563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0714613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0715509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rand_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0716380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0717642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0718487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0719639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0720613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0721421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0722359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0723237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0724159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randint_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0725186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0726311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0727169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0728291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0729514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0730428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0731396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0732262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0733083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0733918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0735015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0735910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0736998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0737933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0738955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0739783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/random_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0740829Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0742075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0743263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0744440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0745453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0746387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/randperm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0747275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0748367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0749449Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0750527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0751575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0752492Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0753595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/range_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0754625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0755989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0757026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0758044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/ravel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0759068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0760299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0761249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0762177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0763257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0764934Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0766005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0767109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0768335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0769727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0770803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0771915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reciprocal_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0772856Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0773965Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0775044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0776242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/record_stream_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0777352Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0778771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0779818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0780927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/refine_names_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0781980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0783267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0784868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0786063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0787169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0788274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0789583Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0790733Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0791910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0793290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0794420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0795558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0796596Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0797673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0798885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0799905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0800967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0802110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0803269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0804600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0805890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0807016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0808116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0809263Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0810316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0811298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0812298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0813363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0814727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0815896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0817182Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0818434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0819473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0820665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0821781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0823137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0824302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0825244Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0826260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0827346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0828493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0829709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0830690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reflection_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0831554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0832732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0833667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0834705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu6_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0836091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0837260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0838433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0839603Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0840507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0841415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0842315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0843671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0845054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0846233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0847179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0848184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0849299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0850393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0851330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/remainder_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0852214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0853464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0854392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0855401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rename_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0856366Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0857722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0858727Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0859715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0860515Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0861479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0862293Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0863196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/renorm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0864220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0865238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0866174Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0867512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0868928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0870095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0871333Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0872450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0873584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_interleave_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0874552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0875451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/repeat_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0876544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0877767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0879248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0880368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0881470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0882517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0883677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0884715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0885717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0886932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0887969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0889007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0890088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0891130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0892127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0893034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0893875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0894880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0895914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0897033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0897991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0899099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0900331Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0901491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0902543Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0903512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0904558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0905625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0906708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0907788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0908937Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0910215Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0911403Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0912580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0913705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0915040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0916147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0917302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0918528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0919793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0920803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0921973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/replication_pad3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0922951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0924187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0925120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0926166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/requires_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0927108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0928139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0929332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0930619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0931550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0932541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0933720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0935000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0935996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0937029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/reshape_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0938020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0939073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0940317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0941307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0942320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0943327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0944729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0945869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0946931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0948006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_as_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0949285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0950408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0951673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0952763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0953859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0954710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0955698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0956972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0957979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0958979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_conj_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0959916Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0961128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0962269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0963362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/resolve_neg_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0964343Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0965678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0966635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0967566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/result_type_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0968457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0969657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0970626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0971628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retain_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0972737Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0974258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0975310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0976568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/retains_grad_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0977461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rms_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0978961Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0980076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rms_norm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0981052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rms_norm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0982038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0983264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0984614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0985503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0986443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0987606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0988581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0989539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_relu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0990526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0991513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0992646Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0993640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0994642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_cell_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0995754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0996661Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0997612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rnn_tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0998406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.0999551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1000588Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1001590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1002445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1003317Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/roll_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1004186Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1005280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1006233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1007169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rot90_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1008000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1009214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1010365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1011447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1012529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1013402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1014349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1015281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1016081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1017264Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1018510Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1019625Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1020875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1021983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1023078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1024115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1025191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1026063Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1027307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1028340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1029454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/row_stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1030481Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1031370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1032225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1033272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1034228Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1035262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1036299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1037468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1038438Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1039442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1040551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1041556Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1042684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1043632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1044601Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rrelu_with_noise_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1045514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1046687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1047729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1048791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1049752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1050659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1051630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rshift_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1052574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1053832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1054819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1055765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1056728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1057873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1058996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1059999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1060791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1061942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1062925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1063803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1064869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1065915Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/rsub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1066803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1068321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1069356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1070396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scalar_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1071453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scaled_dot_product_attention.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1073000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1074580Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scaled_dot_product_attention_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1076010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scaled_dot_product_attention_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1076868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1077812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1079013Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1080241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1081247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1082349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1083386Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1084327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1085260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1086295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_add_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1087553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1088709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1089743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1090692Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1091730Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1092765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1093640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1094669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1095643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1096913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1097940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1099055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1099956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1101187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1102238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1103218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/scatter_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1104222Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1105206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1106219Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1107224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1108204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/searchsorted_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1109339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1110532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1111611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1112589Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1113734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1114706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/segment_reduce_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1116536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1117367Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1118612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1119982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1121018Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1122102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1123360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1124564Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1125584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1126795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1128159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1129245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1130103Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1131080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1132075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1133091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1134064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1135304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1136720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1137674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/select_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1138756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1139959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1141050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1141935Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/selu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1142742Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1143828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1144987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1146065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1147040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1147974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1149227Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1150094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1151079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_data_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1152074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1153008Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1153974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/set_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1154721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1155905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1156904Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1157819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1158768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1159666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1160498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1161359Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sgn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1162202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1163092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1164395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1165418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1166409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1167302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1168339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1169270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1170282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1171416Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1172380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1173316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1174213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1175241Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1176251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1177050Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sigmoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1177863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1179102Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1180003Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1180913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1181789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1182774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1183554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1184461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sign_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1185361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1186547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1187536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1188518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1189409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1190254Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1191177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1192134Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/signbit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1192930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1193859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1195163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1196408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1197537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1198545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1199471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1200505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1201527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1202461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1203639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1204665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1205555Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1206508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1207682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1208803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1209816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/silu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1210900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1212274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1213432Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1214756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1215533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1216409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1217249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1218095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sin_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1219137Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1221107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1222140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1223123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1224053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1225053Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1226002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1226895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1227725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1228989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1229841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1230836Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1231726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1232645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1233622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1234509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sinh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1235440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1236474Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1237410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1238304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1239268Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1240283Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1241720Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1242721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1243618Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1244674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1245538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1246654Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1247974Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1248925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1249987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1250858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_inverse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1252082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1253150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_inverse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1254169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_inverse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1255148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1256054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1257104Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1258554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1260070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1260988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1261873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slice_scatter_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1262757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1263920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1264863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1265892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slogdet_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1266754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1267885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1268788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1269800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1270812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1271799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_forward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1272619Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1273558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1274467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1275745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1276826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1277819Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1278786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1279753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1280683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1281855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1282874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1283885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1284825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1285764Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_dilated3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1286680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1287835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1288806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1289848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1290801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1291977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1292923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1293975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1294877Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1295924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1297049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1298009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1299148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/slow_conv_transpose3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1299967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1300946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1301718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1302538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1303495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1304480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1305758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1306860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1307958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1308850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1309820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1311085Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1312051Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1313033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1313860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1314884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1315885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1316806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/smooth_l1_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1317708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1318626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1319835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1320926Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1321909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1322992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1323846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1324800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/soft_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1325698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1326910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1328049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1328967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1330014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1330933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1331923Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1333005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1334387Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1335495Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1336699Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1337753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1338988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1339978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1341214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1342267Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1343376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1344375Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1345332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1346249Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1347094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softplus_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1348030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1349037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1350334Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1351582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1352758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1353846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1355143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1356326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1357512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1359064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1360338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1361462Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1362394Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1363508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1364534Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1365536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/softshrink_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1366452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1367613Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1368799Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1369866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1370853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1371776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1372612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1373507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1374368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1375236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sort_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1376261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1377442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1378489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1379395Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1380349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1381507Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1382513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1383500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_bsr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1384420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1385675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1386774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1387942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_compressed_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1388936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1390110Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1391205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1392175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1393144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_coo_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1394021Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1395187Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1396163Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1397154Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csc_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1398161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1399451Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1400435Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1401406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_csr_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1402253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1403127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1404061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1404992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1405817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1406679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1407757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1408700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1409563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_mask_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1410526Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1411491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1412638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1413711Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1414721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1415736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_and_clear_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1416960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1417919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1418917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1419786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_resize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1420771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1421795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1422793Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sparse_sampled_addmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1423705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1424958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1425968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1426950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1427906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1428919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1429857Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1430743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_airy_ai_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1431678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1432954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1433980Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1434962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1435906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1436908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1437874Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1438848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1439751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1441009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1441969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1443005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1443967Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1445005Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1445918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1446884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_j1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1447797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1449054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1450064Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1451094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1452060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1453081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1454006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1454943Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1455912Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1457279Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1458248Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1459323Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1460291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1461291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1462276Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1463179Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_bessel_y1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1464202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1465406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1466807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1467929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1469077Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1470065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1471189Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1472211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1473327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1474280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1475542Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1476866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1478082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1479151Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1480136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1481277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1482512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1483713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1484868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1486234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1487710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1488920Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1490196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1491358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1492642Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1493850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1494942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1496055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1497581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1499205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1500401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1501496Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1502621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1503948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1505147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1506236Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1507185Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1508144Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1509460Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1510528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1511573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_digamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1512456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1513886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1514801Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1515896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1516972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1518097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1519017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1519976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_entr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1521054Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1522442Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1523506Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1524370Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erf_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1525280Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1526397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1527306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1528188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1529052Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1530242Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1531206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1532238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1533152Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1534113Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1535081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1535982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfcx_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1537002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1538212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1539340Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1540390Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_erfinv_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1541356Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1542587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1543644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1544587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_exp2_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1545575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1546728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1547826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1548659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1549630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1550818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1551866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1552869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_expm1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1553858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1555037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1556030Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1557074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammainc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1558046Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1559266Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1560260Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1561205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaincc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1562083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1563396Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1564298Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1565252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_gammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1566303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1567626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1568994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1570257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1571413Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1572639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1573789Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1574924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1576083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_h_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1577410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1578880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1580455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1581595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1582875Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1584009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1585322Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1586524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1587827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_hermite_polynomial_he_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1589168Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1590141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1591232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1592205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1593732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1594959Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1596272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1597381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1598545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1599791Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1600861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i0e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1601810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1603099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1604155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1605273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1606319Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1607459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1608512Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1609569Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1610561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1611951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1612824Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1613840Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1614927Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1615918Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1616888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1617919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_i1e_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1619007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1620194Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1621721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1622817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1623954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1624909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1625973Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1627128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1628141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1629124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1630466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1631871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1633037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1634380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1635600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1636893Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1638147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1639423Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_legendre_polynomial_p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1640517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1641753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1642936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1643890Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log1p_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1644922Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1646466Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1647700Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1648806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1649843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1651080Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1652252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1653409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1654427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1655808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1656963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1658079Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_log_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1659155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1660520Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1661566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1662620Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1663446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1664767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1665786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1666757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_logsumexp_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1667691Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1668979Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1670001Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1671197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1672265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1673376Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1674484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1675487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1676545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1677924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1679203Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1680414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1681450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1682606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1683693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1684644Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_i1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1685779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1687157Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1688217Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1689501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1690669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1691811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1692825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1693861Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1694813Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1696327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1697593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1698930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1699910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1701067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1702108Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1703094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1704004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1705211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1706302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1707336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_multigammaln_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1708399Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1709626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1710632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1711456Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1712522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1713878Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1714944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1716058Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1717049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1718095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1719027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1720089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_ndtri_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1721155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1722397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1723489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1724593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_polygamma_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1725678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1726895Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1727882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1728797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_psi_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1729676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1730900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1731988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1732988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_round_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1734127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1735558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1736767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1738243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1739433Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1740659Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1741855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1743095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1744184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1745657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1746726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1747865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1749004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1765329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1766545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1767576Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1768839Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1770391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1772086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1773309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1774558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1775906Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1777212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1778623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1779687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1780750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1782040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1783420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1784629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1785754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1786732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1787753Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1788807Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1789996Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1791092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1792404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1793869Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1795009Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1796209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1797303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1798447Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1799558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1800573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1801718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1803089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1804823Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1806112Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1807384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1808741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1810081Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1811297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1812544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1813600Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1814851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1815940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1817069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_sinc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1818065Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1819568Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1820602Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1821696Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_softmax_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1822783Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1824320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1825573Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1826779Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1827900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1829015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1830061Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1831090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_spherical_bessel_j0_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1832048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1833211Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1834530Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1835685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1836792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1837898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1838909Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1840166Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1841088Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlog1py_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1842096Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1843412Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1844406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1845487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1846382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1847516Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1848945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1850040Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1851133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1852198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1853314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1854392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1855384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/special_zeta_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1856336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1857454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1858712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1859544Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1860657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1861846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1862802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1863675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1864658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1865511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1866382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1867536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1868461Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1869688Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1871004Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1872067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1873025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1874025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1874992Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1875731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1876574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1877784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1878614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1879551Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1880436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1881326Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1882213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1882988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sqrt_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1883792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1885015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1886075Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1887128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/square_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1888130Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1889327Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1890509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1891380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1892670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1894212Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1895307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1896457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1897308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1898220Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/squeeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1899314Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1900377Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1901321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1902229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1903172Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1904092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sspaddmm_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1904987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1906156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1907069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1907998Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1908821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1909867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1910851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1911800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1912632Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1913684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1914728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1915670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1916645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1917566Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1918428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1919250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1920089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/std_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1920962Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1922006Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1922914Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1923774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stft_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1924631Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1925656Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1926578Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1927491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/stride_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1928271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1929368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1930537Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1931414Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1932402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1933225Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1934175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1935017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1935818Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sub_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1936794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1938002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1939062Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1939911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/subtract_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1940741Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1941816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1942963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1944145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1945011Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1945873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1946739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1947728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1948623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1949535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1950489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1951563Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1952509Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1953429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sum_to_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1954307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1955464Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1956301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1957164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/svd_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1958099Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1959259Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1960358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1961332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapaxes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1962153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1963345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1964258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1965141Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/swapdims_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1966121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_constrain_range.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1967353Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1968388Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_constrain_range_for_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1969638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1970640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_constrain_range_for_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1971590Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_constrain_range_for_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1972494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_constrain_range_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1973404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_constrain_range_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1974202Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_numel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1975381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1976302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_numel_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1977116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_numel_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1977952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1978812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_size.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1979873Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1980731Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_size_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1981518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_size_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1982557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_storage_offset.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1983812Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1984849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_storage_offset_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1985796Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_storage_offset_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1986713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_stride.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1987851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1988867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_stride_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1989788Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/sym_stride_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1990880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1991706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1992848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1994078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1995012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1998374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1999126Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.1999882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/t_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2000614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2001421Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2002487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2003324Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2004213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_along_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2005086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2006253Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2007821Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2008837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/take_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2009685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2010854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2011732Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2012719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2013750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2014721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2015671Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2016593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tan_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2017384Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2018418Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2019683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2020725Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2021831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2022830Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2023710Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2024756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2025740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2027068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2027888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2029056Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2029956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2030932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2031938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2032798Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tanh_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2033758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2034898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2035896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2036721Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensor_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2037627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2038871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2039870Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2040882Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tensordot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2041816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2042994Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2044012Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2045048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/thnn_conv2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2045997Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2046972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2048245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2049272Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2050332Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2051372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2052522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2053614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2054759Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2056067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2057308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2058382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2059315Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2060419Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2061373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2062420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/threshold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2063221Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2064310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2065310Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2066071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tile_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2067140Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2067983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2068913Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2070158Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2071195Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2072128Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2073339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2074373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2075338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_dense_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2076321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2077301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2078517Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2079528Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2080638Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2081862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2082919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2083774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2084629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2085558Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_mkldnn_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2086488Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2087347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2088532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2089450Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2090429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_padded_tensor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2091329Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2092347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2093489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2094452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2095459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2096587Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2097738Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2098663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2099553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_bsr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2100640Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2101499Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2102621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2103471Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2104358Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2105232Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2106238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2107191Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2107999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_csr_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2108933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2109802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/to_sparse_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2110539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2111676Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2112523Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2113382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2114281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2115170Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2116059Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2116898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/topk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2117792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2118693Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2119989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2121043Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2121999Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2123156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2124214Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2125292Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2126284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2127120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2128055Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2129335Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2130614Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2131690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2132917Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2134270Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2135291Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2136407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2137313Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2138628Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/transpose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2139491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2140502Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2141489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2142427Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapezoid_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2143247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2144430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2145469Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2146339Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trapz_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2147309Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2148683Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2149845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2150963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2151991Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2153093Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2154107Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2155133Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triangular_solve_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2156124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2157365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2158262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2159233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2160258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2161405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2162494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2163565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2164529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2165611Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2166622Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2167636Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2168776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2169686Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/tril_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2170815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2172275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2173380Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2174519Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triplet_margin_loss_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2175473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2176786Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2177745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2178846Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2179662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2180932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2181948Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2182944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2183837Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2184722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_indices_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2185694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2186681Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2187511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2188417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/triu_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2189265Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2190360Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2191321Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2192247Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/true_divide_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2193068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2194262Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2195206Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2196118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2196983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2197956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2198810Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2199626Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/trunc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2200514Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2201570Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2202443Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2203365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/type_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2204635Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2206385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2208101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2209482Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2210811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2212098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2212988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2213876Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2214760Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2215657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unbind_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2216657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2217811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2218955Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2220120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2221173Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2222143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_dense_tensors_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2223277Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2224224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unflatten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2225067Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2226068Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2227336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2228536Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2229581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2230621Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2231527Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2232385Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2233404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2234513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2235397Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2236198Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2237048Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2237887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2238729Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2239594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2240371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unfold_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2241143Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2242139Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2242977Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2243868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2244719Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2245529Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2246312Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/uniform_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2247129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2248188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2249095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2250069Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2250933Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2251911Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2252976Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2254281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2255479Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2257000Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2258401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2259669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2260736Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2261771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_consecutive_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2262930Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2263987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2264921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2265854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unique_dim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2266843Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2268125Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2269156Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2270237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_chunk_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2271503Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2273097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2274015Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2274910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2275854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2277002Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2277988Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2278972Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsafe_split_with_sizes_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2279835Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2281071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2282022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2283281Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2284115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2285627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2287034Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2288424Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2289828Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/unsqueeze_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2291271Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2292595Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2294434Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2295643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2297035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2298071Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2299472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2300490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2301672Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2303161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2304458Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2305645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2306579Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2307745Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2308860Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2309747Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2310685Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bicubic2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2311582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2312498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2313968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2315073Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2316258Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2317363Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2318490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2319690Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2320868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2322299Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2323643Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2324863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2325984Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2327231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2328459Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2329623Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2330795Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_bilinear2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2331784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2332880Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2334286Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2335383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2336883Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2337953Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2339177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2340251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2341301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2342752Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2344193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2345440Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2346770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2347834Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2349078Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2350181Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2351345Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_linear1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2352591Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2353845Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2355245Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2356430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2357472Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2358445Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2359607Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2360612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2361630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2362854Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2364029Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2365213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2366216Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2367184Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2368252Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2369251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2370303Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest1d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2371325Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2372408Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2373774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2375082Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2376498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2378060Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2379316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2380373Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2381347Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2382816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2384306Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2385480Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2386715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2387928Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2389197Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2390297Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2391630Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest2d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2392532Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2393535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2395037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2396250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2397501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2398437Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2399565Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2400634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2401663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2403032Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2404545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2405680Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2406865Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2407853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2408850Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2410115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2411127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_nearest3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2412302Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2413311Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2414802Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2416049Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2417330Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2418454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2419667Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2420774Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2421929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2423196Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2424338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2425372Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2426428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2427484Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2428554Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2429448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2430457Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/upsample_trilinear3d_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2431547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2432806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2433940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2434924Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/value_selecting_reduction_backward_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2435811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2436910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2437708Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2438848Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2440121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2441016Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2441831Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2442756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2443682Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/values_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2444616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2445884Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2446863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2447709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vander_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2448557Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2449712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2450758Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2451674Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2452548Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2453756Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2454886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2455971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2457164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2458098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2459261Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_mean_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2460042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2460863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/var_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2461715Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2462990Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2463958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2464866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2465734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2466494Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vdot_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2467338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2468257Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2469127Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2469978Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2471090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2472475Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2473545Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2474533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2475718Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2477044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2478010Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2478910Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2479800Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_complex_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2480851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2481709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2482560Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2483350Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2484391Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2485675Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2487022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2487987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2488936Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2489863Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2490969Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2491946Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2492858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2493794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_as_real_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2494982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2495940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2497393Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2498894Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2499896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2500871Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_copy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2501751Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2502817Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2503905Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2504891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2505827Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/view_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2506866Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2508153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2509101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2510117Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vsplit_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2511094Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2512150Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2513114Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2514116Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/vstack_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2514982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2516251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2517208Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2518364Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2519188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2520204Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/where_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2521057Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2522383Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2523734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2524666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2525575Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2526572Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_meta.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2527763Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2528784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2529574Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xlogy_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2530468Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2532044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2532820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2533652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/xor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2534538Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2535629Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2536792Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_cpu_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2537765Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_cuda_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2538950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_meta_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2540038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2541101Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zero_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2542035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2543017Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2543794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2544808Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2546188Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2547417Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2548415Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_like_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2549207Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_native.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2550193Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/ops/zeros_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/ops 2024-04-03T17:09:30.2550563Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2551722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ApplyGridUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2552687Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/AsmUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2553684Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/Atomic.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2554832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/DeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2555844Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPApplyUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2556888Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPGraphsUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2557944Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPTensorMethods.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2558951Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/NumericLimits.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2559950Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/PhiloxUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2560804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2561761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/cub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2562780Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/cub_definitions.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2563728Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ATenHIPGeneral.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2564809Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/CachingHostAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2565820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2566744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2567694Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2568616Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2569513Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2570561Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPContextLight.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2571498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPDataType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2572452Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPDevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2573341Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2574404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2575284Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPGraph.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2576229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPSparse.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2577470Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPSparseBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2578663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPSparseDescriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2579639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/HIPUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2580811Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/PeerToPeerAccess.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2581806Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/PhiloxCudaState.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2582761Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/PinnedMemoryAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2583940Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/Sleep.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2584862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/ThrustAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2585637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/cub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2586658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/jiterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2587552Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/jiterator_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2588627Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/llvm_jit_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip 2024-04-03T17:09:30.2589013Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2590115Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/IndexUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2591355Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/IntegerDivider.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2592489Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/OffsetCalculator.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2593678Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2594673Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/TensorInfo.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2595968Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/UnpackRaw.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2597095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/DeviceThreadHandles.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2598233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/HIPHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2599344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/KernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2600465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/detail/LazyNVRTC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/detail 2024-04-03T17:09:30.2600905Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2024-04-03T17:09:30.2602175Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2024-04-03T17:09:30.2603593Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2024-04-03T17:09:30.2604794Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2024-04-03T17:09:30.2606022Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/impl 2024-04-03T17:09:30.2606391Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/tunable 2024-04-03T17:09:30.2607553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable/GemmCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/tunable 2024-04-03T17:09:30.2608852Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable/GemmHipblaslt.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/tunable 2024-04-03T17:09:30.2610035Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable/GemmRocblas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/tunable 2024-04-03T17:09:30.2611250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable/StreamTimer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/tunable 2024-04-03T17:09:30.2612295Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable/Tunable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/tunable 2024-04-03T17:09:30.2613453Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable/TunableGemm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/tunable 2024-04-03T17:09:30.2614535Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/hip/tunable/TunableOp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/hip/tunable 2024-04-03T17:09:30.2614901Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2615885Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/EmptyTensor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2616897Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/IndexKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2617929Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2619320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSAllocatorInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2620109Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSDevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2621090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2621987Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2622981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2623816Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2624784Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSProfiler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2625662Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/mps/MPSStream.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/mps 2024-04-03T17:09:30.2626033Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T17:09:30.2627070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/Descriptors.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T17:09:30.2628138Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T17:09:30.2629044Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/Handle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T17:09:30.2629858Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T17:09:30.2630743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T17:09:30.2631767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/miopen/miopen-wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/miopen 2024-04-03T17:09:30.2632200Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2633365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/AcceleratorHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2634406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/CUDAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2635285Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/FunctionTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2636401Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/HIPHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2638867Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/IPUHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2641132Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/MPSHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2643357Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/MTIAHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2645490Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/ORTHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2647594Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/PrivateUse1HooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2649722Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/detail/XPUHooksInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/detail 2024-04-03T17:09:30.2651203Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2652770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2654900Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/AdaptivePooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2657487Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/AmpKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2659705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BatchLinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2661540Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2663430Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/BucketizationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2665411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CPUBlas.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2667406Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CPUFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2669269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CanUse32BitIndexMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2671645Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ComplexHelper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2674020Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2676365Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/CompositeRandomAccessorCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2678404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2680155Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ConvolutionMM3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2682428Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2684754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Cross.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2687304Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DilatedConvolutionUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2689849Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DispatchStub.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2691851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Distance.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2694145Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2696771Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2699218Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/EmbeddingBag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2701316Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Fill.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2703436Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ForeachUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2705582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/FractionalMaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2707754Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/FunctionOfAMatrixUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2709921Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2711956Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/GridSamplerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2714097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Histogram.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2716164Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2718231Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/IndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2720183Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Lerp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2722047Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LinearAlgebra.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2724121Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LinearAlgebraUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2726129Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/LossMulti.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2728098Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Math.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2730136Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MathBitFallThroughLists.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2732308Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MathBitsFallback.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2734169Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/MaxPooling.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2736318Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/NonEmptyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2738522Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/NonSymbolicBC.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2740826Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2742734Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Padding.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2744726Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/PixelShuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2746709Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/PointwiseOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2748652Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Pool.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2750750Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Pow.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2752518Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/RNN.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2754584Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/RangeFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2756511Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceAllOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2758392Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2760448Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReduceOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2762371Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ReductionType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2764368Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Repeat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2766269Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2768124Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ResizeCommon.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2770148Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/ScatterGatherChecks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2772243Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SegmentReduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2774178Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SharedReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2776612Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SobolEngineOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2779026Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2780931Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SortingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2783092Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SparseTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2785336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/SpectralOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2787550Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/StridedRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2789963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorAdvancedIndexing.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2792290Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorAdvancedIndexingUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2794454Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorCompare.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2796525Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorConversions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2798585Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorDimApply.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2800689Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2802757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorIterator.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2804958Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorIteratorDynamicCasting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2807344Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2809382Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorShape.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2811547Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TensorTransformations.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2814105Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TopKImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2816233Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TransposeType.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2818521Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TriangularOpsUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2820665Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/TypeProperties.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2822768Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UnaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2824767Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Unfold2d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2826766Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/Unfold3d.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2828841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UnfoldBackward.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2830853Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/UpSample.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2832995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/batch_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2835033Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/group_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2837084Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/im2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2839251Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/im2col_shape_check.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2841400Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/layer_norm.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2843346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/verbose_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2845275Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/vol2col.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native 2024-04-03T17:09:30.2846771Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2848606Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/AtomicAddFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2850919Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/CatKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2853409Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/ChannelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2855634Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/CopyKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2858473Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/DepthwiseConvKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2861825Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2865282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/GridSamplerKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2867677Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/IndexKernelUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2869982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2871981Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/IsContiguous.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2874349Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/LogAddExp.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2876859Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Loops.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2879892Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/MaxUnpoolKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2883037Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/PixelShuffleKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2885739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/Reduce.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2888524Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/ReduceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2891851Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SampledAddmmKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2894705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SerialStackImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2897679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SoftmaxKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2900705Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/SpmmReduceKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2903637Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/StackKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2906739Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2909908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/WeightNormKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2912706Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/avx_mathfun.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2915841Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/int_mm_kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2918804Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/mixed_data_type.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2921887Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/moments_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2924960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2927781Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cpu/zmath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cpu 2024-04-03T17:09:30.2929916Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2932160Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2935213Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2938582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2941230Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2943491Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2945952Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2948237Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2950500Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2952891Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2955123Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2957014Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2959083Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2961210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2963669Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2966205Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2968803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2971374Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2973717Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2976288Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2978966Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2981070Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2983351Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2985501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CUDAJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2987668Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/CUDALoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2990713Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2993740Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2996582Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.2998963Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3001407Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3003743Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3005989Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3008100Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3009983Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3012076Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3014273Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3016679Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3019177Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3021446Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3023658Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3026153Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3028402Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3030776Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3033120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3035508Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3037815Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3039938Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3042210Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3044381Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3046541Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3049007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3051278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3053797Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3056274Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/fused_adamw_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3058899Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3061278Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3063336Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/cuda/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/cuda 2024-04-03T17:09:30.3064958Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3066663Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Activation.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3069301Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/BinaryInternal.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3071785Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/CompositeRandomAccessor.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3074159Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3076505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/CuFFTPlanCache.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3078868Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/CuFFTUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3081533Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/DistributionTemplates.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3084209Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Distributions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3086712Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/GridSampler.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3089320Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3091467Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/LaunchUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3093820Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/MiscUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3096025Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ReduceOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3098086Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Resize.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3100361Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ScanKernels.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3102598Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Sort.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3104647Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortStable.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3106925Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Sorting.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3109346Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/TensorModeKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3111539Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/TensorTopK.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3113666Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/jit_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3115903Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/thread_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3118091Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/DeviceSqrt.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3120493Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3122942Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ForeachFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3125120Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ForeachMinMaxFunctors.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3127505Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/GridSampler.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3130090Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/HIPJitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3132553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/HIPLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3135042Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/JitLoops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3137501Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/KernelUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3139945Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Loops.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3142234Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Math.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3144097Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/MemoryAccess.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3146338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/MultiTensorApply.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3148757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Normalization.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3151229Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/PersistentSoftmax.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3153657Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Pow.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3156007Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Randperm.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3158348Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/Reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3160770Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/ScanUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3163161Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3165429Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortingCommon.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3167954Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/SortingRadixSelect.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3170282Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/TensorModeKernel.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3172879Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/UniqueCub.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3175250Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/UpSample.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3177855Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/block_reduce.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3180439Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adam_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3182932Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adam_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3185342Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adam_utils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3187832Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adamw_amsgrad_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3190300Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/fused_adamw_impl.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3192698Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/im2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3194995Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/reduction_template.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3197405Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/hip/vol2col.cuh -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/hip 2024-04-03T17:09:30.3199059Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T17:09:30.3200744Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T17:09:30.3203180Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/MPSGraphSonomaOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T17:09:30.3205670Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/MPSGraphVenturaOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T17:09:30.3207971Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/OperationUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T17:09:30.3210465Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/TensorFactory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T17:09:30.3212960Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/mps/UnaryConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/mps 2024-04-03T17:09:30.3214673Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T17:09:30.3216586Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorBinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T17:09:30.3219238Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorFactories.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T17:09:30.3221553Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorMath.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T17:09:30.3224224Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T17:09:30.3227147Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorTransformerUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T17:09:30.3229975Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/nested/NestedTensorUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/nested 2024-04-03T17:09:30.3231697Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T17:09:30.3233695Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/AffineQuantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T17:09:30.3236362Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/AffineQuantizerBase.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T17:09:30.3238838Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/ConvUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T17:09:30.3241118Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/Copy.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T17:09:30.3243455Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/FakeQuantAffine.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T17:09:30.3245803Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/IndexKernel.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T17:09:30.3248246Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/PackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized 2024-04-03T17:09:30.3249914Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3251896Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/BinaryOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3254581Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3257411Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/OnednnUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3260038Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3262639Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QuantUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3265404Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/QuantizedOps.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3268074Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/RuyUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3270757Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/XnnpackUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3273338Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/conv_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3275898Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/fbgemm_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3278410Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/init_qnnpack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3280982Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/qembeddingbag.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3283604Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/quantized/cpu 2024-04-03T17:09:30.3285468Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/native/utils 2024-04-03T17:09:30.3287027Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils/Factory.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/utils 2024-04-03T17:09:30.3289095Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils/ParamUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/utils 2024-04-03T17:09:30.3291908Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/native/utils/ParamsHash.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/native/utils 2024-04-03T17:09:30.3293375Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2024-04-03T17:09:30.3294862Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized/QTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2024-04-03T17:09:30.3297089Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/quantized/Quantizer.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/quantized 2024-04-03T17:09:30.3298545Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu 2024-04-03T17:09:30.3299886Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/XPUContext.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu 2024-04-03T17:09:30.3301655Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/XPUDevice.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu 2024-04-03T17:09:30.3303498Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/XPUEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu 2024-04-03T17:09:30.3305307Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/XPUGeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu 2024-04-03T17:09:30.3306866Z creating build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu/detail 2024-04-03T17:09:30.3308420Z copying build/lib.linux-x86_64-cpython-38/torch/include/ATen/xpu/detail/XPUHooks.h -> build/bdist.linux-x86_64/wheel/torch/include/ATen/xpu/detail 2024-04-03T17:09:30.3309871Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2 2024-04-03T17:09:30.3310766Z creating build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T17:09:30.3312339Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/crc_alt.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T17:09:30.3314434Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/file_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T17:09:30.3316699Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/in_memory_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T17:09:30.3319010Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/inline_container.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T17:09:30.3321332Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/istream_adapter.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T17:09:30.3323524Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/read_adapter_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T17:09:30.3325643Z copying build/lib.linux-x86_64-cpython-38/torch/include/caffe2/serialize/versions.h -> build/bdist.linux-x86_64/wheel/torch/include/caffe2/serialize 2024-04-03T17:09:30.3326924Z creating build/bdist.linux-x86_64/wheel/torch/include/c10 2024-04-03T17:09:30.3327773Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2024-04-03T17:09:30.3329121Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2024-04-03T17:09:30.3331096Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/Macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2024-04-03T17:09:30.3332969Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/macros/cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/macros 2024-04-03T17:09:30.3334446Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3335818Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Allocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3338402Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/AutogradState.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3340815Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Backend.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3342621Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CPUAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3344781Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CompileTimeFunctionPointer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3346927Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ConstantSymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3349111Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Contiguity.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3351143Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/CopyBytes.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3353047Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DefaultDtype.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3355139Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DefaultTensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3357378Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3359356Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceArray.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3361571Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3363392Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DeviceType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3365321Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DispatchKey.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3367386Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3369372Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/DynamicCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3371190Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3373142Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/GeneratorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3375069Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/GradMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3377573Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3379725Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3381571Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3383641Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/OptionalRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3385666Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/PyHandleCache.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3387928Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/QEngine.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3390351Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3392973Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/RefcountedDeleter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3395391Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SafePyObject.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3397110Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Scalar.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3398868Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ScalarType.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3400681Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/ScalarTypeToTypeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3402950Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3405579Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/StorageImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3408097Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3409956Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/StreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3411954Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymBool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3414204Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymFloat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3416758Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymInt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3419355Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymIntArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3421580Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymNodeImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3424039Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/SymbolicShapeMeta.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3426538Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/TensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3428700Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/TensorOptions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3431082Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/UndefinedTensorImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3433333Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/WrapDimMinimal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3435240Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/alignment.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3437076Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core 2024-04-03T17:09:30.3438409Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3455581Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/COW.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3458499Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/COWDeleter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3460604Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/DeviceGuardImplInterface.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3463002Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/FakeGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3465080Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/GPUTrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3467181Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/HermeticPyObjectTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3469264Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineDeviceGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3471266Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineEvent.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3473269Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/InlineStreamGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3475550Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/LocalDispatchKeySet.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3477676Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3479848Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PyObjectSlot.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3481951Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/PythonDispatcherTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3483984Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/SizesAndStrides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3486032Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/TorchDispatchModeTLS.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3488161Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/VirtualGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3490276Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/core/impl/alloc_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/core/impl 2024-04-03T17:09:30.3491653Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3493071Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/AbortHandler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3494917Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/AlignOf.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3496802Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ApproximateClock.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3498900Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Array.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3500724Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3502507Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3504403Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16-math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3506199Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/BFloat16.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3508322Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Backtrace.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3510697Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3512753Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/C++17.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3514519Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/CallOnce.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3516316Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ConstexprCrc.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3518316Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/DeadlockDetection.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3520388Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Deprecated.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3522452Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/DimVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3524522Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Exception.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3526650Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ExclusivelyOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3529042Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ExclusivelyOwnedTensorTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3531395Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/FbcodeMaps.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3533434Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Flags.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3535481Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e4m3fn-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3537831Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e4m3fn.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3540012Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e4m3fnuz-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3542016Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e4m3fnuz.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3544057Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e5m2-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3546069Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e5m2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3547856Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e5m2fnuz-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3549804Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_e5m2fnuz.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3551697Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Float8_fnuz_cvt.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3553733Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/FunctionRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3555657Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Half-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3557499Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Half.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3559283Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/IdWrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3561325Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/LeftRight.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3563210Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Load.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3564946Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Logging.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3566897Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/MathConstants.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3568791Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/MaybeOwned.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3570718Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Metaprogramming.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3572583Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Optional.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3574475Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/OptionalArrayRef.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3576601Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ParallelGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3578732Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Registry.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3580755Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ScopeExit.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3582759Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/SmallBuffer.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3584692Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/SmallVector.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3586629Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/StringUtil.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3588518Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Synchronized.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3590361Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ThreadLocal.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3592462Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ThreadLocalDebugInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3594635Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3597094Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeCast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3599732Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeIndex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3601959Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeList.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3603952Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeSafeSignMath.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3606098Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/TypeTraits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3608270Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Unicode.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3610225Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/UniqueVoidPtr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3612315Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/Unroll.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3614269Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/accumulate.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3616022Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/bit_cast.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3617983Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/bits.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3619703Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3621480Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3623495Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/complex_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3625379Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/copysign.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3627185Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/env.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3628874Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3630605Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/floating_point_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3632469Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/generic_math.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3634167Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3636044Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/int128.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3637752Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/intrusive_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3639419Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/irange.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3641182Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/llvmMathExtras.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3643085Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/logging_is_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3645052Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/logging_is_not_google_glog.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3646879Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/numa.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3648726Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/order_preserving_flat_hash_map.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3650542Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/overloaded.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3652251Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3654086Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/qint32.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3655772Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/qint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3657827Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint2x4.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3659716Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint4x2.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3661389Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/quint8.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3663093Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/safe_numerics.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3664839Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/signal_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3666938Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/sparse_bitset.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3669145Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/ssize.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3671085Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/static_tracepoint.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3673199Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/static_tracepoint_elfx86.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3675135Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/strides.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3677030Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/string_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3678831Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/string_view.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3680790Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/strong_type.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3682664Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/tempfile.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3684566Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/thread_name.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3686597Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3688425Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/util/win32-headers.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/util 2024-04-03T17:09:30.3689737Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3691287Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3693409Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAAllocatorConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3696294Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDACachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3698188Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDADeviceAssertion.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3700275Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDADeviceAssertionHost.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3702125Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3703946Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3705875Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3707716Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3709527Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3711377Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3713329Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3715210Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/CUDAStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3717094Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/driver_api.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda 2024-04-03T17:09:30.3718451Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2024-04-03T17:09:30.3720115Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/CUDAGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2024-04-03T17:09:30.3722113Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/cuda/impl/CUDATest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/cuda/impl 2024-04-03T17:09:30.3723415Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3724945Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPAlgorithm.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3727780Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPAllocatorConfig.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3729642Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPCachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3731670Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPDeviceAssertion.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3733586Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPDeviceAssertionHost.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3735512Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3736421Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3737482Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPGraphsC10Utils.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3738577Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPGuard.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3739682Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3740852Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPMathCompat.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3741981Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPMiscFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3743122Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/HIPStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3744159Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/driver_api.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip 2024-04-03T17:09:30.3744591Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2024-04-03T17:09:30.3745745Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl/hip_cmake_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2024-04-03T17:09:30.3746882Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl/HIPGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2024-04-03T17:09:30.3747998Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/hip/impl/HIPTest.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/hip/impl 2024-04-03T17:09:30.3748302Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T17:09:30.3749296Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUCachingAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T17:09:30.3750185Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUDeviceProp.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T17:09:30.3751189Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUException.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T17:09:30.3752010Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUFunctions.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T17:09:30.3752781Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUMacros.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T17:09:30.3753686Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/XPUStream.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu 2024-04-03T17:09:30.3754033Z creating build/bdist.linux-x86_64/wheel/torch/include/c10/xpu/impl 2024-04-03T17:09:30.3754909Z copying build/lib.linux-x86_64-cpython-38/torch/include/c10/xpu/impl/XPUGuardImpl.h -> build/bdist.linux-x86_64/wheel/torch/include/c10/xpu/impl 2024-04-03T17:09:30.3755345Z creating build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T17:09:30.3756155Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T17:09:30.3757095Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/custom_class_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T17:09:30.3757820Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/library.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T17:09:30.3758745Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T17:09:30.3759522Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/extension.h -> build/bdist.linux-x86_64/wheel/torch/include/torch 2024-04-03T17:09:30.3760003Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3760959Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3762131Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/CudaIPCTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3763107Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/DataLoader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3764058Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3764833Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Dtype.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3765818Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/DynamicTypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3766776Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3767744Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Generator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3768693Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Layout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3769670Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/MemoryFormat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3770606Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3771546Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/PyInterpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3772531Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/QScheme.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3773442Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Size.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3774489Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Storage.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3775529Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/StorageMethods.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3776561Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/StorageSharing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3777542Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3778481Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/THConcat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3779424Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/THP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3780381Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/TypeInfo.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3781415Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/Types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3782291Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/copy_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3783403Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/itt_wrapper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3784249Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/python_dimname.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3785270Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/python_headers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3786165Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3787105Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc 2024-04-03T17:09:30.3787528Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api 2024-04-03T17:09:30.3787926Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include 2024-04-03T17:09:30.3788387Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3789671Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/all.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3790971Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/arg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3792342Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3793739Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3795111Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3796308Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/enum.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3797851Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/expanding_array.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3799349Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/fft.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3801148Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/imethod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3802801Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3804530Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/linalg.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3805987Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/mps.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3807699Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3809181Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3810890Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3812778Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/ordered_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3814031Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3815146Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3816346Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/sparse.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3817702Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/special.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3819161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/torch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3820305Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3821626Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3822934Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/xpu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3824287Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/version.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch 2024-04-03T17:09:30.3824923Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:30.3826383Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:30.3827909Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:30.3829252Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:30.3830584Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/example.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:30.3831966Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:30.3833600Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:30.3835109Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:30.3836523Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/worker_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data 2024-04-03T17:09:30.3837174Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T17:09:30.3838874Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T17:09:30.3840840Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T17:09:30.3842840Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/dataloader 2024-04-03T17:09:30.3843461Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:30.3845472Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:30.3846910Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:30.3848457Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/map.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:30.3849901Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:30.3851443Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/shared.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:30.3852996Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:30.3854488Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/datasets 2024-04-03T17:09:30.3855061Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T17:09:30.3856729Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T17:09:30.3858553Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/queue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T17:09:30.3860109Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/detail 2024-04-03T17:09:30.3860714Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:30.3862411Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:30.3864228Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:30.3865683Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:30.3867339Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:30.3868914Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:30.3870623Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:30.3872068Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/samplers/stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/samplers 2024-04-03T17:09:30.3872700Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:30.3874175Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:30.3875800Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/collate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:30.3877473Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:30.3879157Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/stack.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:30.3880865Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/data/transforms 2024-04-03T17:09:30.3881425Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T17:09:30.3882859Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T17:09:30.3884063Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/detail/static.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/detail 2024-04-03T17:09:30.3884646Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:30.3885863Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/cloneable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:30.3887345Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:30.3888460Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:30.3889730Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:30.3891101Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:30.3892359Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:30.3893550Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:30.3894789Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/pimpl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:30.3896096Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn 2024-04-03T17:09:30.3896793Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3898430Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3899969Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3901421Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3902975Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3904647Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3906030Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3907475Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3909014Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3910568Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3912112Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3913720Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3915273Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3916879Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3918263Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3919706Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3921089Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/functional/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/functional 2024-04-03T17:09:30.3921689Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3923435Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3925288Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3926882Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3928421Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3930191Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3931814Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3933388Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3934808Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3936385Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3937778Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3939301Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3940727Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3942086Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3943550Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3945124Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3946522Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3948119Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3949834Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3951514Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3953079Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3954392Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/options/vision.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/options 2024-04-03T17:09:30.3955118Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3956542Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3958149Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/activation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3959680Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3961336Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3962882Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3965070Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/conv.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3966523Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3967974Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3969295Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3970763Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/fold.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3972312Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3973901Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3975497Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/loss.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3977159Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3978714Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/padding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3980165Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3981458Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3982690Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3984148Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3985914Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3987471Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3988962Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3990544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules 2024-04-03T17:09:30.3991225Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.3992863Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.3994641Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.3996348Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.3998040Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.3999791Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.4001784Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.4003805Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.4005773Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.4007622Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.4009364Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/modules/container 2024-04-03T17:09:30.4009901Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-04-03T17:09:30.4011671Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/parallel 2024-04-03T17:09:30.4012378Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T17:09:30.4013874Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T17:09:30.4015591Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T17:09:30.4017301Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/nn/utils 2024-04-03T17:09:30.4017863Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:30.4019290Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adagrad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:30.4020692Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adam.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:30.4022006Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/adamw.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:30.4023353Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/lbfgs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:30.4024686Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/optimizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:30.4025990Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/rmsprop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:30.4027318Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/serialize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:30.4028734Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/sgd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim 2024-04-03T17:09:30.4029347Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T17:09:30.4030967Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T17:09:30.4032708Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T17:09:30.4034318Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/optim/schedulers 2024-04-03T17:09:30.4034966Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T17:09:30.4036581Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T17:09:30.4038190Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/input-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T17:09:30.4039737Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/output-archive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T17:09:30.4041087Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/api/include/torch/serialize/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/api/include/torch/serialize 2024-04-03T17:09:30.4041530Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4042661Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/FunctionsManual.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4043755Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/InferenceMode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4044843Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/VariableTypeUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4045799Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4046892Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4048380Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4049489Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/cpp_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4050672Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/custom_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4051787Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4052774Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4053808Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/forward_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4054870Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4056020Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/function_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4057151Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/grad_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4058194Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/graph_task.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4059380Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/input_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4060594Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/input_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4061668Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/jit_decomp_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4062654Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4063893Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_kineto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4065031Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4066272Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/profiler_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4067321Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_anomaly_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4068403Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4069777Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_cpp_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4071051Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_engine.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4072210Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_enum_tag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4073465Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_fft_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4074612Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4075778Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4076918Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_legacy_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4078281Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_linalg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4079543Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_nested_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4080691Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_nn_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4082055Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4083246Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_sparse_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4084400Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_special_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4085561Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_torch_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4086608Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4087887Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/python_variable_indexing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4089123Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/record_function_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4090371Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/saved_variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4091591Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/saved_variable_hooks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4092641Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/symbolic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4093718Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/variable.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4094794Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/variable_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd 2024-04-03T17:09:30.4095263Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:30.4096531Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/accumulate_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:30.4097638Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/basic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:30.4098883Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:30.4099956Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:30.4101099Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:30.4102215Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/functions/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/functions 2024-04-03T17:09:30.4102730Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:30.4103931Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:30.4105077Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/python_return_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:30.4106213Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/VariableType.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:30.4107311Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/Functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:30.4108535Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/variable_factories.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:30.4109643Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/generated/ViewFuncs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/generated 2024-04-03T17:09:30.4110054Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:30.4111229Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/error_messages.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:30.4112317Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/grad_layout_contract.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:30.4113392Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/lambda_post_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:30.4114519Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/python_arg_parsing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:30.4115544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/warnings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:30.4116595Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/autograd/utils/wrap_outputs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/autograd/utils 2024-04-03T17:09:30.4116941Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4117970Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4118826Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4119727Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4120594Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4121423Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/THCP.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4122267Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4123154Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/device_set.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4124060Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/memory_snapshot.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4124942Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4125906Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/python_comm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4126798Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/cuda/python_nccl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/cuda 2024-04-03T17:09:30.4127186Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed 2024-04-03T17:09:30.4127614Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4128741Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TraceUtils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4129769Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/c10d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4130810Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/debug.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4131834Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4132904Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4133960Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4135107Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/python_comm_hook.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4136240Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/socket.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4137307Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Backend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4138685Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4139778Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/FileStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4140940Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4142123Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4143200Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/HashStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4144285Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4145434Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4146594Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4147723Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4148872Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4150024Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4151169Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4152417Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4153560Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4154730Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4155863Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4156940Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/RankLocal.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4158036Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Store.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4159119Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TCPStore.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4160265Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4161314Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Types.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4162511Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4163642Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4164766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4165823Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Utils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4166930Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4167971Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/Work.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4169050Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4170176Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4171288Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4172338Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/logger.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4173419Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/reducer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4174548Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4175639Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/c10d/sequence_num.hpp -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/c10d 2024-04-03T17:09:30.4176065Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4177211Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/agent_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4178342Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4179365Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/py_rref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4180476Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4181574Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4182668Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4183734Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4184829Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4185960Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4187087Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4188227Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4189355Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4190399Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4191543Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rpc_command_base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4192606Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4193646Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4194706Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/rref_proto.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4195816Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4196932Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4197988Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/script_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4199090Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4200202Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4201329Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/torchscript_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4202396Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4203510Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4205041Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4206825Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/rpc/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/rpc 2024-04-03T17:09:30.4207447Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd 2024-04-03T17:09:30.4207989Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T17:09:30.4209297Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/context/container.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T17:09:30.4210548Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/context/context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/context 2024-04-03T17:09:30.4211075Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T17:09:30.4212398Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T17:09:30.4213777Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/functions 2024-04-03T17:09:30.4214346Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4215827Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4217326Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4218845Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4220288Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4221690Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4223046Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4224416Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4225858Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4227199Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4228557Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/distributed/autograd/rpc_messages 2024-04-03T17:09:30.4228923Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4229837Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/cache_entry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4230817Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/compiled_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4231749Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/cpp_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4232683Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/cpython_defs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4233601Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/debug_macros.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4234508Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/eval_frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4235427Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/extra_state.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4236364Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4237248Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4238242Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/python_compiled_autograd.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4239119Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/dynamo/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/dynamo 2024-04-03T17:09:30.4239501Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor 2024-04-03T17:09:30.4240487Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/inductor_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor 2024-04-03T17:09:30.4240959Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T17:09:30.4242264Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T17:09:30.4243455Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T17:09:30.4244652Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T17:09:30.4245725Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runner/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runner 2024-04-03T17:09:30.4246241Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:30.4247374Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:30.4248508Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:30.4249611Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:30.4250691Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/model.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:30.4251843Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/model_container.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:30.4253010Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:30.4254141Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:30.4255213Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:30.4256399Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_runtime 2024-04-03T17:09:30.4256860Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T17:09:30.4257995Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T17:09:30.4259205Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T17:09:30.4260256Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch 2024-04-03T17:09:30.4260712Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-04-03T17:09:30.4261838Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/c/shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch/c 2024-04-03T17:09:30.4262365Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T17:09:30.4263593Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T17:09:30.4264812Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/inductor/aoti_torch/generated 2024-04-03T17:09:30.4265162Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2024-04-03T17:09:30.4266004Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/jit_log.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2024-04-03T17:09:30.4266881Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/jit_opt_limit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2024-04-03T17:09:30.4267844Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/resource_guard.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit 2024-04-03T17:09:30.4268234Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:30.4269225Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:30.4270448Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_debug_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:30.4271507Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:30.4272561Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_detail.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:30.4273667Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:30.4274696Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:30.4275748Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:30.4276809Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_preprocess.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:30.4277875Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/backends/backend_resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/backends 2024-04-03T17:09:30.4278320Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4279334Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/add_if_then_else.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4280341Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/annotate_warns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4281309Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/autocast.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4282313Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/bailout_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4283305Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/batch_mm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4284322Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/canonicalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4285541Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4286574Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/check_strict_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4287590Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/clear_profiling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4288619Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/clear_undefinedness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4289784Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4290756Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/concat_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4291793Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/constant_pooling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4292832Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/constant_propagation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4294016Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4295127Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/create_functional_graphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4296230Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/dead_code_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4297248Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/decompose_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4298371Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/device_type_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4299371Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/dtype_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4300459Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/eliminate_no_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4301478Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/erase_number_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4302544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4303519Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fold_conv_bn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4304523Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fold_linear_bn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4305555Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/freeze_module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4306585Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_concat_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4307663Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4308685Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_conv_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4309766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4310864Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_linear_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4311907Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4312955Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4313932Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fuse_linear.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4314909Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/fuse_relu.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4315882Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4316957Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4317980Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/guard_elimination.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4319035Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4320105Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4321116Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_fork_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4322325Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inline_forked_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4323297Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inliner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4324289Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/inplace_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4325290Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/insert_guards.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4326387Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/integer_value_refinement.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4327391Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lift_closures.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4328358Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/liveness.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4329356Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/loop_unrolling.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4330345Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_grad_of.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4331317Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_graph.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4332355Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/lower_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4333339Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/metal_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4334331Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4335382Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4336459Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/normalize_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4337502Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4338566Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4339560Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/pass_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4340527Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4341585Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4342632Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4343728Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_list_idioms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4344776Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/peephole_non_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4345782Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/prepack_folding.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4346802Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/refine_tuple_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4347855Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_dropout.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4348872Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4349876Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_expands.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4350898Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_inplace_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4352050Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4353123Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4354276Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4355338Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/requires_grad_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4356346Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/restore_mutation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4357357Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4358428Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/specialize_autogradzero.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4359454Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/subgraph_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4360557Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4361591Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4362692Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4363713Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4364938Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4365984Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/value_refinement_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4366979Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/variadic_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4368438Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/vulkan_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4370220Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes 2024-04-03T17:09:30.4370787Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:30.4372025Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:30.4373214Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/finalize.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:30.4374428Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:30.4375597Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/helper.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:30.4377012Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/insert_observers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:30.4378395Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:30.4379678Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:30.4380912Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/quantization_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:30.4382172Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/quantization 2024-04-03T17:09:30.4382664Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:30.4383803Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:30.4384891Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/memory_dag.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:30.4385949Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/op_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:30.4387073Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/optimization_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:30.4388221Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/passes/utils 2024-04-03T17:09:30.4388611Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4389626Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/argument_spec.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4390611Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/autodiff.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4391702Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4392732Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/custom_operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4393856Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/decomposition_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4394981Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4396020Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/exception_message.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4397041Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4398078Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4399130Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/graph_iterator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4400151Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/instruction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4401147Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4402155Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/jit_exception.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4403129Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/jit_trace.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4404225Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/logging.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4405267Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/operator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4406291Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/operator_options.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4407301Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/print_handler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4408405Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4409447Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/profiling_record.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4410535Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/register_ops_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4411553Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/script_profile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4412703Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4413762Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/shape_function_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4414893Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4415945Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4417048Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_script.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4418127Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4419303Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4420341Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/vararg_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4421456Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/runtime/variable_tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/runtime 2024-04-03T17:09:30.4421814Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4422762Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/alias_analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4423680Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/attributes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4424603Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4425544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/graph_node_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4426513Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/graph_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4427376Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4428260Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/ir_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4429176Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/irparser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4430084Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/named_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4431104Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/node_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4432044Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/scope.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4433006Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/subgraph_matcher.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4433931Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/ir/type_hashing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/ir 2024-04-03T17:09:30.4434322Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4435330Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/source_range.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4436365Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4437351Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/strtod.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4438404Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parser_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4439480Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/function_schema_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4440544Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parse_string_literal.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4441658Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/schema_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4442675Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/error_report.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4443649Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tree.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4444699Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/builtin_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4445830Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4447003Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/concrete_module_type.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4448099Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/convert_to_ssa.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4449125Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/edit_distance.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4450148Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/exit_transforms.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4451227Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/inline_loop_condition.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4452213Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/ir_emitter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4453304Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/mini_environment.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4454316Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/name_mangler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4455390Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4456486Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/resolver.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4457563Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/schema_matching.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4458739Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/script_type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4459746Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/source_ref.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4460779Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4461777Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4462771Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4463884Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/frontend/versioned_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/frontend 2024-04-03T17:09:30.4464253Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T17:09:30.4465238Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/compilation_unit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T17:09:30.4466201Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/function_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T17:09:30.4467105Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T17:09:30.4468023Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T17:09:30.4468973Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/api/object.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/api 2024-04-03T17:09:30.4469400Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4470642Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4471818Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/source_range_serialization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4472884Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/export.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4474034Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/export_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4475213Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4476390Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4477442Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4478607Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_constants.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4479794Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4480957Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_export_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4482053Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_legacy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4483136Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_read.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4484241Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/import_source.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4485559Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4486619Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4487673Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/pickle.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4488752Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/pickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4489841Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/python_print.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4491048Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4492210Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/storage_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4493322Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/type_name_uniquer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4494423Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/serialization/unpickler.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/serialization 2024-04-03T17:09:30.4494804Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4495739Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4496889Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/module_python.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4497842Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4498933Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/pybind_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4499961Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_arg_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4501048Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_custom_class.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4502043Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_dict.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4503011Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4504006Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_ivalue.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4504977Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4506019Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_sugared_value.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4507053Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4508064Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/python_tree_views.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4509056Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/script_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4510118Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/update_graph_executor_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4511162Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/python 2024-04-03T17:09:30.4511545Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4512521Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/code.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4513506Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/debug_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4514476Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/file_format.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4515508Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4516454Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/frame.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4517497Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4518458Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4519433Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4520473Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/import_export_common.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4521461Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/interpreter.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4522584Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/method.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4523549Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4524514Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4525521Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/parse_bytecode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4526512Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/parse_operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4527539Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/prim_ops_registery.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4528589Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/profiler_edge.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4529619Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4530630Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4531691Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4532669Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/type_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4533681Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/mobile/upgrader_mobile.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/mobile 2024-04-03T17:09:30.4534106Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2024-04-03T17:09:30.4535096Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing/file_check.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2024-04-03T17:09:30.4536191Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/testing/hooks_for_testing.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/testing 2024-04-03T17:09:30.4536628Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4538520Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/analysis.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4540377Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/block_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4541587Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4542653Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4543690Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4544731Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4545905Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4547065Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4548103Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/cuda_random.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4549104Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4550155Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/exceptions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4551166Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/expr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4552309Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4553421Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4554567Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4555588Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4556625Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/graph_opt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4557712Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/half_support.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4558769Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/hash_provider.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4559848Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4560821Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4561847Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4562903Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4563929Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_printer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4565139Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4566189Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4567254Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4568270Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/kernel.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4569328Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4570339Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4571366Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/loopnest.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4572489Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4573578Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/lowerings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4574688Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4575724Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4576887Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/registerizer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4578056Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/stmt.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4579172Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4580328Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4581334Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4582434Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4583493Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr 2024-04-03T17:09:30.4583984Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:30.4585219Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:30.4586397Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:30.4587568Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/misc.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:30.4588725Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/norm.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:30.4589983Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:30.4591196Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:30.4592429Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:30.4593820Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:30.4595009Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/tensorexpr/operators 2024-04-03T17:09:30.4595477Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen 2024-04-03T17:09:30.4595897Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-04-03T17:09:30.4596967Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/jit/codegen/cuda/interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/jit/codegen/cuda 2024-04-03T17:09:30.4597321Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2024-04-03T17:09:30.4598200Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/back_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2024-04-03T17:09:30.4599046Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2024-04-03T17:09:30.4599876Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/onnx/onnx.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/onnx 2024-04-03T17:09:30.4600253Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4601195Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/api.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4602149Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/collection.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4603161Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/combined_traceback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4604105Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/containers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4605196Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/data_flow.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4606173Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/events.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4607119Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/kineto_shim.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4608067Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/perf-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4608966Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/perf.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4609860Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler 2024-04-03T17:09:30.4610341Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-04-03T17:09:30.4611527Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/observer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-04-03T17:09:30.4612728Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/python_tracer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-04-03T17:09:30.4613868Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/orchestration/vulkan.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/orchestration 2024-04-03T17:09:30.4614274Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2024-04-03T17:09:30.4615285Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/stubs/base.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/stubs 2024-04-03T17:09:30.4615771Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:30.4616894Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/action.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:30.4617972Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/communicate.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:30.4619117Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/dwarf_enums.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:30.4620181Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:30.4621188Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/fde.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:30.4622223Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/lexer.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:30.4623405Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/unwind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:30.4624466Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/unwind_error.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:30.4625524Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/unwind/unwinder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/unwind 2024-04-03T17:09:30.4625938Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/python 2024-04-03T17:09:30.4627063Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python/combined_traceback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/python 2024-04-03T17:09:30.4628125Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/python 2024-04-03T17:09:30.4629174Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/profiler/python/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/profiler/python 2024-04-03T17:09:30.4629525Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4630413Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/byte_order.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4631352Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cpp_stacktraces.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4632305Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/cuda_enabled.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4633252Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/device_lazy_init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4634231Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/disable_torch_function.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4635084Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/init.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4636040Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/invalid_arguments.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4636914Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/nested.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4637866Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/numpy_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4638758Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/object_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4639639Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/out_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4640524Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pybind.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4641490Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pycfunction_helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4642480Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pyobject_preservation.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4643449Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_arg_parser.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4644652Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4645606Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_dispatch.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4646524Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_numbers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4647438Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_raii.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4648414Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_scalars.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4649332Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_strings.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4650243Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_stub.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4651162Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_symnode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4652157Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_torch_function_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4653102Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/python_tuples.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4654061Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/pythoncapi_compat.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4654970Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/schema_info.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4655815Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/six.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4656809Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/structseq.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4657720Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_apply.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4658778Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_dtypes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4659703Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_flatten.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4660618Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_layouts.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4661528Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_list.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4662489Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_memoryformats.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4663391Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_new.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4664303Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4665297Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_qschemes.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4666213Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/tensor_types.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4667223Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/throughput_benchmark-inl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4668202Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/throughput_benchmark.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4669152Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/torch_dispatch_mode.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4670088Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/variadic.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4670981Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/utils/verbose.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/utils 2024-04-03T17:09:30.4671337Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2024-04-03T17:09:30.4672271Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/tensor/python_tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/tensor 2024-04-03T17:09:30.4672616Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy 2024-04-03T17:09:30.4673006Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2024-04-03T17:09:30.4674075Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_data.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2024-04-03T17:09:30.4675111Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_device.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2024-04-03T17:09:30.4676368Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/backend_interface.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2024-04-03T17:09:30.4677417Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/backend/lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/backend 2024-04-03T17:09:30.4677789Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4678729Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/cache.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4679714Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4680678Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/debug_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4681628Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4682539Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/hash.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4683491Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/helpers.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4684388Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4685379Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4686336Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_dump_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4687280Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_metadata.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4688209Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ir_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4689220Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/lazy_graph_executor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4690215Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/metrics.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4691171Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/multi_wait.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4692308Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/permutation_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4693941Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/shape.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4695393Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/shape_inference.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4696472Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4697445Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4698514Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/tensor_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4699477Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/thread_pool.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4700391Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/trie.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4701333Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/unique.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4702312Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core 2024-04-03T17:09:30.4702789Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2024-04-03T17:09:30.4704017Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/internal_ops 2024-04-03T17:09:30.4704423Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-04-03T17:09:30.4705514Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-04-03T17:09:30.4706509Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/core/ops/utils.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/core/ops 2024-04-03T17:09:30.4706914Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/python 2024-04-03T17:09:30.4707970Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/python/python_util.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/python 2024-04-03T17:09:30.4708379Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4709376Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/config.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4710384Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4711402Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ir_builder.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4712488Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4713560Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4714603Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4715640Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4716701Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4717728Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_node.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4718766Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/lazy/ts_backend 2024-04-03T17:09:30.4719121Z creating build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/xpu 2024-04-03T17:09:30.4719952Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu/Event.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/xpu 2024-04-03T17:09:30.4720804Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu/Module.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/xpu 2024-04-03T17:09:30.4721634Z copying build/lib.linux-x86_64-cpython-38/torch/include/torch/csrc/xpu/Stream.h -> build/bdist.linux-x86_64/wheel/torch/include/torch/csrc/xpu 2024-04-03T17:09:30.4721978Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4722727Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/attr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4723505Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/buffer_info.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4724244Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/cast.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4724992Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/chrono.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4725746Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4726510Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/complex.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4727255Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4728035Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/embed.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4728762Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eval.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4729544Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/functional.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4730277Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/gil.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4731160Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/gil_safe_call_once.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4731976Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/iostream.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4732780Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/numpy.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4733551Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/operators.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4734323Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/options.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4735097Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/pybind11.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4735862Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/pytypes.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4736708Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/stl.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4737471Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/stl_bind.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4738434Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/type_caster_pyobject_ptr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4739187Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/typing.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11 2024-04-03T17:09:30.4739546Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T17:09:30.4740402Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/class.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T17:09:30.4741260Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T17:09:30.4742180Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/descr.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T17:09:30.4743017Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/init.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T17:09:30.4743902Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/internals.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T17:09:30.4744827Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/type_caster_base.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T17:09:30.4745682Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/detail/typeid.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/detail 2024-04-03T17:09:30.4746039Z creating build/bdist.linux-x86_64/wheel/torch/include/pybind11/eigen 2024-04-03T17:09:30.4746887Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen/common.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/eigen 2024-04-03T17:09:30.4747758Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen/matrix.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/eigen 2024-04-03T17:09:30.4748595Z copying build/lib.linux-x86_64-cpython-38/torch/include/pybind11/eigen/tensor.h -> build/bdist.linux-x86_64/wheel/torch/include/pybind11/eigen 2024-04-03T17:09:30.4748865Z creating build/bdist.linux-x86_64/wheel/torch/include/THH 2024-04-03T17:09:30.4749603Z copying build/lib.linux-x86_64-cpython-38/torch/include/THH/THHAtomics.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THH 2024-04-03T17:09:30.4750364Z copying build/lib.linux-x86_64-cpython-38/torch/include/THH/THHDeviceUtils.cuh -> build/bdist.linux-x86_64/wheel/torch/include/THH 2024-04-03T17:09:30.4750681Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe 2024-04-03T17:09:30.4751510Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/tensorpipe.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe 2024-04-03T17:09:30.4752342Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/config.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe 2024-04-03T17:09:30.4752722Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel 2024-04-03T17:09:30.4753632Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/context.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel 2024-04-03T17:09:30.4754523Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel 2024-04-03T17:09:30.4754941Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/basic 2024-04-03T17:09:30.4755946Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/basic/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/basic 2024-04-03T17:09:30.4756383Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/cma 2024-04-03T17:09:30.4757355Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/cma/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/cma 2024-04-03T17:09:30.4757744Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/mpt 2024-04-03T17:09:30.4758717Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/mpt/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/mpt 2024-04-03T17:09:30.4759103Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/xth 2024-04-03T17:09:30.4760182Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/channel/xth/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/channel/xth 2024-04-03T17:09:30.4760561Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T17:09:30.4761500Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common/buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T17:09:30.4762419Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common/cpu_buffer.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T17:09:30.4763297Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common/device.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T17:09:30.4764174Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T17:09:30.4765082Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/common/optional.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/common 2024-04-03T17:09:30.4765427Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T17:09:30.4766302Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core/context.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T17:09:30.4767188Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T17:09:30.4768060Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core/listener.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T17:09:30.4768938Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core/message.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T17:09:30.4769783Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/core/pipe.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/core 2024-04-03T17:09:30.4770171Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport 2024-04-03T17:09:30.4771111Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/context.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport 2024-04-03T17:09:30.4772061Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport 2024-04-03T17:09:30.4772484Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/ibv 2024-04-03T17:09:30.4773469Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/ibv 2024-04-03T17:09:30.4774583Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/ibv 2024-04-03T17:09:30.4775584Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/ibv/utility.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/ibv 2024-04-03T17:09:30.4775991Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/shm 2024-04-03T17:09:30.4777174Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/shm/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/shm 2024-04-03T17:09:30.4777580Z creating build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/uv 2024-04-03T17:09:30.4778739Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv/error.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/uv 2024-04-03T17:09:30.4779719Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv/factory.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/uv 2024-04-03T17:09:30.4780689Z copying build/lib.linux-x86_64-cpython-38/torch/include/tensorpipe/transport/uv/utility.h -> build/bdist.linux-x86_64/wheel/torch/include/tensorpipe/transport/uv 2024-04-03T17:09:30.4780934Z creating build/bdist.linux-x86_64/wheel/torch/share 2024-04-03T17:09:30.4781265Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake 2024-04-03T17:09:30.4781567Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2024-04-03T17:09:30.4782402Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/ATen/ATenConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/ATen 2024-04-03T17:09:30.4782721Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T17:09:30.4783600Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Config.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T17:09:30.4784607Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/FindCUDAToolkit.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T17:09:30.4785494Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/FindCUSPARSELT.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T17:09:30.4786410Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/FindSYCLToolkit.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T17:09:30.4787344Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Targets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T17:09:30.4788286Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Caffe2Targets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2 2024-04-03T17:09:30.4788645Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T17:09:30.4789543Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/cuda.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T17:09:30.4790447Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/xpu.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T17:09:30.4791358Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/glog.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T17:09:30.4792329Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/gflags.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T17:09:30.4793224Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/mkl.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T17:09:30.4794139Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/mkldnn.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T17:09:30.4795087Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/protobuf.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T17:09:30.4795993Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/utils.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T17:09:30.4796969Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/public/LoadHIP.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/public 2024-04-03T17:09:30.4797396Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T17:09:30.4798436Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T17:09:30.4799486Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix 2024-04-03T17:09:30.4799973Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T17:09:30.4801267Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T17:09:30.4802484Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T17:09:30.4803837Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T17:09:30.4805089Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream 2024-04-03T17:09:30.4805644Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T17:09:30.4806975Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T17:09:30.4808331Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T17:09:30.4810708Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T17:09:30.4813123Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA 2024-04-03T17:09:30.4813683Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2024-04-03T17:09:30.4815392Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2024-04-03T17:09:30.4817319Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Tensorpipe 2024-04-03T17:09:30.4817819Z creating build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2024-04-03T17:09:30.4819348Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch/TorchConfigVersion.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2024-04-03T17:09:30.4820654Z copying build/lib.linux-x86_64-cpython-38/torch/share/cmake/Torch/TorchConfig.cmake -> build/bdist.linux-x86_64/wheel/torch/share/cmake/Torch 2024-04-03T17:09:30.4821707Z copying build/lib.linux-x86_64-cpython-38/torch/_C.cpython-38-x86_64-linux-gnu.so -> build/bdist.linux-x86_64/wheel/torch 2024-04-03T17:09:30.4822034Z creating build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4822910Z copying build/lib.linux-x86_64-cpython-38/torchgen/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4823914Z copying build/lib.linux-x86_64-cpython-38/torchgen/code_template.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4824782Z copying build/lib.linux-x86_64-cpython-38/torchgen/context.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4825626Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4826559Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_aoti_c_shim.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4827534Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_backend_stubs.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4828464Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_executorch.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4829507Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_functionalization_type.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4830526Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_lazy_tensor.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4831487Z copying build/lib.linux-x86_64-cpython-38/torchgen/gen_vmap_plumbing.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4832335Z copying build/lib.linux-x86_64-cpython-38/torchgen/local.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4833202Z copying build/lib.linux-x86_64-cpython-38/torchgen/model.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4834247Z copying build/lib.linux-x86_64-cpython-38/torchgen/native_function_generation.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4835119Z copying build/lib.linux-x86_64-cpython-38/torchgen/utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4836010Z copying build/lib.linux-x86_64-cpython-38/torchgen/yaml_utils.py -> build/bdist.linux-x86_64/wheel/torchgen 2024-04-03T17:09:30.4836370Z creating build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4837330Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4838373Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4839298Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4840293Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/dispatcher.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4841385Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/functionalization.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4842326Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/lazy.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4843247Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/meta.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4844205Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/native.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4845239Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/python.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4846231Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/structured.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4847236Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/translate.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4848179Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4849147Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/api 2024-04-03T17:09:30.4849599Z creating build/bdist.linux-x86_64/wheel/torchgen/api/types 2024-04-03T17:09:30.4850650Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/api/types 2024-04-03T17:09:30.4851847Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types/signatures.py -> build/bdist.linux-x86_64/wheel/torchgen/api/types 2024-04-03T17:09:30.4852916Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types/types.py -> build/bdist.linux-x86_64/wheel/torchgen/api/types 2024-04-03T17:09:30.4854037Z copying build/lib.linux-x86_64-cpython-38/torchgen/api/types/types_base.py -> build/bdist.linux-x86_64/wheel/torchgen/api/types 2024-04-03T17:09:30.4854424Z creating build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T17:09:30.4855387Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T17:09:30.4856433Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ir.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T17:09:30.4857508Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/lazy_ts_lowering.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T17:09:30.4858745Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/native_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T17:09:30.4859868Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/register_dispatch_key.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T17:09:30.4860832Z copying build/lib.linux-x86_64-cpython-38/torchgen/dest/ufunc.py -> build/bdist.linux-x86_64/wheel/torchgen/dest 2024-04-03T17:09:30.4861278Z creating build/bdist.linux-x86_64/wheel/torchgen/executorch 2024-04-03T17:09:30.4862176Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch 2024-04-03T17:09:30.4862885Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/model.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch 2024-04-03T17:09:30.4863602Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/parse.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch 2024-04-03T17:09:30.4863922Z creating build/bdist.linux-x86_64/wheel/torchgen/executorch/api 2024-04-03T17:09:30.4864762Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api 2024-04-03T17:09:30.4865578Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/custom_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api 2024-04-03T17:09:30.4866346Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/et_cpp.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api 2024-04-03T17:09:30.4867158Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/unboxing.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api 2024-04-03T17:09:30.4867510Z creating build/bdist.linux-x86_64/wheel/torchgen/executorch/api/types 2024-04-03T17:09:30.4868362Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api/types 2024-04-03T17:09:30.4869323Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types/signatures.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api/types 2024-04-03T17:09:30.4870183Z copying build/lib.linux-x86_64-cpython-38/torchgen/executorch/api/types/types.py -> build/bdist.linux-x86_64/wheel/torchgen/executorch/api/types 2024-04-03T17:09:30.4870519Z creating build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2024-04-03T17:09:30.4871318Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2024-04-03T17:09:30.4872187Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/gen_mobile_upgraders.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2024-04-03T17:09:30.4873120Z copying build/lib.linux-x86_64-cpython-38/torchgen/operator_versions/gen_mobile_upgraders_constant.py -> build/bdist.linux-x86_64/wheel/torchgen/operator_versions 2024-04-03T17:09:30.4873587Z creating build/bdist.linux-x86_64/wheel/torchgen/selective_build 2024-04-03T17:09:30.4874370Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2024-04-03T17:09:30.4875150Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/operator.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2024-04-03T17:09:30.4875945Z copying build/lib.linux-x86_64-cpython-38/torchgen/selective_build/selector.py -> build/bdist.linux-x86_64/wheel/torchgen/selective_build 2024-04-03T17:09:30.4876252Z creating build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2024-04-03T17:09:30.4876995Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2024-04-03T17:09:30.4877759Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/config.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2024-04-03T17:09:30.4878639Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/gen_static_runtime_ops.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2024-04-03T17:09:30.4879411Z copying build/lib.linux-x86_64-cpython-38/torchgen/static_runtime/generator.py -> build/bdist.linux-x86_64/wheel/torchgen/static_runtime 2024-04-03T17:09:30.4879692Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged 2024-04-03T17:09:30.4879995Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen 2024-04-03T17:09:30.4880349Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2024-04-03T17:09:30.4881292Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native/native_functions.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2024-04-03T17:09:30.4882153Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/native/tags.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/native 2024-04-03T17:09:30.4882532Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4883495Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/ATenOpList.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4884628Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4885650Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4886681Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4887733Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4888829Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4889954Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4890870Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Function.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4891870Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/FunctionalInverses.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4892824Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4893779Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4894700Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/LazyIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4895676Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/LazyNonNativeIr.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4896721Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/MethodOperators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4897700Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4898767Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4899851Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeMetaFunction.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4900868Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/NativeMetaFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4901801Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operator.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4902745Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operators.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4903677Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/Operators.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4904718Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RedispatchFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4905771Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RedispatchFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4906836Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4907954Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4909052Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4910098Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4911218Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4912215Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegisterSchema.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4913265Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/RegistrationDeclarations.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4914199Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/TensorBody.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4915258Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/TensorMethods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4916321Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCPU.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4917315Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4918242Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UfuncCUDA.cu -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4919262Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UnboxingFunctions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4920253Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/UnboxingFunctions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4921235Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/aten_interned_strings.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4922194Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/ATen/templates/enum_tag.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/ATen/templates 2024-04-03T17:09:30.4922525Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4923369Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/BUILD.bazel -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4924187Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/README.md -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4925000Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/__init__.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4925837Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/build.bzl -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4926695Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/context.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4927567Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/deprecated.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4928432Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/derivatives.yaml -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4929326Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_annotated_fn_args.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4930183Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_autograd.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4931090Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_autograd_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4932059Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_inplace_or_view_type.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4932953Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_python_functions.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4933809Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_trace_type.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4934728Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_variable_factories.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4935608Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_variable_type.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4936609Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/gen_view_funcs.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4937495Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/load_derivatives.py -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd 2024-04-03T17:09:30.4937887Z creating build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4939079Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4940194Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/Functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4941189Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/Functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4942279Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/TraceType.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4943305Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/VariableType.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4944324Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/VariableType.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4945317Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/ViewFuncs.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4946308Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/ViewFuncs.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4947354Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/annotated_fn_args.py.in -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4948432Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_enum_tag.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4949495Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_fft_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4950527Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4951561Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_functions.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4952637Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_linalg_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4953850Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_nested_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4954944Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_nn_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4955982Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_return_types.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4957021Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_return_types.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4958140Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_sparse_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4959236Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_special_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4960298Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_torch_functions.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4961471Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/python_variable_methods.cpp -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4962514Z copying build/lib.linux-x86_64-cpython-38/torchgen/packaged/autograd/templates/variable_factories.h -> build/bdist.linux-x86_64/wheel/torchgen/packaged/autograd/templates 2024-04-03T17:09:30.4962628Z running install_egg_info 2024-04-03T17:09:30.5021997Z running egg_info 2024-04-03T17:09:30.5022187Z creating torch.egg-info 2024-04-03T17:09:30.5068666Z writing torch.egg-info/PKG-INFO 2024-04-03T17:09:30.5080106Z writing dependency_links to torch.egg-info/dependency_links.txt 2024-04-03T17:09:30.5082127Z writing entry points to torch.egg-info/entry_points.txt 2024-04-03T17:09:30.5087814Z writing requirements to torch.egg-info/requires.txt 2024-04-03T17:09:30.5090004Z writing top-level names to torch.egg-info/top_level.txt 2024-04-03T17:09:30.5091534Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-04-03T17:09:30.8931102Z reading manifest file 'torch.egg-info/SOURCES.txt' 2024-04-03T17:09:30.8931804Z reading manifest template 'MANIFEST.in' 2024-04-03T17:09:41.0743713Z warning: no previously-included files matching '*.o' found anywhere in distribution 2024-04-03T17:09:41.2365669Z warning: no previously-included files matching '*.dylib' found anywhere in distribution 2024-04-03T17:09:41.5411785Z warning: no previously-included files matching '*.swp' found anywhere in distribution 2024-04-03T17:09:41.5412673Z adding license file 'LICENSE' 2024-04-03T17:09:41.5413329Z adding license file 'NOTICE' 2024-04-03T17:09:42.4212262Z writing manifest file 'torch.egg-info/SOURCES.txt' 2024-04-03T17:09:42.4347184Z Copying torch.egg-info to build/bdist.linux-x86_64/wheel/torch-2.4.0a0+gitd253bd7-py3.8.egg-info 2024-04-03T17:09:42.4383605Z running install_scripts 2024-04-03T17:09:42.4541930Z creating build/bdist.linux-x86_64/wheel/torch-2.4.0a0+gitd253bd7.dist-info/WHEEL 2024-04-03T17:09:42.4545302Z creating 'dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl' and adding 'build/bdist.linux-x86_64/wheel' to it 2024-04-03T17:09:42.4730628Z adding 'functorch/_C.cpython-38-x86_64-linux-gnu.so' 2024-04-03T17:09:42.4741645Z adding 'functorch/__init__.py' 2024-04-03T17:09:42.4743761Z adding 'functorch/_src/__init__.py' 2024-04-03T17:09:42.4747143Z adding 'functorch/_src/aot_autograd/__init__.py' 2024-04-03T17:09:42.4749282Z adding 'functorch/_src/eager_transforms/__init__.py' 2024-04-03T17:09:42.4750852Z adding 'functorch/_src/make_functional/__init__.py' 2024-04-03T17:09:42.4752942Z adding 'functorch/_src/vmap/__init__.py' 2024-04-03T17:09:42.4755241Z adding 'functorch/compile/__init__.py' 2024-04-03T17:09:42.4757770Z adding 'functorch/dim/__init__.py' 2024-04-03T17:09:42.4759726Z adding 'functorch/dim/batch_tensor.py' 2024-04-03T17:09:42.4762043Z adding 'functorch/dim/delayed_mul_tensor.py' 2024-04-03T17:09:42.4765077Z adding 'functorch/dim/dim.py' 2024-04-03T17:09:42.4766698Z adding 'functorch/dim/magic_trace.py' 2024-04-03T17:09:42.4769956Z adding 'functorch/dim/op_properties.py' 2024-04-03T17:09:42.4777780Z adding 'functorch/dim/reference.py' 2024-04-03T17:09:42.4779632Z adding 'functorch/dim/tree_map.py' 2024-04-03T17:09:42.4782036Z adding 'functorch/dim/wrap_type.py' 2024-04-03T17:09:42.4784238Z adding 'functorch/einops/__init__.py' 2024-04-03T17:09:42.4788923Z adding 'functorch/einops/_parsing.py' 2024-04-03T17:09:42.4793146Z adding 'functorch/einops/rearrange.py' 2024-04-03T17:09:42.4795491Z adding 'functorch/experimental/__init__.py' 2024-04-03T17:09:42.4797419Z adding 'functorch/experimental/control_flow.py' 2024-04-03T17:09:42.4799264Z adding 'functorch/experimental/ops.py' 2024-04-03T17:09:42.4811996Z adding 'torch/_C.cpython-38-x86_64-linux-gnu.so' 2024-04-03T17:09:42.4814804Z adding 'torch/_VF.py' 2024-04-03T17:09:42.5021082Z adding 'torch/_VF.pyi' 2024-04-03T17:09:42.5049061Z adding 'torch/__config__.py' 2024-04-03T17:09:42.5051012Z adding 'torch/__future__.py' 2024-04-03T17:09:42.5078536Z adding 'torch/__init__.py' 2024-04-03T17:09:42.5086592Z adding 'torch/_appdirs.py' 2024-04-03T17:09:42.5090148Z adding 'torch/_classes.py' 2024-04-03T17:09:42.5091843Z adding 'torch/_compile.py' 2024-04-03T17:09:42.5096444Z adding 'torch/_custom_ops.py' 2024-04-03T17:09:42.5099541Z adding 'torch/_deploy.py' 2024-04-03T17:09:42.5109356Z adding 'torch/_guards.py' 2024-04-03T17:09:42.5131107Z adding 'torch/_jit_internal.py' 2024-04-03T17:09:42.5135605Z adding 'torch/_linalg_utils.py' 2024-04-03T17:09:42.5154591Z adding 'torch/_lobpcg.py' 2024-04-03T17:09:42.5160879Z adding 'torch/_lowrank.py' 2024-04-03T17:09:42.5237272Z adding 'torch/_meta_registrations.py' 2024-04-03T17:09:42.5248131Z adding 'torch/_namedtensor_internals.py' 2024-04-03T17:09:42.5267049Z adding 'torch/_ops.py' 2024-04-03T17:09:42.5273357Z adding 'torch/_python_dispatcher.py' 2024-04-03T17:09:42.5277011Z adding 'torch/_sources.py' 2024-04-03T17:09:42.5279081Z adding 'torch/_storage_docs.py' 2024-04-03T17:09:42.5282911Z adding 'torch/_streambase.py' 2024-04-03T17:09:42.5307959Z adding 'torch/_tensor.py' 2024-04-03T17:09:42.5365377Z adding 'torch/_tensor_docs.py' 2024-04-03T17:09:42.5381160Z adding 'torch/_tensor_str.py' 2024-04-03T17:09:42.5530594Z adding 'torch/_torch_docs.py' 2024-04-03T17:09:42.5556640Z adding 'torch/_utils.py' 2024-04-03T17:09:42.5560738Z adding 'torch/_utils_internal.py' 2024-04-03T17:09:42.5564920Z adding 'torch/_vmap_internals.py' 2024-04-03T17:09:42.5568940Z adding 'torch/_weights_only_unpickler.py' 2024-04-03T17:09:42.5597215Z adding 'torch/functional.py' 2024-04-03T17:09:42.5609486Z adding 'torch/hub.py' 2024-04-03T17:09:42.5618035Z adding 'torch/library.py' 2024-04-03T17:09:42.5642305Z adding 'torch/overrides.py' 2024-04-03T17:09:42.5646263Z adding 'torch/py.typed' 2024-04-03T17:09:42.5649470Z adding 'torch/quasirandom.py' 2024-04-03T17:09:42.5653140Z adding 'torch/random.py' 2024-04-03T17:09:42.5655475Z adding 'torch/return_types.py' 2024-04-03T17:09:42.5658820Z adding 'torch/return_types.pyi' 2024-04-03T17:09:42.5678920Z adding 'torch/serialization.py' 2024-04-03T17:09:42.5692116Z adding 'torch/storage.py' 2024-04-03T17:09:42.5696043Z adding 'torch/torch_version.py' 2024-04-03T17:09:42.5698391Z adding 'torch/types.py' 2024-04-03T17:09:42.5700464Z adding 'torch/version.py' 2024-04-03T17:09:42.5906082Z adding 'torch/_C/_VariableFunctions.pyi' 2024-04-03T17:09:42.6010254Z adding 'torch/_C/__init__.pyi' 2024-04-03T17:09:42.6020938Z adding 'torch/_C/_aoti.pyi' 2024-04-03T17:09:42.6023229Z adding 'torch/_C/_autograd.pyi' 2024-04-03T17:09:42.6025347Z adding 'torch/_C/_cpu.pyi' 2024-04-03T17:09:42.6027197Z adding 'torch/_C/_cudnn.pyi' 2024-04-03T17:09:42.6030149Z adding 'torch/_C/_distributed_autograd.pyi' 2024-04-03T17:09:42.6034271Z adding 'torch/_C/_distributed_c10d.pyi' 2024-04-03T17:09:42.6037574Z adding 'torch/_C/_distributed_rpc.pyi' 2024-04-03T17:09:42.6039714Z adding 'torch/_C/_distributed_rpc_testing.pyi' 2024-04-03T17:09:42.6041791Z adding 'torch/_C/_functions.pyi' 2024-04-03T17:09:42.6044471Z adding 'torch/_C/_functorch.pyi' 2024-04-03T17:09:42.6046641Z adding 'torch/_C/_itt.pyi' 2024-04-03T17:09:42.6048922Z adding 'torch/_C/_lazy.pyi' 2024-04-03T17:09:42.6051204Z adding 'torch/_C/_lazy_ts_backend.pyi' 2024-04-03T17:09:42.6053520Z adding 'torch/_C/_monitor.pyi' 2024-04-03T17:09:42.6056692Z adding 'torch/_C/_nn.pyi' 2024-04-03T17:09:42.6059228Z adding 'torch/_C/_nvtx.pyi' 2024-04-03T17:09:42.6060938Z adding 'torch/_C/_onnx.pyi' 2024-04-03T17:09:42.6064332Z adding 'torch/_C/_profiler.pyi' 2024-04-03T17:09:42.6066466Z adding 'torch/_C/_verbose.pyi' 2024-04-03T17:09:42.6068949Z adding 'torch/_awaits/__init__.py' 2024-04-03T17:09:42.6071007Z adding 'torch/_custom_op/__init__.py' 2024-04-03T17:09:42.6075937Z adding 'torch/_custom_op/autograd.py' 2024-04-03T17:09:42.6079620Z adding 'torch/_custom_op/functional.py' 2024-04-03T17:09:42.6092553Z adding 'torch/_custom_op/impl.py' 2024-04-03T17:09:42.6099211Z adding 'torch/_decomp/__init__.py' 2024-04-03T17:09:42.6149926Z adding 'torch/_decomp/decompositions.py' 2024-04-03T17:09:42.6157939Z adding 'torch/_decomp/decompositions_for_jvp.py' 2024-04-03T17:09:42.6161916Z adding 'torch/_decomp/decompositions_for_rng.py' 2024-04-03T17:09:42.6164181Z adding 'torch/_dispatch/__init__.py' 2024-04-03T17:09:42.6167455Z adding 'torch/_dispatch/python.py' 2024-04-03T17:09:42.6170681Z adding 'torch/_dynamo/__init__.py' 2024-04-03T17:09:42.6173887Z adding 'torch/_dynamo/_trace_wrapped_higher_order_op.py' 2024-04-03T17:09:42.6177699Z adding 'torch/_dynamo/bytecode_analysis.py' 2024-04-03T17:09:42.6191680Z adding 'torch/_dynamo/bytecode_transformation.py' 2024-04-03T17:09:42.6196343Z adding 'torch/_dynamo/cache_size.py' 2024-04-03T17:09:42.6198637Z adding 'torch/_dynamo/callback.py' 2024-04-03T17:09:42.6201021Z adding 'torch/_dynamo/code_context.py' 2024-04-03T17:09:42.6205551Z adding 'torch/_dynamo/codegen.py' 2024-04-03T17:09:42.6209625Z adding 'torch/_dynamo/compiled_autograd.py' 2024-04-03T17:09:42.6214198Z adding 'torch/_dynamo/comptime.py' 2024-04-03T17:09:42.6221714Z adding 'torch/_dynamo/config.py' 2024-04-03T17:09:42.6232826Z adding 'torch/_dynamo/convert_frame.py' 2024-04-03T17:09:42.6235646Z adding 'torch/_dynamo/create_parameter_op.py' 2024-04-03T17:09:42.6237598Z adding 'torch/_dynamo/current_scope_id.py' 2024-04-03T17:09:42.6246618Z adding 'torch/_dynamo/debug_utils.py' 2024-04-03T17:09:42.6251490Z adding 'torch/_dynamo/decorators.py' 2024-04-03T17:09:42.6254830Z adding 'torch/_dynamo/device_interface.py' 2024-04-03T17:09:42.6273496Z adding 'torch/_dynamo/eval_frame.py' 2024-04-03T17:09:42.6279079Z adding 'torch/_dynamo/exc.py' 2024-04-03T17:09:42.6281735Z adding 'torch/_dynamo/external_utils.py' 2024-04-03T17:09:42.6283949Z adding 'torch/_dynamo/funcname_cache.py' 2024-04-03T17:09:42.6314126Z adding 'torch/_dynamo/guards.py' 2024-04-03T17:09:42.6317841Z adding 'torch/_dynamo/hooks.py' 2024-04-03T17:09:42.6319862Z adding 'torch/_dynamo/logging.py' 2024-04-03T17:09:42.6322235Z adding 'torch/_dynamo/mutation_guard.py' 2024-04-03T17:09:42.6352218Z adding 'torch/_dynamo/output_graph.py' 2024-04-03T17:09:42.6355901Z adding 'torch/_dynamo/polyfill.py' 2024-04-03T17:09:42.6358545Z adding 'torch/_dynamo/profiler.py' 2024-04-03T17:09:42.6360983Z adding 'torch/_dynamo/replay_record.py' 2024-04-03T17:09:42.6368505Z adding 'torch/_dynamo/resume_execution.py' 2024-04-03T17:09:42.6375489Z adding 'torch/_dynamo/side_effects.py' 2024-04-03T17:09:42.6381002Z adding 'torch/_dynamo/source.py' 2024-04-03T17:09:42.6412292Z adding 'torch/_dynamo/symbolic_convert.py' 2024-04-03T17:09:42.6416758Z adding 'torch/_dynamo/tensor_version_op.py' 2024-04-03T17:09:42.6419286Z adding 'torch/_dynamo/test_case.py' 2024-04-03T17:09:42.6423538Z adding 'torch/_dynamo/test_minifier_common.py' 2024-04-03T17:09:42.6427797Z adding 'torch/_dynamo/testing.py' 2024-04-03T17:09:42.6458846Z adding 'torch/_dynamo/trace_rules.py' 2024-04-03T17:09:42.6464372Z adding 'torch/_dynamo/types.py' 2024-04-03T17:09:42.6494016Z adding 'torch/_dynamo/utils.py' 2024-04-03T17:09:42.6499216Z adding 'torch/_dynamo/backends/__init__.py' 2024-04-03T17:09:42.6502325Z adding 'torch/_dynamo/backends/common.py' 2024-04-03T17:09:42.6506477Z adding 'torch/_dynamo/backends/cudagraphs.py' 2024-04-03T17:09:42.6511257Z adding 'torch/_dynamo/backends/debugging.py' 2024-04-03T17:09:42.6522391Z adding 'torch/_dynamo/backends/distributed.py' 2024-04-03T17:09:42.6525680Z adding 'torch/_dynamo/backends/inductor.py' 2024-04-03T17:09:42.6528244Z adding 'torch/_dynamo/backends/onnxrt.py' 2024-04-03T17:09:42.6531731Z adding 'torch/_dynamo/backends/registry.py' 2024-04-03T17:09:42.6533657Z adding 'torch/_dynamo/backends/tensorrt.py' 2024-04-03T17:09:42.6536710Z adding 'torch/_dynamo/backends/torchxla.py' 2024-04-03T17:09:42.6540811Z adding 'torch/_dynamo/backends/tvm.py' 2024-04-03T17:09:42.6543179Z adding 'torch/_dynamo/repro/__init__.py' 2024-04-03T17:09:42.6554205Z adding 'torch/_dynamo/repro/after_aot.py' 2024-04-03T17:09:42.6561403Z adding 'torch/_dynamo/repro/after_dynamo.py' 2024-04-03T17:09:42.6565344Z adding 'torch/_dynamo/variables/__init__.py' 2024-04-03T17:09:42.6570190Z adding 'torch/_dynamo/variables/base.py' 2024-04-03T17:09:42.6598018Z adding 'torch/_dynamo/variables/builder.py' 2024-04-03T17:09:42.6620118Z adding 'torch/_dynamo/variables/builtin.py' 2024-04-03T17:09:42.6625943Z adding 'torch/_dynamo/variables/constant.py' 2024-04-03T17:09:42.6634330Z adding 'torch/_dynamo/variables/ctx_manager.py' 2024-04-03T17:09:42.6645016Z adding 'torch/_dynamo/variables/dicts.py' 2024-04-03T17:09:42.6650755Z adding 'torch/_dynamo/variables/distributed.py' 2024-04-03T17:09:42.6663509Z adding 'torch/_dynamo/variables/functions.py' 2024-04-03T17:09:42.6680474Z adding 'torch/_dynamo/variables/higher_order_ops.py' 2024-04-03T17:09:42.6685826Z adding 'torch/_dynamo/variables/iter.py' 2024-04-03T17:09:42.6689223Z adding 'torch/_dynamo/variables/lazy.py' 2024-04-03T17:09:42.6697046Z adding 'torch/_dynamo/variables/lists.py' 2024-04-03T17:09:42.6707969Z adding 'torch/_dynamo/variables/misc.py' 2024-04-03T17:09:42.6718608Z adding 'torch/_dynamo/variables/nn_module.py' 2024-04-03T17:09:42.6724226Z adding 'torch/_dynamo/variables/optimizer.py' 2024-04-03T17:09:42.6727594Z adding 'torch/_dynamo/variables/sdpa.py' 2024-04-03T17:09:42.6742760Z adding 'torch/_dynamo/variables/tensor.py' 2024-04-03T17:09:42.6755577Z adding 'torch/_dynamo/variables/torch.py' 2024-04-03T17:09:42.6761397Z adding 'torch/_dynamo/variables/torch_function.py' 2024-04-03T17:09:42.6772727Z adding 'torch/_dynamo/variables/user_defined.py' 2024-04-03T17:09:42.6780474Z adding 'torch/_export/__init__.py' 2024-04-03T17:09:42.6783145Z adding 'torch/_export/error.py' 2024-04-03T17:09:42.6786057Z adding 'torch/_export/exported_program.py' 2024-04-03T17:09:42.6791546Z adding 'torch/_export/non_strict_utils.py' 2024-04-03T17:09:42.6797512Z adding 'torch/_export/pass_base.py' 2024-04-03T17:09:42.6803629Z adding 'torch/_export/utils.py' 2024-04-03T17:09:42.6809671Z adding 'torch/_export/verifier.py' 2024-04-03T17:09:42.6813558Z adding 'torch/_export/wrappers.py' 2024-04-03T17:09:42.6816332Z adding 'torch/_export/db/__init__.py' 2024-04-03T17:09:42.6820158Z adding 'torch/_export/db/case.py' 2024-04-03T17:09:42.6822786Z adding 'torch/_export/db/gen_example.py' 2024-04-03T17:09:42.6825027Z adding 'torch/_export/db/logging.py' 2024-04-03T17:09:42.6828582Z adding 'torch/_export/db/examples/__init__.py' 2024-04-03T17:09:42.6830476Z adding 'torch/_export/db/examples/assume_constant_result.py' 2024-04-03T17:09:42.6833227Z adding 'torch/_export/db/examples/autograd_function.py' 2024-04-03T17:09:42.6835234Z adding 'torch/_export/db/examples/class_method.py' 2024-04-03T17:09:42.6838514Z adding 'torch/_export/db/examples/cond_branch_class_method.py' 2024-04-03T17:09:42.6840877Z adding 'torch/_export/db/examples/cond_branch_nested_function.py' 2024-04-03T17:09:42.6844182Z adding 'torch/_export/db/examples/cond_branch_nonlocal_variables.py' 2024-04-03T17:09:42.6846065Z adding 'torch/_export/db/examples/cond_closed_over_variable.py' 2024-04-03T17:09:42.6848981Z adding 'torch/_export/db/examples/cond_operands.py' 2024-04-03T17:09:42.6851419Z adding 'torch/_export/db/examples/cond_predicate.py' 2024-04-03T17:09:42.6854085Z adding 'torch/_export/db/examples/constrain_as_size_example.py' 2024-04-03T17:09:42.6856716Z adding 'torch/_export/db/examples/constrain_as_value_example.py' 2024-04-03T17:09:42.6859270Z adding 'torch/_export/db/examples/decorator.py' 2024-04-03T17:09:42.6861820Z adding 'torch/_export/db/examples/dictionary.py' 2024-04-03T17:09:42.6864429Z adding 'torch/_export/db/examples/dynamic_shape_assert.py' 2024-04-03T17:09:42.6867042Z adding 'torch/_export/db/examples/dynamic_shape_constructor.py' 2024-04-03T17:09:42.6869086Z adding 'torch/_export/db/examples/dynamic_shape_if_guard.py' 2024-04-03T17:09:42.6871821Z adding 'torch/_export/db/examples/dynamic_shape_map.py' 2024-04-03T17:09:42.6874515Z adding 'torch/_export/db/examples/dynamic_shape_round.py' 2024-04-03T17:09:42.6876583Z adding 'torch/_export/db/examples/dynamic_shape_slicing.py' 2024-04-03T17:09:42.6879313Z adding 'torch/_export/db/examples/dynamic_shape_view.py' 2024-04-03T17:09:42.6881770Z adding 'torch/_export/db/examples/fn_with_kwargs.py' 2024-04-03T17:09:42.6884283Z adding 'torch/_export/db/examples/list_contains.py' 2024-04-03T17:09:42.6886713Z adding 'torch/_export/db/examples/list_unpack.py' 2024-04-03T17:09:42.6889318Z adding 'torch/_export/db/examples/model_attr_mutation.py' 2024-04-03T17:09:42.6891683Z adding 'torch/_export/db/examples/nested_function.py' 2024-04-03T17:09:42.6894251Z adding 'torch/_export/db/examples/null_context_manager.py' 2024-04-03T17:09:42.6896521Z adding 'torch/_export/db/examples/optional_input.py' 2024-04-03T17:09:42.6899294Z adding 'torch/_export/db/examples/pytree_flatten.py' 2024-04-03T17:09:42.6901502Z adding 'torch/_export/db/examples/scalar_output.py' 2024-04-03T17:09:42.6903919Z adding 'torch/_export/db/examples/specialized_attribute.py' 2024-04-03T17:09:42.6905320Z adding 'torch/_export/db/examples/static_for_loop.py' 2024-04-03T17:09:42.6906973Z adding 'torch/_export/db/examples/static_if.py' 2024-04-03T17:09:42.6908345Z adding 'torch/_export/db/examples/tensor_setattr.py' 2024-04-03T17:09:42.6909667Z adding 'torch/_export/db/examples/torch_sym_min.py' 2024-04-03T17:09:42.6911431Z adding 'torch/_export/db/examples/type_reflection_method.py' 2024-04-03T17:09:42.6912962Z adding 'torch/_export/db/examples/user_input_mutation.py' 2024-04-03T17:09:42.6914854Z adding 'torch/_export/pass_infra/__init__.py' 2024-04-03T17:09:42.6916481Z adding 'torch/_export/pass_infra/node_metadata.py' 2024-04-03T17:09:42.6918350Z adding 'torch/_export/pass_infra/proxy_value.py' 2024-04-03T17:09:42.6920561Z adding 'torch/_export/passes/__init__.py' 2024-04-03T17:09:42.6924420Z adding 'torch/_export/passes/add_runtime_assertions_for_constraints_pass.py' 2024-04-03T17:09:42.6926870Z adding 'torch/_export/passes/collect_tracepoints_pass.py' 2024-04-03T17:09:42.6929416Z adding 'torch/_export/passes/functionalize_side_effectful_ops_pass.py' 2024-04-03T17:09:42.6933320Z adding 'torch/_export/passes/lift_constants_pass.py' 2024-04-03T17:09:42.6935654Z adding 'torch/_export/passes/remove_runtime_assertions.py' 2024-04-03T17:09:42.6939137Z adding 'torch/_export/passes/replace_set_grad_with_hop_pass.py' 2024-04-03T17:09:42.6941220Z adding 'torch/_export/passes/replace_sym_size_ops_pass.py' 2024-04-03T17:09:42.6943394Z adding 'torch/_export/passes/replace_view_ops_with_view_copy_ops_pass.py' 2024-04-03T17:09:42.6945240Z adding 'torch/_export/serde/__init__.py' 2024-04-03T17:09:42.6948779Z adding 'torch/_export/serde/schema.py' 2024-04-03T17:09:42.6952014Z adding 'torch/_export/serde/schema.yaml' 2024-04-03T17:09:42.6955873Z adding 'torch/_export/serde/schema_check.py' 2024-04-03T17:09:42.6988263Z adding 'torch/_export/serde/serialize.py' 2024-04-03T17:09:42.6992584Z adding 'torch/_export/serde/union.py' 2024-04-03T17:09:42.6996577Z adding 'torch/_export/serde/upgrade.py' 2024-04-03T17:09:42.6999178Z adding 'torch/_functorch/__init__.py' 2024-04-03T17:09:42.7018687Z adding 'torch/_functorch/aot_autograd.py' 2024-04-03T17:09:42.7025660Z adding 'torch/_functorch/apis.py' 2024-04-03T17:09:42.7034167Z adding 'torch/_functorch/autograd_function.py' 2024-04-03T17:09:42.7036838Z adding 'torch/_functorch/batch_norm_replacement.py' 2024-04-03T17:09:42.7039960Z adding 'torch/_functorch/benchmark_utils.py' 2024-04-03T17:09:42.7043064Z adding 'torch/_functorch/compile_utils.py' 2024-04-03T17:09:42.7047965Z adding 'torch/_functorch/compilers.py' 2024-04-03T17:09:42.7050828Z adding 'torch/_functorch/config.py' 2024-04-03T17:09:42.7053726Z adding 'torch/_functorch/deprecated.py' 2024-04-03T17:09:42.7076475Z adding 'torch/_functorch/eager_transforms.py' 2024-04-03T17:09:42.7082125Z adding 'torch/_functorch/functional_call.py' 2024-04-03T17:09:42.7087764Z adding 'torch/_functorch/fx_minifier.py' 2024-04-03T17:09:42.7094665Z adding 'torch/_functorch/make_functional.py' 2024-04-03T17:09:42.7112414Z adding 'torch/_functorch/partitioners.py' 2024-04-03T17:09:42.7117185Z adding 'torch/_functorch/pyfunctorch.py' 2024-04-03T17:09:42.7119280Z adding 'torch/_functorch/python_key.py' 2024-04-03T17:09:42.7121102Z adding 'torch/_functorch/pytree_hacks.py' 2024-04-03T17:09:42.7127858Z adding 'torch/_functorch/top_operators_github_usage.py' 2024-04-03T17:09:42.7130150Z adding 'torch/_functorch/utils.py' 2024-04-03T17:09:42.7136330Z adding 'torch/_functorch/vmap.py' 2024-04-03T17:09:42.7139400Z adding 'torch/_functorch/_aot_autograd/__init__.py' 2024-04-03T17:09:42.7151560Z adding 'torch/_functorch/_aot_autograd/collect_metadata_analysis.py' 2024-04-03T17:09:42.7155341Z adding 'torch/_functorch/_aot_autograd/dispatch_and_compile_graph.py' 2024-04-03T17:09:42.7160662Z adding 'torch/_functorch/_aot_autograd/functional_utils.py' 2024-04-03T17:09:42.7166894Z adding 'torch/_functorch/_aot_autograd/input_output_analysis.py' 2024-04-03T17:09:42.7182102Z adding 'torch/_functorch/_aot_autograd/jit_compile_runtime_wrappers.py' 2024-04-03T17:09:42.7187166Z adding 'torch/_functorch/_aot_autograd/logging_utils.py' 2024-04-03T17:09:42.7202504Z adding 'torch/_functorch/_aot_autograd/runtime_wrappers.py' 2024-04-03T17:09:42.7213726Z adding 'torch/_functorch/_aot_autograd/schemas.py' 2024-04-03T17:09:42.7220051Z adding 'torch/_functorch/_aot_autograd/subclass_utils.py' 2024-04-03T17:09:42.7231365Z adding 'torch/_functorch/_aot_autograd/traced_function_transforms.py' 2024-04-03T17:09:42.7235318Z adding 'torch/_functorch/_aot_autograd/utils.py' 2024-04-03T17:09:42.7237563Z adding 'torch/_higher_order_ops/__init__.py' 2024-04-03T17:09:42.7241621Z adding 'torch/_higher_order_ops/auto_functionalize.py' 2024-04-03T17:09:42.7246498Z adding 'torch/_higher_order_ops/cond.py' 2024-04-03T17:09:42.7250553Z adding 'torch/_higher_order_ops/effects.py' 2024-04-03T17:09:42.7256085Z adding 'torch/_higher_order_ops/map.py' 2024-04-03T17:09:42.7259381Z adding 'torch/_higher_order_ops/out_dtype.py' 2024-04-03T17:09:42.7262044Z adding 'torch/_higher_order_ops/strict_mode.py' 2024-04-03T17:09:42.7264877Z adding 'torch/_higher_order_ops/torchbind.py' 2024-04-03T17:09:42.7275919Z adding 'torch/_higher_order_ops/triton_kernel_wrap.py' 2024-04-03T17:09:42.7280382Z adding 'torch/_higher_order_ops/utils.py' 2024-04-03T17:09:42.7283851Z adding 'torch/_higher_order_ops/while_loop.py' 2024-04-03T17:09:42.7287625Z adding 'torch/_higher_order_ops/wrap.py' 2024-04-03T17:09:42.7291531Z adding 'torch/_inductor/__init__.py' 2024-04-03T17:09:42.7297902Z adding 'torch/_inductor/autotune_process.py' 2024-04-03T17:09:42.7301539Z adding 'torch/_inductor/bounds.py' 2024-04-03T17:09:42.7335533Z adding 'torch/_inductor/codecache.py' 2024-04-03T17:09:42.7342155Z adding 'torch/_inductor/comm_analysis.py' 2024-04-03T17:09:42.7346703Z adding 'torch/_inductor/comms.py' 2024-04-03T17:09:42.7363891Z adding 'torch/_inductor/compile_fx.py' 2024-04-03T17:09:42.7376183Z adding 'torch/_inductor/config.py' 2024-04-03T17:09:42.7380862Z adding 'torch/_inductor/constant_folding.py' 2024-04-03T17:09:42.7384845Z adding 'torch/_inductor/coordinate_descent_tuner.py' 2024-04-03T17:09:42.7415627Z adding 'torch/_inductor/cudagraph_trees.py' 2024-04-03T17:09:42.7419915Z adding 'torch/_inductor/cudagraph_utils.py' 2024-04-03T17:09:42.7426937Z adding 'torch/_inductor/debug.py' 2024-04-03T17:09:42.7434290Z adding 'torch/_inductor/decomposition.py' 2024-04-03T17:09:42.7440482Z adding 'torch/_inductor/dependencies.py' 2024-04-03T17:09:42.7443156Z adding 'torch/_inductor/exc.py' 2024-04-03T17:09:42.7447028Z adding 'torch/_inductor/freezing.py' 2024-04-03T17:09:42.7450831Z adding 'torch/_inductor/fx_utils.py' 2024-04-03T17:09:42.7469689Z adding 'torch/_inductor/graph.py' 2024-04-03T17:09:42.7472753Z adding 'torch/_inductor/hooks.py' 2024-04-03T17:09:42.7476595Z adding 'torch/_inductor/index_propagation.py' 2024-04-03T17:09:42.7479005Z adding 'torch/_inductor/inductor_prims.py' 2024-04-03T17:09:42.7561824Z adding 'torch/_inductor/ir.py' 2024-04-03T17:09:42.7626797Z adding 'torch/_inductor/lowering.py' 2024-04-03T17:09:42.7635873Z adding 'torch/_inductor/metrics.py' 2024-04-03T17:09:42.7642279Z adding 'torch/_inductor/ops_handler.py' 2024-04-03T17:09:42.7645479Z adding 'torch/_inductor/optimize_indexing.py' 2024-04-03T17:09:42.7663978Z adding 'torch/_inductor/pattern_matcher.py' 2024-04-03T17:09:42.7666823Z adding 'torch/_inductor/quantized_lowerings.py' 2024-04-03T17:09:42.7698924Z adding 'torch/_inductor/scheduler.py' 2024-04-03T17:09:42.7713814Z adding 'torch/_inductor/select_algorithm.py' 2024-04-03T17:09:42.7722889Z adding 'torch/_inductor/sizevars.py' 2024-04-03T17:09:42.7725457Z adding 'torch/_inductor/test_case.py' 2024-04-03T17:09:42.7727479Z adding 'torch/_inductor/test_operators.py' 2024-04-03T17:09:42.7731138Z adding 'torch/_inductor/triton_helpers.py' 2024-04-03T17:09:42.7748321Z adding 'torch/_inductor/triton_heuristics.py' 2024-04-03T17:09:42.7765054Z adding 'torch/_inductor/utils.py' 2024-04-03T17:09:42.7770459Z adding 'torch/_inductor/virtualized.py' 2024-04-03T17:09:42.7774829Z adding 'torch/_inductor/wrapper_benchmark.py' 2024-04-03T17:09:42.7777690Z adding 'torch/_inductor/codegen/__init__.py' 2024-04-03T17:09:42.7793631Z adding 'torch/_inductor/codegen/common.py' 2024-04-03T17:09:42.7839703Z adding 'torch/_inductor/codegen/cpp.py' 2024-04-03T17:09:42.7846100Z adding 'torch/_inductor/codegen/cpp_prefix.h' 2024-04-03T17:09:42.7872379Z adding 'torch/_inductor/codegen/cpp_wrapper_cpu.py' 2024-04-03T17:09:42.7879170Z adding 'torch/_inductor/codegen/cpp_wrapper_cuda.py' 2024-04-03T17:09:42.7881643Z adding 'torch/_inductor/codegen/cuda_combined_scheduling.py' 2024-04-03T17:09:42.7889191Z adding 'torch/_inductor/codegen/memory_planning.py' 2024-04-03T17:09:42.7894574Z adding 'torch/_inductor/codegen/multi_kernel.py' 2024-04-03T17:09:42.7944544Z adding 'torch/_inductor/codegen/triton.py' 2024-04-03T17:09:42.7951446Z adding 'torch/_inductor/codegen/triton_foreach.py' 2024-04-03T17:09:42.7954733Z adding 'torch/_inductor/codegen/triton_split_scan.py' 2024-04-03T17:09:42.7957627Z adding 'torch/_inductor/codegen/triton_utils.py' 2024-04-03T17:09:42.7977088Z adding 'torch/_inductor/codegen/wrapper.py' 2024-04-03T17:09:42.7982048Z adding 'torch/_inductor/codegen/aoti_runtime/implementation.cpp' 2024-04-03T17:09:42.7985409Z adding 'torch/_inductor/codegen/aoti_runtime/interface.cpp' 2024-04-03T17:09:42.7987544Z adding 'torch/_inductor/codegen/cuda/__init__.py' 2024-04-03T17:09:42.7991111Z adding 'torch/_inductor/codegen/cuda/cuda_cpp_scheduling.py' 2024-04-03T17:09:42.7993277Z adding 'torch/_inductor/codegen/cuda/cuda_env.py' 2024-04-03T17:09:42.7997720Z adding 'torch/_inductor/codegen/cuda/cuda_kernel.py' 2024-04-03T17:09:42.8001522Z adding 'torch/_inductor/codegen/cuda/cuda_template.py' 2024-04-03T17:09:42.8006340Z adding 'torch/_inductor/codegen/cuda/cutlass_epilogue_gen.py' 2024-04-03T17:09:42.8010087Z adding 'torch/_inductor/codegen/cuda/cutlass_utils.py' 2024-04-03T17:09:42.8012272Z adding 'torch/_inductor/codegen/cuda/device_op_overrides.py' 2024-04-03T17:09:42.8020010Z adding 'torch/_inductor/codegen/cuda/gemm_template.py' 2024-04-03T17:09:42.8022308Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/__init__.py' 2024-04-03T17:09:42.8025674Z adding 'torch/_inductor/codegen/cuda/cutlass_lib_extensions/gemm_operation_extensions.py' 2024-04-03T17:09:42.8027816Z adding 'torch/_inductor/fx_passes/__init__.py' 2024-04-03T17:09:42.8031669Z adding 'torch/_inductor/fx_passes/binary_folding.py' 2024-04-03T17:09:42.8038752Z adding 'torch/_inductor/fx_passes/ddp_fusion.py' 2024-04-03T17:09:42.8041964Z adding 'torch/_inductor/fx_passes/decompose_mem_bound_mm.py' 2024-04-03T17:09:42.8044179Z adding 'torch/_inductor/fx_passes/dedupe_symint_uses.py' 2024-04-03T17:09:42.8047449Z adding 'torch/_inductor/fx_passes/efficient_conv_bn_eval.py' 2024-04-03T17:09:42.8050605Z adding 'torch/_inductor/fx_passes/freezing_patterns.py' 2024-04-03T17:09:42.8057683Z adding 'torch/_inductor/fx_passes/fuse_attention.py' 2024-04-03T17:09:42.8068560Z adding 'torch/_inductor/fx_passes/group_batch_fusion.py' 2024-04-03T17:09:42.8073620Z adding 'torch/_inductor/fx_passes/joint_graph.py' 2024-04-03T17:09:42.8076630Z adding 'torch/_inductor/fx_passes/misc_patterns.py' 2024-04-03T17:09:42.8088073Z adding 'torch/_inductor/fx_passes/mkldnn_fusion.py' 2024-04-03T17:09:42.8092085Z adding 'torch/_inductor/fx_passes/numeric_utils.py' 2024-04-03T17:09:42.8097116Z adding 'torch/_inductor/fx_passes/pad_mm.py' 2024-04-03T17:09:42.8108900Z adding 'torch/_inductor/fx_passes/post_grad.py' 2024-04-03T17:09:42.8115814Z adding 'torch/_inductor/fx_passes/pre_grad.py' 2024-04-03T17:09:42.8134776Z adding 'torch/_inductor/fx_passes/quantization.py' 2024-04-03T17:09:42.8142827Z adding 'torch/_inductor/fx_passes/reinplace.py' 2024-04-03T17:09:42.8145660Z adding 'torch/_inductor/fx_passes/replace_random.py' 2024-04-03T17:09:42.8162280Z adding 'torch/_inductor/fx_passes/split_cat.py' 2024-04-03T17:09:42.8165999Z adding 'torch/_inductor/fx_passes/serialized_patterns/__init__.py' 2024-04-03T17:09:42.8168796Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_1.py' 2024-04-03T17:09:42.8171960Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_10.py' 2024-04-03T17:09:42.8175182Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_11.py' 2024-04-03T17:09:42.8178846Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_12.py' 2024-04-03T17:09:42.8181748Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_13.py' 2024-04-03T17:09:42.8184804Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_14.py' 2024-04-03T17:09:42.8188284Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_15.py' 2024-04-03T17:09:42.8193257Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_16.py' 2024-04-03T17:09:42.8197563Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_17.py' 2024-04-03T17:09:42.8202098Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_18.py' 2024-04-03T17:09:42.8205589Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_2.py' 2024-04-03T17:09:42.8208666Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_3.py' 2024-04-03T17:09:42.8211835Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_4.py' 2024-04-03T17:09:42.8214761Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_5.py' 2024-04-03T17:09:42.8217924Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_6.py' 2024-04-03T17:09:42.8221303Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_7.py' 2024-04-03T17:09:42.8224727Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_8.py' 2024-04-03T17:09:42.8227966Z adding 'torch/_inductor/fx_passes/serialized_patterns/_sfdp_pattern_9.py' 2024-04-03T17:09:42.8231204Z adding 'torch/_inductor/fx_passes/serialized_patterns/central_index.py' 2024-04-03T17:09:42.8233432Z adding 'torch/_inductor/kernel/__init__.py' 2024-04-03T17:09:42.8235711Z adding 'torch/_inductor/kernel/bmm.py' 2024-04-03T17:09:42.8241074Z adding 'torch/_inductor/kernel/conv.py' 2024-04-03T17:09:42.8245399Z adding 'torch/_inductor/kernel/mm.py' 2024-04-03T17:09:42.8249028Z adding 'torch/_inductor/kernel/mm_common.py' 2024-04-03T17:09:42.8252472Z adding 'torch/_inductor/kernel/mm_plus_mm.py' 2024-04-03T17:09:42.8255106Z adding 'torch/_inductor/kernel/unpack_mixed_mm.py' 2024-04-03T17:09:42.8257756Z adding 'torch/_lazy/__init__.py' 2024-04-03T17:09:42.8260786Z adding 'torch/_lazy/closure.py' 2024-04-03T17:09:42.8262843Z adding 'torch/_lazy/computation.py' 2024-04-03T17:09:42.8264658Z adding 'torch/_lazy/config.py' 2024-04-03T17:09:42.8267220Z adding 'torch/_lazy/debug.py' 2024-04-03T17:09:42.8268655Z adding 'torch/_lazy/device_context.py' 2024-04-03T17:09:42.8272657Z adding 'torch/_lazy/extract_compiled_graph.py' 2024-04-03T17:09:42.8274370Z adding 'torch/_lazy/ir_cache.py' 2024-04-03T17:09:42.8276162Z adding 'torch/_lazy/metrics.py' 2024-04-03T17:09:42.8278384Z adding 'torch/_lazy/tensor_factory_functions.py' 2024-04-03T17:09:42.8279720Z adding 'torch/_lazy/ts_backend.py' 2024-04-03T17:09:42.8281683Z adding 'torch/_library/__init__.py' 2024-04-03T17:09:42.8285197Z adding 'torch/_library/abstract_impl.py' 2024-04-03T17:09:42.8287541Z adding 'torch/_library/simple_registry.py' 2024-04-03T17:09:42.8290391Z adding 'torch/_library/utils.py' 2024-04-03T17:09:42.8292785Z adding 'torch/_logging/__init__.py' 2024-04-03T17:09:42.8307000Z adding 'torch/_logging/_internal.py' 2024-04-03T17:09:42.8310547Z adding 'torch/_logging/_registrations.py' 2024-04-03T17:09:42.8312627Z adding 'torch/_logging/structured.py' 2024-04-03T17:09:42.8314847Z adding 'torch/_numpy/__init__.py' 2024-04-03T17:09:42.8317179Z adding 'torch/_numpy/_binary_ufuncs_impl.py' 2024-04-03T17:09:42.8320793Z adding 'torch/_numpy/_casting_dicts.py' 2024-04-03T17:09:42.8325778Z adding 'torch/_numpy/_dtypes.py' 2024-04-03T17:09:42.8329284Z adding 'torch/_numpy/_dtypes_impl.py' 2024-04-03T17:09:42.8331779Z adding 'torch/_numpy/_funcs.py' 2024-04-03T17:09:42.8351622Z adding 'torch/_numpy/_funcs_impl.py' 2024-04-03T17:09:42.8354824Z adding 'torch/_numpy/_getlimits.py' 2024-04-03T17:09:42.8360518Z adding 'torch/_numpy/_ndarray.py' 2024-04-03T17:09:42.8364757Z adding 'torch/_numpy/_normalizations.py' 2024-04-03T17:09:42.8368976Z adding 'torch/_numpy/_reductions_impl.py' 2024-04-03T17:09:42.8372534Z adding 'torch/_numpy/_ufuncs.py' 2024-04-03T17:09:42.8374917Z adding 'torch/_numpy/_unary_ufuncs_impl.py' 2024-04-03T17:09:42.8379430Z adding 'torch/_numpy/_util.py' 2024-04-03T17:09:42.8381802Z adding 'torch/_numpy/fft.py' 2024-04-03T17:09:42.8384861Z adding 'torch/_numpy/linalg.py' 2024-04-03T17:09:42.8387941Z adding 'torch/_numpy/random.py' 2024-04-03T17:09:42.8390233Z adding 'torch/_numpy/testing/__init__.py' 2024-04-03T17:09:42.8414759Z adding 'torch/_numpy/testing/utils.py' 2024-04-03T17:09:42.8440384Z adding 'torch/_prims/__init__.py' 2024-04-03T17:09:42.8445532Z adding 'torch/_prims/context.py' 2024-04-03T17:09:42.8447990Z adding 'torch/_prims/debug_prims.py' 2024-04-03T17:09:42.8450481Z adding 'torch/_prims/executor.py' 2024-04-03T17:09:42.8454405Z adding 'torch/_prims/rng_prims.py' 2024-04-03T17:09:42.8477528Z adding 'torch/_prims_common/__init__.py' 2024-04-03T17:09:42.8484649Z adding 'torch/_prims_common/wrappers.py' 2024-04-03T17:09:42.8548844Z adding 'torch/_refs/__init__.py' 2024-04-03T17:09:42.8555830Z adding 'torch/_refs/_conversions.py' 2024-04-03T17:09:42.8560808Z adding 'torch/_refs/fft.py' 2024-04-03T17:09:42.8565511Z adding 'torch/_refs/linalg/__init__.py' 2024-04-03T17:09:42.8567654Z adding 'torch/_refs/nn/__init__.py' 2024-04-03T17:09:42.8579315Z adding 'torch/_refs/nn/functional/__init__.py' 2024-04-03T17:09:42.8583292Z adding 'torch/_refs/special/__init__.py' 2024-04-03T17:09:42.8585539Z adding 'torch/_subclasses/__init__.py' 2024-04-03T17:09:42.8595885Z adding 'torch/_subclasses/fake_impls.py' 2024-04-03T17:09:42.8622626Z adding 'torch/_subclasses/fake_tensor.py' 2024-04-03T17:09:42.8627256Z adding 'torch/_subclasses/fake_utils.py' 2024-04-03T17:09:42.8636169Z adding 'torch/_subclasses/functional_tensor.py' 2024-04-03T17:09:42.8655754Z adding 'torch/_subclasses/meta_utils.py' 2024-04-03T17:09:42.8660859Z adding 'torch/_subclasses/schema_check_mode.py' 2024-04-03T17:09:42.8662853Z adding 'torch/_vendor/__init__.py' 2024-04-03T17:09:42.8665167Z adding 'torch/_vendor/packaging/__init__.py' 2024-04-03T17:09:42.8667192Z adding 'torch/_vendor/packaging/_structures.py' 2024-04-03T17:09:42.8672623Z adding 'torch/_vendor/packaging/version.py' 2024-04-03T17:09:42.8675003Z adding 'torch/amp/__init__.py' 2024-04-03T17:09:42.8680901Z adding 'torch/amp/autocast_mode.py' 2024-04-03T17:09:42.8691142Z adding 'torch/amp/grad_scaler.py' 2024-04-03T17:09:42.8694103Z adding 'torch/ao/__init__.py' 2024-04-03T17:09:42.8696469Z adding 'torch/ao/nn/__init__.py' 2024-04-03T17:09:42.8699124Z adding 'torch/ao/nn/intrinsic/__init__.py' 2024-04-03T17:09:42.8701320Z adding 'torch/ao/nn/intrinsic/modules/__init__.py' 2024-04-03T17:09:42.8704005Z adding 'torch/ao/nn/intrinsic/modules/fused.py' 2024-04-03T17:09:42.8706245Z adding 'torch/ao/nn/intrinsic/qat/__init__.py' 2024-04-03T17:09:42.8708343Z adding 'torch/ao/nn/intrinsic/qat/modules/__init__.py' 2024-04-03T17:09:42.8715297Z adding 'torch/ao/nn/intrinsic/qat/modules/conv_fused.py' 2024-04-03T17:09:42.8719241Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_fused.py' 2024-04-03T17:09:42.8721595Z adding 'torch/ao/nn/intrinsic/qat/modules/linear_relu.py' 2024-04-03T17:09:42.8723840Z adding 'torch/ao/nn/intrinsic/quantized/__init__.py' 2024-04-03T17:09:42.8725794Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/__init__.py' 2024-04-03T17:09:42.8727818Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-04-03T17:09:42.8730239Z adding 'torch/ao/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-04-03T17:09:42.8731924Z adding 'torch/ao/nn/intrinsic/quantized/modules/__init__.py' 2024-04-03T17:09:42.8734234Z adding 'torch/ao/nn/intrinsic/quantized/modules/bn_relu.py' 2024-04-03T17:09:42.8736766Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_add.py' 2024-04-03T17:09:42.8739850Z adding 'torch/ao/nn/intrinsic/quantized/modules/conv_relu.py' 2024-04-03T17:09:42.8742885Z adding 'torch/ao/nn/intrinsic/quantized/modules/linear_relu.py' 2024-04-03T17:09:42.8744699Z adding 'torch/ao/nn/qat/__init__.py' 2024-04-03T17:09:42.8746667Z adding 'torch/ao/nn/qat/dynamic/__init__.py' 2024-04-03T17:09:42.8748630Z adding 'torch/ao/nn/qat/dynamic/modules/__init__.py' 2024-04-03T17:09:42.8750624Z adding 'torch/ao/nn/qat/dynamic/modules/linear.py' 2024-04-03T17:09:42.8752606Z adding 'torch/ao/nn/qat/modules/__init__.py' 2024-04-03T17:09:42.8755825Z adding 'torch/ao/nn/qat/modules/conv.py' 2024-04-03T17:09:42.8758929Z adding 'torch/ao/nn/qat/modules/embedding_ops.py' 2024-04-03T17:09:42.8761567Z adding 'torch/ao/nn/qat/modules/linear.py' 2024-04-03T17:09:42.8763608Z adding 'torch/ao/nn/quantizable/__init__.py' 2024-04-03T17:09:42.8765618Z adding 'torch/ao/nn/quantizable/modules/__init__.py' 2024-04-03T17:09:42.8772009Z adding 'torch/ao/nn/quantizable/modules/activation.py' 2024-04-03T17:09:42.8778077Z adding 'torch/ao/nn/quantizable/modules/rnn.py' 2024-04-03T17:09:42.8780897Z adding 'torch/ao/nn/quantized/__init__.py' 2024-04-03T17:09:42.8787583Z adding 'torch/ao/nn/quantized/functional.py' 2024-04-03T17:09:42.8790337Z adding 'torch/ao/nn/quantized/dynamic/__init__.py' 2024-04-03T17:09:42.8792420Z adding 'torch/ao/nn/quantized/dynamic/modules/__init__.py' 2024-04-03T17:09:42.8795976Z adding 'torch/ao/nn/quantized/dynamic/modules/conv.py' 2024-04-03T17:09:42.8799530Z adding 'torch/ao/nn/quantized/dynamic/modules/linear.py' 2024-04-03T17:09:42.8811025Z adding 'torch/ao/nn/quantized/dynamic/modules/rnn.py' 2024-04-03T17:09:42.8815282Z adding 'torch/ao/nn/quantized/modules/__init__.py' 2024-04-03T17:09:42.8819386Z adding 'torch/ao/nn/quantized/modules/activation.py' 2024-04-03T17:09:42.8822152Z adding 'torch/ao/nn/quantized/modules/batchnorm.py' 2024-04-03T17:09:42.8829726Z adding 'torch/ao/nn/quantized/modules/conv.py' 2024-04-03T17:09:42.8832632Z adding 'torch/ao/nn/quantized/modules/dropout.py' 2024-04-03T17:09:42.8836753Z adding 'torch/ao/nn/quantized/modules/embedding_ops.py' 2024-04-03T17:09:42.8840270Z adding 'torch/ao/nn/quantized/modules/functional_modules.py' 2024-04-03T17:09:42.8844739Z adding 'torch/ao/nn/quantized/modules/linear.py' 2024-04-03T17:09:42.8847678Z adding 'torch/ao/nn/quantized/modules/normalization.py' 2024-04-03T17:09:42.8850102Z adding 'torch/ao/nn/quantized/modules/rnn.py' 2024-04-03T17:09:42.8852971Z adding 'torch/ao/nn/quantized/modules/utils.py' 2024-04-03T17:09:42.8855233Z adding 'torch/ao/nn/quantized/reference/__init__.py' 2024-04-03T17:09:42.8857539Z adding 'torch/ao/nn/quantized/reference/modules/__init__.py' 2024-04-03T17:09:42.8860966Z adding 'torch/ao/nn/quantized/reference/modules/conv.py' 2024-04-03T17:09:42.8863721Z adding 'torch/ao/nn/quantized/reference/modules/linear.py' 2024-04-03T17:09:42.8869719Z adding 'torch/ao/nn/quantized/reference/modules/rnn.py' 2024-04-03T17:09:42.8872887Z adding 'torch/ao/nn/quantized/reference/modules/sparse.py' 2024-04-03T17:09:42.8876778Z adding 'torch/ao/nn/quantized/reference/modules/utils.py' 2024-04-03T17:09:42.8879030Z adding 'torch/ao/nn/sparse/__init__.py' 2024-04-03T17:09:42.8881141Z adding 'torch/ao/nn/sparse/quantized/__init__.py' 2024-04-03T17:09:42.8884539Z adding 'torch/ao/nn/sparse/quantized/linear.py' 2024-04-03T17:09:42.8886839Z adding 'torch/ao/nn/sparse/quantized/utils.py' 2024-04-03T17:09:42.8888922Z adding 'torch/ao/nn/sparse/quantized/dynamic/__init__.py' 2024-04-03T17:09:42.8892197Z adding 'torch/ao/nn/sparse/quantized/dynamic/linear.py' 2024-04-03T17:09:42.8894210Z adding 'torch/ao/ns/__init__.py' 2024-04-03T17:09:42.8900262Z adding 'torch/ao/ns/_numeric_suite.py' 2024-04-03T17:09:42.8912295Z adding 'torch/ao/ns/_numeric_suite_fx.py' 2024-04-03T17:09:42.8915097Z adding 'torch/ao/ns/fx/__init__.py' 2024-04-03T17:09:42.8921843Z adding 'torch/ao/ns/fx/graph_matcher.py' 2024-04-03T17:09:42.8933662Z adding 'torch/ao/ns/fx/graph_passes.py' 2024-04-03T17:09:42.8939610Z adding 'torch/ao/ns/fx/mappings.py' 2024-04-03T17:09:42.8955475Z adding 'torch/ao/ns/fx/n_shadows_utils.py' 2024-04-03T17:09:42.8958776Z adding 'torch/ao/ns/fx/ns_types.py' 2024-04-03T17:09:42.8962335Z adding 'torch/ao/ns/fx/pattern_utils.py' 2024-04-03T17:09:42.8966145Z adding 'torch/ao/ns/fx/qconfig_multi_mapping.py' 2024-04-03T17:09:42.8972595Z adding 'torch/ao/ns/fx/utils.py' 2024-04-03T17:09:42.8976878Z adding 'torch/ao/ns/fx/weight_utils.py' 2024-04-03T17:09:42.8979602Z adding 'torch/ao/pruning/__init__.py' 2024-04-03T17:09:42.8981539Z adding 'torch/ao/pruning/_mappings.py' 2024-04-03T17:09:42.8983491Z adding 'torch/ao/pruning/_experimental/__init__.py' 2024-04-03T17:09:42.8985546Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/__init__.py' 2024-04-03T17:09:42.8991753Z adding 'torch/ao/pruning/_experimental/activation_sparsifier/activation_sparsifier.py' 2024-04-03T17:09:42.8994131Z adding 'torch/ao/pruning/_experimental/data_scheduler/__init__.py' 2024-04-03T17:09:42.8997651Z adding 'torch/ao/pruning/_experimental/data_scheduler/base_data_scheduler.py' 2024-04-03T17:09:42.8999877Z adding 'torch/ao/pruning/_experimental/data_sparsifier/__init__.py' 2024-04-03T17:09:42.9004986Z adding 'torch/ao/pruning/_experimental/data_sparsifier/base_data_sparsifier.py' 2024-04-03T17:09:42.9008764Z adding 'torch/ao/pruning/_experimental/data_sparsifier/data_norm_sparsifier.py' 2024-04-03T17:09:42.9011952Z adding 'torch/ao/pruning/_experimental/data_sparsifier/quantization_utils.py' 2024-04-03T17:09:42.9014059Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/__init__.py' 2024-04-03T17:09:42.9016712Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/__init__.py' 2024-04-03T17:09:42.9018937Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/_data_sparstity_utils.py' 2024-04-03T17:09:42.9022158Z adding 'torch/ao/pruning/_experimental/data_sparsifier/lightning/callbacks/data_sparsity.py' 2024-04-03T17:09:42.9024941Z adding 'torch/ao/pruning/_experimental/pruner/FPGM_pruner.py' 2024-04-03T17:09:42.9026781Z adding 'torch/ao/pruning/_experimental/pruner/__init__.py' 2024-04-03T17:09:42.9031004Z adding 'torch/ao/pruning/_experimental/pruner/base_structured_sparsifier.py' 2024-04-03T17:09:42.9033631Z adding 'torch/ao/pruning/_experimental/pruner/lstm_saliency_pruner.py' 2024-04-03T17:09:42.9035788Z adding 'torch/ao/pruning/_experimental/pruner/match_utils.py' 2024-04-03T17:09:42.9038147Z adding 'torch/ao/pruning/_experimental/pruner/parametrization.py' 2024-04-03T17:09:42.9043803Z adding 'torch/ao/pruning/_experimental/pruner/prune_functions.py' 2024-04-03T17:09:42.9046521Z adding 'torch/ao/pruning/_experimental/pruner/saliency_pruner.py' 2024-04-03T17:09:42.9048356Z adding 'torch/ao/pruning/scheduler/__init__.py' 2024-04-03T17:09:42.9051731Z adding 'torch/ao/pruning/scheduler/base_scheduler.py' 2024-04-03T17:09:42.9054523Z adding 'torch/ao/pruning/scheduler/cubic_scheduler.py' 2024-04-03T17:09:42.9057023Z adding 'torch/ao/pruning/scheduler/lambda_scheduler.py' 2024-04-03T17:09:42.9059197Z adding 'torch/ao/pruning/sparsifier/__init__.py' 2024-04-03T17:09:42.9064162Z adding 'torch/ao/pruning/sparsifier/base_sparsifier.py' 2024-04-03T17:09:42.9067256Z adding 'torch/ao/pruning/sparsifier/nearly_diagonal_sparsifier.py' 2024-04-03T17:09:42.9069914Z adding 'torch/ao/pruning/sparsifier/utils.py' 2024-04-03T17:09:42.9073969Z adding 'torch/ao/pruning/sparsifier/weight_norm_sparsifier.py' 2024-04-03T17:09:42.9077379Z adding 'torch/ao/quantization/__init__.py' 2024-04-03T17:09:42.9080719Z adding 'torch/ao/quantization/_correct_bias.py' 2024-04-03T17:09:42.9084206Z adding 'torch/ao/quantization/_equalize.py' 2024-04-03T17:09:42.9087773Z adding 'torch/ao/quantization/_learnable_fake_quantize.py' 2024-04-03T17:09:42.9094342Z adding 'torch/ao/quantization/fake_quantize.py' 2024-04-03T17:09:42.9098461Z adding 'torch/ao/quantization/fuse_modules.py' 2024-04-03T17:09:42.9102375Z adding 'torch/ao/quantization/fuser_method_mappings.py' 2024-04-03T17:09:42.9121286Z adding 'torch/ao/quantization/observer.py' 2024-04-03T17:09:42.9129663Z adding 'torch/ao/quantization/qconfig.py' 2024-04-03T17:09:42.9134698Z adding 'torch/ao/quantization/qconfig_mapping.py' 2024-04-03T17:09:42.9137016Z adding 'torch/ao/quantization/quant_type.py' 2024-04-03T17:09:42.9141724Z adding 'torch/ao/quantization/quantization_mappings.py' 2024-04-03T17:09:42.9149814Z adding 'torch/ao/quantization/quantize.py' 2024-04-03T17:09:42.9158590Z adding 'torch/ao/quantization/quantize_fx.py' 2024-04-03T17:09:42.9163876Z adding 'torch/ao/quantization/quantize_jit.py' 2024-04-03T17:09:42.9167980Z adding 'torch/ao/quantization/quantize_pt2e.py' 2024-04-03T17:09:42.9170675Z adding 'torch/ao/quantization/stubs.py' 2024-04-03T17:09:42.9179391Z adding 'torch/ao/quantization/utils.py' 2024-04-03T17:09:42.9182569Z adding 'torch/ao/quantization/backend_config/__init__.py' 2024-04-03T17:09:42.9188719Z adding 'torch/ao/quantization/backend_config/_common_operator_config_utils.py' 2024-04-03T17:09:42.9192173Z adding 'torch/ao/quantization/backend_config/_qnnpack_pt2e.py' 2024-04-03T17:09:42.9200480Z adding 'torch/ao/quantization/backend_config/backend_config.py' 2024-04-03T17:09:42.9205383Z adding 'torch/ao/quantization/backend_config/executorch.py' 2024-04-03T17:09:42.9208146Z adding 'torch/ao/quantization/backend_config/fbgemm.py' 2024-04-03T17:09:42.9211059Z adding 'torch/ao/quantization/backend_config/native.py' 2024-04-03T17:09:42.9213005Z adding 'torch/ao/quantization/backend_config/observation_type.py' 2024-04-03T17:09:42.9217370Z adding 'torch/ao/quantization/backend_config/onednn.py' 2024-04-03T17:09:42.9220958Z adding 'torch/ao/quantization/backend_config/qnnpack.py' 2024-04-03T17:09:42.9223403Z adding 'torch/ao/quantization/backend_config/tensorrt.py' 2024-04-03T17:09:42.9227889Z adding 'torch/ao/quantization/backend_config/utils.py' 2024-04-03T17:09:42.9230480Z adding 'torch/ao/quantization/backend_config/x86.py' 2024-04-03T17:09:42.9232898Z adding 'torch/ao/quantization/fx/__init__.py' 2024-04-03T17:09:42.9241375Z adding 'torch/ao/quantization/fx/_decomposed.py' 2024-04-03T17:09:42.9253472Z adding 'torch/ao/quantization/fx/_equalize.py' 2024-04-03T17:09:42.9268532Z adding 'torch/ao/quantization/fx/_lower_to_native_backend.py' 2024-04-03T17:09:42.9286453Z adding 'torch/ao/quantization/fx/convert.py' 2024-04-03T17:09:42.9292596Z adding 'torch/ao/quantization/fx/custom_config.py' 2024-04-03T17:09:42.9298197Z adding 'torch/ao/quantization/fx/fuse.py' 2024-04-03T17:09:42.9301689Z adding 'torch/ao/quantization/fx/fuse_handler.py' 2024-04-03T17:09:42.9304569Z adding 'torch/ao/quantization/fx/graph_module.py' 2024-04-03T17:09:42.9306758Z adding 'torch/ao/quantization/fx/lower_to_fbgemm.py' 2024-04-03T17:09:42.9308973Z adding 'torch/ao/quantization/fx/lower_to_qnnpack.py' 2024-04-03T17:09:42.9312704Z adding 'torch/ao/quantization/fx/lstm_utils.py' 2024-04-03T17:09:42.9316778Z adding 'torch/ao/quantization/fx/match_utils.py' 2024-04-03T17:09:42.9319532Z adding 'torch/ao/quantization/fx/pattern_utils.py' 2024-04-03T17:09:42.9347300Z adding 'torch/ao/quantization/fx/prepare.py' 2024-04-03T17:09:42.9354291Z adding 'torch/ao/quantization/fx/qconfig_mapping_utils.py' 2024-04-03T17:09:42.9357787Z adding 'torch/ao/quantization/fx/quantize_handler.py' 2024-04-03T17:09:42.9360127Z adding 'torch/ao/quantization/fx/tracer.py' 2024-04-03T17:09:42.9371878Z adding 'torch/ao/quantization/fx/utils.py' 2024-04-03T17:09:42.9375083Z adding 'torch/ao/quantization/fx/_model_report/__init__.py' 2024-04-03T17:09:42.9395782Z adding 'torch/ao/quantization/fx/_model_report/detector.py' 2024-04-03T17:09:42.9406324Z adding 'torch/ao/quantization/fx/_model_report/model_report.py' 2024-04-03T17:09:42.9411147Z adding 'torch/ao/quantization/fx/_model_report/model_report_observer.py' 2024-04-03T17:09:42.9421429Z adding 'torch/ao/quantization/fx/_model_report/model_report_visualizer.py' 2024-04-03T17:09:42.9424028Z adding 'torch/ao/quantization/pt2e/__init__.py' 2024-04-03T17:09:42.9426534Z adding 'torch/ao/quantization/pt2e/duplicate_dq_pass.py' 2024-04-03T17:09:42.9429894Z adding 'torch/ao/quantization/pt2e/export_utils.py' 2024-04-03T17:09:42.9432471Z adding 'torch/ao/quantization/pt2e/generate_numeric_debug_handle.py' 2024-04-03T17:09:42.9434871Z adding 'torch/ao/quantization/pt2e/graph_utils.py' 2024-04-03T17:09:42.9438624Z adding 'torch/ao/quantization/pt2e/port_metadata_pass.py' 2024-04-03T17:09:42.9446108Z adding 'torch/ao/quantization/pt2e/prepare.py' 2024-04-03T17:09:42.9456225Z adding 'torch/ao/quantization/pt2e/qat_utils.py' 2024-04-03T17:09:42.9464179Z adding 'torch/ao/quantization/pt2e/utils.py' 2024-04-03T17:09:42.9466860Z adding 'torch/ao/quantization/pt2e/representation/__init__.py' 2024-04-03T17:09:42.9472949Z adding 'torch/ao/quantization/pt2e/representation/rewrite.py' 2024-04-03T17:09:42.9475754Z adding 'torch/ao/quantization/quantizer/__init__.py' 2024-04-03T17:09:42.9478480Z adding 'torch/ao/quantization/quantizer/composable_quantizer.py' 2024-04-03T17:09:42.9481221Z adding 'torch/ao/quantization/quantizer/embedding_quantizer.py' 2024-04-03T17:09:42.9484442Z adding 'torch/ao/quantization/quantizer/quantizer.py' 2024-04-03T17:09:42.9487556Z adding 'torch/ao/quantization/quantizer/utils.py' 2024-04-03T17:09:42.9496837Z adding 'torch/ao/quantization/quantizer/x86_inductor_quantizer.py' 2024-04-03T17:09:42.9503136Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer.py' 2024-04-03T17:09:42.9512986Z adding 'torch/ao/quantization/quantizer/xnnpack_quantizer_utils.py' 2024-04-03T17:09:42.9521283Z adding 'torch/autograd/__init__.py' 2024-04-03T17:09:42.9524580Z adding 'torch/autograd/anomaly_mode.py' 2024-04-03T17:09:42.9528267Z adding 'torch/autograd/forward_ad.py' 2024-04-03T17:09:42.9538985Z adding 'torch/autograd/function.py' 2024-04-03T17:09:42.9553243Z adding 'torch/autograd/functional.py' 2024-04-03T17:09:42.9558516Z adding 'torch/autograd/grad_mode.py' 2024-04-03T17:09:42.9589242Z adding 'torch/autograd/gradcheck.py' 2024-04-03T17:09:42.9600348Z adding 'torch/autograd/graph.py' 2024-04-03T17:09:42.9613860Z adding 'torch/autograd/profiler.py' 2024-04-03T17:09:42.9619390Z adding 'torch/autograd/profiler_legacy.py' 2024-04-03T17:09:42.9631462Z adding 'torch/autograd/profiler_util.py' 2024-04-03T17:09:42.9634257Z adding 'torch/autograd/variable.py' 2024-04-03T17:09:42.9636422Z adding 'torch/autograd/_functions/__init__.py' 2024-04-03T17:09:42.9638540Z adding 'torch/autograd/_functions/tensor.py' 2024-04-03T17:09:42.9640975Z adding 'torch/autograd/_functions/utils.py' 2024-04-03T17:09:42.9643798Z adding 'torch/backends/__init__.py' 2024-04-03T17:09:42.9645700Z adding 'torch/backends/_coreml/__init__.py' 2024-04-03T17:09:42.9648247Z adding 'torch/backends/_coreml/preprocess.py' 2024-04-03T17:09:42.9650232Z adding 'torch/backends/_nnapi/__init__.py' 2024-04-03T17:09:42.9653455Z adding 'torch/backends/_nnapi/prepare.py' 2024-04-03T17:09:42.9676583Z adding 'torch/backends/_nnapi/serializer.py' 2024-04-03T17:09:42.9680392Z adding 'torch/backends/cpu/__init__.py' 2024-04-03T17:09:42.9684785Z adding 'torch/backends/cuda/__init__.py' 2024-04-03T17:09:42.9688441Z adding 'torch/backends/cudnn/__init__.py' 2024-04-03T17:09:42.9690729Z adding 'torch/backends/cudnn/rnn.py' 2024-04-03T17:09:42.9692843Z adding 'torch/backends/mha/__init__.py' 2024-04-03T17:09:42.9695084Z adding 'torch/backends/mkl/__init__.py' 2024-04-03T17:09:42.9697771Z adding 'torch/backends/mkldnn/__init__.py' 2024-04-03T17:09:42.9700293Z adding 'torch/backends/mps/__init__.py' 2024-04-03T17:09:42.9702345Z adding 'torch/backends/nnpack/__init__.py' 2024-04-03T17:09:42.9704433Z adding 'torch/backends/openmp/__init__.py' 2024-04-03T17:09:42.9706901Z adding 'torch/backends/opt_einsum/__init__.py' 2024-04-03T17:09:42.9709093Z adding 'torch/backends/quantized/__init__.py' 2024-04-03T17:09:42.9710775Z adding 'torch/backends/xeon/__init__.py' 2024-04-03T17:09:42.9720669Z adding 'torch/backends/xeon/run_cpu.py' 2024-04-03T17:09:42.9724105Z adding 'torch/backends/xnnpack/__init__.py' 2024-04-03T17:09:43.0026409Z adding 'torch/bin/FileStoreTest' 2024-04-03T17:09:43.0342049Z adding 'torch/bin/HashStoreTest' 2024-04-03T17:09:43.0676259Z adding 'torch/bin/TCPStoreTest' 2024-04-03T17:09:43.0724629Z adding 'torch/bin/aot_model_compiler_test' 2024-04-03T17:09:43.3309699Z adding 'torch/bin/protoc' 2024-04-03T17:09:43.6000126Z adding 'torch/bin/protoc-3.13.0.0' 2024-04-03T17:09:44.2652611Z adding 'torch/bin/test_api' 2024-04-03T17:09:44.3403191Z adding 'torch/bin/test_cpp_rpc' 2024-04-03T17:09:44.3731456Z adding 'torch/bin/test_dist_autograd' 2024-04-03T17:09:44.4050926Z adding 'torch/bin/test_edge_op_registration' 2024-04-03T17:09:44.7217474Z adding 'torch/bin/test_jit' 2024-04-03T17:09:44.9109382Z adding 'torch/bin/test_lazy' 2024-04-03T17:09:44.9607455Z adding 'torch/bin/test_mobile_nnc' 2024-04-03T17:09:45.4048938Z adding 'torch/bin/test_tensorexpr' 2024-04-03T17:09:45.4302933Z adding 'torch/bin/torch_shm_manager' 2024-04-03T17:09:45.4377052Z adding 'torch/bin/tutorial_tensorexpr' 2024-04-03T17:09:45.4386102Z adding 'torch/compiler/__init__.py' 2024-04-03T17:09:45.4391384Z adding 'torch/contrib/__init__.py' 2024-04-03T17:09:45.4392032Z adding 'torch/contrib/_tensorboard_vis.py' 2024-04-03T17:09:45.4394481Z adding 'torch/cpu/__init__.py' 2024-04-03T17:09:45.4396487Z adding 'torch/cpu/amp/__init__.py' 2024-04-03T17:09:45.4398739Z adding 'torch/cpu/amp/autocast_mode.py' 2024-04-03T17:09:45.4400285Z adding 'torch/cpu/amp/grad_scaler.py' 2024-04-03T17:09:45.4414275Z adding 'torch/cuda/__init__.py' 2024-04-03T17:09:45.4417213Z adding 'torch/cuda/_gpu_trace.py' 2024-04-03T17:09:45.4425338Z adding 'torch/cuda/_memory_viz.py' 2024-04-03T17:09:45.4432376Z adding 'torch/cuda/_sanitizer.py' 2024-04-03T17:09:45.4435161Z adding 'torch/cuda/_utils.py' 2024-04-03T17:09:45.4437450Z adding 'torch/cuda/comm.py' 2024-04-03T17:09:45.4439026Z adding 'torch/cuda/error.py' 2024-04-03T17:09:45.4446119Z adding 'torch/cuda/graphs.py' 2024-04-03T17:09:45.4449611Z adding 'torch/cuda/jiterator.py' 2024-04-03T17:09:45.4460800Z adding 'torch/cuda/memory.py' 2024-04-03T17:09:45.4464364Z adding 'torch/cuda/nccl.py' 2024-04-03T17:09:45.4466632Z adding 'torch/cuda/nvtx.py' 2024-04-03T17:09:45.4468608Z adding 'torch/cuda/profiler.py' 2024-04-03T17:09:45.4471225Z adding 'torch/cuda/random.py' 2024-04-03T17:09:45.4473269Z adding 'torch/cuda/sparse.py' 2024-04-03T17:09:45.4476865Z adding 'torch/cuda/streams.py' 2024-04-03T17:09:45.4479091Z adding 'torch/cuda/amp/__init__.py' 2024-04-03T17:09:45.4482194Z adding 'torch/cuda/amp/autocast_mode.py' 2024-04-03T17:09:45.4484076Z adding 'torch/cuda/amp/common.py' 2024-04-03T17:09:45.4485906Z adding 'torch/cuda/amp/grad_scaler.py' 2024-04-03T17:09:45.4489358Z adding 'torch/distributed/__init__.py' 2024-04-03T17:09:45.4491673Z adding 'torch/distributed/_composable_state.py' 2024-04-03T17:09:45.4504134Z adding 'torch/distributed/_functional_collectives.py' 2024-04-03T17:09:45.4510322Z adding 'torch/distributed/_functional_collectives_impl.py' 2024-04-03T17:09:45.4515028Z adding 'torch/distributed/_state_dict_utils.py' 2024-04-03T17:09:45.4518037Z adding 'torch/distributed/argparse_util.py' 2024-04-03T17:09:45.4520650Z adding 'torch/distributed/c10d_logger.py' 2024-04-03T17:09:45.4524414Z adding 'torch/distributed/collective_utils.py' 2024-04-03T17:09:45.4526802Z adding 'torch/distributed/constants.py' 2024-04-03T17:09:45.4534774Z adding 'torch/distributed/device_mesh.py' 2024-04-03T17:09:45.4590141Z adding 'torch/distributed/distributed_c10d.py' 2024-04-03T17:09:45.4597232Z adding 'torch/distributed/launch.py' 2024-04-03T17:09:45.4598689Z adding 'torch/distributed/logging_handlers.py' 2024-04-03T17:09:45.4601875Z adding 'torch/distributed/remote_device.py' 2024-04-03T17:09:45.4606533Z adding 'torch/distributed/rendezvous.py' 2024-04-03T17:09:45.4621978Z adding 'torch/distributed/run.py' 2024-04-03T17:09:45.4627786Z adding 'torch/distributed/utils.py' 2024-04-03T17:09:45.4630397Z adding 'torch/distributed/_composable/__init__.py' 2024-04-03T17:09:45.4632491Z adding 'torch/distributed/_composable/checkpoint_activation.py' 2024-04-03T17:09:45.4635850Z adding 'torch/distributed/_composable/contract.py' 2024-04-03T17:09:45.4638646Z adding 'torch/distributed/_composable/fully_shard.py' 2024-04-03T17:09:45.4641947Z adding 'torch/distributed/_composable/replicate.py' 2024-04-03T17:09:45.4644009Z adding 'torch/distributed/_composable/fsdp/__init__.py' 2024-04-03T17:09:45.4646631Z adding 'torch/distributed/_composable/fsdp/_fsdp_api.py' 2024-04-03T17:09:45.4650488Z adding 'torch/distributed/_composable/fsdp/_fsdp_collectives.py' 2024-04-03T17:09:45.4653518Z adding 'torch/distributed/_composable/fsdp/_fsdp_common.py' 2024-04-03T17:09:45.4657419Z adding 'torch/distributed/_composable/fsdp/_fsdp_init.py' 2024-04-03T17:09:45.4664179Z adding 'torch/distributed/_composable/fsdp/_fsdp_param.py' 2024-04-03T17:09:45.4671778Z adding 'torch/distributed/_composable/fsdp/_fsdp_param_group.py' 2024-04-03T17:09:45.4676776Z adding 'torch/distributed/_composable/fsdp/_fsdp_state.py' 2024-04-03T17:09:45.4681650Z adding 'torch/distributed/_composable/fsdp/fully_shard.py' 2024-04-03T17:09:45.4684383Z adding 'torch/distributed/_shard/__init__.py' 2024-04-03T17:09:45.4687152Z adding 'torch/distributed/_shard/_utils.py' 2024-04-03T17:09:45.4692426Z adding 'torch/distributed/_shard/api.py' 2024-04-03T17:09:45.4694941Z adding 'torch/distributed/_shard/common_op_utils.py' 2024-04-03T17:09:45.4697316Z adding 'torch/distributed/_shard/metadata.py' 2024-04-03T17:09:45.4699681Z adding 'torch/distributed/_shard/op_registry_utils.py' 2024-04-03T17:09:45.4701738Z adding 'torch/distributed/_shard/sharder.py' 2024-04-03T17:09:45.4703930Z adding 'torch/distributed/_shard/checkpoint/__init__.py' 2024-04-03T17:09:45.4706583Z adding 'torch/distributed/_shard/sharded_optim/__init__.py' 2024-04-03T17:09:45.4710245Z adding 'torch/distributed/_shard/sharded_optim/api.py' 2024-04-03T17:09:45.4716060Z adding 'torch/distributed/_shard/sharded_tensor/__init__.py' 2024-04-03T17:09:45.4731620Z adding 'torch/distributed/_shard/sharded_tensor/api.py' 2024-04-03T17:09:45.4735679Z adding 'torch/distributed/_shard/sharded_tensor/logger.py' 2024-04-03T17:09:45.4737577Z adding 'torch/distributed/_shard/sharded_tensor/logging_handlers.py' 2024-04-03T17:09:45.4741338Z adding 'torch/distributed/_shard/sharded_tensor/metadata.py' 2024-04-03T17:09:45.4745792Z adding 'torch/distributed/_shard/sharded_tensor/reshard.py' 2024-04-03T17:09:45.4749109Z adding 'torch/distributed/_shard/sharded_tensor/shard.py' 2024-04-03T17:09:45.4753349Z adding 'torch/distributed/_shard/sharded_tensor/utils.py' 2024-04-03T17:09:45.4756266Z adding 'torch/distributed/_shard/sharded_tensor/_ops/__init__.py' 2024-04-03T17:09:45.4759692Z adding 'torch/distributed/_shard/sharded_tensor/_ops/_common.py' 2024-04-03T17:09:45.4762660Z adding 'torch/distributed/_shard/sharded_tensor/_ops/binary_cmp.py' 2024-04-03T17:09:45.4766504Z adding 'torch/distributed/_shard/sharded_tensor/_ops/init.py' 2024-04-03T17:09:45.4768778Z adding 'torch/distributed/_shard/sharded_tensor/_ops/misc_ops.py' 2024-04-03T17:09:45.4773270Z adding 'torch/distributed/_shard/sharded_tensor/_ops/tensor_ops.py' 2024-04-03T17:09:45.4775127Z adding 'torch/distributed/_shard/sharding_plan/__init__.py' 2024-04-03T17:09:45.4779794Z adding 'torch/distributed/_shard/sharding_plan/api.py' 2024-04-03T17:09:45.4781338Z adding 'torch/distributed/_shard/sharding_spec/__init__.py' 2024-04-03T17:09:45.4786193Z adding 'torch/distributed/_shard/sharding_spec/_internals.py' 2024-04-03T17:09:45.4790891Z adding 'torch/distributed/_shard/sharding_spec/api.py' 2024-04-03T17:09:45.4794626Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec.py' 2024-04-03T17:09:45.4796786Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/__init__.py' 2024-04-03T17:09:45.4801606Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/_common.py' 2024-04-03T17:09:45.4806217Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding.py' 2024-04-03T17:09:45.4812481Z adding 'torch/distributed/_shard/sharding_spec/chunk_sharding_spec_ops/embedding_bag.py' 2024-04-03T17:09:45.4814766Z adding 'torch/distributed/_sharded_tensor/__init__.py' 2024-04-03T17:09:45.4816877Z adding 'torch/distributed/_sharding_spec/__init__.py' 2024-04-03T17:09:45.4819226Z adding 'torch/distributed/_spmd/__init__.py' 2024-04-03T17:09:45.4826571Z adding 'torch/distributed/_spmd/api.py' 2024-04-03T17:09:45.4830605Z adding 'torch/distributed/_spmd/batch_dim_utils.py' 2024-04-03T17:09:45.4834890Z adding 'torch/distributed/_spmd/comm_tensor.py' 2024-04-03T17:09:45.4837135Z adding 'torch/distributed/_spmd/config.py' 2024-04-03T17:09:45.4848488Z adding 'torch/distributed/_spmd/data_parallel.py' 2024-04-03T17:09:45.4859676Z adding 'torch/distributed/_spmd/distribute.py' 2024-04-03T17:09:45.4865837Z adding 'torch/distributed/_spmd/experimental_ops.py' 2024-04-03T17:09:45.4868241Z adding 'torch/distributed/_spmd/gm_transformation.py' 2024-04-03T17:09:45.4880399Z adding 'torch/distributed/_spmd/graph_optimization.py' 2024-04-03T17:09:45.4884094Z adding 'torch/distributed/_spmd/graph_utils.py' 2024-04-03T17:09:45.4893311Z adding 'torch/distributed/_spmd/iter_graph_module.py' 2024-04-03T17:09:45.4896170Z adding 'torch/distributed/_spmd/log_utils.py' 2024-04-03T17:09:45.4900080Z adding 'torch/distributed/_spmd/parallel_mode.py' 2024-04-03T17:09:45.4903995Z adding 'torch/distributed/_spmd/partial_lower.py' 2024-04-03T17:09:45.4908300Z adding 'torch/distributed/_tensor/__init__.py' 2024-04-03T17:09:45.4912775Z adding 'torch/distributed/_tensor/_collective_utils.py' 2024-04-03T17:09:45.4916541Z adding 'torch/distributed/_tensor/_utils.py' 2024-04-03T17:09:45.4927176Z adding 'torch/distributed/_tensor/api.py' 2024-04-03T17:09:45.4929728Z adding 'torch/distributed/_tensor/device_mesh.py' 2024-04-03T17:09:45.4934942Z adding 'torch/distributed/_tensor/dispatch.py' 2024-04-03T17:09:45.4941339Z adding 'torch/distributed/_tensor/op_schema.py' 2024-04-03T17:09:45.4948931Z adding 'torch/distributed/_tensor/placement_types.py' 2024-04-03T17:09:45.4954716Z adding 'torch/distributed/_tensor/random.py' 2024-04-03T17:09:45.4960046Z adding 'torch/distributed/_tensor/redistribute.py' 2024-04-03T17:09:45.4965572Z adding 'torch/distributed/_tensor/sharding_prop.py' 2024-04-03T17:09:45.4969244Z adding 'torch/distributed/_tensor/tp_conv.py' 2024-04-03T17:09:45.4971737Z adding 'torch/distributed/_tensor/debug/__init__.py' 2024-04-03T17:09:45.4974159Z adding 'torch/distributed/_tensor/debug/comm_mode.py' 2024-04-03T17:09:45.4976826Z adding 'torch/distributed/_tensor/debug/op_coverage.py' 2024-04-03T17:09:45.4980549Z adding 'torch/distributed/_tensor/debug/visualize_sharding.py' 2024-04-03T17:09:45.4982651Z adding 'torch/distributed/_tensor/experimental/__init__.py' 2024-04-03T17:09:45.4989021Z adding 'torch/distributed/_tensor/experimental/tp_transform.py' 2024-04-03T17:09:45.4991634Z adding 'torch/distributed/_tensor/ops/__init__.py' 2024-04-03T17:09:45.5002275Z adding 'torch/distributed/_tensor/ops/basic_strategy.py' 2024-04-03T17:09:45.5003320Z adding 'torch/distributed/_tensor/ops/common_rules.py' 2024-04-03T17:09:45.5003945Z adding 'torch/distributed/_tensor/ops/conv_ops.py' 2024-04-03T17:09:45.5006523Z adding 'torch/distributed/_tensor/ops/embedding_ops.py' 2024-04-03T17:09:45.5008909Z adding 'torch/distributed/_tensor/ops/experimental_ops.py' 2024-04-03T17:09:45.5017820Z adding 'torch/distributed/_tensor/ops/math_ops.py' 2024-04-03T17:09:45.5022733Z adding 'torch/distributed/_tensor/ops/matrix_ops.py' 2024-04-03T17:09:45.5028271Z adding 'torch/distributed/_tensor/ops/pointwise_ops.py' 2024-04-03T17:09:45.5030774Z adding 'torch/distributed/_tensor/ops/random_ops.py' 2024-04-03T17:09:45.5039139Z adding 'torch/distributed/_tensor/ops/tensor_ops.py' 2024-04-03T17:09:45.5043218Z adding 'torch/distributed/_tensor/ops/utils.py' 2024-04-03T17:09:45.5052234Z adding 'torch/distributed/_tensor/ops/view_ops.py' 2024-04-03T17:09:45.5054747Z adding 'torch/distributed/_tools/__init__.py' 2024-04-03T17:09:45.5059088Z adding 'torch/distributed/_tools/memory_tracker.py' 2024-04-03T17:09:45.5061391Z adding 'torch/distributed/algorithms/__init__.py' 2024-04-03T17:09:45.5066641Z adding 'torch/distributed/algorithms/join.py' 2024-04-03T17:09:45.5069115Z adding 'torch/distributed/algorithms/_checkpoint/__init__.py' 2024-04-03T17:09:45.5073848Z adding 'torch/distributed/algorithms/_checkpoint/checkpoint_wrapper.py' 2024-04-03T17:09:45.5076346Z adding 'torch/distributed/algorithms/_comm_hooks/__init__.py' 2024-04-03T17:09:45.5079700Z adding 'torch/distributed/algorithms/_comm_hooks/default_hooks.py' 2024-04-03T17:09:45.5082086Z adding 'torch/distributed/algorithms/_optimizer_overlap/__init__.py' 2024-04-03T17:09:45.5084866Z adding 'torch/distributed/algorithms/_optimizer_overlap/optimizer_overlap.py' 2024-04-03T17:09:45.5087022Z adding 'torch/distributed/algorithms/_quantization/__init__.py' 2024-04-03T17:09:45.5090052Z adding 'torch/distributed/algorithms/_quantization/quantization.py' 2024-04-03T17:09:45.5093186Z adding 'torch/distributed/algorithms/ddp_comm_hooks/__init__.py' 2024-04-03T17:09:45.5099743Z adding 'torch/distributed/algorithms/ddp_comm_hooks/ddp_zero_hook.py' 2024-04-03T17:09:45.5102548Z adding 'torch/distributed/algorithms/ddp_comm_hooks/debugging_hooks.py' 2024-04-03T17:09:45.5106062Z adding 'torch/distributed/algorithms/ddp_comm_hooks/default_hooks.py' 2024-04-03T17:09:45.5109189Z adding 'torch/distributed/algorithms/ddp_comm_hooks/mixed_precision_hooks.py' 2024-04-03T17:09:45.5112638Z adding 'torch/distributed/algorithms/ddp_comm_hooks/optimizer_overlap_hooks.py' 2024-04-03T17:09:45.5116055Z adding 'torch/distributed/algorithms/ddp_comm_hooks/post_localSGD_hook.py' 2024-04-03T17:09:45.5128437Z adding 'torch/distributed/algorithms/ddp_comm_hooks/powerSGD_hook.py' 2024-04-03T17:09:45.5132795Z adding 'torch/distributed/algorithms/ddp_comm_hooks/quantization_hooks.py' 2024-04-03T17:09:45.5135124Z adding 'torch/distributed/algorithms/model_averaging/__init__.py' 2024-04-03T17:09:45.5138625Z adding 'torch/distributed/algorithms/model_averaging/averagers.py' 2024-04-03T17:09:45.5143286Z adding 'torch/distributed/algorithms/model_averaging/hierarchical_model_averager.py' 2024-04-03T17:09:45.5145921Z adding 'torch/distributed/algorithms/model_averaging/utils.py' 2024-04-03T17:09:45.5148554Z adding 'torch/distributed/autograd/__init__.py' 2024-04-03T17:09:45.5151123Z adding 'torch/distributed/checkpoint/__init__.py' 2024-04-03T17:09:45.5153878Z adding 'torch/distributed/checkpoint/_checkpointer.py' 2024-04-03T17:09:45.5156526Z adding 'torch/distributed/checkpoint/_dedup_save_plans.py' 2024-04-03T17:09:45.5159049Z adding 'torch/distributed/checkpoint/_dedup_tensors.py' 2024-04-03T17:09:45.5162014Z adding 'torch/distributed/checkpoint/_fsspec_filesystem.py' 2024-04-03T17:09:45.5164483Z adding 'torch/distributed/checkpoint/_nested_dict.py' 2024-04-03T17:09:45.5167415Z adding 'torch/distributed/checkpoint/_sharded_tensor_utils.py' 2024-04-03T17:09:45.5169812Z adding 'torch/distributed/checkpoint/_storage_utils.py' 2024-04-03T17:09:45.5173175Z adding 'torch/distributed/checkpoint/_traverse.py' 2024-04-03T17:09:45.5175558Z adding 'torch/distributed/checkpoint/api.py' 2024-04-03T17:09:45.5181295Z adding 'torch/distributed/checkpoint/default_planner.py' 2024-04-03T17:09:45.5188431Z adding 'torch/distributed/checkpoint/filesystem.py' 2024-04-03T17:09:45.5193301Z adding 'torch/distributed/checkpoint/format_utils.py' 2024-04-03T17:09:45.5196746Z adding 'torch/distributed/checkpoint/metadata.py' 2024-04-03T17:09:45.5201840Z adding 'torch/distributed/checkpoint/optimizer.py' 2024-04-03T17:09:45.5207472Z adding 'torch/distributed/checkpoint/planner.py' 2024-04-03T17:09:45.5212244Z adding 'torch/distributed/checkpoint/planner_helpers.py' 2024-04-03T17:09:45.5215055Z adding 'torch/distributed/checkpoint/resharding.py' 2024-04-03T17:09:45.5227300Z adding 'torch/distributed/checkpoint/state_dict.py' 2024-04-03T17:09:45.5231489Z adding 'torch/distributed/checkpoint/state_dict_loader.py' 2024-04-03T17:09:45.5236658Z adding 'torch/distributed/checkpoint/state_dict_saver.py' 2024-04-03T17:09:45.5238362Z adding 'torch/distributed/checkpoint/stateful.py' 2024-04-03T17:09:45.5241807Z adding 'torch/distributed/checkpoint/storage.py' 2024-04-03T17:09:45.5246752Z adding 'torch/distributed/checkpoint/utils.py' 2024-04-03T17:09:45.5250156Z adding 'torch/distributed/elastic/__init__.py' 2024-04-03T17:09:45.5252217Z adding 'torch/distributed/elastic/agent/__init__.py' 2024-04-03T17:09:45.5254710Z adding 'torch/distributed/elastic/agent/server/__init__.py' 2024-04-03T17:09:45.5268220Z adding 'torch/distributed/elastic/agent/server/api.py' 2024-04-03T17:09:45.5274210Z adding 'torch/distributed/elastic/agent/server/local_elastic_agent.py' 2024-04-03T17:09:45.5277251Z adding 'torch/distributed/elastic/events/__init__.py' 2024-04-03T17:09:45.5279980Z adding 'torch/distributed/elastic/events/api.py' 2024-04-03T17:09:45.5281287Z adding 'torch/distributed/elastic/events/handlers.py' 2024-04-03T17:09:45.5284350Z adding 'torch/distributed/elastic/metrics/__init__.py' 2024-04-03T17:09:45.5287306Z adding 'torch/distributed/elastic/metrics/api.py' 2024-04-03T17:09:45.5291172Z adding 'torch/distributed/elastic/multiprocessing/__init__.py' 2024-04-03T17:09:45.5301828Z adding 'torch/distributed/elastic/multiprocessing/api.py' 2024-04-03T17:09:45.5305018Z adding 'torch/distributed/elastic/multiprocessing/redirects.py' 2024-04-03T17:09:45.5307802Z adding 'torch/distributed/elastic/multiprocessing/tail_log.py' 2024-04-03T17:09:45.5313603Z adding 'torch/distributed/elastic/multiprocessing/errors/__init__.py' 2024-04-03T17:09:45.5317090Z adding 'torch/distributed/elastic/multiprocessing/errors/error_handler.py' 2024-04-03T17:09:45.5319011Z adding 'torch/distributed/elastic/multiprocessing/errors/handlers.py' 2024-04-03T17:09:45.5321146Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/__init__.py' 2024-04-03T17:09:45.5322785Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/handlers.py' 2024-04-03T17:09:45.5325430Z adding 'torch/distributed/elastic/multiprocessing/subprocess_handler/subprocess_handler.py' 2024-04-03T17:09:45.5328572Z adding 'torch/distributed/elastic/rendezvous/__init__.py' 2024-04-03T17:09:45.5332273Z adding 'torch/distributed/elastic/rendezvous/api.py' 2024-04-03T17:09:45.5336864Z adding 'torch/distributed/elastic/rendezvous/c10d_rendezvous_backend.py' 2024-04-03T17:09:45.5349706Z adding 'torch/distributed/elastic/rendezvous/dynamic_rendezvous.py' 2024-04-03T17:09:45.5363154Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous.py' 2024-04-03T17:09:45.5367385Z adding 'torch/distributed/elastic/rendezvous/etcd_rendezvous_backend.py' 2024-04-03T17:09:45.5371490Z adding 'torch/distributed/elastic/rendezvous/etcd_server.py' 2024-04-03T17:09:45.5375006Z adding 'torch/distributed/elastic/rendezvous/etcd_store.py' 2024-04-03T17:09:45.5377407Z adding 'torch/distributed/elastic/rendezvous/registry.py' 2024-04-03T17:09:45.5380128Z adding 'torch/distributed/elastic/rendezvous/static_tcp_rendezvous.py' 2024-04-03T17:09:45.5383826Z adding 'torch/distributed/elastic/rendezvous/utils.py' 2024-04-03T17:09:45.5386615Z adding 'torch/distributed/elastic/timer/__init__.py' 2024-04-03T17:09:45.5390566Z adding 'torch/distributed/elastic/timer/api.py' 2024-04-03T17:09:45.5395871Z adding 'torch/distributed/elastic/timer/file_based_local_timer.py' 2024-04-03T17:09:45.5398745Z adding 'torch/distributed/elastic/timer/local_timer.py' 2024-04-03T17:09:45.5400876Z adding 'torch/distributed/elastic/utils/__init__.py' 2024-04-03T17:09:45.5402859Z adding 'torch/distributed/elastic/utils/api.py' 2024-04-03T17:09:45.5405726Z adding 'torch/distributed/elastic/utils/distributed.py' 2024-04-03T17:09:45.5407570Z adding 'torch/distributed/elastic/utils/log_level.py' 2024-04-03T17:09:45.5409800Z adding 'torch/distributed/elastic/utils/logging.py' 2024-04-03T17:09:45.5412129Z adding 'torch/distributed/elastic/utils/store.py' 2024-04-03T17:09:45.5414197Z adding 'torch/distributed/elastic/utils/data/__init__.py' 2024-04-03T17:09:45.5416331Z adding 'torch/distributed/elastic/utils/data/cycling_iterator.py' 2024-04-03T17:09:45.5418979Z adding 'torch/distributed/elastic/utils/data/elastic_distributed_sampler.py' 2024-04-03T17:09:45.5421084Z adding 'torch/distributed/fsdp/__init__.py' 2024-04-03T17:09:45.5428982Z adding 'torch/distributed/fsdp/_common_utils.py' 2024-04-03T17:09:45.5432463Z adding 'torch/distributed/fsdp/_debug_utils.py' 2024-04-03T17:09:45.5434875Z adding 'torch/distributed/fsdp/_dynamo_utils.py' 2024-04-03T17:09:45.5439803Z adding 'torch/distributed/fsdp/_exec_order_utils.py' 2024-04-03T17:09:45.5479362Z adding 'torch/distributed/fsdp/_flat_param.py' 2024-04-03T17:09:45.5484480Z adding 'torch/distributed/fsdp/_fsdp_extensions.py' 2024-04-03T17:09:45.5499595Z adding 'torch/distributed/fsdp/_init_utils.py' 2024-04-03T17:09:45.5502554Z adding 'torch/distributed/fsdp/_limiter_utils.py' 2024-04-03T17:09:45.5531962Z adding 'torch/distributed/fsdp/_optim_utils.py' 2024-04-03T17:09:45.5555934Z adding 'torch/distributed/fsdp/_runtime_utils.py' 2024-04-03T17:09:45.5559788Z adding 'torch/distributed/fsdp/_shard_utils.py' 2024-04-03T17:09:45.5569278Z adding 'torch/distributed/fsdp/_state_dict_utils.py' 2024-04-03T17:09:45.5574101Z adding 'torch/distributed/fsdp/_trace_utils.py' 2024-04-03T17:09:45.5577236Z adding 'torch/distributed/fsdp/_traversal_utils.py' 2024-04-03T17:09:45.5581929Z adding 'torch/distributed/fsdp/_unshard_param_utils.py' 2024-04-03T17:09:45.5586157Z adding 'torch/distributed/fsdp/_wrap_utils.py' 2024-04-03T17:09:45.5592583Z adding 'torch/distributed/fsdp/api.py' 2024-04-03T17:09:45.5621951Z adding 'torch/distributed/fsdp/fully_sharded_data_parallel.py' 2024-04-03T17:09:45.5629514Z adding 'torch/distributed/fsdp/sharded_grad_scaler.py' 2024-04-03T17:09:45.5637440Z adding 'torch/distributed/fsdp/wrap.py' 2024-04-03T17:09:45.5640243Z adding 'torch/distributed/launcher/__init__.py' 2024-04-03T17:09:45.5644395Z adding 'torch/distributed/launcher/api.py' 2024-04-03T17:09:45.5648316Z adding 'torch/distributed/nn/__init__.py' 2024-04-03T17:09:45.5652997Z adding 'torch/distributed/nn/functional.py' 2024-04-03T17:09:45.5655260Z adding 'torch/distributed/nn/api/__init__.py' 2024-04-03T17:09:45.5663922Z adding 'torch/distributed/nn/api/remote_module.py' 2024-04-03T17:09:45.5666301Z adding 'torch/distributed/nn/jit/__init__.py' 2024-04-03T17:09:45.5669020Z adding 'torch/distributed/nn/jit/instantiator.py' 2024-04-03T17:09:45.5671206Z adding 'torch/distributed/nn/jit/templates/__init__.py' 2024-04-03T17:09:45.5673745Z adding 'torch/distributed/nn/jit/templates/remote_module_template.py' 2024-04-03T17:09:45.5675859Z adding 'torch/distributed/optim/__init__.py' 2024-04-03T17:09:45.5678978Z adding 'torch/distributed/optim/apply_optimizer_in_backward.py' 2024-04-03T17:09:45.5681683Z adding 'torch/distributed/optim/functional_adadelta.py' 2024-04-03T17:09:45.5684376Z adding 'torch/distributed/optim/functional_adagrad.py' 2024-04-03T17:09:45.5687519Z adding 'torch/distributed/optim/functional_adam.py' 2024-04-03T17:09:45.5690410Z adding 'torch/distributed/optim/functional_adamax.py' 2024-04-03T17:09:45.5693661Z adding 'torch/distributed/optim/functional_adamw.py' 2024-04-03T17:09:45.5696484Z adding 'torch/distributed/optim/functional_rmsprop.py' 2024-04-03T17:09:45.5699483Z adding 'torch/distributed/optim/functional_rprop.py' 2024-04-03T17:09:45.5702244Z adding 'torch/distributed/optim/functional_sgd.py' 2024-04-03T17:09:45.5707776Z adding 'torch/distributed/optim/named_optimizer.py' 2024-04-03T17:09:45.5711608Z adding 'torch/distributed/optim/optimizer.py' 2024-04-03T17:09:45.5714633Z adding 'torch/distributed/optim/post_localSGD_optimizer.py' 2024-04-03T17:09:45.5716653Z adding 'torch/distributed/optim/utils.py' 2024-04-03T17:09:45.5739805Z adding 'torch/distributed/optim/zero_redundancy_optimizer.py' 2024-04-03T17:09:45.5743489Z adding 'torch/distributed/pipeline/__init__.py' 2024-04-03T17:09:45.5745370Z adding 'torch/distributed/pipeline/sync/__init__.py' 2024-04-03T17:09:45.5747993Z adding 'torch/distributed/pipeline/sync/batchnorm.py' 2024-04-03T17:09:45.5752641Z adding 'torch/distributed/pipeline/sync/checkpoint.py' 2024-04-03T17:09:45.5755054Z adding 'torch/distributed/pipeline/sync/copy.py' 2024-04-03T17:09:45.5757196Z adding 'torch/distributed/pipeline/sync/dependency.py' 2024-04-03T17:09:45.5760624Z adding 'torch/distributed/pipeline/sync/microbatch.py' 2024-04-03T17:09:45.5762860Z adding 'torch/distributed/pipeline/sync/phony.py' 2024-04-03T17:09:45.5769332Z adding 'torch/distributed/pipeline/sync/pipe.py' 2024-04-03T17:09:45.5773642Z adding 'torch/distributed/pipeline/sync/pipeline.py' 2024-04-03T17:09:45.5776807Z adding 'torch/distributed/pipeline/sync/stream.py' 2024-04-03T17:09:45.5779081Z adding 'torch/distributed/pipeline/sync/utils.py' 2024-04-03T17:09:45.5781748Z adding 'torch/distributed/pipeline/sync/worker.py' 2024-04-03T17:09:45.5784816Z adding 'torch/distributed/pipeline/sync/_balance/__init__.py' 2024-04-03T17:09:45.5787909Z adding 'torch/distributed/pipeline/sync/_balance/blockpartition.py' 2024-04-03T17:09:45.5790296Z adding 'torch/distributed/pipeline/sync/_balance/profile.py' 2024-04-03T17:09:45.5792272Z adding 'torch/distributed/pipeline/sync/skip/__init__.py' 2024-04-03T17:09:45.5794734Z adding 'torch/distributed/pipeline/sync/skip/layout.py' 2024-04-03T17:09:45.5796991Z adding 'torch/distributed/pipeline/sync/skip/namespace.py' 2024-04-03T17:09:45.5799978Z adding 'torch/distributed/pipeline/sync/skip/portal.py' 2024-04-03T17:09:45.5805132Z adding 'torch/distributed/pipeline/sync/skip/skippable.py' 2024-04-03T17:09:45.5808611Z adding 'torch/distributed/pipeline/sync/skip/tracker.py' 2024-04-03T17:09:45.5813194Z adding 'torch/distributed/rpc/__init__.py' 2024-04-03T17:09:45.5815597Z adding 'torch/distributed/rpc/_utils.py' 2024-04-03T17:09:45.5826271Z adding 'torch/distributed/rpc/api.py' 2024-04-03T17:09:45.5832672Z adding 'torch/distributed/rpc/backend_registry.py' 2024-04-03T17:09:45.5835129Z adding 'torch/distributed/rpc/constants.py' 2024-04-03T17:09:45.5838267Z adding 'torch/distributed/rpc/functions.py' 2024-04-03T17:09:45.5842607Z adding 'torch/distributed/rpc/internal.py' 2024-04-03T17:09:45.5846459Z adding 'torch/distributed/rpc/options.py' 2024-04-03T17:09:45.5849080Z adding 'torch/distributed/rpc/rref_proxy.py' 2024-04-03T17:09:45.5852770Z adding 'torch/distributed/rpc/server_process_global_profiler.py' 2024-04-03T17:09:45.5855167Z adding 'torch/distributed/rpc/_testing/__init__.py' 2024-04-03T17:09:45.5857669Z adding 'torch/distributed/rpc/_testing/faulty_agent_backend_registry.py' 2024-04-03T17:09:45.5859697Z adding 'torch/distributed/tensor/__init__.py' 2024-04-03T17:09:45.5861932Z adding 'torch/distributed/tensor/parallel/__init__.py' 2024-04-03T17:09:45.5864288Z adding 'torch/distributed/tensor/parallel/_data_parallel_utils.py' 2024-04-03T17:09:45.5866797Z adding 'torch/distributed/tensor/parallel/_utils.py' 2024-04-03T17:09:45.5869585Z adding 'torch/distributed/tensor/parallel/api.py' 2024-04-03T17:09:45.5872438Z adding 'torch/distributed/tensor/parallel/ddp.py' 2024-04-03T17:09:45.5877576Z adding 'torch/distributed/tensor/parallel/fsdp.py' 2024-04-03T17:09:45.5880801Z adding 'torch/distributed/tensor/parallel/input_reshard.py' 2024-04-03T17:09:45.5886443Z adding 'torch/distributed/tensor/parallel/loss.py' 2024-04-03T17:09:45.5893133Z adding 'torch/distributed/tensor/parallel/style.py' 2024-04-03T17:09:45.5897703Z adding 'torch/distributions/__init__.py' 2024-04-03T17:09:45.5900863Z adding 'torch/distributions/bernoulli.py' 2024-04-03T17:09:45.5903503Z adding 'torch/distributions/beta.py' 2024-04-03T17:09:45.5906721Z adding 'torch/distributions/binomial.py' 2024-04-03T17:09:45.5910004Z adding 'torch/distributions/categorical.py' 2024-04-03T17:09:45.5912659Z adding 'torch/distributions/cauchy.py' 2024-04-03T17:09:45.5914850Z adding 'torch/distributions/chi2.py' 2024-04-03T17:09:45.5918702Z adding 'torch/distributions/constraint_registry.py' 2024-04-03T17:09:45.5924262Z adding 'torch/distributions/constraints.py' 2024-04-03T17:09:45.5928582Z adding 'torch/distributions/continuous_bernoulli.py' 2024-04-03T17:09:45.5931433Z adding 'torch/distributions/dirichlet.py' 2024-04-03T17:09:45.5935999Z adding 'torch/distributions/distribution.py' 2024-04-03T17:09:45.5939025Z adding 'torch/distributions/exp_family.py' 2024-04-03T17:09:45.5941807Z adding 'torch/distributions/exponential.py' 2024-04-03T17:09:45.5944166Z adding 'torch/distributions/fishersnedecor.py' 2024-04-03T17:09:45.5946423Z adding 'torch/distributions/gamma.py' 2024-04-03T17:09:45.5949385Z adding 'torch/distributions/geometric.py' 2024-04-03T17:09:45.5951686Z adding 'torch/distributions/gumbel.py' 2024-04-03T17:09:45.5954089Z adding 'torch/distributions/half_cauchy.py' 2024-04-03T17:09:45.5956209Z adding 'torch/distributions/half_normal.py' 2024-04-03T17:09:45.5958831Z adding 'torch/distributions/independent.py' 2024-04-03T17:09:45.5961347Z adding 'torch/distributions/inverse_gamma.py' 2024-04-03T17:09:45.5969839Z adding 'torch/distributions/kl.py' 2024-04-03T17:09:45.5973245Z adding 'torch/distributions/kumaraswamy.py' 2024-04-03T17:09:45.5975837Z adding 'torch/distributions/laplace.py' 2024-04-03T17:09:45.5979697Z adding 'torch/distributions/lkj_cholesky.py' 2024-04-03T17:09:45.5982129Z adding 'torch/distributions/log_normal.py' 2024-04-03T17:09:45.5984527Z adding 'torch/distributions/logistic_normal.py' 2024-04-03T17:09:45.5988672Z adding 'torch/distributions/lowrank_multivariate_normal.py' 2024-04-03T17:09:45.5992444Z adding 'torch/distributions/mixture_same_family.py' 2024-04-03T17:09:45.5995689Z adding 'torch/distributions/multinomial.py' 2024-04-03T17:09:45.6000072Z adding 'torch/distributions/multivariate_normal.py' 2024-04-03T17:09:45.6003051Z adding 'torch/distributions/negative_binomial.py' 2024-04-03T17:09:45.6005629Z adding 'torch/distributions/normal.py' 2024-04-03T17:09:45.6009047Z adding 'torch/distributions/one_hot_categorical.py' 2024-04-03T17:09:45.6011042Z adding 'torch/distributions/pareto.py' 2024-04-03T17:09:45.6013615Z adding 'torch/distributions/poisson.py' 2024-04-03T17:09:45.6016921Z adding 'torch/distributions/relaxed_bernoulli.py' 2024-04-03T17:09:45.6020023Z adding 'torch/distributions/relaxed_categorical.py' 2024-04-03T17:09:45.6022958Z adding 'torch/distributions/studentT.py' 2024-04-03T17:09:45.6026650Z adding 'torch/distributions/transformed_distribution.py' 2024-04-03T17:09:45.6037492Z adding 'torch/distributions/transforms.py' 2024-04-03T17:09:45.6041136Z adding 'torch/distributions/uniform.py' 2024-04-03T17:09:45.6044573Z adding 'torch/distributions/utils.py' 2024-04-03T17:09:45.6047922Z adding 'torch/distributions/von_mises.py' 2024-04-03T17:09:45.6050292Z adding 'torch/distributions/weibull.py' 2024-04-03T17:09:45.6054970Z adding 'torch/distributions/wishart.py' 2024-04-03T17:09:45.6060833Z adding 'torch/export/__init__.py' 2024-04-03T17:09:45.6063866Z adding 'torch/export/_remove_auto_functionalized_pass.py' 2024-04-03T17:09:45.6066781Z adding 'torch/export/_remove_effect_tokens_pass.py' 2024-04-03T17:09:45.6069209Z adding 'torch/export/_safeguard.py' 2024-04-03T17:09:45.6083112Z adding 'torch/export/_trace.py' 2024-04-03T17:09:45.6086474Z adding 'torch/export/_tree_utils.py' 2024-04-03T17:09:45.6090691Z adding 'torch/export/_unlift.py' 2024-04-03T17:09:45.6092780Z adding 'torch/export/custom_obj.py' 2024-04-03T17:09:45.6105021Z adding 'torch/export/dynamic_shapes.py' 2024-04-03T17:09:45.6114286Z adding 'torch/export/exported_program.py' 2024-04-03T17:09:45.6120220Z adding 'torch/export/graph_signature.py' 2024-04-03T17:09:45.6132890Z adding 'torch/export/unflatten.py' 2024-04-03T17:09:45.6144939Z adding 'torch/fft/__init__.py' 2024-04-03T17:09:45.6148245Z adding 'torch/func/__init__.py' 2024-04-03T17:09:45.6153490Z adding 'torch/futures/__init__.py' 2024-04-03T17:09:45.6157024Z adding 'torch/fx/__init__.py' 2024-04-03T17:09:45.6159017Z adding 'torch/fx/__init__.pyi' 2024-04-03T17:09:45.6161034Z adding 'torch/fx/_compatibility.py' 2024-04-03T17:09:45.6164370Z adding 'torch/fx/_lazy_graph_module.py' 2024-04-03T17:09:45.6167031Z adding 'torch/fx/_pytree.py' 2024-04-03T17:09:45.6183221Z adding 'torch/fx/_symbolic_trace.py' 2024-04-03T17:09:45.6186233Z adding 'torch/fx/annotate.py' 2024-04-03T17:09:45.6188231Z adding 'torch/fx/config.py' 2024-04-03T17:09:45.6211066Z adding 'torch/fx/graph.py' 2024-04-03T17:09:45.6225145Z adding 'torch/fx/graph_module.py' 2024-04-03T17:09:45.6228294Z adding 'torch/fx/immutable_collections.py' 2024-04-03T17:09:45.6234576Z adding 'torch/fx/interpreter.py' 2024-04-03T17:09:45.6246260Z adding 'torch/fx/node.py' 2024-04-03T17:09:45.6253637Z adding 'torch/fx/operator_schemas.py' 2024-04-03T17:09:45.6262035Z adding 'torch/fx/proxy.py' 2024-04-03T17:09:45.6267946Z adding 'torch/fx/subgraph_rewriter.py' 2024-04-03T17:09:45.6270364Z adding 'torch/fx/tensor_type.py' 2024-04-03T17:09:45.6272654Z adding 'torch/fx/traceback.py' 2024-04-03T17:09:45.6275481Z adding 'torch/fx/experimental/__init__.py' 2024-04-03T17:09:45.6277220Z adding 'torch/fx/experimental/_backward_state.py' 2024-04-03T17:09:45.6279486Z adding 'torch/fx/experimental/_config.py' 2024-04-03T17:09:45.6281832Z adding 'torch/fx/experimental/_sym_dispatch_mode.py' 2024-04-03T17:09:45.6296323Z adding 'torch/fx/experimental/accelerator_partitioner.py' 2024-04-03T17:09:45.6302318Z adding 'torch/fx/experimental/const_fold.py' 2024-04-03T17:09:45.6304485Z adding 'torch/fx/experimental/debug.py' 2024-04-03T17:09:45.6314217Z adding 'torch/fx/experimental/graph_gradual_typechecker.py' 2024-04-03T17:09:45.6318260Z adding 'torch/fx/experimental/merge_matmul.py' 2024-04-03T17:09:45.6322496Z adding 'torch/fx/experimental/meta_tracer.py' 2024-04-03T17:09:45.6325819Z adding 'torch/fx/experimental/normalize.py' 2024-04-03T17:09:45.6332124Z adding 'torch/fx/experimental/optimization.py' 2024-04-03T17:09:45.6337189Z adding 'torch/fx/experimental/partitioner_utils.py' 2024-04-03T17:09:45.6355796Z adding 'torch/fx/experimental/proxy_tensor.py' 2024-04-03T17:09:45.6363419Z adding 'torch/fx/experimental/recording.py' 2024-04-03T17:09:45.6365726Z adding 'torch/fx/experimental/refinement_types.py' 2024-04-03T17:09:45.6368651Z adding 'torch/fx/experimental/rewriter.py' 2024-04-03T17:09:45.6371734Z adding 'torch/fx/experimental/schema_type_annotation.py' 2024-04-03T17:09:45.6384999Z adding 'torch/fx/experimental/sym_node.py' 2024-04-03T17:09:45.6460741Z adding 'torch/fx/experimental/symbolic_shapes.py' 2024-04-03T17:09:45.6467338Z adding 'torch/fx/experimental/unify_refinements.py' 2024-04-03T17:09:45.6477392Z adding 'torch/fx/experimental/validator.py' 2024-04-03T17:09:45.6480496Z adding 'torch/fx/experimental/migrate_gradual_types/__init__.py' 2024-04-03T17:09:45.6484805Z adding 'torch/fx/experimental/migrate_gradual_types/constraint.py' 2024-04-03T17:09:45.6497480Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_generator.py' 2024-04-03T17:09:45.6510198Z adding 'torch/fx/experimental/migrate_gradual_types/constraint_transformation.py' 2024-04-03T17:09:45.6512675Z adding 'torch/fx/experimental/migrate_gradual_types/operation.py' 2024-04-03T17:09:45.6517190Z adding 'torch/fx/experimental/migrate_gradual_types/transform_to_z3.py' 2024-04-03T17:09:45.6519514Z adding 'torch/fx/experimental/migrate_gradual_types/util.py' 2024-04-03T17:09:45.6521823Z adding 'torch/fx/experimental/migrate_gradual_types/z3_types.py' 2024-04-03T17:09:45.6523431Z adding 'torch/fx/experimental/unification/__init__.py' 2024-04-03T17:09:45.6525810Z adding 'torch/fx/experimental/unification/core.py' 2024-04-03T17:09:45.6527739Z adding 'torch/fx/experimental/unification/dispatch.py' 2024-04-03T17:09:45.6530345Z adding 'torch/fx/experimental/unification/match.py' 2024-04-03T17:09:45.6532607Z adding 'torch/fx/experimental/unification/more.py' 2024-04-03T17:09:45.6536866Z adding 'torch/fx/experimental/unification/unification_tools.py' 2024-04-03T17:09:45.6539911Z adding 'torch/fx/experimental/unification/utils.py' 2024-04-03T17:09:45.6542050Z adding 'torch/fx/experimental/unification/variable.py' 2024-04-03T17:09:45.6544718Z adding 'torch/fx/experimental/unification/multipledispatch/__init__.py' 2024-04-03T17:09:45.6547144Z adding 'torch/fx/experimental/unification/multipledispatch/conflict.py' 2024-04-03T17:09:45.6549539Z adding 'torch/fx/experimental/unification/multipledispatch/core.py' 2024-04-03T17:09:45.6554459Z adding 'torch/fx/experimental/unification/multipledispatch/dispatcher.py' 2024-04-03T17:09:45.6557616Z adding 'torch/fx/experimental/unification/multipledispatch/utils.py' 2024-04-03T17:09:45.6560308Z adding 'torch/fx/experimental/unification/multipledispatch/variadic.py' 2024-04-03T17:09:45.6562577Z adding 'torch/fx/passes/__init__.py' 2024-04-03T17:09:45.6564893Z adding 'torch/fx/passes/annotate_getitem_nodes.py' 2024-04-03T17:09:45.6567383Z adding 'torch/fx/passes/fake_tensor_prop.py' 2024-04-03T17:09:45.6572648Z adding 'torch/fx/passes/graph_drawer.py' 2024-04-03T17:09:45.6576087Z adding 'torch/fx/passes/graph_manipulation.py' 2024-04-03T17:09:45.6584224Z adding 'torch/fx/passes/net_min_base.py' 2024-04-03T17:09:45.6588549Z adding 'torch/fx/passes/operator_support.py' 2024-04-03T17:09:45.6591148Z adding 'torch/fx/passes/param_fetch.py' 2024-04-03T17:09:45.6594778Z adding 'torch/fx/passes/pass_manager.py' 2024-04-03T17:09:45.6606541Z adding 'torch/fx/passes/reinplace.py' 2024-04-03T17:09:45.6610833Z adding 'torch/fx/passes/shape_prop.py' 2024-04-03T17:09:45.6618047Z adding 'torch/fx/passes/split_module.py' 2024-04-03T17:09:45.6623269Z adding 'torch/fx/passes/split_utils.py' 2024-04-03T17:09:45.6633423Z adding 'torch/fx/passes/splitter_base.py' 2024-04-03T17:09:45.6638476Z adding 'torch/fx/passes/tools_common.py' 2024-04-03T17:09:45.6640685Z adding 'torch/fx/passes/backends/__init__.py' 2024-04-03T17:09:45.6643087Z adding 'torch/fx/passes/backends/cudagraphs.py' 2024-04-03T17:09:45.6645083Z adding 'torch/fx/passes/dialect/__init__.py' 2024-04-03T17:09:45.6647066Z adding 'torch/fx/passes/dialect/common/__init__.py' 2024-04-03T17:09:45.6649977Z adding 'torch/fx/passes/dialect/common/cse_pass.py' 2024-04-03T17:09:45.6652160Z adding 'torch/fx/passes/infra/__init__.py' 2024-04-03T17:09:45.6657444Z adding 'torch/fx/passes/infra/partitioner.py' 2024-04-03T17:09:45.6660436Z adding 'torch/fx/passes/infra/pass_base.py' 2024-04-03T17:09:45.6664828Z adding 'torch/fx/passes/infra/pass_manager.py' 2024-04-03T17:09:45.6667169Z adding 'torch/fx/passes/tests/__init__.py' 2024-04-03T17:09:45.6669651Z adding 'torch/fx/passes/tests/test_pass_manager.py' 2024-04-03T17:09:45.6671556Z adding 'torch/fx/passes/utils/__init__.py' 2024-04-03T17:09:45.6673955Z adding 'torch/fx/passes/utils/common.py' 2024-04-03T17:09:45.6678115Z adding 'torch/fx/passes/utils/fuser_utils.py' 2024-04-03T17:09:45.6684216Z adding 'torch/fx/passes/utils/matcher_utils.py' 2024-04-03T17:09:45.6687576Z adding 'torch/fx/passes/utils/matcher_with_name_node_map_utils.py' 2024-04-03T17:09:45.6690476Z adding 'torch/fx/passes/utils/source_matcher_utils.py' 2024-04-03T17:09:45.6693275Z adding 'torch/include/clog.h' 2024-04-03T17:09:45.6703239Z adding 'torch/include/cpuinfo.h' 2024-04-03T17:09:45.6706282Z adding 'torch/include/dnnl.h' 2024-04-03T17:09:45.6708474Z adding 'torch/include/dnnl_config.h' 2024-04-03T17:09:45.6710373Z adding 'torch/include/dnnl_debug.h' 2024-04-03T17:09:45.6712409Z adding 'torch/include/dnnl_ocl.h' 2024-04-03T17:09:45.6714524Z adding 'torch/include/dnnl_sycl.h' 2024-04-03T17:09:45.6716506Z adding 'torch/include/dnnl_sycl_types.h' 2024-04-03T17:09:45.6718365Z adding 'torch/include/dnnl_threadpool.h' 2024-04-03T17:09:45.6720303Z adding 'torch/include/dnnl_types.h' 2024-04-03T17:09:45.6722356Z adding 'torch/include/dnnl_version.h' 2024-04-03T17:09:45.6724235Z adding 'torch/include/experiments-config.h' 2024-04-03T17:09:45.6725926Z adding 'torch/include/fp16.h' 2024-04-03T17:09:45.6729863Z adding 'torch/include/fxdiv.h' 2024-04-03T17:09:45.6732335Z adding 'torch/include/libshm.h' 2024-04-03T17:09:45.6738829Z adding 'torch/include/nnpack.h' 2024-04-03T17:09:45.6748184Z adding 'torch/include/psimd.h' 2024-04-03T17:09:45.6761212Z adding 'torch/include/pthreadpool.h' 2024-04-03T17:09:45.6765992Z adding 'torch/include/qnnpack.h' 2024-04-03T17:09:45.6768603Z adding 'torch/include/qnnpack_func.h' 2024-04-03T17:09:45.6802032Z adding 'torch/include/sleef.h' 2024-04-03T17:09:45.6841362Z adding 'torch/include/xnnpack.h' 2024-04-03T17:09:45.6849477Z adding 'torch/include/ATen/ATen.h' 2024-04-03T17:09:45.6852474Z adding 'torch/include/ATen/AccumulateType.h' 2024-04-03T17:09:45.6854217Z adding 'torch/include/ATen/ArrayRef.h' 2024-04-03T17:09:45.6855955Z adding 'torch/include/ATen/Backend.h' 2024-04-03T17:09:45.6857879Z adding 'torch/include/ATen/Backtrace.h' 2024-04-03T17:09:45.6862024Z adding 'torch/include/ATen/CPUApplyUtils.h' 2024-04-03T17:09:45.6864278Z adding 'torch/include/ATen/CPUFixedAllocator.h' 2024-04-03T17:09:45.6866570Z adding 'torch/include/ATen/CPUFunctions.h' 2024-04-03T17:09:45.6871540Z adding 'torch/include/ATen/CPUFunctions_inl.h' 2024-04-03T17:09:45.6874448Z adding 'torch/include/ATen/CPUGeneratorImpl.h' 2024-04-03T17:09:45.6876804Z adding 'torch/include/ATen/CUDAFunctions.h' 2024-04-03T17:09:45.6882095Z adding 'torch/include/ATen/CUDAFunctions_inl.h' 2024-04-03T17:09:45.6884978Z adding 'torch/include/ATen/CachedTensorUtils.h' 2024-04-03T17:09:45.6887388Z adding 'torch/include/ATen/CollapseDims.h' 2024-04-03T17:09:45.6889925Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions.h' 2024-04-03T17:09:45.6895475Z adding 'torch/include/ATen/CompositeExplicitAutogradFunctions_inl.h' 2024-04-03T17:09:45.6899160Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions.h' 2024-04-03T17:09:45.6903215Z adding 'torch/include/ATen/CompositeExplicitAutogradNonFunctionalFunctions_inl.h' 2024-04-03T17:09:45.6906238Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions.h' 2024-04-03T17:09:45.6911046Z adding 'torch/include/ATen/CompositeImplicitAutogradFunctions_inl.h' 2024-04-03T17:09:45.6914317Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions.h' 2024-04-03T17:09:45.6916596Z adding 'torch/include/ATen/CompositeImplicitAutogradNestedTensorFunctions_inl.h' 2024-04-03T17:09:45.6918120Z adding 'torch/include/ATen/Config.h' 2024-04-03T17:09:45.6923988Z adding 'torch/include/ATen/Context.h' 2024-04-03T17:09:45.6926515Z adding 'torch/include/ATen/DLConvertor.h' 2024-04-03T17:09:45.6928324Z adding 'torch/include/ATen/Device.h' 2024-04-03T17:09:45.6930404Z adding 'torch/include/ATen/DeviceAccelerator.h' 2024-04-03T17:09:45.6932379Z adding 'torch/include/ATen/DeviceGuard.h' 2024-04-03T17:09:45.6934084Z adding 'torch/include/ATen/DimVector.h' 2024-04-03T17:09:45.6935710Z adding 'torch/include/ATen/Dimname.h' 2024-04-03T17:09:45.6943487Z adding 'torch/include/ATen/Dispatch.h' 2024-04-03T17:09:45.6949311Z adding 'torch/include/ATen/Dispatch_v2.h' 2024-04-03T17:09:45.6952216Z adding 'torch/include/ATen/DynamicLibrary.h' 2024-04-03T17:09:45.6954492Z adding 'torch/include/ATen/EmptyTensor.h' 2024-04-03T17:09:45.6956491Z adding 'torch/include/ATen/ExpandBase.h' 2024-04-03T17:09:45.6960847Z adding 'torch/include/ATen/ExpandUtils.h' 2024-04-03T17:09:45.6963012Z adding 'torch/include/ATen/Formatting.h' 2024-04-03T17:09:45.6965166Z adding 'torch/include/ATen/FuncTorchTLS.h' 2024-04-03T17:09:45.6968238Z adding 'torch/include/ATen/FunctionalStorageImpl.h' 2024-04-03T17:09:45.6973978Z adding 'torch/include/ATen/FunctionalTensorWrapper.h' 2024-04-03T17:09:45.6983881Z adding 'torch/include/ATen/Functions.h' 2024-04-03T17:09:45.6986761Z adding 'torch/include/ATen/Generator.h' 2024-04-03T17:09:45.6989191Z adding 'torch/include/ATen/InferSize.h' 2024-04-03T17:09:45.6991214Z adding 'torch/include/ATen/InitialTensorOptions.h' 2024-04-03T17:09:45.6992874Z adding 'torch/include/ATen/Layout.h' 2024-04-03T17:09:45.6995020Z adding 'torch/include/ATen/LegacyBatchedFallback.h' 2024-04-03T17:09:45.6998146Z adding 'torch/include/ATen/LegacyBatchedTensorImpl.h' 2024-04-03T17:09:45.7000364Z adding 'torch/include/ATen/LegacyVmapMode.h' 2024-04-03T17:09:45.7004155Z adding 'torch/include/ATen/LegacyVmapTransforms.h' 2024-04-03T17:09:45.7006472Z adding 'torch/include/ATen/LinalgBackend.h' 2024-04-03T17:09:45.7008919Z adding 'torch/include/ATen/MapAllocator.h' 2024-04-03T17:09:45.7011578Z adding 'torch/include/ATen/MatrixRef.h' 2024-04-03T17:09:45.7013756Z adding 'torch/include/ATen/MemoryOverlap.h' 2024-04-03T17:09:45.7016038Z adding 'torch/include/ATen/MetaFunctions.h' 2024-04-03T17:09:45.7019828Z adding 'torch/include/ATen/MetaFunctions_inl.h' 2024-04-03T17:09:45.7023815Z adding 'torch/include/ATen/MethodOperators.h' 2024-04-03T17:09:45.7025943Z adding 'torch/include/ATen/NamedTensor.h' 2024-04-03T17:09:45.7029159Z adding 'torch/include/ATen/NamedTensorUtils.h' 2024-04-03T17:09:45.7038187Z adding 'torch/include/ATen/NativeFunctions.h' 2024-04-03T17:09:45.7048069Z adding 'torch/include/ATen/NativeMetaFunctions.h' 2024-04-03T17:09:45.7053517Z adding 'torch/include/ATen/NestedTensorImpl.h' 2024-04-03T17:09:45.7056616Z adding 'torch/include/ATen/NumericUtils.h' 2024-04-03T17:09:45.7059270Z adding 'torch/include/ATen/OpMathType.h' 2024-04-03T17:09:45.7061930Z adding 'torch/include/ATen/OpaqueTensorImpl.h' 2024-04-03T17:09:45.7071050Z adding 'torch/include/ATen/Operators.h' 2024-04-03T17:09:45.7074336Z adding 'torch/include/ATen/PTThreadPool.h' 2024-04-03T17:09:45.7076180Z adding 'torch/include/ATen/PadNd.h' 2024-04-03T17:09:45.7078129Z adding 'torch/include/ATen/Parallel-inl.h' 2024-04-03T17:09:45.7081083Z adding 'torch/include/ATen/Parallel.h' 2024-04-03T17:09:45.7082596Z adding 'torch/include/ATen/ParallelFuture.h' 2024-04-03T17:09:45.7084235Z adding 'torch/include/ATen/ParallelNative.h' 2024-04-03T17:09:45.7086316Z adding 'torch/include/ATen/ParallelNativeTBB.h' 2024-04-03T17:09:45.7088186Z adding 'torch/include/ATen/ParallelOpenMP.h' 2024-04-03T17:09:45.7090039Z adding 'torch/include/ATen/PythonTorchFunctionTLS.h' 2024-04-03T17:09:45.7329985Z adding 'torch/include/ATen/RedispatchFunctions.h' 2024-04-03T17:09:45.7500625Z adding 'torch/include/ATen/RegistrationDeclarations.h' 2024-04-03T17:09:45.7522500Z adding 'torch/include/ATen/SavedTensorHooks.h' 2024-04-03T17:09:45.7523956Z adding 'torch/include/ATen/Scalar.h' 2024-04-03T17:09:45.7527059Z adding 'torch/include/ATen/ScalarOps.h' 2024-04-03T17:09:45.7528669Z adding 'torch/include/ATen/ScalarType.h' 2024-04-03T17:09:45.7531576Z adding 'torch/include/ATen/SequenceNumber.h' 2024-04-03T17:09:45.7533169Z adding 'torch/include/ATen/SmallVector.h' 2024-04-03T17:09:45.7537764Z adding 'torch/include/ATen/SparseCsrTensorImpl.h' 2024-04-03T17:09:45.7543097Z adding 'torch/include/ATen/SparseCsrTensorUtils.h' 2024-04-03T17:09:45.7548905Z adding 'torch/include/ATen/SparseTensorImpl.h' 2024-04-03T17:09:45.7550682Z adding 'torch/include/ATen/Storage.h' 2024-04-03T17:09:45.7553900Z adding 'torch/include/ATen/StorageUtils.h' 2024-04-03T17:09:45.7555512Z adding 'torch/include/ATen/Tensor.h' 2024-04-03T17:09:45.7558362Z adding 'torch/include/ATen/TensorAccessor.h' 2024-04-03T17:09:45.7561574Z adding 'torch/include/ATen/TensorGeometry.h' 2024-04-03T17:09:45.7570367Z adding 'torch/include/ATen/TensorIndexing.h' 2024-04-03T17:09:45.7584859Z adding 'torch/include/ATen/TensorIterator.h' 2024-04-03T17:09:45.7587617Z adding 'torch/include/ATen/TensorIteratorInternal.h' 2024-04-03T17:09:45.7590307Z adding 'torch/include/ATen/TensorMeta.h' 2024-04-03T17:09:45.7593004Z adding 'torch/include/ATen/TensorNames.h' 2024-04-03T17:09:45.7595048Z adding 'torch/include/ATen/TensorOperators.h' 2024-04-03T17:09:45.7596705Z adding 'torch/include/ATen/TensorOptions.h' 2024-04-03T17:09:45.7599275Z adding 'torch/include/ATen/TensorSubclassLikeUtils.h' 2024-04-03T17:09:45.7601939Z adding 'torch/include/ATen/TensorUtils.h' 2024-04-03T17:09:45.7604067Z adding 'torch/include/ATen/ThreadLocalPythonObjects.h' 2024-04-03T17:09:45.7608414Z adding 'torch/include/ATen/ThreadLocalState.h' 2024-04-03T17:09:45.7611632Z adding 'torch/include/ATen/TracerMode.h' 2024-04-03T17:09:45.7613666Z adding 'torch/include/ATen/TypeDefault.h' 2024-04-03T17:09:45.7615983Z adding 'torch/include/ATen/Utils.h' 2024-04-03T17:09:45.7618076Z adding 'torch/include/ATen/Version.h' 2024-04-03T17:09:45.7783730Z adding 'torch/include/ATen/VmapGeneratedPlumbing.h' 2024-04-03T17:09:45.7826592Z adding 'torch/include/ATen/WrapDimUtils.h' 2024-04-03T17:09:45.7828227Z adding 'torch/include/ATen/WrapDimUtilsMulti.h' 2024-04-03T17:09:45.7834467Z adding 'torch/include/ATen/autocast_mode.h' 2024-04-03T17:09:45.7836880Z adding 'torch/include/ATen/ceil_div.h' 2024-04-03T17:09:45.7840109Z adding 'torch/include/ATen/code_template.h' 2024-04-03T17:09:45.7842768Z adding 'torch/include/ATen/cpp_custom_type_hack.h' 2024-04-03T17:09:45.7844556Z adding 'torch/include/ATen/div_rtn.h' 2024-04-03T17:09:45.7848005Z adding 'torch/include/ATen/dlpack.h' 2024-04-03T17:09:45.7849977Z adding 'torch/include/ATen/jit_macros.h' 2024-04-03T17:09:45.7852042Z adding 'torch/include/ATen/jiterator_macros.h' 2024-04-03T17:09:45.7860153Z adding 'torch/include/ATen/record_function.h' 2024-04-03T17:09:45.7862617Z adding 'torch/include/ATen/core/ATenGeneral.h' 2024-04-03T17:09:45.7864265Z adding 'torch/include/ATen/core/ATenOpList.h' 2024-04-03T17:09:45.7866133Z adding 'torch/include/ATen/core/ATen_fwd.h' 2024-04-03T17:09:45.7868776Z adding 'torch/include/ATen/core/ATen_pch.h' 2024-04-03T17:09:45.7870789Z adding 'torch/include/ATen/core/Array.h' 2024-04-03T17:09:45.7872473Z adding 'torch/include/ATen/core/Backtrace.h' 2024-04-03T17:09:45.7874330Z adding 'torch/include/ATen/core/CheckMemoryFormat.h' 2024-04-03T17:09:45.7876974Z adding 'torch/include/ATen/core/DeprecatedTypeProperties.h' 2024-04-03T17:09:45.7878968Z adding 'torch/include/ATen/core/DeprecatedTypePropertiesRegistry.h' 2024-04-03T17:09:45.7883786Z adding 'torch/include/ATen/core/Dict.h' 2024-04-03T17:09:45.7887176Z adding 'torch/include/ATen/core/Dict_inl.h' 2024-04-03T17:09:45.7889182Z adding 'torch/include/ATen/core/DimVector.h' 2024-04-03T17:09:45.7891072Z adding 'torch/include/ATen/core/Dimname.h' 2024-04-03T17:09:45.7894816Z adding 'torch/include/ATen/core/DistributionsHelper.h' 2024-04-03T17:09:45.7897021Z adding 'torch/include/ATen/core/Formatting.h' 2024-04-03T17:09:45.7900535Z adding 'torch/include/ATen/core/Generator.h' 2024-04-03T17:09:45.7902708Z adding 'torch/include/ATen/core/GeneratorForPrivateuseone.h' 2024-04-03T17:09:45.7909248Z adding 'torch/include/ATen/core/IListRef.h' 2024-04-03T17:09:45.7912420Z adding 'torch/include/ATen/core/IListRef_inl.h' 2024-04-03T17:09:45.7915460Z adding 'torch/include/ATen/core/LegacyTypeDispatch.h' 2024-04-03T17:09:45.7920574Z adding 'torch/include/ATen/core/List.h' 2024-04-03T17:09:45.7924556Z adding 'torch/include/ATen/core/List_inl.h' 2024-04-03T17:09:45.7928149Z adding 'torch/include/ATen/core/MT19937RNGEngine.h' 2024-04-03T17:09:45.7931207Z adding 'torch/include/ATen/core/NamedTensor.h' 2024-04-03T17:09:45.7934532Z adding 'torch/include/ATen/core/NestedIntSymNodeImpl.h' 2024-04-03T17:09:45.7938115Z adding 'torch/include/ATen/core/PhiloxRNGEngine.h' 2024-04-03T17:09:45.7940861Z adding 'torch/include/ATen/core/PythonFallbackKernel.h' 2024-04-03T17:09:45.7942696Z adding 'torch/include/ATen/core/PythonOpRegistrationTrampoline.h' 2024-04-03T17:09:45.7944867Z adding 'torch/include/ATen/core/QuantizerBase.h' 2024-04-03T17:09:45.7946742Z adding 'torch/include/ATen/core/Range.h' 2024-04-03T17:09:45.7948660Z adding 'torch/include/ATen/core/Reduction.h' 2024-04-03T17:09:45.7950394Z adding 'torch/include/ATen/core/Scalar.h' 2024-04-03T17:09:45.7951547Z adding 'torch/include/ATen/core/ScalarType.h' 2024-04-03T17:09:45.7953616Z adding 'torch/include/ATen/core/Tensor.h' 2024-04-03T17:09:45.7957082Z adding 'torch/include/ATen/core/TensorAccessor.h' 2024-04-03T17:09:45.7970002Z adding 'torch/include/ATen/core/TensorBase.h' 2024-04-03T17:09:45.8021167Z adding 'torch/include/ATen/core/TensorBody.h' 2024-04-03T17:09:45.8029268Z adding 'torch/include/ATen/core/TorchDispatchUtils.h' 2024-04-03T17:09:45.8031867Z adding 'torch/include/ATen/core/TransformationHelper.h' 2024-04-03T17:09:45.8033801Z adding 'torch/include/ATen/core/UndefinedTensorImpl.h' 2024-04-03T17:09:45.8035750Z adding 'torch/include/ATen/core/UnsafeFromTH.h' 2024-04-03T17:09:45.8038660Z adding 'torch/include/ATen/core/VariableHooksInterface.h' 2024-04-03T17:09:45.8041888Z adding 'torch/include/ATen/core/Variadic.h' 2024-04-03T17:09:45.8043864Z adding 'torch/include/ATen/core/Vitals.h' 2024-04-03T17:09:45.8046768Z adding 'torch/include/ATen/core/alias_info.h' 2024-04-03T17:09:45.8060542Z adding 'torch/include/ATen/core/aten_interned_strings.h' 2024-04-03T17:09:45.8064807Z adding 'torch/include/ATen/core/blob.h' 2024-04-03T17:09:45.8067308Z adding 'torch/include/ATen/core/builtin_function.h' 2024-04-03T17:09:45.8072062Z adding 'torch/include/ATen/core/class_type.h' 2024-04-03T17:09:45.8074448Z adding 'torch/include/ATen/core/custom_class.h' 2024-04-03T17:09:45.8078422Z adding 'torch/include/ATen/core/dynamic_type.h' 2024-04-03T17:09:45.8080642Z adding 'torch/include/ATen/core/enum_tag.h' 2024-04-03T17:09:45.8083131Z adding 'torch/include/ATen/core/enum_type.h' 2024-04-03T17:09:45.8085817Z adding 'torch/include/ATen/core/function.h' 2024-04-03T17:09:45.8094079Z adding 'torch/include/ATen/core/function_schema.h' 2024-04-03T17:09:45.8100529Z adding 'torch/include/ATen/core/function_schema_inl.h' 2024-04-03T17:09:45.8102734Z adding 'torch/include/ATen/core/functional.h' 2024-04-03T17:09:45.8104611Z adding 'torch/include/ATen/core/grad_mode.h' 2024-04-03T17:09:45.8108950Z adding 'torch/include/ATen/core/interned_strings.h' 2024-04-03T17:09:45.8111461Z adding 'torch/include/ATen/core/interned_strings_class.h' 2024-04-03T17:09:45.8128351Z adding 'torch/include/ATen/core/ivalue.h' 2024-04-03T17:09:45.8156474Z adding 'torch/include/ATen/core/ivalue_inl.h' 2024-04-03T17:09:45.8160410Z adding 'torch/include/ATen/core/ivalue_to.h' 2024-04-03T17:09:45.8180961Z adding 'torch/include/ATen/core/jit_type.h' 2024-04-03T17:09:45.8189536Z adding 'torch/include/ATen/core/jit_type_base.h' 2024-04-03T17:09:45.8192730Z adding 'torch/include/ATen/core/operator_name.h' 2024-04-03T17:09:45.8196041Z adding 'torch/include/ATen/core/qualified_name.h' 2024-04-03T17:09:45.8198071Z adding 'torch/include/ATen/core/rref_interface.h' 2024-04-03T17:09:45.8201199Z adding 'torch/include/ATen/core/stack.h' 2024-04-03T17:09:45.8204504Z adding 'torch/include/ATen/core/symbol.h' 2024-04-03T17:09:45.8207049Z adding 'torch/include/ATen/core/type_factory.h' 2024-04-03T17:09:45.8209221Z adding 'torch/include/ATen/core/type_ptr.h' 2024-04-03T17:09:45.8210978Z adding 'torch/include/ATen/core/typeid.h' 2024-04-03T17:09:45.8215132Z adding 'torch/include/ATen/core/boxing/BoxedKernel.h' 2024-04-03T17:09:45.8217718Z adding 'torch/include/ATen/core/boxing/BoxedKernel_impl.h' 2024-04-03T17:09:45.8221505Z adding 'torch/include/ATen/core/boxing/KernelFunction.h' 2024-04-03T17:09:45.8225490Z adding 'torch/include/ATen/core/boxing/KernelFunction_impl.h' 2024-04-03T17:09:45.8227696Z adding 'torch/include/ATen/core/boxing/OperatorKernel.h' 2024-04-03T17:09:45.8230321Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoFunctor.h' 2024-04-03T17:09:45.8232582Z adding 'torch/include/ATen/core/boxing/impl/WrapFunctionIntoRuntimeFunctor.h' 2024-04-03T17:09:45.8236940Z adding 'torch/include/ATen/core/boxing/impl/boxing.h' 2024-04-03T17:09:45.8245056Z adding 'torch/include/ATen/core/boxing/impl/make_boxed_from_unboxed_functor.h' 2024-04-03T17:09:45.8248400Z adding 'torch/include/ATen/core/boxing/impl/test_helpers.h' 2024-04-03T17:09:45.8251308Z adding 'torch/include/ATen/core/dispatch/CppSignature.h' 2024-04-03T17:09:45.8255506Z adding 'torch/include/ATen/core/dispatch/DispatchKeyExtractor.h' 2024-04-03T17:09:45.8266680Z adding 'torch/include/ATen/core/dispatch/Dispatcher.h' 2024-04-03T17:09:45.8269616Z adding 'torch/include/ATen/core/dispatch/ObservedOperators.h' 2024-04-03T17:09:45.8274643Z adding 'torch/include/ATen/core/dispatch/OperatorEntry.h' 2024-04-03T17:09:45.8277120Z adding 'torch/include/ATen/core/dispatch/OperatorOptions.h' 2024-04-03T17:09:45.8279125Z adding 'torch/include/ATen/core/dispatch/RegistrationHandleRAII.h' 2024-04-03T17:09:45.8281639Z adding 'torch/include/ATen/core/op_registration/adaption.h' 2024-04-03T17:09:45.8284760Z adding 'torch/include/ATen/core/op_registration/infer_schema.h' 2024-04-03T17:09:45.8288234Z adding 'torch/include/ATen/core/op_registration/op_allowlist.h' 2024-04-03T17:09:45.8295369Z adding 'torch/include/ATen/core/op_registration/op_registration.h' 2024-04-03T17:09:45.8298453Z adding 'torch/include/ATen/cpu/FlushDenormal.h' 2024-04-03T17:09:45.8300353Z adding 'torch/include/ATen/cpu/Utils.h' 2024-04-03T17:09:45.8303267Z adding 'torch/include/ATen/cpu/vml.h' 2024-04-03T17:09:45.8305613Z adding 'torch/include/ATen/cpu/vec/functional.h' 2024-04-03T17:09:45.8308886Z adding 'torch/include/ATen/cpu/vec/functional_base.h' 2024-04-03T17:09:45.8314062Z adding 'torch/include/ATen/cpu/vec/functional_bfloat16.h' 2024-04-03T17:09:45.8316544Z adding 'torch/include/ATen/cpu/vec/intrinsics.h' 2024-04-03T17:09:45.8318523Z adding 'torch/include/ATen/cpu/vec/vec.h' 2024-04-03T17:09:45.8328392Z adding 'torch/include/ATen/cpu/vec/vec_base.h' 2024-04-03T17:09:45.8331482Z adding 'torch/include/ATen/cpu/vec/vec_convert.h' 2024-04-03T17:09:45.8333622Z adding 'torch/include/ATen/cpu/vec/vec_half.h' 2024-04-03T17:09:45.8337194Z adding 'torch/include/ATen/cpu/vec/vec_mask.h' 2024-04-03T17:09:45.8341314Z adding 'torch/include/ATen/cpu/vec/vec_n.h' 2024-04-03T17:09:45.8345285Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vld1_neon.h' 2024-04-03T17:09:45.8347564Z adding 'torch/include/ATen/cpu/vec/vec256/missing_vst1_neon.h' 2024-04-03T17:09:45.8351394Z adding 'torch/include/ATen/cpu/vec/vec256/vec256.h' 2024-04-03T17:09:45.8360491Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_bfloat16.h' 2024-04-03T17:09:45.8366988Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_double.h' 2024-04-03T17:09:45.8372999Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_complex_float.h' 2024-04-03T17:09:45.8376331Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_convert.h' 2024-04-03T17:09:45.8380736Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_double.h' 2024-04-03T17:09:45.8387184Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float.h' 2024-04-03T17:09:45.8394864Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_float_neon.h' 2024-04-03T17:09:45.8401314Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_half_neon.h' 2024-04-03T17:09:45.8414126Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_int.h' 2024-04-03T17:09:45.8417940Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_mask.h' 2024-04-03T17:09:45.8427837Z adding 'torch/include/ATen/cpu/vec/vec256/vec256_qint.h' 2024-04-03T17:09:45.8431520Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_bfloat16_vsx.h' 2024-04-03T17:09:45.8434967Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_common_vsx.h' 2024-04-03T17:09:45.8440727Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_double_vsx.h' 2024-04-03T17:09:45.8447107Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_complex_float_vsx.h' 2024-04-03T17:09:45.8451686Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_double_vsx.h' 2024-04-03T17:09:45.8456471Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_float_vsx.h' 2024-04-03T17:09:45.8460920Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int16_vsx.h' 2024-04-03T17:09:45.8464893Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int32_vsx.h' 2024-04-03T17:09:45.8468560Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_int64_vsx.h' 2024-04-03T17:09:45.8472483Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint32_vsx.h' 2024-04-03T17:09:45.8477199Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_qint8_vsx.h' 2024-04-03T17:09:45.8482213Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vec256_quint8_vsx.h' 2024-04-03T17:09:45.8488048Z adding 'torch/include/ATen/cpu/vec/vec256/vsx/vsx_helpers.h' 2024-04-03T17:09:45.8508746Z adding 'torch/include/ATen/cpu/vec/vec256/zarch/vec256_zarch.h' 2024-04-03T17:09:45.8514517Z adding 'torch/include/ATen/cpu/vec/vec512/vec512.h' 2024-04-03T17:09:45.8527691Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_bfloat16.h' 2024-04-03T17:09:45.8535934Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_double.h' 2024-04-03T17:09:45.8543972Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_complex_float.h' 2024-04-03T17:09:45.8548035Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_convert.h' 2024-04-03T17:09:45.8552004Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_double.h' 2024-04-03T17:09:45.8559848Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_float.h' 2024-04-03T17:09:45.8570782Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_int.h' 2024-04-03T17:09:45.8574942Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_mask.h' 2024-04-03T17:09:45.8584849Z adding 'torch/include/ATen/cpu/vec/vec512/vec512_qint.h' 2024-04-03T17:09:45.8588903Z adding 'torch/include/ATen/cuda/ATenCUDAGeneral.h' 2024-04-03T17:09:45.8591220Z adding 'torch/include/ATen/cuda/ApplyGridUtils.cuh' 2024-04-03T17:09:45.8593477Z adding 'torch/include/ATen/cuda/AsmUtils.cuh' 2024-04-03T17:09:45.8599261Z adding 'torch/include/ATen/cuda/Atomic.cuh' 2024-04-03T17:09:45.8606313Z adding 'torch/include/ATen/cuda/CUDAApplyUtils.cuh' 2024-04-03T17:09:45.8610600Z adding 'torch/include/ATen/cuda/CUDABlas.h' 2024-04-03T17:09:45.8613123Z adding 'torch/include/ATen/cuda/CUDAConfig.h' 2024-04-03T17:09:45.8615278Z adding 'torch/include/ATen/cuda/CUDAContext.h' 2024-04-03T17:09:45.8617910Z adding 'torch/include/ATen/cuda/CUDAContextLight.h' 2024-04-03T17:09:45.8620690Z adding 'torch/include/ATen/cuda/CUDADataType.h' 2024-04-03T17:09:45.8622500Z adding 'torch/include/ATen/cuda/CUDADevice.h' 2024-04-03T17:09:45.8625727Z adding 'torch/include/ATen/cuda/CUDAEvent.h' 2024-04-03T17:09:45.8629208Z adding 'torch/include/ATen/cuda/CUDAGeneratorImpl.h' 2024-04-03T17:09:45.8631915Z adding 'torch/include/ATen/cuda/CUDAGraph.h' 2024-04-03T17:09:45.8634251Z adding 'torch/include/ATen/cuda/CUDAGraphsUtils.cuh' 2024-04-03T17:09:45.8636586Z adding 'torch/include/ATen/cuda/CUDASparse.h' 2024-04-03T17:09:45.8639776Z adding 'torch/include/ATen/cuda/CUDASparseBlas.h' 2024-04-03T17:09:45.8643339Z adding 'torch/include/ATen/cuda/CUDASparseDescriptors.h' 2024-04-03T17:09:45.8645372Z adding 'torch/include/ATen/cuda/CUDATensorMethods.cuh' 2024-04-03T17:09:45.8647246Z adding 'torch/include/ATen/cuda/CUDAUtils.h' 2024-04-03T17:09:45.8649436Z adding 'torch/include/ATen/cuda/CachingHostAllocator.h' 2024-04-03T17:09:45.8651760Z adding 'torch/include/ATen/cuda/DeviceUtils.cuh' 2024-04-03T17:09:45.8653758Z adding 'torch/include/ATen/cuda/EmptyTensor.h' 2024-04-03T17:09:45.8657246Z adding 'torch/include/ATen/cuda/Exceptions.h' 2024-04-03T17:09:45.8660276Z adding 'torch/include/ATen/cuda/NumericLimits.cuh' 2024-04-03T17:09:45.8662275Z adding 'torch/include/ATen/cuda/PeerToPeerAccess.h' 2024-04-03T17:09:45.8664320Z adding 'torch/include/ATen/cuda/PhiloxCudaState.h' 2024-04-03T17:09:45.8666050Z adding 'torch/include/ATen/cuda/PhiloxUtils.cuh' 2024-04-03T17:09:45.8667912Z adding 'torch/include/ATen/cuda/PinnedMemoryAllocator.h' 2024-04-03T17:09:45.8670646Z adding 'torch/include/ATen/cuda/ScanUtils.cuh' 2024-04-03T17:09:45.8672116Z adding 'torch/include/ATen/cuda/Sleep.h' 2024-04-03T17:09:45.8674297Z adding 'torch/include/ATen/cuda/ThrustAllocator.h' 2024-04-03T17:09:45.8678618Z adding 'torch/include/ATen/cuda/cub.cuh' 2024-04-03T17:09:45.8681599Z adding 'torch/include/ATen/cuda/cub.h' 2024-04-03T17:09:45.8683821Z adding 'torch/include/ATen/cuda/cub_definitions.cuh' 2024-04-03T17:09:45.8685887Z adding 'torch/include/ATen/cuda/jiterator.h' 2024-04-03T17:09:45.8688720Z adding 'torch/include/ATen/cuda/jiterator_impl.h' 2024-04-03T17:09:45.8690574Z adding 'torch/include/ATen/cuda/llvm_jit_strings.h' 2024-04-03T17:09:45.8692872Z adding 'torch/include/ATen/cuda/detail/CUDAHooks.h' 2024-04-03T17:09:45.8696855Z adding 'torch/include/ATen/cuda/detail/DeviceThreadHandles.h' 2024-04-03T17:09:45.8698985Z adding 'torch/include/ATen/cuda/detail/IndexUtils.cuh' 2024-04-03T17:09:45.8701456Z adding 'torch/include/ATen/cuda/detail/IntegerDivider.cuh' 2024-04-03T17:09:45.8703676Z adding 'torch/include/ATen/cuda/detail/KernelUtils.h' 2024-04-03T17:09:45.8705388Z adding 'torch/include/ATen/cuda/detail/LazyNVRTC.h' 2024-04-03T17:09:45.8707927Z adding 'torch/include/ATen/cuda/detail/OffsetCalculator.cuh' 2024-04-03T17:09:45.8710067Z adding 'torch/include/ATen/cuda/detail/PhiloxCudaStateRaw.cuh' 2024-04-03T17:09:45.8712303Z adding 'torch/include/ATen/cuda/detail/TensorInfo.cuh' 2024-04-03T17:09:45.8714476Z adding 'torch/include/ATen/cuda/detail/UnpackRaw.cuh' 2024-04-03T17:09:45.8717215Z adding 'torch/include/ATen/cuda/tunable/GemmCommon.h' 2024-04-03T17:09:45.8721175Z adding 'torch/include/ATen/cuda/tunable/GemmHipblaslt.h' 2024-04-03T17:09:45.8724399Z adding 'torch/include/ATen/cuda/tunable/GemmRocblas.h' 2024-04-03T17:09:45.8726506Z adding 'torch/include/ATen/cuda/tunable/StreamTimer.h' 2024-04-03T17:09:45.8729252Z adding 'torch/include/ATen/cuda/tunable/Tunable.h' 2024-04-03T17:09:45.8732222Z adding 'torch/include/ATen/cuda/tunable/TunableGemm.h' 2024-04-03T17:09:45.8735822Z adding 'torch/include/ATen/cuda/tunable/TunableOp.h' 2024-04-03T17:09:45.8741439Z adding 'torch/include/ATen/cudnn/Descriptors.h' 2024-04-03T17:09:45.8743354Z adding 'torch/include/ATen/cudnn/Exceptions.h' 2024-04-03T17:09:45.8745215Z adding 'torch/include/ATen/cudnn/Handle.h' 2024-04-03T17:09:45.8748914Z adding 'torch/include/ATen/cudnn/Handles.h' 2024-04-03T17:09:45.8749726Z adding 'torch/include/ATen/cudnn/Types.h' 2024-04-03T17:09:45.8750238Z adding 'torch/include/ATen/cudnn/Utils.h' 2024-04-03T17:09:45.8751870Z adding 'torch/include/ATen/cudnn/cudnn-wrapper.h' 2024-04-03T17:09:45.8754401Z adding 'torch/include/ATen/detail/AcceleratorHooksInterface.h' 2024-04-03T17:09:45.8756954Z adding 'torch/include/ATen/detail/CUDAHooksInterface.h' 2024-04-03T17:09:45.8759448Z adding 'torch/include/ATen/detail/FunctionTraits.h' 2024-04-03T17:09:45.8761532Z adding 'torch/include/ATen/detail/HIPHooksInterface.h' 2024-04-03T17:09:45.8763458Z adding 'torch/include/ATen/detail/IPUHooksInterface.h' 2024-04-03T17:09:45.8765572Z adding 'torch/include/ATen/detail/MPSHooksInterface.h' 2024-04-03T17:09:45.8767806Z adding 'torch/include/ATen/detail/MTIAHooksInterface.h' 2024-04-03T17:09:45.8769642Z adding 'torch/include/ATen/detail/ORTHooksInterface.h' 2024-04-03T17:09:45.8771669Z adding 'torch/include/ATen/detail/PrivateUse1HooksInterface.h' 2024-04-03T17:09:45.8774713Z adding 'torch/include/ATen/detail/XPUHooksInterface.h' 2024-04-03T17:09:45.8776311Z adding 'torch/include/ATen/functorch/ADInterpreters.h' 2024-04-03T17:09:45.8781732Z adding 'torch/include/ATen/functorch/BatchRulesHelper.h' 2024-04-03T17:09:45.8784431Z adding 'torch/include/ATen/functorch/BatchedFallback.h' 2024-04-03T17:09:45.8787790Z adding 'torch/include/ATen/functorch/BatchedTensorImpl.h' 2024-04-03T17:09:45.8790596Z adding 'torch/include/ATen/functorch/BatchingMetaprogramming.h' 2024-04-03T17:09:45.8793852Z adding 'torch/include/ATen/functorch/DynamicLayer.h' 2024-04-03T17:09:45.8796036Z adding 'torch/include/ATen/functorch/FunctionalizeInterpreter.h' 2024-04-03T17:09:45.8799340Z adding 'torch/include/ATen/functorch/Interpreter.h' 2024-04-03T17:09:45.8803378Z adding 'torch/include/ATen/functorch/LegacyVmapTransforms.h' 2024-04-03T17:09:45.8805139Z adding 'torch/include/ATen/functorch/Macros.h' 2024-04-03T17:09:45.8807347Z adding 'torch/include/ATen/functorch/PlumbingHelper.h' 2024-04-03T17:09:45.8809900Z adding 'torch/include/ATen/functorch/TensorWrapper.h' 2024-04-03T17:09:45.8812187Z adding 'torch/include/ATen/functorch/VmapInterpreter.h' 2024-04-03T17:09:45.8814158Z adding 'torch/include/ATen/hip/ATenHIPGeneral.h' 2024-04-03T17:09:45.8816083Z adding 'torch/include/ATen/hip/ApplyGridUtils.cuh' 2024-04-03T17:09:45.8818212Z adding 'torch/include/ATen/hip/AsmUtils.cuh' 2024-04-03T17:09:45.8823543Z adding 'torch/include/ATen/hip/Atomic.cuh' 2024-04-03T17:09:45.8826309Z adding 'torch/include/ATen/hip/CachingHostAllocator.h' 2024-04-03T17:09:45.8828438Z adding 'torch/include/ATen/hip/DeviceUtils.cuh' 2024-04-03T17:09:45.8830604Z adding 'torch/include/ATen/hip/EmptyTensor.h' 2024-04-03T17:09:45.8833518Z adding 'torch/include/ATen/hip/Exceptions.h' 2024-04-03T17:09:45.8839870Z adding 'torch/include/ATen/hip/HIPApplyUtils.cuh' 2024-04-03T17:09:45.8843824Z adding 'torch/include/ATen/hip/HIPBlas.h' 2024-04-03T17:09:45.8846028Z adding 'torch/include/ATen/hip/HIPConfig.h' 2024-04-03T17:09:45.8847724Z adding 'torch/include/ATen/hip/HIPContext.h' 2024-04-03T17:09:45.8849975Z adding 'torch/include/ATen/hip/HIPContextLight.h' 2024-04-03T17:09:45.8852120Z adding 'torch/include/ATen/hip/HIPDataType.h' 2024-04-03T17:09:45.8854039Z adding 'torch/include/ATen/hip/HIPDevice.h' 2024-04-03T17:09:45.8857110Z adding 'torch/include/ATen/hip/HIPEvent.h' 2024-04-03T17:09:45.8860601Z adding 'torch/include/ATen/hip/HIPGeneratorImpl.h' 2024-04-03T17:09:45.8863164Z adding 'torch/include/ATen/hip/HIPGraph.h' 2024-04-03T17:09:45.8865386Z adding 'torch/include/ATen/hip/HIPGraphsUtils.cuh' 2024-04-03T17:09:45.8867449Z adding 'torch/include/ATen/hip/HIPSparse.h' 2024-04-03T17:09:45.8870486Z adding 'torch/include/ATen/hip/HIPSparseBlas.h' 2024-04-03T17:09:45.8873800Z adding 'torch/include/ATen/hip/HIPSparseDescriptors.h' 2024-04-03T17:09:45.8875810Z adding 'torch/include/ATen/hip/HIPTensorMethods.cuh' 2024-04-03T17:09:45.8877485Z adding 'torch/include/ATen/hip/HIPUtils.h' 2024-04-03T17:09:45.8879760Z adding 'torch/include/ATen/hip/NumericLimits.cuh' 2024-04-03T17:09:45.8881604Z adding 'torch/include/ATen/hip/PeerToPeerAccess.h' 2024-04-03T17:09:45.8883219Z adding 'torch/include/ATen/hip/PhiloxCudaState.h' 2024-04-03T17:09:45.8884708Z adding 'torch/include/ATen/hip/PhiloxUtils.cuh' 2024-04-03T17:09:45.8886356Z adding 'torch/include/ATen/hip/PinnedMemoryAllocator.h' 2024-04-03T17:09:45.8888346Z adding 'torch/include/ATen/hip/ScanUtils.cuh' 2024-04-03T17:09:45.8889972Z adding 'torch/include/ATen/hip/Sleep.h' 2024-04-03T17:09:45.8891712Z adding 'torch/include/ATen/hip/ThrustAllocator.h' 2024-04-03T17:09:45.8895861Z adding 'torch/include/ATen/hip/cub.cuh' 2024-04-03T17:09:45.8898948Z adding 'torch/include/ATen/hip/cub.h' 2024-04-03T17:09:45.8900984Z adding 'torch/include/ATen/hip/cub_definitions.cuh' 2024-04-03T17:09:45.8902852Z adding 'torch/include/ATen/hip/jiterator.h' 2024-04-03T17:09:45.8905705Z adding 'torch/include/ATen/hip/jiterator_impl.h' 2024-04-03T17:09:45.8907538Z adding 'torch/include/ATen/hip/llvm_jit_strings.h' 2024-04-03T17:09:45.8911343Z adding 'torch/include/ATen/hip/detail/DeviceThreadHandles.h' 2024-04-03T17:09:45.8913591Z adding 'torch/include/ATen/hip/detail/HIPHooks.h' 2024-04-03T17:09:45.8915696Z adding 'torch/include/ATen/hip/detail/IndexUtils.cuh' 2024-04-03T17:09:45.8918121Z adding 'torch/include/ATen/hip/detail/IntegerDivider.cuh' 2024-04-03T17:09:45.8920199Z adding 'torch/include/ATen/hip/detail/KernelUtils.h' 2024-04-03T17:09:45.8921976Z adding 'torch/include/ATen/hip/detail/LazyNVRTC.h' 2024-04-03T17:09:45.8924407Z adding 'torch/include/ATen/hip/detail/OffsetCalculator.cuh' 2024-04-03T17:09:45.8926516Z adding 'torch/include/ATen/hip/detail/PhiloxCudaStateRaw.cuh' 2024-04-03T17:09:45.8928742Z adding 'torch/include/ATen/hip/detail/TensorInfo.cuh' 2024-04-03T17:09:45.8930804Z adding 'torch/include/ATen/hip/detail/UnpackRaw.cuh' 2024-04-03T17:09:45.8933174Z adding 'torch/include/ATen/hip/impl/HIPAllocatorMasqueradingAsCUDA.h' 2024-04-03T17:09:45.8934923Z adding 'torch/include/ATen/hip/impl/HIPCachingAllocatorMasqueradingAsCUDA.h' 2024-04-03T17:09:45.8939427Z adding 'torch/include/ATen/hip/impl/HIPGuardImplMasqueradingAsCUDA.h' 2024-04-03T17:09:45.8942340Z adding 'torch/include/ATen/hip/impl/HIPStreamMasqueradingAsCUDA.h' 2024-04-03T17:09:45.8945042Z adding 'torch/include/ATen/hip/tunable/GemmCommon.h' 2024-04-03T17:09:45.8948997Z adding 'torch/include/ATen/hip/tunable/GemmHipblaslt.h' 2024-04-03T17:09:45.8952282Z adding 'torch/include/ATen/hip/tunable/GemmRocblas.h' 2024-04-03T17:09:45.8954604Z adding 'torch/include/ATen/hip/tunable/StreamTimer.h' 2024-04-03T17:09:45.8957261Z adding 'torch/include/ATen/hip/tunable/Tunable.h' 2024-04-03T17:09:45.8960168Z adding 'torch/include/ATen/hip/tunable/TunableGemm.h' 2024-04-03T17:09:45.8963829Z adding 'torch/include/ATen/hip/tunable/TunableOp.h' 2024-04-03T17:09:45.8966896Z adding 'torch/include/ATen/miopen/Descriptors.h' 2024-04-03T17:09:45.8968879Z adding 'torch/include/ATen/miopen/Exceptions.h' 2024-04-03T17:09:45.8970468Z adding 'torch/include/ATen/miopen/Handle.h' 2024-04-03T17:09:45.8972117Z adding 'torch/include/ATen/miopen/Types.h' 2024-04-03T17:09:45.8973730Z adding 'torch/include/ATen/miopen/Utils.h' 2024-04-03T17:09:45.8975369Z adding 'torch/include/ATen/miopen/miopen-wrapper.h' 2024-04-03T17:09:45.8977524Z adding 'torch/include/ATen/mps/EmptyTensor.h' 2024-04-03T17:09:45.8982953Z adding 'torch/include/ATen/mps/IndexKernels.h' 2024-04-03T17:09:45.8990694Z adding 'torch/include/ATen/mps/MPSAllocator.h' 2024-04-03T17:09:45.8993455Z adding 'torch/include/ATen/mps/MPSAllocatorInterface.h' 2024-04-03T17:09:45.8995648Z adding 'torch/include/ATen/mps/MPSDevice.h' 2024-04-03T17:09:45.8998340Z adding 'torch/include/ATen/mps/MPSEvent.h' 2024-04-03T17:09:45.9000575Z adding 'torch/include/ATen/mps/MPSGeneratorImpl.h' 2024-04-03T17:09:45.9003342Z adding 'torch/include/ATen/mps/MPSGuardImpl.h' 2024-04-03T17:09:45.9005557Z adding 'torch/include/ATen/mps/MPSHooks.h' 2024-04-03T17:09:45.9011367Z adding 'torch/include/ATen/mps/MPSProfiler.h' 2024-04-03T17:09:45.9014347Z adding 'torch/include/ATen/mps/MPSStream.h' 2024-04-03T17:09:45.9017922Z adding 'torch/include/ATen/native/Activation.h' 2024-04-03T17:09:45.9020437Z adding 'torch/include/ATen/native/AdaptivePooling.h' 2024-04-03T17:09:45.9022431Z adding 'torch/include/ATen/native/AmpKernels.h' 2024-04-03T17:09:45.9025777Z adding 'torch/include/ATen/native/BatchLinearAlgebra.h' 2024-04-03T17:09:45.9029433Z adding 'torch/include/ATen/native/BinaryOps.h' 2024-04-03T17:09:45.9033069Z adding 'torch/include/ATen/native/BucketizationUtils.h' 2024-04-03T17:09:45.9035998Z adding 'torch/include/ATen/native/CPUBlas.h' 2024-04-03T17:09:45.9038704Z adding 'torch/include/ATen/native/CPUFallback.h' 2024-04-03T17:09:45.9041152Z adding 'torch/include/ATen/native/CanUse32BitIndexMath.h' 2024-04-03T17:09:45.9044057Z adding 'torch/include/ATen/native/ComplexHelper.h' 2024-04-03T17:09:45.9046633Z adding 'torch/include/ATen/native/CompositeRandomAccessor.h' 2024-04-03T17:09:45.9049932Z adding 'torch/include/ATen/native/CompositeRandomAccessorCommon.h' 2024-04-03T17:09:45.9055589Z adding 'torch/include/ATen/native/ConvUtils.h' 2024-04-03T17:09:45.9058551Z adding 'torch/include/ATen/native/ConvolutionMM3d.h' 2024-04-03T17:09:45.9060707Z adding 'torch/include/ATen/native/Copy.h' 2024-04-03T17:09:45.9062910Z adding 'torch/include/ATen/native/Cross.h' 2024-04-03T17:09:45.9066558Z adding 'torch/include/ATen/native/DilatedConvolutionUtils.h' 2024-04-03T17:09:45.9070558Z adding 'torch/include/ATen/native/DispatchStub.h' 2024-04-03T17:09:45.9072758Z adding 'torch/include/ATen/native/Distance.h' 2024-04-03T17:09:45.9077929Z adding 'torch/include/ATen/native/DistributionTemplates.h' 2024-04-03T17:09:45.9085509Z adding 'torch/include/ATen/native/Distributions.h' 2024-04-03T17:09:45.9090519Z adding 'torch/include/ATen/native/EmbeddingBag.h' 2024-04-03T17:09:45.9092693Z adding 'torch/include/ATen/native/Fill.h' 2024-04-03T17:09:45.9097655Z adding 'torch/include/ATen/native/ForeachUtils.h' 2024-04-03T17:09:45.9113419Z adding 'torch/include/ATen/native/FractionalMaxPooling.h' 2024-04-03T17:09:45.9114473Z adding 'torch/include/ATen/native/FunctionOfAMatrixUtils.h' 2024-04-03T17:09:45.9115474Z adding 'torch/include/ATen/native/GridSampler.h' 2024-04-03T17:09:45.9116159Z adding 'torch/include/ATen/native/GridSamplerUtils.h' 2024-04-03T17:09:45.9116805Z adding 'torch/include/ATen/native/Histogram.h' 2024-04-03T17:09:45.9117446Z adding 'torch/include/ATen/native/IndexKernel.h' 2024-04-03T17:09:45.9118067Z adding 'torch/include/ATen/native/IndexingUtils.h' 2024-04-03T17:09:45.9118671Z adding 'torch/include/ATen/native/Lerp.h' 2024-04-03T17:09:45.9119677Z adding 'torch/include/ATen/native/LinearAlgebra.h' 2024-04-03T17:09:45.9128734Z adding 'torch/include/ATen/native/LinearAlgebraUtils.h' 2024-04-03T17:09:45.9131806Z adding 'torch/include/ATen/native/LossMulti.h' 2024-04-03T17:09:45.9174454Z adding 'torch/include/ATen/native/Math.h' 2024-04-03T17:09:45.9180208Z adding 'torch/include/ATen/native/MathBitFallThroughLists.h' 2024-04-03T17:09:45.9183800Z adding 'torch/include/ATen/native/MathBitsFallback.h' 2024-04-03T17:09:45.9186324Z adding 'torch/include/ATen/native/MaxPooling.h' 2024-04-03T17:09:45.9188486Z adding 'torch/include/ATen/native/NonEmptyUtils.h' 2024-04-03T17:09:45.9190685Z adding 'torch/include/ATen/native/NonSymbolicBC.h' 2024-04-03T17:09:45.9192694Z adding 'torch/include/ATen/native/Normalization.h' 2024-04-03T17:09:45.9194818Z adding 'torch/include/ATen/native/Padding.h' 2024-04-03T17:09:45.9197026Z adding 'torch/include/ATen/native/PixelShuffle.h' 2024-04-03T17:09:45.9198940Z adding 'torch/include/ATen/native/PointwiseOps.h' 2024-04-03T17:09:45.9202947Z adding 'torch/include/ATen/native/Pool.h' 2024-04-03T17:09:45.9205457Z adding 'torch/include/ATen/native/Pow.h' 2024-04-03T17:09:45.9207718Z adding 'torch/include/ATen/native/RNN.h' 2024-04-03T17:09:45.9209700Z adding 'torch/include/ATen/native/RangeFactories.h' 2024-04-03T17:09:45.9211581Z adding 'torch/include/ATen/native/ReduceAllOps.h' 2024-04-03T17:09:45.9213627Z adding 'torch/include/ATen/native/ReduceOps.h' 2024-04-03T17:09:45.9219013Z adding 'torch/include/ATen/native/ReduceOpsUtils.h' 2024-04-03T17:09:45.9221472Z adding 'torch/include/ATen/native/ReductionType.h' 2024-04-03T17:09:45.9223684Z adding 'torch/include/ATen/native/Repeat.h' 2024-04-03T17:09:45.9227086Z adding 'torch/include/ATen/native/Resize.h' 2024-04-03T17:09:45.9229708Z adding 'torch/include/ATen/native/ResizeCommon.h' 2024-04-03T17:09:45.9232206Z adding 'torch/include/ATen/native/ScatterGatherChecks.h' 2024-04-03T17:09:45.9234274Z adding 'torch/include/ATen/native/SegmentReduce.h' 2024-04-03T17:09:45.9238504Z adding 'torch/include/ATen/native/SharedReduceOps.h' 2024-04-03T17:09:45.9241149Z adding 'torch/include/ATen/native/SobolEngineOpsUtils.h' 2024-04-03T17:09:45.9243070Z adding 'torch/include/ATen/native/Sorting.h' 2024-04-03T17:09:45.9245365Z adding 'torch/include/ATen/native/SortingUtils.h' 2024-04-03T17:09:45.9248589Z adding 'torch/include/ATen/native/SparseTensorUtils.h' 2024-04-03T17:09:45.9251379Z adding 'torch/include/ATen/native/SpectralOpsUtils.h' 2024-04-03T17:09:45.9254292Z adding 'torch/include/ATen/native/StridedRandomAccessor.h' 2024-04-03T17:09:45.9256725Z adding 'torch/include/ATen/native/TensorAdvancedIndexing.h' 2024-04-03T17:09:45.9259722Z adding 'torch/include/ATen/native/TensorAdvancedIndexingUtils.h' 2024-04-03T17:09:45.9261704Z adding 'torch/include/ATen/native/TensorCompare.h' 2024-04-03T17:09:45.9263681Z adding 'torch/include/ATen/native/TensorConversions.h' 2024-04-03T17:09:45.9266326Z adding 'torch/include/ATen/native/TensorDimApply.h' 2024-04-03T17:09:45.9269317Z adding 'torch/include/ATen/native/TensorFactories.h' 2024-04-03T17:09:45.9271289Z adding 'torch/include/ATen/native/TensorIterator.h' 2024-04-03T17:09:45.9273345Z adding 'torch/include/ATen/native/TensorIteratorDynamicCasting.h' 2024-04-03T17:09:45.9275484Z adding 'torch/include/ATen/native/TensorProperties.h' 2024-04-03T17:09:45.9278408Z adding 'torch/include/ATen/native/TensorShape.h' 2024-04-03T17:09:45.9280963Z adding 'torch/include/ATen/native/TensorTransformations.h' 2024-04-03T17:09:45.9283059Z adding 'torch/include/ATen/native/TopKImpl.h' 2024-04-03T17:09:45.9285638Z adding 'torch/include/ATen/native/TransposeType.h' 2024-04-03T17:09:45.9287794Z adding 'torch/include/ATen/native/TriangularOpsUtils.h' 2024-04-03T17:09:45.9290133Z adding 'torch/include/ATen/native/TypeProperties.h' 2024-04-03T17:09:45.9292609Z adding 'torch/include/ATen/native/UnaryOps.h' 2024-04-03T17:09:45.9295008Z adding 'torch/include/ATen/native/Unfold2d.h' 2024-04-03T17:09:45.9297122Z adding 'torch/include/ATen/native/Unfold3d.h' 2024-04-03T17:09:45.9300016Z adding 'torch/include/ATen/native/UnfoldBackward.h' 2024-04-03T17:09:45.9306122Z adding 'torch/include/ATen/native/UpSample.h' 2024-04-03T17:09:45.9308920Z adding 'torch/include/ATen/native/batch_norm.h' 2024-04-03T17:09:45.9311164Z adding 'torch/include/ATen/native/group_norm.h' 2024-04-03T17:09:45.9313945Z adding 'torch/include/ATen/native/im2col.h' 2024-04-03T17:09:45.9317288Z adding 'torch/include/ATen/native/im2col_shape_check.h' 2024-04-03T17:09:45.9320122Z adding 'torch/include/ATen/native/layer_norm.h' 2024-04-03T17:09:45.9322329Z adding 'torch/include/ATen/native/verbose_wrapper.h' 2024-04-03T17:09:45.9324875Z adding 'torch/include/ATen/native/vol2col.h' 2024-04-03T17:09:45.9327900Z adding 'torch/include/ATen/native/cpu/AtomicAddFloat.h' 2024-04-03T17:09:45.9330026Z adding 'torch/include/ATen/native/cpu/CatKernel.h' 2024-04-03T17:09:45.9332161Z adding 'torch/include/ATen/native/cpu/ChannelShuffleKernel.h' 2024-04-03T17:09:45.9334142Z adding 'torch/include/ATen/native/cpu/CopyKernel.h' 2024-04-03T17:09:45.9336346Z adding 'torch/include/ATen/native/cpu/DepthwiseConvKernel.h' 2024-04-03T17:09:45.9340851Z adding 'torch/include/ATen/native/cpu/DistributionTemplates.h' 2024-04-03T17:09:45.9343436Z adding 'torch/include/ATen/native/cpu/GridSamplerKernel.h' 2024-04-03T17:09:45.9346233Z adding 'torch/include/ATen/native/cpu/IndexKernelUtils.h' 2024-04-03T17:09:45.9348546Z adding 'torch/include/ATen/native/cpu/Intrinsics.h' 2024-04-03T17:09:45.9351045Z adding 'torch/include/ATen/native/cpu/IsContiguous.h' 2024-04-03T17:09:45.9353684Z adding 'torch/include/ATen/native/cpu/LogAddExp.h' 2024-04-03T17:09:45.9358584Z adding 'torch/include/ATen/native/cpu/Loops.h' 2024-04-03T17:09:45.9361139Z adding 'torch/include/ATen/native/cpu/MaxUnpoolKernel.h' 2024-04-03T17:09:45.9363285Z adding 'torch/include/ATen/native/cpu/PixelShuffleKernel.h' 2024-04-03T17:09:45.9368088Z adding 'torch/include/ATen/native/cpu/Reduce.h' 2024-04-03T17:09:45.9371844Z adding 'torch/include/ATen/native/cpu/ReduceUtils.h' 2024-04-03T17:09:45.9374298Z adding 'torch/include/ATen/native/cpu/SampledAddmmKernel.h' 2024-04-03T17:09:45.9377766Z adding 'torch/include/ATen/native/cpu/SerialStackImpl.h' 2024-04-03T17:09:45.9380390Z adding 'torch/include/ATen/native/cpu/SoftmaxKernel.h' 2024-04-03T17:09:45.9382764Z adding 'torch/include/ATen/native/cpu/SpmmReduceKernel.h' 2024-04-03T17:09:45.9385150Z adding 'torch/include/ATen/native/cpu/StackKernel.h' 2024-04-03T17:09:45.9399146Z adding 'torch/include/ATen/native/cpu/UpSampleKernelAVXAntialias.h' 2024-04-03T17:09:45.9402739Z adding 'torch/include/ATen/native/cpu/WeightNormKernel.h' 2024-04-03T17:09:45.9407987Z adding 'torch/include/ATen/native/cpu/avx_mathfun.h' 2024-04-03T17:09:45.9410700Z adding 'torch/include/ATen/native/cpu/int_mm_kernel.h' 2024-04-03T17:09:45.9412939Z adding 'torch/include/ATen/native/cpu/mixed_data_type.h' 2024-04-03T17:09:45.9416427Z adding 'torch/include/ATen/native/cpu/moments_utils.h' 2024-04-03T17:09:45.9420270Z adding 'torch/include/ATen/native/cpu/utils.h' 2024-04-03T17:09:45.9423401Z adding 'torch/include/ATen/native/cpu/zmath.h' 2024-04-03T17:09:45.9426529Z adding 'torch/include/ATen/native/cuda/Activation.h' 2024-04-03T17:09:45.9428904Z adding 'torch/include/ATen/native/cuda/BinaryInternal.h' 2024-04-03T17:09:45.9433192Z adding 'torch/include/ATen/native/cuda/CUDAJitLoops.cuh' 2024-04-03T17:09:45.9437741Z adding 'torch/include/ATen/native/cuda/CUDALoops.cuh' 2024-04-03T17:09:45.9440404Z adding 'torch/include/ATen/native/cuda/CompositeRandomAccessor.h' 2024-04-03T17:09:45.9442301Z adding 'torch/include/ATen/native/cuda/Copy.h' 2024-04-03T17:09:45.9449075Z adding 'torch/include/ATen/native/cuda/CuFFTPlanCache.h' 2024-04-03T17:09:45.9451832Z adding 'torch/include/ATen/native/cuda/CuFFTUtils.h' 2024-04-03T17:09:45.9454020Z adding 'torch/include/ATen/native/cuda/DeviceSqrt.cuh' 2024-04-03T17:09:45.9461901Z adding 'torch/include/ATen/native/cuda/DistributionTemplates.h' 2024-04-03T17:09:45.9464683Z adding 'torch/include/ATen/native/cuda/Distributions.h' 2024-04-03T17:09:45.9466902Z adding 'torch/include/ATen/native/cuda/EmbeddingBackwardKernel.cuh' 2024-04-03T17:09:45.9471080Z adding 'torch/include/ATen/native/cuda/ForeachFunctors.cuh' 2024-04-03T17:09:45.9473842Z adding 'torch/include/ATen/native/cuda/ForeachMinMaxFunctors.cuh' 2024-04-03T17:09:45.9477632Z adding 'torch/include/ATen/native/cuda/GridSampler.cuh' 2024-04-03T17:09:45.9480160Z adding 'torch/include/ATen/native/cuda/GridSampler.h' 2024-04-03T17:09:45.9482234Z adding 'torch/include/ATen/native/cuda/IndexKernel.h' 2024-04-03T17:09:45.9485969Z adding 'torch/include/ATen/native/cuda/JitLoops.cuh' 2024-04-03T17:09:45.9488978Z adding 'torch/include/ATen/native/cuda/KernelUtils.cuh' 2024-04-03T17:09:45.9491277Z adding 'torch/include/ATen/native/cuda/LaunchUtils.h' 2024-04-03T17:09:45.9495334Z adding 'torch/include/ATen/native/cuda/Loops.cuh' 2024-04-03T17:09:45.9528183Z adding 'torch/include/ATen/native/cuda/Math.cuh' 2024-04-03T17:09:45.9534969Z adding 'torch/include/ATen/native/cuda/MemoryAccess.cuh' 2024-04-03T17:09:45.9537970Z adding 'torch/include/ATen/native/cuda/MiscUtils.h' 2024-04-03T17:09:45.9542922Z adding 'torch/include/ATen/native/cuda/MultiTensorApply.cuh' 2024-04-03T17:09:45.9559558Z adding 'torch/include/ATen/native/cuda/Normalization.cuh' 2024-04-03T17:09:45.9565938Z adding 'torch/include/ATen/native/cuda/PersistentSoftmax.cuh' 2024-04-03T17:09:45.9569127Z adding 'torch/include/ATen/native/cuda/Pow.cuh' 2024-04-03T17:09:45.9571552Z adding 'torch/include/ATen/native/cuda/Randperm.cuh' 2024-04-03T17:09:45.9586490Z adding 'torch/include/ATen/native/cuda/Reduce.cuh' 2024-04-03T17:09:45.9589538Z adding 'torch/include/ATen/native/cuda/ReduceOps.h' 2024-04-03T17:09:45.9591980Z adding 'torch/include/ATen/native/cuda/Resize.h' 2024-04-03T17:09:45.9594151Z adding 'torch/include/ATen/native/cuda/ScanKernels.h' 2024-04-03T17:09:45.9599740Z adding 'torch/include/ATen/native/cuda/ScanUtils.cuh' 2024-04-03T17:09:45.9602316Z adding 'torch/include/ATen/native/cuda/Sort.h' 2024-04-03T17:09:45.9604347Z adding 'torch/include/ATen/native/cuda/SortStable.h' 2024-04-03T17:09:45.9608711Z adding 'torch/include/ATen/native/cuda/SortUtils.cuh' 2024-04-03T17:09:45.9611069Z adding 'torch/include/ATen/native/cuda/Sorting.h' 2024-04-03T17:09:45.9614232Z adding 'torch/include/ATen/native/cuda/SortingCommon.cuh' 2024-04-03T17:09:45.9619461Z adding 'torch/include/ATen/native/cuda/SortingRadixSelect.cuh' 2024-04-03T17:09:45.9625827Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.cuh' 2024-04-03T17:09:45.9628049Z adding 'torch/include/ATen/native/cuda/TensorModeKernel.h' 2024-04-03T17:09:45.9630009Z adding 'torch/include/ATen/native/cuda/TensorTopK.h' 2024-04-03T17:09:45.9632117Z adding 'torch/include/ATen/native/cuda/UniqueCub.cuh' 2024-04-03T17:09:45.9636395Z adding 'torch/include/ATen/native/cuda/UpSample.cuh' 2024-04-03T17:09:45.9639237Z adding 'torch/include/ATen/native/cuda/block_reduce.cuh' 2024-04-03T17:09:45.9641649Z adding 'torch/include/ATen/native/cuda/fused_adam_amsgrad_impl.cuh' 2024-04-03T17:09:45.9643906Z adding 'torch/include/ATen/native/cuda/fused_adam_impl.cuh' 2024-04-03T17:09:45.9647478Z adding 'torch/include/ATen/native/cuda/fused_adam_utils.cuh' 2024-04-03T17:09:45.9649918Z adding 'torch/include/ATen/native/cuda/fused_adamw_amsgrad_impl.cuh' 2024-04-03T17:09:45.9651949Z adding 'torch/include/ATen/native/cuda/fused_adamw_impl.cuh' 2024-04-03T17:09:45.9655487Z adding 'torch/include/ATen/native/cuda/im2col.cuh' 2024-04-03T17:09:45.9659455Z adding 'torch/include/ATen/native/cuda/jit_utils.h' 2024-04-03T17:09:45.9666497Z adding 'torch/include/ATen/native/cuda/reduction_template.cuh' 2024-04-03T17:09:45.9669298Z adding 'torch/include/ATen/native/cuda/thread_constants.h' 2024-04-03T17:09:45.9673051Z adding 'torch/include/ATen/native/cuda/vol2col.cuh' 2024-04-03T17:09:45.9676266Z adding 'torch/include/ATen/native/hip/Activation.h' 2024-04-03T17:09:45.9678672Z adding 'torch/include/ATen/native/hip/BinaryInternal.h' 2024-04-03T17:09:45.9680984Z adding 'torch/include/ATen/native/hip/CompositeRandomAccessor.h' 2024-04-03T17:09:45.9682925Z adding 'torch/include/ATen/native/hip/Copy.h' 2024-04-03T17:09:45.9689597Z adding 'torch/include/ATen/native/hip/CuFFTPlanCache.h' 2024-04-03T17:09:45.9692485Z adding 'torch/include/ATen/native/hip/CuFFTUtils.h' 2024-04-03T17:09:45.9694678Z adding 'torch/include/ATen/native/hip/DeviceSqrt.cuh' 2024-04-03T17:09:45.9703400Z adding 'torch/include/ATen/native/hip/DistributionTemplates.h' 2024-04-03T17:09:45.9706180Z adding 'torch/include/ATen/native/hip/Distributions.h' 2024-04-03T17:09:45.9708797Z adding 'torch/include/ATen/native/hip/EmbeddingBackwardKernel.cuh' 2024-04-03T17:09:45.9713776Z adding 'torch/include/ATen/native/hip/ForeachFunctors.cuh' 2024-04-03T17:09:45.9717002Z adding 'torch/include/ATen/native/hip/ForeachMinMaxFunctors.cuh' 2024-04-03T17:09:45.9721362Z adding 'torch/include/ATen/native/hip/GridSampler.cuh' 2024-04-03T17:09:45.9724010Z adding 'torch/include/ATen/native/hip/GridSampler.h' 2024-04-03T17:09:45.9728963Z adding 'torch/include/ATen/native/hip/HIPJitLoops.cuh' 2024-04-03T17:09:45.9733759Z adding 'torch/include/ATen/native/hip/HIPLoops.cuh' 2024-04-03T17:09:45.9736015Z adding 'torch/include/ATen/native/hip/IndexKernel.h' 2024-04-03T17:09:45.9740888Z adding 'torch/include/ATen/native/hip/JitLoops.cuh' 2024-04-03T17:09:45.9743996Z adding 'torch/include/ATen/native/hip/KernelUtils.cuh' 2024-04-03T17:09:45.9746361Z adding 'torch/include/ATen/native/hip/LaunchUtils.h' 2024-04-03T17:09:45.9751211Z adding 'torch/include/ATen/native/hip/Loops.cuh' 2024-04-03T17:09:45.9783714Z adding 'torch/include/ATen/native/hip/Math.cuh' 2024-04-03T17:09:45.9791934Z adding 'torch/include/ATen/native/hip/MemoryAccess.cuh' 2024-04-03T17:09:45.9794577Z adding 'torch/include/ATen/native/hip/MiscUtils.h' 2024-04-03T17:09:45.9799818Z adding 'torch/include/ATen/native/hip/MultiTensorApply.cuh' 2024-04-03T17:09:45.9816715Z adding 'torch/include/ATen/native/hip/Normalization.cuh' 2024-04-03T17:09:45.9824284Z adding 'torch/include/ATen/native/hip/PersistentSoftmax.cuh' 2024-04-03T17:09:45.9826816Z adding 'torch/include/ATen/native/hip/Pow.cuh' 2024-04-03T17:09:45.9830243Z adding 'torch/include/ATen/native/hip/Randperm.cuh' 2024-04-03T17:09:45.9845080Z adding 'torch/include/ATen/native/hip/Reduce.cuh' 2024-04-03T17:09:45.9848743Z adding 'torch/include/ATen/native/hip/ReduceOps.h' 2024-04-03T17:09:45.9851417Z adding 'torch/include/ATen/native/hip/Resize.h' 2024-04-03T17:09:45.9853766Z adding 'torch/include/ATen/native/hip/ScanKernels.h' 2024-04-03T17:09:45.9860507Z adding 'torch/include/ATen/native/hip/ScanUtils.cuh' 2024-04-03T17:09:45.9863099Z adding 'torch/include/ATen/native/hip/Sort.h' 2024-04-03T17:09:45.9865479Z adding 'torch/include/ATen/native/hip/SortStable.h' 2024-04-03T17:09:45.9870887Z adding 'torch/include/ATen/native/hip/SortUtils.cuh' 2024-04-03T17:09:45.9872729Z adding 'torch/include/ATen/native/hip/Sorting.h' 2024-04-03T17:09:45.9876906Z adding 'torch/include/ATen/native/hip/SortingCommon.cuh' 2024-04-03T17:09:45.9882260Z adding 'torch/include/ATen/native/hip/SortingRadixSelect.cuh' 2024-04-03T17:09:45.9889185Z adding 'torch/include/ATen/native/hip/TensorModeKernel.cuh' 2024-04-03T17:09:45.9891082Z adding 'torch/include/ATen/native/hip/TensorModeKernel.h' 2024-04-03T17:09:45.9893851Z adding 'torch/include/ATen/native/hip/TensorTopK.h' 2024-04-03T17:09:45.9895944Z adding 'torch/include/ATen/native/hip/UniqueCub.cuh' 2024-04-03T17:09:45.9900625Z adding 'torch/include/ATen/native/hip/UpSample.cuh' 2024-04-03T17:09:45.9903506Z adding 'torch/include/ATen/native/hip/block_reduce.cuh' 2024-04-03T17:09:45.9905752Z adding 'torch/include/ATen/native/hip/fused_adam_amsgrad_impl.cuh' 2024-04-03T17:09:45.9907802Z adding 'torch/include/ATen/native/hip/fused_adam_impl.cuh' 2024-04-03T17:09:45.9911531Z adding 'torch/include/ATen/native/hip/fused_adam_utils.cuh' 2024-04-03T17:09:45.9913634Z adding 'torch/include/ATen/native/hip/fused_adamw_amsgrad_impl.cuh' 2024-04-03T17:09:45.9915532Z adding 'torch/include/ATen/native/hip/fused_adamw_impl.cuh' 2024-04-03T17:09:45.9919134Z adding 'torch/include/ATen/native/hip/im2col.cuh' 2024-04-03T17:09:45.9922675Z adding 'torch/include/ATen/native/hip/jit_utils.h' 2024-04-03T17:09:45.9929421Z adding 'torch/include/ATen/native/hip/reduction_template.cuh' 2024-04-03T17:09:45.9932174Z adding 'torch/include/ATen/native/hip/thread_constants.h' 2024-04-03T17:09:45.9935965Z adding 'torch/include/ATen/native/hip/vol2col.cuh' 2024-04-03T17:09:45.9939111Z adding 'torch/include/ATen/native/mps/Copy.h' 2024-04-03T17:09:45.9941638Z adding 'torch/include/ATen/native/mps/MPSGraphSonomaOps.h' 2024-04-03T17:09:45.9944971Z adding 'torch/include/ATen/native/mps/MPSGraphVenturaOps.h' 2024-04-03T17:09:45.9950302Z adding 'torch/include/ATen/native/mps/OperationUtils.h' 2024-04-03T17:09:45.9952748Z adding 'torch/include/ATen/native/mps/TensorFactory.h' 2024-04-03T17:09:45.9955193Z adding 'torch/include/ATen/native/mps/UnaryConstants.h' 2024-04-03T17:09:45.9957815Z adding 'torch/include/ATen/native/nested/NestedTensorBinaryOps.h' 2024-04-03T17:09:45.9959679Z adding 'torch/include/ATen/native/nested/NestedTensorFactories.h' 2024-04-03T17:09:45.9962141Z adding 'torch/include/ATen/native/nested/NestedTensorMath.h' 2024-04-03T17:09:45.9965066Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerFunctions.h' 2024-04-03T17:09:45.9967211Z adding 'torch/include/ATen/native/nested/NestedTensorTransformerUtils.h' 2024-04-03T17:09:45.9972357Z adding 'torch/include/ATen/native/nested/NestedTensorUtils.h' 2024-04-03T17:09:45.9975852Z adding 'torch/include/ATen/native/quantized/AffineQuantizer.h' 2024-04-03T17:09:45.9978523Z adding 'torch/include/ATen/native/quantized/AffineQuantizerBase.h' 2024-04-03T17:09:45.9980697Z adding 'torch/include/ATen/native/quantized/ConvUtils.h' 2024-04-03T17:09:45.9982728Z adding 'torch/include/ATen/native/quantized/Copy.h' 2024-04-03T17:09:45.9985150Z adding 'torch/include/ATen/native/quantized/FakeQuantAffine.h' 2024-04-03T17:09:45.9987124Z adding 'torch/include/ATen/native/quantized/IndexKernel.h' 2024-04-03T17:09:45.9989651Z adding 'torch/include/ATen/native/quantized/PackedParams.h' 2024-04-03T17:09:45.9992140Z adding 'torch/include/ATen/native/quantized/cpu/BinaryOps.h' 2024-04-03T17:09:45.9994534Z adding 'torch/include/ATen/native/quantized/cpu/EmbeddingPackedParams.h' 2024-04-03T17:09:45.9998787Z adding 'torch/include/ATen/native/quantized/cpu/OnednnUtils.h' 2024-04-03T17:09:46.0004622Z adding 'torch/include/ATen/native/quantized/cpu/QnnpackUtils.h' 2024-04-03T17:09:46.0009156Z adding 'torch/include/ATen/native/quantized/cpu/QuantUtils.h' 2024-04-03T17:09:46.0012532Z adding 'torch/include/ATen/native/quantized/cpu/QuantizedOps.h' 2024-04-03T17:09:46.0014808Z adding 'torch/include/ATen/native/quantized/cpu/RuyUtils.h' 2024-04-03T17:09:46.0019337Z adding 'torch/include/ATen/native/quantized/cpu/XnnpackUtils.h' 2024-04-03T17:09:46.0024263Z adding 'torch/include/ATen/native/quantized/cpu/conv_serialization.h' 2024-04-03T17:09:46.0028249Z adding 'torch/include/ATen/native/quantized/cpu/fbgemm_utils.h' 2024-04-03T17:09:46.0030526Z adding 'torch/include/ATen/native/quantized/cpu/init_qnnpack.h' 2024-04-03T17:09:46.0032661Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag.h' 2024-04-03T17:09:46.0034780Z adding 'torch/include/ATen/native/quantized/cpu/qembeddingbag_prepack.h' 2024-04-03T17:09:46.0037106Z adding 'torch/include/ATen/native/utils/Factory.h' 2024-04-03T17:09:46.0039976Z adding 'torch/include/ATen/native/utils/ParamUtils.h' 2024-04-03T17:09:46.0041782Z adding 'torch/include/ATen/native/utils/ParamsHash.h' 2024-04-03T17:09:46.0088538Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d.h' 2024-04-03T17:09:46.0090826Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward.h' 2024-04-03T17:09:46.0093383Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0095274Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.0097990Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.0100668Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_native.h' 2024-04-03T17:09:46.0102828Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_backward_ops.h' 2024-04-03T17:09:46.0104984Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0107004Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cpu_dispatch.h' 2024-04-03T17:09:46.0109139Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_cuda_dispatch.h' 2024-04-03T17:09:46.0111265Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_native.h' 2024-04-03T17:09:46.0113529Z adding 'torch/include/ATen/ops/_adaptive_avg_pool2d_ops.h' 2024-04-03T17:09:46.0115919Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d.h' 2024-04-03T17:09:46.0118253Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward.h' 2024-04-03T17:09:46.0120904Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0122819Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.0124856Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.0127048Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_native.h' 2024-04-03T17:09:46.0129326Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_backward_ops.h' 2024-04-03T17:09:46.0131798Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0133760Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cpu_dispatch.h' 2024-04-03T17:09:46.0135932Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_cuda_dispatch.h' 2024-04-03T17:09:46.0138151Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_native.h' 2024-04-03T17:09:46.0140569Z adding 'torch/include/ATen/ops/_adaptive_avg_pool3d_ops.h' 2024-04-03T17:09:46.0142684Z adding 'torch/include/ATen/ops/_add_batch_dim.h' 2024-04-03T17:09:46.0145143Z adding 'torch/include/ATen/ops/_add_batch_dim_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0147103Z adding 'torch/include/ATen/ops/_add_batch_dim_native.h' 2024-04-03T17:09:46.0149264Z adding 'torch/include/ATen/ops/_add_batch_dim_ops.h' 2024-04-03T17:09:46.0151567Z adding 'torch/include/ATen/ops/_add_relu.h' 2024-04-03T17:09:46.0154064Z adding 'torch/include/ATen/ops/_add_relu_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0156095Z adding 'torch/include/ATen/ops/_add_relu_cpu_dispatch.h' 2024-04-03T17:09:46.0158299Z adding 'torch/include/ATen/ops/_add_relu_meta_dispatch.h' 2024-04-03T17:09:46.0160425Z adding 'torch/include/ATen/ops/_add_relu_native.h' 2024-04-03T17:09:46.0163033Z adding 'torch/include/ATen/ops/_add_relu_ops.h' 2024-04-03T17:09:46.0165488Z adding 'torch/include/ATen/ops/_addmm_activation.h' 2024-04-03T17:09:46.0168009Z adding 'torch/include/ATen/ops/_addmm_activation_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.0170067Z adding 'torch/include/ATen/ops/_addmm_activation_cpu_dispatch.h' 2024-04-03T17:09:46.0172194Z adding 'torch/include/ATen/ops/_addmm_activation_cuda_dispatch.h' 2024-04-03T17:09:46.0174280Z adding 'torch/include/ATen/ops/_addmm_activation_meta.h' 2024-04-03T17:09:46.0176631Z adding 'torch/include/ATen/ops/_addmm_activation_meta_dispatch.h' 2024-04-03T17:09:46.0178927Z adding 'torch/include/ATen/ops/_addmm_activation_native.h' 2024-04-03T17:09:46.0182057Z adding 'torch/include/ATen/ops/_addmm_activation_ops.h' 2024-04-03T17:09:46.0184304Z adding 'torch/include/ATen/ops/_aminmax.h' 2024-04-03T17:09:46.0186467Z adding 'torch/include/ATen/ops/_aminmax_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0188837Z adding 'torch/include/ATen/ops/_aminmax_cpu_dispatch.h' 2024-04-03T17:09:46.0190985Z adding 'torch/include/ATen/ops/_aminmax_cuda_dispatch.h' 2024-04-03T17:09:46.0193006Z adding 'torch/include/ATen/ops/_aminmax_native.h' 2024-04-03T17:09:46.0195521Z adding 'torch/include/ATen/ops/_aminmax_ops.h' 2024-04-03T17:09:46.0198225Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale.h' 2024-04-03T17:09:46.0200813Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0203001Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cpu_dispatch.h' 2024-04-03T17:09:46.0205409Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_cuda_dispatch.h' 2024-04-03T17:09:46.0207623Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_native.h' 2024-04-03T17:09:46.0210210Z adding 'torch/include/ATen/ops/_amp_foreach_non_finite_check_and_unscale_ops.h' 2024-04-03T17:09:46.0212319Z adding 'torch/include/ATen/ops/_amp_update_scale.h' 2024-04-03T17:09:46.0214965Z adding 'torch/include/ATen/ops/_amp_update_scale_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0217039Z adding 'torch/include/ATen/ops/_amp_update_scale_cpu_dispatch.h' 2024-04-03T17:09:46.0219360Z adding 'torch/include/ATen/ops/_amp_update_scale_cuda_dispatch.h' 2024-04-03T17:09:46.0221717Z adding 'torch/include/ATen/ops/_amp_update_scale_meta_dispatch.h' 2024-04-03T17:09:46.0224024Z adding 'torch/include/ATen/ops/_amp_update_scale_native.h' 2024-04-03T17:09:46.0226397Z adding 'torch/include/ATen/ops/_amp_update_scale_ops.h' 2024-04-03T17:09:46.0228616Z adding 'torch/include/ATen/ops/_assert_async.h' 2024-04-03T17:09:46.0231389Z adding 'torch/include/ATen/ops/_assert_async_cpu_dispatch.h' 2024-04-03T17:09:46.0233389Z adding 'torch/include/ATen/ops/_assert_async_cuda_dispatch.h' 2024-04-03T17:09:46.0235489Z adding 'torch/include/ATen/ops/_assert_async_native.h' 2024-04-03T17:09:46.0237766Z adding 'torch/include/ATen/ops/_assert_async_ops.h' 2024-04-03T17:09:46.0239964Z adding 'torch/include/ATen/ops/_assert_scalar.h' 2024-04-03T17:09:46.0242430Z adding 'torch/include/ATen/ops/_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0244387Z adding 'torch/include/ATen/ops/_assert_scalar_native.h' 2024-04-03T17:09:46.0246714Z adding 'torch/include/ATen/ops/_assert_scalar_ops.h' 2024-04-03T17:09:46.0249097Z adding 'torch/include/ATen/ops/_assert_tensor_metadata.h' 2024-04-03T17:09:46.0251626Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0253656Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_native.h' 2024-04-03T17:09:46.0255987Z adding 'torch/include/ATen/ops/_assert_tensor_metadata_ops.h' 2024-04-03T17:09:46.0258240Z adding 'torch/include/ATen/ops/_autocast_to_full_precision.h' 2024-04-03T17:09:46.0260914Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0262974Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_native.h' 2024-04-03T17:09:46.0265299Z adding 'torch/include/ATen/ops/_autocast_to_full_precision_ops.h' 2024-04-03T17:09:46.0267349Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision.h' 2024-04-03T17:09:46.0269772Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0271820Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_native.h' 2024-04-03T17:09:46.0274056Z adding 'torch/include/ATen/ops/_autocast_to_reduced_precision_ops.h' 2024-04-03T17:09:46.0276034Z adding 'torch/include/ATen/ops/_backward.h' 2024-04-03T17:09:46.0278422Z adding 'torch/include/ATen/ops/_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0280320Z adding 'torch/include/ATen/ops/_backward_native.h' 2024-04-03T17:09:46.0282583Z adding 'torch/include/ATen/ops/_backward_ops.h' 2024-04-03T17:09:46.0285022Z adding 'torch/include/ATen/ops/_batch_norm_impl_index.h' 2024-04-03T17:09:46.0287554Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward.h' 2024-04-03T17:09:46.0290026Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0292348Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_native.h' 2024-04-03T17:09:46.0294675Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_backward_ops.h' 2024-04-03T17:09:46.0297247Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0299464Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_native.h' 2024-04-03T17:09:46.0301989Z adding 'torch/include/ATen/ops/_batch_norm_impl_index_ops.h' 2024-04-03T17:09:46.0304439Z adding 'torch/include/ATen/ops/_batch_norm_no_update.h' 2024-04-03T17:09:46.0307940Z adding 'torch/include/ATen/ops/_batch_norm_no_update_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0309258Z adding 'torch/include/ATen/ops/_batch_norm_no_update_native.h' 2024-04-03T17:09:46.0311836Z adding 'torch/include/ATen/ops/_batch_norm_no_update_ops.h' 2024-04-03T17:09:46.0317709Z adding 'torch/include/ATen/ops/_batch_norm_with_update.h' 2024-04-03T17:09:46.0320510Z adding 'torch/include/ATen/ops/_batch_norm_with_update_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0322647Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cpu_dispatch.h' 2024-04-03T17:09:46.0325025Z adding 'torch/include/ATen/ops/_batch_norm_with_update_cuda_dispatch.h' 2024-04-03T17:09:46.0327388Z adding 'torch/include/ATen/ops/_batch_norm_with_update_native.h' 2024-04-03T17:09:46.0330067Z adding 'torch/include/ATen/ops/_batch_norm_with_update_ops.h' 2024-04-03T17:09:46.0332273Z adding 'torch/include/ATen/ops/_cast_Byte.h' 2024-04-03T17:09:46.0334688Z adding 'torch/include/ATen/ops/_cast_Byte_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0336847Z adding 'torch/include/ATen/ops/_cast_Byte_native.h' 2024-04-03T17:09:46.0339250Z adding 'torch/include/ATen/ops/_cast_Byte_ops.h' 2024-04-03T17:09:46.0341708Z adding 'torch/include/ATen/ops/_cast_Char.h' 2024-04-03T17:09:46.0343804Z adding 'torch/include/ATen/ops/_cast_Char_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0345703Z adding 'torch/include/ATen/ops/_cast_Char_native.h' 2024-04-03T17:09:46.0348158Z adding 'torch/include/ATen/ops/_cast_Char_ops.h' 2024-04-03T17:09:46.0350150Z adding 'torch/include/ATen/ops/_cast_Double.h' 2024-04-03T17:09:46.0352725Z adding 'torch/include/ATen/ops/_cast_Double_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0354012Z adding 'torch/include/ATen/ops/_cast_Double_native.h' 2024-04-03T17:09:46.0356103Z adding 'torch/include/ATen/ops/_cast_Double_ops.h' 2024-04-03T17:09:46.0358080Z adding 'torch/include/ATen/ops/_cast_Float.h' 2024-04-03T17:09:46.0360357Z adding 'torch/include/ATen/ops/_cast_Float_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0362132Z adding 'torch/include/ATen/ops/_cast_Float_native.h' 2024-04-03T17:09:46.0364136Z adding 'torch/include/ATen/ops/_cast_Float_ops.h' 2024-04-03T17:09:46.0366145Z adding 'torch/include/ATen/ops/_cast_Half.h' 2024-04-03T17:09:46.0368533Z adding 'torch/include/ATen/ops/_cast_Half_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0370302Z adding 'torch/include/ATen/ops/_cast_Half_native.h' 2024-04-03T17:09:46.0372196Z adding 'torch/include/ATen/ops/_cast_Half_ops.h' 2024-04-03T17:09:46.0374068Z adding 'torch/include/ATen/ops/_cast_Int.h' 2024-04-03T17:09:46.0376297Z adding 'torch/include/ATen/ops/_cast_Int_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0378069Z adding 'torch/include/ATen/ops/_cast_Int_native.h' 2024-04-03T17:09:46.0380338Z adding 'torch/include/ATen/ops/_cast_Int_ops.h' 2024-04-03T17:09:46.0382612Z adding 'torch/include/ATen/ops/_cast_Long.h' 2024-04-03T17:09:46.0384614Z adding 'torch/include/ATen/ops/_cast_Long_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0386311Z adding 'torch/include/ATen/ops/_cast_Long_native.h' 2024-04-03T17:09:46.0388135Z adding 'torch/include/ATen/ops/_cast_Long_ops.h' 2024-04-03T17:09:46.0390133Z adding 'torch/include/ATen/ops/_cast_Short.h' 2024-04-03T17:09:46.0392281Z adding 'torch/include/ATen/ops/_cast_Short_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0393848Z adding 'torch/include/ATen/ops/_cast_Short_native.h' 2024-04-03T17:09:46.0395651Z adding 'torch/include/ATen/ops/_cast_Short_ops.h' 2024-04-03T17:09:46.0397448Z adding 'torch/include/ATen/ops/_cdist_backward.h' 2024-04-03T17:09:46.0399617Z adding 'torch/include/ATen/ops/_cdist_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0401008Z adding 'torch/include/ATen/ops/_cdist_backward_cpu_dispatch.h' 2024-04-03T17:09:46.0402910Z adding 'torch/include/ATen/ops/_cdist_backward_cuda_dispatch.h' 2024-04-03T17:09:46.0404732Z adding 'torch/include/ATen/ops/_cdist_backward_native.h' 2024-04-03T17:09:46.0406758Z adding 'torch/include/ATen/ops/_cdist_backward_ops.h' 2024-04-03T17:09:46.0408635Z adding 'torch/include/ATen/ops/_cdist_forward.h' 2024-04-03T17:09:46.0410788Z adding 'torch/include/ATen/ops/_cdist_forward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0412767Z adding 'torch/include/ATen/ops/_cdist_forward_cpu_dispatch.h' 2024-04-03T17:09:46.0414591Z adding 'torch/include/ATen/ops/_cdist_forward_cuda_dispatch.h' 2024-04-03T17:09:46.0416401Z adding 'torch/include/ATen/ops/_cdist_forward_native.h' 2024-04-03T17:09:46.0418582Z adding 'torch/include/ATen/ops/_cdist_forward_ops.h' 2024-04-03T17:09:46.0420500Z adding 'torch/include/ATen/ops/_cholesky_solve_helper.h' 2024-04-03T17:09:46.0422934Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0424366Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cpu_dispatch.h' 2024-04-03T17:09:46.0426298Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_cuda_dispatch.h' 2024-04-03T17:09:46.0427933Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_native.h' 2024-04-03T17:09:46.0429972Z adding 'torch/include/ATen/ops/_cholesky_solve_helper_ops.h' 2024-04-03T17:09:46.0431893Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor.h' 2024-04-03T17:09:46.0434192Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0435552Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_native.h' 2024-04-03T17:09:46.0437631Z adding 'torch/include/ATen/ops/_choose_qparams_per_tensor_ops.h' 2024-04-03T17:09:46.0439439Z adding 'torch/include/ATen/ops/_chunk_cat.h' 2024-04-03T17:09:46.0441598Z adding 'torch/include/ATen/ops/_chunk_cat_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0443210Z adding 'torch/include/ATen/ops/_chunk_cat_cuda_dispatch.h' 2024-04-03T17:09:46.0445141Z adding 'torch/include/ATen/ops/_chunk_cat_native.h' 2024-04-03T17:09:46.0447135Z adding 'torch/include/ATen/ops/_chunk_cat_ops.h' 2024-04-03T17:09:46.0449018Z adding 'torch/include/ATen/ops/_coalesce.h' 2024-04-03T17:09:46.0451109Z adding 'torch/include/ATen/ops/_coalesce_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0452692Z adding 'torch/include/ATen/ops/_coalesce_native.h' 2024-04-03T17:09:46.0454868Z adding 'torch/include/ATen/ops/_coalesce_ops.h' 2024-04-03T17:09:46.0456723Z adding 'torch/include/ATen/ops/_coalesced.h' 2024-04-03T17:09:46.0459328Z adding 'torch/include/ATen/ops/_coalesced_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0460726Z adding 'torch/include/ATen/ops/_coalesced_meta_dispatch.h' 2024-04-03T17:09:46.0462662Z adding 'torch/include/ATen/ops/_coalesced_native.h' 2024-04-03T17:09:46.0464654Z adding 'torch/include/ATen/ops/_coalesced_ops.h' 2024-04-03T17:09:46.0466907Z adding 'torch/include/ATen/ops/_compute_linear_combination.h' 2024-04-03T17:09:46.0468764Z adding 'torch/include/ATen/ops/_compute_linear_combination_cpu_dispatch.h' 2024-04-03T17:09:46.0470748Z adding 'torch/include/ATen/ops/_compute_linear_combination_cuda_dispatch.h' 2024-04-03T17:09:46.0472394Z adding 'torch/include/ATen/ops/_compute_linear_combination_native.h' 2024-04-03T17:09:46.0474708Z adding 'torch/include/ATen/ops/_compute_linear_combination_ops.h' 2024-04-03T17:09:46.0476233Z adding 'torch/include/ATen/ops/_conj.h' 2024-04-03T17:09:46.0478385Z adding 'torch/include/ATen/ops/_conj_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0480006Z adding 'torch/include/ATen/ops/_conj_copy.h' 2024-04-03T17:09:46.0482106Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0484039Z adding 'torch/include/ATen/ops/_conj_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.0485433Z adding 'torch/include/ATen/ops/_conj_copy_native.h' 2024-04-03T17:09:46.0487507Z adding 'torch/include/ATen/ops/_conj_copy_ops.h' 2024-04-03T17:09:46.0489328Z adding 'torch/include/ATen/ops/_conj_native.h' 2024-04-03T17:09:46.0491176Z adding 'torch/include/ATen/ops/_conj_ops.h' 2024-04-03T17:09:46.0493117Z adding 'torch/include/ATen/ops/_conj_physical.h' 2024-04-03T17:09:46.0495242Z adding 'torch/include/ATen/ops/_conj_physical_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0496836Z adding 'torch/include/ATen/ops/_conj_physical_native.h' 2024-04-03T17:09:46.0499184Z adding 'torch/include/ATen/ops/_conj_physical_ops.h' 2024-04-03T17:09:46.0501508Z adding 'torch/include/ATen/ops/_conv_depthwise2d.h' 2024-04-03T17:09:46.0503864Z adding 'torch/include/ATen/ops/_conv_depthwise2d_cuda_dispatch.h' 2024-04-03T17:09:46.0505705Z adding 'torch/include/ATen/ops/_conv_depthwise2d_native.h' 2024-04-03T17:09:46.0507918Z adding 'torch/include/ATen/ops/_conv_depthwise2d_ops.h' 2024-04-03T17:09:46.0510186Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr.h' 2024-04-03T17:09:46.0512789Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.0514288Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cpu_dispatch.h' 2024-04-03T17:09:46.0516563Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_cuda_dispatch.h' 2024-04-03T17:09:46.0518409Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta.h' 2024-04-03T17:09:46.0520572Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_meta_dispatch.h' 2024-04-03T17:09:46.0522477Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_native.h' 2024-04-03T17:09:46.0524630Z adding 'torch/include/ATen/ops/_convert_indices_from_coo_to_csr_ops.h' 2024-04-03T17:09:46.0526717Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo.h' 2024-04-03T17:09:46.0529213Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.0530937Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cpu_dispatch.h' 2024-04-03T17:09:46.0533202Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_cuda_dispatch.h' 2024-04-03T17:09:46.0535540Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta.h' 2024-04-03T17:09:46.0537336Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_meta_dispatch.h' 2024-04-03T17:09:46.0540412Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_native.h' 2024-04-03T17:09:46.0542214Z adding 'torch/include/ATen/ops/_convert_indices_from_csr_to_coo_ops.h' 2024-04-03T17:09:46.0544078Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack.h' 2024-04-03T17:09:46.0546059Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cpu_dispatch.h' 2024-04-03T17:09:46.0547969Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_cuda_dispatch.h' 2024-04-03T17:09:46.0549895Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_native.h' 2024-04-03T17:09:46.0551801Z adding 'torch/include/ATen/ops/_convert_weight_to_int4pack_ops.h' 2024-04-03T17:09:46.0554397Z adding 'torch/include/ATen/ops/_convolution.h' 2024-04-03T17:09:46.0557199Z adding 'torch/include/ATen/ops/_convolution_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0559079Z adding 'torch/include/ATen/ops/_convolution_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0561361Z adding 'torch/include/ATen/ops/_convolution_double_backward.h' 2024-04-03T17:09:46.0563516Z adding 'torch/include/ATen/ops/_convolution_double_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0565020Z adding 'torch/include/ATen/ops/_convolution_double_backward_native.h' 2024-04-03T17:09:46.0567189Z adding 'torch/include/ATen/ops/_convolution_double_backward_ops.h' 2024-04-03T17:09:46.0569236Z adding 'torch/include/ATen/ops/_convolution_mode.h' 2024-04-03T17:09:46.0572611Z adding 'torch/include/ATen/ops/_convolution_mode_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0573672Z adding 'torch/include/ATen/ops/_convolution_mode_native.h' 2024-04-03T17:09:46.0575437Z adding 'torch/include/ATen/ops/_convolution_mode_ops.h' 2024-04-03T17:09:46.0577506Z adding 'torch/include/ATen/ops/_convolution_native.h' 2024-04-03T17:09:46.0580116Z adding 'torch/include/ATen/ops/_convolution_ops.h' 2024-04-03T17:09:46.0582408Z adding 'torch/include/ATen/ops/_copy_from.h' 2024-04-03T17:09:46.0584329Z adding 'torch/include/ATen/ops/_copy_from_and_resize.h' 2024-04-03T17:09:46.0586879Z adding 'torch/include/ATen/ops/_copy_from_and_resize_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0588310Z adding 'torch/include/ATen/ops/_copy_from_and_resize_native.h' 2024-04-03T17:09:46.0590740Z adding 'torch/include/ATen/ops/_copy_from_and_resize_ops.h' 2024-04-03T17:09:46.0592646Z adding 'torch/include/ATen/ops/_copy_from_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0593940Z adding 'torch/include/ATen/ops/_copy_from_native.h' 2024-04-03T17:09:46.0595985Z adding 'torch/include/ATen/ops/_copy_from_ops.h' 2024-04-03T17:09:46.0598045Z adding 'torch/include/ATen/ops/_cslt_compress.h' 2024-04-03T17:09:46.0599864Z adding 'torch/include/ATen/ops/_cslt_compress_cuda_dispatch.h' 2024-04-03T17:09:46.0601473Z adding 'torch/include/ATen/ops/_cslt_compress_native.h' 2024-04-03T17:09:46.0603073Z adding 'torch/include/ATen/ops/_cslt_compress_ops.h' 2024-04-03T17:09:46.0604943Z adding 'torch/include/ATen/ops/_cslt_sparse_mm.h' 2024-04-03T17:09:46.0606948Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_cuda_dispatch.h' 2024-04-03T17:09:46.0608721Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_native.h' 2024-04-03T17:09:46.0610674Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_ops.h' 2024-04-03T17:09:46.0612469Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search.h' 2024-04-03T17:09:46.0614649Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_cuda_dispatch.h' 2024-04-03T17:09:46.0616647Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_native.h' 2024-04-03T17:09:46.0618940Z adding 'torch/include/ATen/ops/_cslt_sparse_mm_search_ops.h' 2024-04-03T17:09:46.0621067Z adding 'torch/include/ATen/ops/_ctc_loss.h' 2024-04-03T17:09:46.0623435Z adding 'torch/include/ATen/ops/_ctc_loss_backward.h' 2024-04-03T17:09:46.0625841Z adding 'torch/include/ATen/ops/_ctc_loss_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0627720Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cpu_dispatch.h' 2024-04-03T17:09:46.0629846Z adding 'torch/include/ATen/ops/_ctc_loss_backward_cuda_dispatch.h' 2024-04-03T17:09:46.0631841Z adding 'torch/include/ATen/ops/_ctc_loss_backward_native.h' 2024-04-03T17:09:46.0634071Z adding 'torch/include/ATen/ops/_ctc_loss_backward_ops.h' 2024-04-03T17:09:46.0636474Z adding 'torch/include/ATen/ops/_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0638260Z adding 'torch/include/ATen/ops/_ctc_loss_cpu_dispatch.h' 2024-04-03T17:09:46.0640284Z adding 'torch/include/ATen/ops/_ctc_loss_cuda_dispatch.h' 2024-04-03T17:09:46.0642274Z adding 'torch/include/ATen/ops/_ctc_loss_meta_dispatch.h' 2024-04-03T17:09:46.0644222Z adding 'torch/include/ATen/ops/_ctc_loss_native.h' 2024-04-03T17:09:46.0646554Z adding 'torch/include/ATen/ops/_ctc_loss_ops.h' 2024-04-03T17:09:46.0648800Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss.h' 2024-04-03T17:09:46.0651217Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0653359Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_cuda_dispatch.h' 2024-04-03T17:09:46.0655016Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_native.h' 2024-04-03T17:09:46.0657381Z adding 'torch/include/ATen/ops/_cudnn_ctc_loss_ops.h' 2024-04-03T17:09:46.0659695Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state.h' 2024-04-03T17:09:46.0662015Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0663926Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_cuda_dispatch.h' 2024-04-03T17:09:46.0665907Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_native.h' 2024-04-03T17:09:46.0668305Z adding 'torch/include/ATen/ops/_cudnn_init_dropout_state_ops.h' 2024-04-03T17:09:46.0670655Z adding 'torch/include/ATen/ops/_cudnn_rnn.h' 2024-04-03T17:09:46.0674106Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward.h' 2024-04-03T17:09:46.0677001Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0679065Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_cuda_dispatch.h' 2024-04-03T17:09:46.0681166Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_native.h' 2024-04-03T17:09:46.0683751Z adding 'torch/include/ATen/ops/_cudnn_rnn_backward_ops.h' 2024-04-03T17:09:46.0686333Z adding 'torch/include/ATen/ops/_cudnn_rnn_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0688341Z adding 'torch/include/ATen/ops/_cudnn_rnn_cuda_dispatch.h' 2024-04-03T17:09:46.0690819Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight.h' 2024-04-03T17:09:46.0693495Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0695574Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_cuda_dispatch.h' 2024-04-03T17:09:46.0697539Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_native.h' 2024-04-03T17:09:46.0700022Z adding 'torch/include/ATen/ops/_cudnn_rnn_flatten_weight_ops.h' 2024-04-03T17:09:46.0702058Z adding 'torch/include/ATen/ops/_cudnn_rnn_native.h' 2024-04-03T17:09:46.0704561Z adding 'torch/include/ATen/ops/_cudnn_rnn_ops.h' 2024-04-03T17:09:46.0706676Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache.h' 2024-04-03T17:09:46.0709170Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0710622Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_native.h' 2024-04-03T17:09:46.0712728Z adding 'torch/include/ATen/ops/_cufft_clear_plan_cache_ops.h' 2024-04-03T17:09:46.0714803Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size.h' 2024-04-03T17:09:46.0717042Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0718728Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_native.h' 2024-04-03T17:09:46.0720852Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_max_size_ops.h' 2024-04-03T17:09:46.0722834Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size.h' 2024-04-03T17:09:46.0725050Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0726794Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_native.h' 2024-04-03T17:09:46.0728793Z adding 'torch/include/ATen/ops/_cufft_get_plan_cache_size_ops.h' 2024-04-03T17:09:46.0730783Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size.h' 2024-04-03T17:09:46.0733003Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0734690Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_native.h' 2024-04-03T17:09:46.0736873Z adding 'torch/include/ATen/ops/_cufft_set_plan_cache_max_size_ops.h' 2024-04-03T17:09:46.0739149Z adding 'torch/include/ATen/ops/_cummax_helper.h' 2024-04-03T17:09:46.0741331Z adding 'torch/include/ATen/ops/_cummax_helper_cpu_dispatch.h' 2024-04-03T17:09:46.0743127Z adding 'torch/include/ATen/ops/_cummax_helper_cuda_dispatch.h' 2024-04-03T17:09:46.0745249Z adding 'torch/include/ATen/ops/_cummax_helper_native.h' 2024-04-03T17:09:46.0747136Z adding 'torch/include/ATen/ops/_cummax_helper_ops.h' 2024-04-03T17:09:46.0748996Z adding 'torch/include/ATen/ops/_cummin_helper.h' 2024-04-03T17:09:46.0750880Z adding 'torch/include/ATen/ops/_cummin_helper_cpu_dispatch.h' 2024-04-03T17:09:46.0752658Z adding 'torch/include/ATen/ops/_cummin_helper_cuda_dispatch.h' 2024-04-03T17:09:46.0754351Z adding 'torch/include/ATen/ops/_cummin_helper_native.h' 2024-04-03T17:09:46.0756223Z adding 'torch/include/ATen/ops/_cummin_helper_ops.h' 2024-04-03T17:09:46.0758121Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap.h' 2024-04-03T17:09:46.0760216Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0761709Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_native.h' 2024-04-03T17:09:46.0763677Z adding 'torch/include/ATen/ops/_debug_has_internal_overlap_ops.h' 2024-04-03T17:09:46.0765387Z adding 'torch/include/ATen/ops/_dimI.h' 2024-04-03T17:09:46.0767135Z adding 'torch/include/ATen/ops/_dimI_native.h' 2024-04-03T17:09:46.0768973Z adding 'torch/include/ATen/ops/_dimI_ops.h' 2024-04-03T17:09:46.0770694Z adding 'torch/include/ATen/ops/_dimV.h' 2024-04-03T17:09:46.0772479Z adding 'torch/include/ATen/ops/_dimV_native.h' 2024-04-03T17:09:46.0774299Z adding 'torch/include/ATen/ops/_dimV_ops.h' 2024-04-03T17:09:46.0776302Z adding 'torch/include/ATen/ops/_dim_arange.h' 2024-04-03T17:09:46.0778640Z adding 'torch/include/ATen/ops/_dim_arange_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0780109Z adding 'torch/include/ATen/ops/_dim_arange_native.h' 2024-04-03T17:09:46.0782766Z adding 'torch/include/ATen/ops/_dim_arange_ops.h' 2024-04-03T17:09:46.0785018Z adding 'torch/include/ATen/ops/_dirichlet_grad.h' 2024-04-03T17:09:46.0787329Z adding 'torch/include/ATen/ops/_dirichlet_grad_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0788566Z adding 'torch/include/ATen/ops/_dirichlet_grad_cpu_dispatch.h' 2024-04-03T17:09:46.0790937Z adding 'torch/include/ATen/ops/_dirichlet_grad_cuda_dispatch.h' 2024-04-03T17:09:46.0793663Z adding 'torch/include/ATen/ops/_dirichlet_grad_native.h' 2024-04-03T17:09:46.0796712Z adding 'torch/include/ATen/ops/_dirichlet_grad_ops.h' 2024-04-03T17:09:46.0799834Z adding 'torch/include/ATen/ops/_efficient_attention_backward.h' 2024-04-03T17:09:46.0802339Z adding 'torch/include/ATen/ops/_efficient_attention_backward_cuda_dispatch.h' 2024-04-03T17:09:46.0804646Z adding 'torch/include/ATen/ops/_efficient_attention_backward_native.h' 2024-04-03T17:09:46.0807305Z adding 'torch/include/ATen/ops/_efficient_attention_backward_ops.h' 2024-04-03T17:09:46.0809934Z adding 'torch/include/ATen/ops/_efficient_attention_forward.h' 2024-04-03T17:09:46.0812409Z adding 'torch/include/ATen/ops/_efficient_attention_forward_cuda_dispatch.h' 2024-04-03T17:09:46.0814718Z adding 'torch/include/ATen/ops/_efficient_attention_forward_native.h' 2024-04-03T17:09:46.0817413Z adding 'torch/include/ATen/ops/_efficient_attention_forward_ops.h' 2024-04-03T17:09:46.0820312Z adding 'torch/include/ATen/ops/_efficientzerotensor.h' 2024-04-03T17:09:46.0823582Z adding 'torch/include/ATen/ops/_efficientzerotensor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0825561Z adding 'torch/include/ATen/ops/_efficientzerotensor_cpu_dispatch.h' 2024-04-03T17:09:46.0827959Z adding 'torch/include/ATen/ops/_efficientzerotensor_cuda_dispatch.h' 2024-04-03T17:09:46.0830204Z adding 'torch/include/ATen/ops/_efficientzerotensor_meta_dispatch.h' 2024-04-03T17:09:46.0832162Z adding 'torch/include/ATen/ops/_efficientzerotensor_native.h' 2024-04-03T17:09:46.0834522Z adding 'torch/include/ATen/ops/_efficientzerotensor_ops.h' 2024-04-03T17:09:46.0836947Z adding 'torch/include/ATen/ops/_embedding_bag.h' 2024-04-03T17:09:46.0839587Z adding 'torch/include/ATen/ops/_embedding_bag_backward.h' 2024-04-03T17:09:46.0842200Z adding 'torch/include/ATen/ops/_embedding_bag_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0844340Z adding 'torch/include/ATen/ops/_embedding_bag_backward_native.h' 2024-04-03T17:09:46.0846672Z adding 'torch/include/ATen/ops/_embedding_bag_backward_ops.h' 2024-04-03T17:09:46.0849202Z adding 'torch/include/ATen/ops/_embedding_bag_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0851465Z adding 'torch/include/ATen/ops/_embedding_bag_cpu_dispatch.h' 2024-04-03T17:09:46.0853799Z adding 'torch/include/ATen/ops/_embedding_bag_cuda_dispatch.h' 2024-04-03T17:09:46.0856673Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward.h' 2024-04-03T17:09:46.0859816Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0862099Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cpu_dispatch.h' 2024-04-03T17:09:46.0864382Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_cuda_dispatch.h' 2024-04-03T17:09:46.0866882Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_native.h' 2024-04-03T17:09:46.0869360Z adding 'torch/include/ATen/ops/_embedding_bag_dense_backward_ops.h' 2024-04-03T17:09:46.0871971Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only.h' 2024-04-03T17:09:46.0874758Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0876981Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cpu_dispatch.h' 2024-04-03T17:09:46.0879376Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_cuda_dispatch.h' 2024-04-03T17:09:46.0881660Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_native.h' 2024-04-03T17:09:46.0884352Z adding 'torch/include/ATen/ops/_embedding_bag_forward_only_ops.h' 2024-04-03T17:09:46.0886725Z adding 'torch/include/ATen/ops/_embedding_bag_native.h' 2024-04-03T17:09:46.0889313Z adding 'torch/include/ATen/ops/_embedding_bag_ops.h' 2024-04-03T17:09:46.0891993Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward.h' 2024-04-03T17:09:46.0894704Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0896977Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cpu_dispatch.h' 2024-04-03T17:09:46.0899506Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_cuda_dispatch.h' 2024-04-03T17:09:46.0901977Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_native.h' 2024-04-03T17:09:46.0904413Z adding 'torch/include/ATen/ops/_embedding_bag_per_sample_weights_backward_ops.h' 2024-04-03T17:09:46.0906919Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward.h' 2024-04-03T17:09:46.0909670Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.0911797Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_native.h' 2024-04-03T17:09:46.0914250Z adding 'torch/include/ATen/ops/_embedding_bag_sparse_backward_ops.h' 2024-04-03T17:09:46.0917131Z adding 'torch/include/ATen/ops/_empty_affine_quantized.h' 2024-04-03T17:09:46.0920041Z adding 'torch/include/ATen/ops/_empty_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0922390Z adding 'torch/include/ATen/ops/_empty_affine_quantized_cpu_dispatch.h' 2024-04-03T17:09:46.0924634Z adding 'torch/include/ATen/ops/_empty_affine_quantized_native.h' 2024-04-03T17:09:46.0927127Z adding 'torch/include/ATen/ops/_empty_affine_quantized_ops.h' 2024-04-03T17:09:46.0930470Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized.h' 2024-04-03T17:09:46.0933306Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0935601Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_cpu_dispatch.h' 2024-04-03T17:09:46.0938114Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_native.h' 2024-04-03T17:09:46.0940958Z adding 'torch/include/ATen/ops/_empty_per_channel_affine_quantized_ops.h' 2024-04-03T17:09:46.0943128Z adding 'torch/include/ATen/ops/_euclidean_dist.h' 2024-04-03T17:09:46.0945864Z adding 'torch/include/ATen/ops/_euclidean_dist_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0947890Z adding 'torch/include/ATen/ops/_euclidean_dist_native.h' 2024-04-03T17:09:46.0950255Z adding 'torch/include/ATen/ops/_euclidean_dist_ops.h' 2024-04-03T17:09:46.0952834Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine.h' 2024-04-03T17:09:46.0955276Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward.h' 2024-04-03T17:09:46.0957745Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cpu_dispatch.h' 2024-04-03T17:09:46.0960082Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_cuda_dispatch.h' 2024-04-03T17:09:46.0962347Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_native.h' 2024-04-03T17:09:46.0964826Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_backward_ops.h' 2024-04-03T17:09:46.0967373Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0969596Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cpu_dispatch.h' 2024-04-03T17:09:46.0971950Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_cuda_dispatch.h' 2024-04-03T17:09:46.0974202Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_native.h' 2024-04-03T17:09:46.0976761Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_channel_affine_ops.h' 2024-04-03T17:09:46.0979403Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine.h' 2024-04-03T17:09:46.0982163Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward.h' 2024-04-03T17:09:46.0984400Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cpu_dispatch.h' 2024-04-03T17:09:46.0986768Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_cuda_dispatch.h' 2024-04-03T17:09:46.0989023Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_native.h' 2024-04-03T17:09:46.0991428Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_backward_ops.h' 2024-04-03T17:09:46.0993976Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.0996228Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cpu_dispatch.h' 2024-04-03T17:09:46.0998595Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_cuda_dispatch.h' 2024-04-03T17:09:46.1000831Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_native.h' 2024-04-03T17:09:46.1003331Z adding 'torch/include/ATen/ops/_fake_quantize_learnable_per_tensor_affine_ops.h' 2024-04-03T17:09:46.1005896Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams.h' 2024-04-03T17:09:46.1008578Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1010706Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cpu_dispatch.h' 2024-04-03T17:09:46.1013113Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_cuda_dispatch.h' 2024-04-03T17:09:46.1015383Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_native.h' 2024-04-03T17:09:46.1017995Z adding 'torch/include/ATen/ops/_fake_quantize_per_tensor_affine_cachemask_tensor_qparams_ops.h' 2024-04-03T17:09:46.1020575Z adding 'torch/include/ATen/ops/_fft_c2c.h' 2024-04-03T17:09:46.1023079Z adding 'torch/include/ATen/ops/_fft_c2c_cpu_dispatch.h' 2024-04-03T17:09:46.1025478Z adding 'torch/include/ATen/ops/_fft_c2c_cuda_dispatch.h' 2024-04-03T17:09:46.1027776Z adding 'torch/include/ATen/ops/_fft_c2c_native.h' 2024-04-03T17:09:46.1030424Z adding 'torch/include/ATen/ops/_fft_c2c_ops.h' 2024-04-03T17:09:46.1032891Z adding 'torch/include/ATen/ops/_fft_c2r.h' 2024-04-03T17:09:46.1035375Z adding 'torch/include/ATen/ops/_fft_c2r_cpu_dispatch.h' 2024-04-03T17:09:46.1037801Z adding 'torch/include/ATen/ops/_fft_c2r_cuda_dispatch.h' 2024-04-03T17:09:46.1040055Z adding 'torch/include/ATen/ops/_fft_c2r_native.h' 2024-04-03T17:09:46.1042486Z adding 'torch/include/ATen/ops/_fft_c2r_ops.h' 2024-04-03T17:09:46.1044896Z adding 'torch/include/ATen/ops/_fft_r2c.h' 2024-04-03T17:09:46.1047352Z adding 'torch/include/ATen/ops/_fft_r2c_cpu_dispatch.h' 2024-04-03T17:09:46.1049671Z adding 'torch/include/ATen/ops/_fft_r2c_cuda_dispatch.h' 2024-04-03T17:09:46.1051906Z adding 'torch/include/ATen/ops/_fft_r2c_native.h' 2024-04-03T17:09:46.1054341Z adding 'torch/include/ATen/ops/_fft_r2c_ops.h' 2024-04-03T17:09:46.1056793Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask.h' 2024-04-03T17:09:46.1059450Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_cuda_dispatch.h' 2024-04-03T17:09:46.1062070Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_meta_dispatch.h' 2024-04-03T17:09:46.1064187Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_native.h' 2024-04-03T17:09:46.1066554Z adding 'torch/include/ATen/ops/_fill_mem_eff_dropout_mask_ops.h' 2024-04-03T17:09:46.1069181Z adding 'torch/include/ATen/ops/_flash_attention_backward.h' 2024-04-03T17:09:46.1071684Z adding 'torch/include/ATen/ops/_flash_attention_backward_cuda_dispatch.h' 2024-04-03T17:09:46.1073965Z adding 'torch/include/ATen/ops/_flash_attention_backward_native.h' 2024-04-03T17:09:46.1076488Z adding 'torch/include/ATen/ops/_flash_attention_backward_ops.h' 2024-04-03T17:09:46.1079004Z adding 'torch/include/ATen/ops/_flash_attention_forward.h' 2024-04-03T17:09:46.1081654Z adding 'torch/include/ATen/ops/_flash_attention_forward_cuda_dispatch.h' 2024-04-03T17:09:46.1083945Z adding 'torch/include/ATen/ops/_flash_attention_forward_native.h' 2024-04-03T17:09:46.1086610Z adding 'torch/include/ATen/ops/_flash_attention_forward_ops.h' 2024-04-03T17:09:46.1088769Z adding 'torch/include/ATen/ops/_foobar.h' 2024-04-03T17:09:46.1091396Z adding 'torch/include/ATen/ops/_foobar_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1093546Z adding 'torch/include/ATen/ops/_foobar_cpu_dispatch.h' 2024-04-03T17:09:46.1095712Z adding 'torch/include/ATen/ops/_foobar_native.h' 2024-04-03T17:09:46.1098411Z adding 'torch/include/ATen/ops/_foobar_ops.h' 2024-04-03T17:09:46.1100991Z adding 'torch/include/ATen/ops/_foreach_abs.h' 2024-04-03T17:09:46.1103542Z adding 'torch/include/ATen/ops/_foreach_abs_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1105726Z adding 'torch/include/ATen/ops/_foreach_abs_cpu_dispatch.h' 2024-04-03T17:09:46.1108035Z adding 'torch/include/ATen/ops/_foreach_abs_cuda_dispatch.h' 2024-04-03T17:09:46.1110232Z adding 'torch/include/ATen/ops/_foreach_abs_native.h' 2024-04-03T17:09:46.1112701Z adding 'torch/include/ATen/ops/_foreach_abs_ops.h' 2024-04-03T17:09:46.1115059Z adding 'torch/include/ATen/ops/_foreach_acos.h' 2024-04-03T17:09:46.1117683Z adding 'torch/include/ATen/ops/_foreach_acos_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1119795Z adding 'torch/include/ATen/ops/_foreach_acos_cpu_dispatch.h' 2024-04-03T17:09:46.1122078Z adding 'torch/include/ATen/ops/_foreach_acos_cuda_dispatch.h' 2024-04-03T17:09:46.1124322Z adding 'torch/include/ATen/ops/_foreach_acos_native.h' 2024-04-03T17:09:46.1126759Z adding 'torch/include/ATen/ops/_foreach_acos_ops.h' 2024-04-03T17:09:46.1129407Z adding 'torch/include/ATen/ops/_foreach_add.h' 2024-04-03T17:09:46.1132158Z adding 'torch/include/ATen/ops/_foreach_add_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1134412Z adding 'torch/include/ATen/ops/_foreach_add_cpu_dispatch.h' 2024-04-03T17:09:46.1136945Z adding 'torch/include/ATen/ops/_foreach_add_cuda_dispatch.h' 2024-04-03T17:09:46.1139830Z adding 'torch/include/ATen/ops/_foreach_add_native.h' 2024-04-03T17:09:46.1142646Z adding 'torch/include/ATen/ops/_foreach_add_ops.h' 2024-04-03T17:09:46.1145632Z adding 'torch/include/ATen/ops/_foreach_addcdiv.h' 2024-04-03T17:09:46.1148313Z adding 'torch/include/ATen/ops/_foreach_addcdiv_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1150569Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cpu_dispatch.h' 2024-04-03T17:09:46.1152994Z adding 'torch/include/ATen/ops/_foreach_addcdiv_cuda_dispatch.h' 2024-04-03T17:09:46.1155428Z adding 'torch/include/ATen/ops/_foreach_addcdiv_native.h' 2024-04-03T17:09:46.1158394Z adding 'torch/include/ATen/ops/_foreach_addcdiv_ops.h' 2024-04-03T17:09:46.1161208Z adding 'torch/include/ATen/ops/_foreach_addcmul.h' 2024-04-03T17:09:46.1163986Z adding 'torch/include/ATen/ops/_foreach_addcmul_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1166273Z adding 'torch/include/ATen/ops/_foreach_addcmul_cpu_dispatch.h' 2024-04-03T17:09:46.1168677Z adding 'torch/include/ATen/ops/_foreach_addcmul_cuda_dispatch.h' 2024-04-03T17:09:46.1171112Z adding 'torch/include/ATen/ops/_foreach_addcmul_native.h' 2024-04-03T17:09:46.1174041Z adding 'torch/include/ATen/ops/_foreach_addcmul_ops.h' 2024-04-03T17:09:46.1176661Z adding 'torch/include/ATen/ops/_foreach_asin.h' 2024-04-03T17:09:46.1179623Z adding 'torch/include/ATen/ops/_foreach_asin_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1181659Z adding 'torch/include/ATen/ops/_foreach_asin_cpu_dispatch.h' 2024-04-03T17:09:46.1184003Z adding 'torch/include/ATen/ops/_foreach_asin_cuda_dispatch.h' 2024-04-03T17:09:46.1186243Z adding 'torch/include/ATen/ops/_foreach_asin_native.h' 2024-04-03T17:09:46.1188802Z adding 'torch/include/ATen/ops/_foreach_asin_ops.h' 2024-04-03T17:09:46.1191174Z adding 'torch/include/ATen/ops/_foreach_atan.h' 2024-04-03T17:09:46.1193691Z adding 'torch/include/ATen/ops/_foreach_atan_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1195969Z adding 'torch/include/ATen/ops/_foreach_atan_cpu_dispatch.h' 2024-04-03T17:09:46.1198038Z adding 'torch/include/ATen/ops/_foreach_atan_cuda_dispatch.h' 2024-04-03T17:09:46.1200133Z adding 'torch/include/ATen/ops/_foreach_atan_native.h' 2024-04-03T17:09:46.1202489Z adding 'torch/include/ATen/ops/_foreach_atan_ops.h' 2024-04-03T17:09:46.1204763Z adding 'torch/include/ATen/ops/_foreach_ceil.h' 2024-04-03T17:09:46.1207382Z adding 'torch/include/ATen/ops/_foreach_ceil_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1209449Z adding 'torch/include/ATen/ops/_foreach_ceil_cpu_dispatch.h' 2024-04-03T17:09:46.1211691Z adding 'torch/include/ATen/ops/_foreach_ceil_cuda_dispatch.h' 2024-04-03T17:09:46.1213863Z adding 'torch/include/ATen/ops/_foreach_ceil_native.h' 2024-04-03T17:09:46.1216293Z adding 'torch/include/ATen/ops/_foreach_ceil_ops.h' 2024-04-03T17:09:46.1219024Z adding 'torch/include/ATen/ops/_foreach_clamp_max.h' 2024-04-03T17:09:46.1221824Z adding 'torch/include/ATen/ops/_foreach_clamp_max_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1224010Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cpu_dispatch.h' 2024-04-03T17:09:46.1226321Z adding 'torch/include/ATen/ops/_foreach_clamp_max_cuda_dispatch.h' 2024-04-03T17:09:46.1228612Z adding 'torch/include/ATen/ops/_foreach_clamp_max_native.h' 2024-04-03T17:09:46.1231459Z adding 'torch/include/ATen/ops/_foreach_clamp_max_ops.h' 2024-04-03T17:09:46.1233949Z adding 'torch/include/ATen/ops/_foreach_clamp_min.h' 2024-04-03T17:09:46.1236559Z adding 'torch/include/ATen/ops/_foreach_clamp_min_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1238748Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cpu_dispatch.h' 2024-04-03T17:09:46.1241031Z adding 'torch/include/ATen/ops/_foreach_clamp_min_cuda_dispatch.h' 2024-04-03T17:09:46.1243413Z adding 'torch/include/ATen/ops/_foreach_clamp_min_native.h' 2024-04-03T17:09:46.1246151Z adding 'torch/include/ATen/ops/_foreach_clamp_min_ops.h' 2024-04-03T17:09:46.1248516Z adding 'torch/include/ATen/ops/_foreach_copy.h' 2024-04-03T17:09:46.1251044Z adding 'torch/include/ATen/ops/_foreach_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1253382Z adding 'torch/include/ATen/ops/_foreach_copy_cpu_dispatch.h' 2024-04-03T17:09:46.1255646Z adding 'torch/include/ATen/ops/_foreach_copy_cuda_dispatch.h' 2024-04-03T17:09:46.1257566Z adding 'torch/include/ATen/ops/_foreach_copy_native.h' 2024-04-03T17:09:46.1259918Z adding 'torch/include/ATen/ops/_foreach_copy_ops.h' 2024-04-03T17:09:46.1262014Z adding 'torch/include/ATen/ops/_foreach_cos.h' 2024-04-03T17:09:46.1264396Z adding 'torch/include/ATen/ops/_foreach_cos_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1266243Z adding 'torch/include/ATen/ops/_foreach_cos_cpu_dispatch.h' 2024-04-03T17:09:46.1268294Z adding 'torch/include/ATen/ops/_foreach_cos_cuda_dispatch.h' 2024-04-03T17:09:46.1270247Z adding 'torch/include/ATen/ops/_foreach_cos_native.h' 2024-04-03T17:09:46.1272427Z adding 'torch/include/ATen/ops/_foreach_cos_ops.h' 2024-04-03T17:09:46.1274506Z adding 'torch/include/ATen/ops/_foreach_cosh.h' 2024-04-03T17:09:46.1276851Z adding 'torch/include/ATen/ops/_foreach_cosh_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1278758Z adding 'torch/include/ATen/ops/_foreach_cosh_cpu_dispatch.h' 2024-04-03T17:09:46.1280837Z adding 'torch/include/ATen/ops/_foreach_cosh_cuda_dispatch.h' 2024-04-03T17:09:46.1282754Z adding 'torch/include/ATen/ops/_foreach_cosh_native.h' 2024-04-03T17:09:46.1284869Z adding 'torch/include/ATen/ops/_foreach_cosh_ops.h' 2024-04-03T17:09:46.1287272Z adding 'torch/include/ATen/ops/_foreach_div.h' 2024-04-03T17:09:46.1289781Z adding 'torch/include/ATen/ops/_foreach_div_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1291735Z adding 'torch/include/ATen/ops/_foreach_div_cpu_dispatch.h' 2024-04-03T17:09:46.1293856Z adding 'torch/include/ATen/ops/_foreach_div_cuda_dispatch.h' 2024-04-03T17:09:46.1295964Z adding 'torch/include/ATen/ops/_foreach_div_native.h' 2024-04-03T17:09:46.1299034Z adding 'torch/include/ATen/ops/_foreach_div_ops.h' 2024-04-03T17:09:46.1301359Z adding 'torch/include/ATen/ops/_foreach_erf.h' 2024-04-03T17:09:46.1304059Z adding 'torch/include/ATen/ops/_foreach_erf_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1305797Z adding 'torch/include/ATen/ops/_foreach_erf_cpu_dispatch.h' 2024-04-03T17:09:46.1308350Z adding 'torch/include/ATen/ops/_foreach_erf_cuda_dispatch.h' 2024-04-03T17:09:46.1309752Z adding 'torch/include/ATen/ops/_foreach_erf_native.h' 2024-04-03T17:09:46.1311887Z adding 'torch/include/ATen/ops/_foreach_erf_ops.h' 2024-04-03T17:09:46.1313845Z adding 'torch/include/ATen/ops/_foreach_erfc.h' 2024-04-03T17:09:46.1316036Z adding 'torch/include/ATen/ops/_foreach_erfc_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1317779Z adding 'torch/include/ATen/ops/_foreach_erfc_cpu_dispatch.h' 2024-04-03T17:09:46.1319889Z adding 'torch/include/ATen/ops/_foreach_erfc_cuda_dispatch.h' 2024-04-03T17:09:46.1321602Z adding 'torch/include/ATen/ops/_foreach_erfc_native.h' 2024-04-03T17:09:46.1323657Z adding 'torch/include/ATen/ops/_foreach_erfc_ops.h' 2024-04-03T17:09:46.1325663Z adding 'torch/include/ATen/ops/_foreach_exp.h' 2024-04-03T17:09:46.1327945Z adding 'torch/include/ATen/ops/_foreach_exp_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1329647Z adding 'torch/include/ATen/ops/_foreach_exp_cpu_dispatch.h' 2024-04-03T17:09:46.1331622Z adding 'torch/include/ATen/ops/_foreach_exp_cuda_dispatch.h' 2024-04-03T17:09:46.1333373Z adding 'torch/include/ATen/ops/_foreach_exp_native.h' 2024-04-03T17:09:46.1335426Z adding 'torch/include/ATen/ops/_foreach_exp_ops.h' 2024-04-03T17:09:46.1337580Z adding 'torch/include/ATen/ops/_foreach_expm1.h' 2024-04-03T17:09:46.1340027Z adding 'torch/include/ATen/ops/_foreach_expm1_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1342039Z adding 'torch/include/ATen/ops/_foreach_expm1_cpu_dispatch.h' 2024-04-03T17:09:46.1344041Z adding 'torch/include/ATen/ops/_foreach_expm1_cuda_dispatch.h' 2024-04-03T17:09:46.1345623Z adding 'torch/include/ATen/ops/_foreach_expm1_native.h' 2024-04-03T17:09:46.1348493Z adding 'torch/include/ATen/ops/_foreach_expm1_ops.h' 2024-04-03T17:09:46.1350625Z adding 'torch/include/ATen/ops/_foreach_floor.h' 2024-04-03T17:09:46.1352918Z adding 'torch/include/ATen/ops/_foreach_floor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1354705Z adding 'torch/include/ATen/ops/_foreach_floor_cpu_dispatch.h' 2024-04-03T17:09:46.1356536Z adding 'torch/include/ATen/ops/_foreach_floor_cuda_dispatch.h' 2024-04-03T17:09:46.1358403Z adding 'torch/include/ATen/ops/_foreach_floor_native.h' 2024-04-03T17:09:46.1360495Z adding 'torch/include/ATen/ops/_foreach_floor_ops.h' 2024-04-03T17:09:46.1362425Z adding 'torch/include/ATen/ops/_foreach_frac.h' 2024-04-03T17:09:46.1364645Z adding 'torch/include/ATen/ops/_foreach_frac_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1366421Z adding 'torch/include/ATen/ops/_foreach_frac_cpu_dispatch.h' 2024-04-03T17:09:46.1368278Z adding 'torch/include/ATen/ops/_foreach_frac_cuda_dispatch.h' 2024-04-03T17:09:46.1370149Z adding 'torch/include/ATen/ops/_foreach_frac_native.h' 2024-04-03T17:09:46.1372228Z adding 'torch/include/ATen/ops/_foreach_frac_ops.h' 2024-04-03T17:09:46.1374316Z adding 'torch/include/ATen/ops/_foreach_lerp.h' 2024-04-03T17:09:46.1376804Z adding 'torch/include/ATen/ops/_foreach_lerp_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1378898Z adding 'torch/include/ATen/ops/_foreach_lerp_cpu_dispatch.h' 2024-04-03T17:09:46.1380829Z adding 'torch/include/ATen/ops/_foreach_lerp_cuda_dispatch.h' 2024-04-03T17:09:46.1382733Z adding 'torch/include/ATen/ops/_foreach_lerp_native.h' 2024-04-03T17:09:46.1385053Z adding 'torch/include/ATen/ops/_foreach_lerp_ops.h' 2024-04-03T17:09:46.1387127Z adding 'torch/include/ATen/ops/_foreach_lgamma.h' 2024-04-03T17:09:46.1389329Z adding 'torch/include/ATen/ops/_foreach_lgamma_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1391162Z adding 'torch/include/ATen/ops/_foreach_lgamma_cpu_dispatch.h' 2024-04-03T17:09:46.1393017Z adding 'torch/include/ATen/ops/_foreach_lgamma_cuda_dispatch.h' 2024-04-03T17:09:46.1394864Z adding 'torch/include/ATen/ops/_foreach_lgamma_native.h' 2024-04-03T17:09:46.1396886Z adding 'torch/include/ATen/ops/_foreach_lgamma_ops.h' 2024-04-03T17:09:46.1398869Z adding 'torch/include/ATen/ops/_foreach_log.h' 2024-04-03T17:09:46.1400911Z adding 'torch/include/ATen/ops/_foreach_log10.h' 2024-04-03T17:09:46.1403107Z adding 'torch/include/ATen/ops/_foreach_log10_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1404948Z adding 'torch/include/ATen/ops/_foreach_log10_cpu_dispatch.h' 2024-04-03T17:09:46.1406815Z adding 'torch/include/ATen/ops/_foreach_log10_cuda_dispatch.h' 2024-04-03T17:09:46.1408702Z adding 'torch/include/ATen/ops/_foreach_log10_native.h' 2024-04-03T17:09:46.1410754Z adding 'torch/include/ATen/ops/_foreach_log10_ops.h' 2024-04-03T17:09:46.1412657Z adding 'torch/include/ATen/ops/_foreach_log1p.h' 2024-04-03T17:09:46.1414826Z adding 'torch/include/ATen/ops/_foreach_log1p_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1416827Z adding 'torch/include/ATen/ops/_foreach_log1p_cpu_dispatch.h' 2024-04-03T17:09:46.1418836Z adding 'torch/include/ATen/ops/_foreach_log1p_cuda_dispatch.h' 2024-04-03T17:09:46.1420820Z adding 'torch/include/ATen/ops/_foreach_log1p_native.h' 2024-04-03T17:09:46.1422955Z adding 'torch/include/ATen/ops/_foreach_log1p_ops.h' 2024-04-03T17:09:46.1424776Z adding 'torch/include/ATen/ops/_foreach_log2.h' 2024-04-03T17:09:46.1426932Z adding 'torch/include/ATen/ops/_foreach_log2_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1428816Z adding 'torch/include/ATen/ops/_foreach_log2_cpu_dispatch.h' 2024-04-03T17:09:46.1430691Z adding 'torch/include/ATen/ops/_foreach_log2_cuda_dispatch.h' 2024-04-03T17:09:46.1432590Z adding 'torch/include/ATen/ops/_foreach_log2_native.h' 2024-04-03T17:09:46.1434637Z adding 'torch/include/ATen/ops/_foreach_log2_ops.h' 2024-04-03T17:09:46.1436841Z adding 'torch/include/ATen/ops/_foreach_log_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1438670Z adding 'torch/include/ATen/ops/_foreach_log_cpu_dispatch.h' 2024-04-03T17:09:46.1440598Z adding 'torch/include/ATen/ops/_foreach_log_cuda_dispatch.h' 2024-04-03T17:09:46.1442490Z adding 'torch/include/ATen/ops/_foreach_log_native.h' 2024-04-03T17:09:46.1444479Z adding 'torch/include/ATen/ops/_foreach_log_ops.h' 2024-04-03T17:09:46.1446630Z adding 'torch/include/ATen/ops/_foreach_maximum.h' 2024-04-03T17:09:46.1449027Z adding 'torch/include/ATen/ops/_foreach_maximum_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1450918Z adding 'torch/include/ATen/ops/_foreach_maximum_cpu_dispatch.h' 2024-04-03T17:09:46.1452911Z adding 'torch/include/ATen/ops/_foreach_maximum_cuda_dispatch.h' 2024-04-03T17:09:46.1454906Z adding 'torch/include/ATen/ops/_foreach_maximum_native.h' 2024-04-03T17:09:46.1457433Z adding 'torch/include/ATen/ops/_foreach_maximum_ops.h' 2024-04-03T17:09:46.1460550Z adding 'torch/include/ATen/ops/_foreach_minimum.h' 2024-04-03T17:09:46.1462846Z adding 'torch/include/ATen/ops/_foreach_minimum_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1464571Z adding 'torch/include/ATen/ops/_foreach_minimum_cpu_dispatch.h' 2024-04-03T17:09:46.1466447Z adding 'torch/include/ATen/ops/_foreach_minimum_cuda_dispatch.h' 2024-04-03T17:09:46.1468352Z adding 'torch/include/ATen/ops/_foreach_minimum_native.h' 2024-04-03T17:09:46.1470781Z adding 'torch/include/ATen/ops/_foreach_minimum_ops.h' 2024-04-03T17:09:46.1473129Z adding 'torch/include/ATen/ops/_foreach_mul.h' 2024-04-03T17:09:46.1475762Z adding 'torch/include/ATen/ops/_foreach_mul_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1477623Z adding 'torch/include/ATen/ops/_foreach_mul_cpu_dispatch.h' 2024-04-03T17:09:46.1479552Z adding 'torch/include/ATen/ops/_foreach_mul_cuda_dispatch.h' 2024-04-03T17:09:46.1481522Z adding 'torch/include/ATen/ops/_foreach_mul_native.h' 2024-04-03T17:09:46.1484176Z adding 'torch/include/ATen/ops/_foreach_mul_ops.h' 2024-04-03T17:09:46.1486331Z adding 'torch/include/ATen/ops/_foreach_neg.h' 2024-04-03T17:09:46.1488865Z adding 'torch/include/ATen/ops/_foreach_neg_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1490550Z adding 'torch/include/ATen/ops/_foreach_neg_cpu_dispatch.h' 2024-04-03T17:09:46.1492482Z adding 'torch/include/ATen/ops/_foreach_neg_cuda_dispatch.h' 2024-04-03T17:09:46.1494312Z adding 'torch/include/ATen/ops/_foreach_neg_native.h' 2024-04-03T17:09:46.1496412Z adding 'torch/include/ATen/ops/_foreach_neg_ops.h' 2024-04-03T17:09:46.1498766Z adding 'torch/include/ATen/ops/_foreach_norm.h' 2024-04-03T17:09:46.1501411Z adding 'torch/include/ATen/ops/_foreach_norm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1503063Z adding 'torch/include/ATen/ops/_foreach_norm_cpu_dispatch.h' 2024-04-03T17:09:46.1505113Z adding 'torch/include/ATen/ops/_foreach_norm_cuda_dispatch.h' 2024-04-03T17:09:46.1507253Z adding 'torch/include/ATen/ops/_foreach_norm_native.h' 2024-04-03T17:09:46.1508994Z adding 'torch/include/ATen/ops/_foreach_norm_ops.h' 2024-04-03T17:09:46.1511227Z adding 'torch/include/ATen/ops/_foreach_pow.h' 2024-04-03T17:09:46.1513839Z adding 'torch/include/ATen/ops/_foreach_pow_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1515592Z adding 'torch/include/ATen/ops/_foreach_pow_cpu_dispatch.h' 2024-04-03T17:09:46.1517692Z adding 'torch/include/ATen/ops/_foreach_pow_cuda_dispatch.h' 2024-04-03T17:09:46.1519801Z adding 'torch/include/ATen/ops/_foreach_pow_native.h' 2024-04-03T17:09:46.1522336Z adding 'torch/include/ATen/ops/_foreach_pow_ops.h' 2024-04-03T17:09:46.1524572Z adding 'torch/include/ATen/ops/_foreach_reciprocal.h' 2024-04-03T17:09:46.1527242Z adding 'torch/include/ATen/ops/_foreach_reciprocal_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1528913Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cpu_dispatch.h' 2024-04-03T17:09:46.1531063Z adding 'torch/include/ATen/ops/_foreach_reciprocal_cuda_dispatch.h' 2024-04-03T17:09:46.1532811Z adding 'torch/include/ATen/ops/_foreach_reciprocal_native.h' 2024-04-03T17:09:46.1535077Z adding 'torch/include/ATen/ops/_foreach_reciprocal_ops.h' 2024-04-03T17:09:46.1537236Z adding 'torch/include/ATen/ops/_foreach_round.h' 2024-04-03T17:09:46.1539818Z adding 'torch/include/ATen/ops/_foreach_round_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1541740Z adding 'torch/include/ATen/ops/_foreach_round_cpu_dispatch.h' 2024-04-03T17:09:46.1543522Z adding 'torch/include/ATen/ops/_foreach_round_cuda_dispatch.h' 2024-04-03T17:09:46.1545219Z adding 'torch/include/ATen/ops/_foreach_round_native.h' 2024-04-03T17:09:46.1547388Z adding 'torch/include/ATen/ops/_foreach_round_ops.h' 2024-04-03T17:09:46.1549589Z adding 'torch/include/ATen/ops/_foreach_sigmoid.h' 2024-04-03T17:09:46.1551718Z adding 'torch/include/ATen/ops/_foreach_sigmoid_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1553310Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cpu_dispatch.h' 2024-04-03T17:09:46.1554907Z adding 'torch/include/ATen/ops/_foreach_sigmoid_cuda_dispatch.h' 2024-04-03T17:09:46.1556622Z adding 'torch/include/ATen/ops/_foreach_sigmoid_native.h' 2024-04-03T17:09:46.1558558Z adding 'torch/include/ATen/ops/_foreach_sigmoid_ops.h' 2024-04-03T17:09:46.1560445Z adding 'torch/include/ATen/ops/_foreach_sign.h' 2024-04-03T17:09:46.1562687Z adding 'torch/include/ATen/ops/_foreach_sign_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1564147Z adding 'torch/include/ATen/ops/_foreach_sign_cpu_dispatch.h' 2024-04-03T17:09:46.1566069Z adding 'torch/include/ATen/ops/_foreach_sign_cuda_dispatch.h' 2024-04-03T17:09:46.1567883Z adding 'torch/include/ATen/ops/_foreach_sign_native.h' 2024-04-03T17:09:46.1569607Z adding 'torch/include/ATen/ops/_foreach_sign_ops.h' 2024-04-03T17:09:46.1571390Z adding 'torch/include/ATen/ops/_foreach_sin.h' 2024-04-03T17:09:46.1573558Z adding 'torch/include/ATen/ops/_foreach_sin_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1575293Z adding 'torch/include/ATen/ops/_foreach_sin_cpu_dispatch.h' 2024-04-03T17:09:46.1577100Z adding 'torch/include/ATen/ops/_foreach_sin_cuda_dispatch.h' 2024-04-03T17:09:46.1579087Z adding 'torch/include/ATen/ops/_foreach_sin_native.h' 2024-04-03T17:09:46.1581018Z adding 'torch/include/ATen/ops/_foreach_sin_ops.h' 2024-04-03T17:09:46.1582982Z adding 'torch/include/ATen/ops/_foreach_sinh.h' 2024-04-03T17:09:46.1585564Z adding 'torch/include/ATen/ops/_foreach_sinh_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1587433Z adding 'torch/include/ATen/ops/_foreach_sinh_cpu_dispatch.h' 2024-04-03T17:09:46.1589591Z adding 'torch/include/ATen/ops/_foreach_sinh_cuda_dispatch.h' 2024-04-03T17:09:46.1591743Z adding 'torch/include/ATen/ops/_foreach_sinh_native.h' 2024-04-03T17:09:46.1593991Z adding 'torch/include/ATen/ops/_foreach_sinh_ops.h' 2024-04-03T17:09:46.1596291Z adding 'torch/include/ATen/ops/_foreach_sqrt.h' 2024-04-03T17:09:46.1598725Z adding 'torch/include/ATen/ops/_foreach_sqrt_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1600848Z adding 'torch/include/ATen/ops/_foreach_sqrt_cpu_dispatch.h' 2024-04-03T17:09:46.1603016Z adding 'torch/include/ATen/ops/_foreach_sqrt_cuda_dispatch.h' 2024-04-03T17:09:46.1605173Z adding 'torch/include/ATen/ops/_foreach_sqrt_native.h' 2024-04-03T17:09:46.1607458Z adding 'torch/include/ATen/ops/_foreach_sqrt_ops.h' 2024-04-03T17:09:46.1609990Z adding 'torch/include/ATen/ops/_foreach_sub.h' 2024-04-03T17:09:46.1612641Z adding 'torch/include/ATen/ops/_foreach_sub_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1614755Z adding 'torch/include/ATen/ops/_foreach_sub_cpu_dispatch.h' 2024-04-03T17:09:46.1617030Z adding 'torch/include/ATen/ops/_foreach_sub_cuda_dispatch.h' 2024-04-03T17:09:46.1619429Z adding 'torch/include/ATen/ops/_foreach_sub_native.h' 2024-04-03T17:09:46.1622468Z adding 'torch/include/ATen/ops/_foreach_sub_ops.h' 2024-04-03T17:09:46.1624871Z adding 'torch/include/ATen/ops/_foreach_tan.h' 2024-04-03T17:09:46.1627342Z adding 'torch/include/ATen/ops/_foreach_tan_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1629417Z adding 'torch/include/ATen/ops/_foreach_tan_cpu_dispatch.h' 2024-04-03T17:09:46.1631582Z adding 'torch/include/ATen/ops/_foreach_tan_cuda_dispatch.h' 2024-04-03T17:09:46.1633701Z adding 'torch/include/ATen/ops/_foreach_tan_native.h' 2024-04-03T17:09:46.1636008Z adding 'torch/include/ATen/ops/_foreach_tan_ops.h' 2024-04-03T17:09:46.1638419Z adding 'torch/include/ATen/ops/_foreach_tanh.h' 2024-04-03T17:09:46.1640813Z adding 'torch/include/ATen/ops/_foreach_tanh_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1642861Z adding 'torch/include/ATen/ops/_foreach_tanh_cpu_dispatch.h' 2024-04-03T17:09:46.1644990Z adding 'torch/include/ATen/ops/_foreach_tanh_cuda_dispatch.h' 2024-04-03T17:09:46.1647120Z adding 'torch/include/ATen/ops/_foreach_tanh_native.h' 2024-04-03T17:09:46.1649381Z adding 'torch/include/ATen/ops/_foreach_tanh_ops.h' 2024-04-03T17:09:46.1651687Z adding 'torch/include/ATen/ops/_foreach_trunc.h' 2024-04-03T17:09:46.1654213Z adding 'torch/include/ATen/ops/_foreach_trunc_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1656395Z adding 'torch/include/ATen/ops/_foreach_trunc_cpu_dispatch.h' 2024-04-03T17:09:46.1658749Z adding 'torch/include/ATen/ops/_foreach_trunc_cuda_dispatch.h' 2024-04-03T17:09:46.1661037Z adding 'torch/include/ATen/ops/_foreach_trunc_native.h' 2024-04-03T17:09:46.1663410Z adding 'torch/include/ATen/ops/_foreach_trunc_ops.h' 2024-04-03T17:09:46.1665752Z adding 'torch/include/ATen/ops/_foreach_zero.h' 2024-04-03T17:09:46.1668181Z adding 'torch/include/ATen/ops/_foreach_zero_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1670257Z adding 'torch/include/ATen/ops/_foreach_zero_cpu_dispatch.h' 2024-04-03T17:09:46.1672454Z adding 'torch/include/ATen/ops/_foreach_zero_cuda_dispatch.h' 2024-04-03T17:09:46.1674618Z adding 'torch/include/ATen/ops/_foreach_zero_native.h' 2024-04-03T17:09:46.1676946Z adding 'torch/include/ATen/ops/_foreach_zero_ops.h' 2024-04-03T17:09:46.1679289Z adding 'torch/include/ATen/ops/_functional_assert_async.h' 2024-04-03T17:09:46.1681505Z adding 'torch/include/ATen/ops/_functional_assert_async_cpu_dispatch.h' 2024-04-03T17:09:46.1683687Z adding 'torch/include/ATen/ops/_functional_assert_async_native.h' 2024-04-03T17:09:46.1685858Z adding 'torch/include/ATen/ops/_functional_assert_async_ops.h' 2024-04-03T17:09:46.1688138Z adding 'torch/include/ATen/ops/_functional_assert_scalar.h' 2024-04-03T17:09:46.1690558Z adding 'torch/include/ATen/ops/_functional_assert_scalar_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1692603Z adding 'torch/include/ATen/ops/_functional_assert_scalar_native.h' 2024-04-03T17:09:46.1694854Z adding 'torch/include/ATen/ops/_functional_assert_scalar_ops.h' 2024-04-03T17:09:46.1697193Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range.h' 2024-04-03T17:09:46.1699677Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1702380Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size.h' 2024-04-03T17:09:46.1704709Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1706540Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_native.h' 2024-04-03T17:09:46.1708783Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_for_size_ops.h' 2024-04-03T17:09:46.1710856Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_native.h' 2024-04-03T17:09:46.1713241Z adding 'torch/include/ATen/ops/_functional_sym_constrain_range_ops.h' 2024-04-03T17:09:46.1715787Z adding 'torch/include/ATen/ops/_fused_adam.h' 2024-04-03T17:09:46.1718728Z adding 'torch/include/ATen/ops/_fused_adam_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1720888Z adding 'torch/include/ATen/ops/_fused_adam_cuda_dispatch.h' 2024-04-03T17:09:46.1723272Z adding 'torch/include/ATen/ops/_fused_adam_native.h' 2024-04-03T17:09:46.1726512Z adding 'torch/include/ATen/ops/_fused_adam_ops.h' 2024-04-03T17:09:46.1729581Z adding 'torch/include/ATen/ops/_fused_adamw.h' 2024-04-03T17:09:46.1732493Z adding 'torch/include/ATen/ops/_fused_adamw_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1734753Z adding 'torch/include/ATen/ops/_fused_adamw_cuda_dispatch.h' 2024-04-03T17:09:46.1737271Z adding 'torch/include/ATen/ops/_fused_adamw_native.h' 2024-04-03T17:09:46.1740650Z adding 'torch/include/ATen/ops/_fused_adamw_ops.h' 2024-04-03T17:09:46.1743079Z adding 'torch/include/ATen/ops/_fused_dropout.h' 2024-04-03T17:09:46.1745588Z adding 'torch/include/ATen/ops/_fused_dropout_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1747564Z adding 'torch/include/ATen/ops/_fused_dropout_cuda_dispatch.h' 2024-04-03T17:09:46.1749627Z adding 'torch/include/ATen/ops/_fused_dropout_native.h' 2024-04-03T17:09:46.1751863Z adding 'torch/include/ATen/ops/_fused_dropout_ops.h' 2024-04-03T17:09:46.1754471Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper.h' 2024-04-03T17:09:46.1757175Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1759338Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cpu_dispatch.h' 2024-04-03T17:09:46.1761536Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_cuda_dispatch.h' 2024-04-03T17:09:46.1763852Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_native.h' 2024-04-03T17:09:46.1766494Z adding 'torch/include/ATen/ops/_fused_moving_avg_obs_fq_helper_ops.h' 2024-04-03T17:09:46.1768899Z adding 'torch/include/ATen/ops/_fused_sdp_choice.h' 2024-04-03T17:09:46.1771223Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cpu_dispatch.h' 2024-04-03T17:09:46.1773466Z adding 'torch/include/ATen/ops/_fused_sdp_choice_cuda_dispatch.h' 2024-04-03T17:09:46.1775596Z adding 'torch/include/ATen/ops/_fused_sdp_choice_meta_dispatch.h' 2024-04-03T17:09:46.1778806Z adding 'torch/include/ATen/ops/_fused_sdp_choice_native.h' 2024-04-03T17:09:46.1780225Z adding 'torch/include/ATen/ops/_fused_sdp_choice_ops.h' 2024-04-03T17:09:46.1783030Z adding 'torch/include/ATen/ops/_fused_sgd.h' 2024-04-03T17:09:46.1786727Z adding 'torch/include/ATen/ops/_fused_sgd_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1788207Z adding 'torch/include/ATen/ops/_fused_sgd_cuda_dispatch.h' 2024-04-03T17:09:46.1791109Z adding 'torch/include/ATen/ops/_fused_sgd_native.h' 2024-04-03T17:09:46.1794232Z adding 'torch/include/ATen/ops/_fused_sgd_ops.h' 2024-04-03T17:09:46.1796563Z adding 'torch/include/ATen/ops/_fw_primal.h' 2024-04-03T17:09:46.1799370Z adding 'torch/include/ATen/ops/_fw_primal_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1801333Z adding 'torch/include/ATen/ops/_fw_primal_copy.h' 2024-04-03T17:09:46.1804513Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1807062Z adding 'torch/include/ATen/ops/_fw_primal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.1808891Z adding 'torch/include/ATen/ops/_fw_primal_copy_native.h' 2024-04-03T17:09:46.1811668Z adding 'torch/include/ATen/ops/_fw_primal_copy_ops.h' 2024-04-03T17:09:46.1813933Z adding 'torch/include/ATen/ops/_fw_primal_native.h' 2024-04-03T17:09:46.1816477Z adding 'torch/include/ATen/ops/_fw_primal_ops.h' 2024-04-03T17:09:46.1819241Z adding 'torch/include/ATen/ops/_gather_sparse_backward.h' 2024-04-03T17:09:46.1822079Z adding 'torch/include/ATen/ops/_gather_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.1823975Z adding 'torch/include/ATen/ops/_gather_sparse_backward_native.h' 2024-04-03T17:09:46.1826751Z adding 'torch/include/ATen/ops/_gather_sparse_backward_ops.h' 2024-04-03T17:09:46.1828981Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback.h' 2024-04-03T17:09:46.1831777Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward.h' 2024-04-03T17:09:46.1834376Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.1836530Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_native.h' 2024-04-03T17:09:46.1839087Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_backward_ops.h' 2024-04-03T17:09:46.1841763Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1843832Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_native.h' 2024-04-03T17:09:46.1846626Z adding 'torch/include/ATen/ops/_grid_sampler_2d_cpu_fallback_ops.h' 2024-04-03T17:09:46.1848936Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type.h' 2024-04-03T17:09:46.1851611Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.1853427Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_native.h' 2024-04-03T17:09:46.1856103Z adding 'torch/include/ATen/ops/_has_compatible_shallow_copy_type_ops.h' 2024-04-03T17:09:46.1859578Z adding 'torch/include/ATen/ops/_has_same_storage_numel.h' 2024-04-03T17:09:46.1862725Z adding 'torch/include/ATen/ops/_has_same_storage_numel_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1864129Z adding 'torch/include/ATen/ops/_has_same_storage_numel_native.h' 2024-04-03T17:09:46.1867216Z adding 'torch/include/ATen/ops/_has_same_storage_numel_ops.h' 2024-04-03T17:09:46.1869402Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges.h' 2024-04-03T17:09:46.1872412Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1874458Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_cpu_dispatch.h' 2024-04-03T17:09:46.1877072Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_native.h' 2024-04-03T17:09:46.1879545Z adding 'torch/include/ATen/ops/_histogramdd_bin_edges_ops.h' 2024-04-03T17:09:46.1882210Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts.h' 2024-04-03T17:09:46.1885152Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1887074Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_cpu_dispatch.h' 2024-04-03T17:09:46.1889706Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_native.h' 2024-04-03T17:09:46.1892201Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_cts_ops.h' 2024-04-03T17:09:46.1894836Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors.h' 2024-04-03T17:09:46.1897619Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1900054Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_cpu_dispatch.h' 2024-04-03T17:09:46.1902340Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_native.h' 2024-04-03T17:09:46.1905013Z adding 'torch/include/ATen/ops/_histogramdd_from_bin_tensors_ops.h' 2024-04-03T17:09:46.1907182Z adding 'torch/include/ATen/ops/_index_put_impl.h' 2024-04-03T17:09:46.1910116Z adding 'torch/include/ATen/ops/_index_put_impl_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1911951Z adding 'torch/include/ATen/ops/_index_put_impl_cpu_dispatch.h' 2024-04-03T17:09:46.1914716Z adding 'torch/include/ATen/ops/_index_put_impl_cuda_dispatch.h' 2024-04-03T17:09:46.1916911Z adding 'torch/include/ATen/ops/_index_put_impl_meta_dispatch.h' 2024-04-03T17:09:46.1919253Z adding 'torch/include/ATen/ops/_index_put_impl_native.h' 2024-04-03T17:09:46.1921836Z adding 'torch/include/ATen/ops/_index_put_impl_ops.h' 2024-04-03T17:09:46.1924138Z adding 'torch/include/ATen/ops/_indices.h' 2024-04-03T17:09:46.1926580Z adding 'torch/include/ATen/ops/_indices_copy.h' 2024-04-03T17:09:46.1929020Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1931504Z adding 'torch/include/ATen/ops/_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.1933239Z adding 'torch/include/ATen/ops/_indices_copy_native.h' 2024-04-03T17:09:46.1935886Z adding 'torch/include/ATen/ops/_indices_copy_ops.h' 2024-04-03T17:09:46.1938164Z adding 'torch/include/ATen/ops/_indices_native.h' 2024-04-03T17:09:46.1940872Z adding 'torch/include/ATen/ops/_indices_ops.h' 2024-04-03T17:09:46.1960691Z adding 'torch/include/ATen/ops/_int_mm.h' 2024-04-03T17:09:46.1961266Z adding 'torch/include/ATen/ops/_int_mm_cpu_dispatch.h' 2024-04-03T17:09:46.1961711Z adding 'torch/include/ATen/ops/_int_mm_cuda_dispatch.h' 2024-04-03T17:09:46.1962274Z adding 'torch/include/ATen/ops/_int_mm_native.h' 2024-04-03T17:09:46.1962629Z adding 'torch/include/ATen/ops/_int_mm_ops.h' 2024-04-03T17:09:46.1963008Z adding 'torch/include/ATen/ops/_is_all_true.h' 2024-04-03T17:09:46.1963801Z adding 'torch/include/ATen/ops/_is_all_true_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1964212Z adding 'torch/include/ATen/ops/_is_all_true_native.h' 2024-04-03T17:09:46.1964631Z adding 'torch/include/ATen/ops/_is_all_true_ops.h' 2024-04-03T17:09:46.1965343Z adding 'torch/include/ATen/ops/_is_any_true.h' 2024-04-03T17:09:46.1968539Z adding 'torch/include/ATen/ops/_is_any_true_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1970207Z adding 'torch/include/ATen/ops/_is_any_true_native.h' 2024-04-03T17:09:46.1973502Z adding 'torch/include/ATen/ops/_is_any_true_ops.h' 2024-04-03T17:09:46.1976572Z adding 'torch/include/ATen/ops/_is_zerotensor.h' 2024-04-03T17:09:46.1979640Z adding 'torch/include/ATen/ops/_is_zerotensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.1981582Z adding 'torch/include/ATen/ops/_is_zerotensor_native.h' 2024-04-03T17:09:46.1984290Z adding 'torch/include/ATen/ops/_is_zerotensor_ops.h' 2024-04-03T17:09:46.1986369Z adding 'torch/include/ATen/ops/_lazy_clone.h' 2024-04-03T17:09:46.1989270Z adding 'torch/include/ATen/ops/_lazy_clone_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.1990940Z adding 'torch/include/ATen/ops/_lazy_clone_native.h' 2024-04-03T17:09:46.1993585Z adding 'torch/include/ATen/ops/_lazy_clone_ops.h' 2024-04-03T17:09:46.1995764Z adding 'torch/include/ATen/ops/_linalg_check_errors.h' 2024-04-03T17:09:46.1998513Z adding 'torch/include/ATen/ops/_linalg_check_errors_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2000196Z adding 'torch/include/ATen/ops/_linalg_check_errors_native.h' 2024-04-03T17:09:46.2002908Z adding 'torch/include/ATen/ops/_linalg_check_errors_ops.h' 2024-04-03T17:09:46.2005128Z adding 'torch/include/ATen/ops/_linalg_det.h' 2024-04-03T17:09:46.2008079Z adding 'torch/include/ATen/ops/_linalg_det_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2009781Z adding 'torch/include/ATen/ops/_linalg_det_cpu_dispatch.h' 2024-04-03T17:09:46.2012501Z adding 'torch/include/ATen/ops/_linalg_det_cuda_dispatch.h' 2024-04-03T17:09:46.2014426Z adding 'torch/include/ATen/ops/_linalg_det_meta.h' 2024-04-03T17:09:46.2017115Z adding 'torch/include/ATen/ops/_linalg_det_meta_dispatch.h' 2024-04-03T17:09:46.2019383Z adding 'torch/include/ATen/ops/_linalg_det_native.h' 2024-04-03T17:09:46.2022043Z adding 'torch/include/ATen/ops/_linalg_det_ops.h' 2024-04-03T17:09:46.2024356Z adding 'torch/include/ATen/ops/_linalg_eigh.h' 2024-04-03T17:09:46.2026709Z adding 'torch/include/ATen/ops/_linalg_eigh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2028199Z adding 'torch/include/ATen/ops/_linalg_eigh_cpu_dispatch.h' 2024-04-03T17:09:46.2030107Z adding 'torch/include/ATen/ops/_linalg_eigh_cuda_dispatch.h' 2024-04-03T17:09:46.2031741Z adding 'torch/include/ATen/ops/_linalg_eigh_meta.h' 2024-04-03T17:09:46.2033686Z adding 'torch/include/ATen/ops/_linalg_eigh_meta_dispatch.h' 2024-04-03T17:09:46.2035483Z adding 'torch/include/ATen/ops/_linalg_eigh_native.h' 2024-04-03T17:09:46.2037478Z adding 'torch/include/ATen/ops/_linalg_eigh_ops.h' 2024-04-03T17:09:46.2039246Z adding 'torch/include/ATen/ops/_linalg_eigvals.h' 2024-04-03T17:09:46.2041166Z adding 'torch/include/ATen/ops/_linalg_eigvals_cpu_dispatch.h' 2024-04-03T17:09:46.2042969Z adding 'torch/include/ATen/ops/_linalg_eigvals_cuda_dispatch.h' 2024-04-03T17:09:46.2044652Z adding 'torch/include/ATen/ops/_linalg_eigvals_native.h' 2024-04-03T17:09:46.2046391Z adding 'torch/include/ATen/ops/_linalg_eigvals_ops.h' 2024-04-03T17:09:46.2048363Z adding 'torch/include/ATen/ops/_linalg_slogdet.h' 2024-04-03T17:09:46.2050752Z adding 'torch/include/ATen/ops/_linalg_slogdet_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2052225Z adding 'torch/include/ATen/ops/_linalg_slogdet_cpu_dispatch.h' 2024-04-03T17:09:46.2054272Z adding 'torch/include/ATen/ops/_linalg_slogdet_cuda_dispatch.h' 2024-04-03T17:09:46.2055771Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta.h' 2024-04-03T17:09:46.2057872Z adding 'torch/include/ATen/ops/_linalg_slogdet_meta_dispatch.h' 2024-04-03T17:09:46.2059613Z adding 'torch/include/ATen/ops/_linalg_slogdet_native.h' 2024-04-03T17:09:46.2061634Z adding 'torch/include/ATen/ops/_linalg_slogdet_ops.h' 2024-04-03T17:09:46.2063719Z adding 'torch/include/ATen/ops/_linalg_solve_ex.h' 2024-04-03T17:09:46.2065981Z adding 'torch/include/ATen/ops/_linalg_solve_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2067502Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cpu_dispatch.h' 2024-04-03T17:09:46.2069319Z adding 'torch/include/ATen/ops/_linalg_solve_ex_cuda_dispatch.h' 2024-04-03T17:09:46.2071031Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta.h' 2024-04-03T17:09:46.2072931Z adding 'torch/include/ATen/ops/_linalg_solve_ex_meta_dispatch.h' 2024-04-03T17:09:46.2074682Z adding 'torch/include/ATen/ops/_linalg_solve_ex_native.h' 2024-04-03T17:09:46.2076477Z adding 'torch/include/ATen/ops/_linalg_solve_ex_ops.h' 2024-04-03T17:09:46.2078272Z adding 'torch/include/ATen/ops/_linalg_svd.h' 2024-04-03T17:09:46.2080369Z adding 'torch/include/ATen/ops/_linalg_svd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2081818Z adding 'torch/include/ATen/ops/_linalg_svd_cpu_dispatch.h' 2024-04-03T17:09:46.2083469Z adding 'torch/include/ATen/ops/_linalg_svd_cuda_dispatch.h' 2024-04-03T17:09:46.2085048Z adding 'torch/include/ATen/ops/_linalg_svd_meta.h' 2024-04-03T17:09:46.2086719Z adding 'torch/include/ATen/ops/_linalg_svd_meta_dispatch.h' 2024-04-03T17:09:46.2088299Z adding 'torch/include/ATen/ops/_linalg_svd_native.h' 2024-04-03T17:09:46.2090040Z adding 'torch/include/ATen/ops/_linalg_svd_ops.h' 2024-04-03T17:09:46.2091694Z adding 'torch/include/ATen/ops/_local_scalar_dense.h' 2024-04-03T17:09:46.2093411Z adding 'torch/include/ATen/ops/_local_scalar_dense_cpu_dispatch.h' 2024-04-03T17:09:46.2095102Z adding 'torch/include/ATen/ops/_local_scalar_dense_cuda_dispatch.h' 2024-04-03T17:09:46.2096664Z adding 'torch/include/ATen/ops/_local_scalar_dense_native.h' 2024-04-03T17:09:46.2098609Z adding 'torch/include/ATen/ops/_local_scalar_dense_ops.h' 2024-04-03T17:09:46.2100543Z adding 'torch/include/ATen/ops/_log_softmax.h' 2024-04-03T17:09:46.2102768Z adding 'torch/include/ATen/ops/_log_softmax_backward_data.h' 2024-04-03T17:09:46.2104925Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2106256Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cpu_dispatch.h' 2024-04-03T17:09:46.2107983Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_cuda_dispatch.h' 2024-04-03T17:09:46.2109535Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta.h' 2024-04-03T17:09:46.2111194Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_meta_dispatch.h' 2024-04-03T17:09:46.2112769Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_native.h' 2024-04-03T17:09:46.2114472Z adding 'torch/include/ATen/ops/_log_softmax_backward_data_ops.h' 2024-04-03T17:09:46.2116571Z adding 'torch/include/ATen/ops/_log_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2117640Z adding 'torch/include/ATen/ops/_log_softmax_cpu_dispatch.h' 2024-04-03T17:09:46.2119393Z adding 'torch/include/ATen/ops/_log_softmax_cuda_dispatch.h' 2024-04-03T17:09:46.2121014Z adding 'torch/include/ATen/ops/_log_softmax_meta.h' 2024-04-03T17:09:46.2122754Z adding 'torch/include/ATen/ops/_log_softmax_meta_dispatch.h' 2024-04-03T17:09:46.2124446Z adding 'torch/include/ATen/ops/_log_softmax_native.h' 2024-04-03T17:09:46.2126180Z adding 'torch/include/ATen/ops/_log_softmax_ops.h' 2024-04-03T17:09:46.2127861Z adding 'torch/include/ATen/ops/_logcumsumexp.h' 2024-04-03T17:09:46.2129601Z adding 'torch/include/ATen/ops/_logcumsumexp_cpu_dispatch.h' 2024-04-03T17:09:46.2131197Z adding 'torch/include/ATen/ops/_logcumsumexp_cuda_dispatch.h' 2024-04-03T17:09:46.2132829Z adding 'torch/include/ATen/ops/_logcumsumexp_native.h' 2024-04-03T17:09:46.2134507Z adding 'torch/include/ATen/ops/_logcumsumexp_ops.h' 2024-04-03T17:09:46.2136442Z adding 'torch/include/ATen/ops/_lstm_mps.h' 2024-04-03T17:09:46.2138694Z adding 'torch/include/ATen/ops/_lstm_mps_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2140232Z adding 'torch/include/ATen/ops/_lstm_mps_native.h' 2024-04-03T17:09:46.2142267Z adding 'torch/include/ATen/ops/_lstm_mps_ops.h' 2024-04-03T17:09:46.2143930Z adding 'torch/include/ATen/ops/_lu_with_info.h' 2024-04-03T17:09:46.2145819Z adding 'torch/include/ATen/ops/_lu_with_info_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2147446Z adding 'torch/include/ATen/ops/_lu_with_info_native.h' 2024-04-03T17:09:46.2149146Z adding 'torch/include/ATen/ops/_lu_with_info_ops.h' 2024-04-03T17:09:46.2150927Z adding 'torch/include/ATen/ops/_make_dep_token.h' 2024-04-03T17:09:46.2152692Z adding 'torch/include/ATen/ops/_make_dep_token_cpu_dispatch.h' 2024-04-03T17:09:46.2154252Z adding 'torch/include/ATen/ops/_make_dep_token_native.h' 2024-04-03T17:09:46.2156014Z adding 'torch/include/ATen/ops/_make_dep_token_ops.h' 2024-04-03T17:09:46.2157570Z adding 'torch/include/ATen/ops/_make_dual.h' 2024-04-03T17:09:46.2159478Z adding 'torch/include/ATen/ops/_make_dual_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2160922Z adding 'torch/include/ATen/ops/_make_dual_copy.h' 2024-04-03T17:09:46.2162911Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2164652Z adding 'torch/include/ATen/ops/_make_dual_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2165851Z adding 'torch/include/ATen/ops/_make_dual_copy_native.h' 2024-04-03T17:09:46.2167595Z adding 'torch/include/ATen/ops/_make_dual_copy_ops.h' 2024-04-03T17:09:46.2169108Z adding 'torch/include/ATen/ops/_make_dual_native.h' 2024-04-03T17:09:46.2170766Z adding 'torch/include/ATen/ops/_make_dual_ops.h' 2024-04-03T17:09:46.2172703Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor.h' 2024-04-03T17:09:46.2174814Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2176328Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cpu_dispatch.h' 2024-04-03T17:09:46.2177958Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_cuda_dispatch.h' 2024-04-03T17:09:46.2179640Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_native.h' 2024-04-03T17:09:46.2181856Z adding 'torch/include/ATen/ops/_make_per_channel_quantized_tensor_ops.h' 2024-04-03T17:09:46.2183543Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor.h' 2024-04-03T17:09:46.2185595Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2186981Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cpu_dispatch.h' 2024-04-03T17:09:46.2188629Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_cuda_dispatch.h' 2024-04-03T17:09:46.2190195Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_native.h' 2024-04-03T17:09:46.2191882Z adding 'torch/include/ATen/ops/_make_per_tensor_quantized_tensor_ops.h' 2024-04-03T17:09:46.2193429Z adding 'torch/include/ATen/ops/_masked_scale.h' 2024-04-03T17:09:46.2195380Z adding 'torch/include/ATen/ops/_masked_scale_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2196813Z adding 'torch/include/ATen/ops/_masked_scale_cuda_dispatch.h' 2024-04-03T17:09:46.2198310Z adding 'torch/include/ATen/ops/_masked_scale_native.h' 2024-04-03T17:09:46.2200058Z adding 'torch/include/ATen/ops/_masked_scale_ops.h' 2024-04-03T17:09:46.2201816Z adding 'torch/include/ATen/ops/_masked_softmax.h' 2024-04-03T17:09:46.2203581Z adding 'torch/include/ATen/ops/_masked_softmax_backward.h' 2024-04-03T17:09:46.2205805Z adding 'torch/include/ATen/ops/_masked_softmax_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2207365Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cpu_dispatch.h' 2024-04-03T17:09:46.2208971Z adding 'torch/include/ATen/ops/_masked_softmax_backward_cuda_dispatch.h' 2024-04-03T17:09:46.2210490Z adding 'torch/include/ATen/ops/_masked_softmax_backward_native.h' 2024-04-03T17:09:46.2212269Z adding 'torch/include/ATen/ops/_masked_softmax_backward_ops.h' 2024-04-03T17:09:46.2214197Z adding 'torch/include/ATen/ops/_masked_softmax_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2215655Z adding 'torch/include/ATen/ops/_masked_softmax_cpu_dispatch.h' 2024-04-03T17:09:46.2217344Z adding 'torch/include/ATen/ops/_masked_softmax_cuda_dispatch.h' 2024-04-03T17:09:46.2219430Z adding 'torch/include/ATen/ops/_masked_softmax_native.h' 2024-04-03T17:09:46.2221345Z adding 'torch/include/ATen/ops/_masked_softmax_ops.h' 2024-04-03T17:09:46.2223054Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear.h' 2024-04-03T17:09:46.2224788Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_cuda_dispatch.h' 2024-04-03T17:09:46.2226553Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_native.h' 2024-04-03T17:09:46.2228323Z adding 'torch/include/ATen/ops/_mixed_dtypes_linear_ops.h' 2024-04-03T17:09:46.2229928Z adding 'torch/include/ATen/ops/_mkldnn_reshape.h' 2024-04-03T17:09:46.2231881Z adding 'torch/include/ATen/ops/_mkldnn_reshape_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2233154Z adding 'torch/include/ATen/ops/_mkldnn_reshape_native.h' 2024-04-03T17:09:46.2234824Z adding 'torch/include/ATen/ops/_mkldnn_reshape_ops.h' 2024-04-03T17:09:46.2236533Z adding 'torch/include/ATen/ops/_mkldnn_transpose.h' 2024-04-03T17:09:46.2238426Z adding 'torch/include/ATen/ops/_mkldnn_transpose_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2239924Z adding 'torch/include/ATen/ops/_mkldnn_transpose_meta_dispatch.h' 2024-04-03T17:09:46.2241416Z adding 'torch/include/ATen/ops/_mkldnn_transpose_native.h' 2024-04-03T17:09:46.2243196Z adding 'torch/include/ATen/ops/_mkldnn_transpose_ops.h' 2024-04-03T17:09:46.2245222Z adding 'torch/include/ATen/ops/_mps_convolution.h' 2024-04-03T17:09:46.2247356Z adding 'torch/include/ATen/ops/_mps_convolution_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2248722Z adding 'torch/include/ATen/ops/_mps_convolution_native.h' 2024-04-03T17:09:46.2250492Z adding 'torch/include/ATen/ops/_mps_convolution_ops.h' 2024-04-03T17:09:46.2252636Z adding 'torch/include/ATen/ops/_mps_convolution_transpose.h' 2024-04-03T17:09:46.2254876Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2256253Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_native.h' 2024-04-03T17:09:46.2258137Z adding 'torch/include/ATen/ops/_mps_convolution_transpose_ops.h' 2024-04-03T17:09:46.2260643Z adding 'torch/include/ATen/ops/_native_batch_norm_legit.h' 2024-04-03T17:09:46.2263380Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2265056Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cpu_dispatch.h' 2024-04-03T17:09:46.2266969Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_cuda_dispatch.h' 2024-04-03T17:09:46.2268755Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_native.h' 2024-04-03T17:09:46.2270613Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training.h' 2024-04-03T17:09:46.2272669Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2274684Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_native.h' 2024-04-03T17:09:46.2276988Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_no_training_ops.h' 2024-04-03T17:09:46.2279447Z adding 'torch/include/ATen/ops/_native_batch_norm_legit_ops.h' 2024-04-03T17:09:46.2281848Z adding 'torch/include/ATen/ops/_native_multi_head_attention.h' 2024-04-03T17:09:46.2284019Z adding 'torch/include/ATen/ops/_native_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2286388Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cpu_dispatch.h' 2024-04-03T17:09:46.2287818Z adding 'torch/include/ATen/ops/_native_multi_head_attention_cuda_dispatch.h' 2024-04-03T17:09:46.2289915Z adding 'torch/include/ATen/ops/_native_multi_head_attention_native.h' 2024-04-03T17:09:46.2292057Z adding 'torch/include/ATen/ops/_native_multi_head_attention_ops.h' 2024-04-03T17:09:46.2293741Z adding 'torch/include/ATen/ops/_neg_view.h' 2024-04-03T17:09:46.2295781Z adding 'torch/include/ATen/ops/_neg_view_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2297480Z adding 'torch/include/ATen/ops/_neg_view_copy.h' 2024-04-03T17:09:46.2299744Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2302349Z adding 'torch/include/ATen/ops/_neg_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2303651Z adding 'torch/include/ATen/ops/_neg_view_copy_native.h' 2024-04-03T17:09:46.2305543Z adding 'torch/include/ATen/ops/_neg_view_copy_ops.h' 2024-04-03T17:09:46.2307811Z adding 'torch/include/ATen/ops/_neg_view_native.h' 2024-04-03T17:09:46.2309395Z adding 'torch/include/ATen/ops/_neg_view_ops.h' 2024-04-03T17:09:46.2311468Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets.h' 2024-04-03T17:09:46.2313346Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cpu_dispatch.h' 2024-04-03T17:09:46.2315163Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_cuda_dispatch.h' 2024-04-03T17:09:46.2316919Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_native.h' 2024-04-03T17:09:46.2319716Z adding 'torch/include/ATen/ops/_nested_compute_contiguous_strides_offsets_ops.h' 2024-04-03T17:09:46.2321667Z adding 'torch/include/ATen/ops/_nested_from_padded.h' 2024-04-03T17:09:46.2323821Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example.h' 2024-04-03T17:09:46.2325985Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2327384Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_native.h' 2024-04-03T17:09:46.2329398Z adding 'torch/include/ATen/ops/_nested_from_padded_and_nested_example_ops.h' 2024-04-03T17:09:46.2331409Z adding 'torch/include/ATen/ops/_nested_from_padded_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2332940Z adding 'torch/include/ATen/ops/_nested_from_padded_cpu_dispatch.h' 2024-04-03T17:09:46.2334648Z adding 'torch/include/ATen/ops/_nested_from_padded_cuda_dispatch.h' 2024-04-03T17:09:46.2336454Z adding 'torch/include/ATen/ops/_nested_from_padded_native.h' 2024-04-03T17:09:46.2338579Z adding 'torch/include/ATen/ops/_nested_from_padded_ops.h' 2024-04-03T17:09:46.2340421Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy.h' 2024-04-03T17:09:46.2342603Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_native.h' 2024-04-03T17:09:46.2344077Z adding 'torch/include/ATen/ops/_nested_get_jagged_dummy_ops.h' 2024-04-03T17:09:46.2345537Z adding 'torch/include/ATen/ops/_nested_get_lengths.h' 2024-04-03T17:09:46.2347415Z adding 'torch/include/ATen/ops/_nested_get_lengths_native.h' 2024-04-03T17:09:46.2348961Z adding 'torch/include/ATen/ops/_nested_get_lengths_ops.h' 2024-04-03T17:09:46.2350590Z adding 'torch/include/ATen/ops/_nested_get_offsets.h' 2024-04-03T17:09:46.2352292Z adding 'torch/include/ATen/ops/_nested_get_offsets_native.h' 2024-04-03T17:09:46.2354087Z adding 'torch/include/ATen/ops/_nested_get_offsets_ops.h' 2024-04-03T17:09:46.2355886Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx.h' 2024-04-03T17:09:46.2357573Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_native.h' 2024-04-03T17:09:46.2359014Z adding 'torch/include/ATen/ops/_nested_get_ragged_idx_ops.h' 2024-04-03T17:09:46.2360699Z adding 'torch/include/ATen/ops/_nested_get_values.h' 2024-04-03T17:09:46.2362429Z adding 'torch/include/ATen/ops/_nested_get_values_copy.h' 2024-04-03T17:09:46.2364587Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2366318Z adding 'torch/include/ATen/ops/_nested_get_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2367705Z adding 'torch/include/ATen/ops/_nested_get_values_copy_native.h' 2024-04-03T17:09:46.2370160Z adding 'torch/include/ATen/ops/_nested_get_values_copy_ops.h' 2024-04-03T17:09:46.2371529Z adding 'torch/include/ATen/ops/_nested_get_values_native.h' 2024-04-03T17:09:46.2373270Z adding 'torch/include/ATen/ops/_nested_get_values_ops.h' 2024-04-03T17:09:46.2375387Z adding 'torch/include/ATen/ops/_nested_select_backward.h' 2024-04-03T17:09:46.2376854Z adding 'torch/include/ATen/ops/_nested_select_backward_native.h' 2024-04-03T17:09:46.2378886Z adding 'torch/include/ATen/ops/_nested_select_backward_ops.h' 2024-04-03T17:09:46.2380593Z adding 'torch/include/ATen/ops/_nested_sum_backward.h' 2024-04-03T17:09:46.2382314Z adding 'torch/include/ATen/ops/_nested_sum_backward_native.h' 2024-04-03T17:09:46.2384146Z adding 'torch/include/ATen/ops/_nested_sum_backward_ops.h' 2024-04-03T17:09:46.2385967Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask.h' 2024-04-03T17:09:46.2387960Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2389565Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cpu_dispatch.h' 2024-04-03T17:09:46.2391242Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_cuda_dispatch.h' 2024-04-03T17:09:46.2392926Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned.h' 2024-04-03T17:09:46.2394755Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cpu_dispatch.h' 2024-04-03T17:09:46.2396447Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_cuda_dispatch.h' 2024-04-03T17:09:46.2398220Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_native.h' 2024-04-03T17:09:46.2400063Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_left_aligned_ops.h' 2024-04-03T17:09:46.2401688Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_native.h' 2024-04-03T17:09:46.2403565Z adding 'torch/include/ATen/ops/_nested_tensor_from_mask_ops.h' 2024-04-03T17:09:46.2405480Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list.h' 2024-04-03T17:09:46.2407595Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2409195Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_native.h' 2024-04-03T17:09:46.2411155Z adding 'torch/include/ATen/ops/_nested_tensor_from_tensor_list_ops.h' 2024-04-03T17:09:46.2412867Z adding 'torch/include/ATen/ops/_nested_tensor_size.h' 2024-04-03T17:09:46.2414867Z adding 'torch/include/ATen/ops/_nested_tensor_size_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2416408Z adding 'torch/include/ATen/ops/_nested_tensor_size_native.h' 2024-04-03T17:09:46.2418708Z adding 'torch/include/ATen/ops/_nested_tensor_size_ops.h' 2024-04-03T17:09:46.2420518Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape.h' 2024-04-03T17:09:46.2422290Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_native.h' 2024-04-03T17:09:46.2423996Z adding 'torch/include/ATen/ops/_nested_tensor_softmax_with_shape_ops.h' 2024-04-03T17:09:46.2425770Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets.h' 2024-04-03T17:09:46.2428137Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2429572Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_native.h' 2024-04-03T17:09:46.2431469Z adding 'torch/include/ATen/ops/_nested_tensor_storage_offsets_ops.h' 2024-04-03T17:09:46.2433206Z adding 'torch/include/ATen/ops/_nested_tensor_strides.h' 2024-04-03T17:09:46.2435310Z adding 'torch/include/ATen/ops/_nested_tensor_strides_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2436837Z adding 'torch/include/ATen/ops/_nested_tensor_strides_native.h' 2024-04-03T17:09:46.2438842Z adding 'torch/include/ATen/ops/_nested_tensor_strides_ops.h' 2024-04-03T17:09:46.2440599Z adding 'torch/include/ATen/ops/_nested_view_from_buffer.h' 2024-04-03T17:09:46.2442578Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy.h' 2024-04-03T17:09:46.2444743Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2446687Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2448192Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_native.h' 2024-04-03T17:09:46.2450198Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_copy_ops.h' 2024-04-03T17:09:46.2452026Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cpu_dispatch.h' 2024-04-03T17:09:46.2453879Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_cuda_dispatch.h' 2024-04-03T17:09:46.2455589Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_native.h' 2024-04-03T17:09:46.2457593Z adding 'torch/include/ATen/ops/_nested_view_from_buffer_ops.h' 2024-04-03T17:09:46.2459767Z adding 'torch/include/ATen/ops/_nested_view_from_jagged.h' 2024-04-03T17:09:46.2461686Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy.h' 2024-04-03T17:09:46.2463903Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2465880Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2467329Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_native.h' 2024-04-03T17:09:46.2469455Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_copy_ops.h' 2024-04-03T17:09:46.2471175Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_native.h' 2024-04-03T17:09:46.2473121Z adding 'torch/include/ATen/ops/_nested_view_from_jagged_ops.h' 2024-04-03T17:09:46.2475007Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta.h' 2024-04-03T17:09:46.2477073Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2478617Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_native.h' 2024-04-03T17:09:46.2480587Z adding 'torch/include/ATen/ops/_new_zeros_with_same_feature_meta_ops.h' 2024-04-03T17:09:46.2482260Z adding 'torch/include/ATen/ops/_nnpack_available.h' 2024-04-03T17:09:46.2484329Z adding 'torch/include/ATen/ops/_nnpack_available_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2485834Z adding 'torch/include/ATen/ops/_nnpack_available_native.h' 2024-04-03T17:09:46.2487727Z adding 'torch/include/ATen/ops/_nnpack_available_ops.h' 2024-04-03T17:09:46.2489936Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution.h' 2024-04-03T17:09:46.2492317Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2493922Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_native.h' 2024-04-03T17:09:46.2495964Z adding 'torch/include/ATen/ops/_nnpack_spatial_convolution_ops.h' 2024-04-03T17:09:46.2497695Z adding 'torch/include/ATen/ops/_nnz.h' 2024-04-03T17:09:46.2499876Z adding 'torch/include/ATen/ops/_nnz_native.h' 2024-04-03T17:09:46.2501859Z adding 'torch/include/ATen/ops/_nnz_ops.h' 2024-04-03T17:09:46.2503779Z adding 'torch/include/ATen/ops/_pack_padded_sequence.h' 2024-04-03T17:09:46.2505834Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward.h' 2024-04-03T17:09:46.2507982Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2509586Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_native.h' 2024-04-03T17:09:46.2511454Z adding 'torch/include/ATen/ops/_pack_padded_sequence_backward_ops.h' 2024-04-03T17:09:46.2513501Z adding 'torch/include/ATen/ops/_pack_padded_sequence_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2515185Z adding 'torch/include/ATen/ops/_pack_padded_sequence_native.h' 2024-04-03T17:09:46.2517190Z adding 'torch/include/ATen/ops/_pack_padded_sequence_ops.h' 2024-04-03T17:09:46.2518900Z adding 'torch/include/ATen/ops/_pad_circular.h' 2024-04-03T17:09:46.2521714Z adding 'torch/include/ATen/ops/_pad_circular_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2523152Z adding 'torch/include/ATen/ops/_pad_circular_native.h' 2024-04-03T17:09:46.2524746Z adding 'torch/include/ATen/ops/_pad_circular_ops.h' 2024-04-03T17:09:46.2526542Z adding 'torch/include/ATen/ops/_pad_enum.h' 2024-04-03T17:09:46.2528881Z adding 'torch/include/ATen/ops/_pad_enum_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2530214Z adding 'torch/include/ATen/ops/_pad_enum_native.h' 2024-04-03T17:09:46.2532004Z adding 'torch/include/ATen/ops/_pad_enum_ops.h' 2024-04-03T17:09:46.2533859Z adding 'torch/include/ATen/ops/_pad_packed_sequence.h' 2024-04-03T17:09:46.2536731Z adding 'torch/include/ATen/ops/_pad_packed_sequence_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2538931Z adding 'torch/include/ATen/ops/_pad_packed_sequence_native.h' 2024-04-03T17:09:46.2540631Z adding 'torch/include/ATen/ops/_pad_packed_sequence_ops.h' 2024-04-03T17:09:46.2542355Z adding 'torch/include/ATen/ops/_pdist_backward.h' 2024-04-03T17:09:46.2544797Z adding 'torch/include/ATen/ops/_pdist_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2546661Z adding 'torch/include/ATen/ops/_pdist_backward_cpu_dispatch.h' 2024-04-03T17:09:46.2548610Z adding 'torch/include/ATen/ops/_pdist_backward_cuda_dispatch.h' 2024-04-03T17:09:46.2550471Z adding 'torch/include/ATen/ops/_pdist_backward_native.h' 2024-04-03T17:09:46.2552163Z adding 'torch/include/ATen/ops/_pdist_backward_ops.h' 2024-04-03T17:09:46.2554033Z adding 'torch/include/ATen/ops/_pdist_forward.h' 2024-04-03T17:09:46.2556304Z adding 'torch/include/ATen/ops/_pdist_forward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2557996Z adding 'torch/include/ATen/ops/_pdist_forward_cpu_dispatch.h' 2024-04-03T17:09:46.2559802Z adding 'torch/include/ATen/ops/_pdist_forward_cuda_dispatch.h' 2024-04-03T17:09:46.2561509Z adding 'torch/include/ATen/ops/_pdist_forward_native.h' 2024-04-03T17:09:46.2563430Z adding 'torch/include/ATen/ops/_pdist_forward_ops.h' 2024-04-03T17:09:46.2565270Z adding 'torch/include/ATen/ops/_pin_memory.h' 2024-04-03T17:09:46.2567764Z adding 'torch/include/ATen/ops/_pin_memory_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2569284Z adding 'torch/include/ATen/ops/_pin_memory_cuda_dispatch.h' 2024-04-03T17:09:46.2571196Z adding 'torch/include/ATen/ops/_pin_memory_native.h' 2024-04-03T17:09:46.2572950Z adding 'torch/include/ATen/ops/_pin_memory_ops.h' 2024-04-03T17:09:46.2574716Z adding 'torch/include/ATen/ops/_prelu_kernel.h' 2024-04-03T17:09:46.2576699Z adding 'torch/include/ATen/ops/_prelu_kernel_backward.h' 2024-04-03T17:09:46.2578855Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cpu_dispatch.h' 2024-04-03T17:09:46.2580604Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_cuda_dispatch.h' 2024-04-03T17:09:46.2582423Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_native.h' 2024-04-03T17:09:46.2584235Z adding 'torch/include/ATen/ops/_prelu_kernel_backward_ops.h' 2024-04-03T17:09:46.2586360Z adding 'torch/include/ATen/ops/_prelu_kernel_cpu_dispatch.h' 2024-04-03T17:09:46.2588280Z adding 'torch/include/ATen/ops/_prelu_kernel_cuda_dispatch.h' 2024-04-03T17:09:46.2590192Z adding 'torch/include/ATen/ops/_prelu_kernel_native.h' 2024-04-03T17:09:46.2592185Z adding 'torch/include/ATen/ops/_prelu_kernel_ops.h' 2024-04-03T17:09:46.2594042Z adding 'torch/include/ATen/ops/_print.h' 2024-04-03T17:09:46.2596405Z adding 'torch/include/ATen/ops/_print_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2597975Z adding 'torch/include/ATen/ops/_print_native.h' 2024-04-03T17:09:46.2600108Z adding 'torch/include/ATen/ops/_print_ops.h' 2024-04-03T17:09:46.2602035Z adding 'torch/include/ATen/ops/_propagate_xla_data.h' 2024-04-03T17:09:46.2603831Z adding 'torch/include/ATen/ops/_propagate_xla_data_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2605367Z adding 'torch/include/ATen/ops/_propagate_xla_data_native.h' 2024-04-03T17:09:46.2606982Z adding 'torch/include/ATen/ops/_propagate_xla_data_ops.h' 2024-04-03T17:09:46.2608683Z adding 'torch/include/ATen/ops/_remove_batch_dim.h' 2024-04-03T17:09:46.2610690Z adding 'torch/include/ATen/ops/_remove_batch_dim_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2612484Z adding 'torch/include/ATen/ops/_remove_batch_dim_native.h' 2024-04-03T17:09:46.2614001Z adding 'torch/include/ATen/ops/_remove_batch_dim_ops.h' 2024-04-03T17:09:46.2615785Z adding 'torch/include/ATen/ops/_reshape_alias.h' 2024-04-03T17:09:46.2617941Z adding 'torch/include/ATen/ops/_reshape_alias_copy.h' 2024-04-03T17:09:46.2620319Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2622986Z adding 'torch/include/ATen/ops/_reshape_alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2624279Z adding 'torch/include/ATen/ops/_reshape_alias_copy_native.h' 2024-04-03T17:09:46.2626249Z adding 'torch/include/ATen/ops/_reshape_alias_copy_ops.h' 2024-04-03T17:09:46.2628319Z adding 'torch/include/ATen/ops/_reshape_alias_cpu_dispatch.h' 2024-04-03T17:09:46.2630250Z adding 'torch/include/ATen/ops/_reshape_alias_cuda_dispatch.h' 2024-04-03T17:09:46.2632165Z adding 'torch/include/ATen/ops/_reshape_alias_meta_dispatch.h' 2024-04-03T17:09:46.2634017Z adding 'torch/include/ATen/ops/_reshape_alias_native.h' 2024-04-03T17:09:46.2635979Z adding 'torch/include/ATen/ops/_reshape_alias_ops.h' 2024-04-03T17:09:46.2638051Z adding 'torch/include/ATen/ops/_reshape_copy.h' 2024-04-03T17:09:46.2640630Z adding 'torch/include/ATen/ops/_reshape_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2641869Z adding 'torch/include/ATen/ops/_reshape_copy_native.h' 2024-04-03T17:09:46.2643854Z adding 'torch/include/ATen/ops/_reshape_copy_ops.h' 2024-04-03T17:09:46.2645898Z adding 'torch/include/ATen/ops/_reshape_from_tensor.h' 2024-04-03T17:09:46.2648106Z adding 'torch/include/ATen/ops/_reshape_from_tensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2649850Z adding 'torch/include/ATen/ops/_reshape_from_tensor_native.h' 2024-04-03T17:09:46.2651809Z adding 'torch/include/ATen/ops/_reshape_from_tensor_ops.h' 2024-04-03T17:09:46.2654085Z adding 'torch/include/ATen/ops/_resize_output.h' 2024-04-03T17:09:46.2656460Z adding 'torch/include/ATen/ops/_resize_output_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2658674Z adding 'torch/include/ATen/ops/_resize_output_meta_dispatch.h' 2024-04-03T17:09:46.2660650Z adding 'torch/include/ATen/ops/_resize_output_native.h' 2024-04-03T17:09:46.2662686Z adding 'torch/include/ATen/ops/_resize_output_ops.h' 2024-04-03T17:09:46.2664652Z adding 'torch/include/ATen/ops/_rowwise_prune.h' 2024-04-03T17:09:46.2666863Z adding 'torch/include/ATen/ops/_rowwise_prune_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2668510Z adding 'torch/include/ATen/ops/_rowwise_prune_native.h' 2024-04-03T17:09:46.2670460Z adding 'torch/include/ATen/ops/_rowwise_prune_ops.h' 2024-04-03T17:09:46.2672541Z adding 'torch/include/ATen/ops/_sample_dirichlet.h' 2024-04-03T17:09:46.2674833Z adding 'torch/include/ATen/ops/_sample_dirichlet_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2676632Z adding 'torch/include/ATen/ops/_sample_dirichlet_cpu_dispatch.h' 2024-04-03T17:09:46.2678575Z adding 'torch/include/ATen/ops/_sample_dirichlet_cuda_dispatch.h' 2024-04-03T17:09:46.2681128Z adding 'torch/include/ATen/ops/_sample_dirichlet_native.h' 2024-04-03T17:09:46.2682576Z adding 'torch/include/ATen/ops/_sample_dirichlet_ops.h' 2024-04-03T17:09:46.2684679Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16.h' 2024-04-03T17:09:46.2686914Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2688433Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_native.h' 2024-04-03T17:09:46.2690514Z adding 'torch/include/ATen/ops/_saturate_weight_to_fp16_ops.h' 2024-04-03T17:09:46.2692872Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math.h' 2024-04-03T17:09:46.2698622Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2700006Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_native.h' 2024-04-03T17:09:46.2701037Z adding 'torch/include/ATen/ops/_scaled_dot_product_attention_math_ops.h' 2024-04-03T17:09:46.2701880Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention.h' 2024-04-03T17:09:46.2703855Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_cuda_dispatch.h' 2024-04-03T17:09:46.2705650Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_native.h' 2024-04-03T17:09:46.2708059Z adding 'torch/include/ATen/ops/_scaled_dot_product_cudnn_attention_ops.h' 2024-04-03T17:09:46.2709808Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention.h' 2024-04-03T17:09:46.2711937Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward.h' 2024-04-03T17:09:46.2714065Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_cuda_dispatch.h' 2024-04-03T17:09:46.2717952Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_native.h' 2024-04-03T17:09:46.2719251Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_backward_ops.h' 2024-04-03T17:09:46.2720370Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_cuda_dispatch.h' 2024-04-03T17:09:46.2721667Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_native.h' 2024-04-03T17:09:46.2723713Z adding 'torch/include/ATen/ops/_scaled_dot_product_efficient_attention_ops.h' 2024-04-03T17:09:46.2725561Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention.h' 2024-04-03T17:09:46.2727838Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward.h' 2024-04-03T17:09:46.2730034Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_cuda_dispatch.h' 2024-04-03T17:09:46.2731988Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_native.h' 2024-04-03T17:09:46.2734007Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_backward_ops.h' 2024-04-03T17:09:46.2736057Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_cuda_dispatch.h' 2024-04-03T17:09:46.2738033Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu.h' 2024-04-03T17:09:46.2740414Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward.h' 2024-04-03T17:09:46.2742114Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_cpu_dispatch.h' 2024-04-03T17:09:46.2744227Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_native.h' 2024-04-03T17:09:46.2746285Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_backward_ops.h' 2024-04-03T17:09:46.2748072Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_cpu_dispatch.h' 2024-04-03T17:09:46.2749839Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_native.h' 2024-04-03T17:09:46.2752007Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_for_cpu_ops.h' 2024-04-03T17:09:46.2753814Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_native.h' 2024-04-03T17:09:46.2755843Z adding 'torch/include/ATen/ops/_scaled_dot_product_flash_attention_ops.h' 2024-04-03T17:09:46.2757738Z adding 'torch/include/ATen/ops/_scaled_mm.h' 2024-04-03T17:09:46.2793456Z adding 'torch/include/ATen/ops/_scaled_mm_cuda_dispatch.h' 2024-04-03T17:09:46.2794727Z adding 'torch/include/ATen/ops/_scaled_mm_native.h' 2024-04-03T17:09:46.2797093Z adding 'torch/include/ATen/ops/_scaled_mm_ops.h' 2024-04-03T17:09:46.2799510Z adding 'torch/include/ATen/ops/_segment_reduce_backward.h' 2024-04-03T17:09:46.2801837Z adding 'torch/include/ATen/ops/_segment_reduce_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2803502Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cpu_dispatch.h' 2024-04-03T17:09:46.2806234Z adding 'torch/include/ATen/ops/_segment_reduce_backward_cuda_dispatch.h' 2024-04-03T17:09:46.2807740Z adding 'torch/include/ATen/ops/_segment_reduce_backward_native.h' 2024-04-03T17:09:46.2809751Z adding 'torch/include/ATen/ops/_segment_reduce_backward_ops.h' 2024-04-03T17:09:46.2811736Z adding 'torch/include/ATen/ops/_shape_as_tensor.h' 2024-04-03T17:09:46.2814018Z adding 'torch/include/ATen/ops/_shape_as_tensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2815538Z adding 'torch/include/ATen/ops/_shape_as_tensor_native.h' 2024-04-03T17:09:46.2817670Z adding 'torch/include/ATen/ops/_shape_as_tensor_ops.h' 2024-04-03T17:09:46.2821064Z adding 'torch/include/ATen/ops/_slow_conv2d_backward.h' 2024-04-03T17:09:46.2824072Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2825938Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.2828360Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.2830136Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_native.h' 2024-04-03T17:09:46.2832871Z adding 'torch/include/ATen/ops/_slow_conv2d_backward_ops.h' 2024-04-03T17:09:46.2835441Z adding 'torch/include/ATen/ops/_slow_conv2d_forward.h' 2024-04-03T17:09:46.2837690Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cpu_dispatch.h' 2024-04-03T17:09:46.2839951Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_cuda_dispatch.h' 2024-04-03T17:09:46.2841970Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_native.h' 2024-04-03T17:09:46.2844184Z adding 'torch/include/ATen/ops/_slow_conv2d_forward_ops.h' 2024-04-03T17:09:46.2846252Z adding 'torch/include/ATen/ops/_sobol_engine_draw.h' 2024-04-03T17:09:46.2848744Z adding 'torch/include/ATen/ops/_sobol_engine_draw_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2850634Z adding 'torch/include/ATen/ops/_sobol_engine_draw_native.h' 2024-04-03T17:09:46.2852682Z adding 'torch/include/ATen/ops/_sobol_engine_draw_ops.h' 2024-04-03T17:09:46.2854708Z adding 'torch/include/ATen/ops/_sobol_engine_ff.h' 2024-04-03T17:09:46.2857177Z adding 'torch/include/ATen/ops/_sobol_engine_ff_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2859280Z adding 'torch/include/ATen/ops/_sobol_engine_ff_native.h' 2024-04-03T17:09:46.2861326Z adding 'torch/include/ATen/ops/_sobol_engine_ff_ops.h' 2024-04-03T17:09:46.2863816Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state.h' 2024-04-03T17:09:46.2866048Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2867634Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_native.h' 2024-04-03T17:09:46.2869873Z adding 'torch/include/ATen/ops/_sobol_engine_initialize_state_ops.h' 2024-04-03T17:09:46.2871715Z adding 'torch/include/ATen/ops/_sobol_engine_scramble.h' 2024-04-03T17:09:46.2874258Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2875642Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_native.h' 2024-04-03T17:09:46.2877884Z adding 'torch/include/ATen/ops/_sobol_engine_scramble_ops.h' 2024-04-03T17:09:46.2879805Z adding 'torch/include/ATen/ops/_softmax.h' 2024-04-03T17:09:46.2882062Z adding 'torch/include/ATen/ops/_softmax_backward_data.h' 2024-04-03T17:09:46.2884519Z adding 'torch/include/ATen/ops/_softmax_backward_data_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2886213Z adding 'torch/include/ATen/ops/_softmax_backward_data_cpu_dispatch.h' 2024-04-03T17:09:46.2888447Z adding 'torch/include/ATen/ops/_softmax_backward_data_cuda_dispatch.h' 2024-04-03T17:09:46.2890336Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta.h' 2024-04-03T17:09:46.2892454Z adding 'torch/include/ATen/ops/_softmax_backward_data_meta_dispatch.h' 2024-04-03T17:09:46.2894443Z adding 'torch/include/ATen/ops/_softmax_backward_data_native.h' 2024-04-03T17:09:46.2896839Z adding 'torch/include/ATen/ops/_softmax_backward_data_ops.h' 2024-04-03T17:09:46.2899572Z adding 'torch/include/ATen/ops/_softmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2901220Z adding 'torch/include/ATen/ops/_softmax_cpu_dispatch.h' 2024-04-03T17:09:46.2903269Z adding 'torch/include/ATen/ops/_softmax_cuda_dispatch.h' 2024-04-03T17:09:46.2905296Z adding 'torch/include/ATen/ops/_softmax_meta.h' 2024-04-03T17:09:46.2907796Z adding 'torch/include/ATen/ops/_softmax_meta_dispatch.h' 2024-04-03T17:09:46.2909760Z adding 'torch/include/ATen/ops/_softmax_native.h' 2024-04-03T17:09:46.2911647Z adding 'torch/include/ATen/ops/_softmax_ops.h' 2024-04-03T17:09:46.2913884Z adding 'torch/include/ATen/ops/_sparse_addmm.h' 2024-04-03T17:09:46.2916069Z adding 'torch/include/ATen/ops/_sparse_addmm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2917691Z adding 'torch/include/ATen/ops/_sparse_addmm_native.h' 2024-04-03T17:09:46.2919936Z adding 'torch/include/ATen/ops/_sparse_addmm_ops.h' 2024-04-03T17:09:46.2922030Z adding 'torch/include/ATen/ops/_sparse_broadcast_to.h' 2024-04-03T17:09:46.2924054Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy.h' 2024-04-03T17:09:46.2926419Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2928363Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.2929932Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_native.h' 2024-04-03T17:09:46.2932089Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_copy_ops.h' 2024-04-03T17:09:46.2934018Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_native.h' 2024-04-03T17:09:46.2935986Z adding 'torch/include/ATen/ops/_sparse_broadcast_to_ops.h' 2024-04-03T17:09:46.2938558Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe.h' 2024-04-03T17:09:46.2941249Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2942577Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_native.h' 2024-04-03T17:09:46.2944665Z adding 'torch/include/ATen/ops/_sparse_bsc_tensor_unsafe_ops.h' 2024-04-03T17:09:46.2946811Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe.h' 2024-04-03T17:09:46.2949151Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2950841Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_native.h' 2024-04-03T17:09:46.2952945Z adding 'torch/include/ATen/ops/_sparse_bsr_tensor_unsafe_ops.h' 2024-04-03T17:09:46.2955363Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe.h' 2024-04-03T17:09:46.2957919Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2959536Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_native.h' 2024-04-03T17:09:46.2961700Z adding 'torch/include/ATen/ops/_sparse_compressed_tensor_unsafe_ops.h' 2024-04-03T17:09:46.2963811Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe.h' 2024-04-03T17:09:46.2966158Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2967842Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_native.h' 2024-04-03T17:09:46.2969811Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_unsafe_ops.h' 2024-04-03T17:09:46.2972049Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims.h' 2024-04-03T17:09:46.2974653Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors.h' 2024-04-03T17:09:46.2977281Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2979416Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_meta_dispatch.h' 2024-04-03T17:09:46.2981540Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_native.h' 2024-04-03T17:09:46.2983683Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_and_tensors_ops.h' 2024-04-03T17:09:46.2986010Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.2987633Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_meta_dispatch.h' 2024-04-03T17:09:46.2989546Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_native.h' 2024-04-03T17:09:46.2991583Z adding 'torch/include/ATen/ops/_sparse_coo_tensor_with_dims_ops.h' 2024-04-03T17:09:46.2993600Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe.h' 2024-04-03T17:09:46.2995780Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.2997433Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_native.h' 2024-04-03T17:09:46.2999525Z adding 'torch/include/ATen/ops/_sparse_csc_tensor_unsafe_ops.h' 2024-04-03T17:09:46.3001470Z adding 'torch/include/ATen/ops/_sparse_csr_prod.h' 2024-04-03T17:09:46.3003605Z adding 'torch/include/ATen/ops/_sparse_csr_prod_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3005228Z adding 'torch/include/ATen/ops/_sparse_csr_prod_native.h' 2024-04-03T17:09:46.3007268Z adding 'torch/include/ATen/ops/_sparse_csr_prod_ops.h' 2024-04-03T17:09:46.3009384Z adding 'torch/include/ATen/ops/_sparse_csr_sum.h' 2024-04-03T17:09:46.3011405Z adding 'torch/include/ATen/ops/_sparse_csr_sum_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3013229Z adding 'torch/include/ATen/ops/_sparse_csr_sum_native.h' 2024-04-03T17:09:46.3015200Z adding 'torch/include/ATen/ops/_sparse_csr_sum_ops.h' 2024-04-03T17:09:46.3017422Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe.h' 2024-04-03T17:09:46.3019802Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3021473Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_native.h' 2024-04-03T17:09:46.3023500Z adding 'torch/include/ATen/ops/_sparse_csr_tensor_unsafe_ops.h' 2024-04-03T17:09:46.3025484Z adding 'torch/include/ATen/ops/_sparse_log_softmax.h' 2024-04-03T17:09:46.3027535Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data.h' 2024-04-03T17:09:46.3029801Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3031405Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_native.h' 2024-04-03T17:09:46.3033486Z adding 'torch/include/ATen/ops/_sparse_log_softmax_backward_data_ops.h' 2024-04-03T17:09:46.3035618Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3037481Z adding 'torch/include/ATen/ops/_sparse_log_softmax_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3039274Z adding 'torch/include/ATen/ops/_sparse_log_softmax_native.h' 2024-04-03T17:09:46.3041697Z adding 'torch/include/ATen/ops/_sparse_log_softmax_ops.h' 2024-04-03T17:09:46.3043624Z adding 'torch/include/ATen/ops/_sparse_mask_projection.h' 2024-04-03T17:09:46.3045798Z adding 'torch/include/ATen/ops/_sparse_mask_projection_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3047238Z adding 'torch/include/ATen/ops/_sparse_mask_projection_native.h' 2024-04-03T17:09:46.3049425Z adding 'torch/include/ATen/ops/_sparse_mask_projection_ops.h' 2024-04-03T17:09:46.3051220Z adding 'torch/include/ATen/ops/_sparse_mm.h' 2024-04-03T17:09:46.3053341Z adding 'torch/include/ATen/ops/_sparse_mm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3054802Z adding 'torch/include/ATen/ops/_sparse_mm_native.h' 2024-04-03T17:09:46.3057070Z adding 'torch/include/ATen/ops/_sparse_mm_ops.h' 2024-04-03T17:09:46.3059242Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl.h' 2024-04-03T17:09:46.3061880Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward.h' 2024-04-03T17:09:46.3063833Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_native.h' 2024-04-03T17:09:46.3065456Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_backward_ops.h' 2024-04-03T17:09:46.3067019Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_native.h' 2024-04-03T17:09:46.3069360Z adding 'torch/include/ATen/ops/_sparse_mm_reduce_impl_ops.h' 2024-04-03T17:09:46.3071156Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear.h' 2024-04-03T17:09:46.3073004Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_cuda_dispatch.h' 2024-04-03T17:09:46.3074640Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_native.h' 2024-04-03T17:09:46.3076615Z adding 'torch/include/ATen/ops/_sparse_semi_structured_linear_ops.h' 2024-04-03T17:09:46.3078630Z adding 'torch/include/ATen/ops/_sparse_softmax.h' 2024-04-03T17:09:46.3080735Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data.h' 2024-04-03T17:09:46.3082976Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3084410Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_native.h' 2024-04-03T17:09:46.3086491Z adding 'torch/include/ATen/ops/_sparse_softmax_backward_data_ops.h' 2024-04-03T17:09:46.3088501Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3090346Z adding 'torch/include/ATen/ops/_sparse_softmax_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3091838Z adding 'torch/include/ATen/ops/_sparse_softmax_native.h' 2024-04-03T17:09:46.3093897Z adding 'torch/include/ATen/ops/_sparse_softmax_ops.h' 2024-04-03T17:09:46.3095922Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul.h' 2024-04-03T17:09:46.3098189Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3100244Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_native.h' 2024-04-03T17:09:46.3102313Z adding 'torch/include/ATen/ops/_sparse_sparse_matmul_ops.h' 2024-04-03T17:09:46.3104017Z adding 'torch/include/ATen/ops/_sparse_sum.h' 2024-04-03T17:09:46.3105998Z adding 'torch/include/ATen/ops/_sparse_sum_backward.h' 2024-04-03T17:09:46.3108258Z adding 'torch/include/ATen/ops/_sparse_sum_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3109704Z adding 'torch/include/ATen/ops/_sparse_sum_backward_native.h' 2024-04-03T17:09:46.3111599Z adding 'torch/include/ATen/ops/_sparse_sum_backward_ops.h' 2024-04-03T17:09:46.3113390Z adding 'torch/include/ATen/ops/_sparse_sum_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3115328Z adding 'torch/include/ATen/ops/_sparse_sum_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3117076Z adding 'torch/include/ATen/ops/_sparse_sum_native.h' 2024-04-03T17:09:46.3119427Z adding 'torch/include/ATen/ops/_sparse_sum_ops.h' 2024-04-03T17:09:46.3121490Z adding 'torch/include/ATen/ops/_spdiags.h' 2024-04-03T17:09:46.3123914Z adding 'torch/include/ATen/ops/_spdiags_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3125974Z adding 'torch/include/ATen/ops/_spdiags_cpu_dispatch.h' 2024-04-03T17:09:46.3127637Z adding 'torch/include/ATen/ops/_spdiags_native.h' 2024-04-03T17:09:46.3129803Z adding 'torch/include/ATen/ops/_spdiags_ops.h' 2024-04-03T17:09:46.3132001Z adding 'torch/include/ATen/ops/_stack.h' 2024-04-03T17:09:46.3134216Z adding 'torch/include/ATen/ops/_stack_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3136086Z adding 'torch/include/ATen/ops/_stack_cpu_dispatch.h' 2024-04-03T17:09:46.3138028Z adding 'torch/include/ATen/ops/_stack_native.h' 2024-04-03T17:09:46.3140364Z adding 'torch/include/ATen/ops/_stack_ops.h' 2024-04-03T17:09:46.3142108Z adding 'torch/include/ATen/ops/_standard_gamma.h' 2024-04-03T17:09:46.3144202Z adding 'torch/include/ATen/ops/_standard_gamma_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3145601Z adding 'torch/include/ATen/ops/_standard_gamma_cpu_dispatch.h' 2024-04-03T17:09:46.3147571Z adding 'torch/include/ATen/ops/_standard_gamma_cuda_dispatch.h' 2024-04-03T17:09:46.3149249Z adding 'torch/include/ATen/ops/_standard_gamma_grad.h' 2024-04-03T17:09:46.3151310Z adding 'torch/include/ATen/ops/_standard_gamma_grad_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3152898Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cpu_dispatch.h' 2024-04-03T17:09:46.3154959Z adding 'torch/include/ATen/ops/_standard_gamma_grad_cuda_dispatch.h' 2024-04-03T17:09:46.3156317Z adding 'torch/include/ATen/ops/_standard_gamma_grad_native.h' 2024-04-03T17:09:46.3158321Z adding 'torch/include/ATen/ops/_standard_gamma_grad_ops.h' 2024-04-03T17:09:46.3159995Z adding 'torch/include/ATen/ops/_standard_gamma_native.h' 2024-04-03T17:09:46.3161940Z adding 'torch/include/ATen/ops/_standard_gamma_ops.h' 2024-04-03T17:09:46.3163703Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults.h' 2024-04-03T17:09:46.3165722Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3167176Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_native.h' 2024-04-03T17:09:46.3169411Z adding 'torch/include/ATen/ops/_test_ambiguous_defaults_ops.h' 2024-04-03T17:09:46.3171337Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch.h' 2024-04-03T17:09:46.3173386Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3175296Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3176872Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_native.h' 2024-04-03T17:09:46.3178922Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_ops.h' 2024-04-03T17:09:46.3180920Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view.h' 2024-04-03T17:09:46.3182959Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3184386Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy.h' 2024-04-03T17:09:46.3186589Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3188408Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3190028Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_native.h' 2024-04-03T17:09:46.3191764Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_copy_ops.h' 2024-04-03T17:09:46.3193479Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_native.h' 2024-04-03T17:09:46.3195234Z adding 'torch/include/ATen/ops/_test_autograd_multiple_dispatch_view_ops.h' 2024-04-03T17:09:46.3196844Z adding 'torch/include/ATen/ops/_test_check_tensor.h' 2024-04-03T17:09:46.3198964Z adding 'torch/include/ATen/ops/_test_check_tensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3200223Z adding 'torch/include/ATen/ops/_test_check_tensor_native.h' 2024-04-03T17:09:46.3202091Z adding 'torch/include/ATen/ops/_test_check_tensor_ops.h' 2024-04-03T17:09:46.3203948Z adding 'torch/include/ATen/ops/_test_functorch_fallback.h' 2024-04-03T17:09:46.3206014Z adding 'torch/include/ATen/ops/_test_functorch_fallback_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3207425Z adding 'torch/include/ATen/ops/_test_functorch_fallback_cpu_dispatch.h' 2024-04-03T17:09:46.3209036Z adding 'torch/include/ATen/ops/_test_functorch_fallback_native.h' 2024-04-03T17:09:46.3211059Z adding 'torch/include/ATen/ops/_test_functorch_fallback_ops.h' 2024-04-03T17:09:46.3212771Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist.h' 2024-04-03T17:09:46.3214964Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3216390Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_cpu_dispatch.h' 2024-04-03T17:09:46.3218076Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_native.h' 2024-04-03T17:09:46.3220536Z adding 'torch/include/ATen/ops/_test_optional_filled_intlist_ops.h' 2024-04-03T17:09:46.3222015Z adding 'torch/include/ATen/ops/_test_optional_floatlist.h' 2024-04-03T17:09:46.3224546Z adding 'torch/include/ATen/ops/_test_optional_floatlist_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3225898Z adding 'torch/include/ATen/ops/_test_optional_floatlist_cpu_dispatch.h' 2024-04-03T17:09:46.3227455Z adding 'torch/include/ATen/ops/_test_optional_floatlist_native.h' 2024-04-03T17:09:46.3229434Z adding 'torch/include/ATen/ops/_test_optional_floatlist_ops.h' 2024-04-03T17:09:46.3231327Z adding 'torch/include/ATen/ops/_test_optional_intlist.h' 2024-04-03T17:09:46.3233318Z adding 'torch/include/ATen/ops/_test_optional_intlist_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3234882Z adding 'torch/include/ATen/ops/_test_optional_intlist_cpu_dispatch.h' 2024-04-03T17:09:46.3236648Z adding 'torch/include/ATen/ops/_test_optional_intlist_native.h' 2024-04-03T17:09:46.3238574Z adding 'torch/include/ATen/ops/_test_optional_intlist_ops.h' 2024-04-03T17:09:46.3240340Z adding 'torch/include/ATen/ops/_test_parallel_materialize.h' 2024-04-03T17:09:46.3242424Z adding 'torch/include/ATen/ops/_test_parallel_materialize_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3243775Z adding 'torch/include/ATen/ops/_test_parallel_materialize_native.h' 2024-04-03T17:09:46.3245801Z adding 'torch/include/ATen/ops/_test_parallel_materialize_ops.h' 2024-04-03T17:09:46.3247555Z adding 'torch/include/ATen/ops/_test_serialization_subcmul.h' 2024-04-03T17:09:46.3249572Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3250951Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_native.h' 2024-04-03T17:09:46.3253784Z adding 'torch/include/ATen/ops/_test_serialization_subcmul_ops.h' 2024-04-03T17:09:46.3255604Z adding 'torch/include/ATen/ops/_test_string_default.h' 2024-04-03T17:09:46.3257771Z adding 'torch/include/ATen/ops/_test_string_default_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3259393Z adding 'torch/include/ATen/ops/_test_string_default_native.h' 2024-04-03T17:09:46.3261286Z adding 'torch/include/ATen/ops/_test_string_default_ops.h' 2024-04-03T17:09:46.3263054Z adding 'torch/include/ATen/ops/_test_warn_in_autograd.h' 2024-04-03T17:09:46.3265235Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3266663Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_native.h' 2024-04-03T17:09:46.3268733Z adding 'torch/include/ATen/ops/_test_warn_in_autograd_ops.h' 2024-04-03T17:09:46.3270718Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward.h' 2024-04-03T17:09:46.3272850Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3274313Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_native.h' 2024-04-03T17:09:46.3276447Z adding 'torch/include/ATen/ops/_thnn_differentiable_gru_cell_backward_ops.h' 2024-04-03T17:09:46.3278339Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward.h' 2024-04-03T17:09:46.3280567Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3282030Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_native.h' 2024-04-03T17:09:46.3284237Z adding 'torch/include/ATen/ops/_thnn_differentiable_lstm_cell_backward_ops.h' 2024-04-03T17:09:46.3286064Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell.h' 2024-04-03T17:09:46.3288204Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward.h' 2024-04-03T17:09:46.3290350Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3292347Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_cuda_dispatch.h' 2024-04-03T17:09:46.3293870Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_native.h' 2024-04-03T17:09:46.3296230Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_backward_ops.h' 2024-04-03T17:09:46.3298516Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3300179Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_cuda_dispatch.h' 2024-04-03T17:09:46.3302064Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_native.h' 2024-04-03T17:09:46.3304273Z adding 'torch/include/ATen/ops/_thnn_fused_gru_cell_ops.h' 2024-04-03T17:09:46.3306198Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell.h' 2024-04-03T17:09:46.3308245Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward.h' 2024-04-03T17:09:46.3310386Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3312063Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl.h' 2024-04-03T17:09:46.3314359Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3315931Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_cuda_dispatch.h' 2024-04-03T17:09:46.3317881Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_native.h' 2024-04-03T17:09:46.3319960Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_impl_ops.h' 2024-04-03T17:09:46.3321843Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_native.h' 2024-04-03T17:09:46.3324056Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_backward_ops.h' 2024-04-03T17:09:46.3326475Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3328271Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_cuda_dispatch.h' 2024-04-03T17:09:46.3330201Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_native.h' 2024-04-03T17:09:46.3332368Z adding 'torch/include/ATen/ops/_thnn_fused_lstm_cell_ops.h' 2024-04-03T17:09:46.3334491Z adding 'torch/include/ATen/ops/_to_copy.h' 2024-04-03T17:09:46.3336987Z adding 'torch/include/ATen/ops/_to_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3338940Z adding 'torch/include/ATen/ops/_to_copy_native.h' 2024-04-03T17:09:46.3341227Z adding 'torch/include/ATen/ops/_to_copy_ops.h' 2024-04-03T17:09:46.3342904Z adding 'torch/include/ATen/ops/_to_cpu.h' 2024-04-03T17:09:46.3345168Z adding 'torch/include/ATen/ops/_to_cpu_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3346704Z adding 'torch/include/ATen/ops/_to_cpu_native.h' 2024-04-03T17:09:46.3348889Z adding 'torch/include/ATen/ops/_to_cpu_ops.h' 2024-04-03T17:09:46.3350696Z adding 'torch/include/ATen/ops/_to_dense.h' 2024-04-03T17:09:46.3353112Z adding 'torch/include/ATen/ops/_to_dense_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3354619Z adding 'torch/include/ATen/ops/_to_dense_native.h' 2024-04-03T17:09:46.3356945Z adding 'torch/include/ATen/ops/_to_dense_ops.h' 2024-04-03T17:09:46.3358995Z adding 'torch/include/ATen/ops/_to_sparse.h' 2024-04-03T17:09:46.3361061Z adding 'torch/include/ATen/ops/_to_sparse_bsc.h' 2024-04-03T17:09:46.3363373Z adding 'torch/include/ATen/ops/_to_sparse_bsc_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3365423Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cpu_dispatch.h' 2024-04-03T17:09:46.3367218Z adding 'torch/include/ATen/ops/_to_sparse_bsc_cuda_dispatch.h' 2024-04-03T17:09:46.3369011Z adding 'torch/include/ATen/ops/_to_sparse_bsc_native.h' 2024-04-03T17:09:46.3371089Z adding 'torch/include/ATen/ops/_to_sparse_bsc_ops.h' 2024-04-03T17:09:46.3373074Z adding 'torch/include/ATen/ops/_to_sparse_bsr.h' 2024-04-03T17:09:46.3375376Z adding 'torch/include/ATen/ops/_to_sparse_bsr_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3377278Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cpu_dispatch.h' 2024-04-03T17:09:46.3379930Z adding 'torch/include/ATen/ops/_to_sparse_bsr_cuda_dispatch.h' 2024-04-03T17:09:46.3381533Z adding 'torch/include/ATen/ops/_to_sparse_bsr_native.h' 2024-04-03T17:09:46.3383594Z adding 'torch/include/ATen/ops/_to_sparse_bsr_ops.h' 2024-04-03T17:09:46.3385962Z adding 'torch/include/ATen/ops/_to_sparse_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3387826Z adding 'torch/include/ATen/ops/_to_sparse_cpu_dispatch.h' 2024-04-03T17:09:46.3389618Z adding 'torch/include/ATen/ops/_to_sparse_csc.h' 2024-04-03T17:09:46.3391773Z adding 'torch/include/ATen/ops/_to_sparse_csc_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3393655Z adding 'torch/include/ATen/ops/_to_sparse_csc_cpu_dispatch.h' 2024-04-03T17:09:46.3395498Z adding 'torch/include/ATen/ops/_to_sparse_csc_cuda_dispatch.h' 2024-04-03T17:09:46.3397331Z adding 'torch/include/ATen/ops/_to_sparse_csc_native.h' 2024-04-03T17:09:46.3399280Z adding 'torch/include/ATen/ops/_to_sparse_csc_ops.h' 2024-04-03T17:09:46.3401232Z adding 'torch/include/ATen/ops/_to_sparse_csr.h' 2024-04-03T17:09:46.3403405Z adding 'torch/include/ATen/ops/_to_sparse_csr_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3405275Z adding 'torch/include/ATen/ops/_to_sparse_csr_cpu_dispatch.h' 2024-04-03T17:09:46.3407244Z adding 'torch/include/ATen/ops/_to_sparse_csr_cuda_dispatch.h' 2024-04-03T17:09:46.3409149Z adding 'torch/include/ATen/ops/_to_sparse_csr_native.h' 2024-04-03T17:09:46.3411086Z adding 'torch/include/ATen/ops/_to_sparse_csr_ops.h' 2024-04-03T17:09:46.3413165Z adding 'torch/include/ATen/ops/_to_sparse_cuda_dispatch.h' 2024-04-03T17:09:46.3415132Z adding 'torch/include/ATen/ops/_to_sparse_native.h' 2024-04-03T17:09:46.3417423Z adding 'torch/include/ATen/ops/_to_sparse_ops.h' 2024-04-03T17:09:46.3420959Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured.h' 2024-04-03T17:09:46.3421942Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_cuda_dispatch.h' 2024-04-03T17:09:46.3423543Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_native.h' 2024-04-03T17:09:46.3425663Z adding 'torch/include/ATen/ops/_to_sparse_semi_structured_ops.h' 2024-04-03T17:09:46.3427728Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv.h' 2024-04-03T17:09:46.3430053Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3431863Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cpu_dispatch.h' 2024-04-03T17:09:46.3433919Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_cuda_dispatch.h' 2024-04-03T17:09:46.3435834Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_native.h' 2024-04-03T17:09:46.3437997Z adding 'torch/include/ATen/ops/_transform_bias_rescale_qkv_ops.h' 2024-04-03T17:09:46.3440263Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd.h' 2024-04-03T17:09:46.3442763Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3444850Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cpu_dispatch.h' 2024-04-03T17:09:46.3446914Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_cuda_dispatch.h' 2024-04-03T17:09:46.3448872Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_native.h' 2024-04-03T17:09:46.3451116Z adding 'torch/include/ATen/ops/_transformer_encoder_layer_fwd_ops.h' 2024-04-03T17:09:46.3453187Z adding 'torch/include/ATen/ops/_trilinear.h' 2024-04-03T17:09:46.3455438Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3457760Z adding 'torch/include/ATen/ops/_trilinear_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3459758Z adding 'torch/include/ATen/ops/_trilinear_native.h' 2024-04-03T17:09:46.3461742Z adding 'torch/include/ATen/ops/_trilinear_ops.h' 2024-04-03T17:09:46.3463945Z adding 'torch/include/ATen/ops/_triton_multi_head_attention.h' 2024-04-03T17:09:46.3466286Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3468768Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_cuda_dispatch.h' 2024-04-03T17:09:46.3470290Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_native.h' 2024-04-03T17:09:46.3472562Z adding 'torch/include/ATen/ops/_triton_multi_head_attention_ops.h' 2024-04-03T17:09:46.3474721Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention.h' 2024-04-03T17:09:46.3476961Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3478836Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_cuda_dispatch.h' 2024-04-03T17:09:46.3481133Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_native.h' 2024-04-03T17:09:46.3483101Z adding 'torch/include/ATen/ops/_triton_scaled_dot_attention_ops.h' 2024-04-03T17:09:46.3485169Z adding 'torch/include/ATen/ops/_unique.h' 2024-04-03T17:09:46.3487078Z adding 'torch/include/ATen/ops/_unique2.h' 2024-04-03T17:09:46.3489325Z adding 'torch/include/ATen/ops/_unique2_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3491548Z adding 'torch/include/ATen/ops/_unique2_cpu_dispatch.h' 2024-04-03T17:09:46.3493575Z adding 'torch/include/ATen/ops/_unique2_cuda_dispatch.h' 2024-04-03T17:09:46.3495413Z adding 'torch/include/ATen/ops/_unique2_native.h' 2024-04-03T17:09:46.3497771Z adding 'torch/include/ATen/ops/_unique2_ops.h' 2024-04-03T17:09:46.3499879Z adding 'torch/include/ATen/ops/_unique_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3501992Z adding 'torch/include/ATen/ops/_unique_cpu_dispatch.h' 2024-04-03T17:09:46.3503846Z adding 'torch/include/ATen/ops/_unique_cuda_dispatch.h' 2024-04-03T17:09:46.3505593Z adding 'torch/include/ATen/ops/_unique_native.h' 2024-04-03T17:09:46.3507617Z adding 'torch/include/ATen/ops/_unique_ops.h' 2024-04-03T17:09:46.3509899Z adding 'torch/include/ATen/ops/_unpack_dual.h' 2024-04-03T17:09:46.3511996Z adding 'torch/include/ATen/ops/_unpack_dual_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3513353Z adding 'torch/include/ATen/ops/_unpack_dual_native.h' 2024-04-03T17:09:46.3515488Z adding 'torch/include/ATen/ops/_unpack_dual_ops.h' 2024-04-03T17:09:46.3517426Z adding 'torch/include/ATen/ops/_unsafe_index.h' 2024-04-03T17:09:46.3519788Z adding 'torch/include/ATen/ops/_unsafe_index_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3521067Z adding 'torch/include/ATen/ops/_unsafe_index_native.h' 2024-04-03T17:09:46.3523284Z adding 'torch/include/ATen/ops/_unsafe_index_ops.h' 2024-04-03T17:09:46.3525002Z adding 'torch/include/ATen/ops/_unsafe_index_put.h' 2024-04-03T17:09:46.3527381Z adding 'torch/include/ATen/ops/_unsafe_index_put_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3528784Z adding 'torch/include/ATen/ops/_unsafe_index_put_native.h' 2024-04-03T17:09:46.3530743Z adding 'torch/include/ATen/ops/_unsafe_index_put_ops.h' 2024-04-03T17:09:46.3532979Z adding 'torch/include/ATen/ops/_unsafe_view.h' 2024-04-03T17:09:46.3535309Z adding 'torch/include/ATen/ops/_unsafe_view_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3536966Z adding 'torch/include/ATen/ops/_unsafe_view_native.h' 2024-04-03T17:09:46.3539489Z adding 'torch/include/ATen/ops/_unsafe_view_ops.h' 2024-04-03T17:09:46.3542151Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa.h' 2024-04-03T17:09:46.3544747Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward.h' 2024-04-03T17:09:46.3547201Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3549487Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cpu_dispatch.h' 2024-04-03T17:09:46.3551661Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_cuda_dispatch.h' 2024-04-03T17:09:46.3553948Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta.h' 2024-04-03T17:09:46.3555937Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_meta_dispatch.h' 2024-04-03T17:09:46.3557714Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_native.h' 2024-04-03T17:09:46.3559995Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_backward_ops.h' 2024-04-03T17:09:46.3562385Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3564323Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3565940Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cpu_dispatch.h' 2024-04-03T17:09:46.3568298Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_cuda_dispatch.h' 2024-04-03T17:09:46.3570399Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta.h' 2024-04-03T17:09:46.3572383Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_meta_dispatch.h' 2024-04-03T17:09:46.3574304Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_native.h' 2024-04-03T17:09:46.3576624Z adding 'torch/include/ATen/ops/_upsample_bicubic2d_aa_ops.h' 2024-04-03T17:09:46.3579483Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa.h' 2024-04-03T17:09:46.3582014Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward.h' 2024-04-03T17:09:46.3584695Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3586748Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cpu_dispatch.h' 2024-04-03T17:09:46.3589390Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_cuda_dispatch.h' 2024-04-03T17:09:46.3591016Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta.h' 2024-04-03T17:09:46.3593344Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_meta_dispatch.h' 2024-04-03T17:09:46.3595451Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_native.h' 2024-04-03T17:09:46.3597634Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_backward_ops.h' 2024-04-03T17:09:46.3600029Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3602211Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3604165Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cpu_dispatch.h' 2024-04-03T17:09:46.3606446Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_cuda_dispatch.h' 2024-04-03T17:09:46.3608491Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta.h' 2024-04-03T17:09:46.3610678Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_meta_dispatch.h' 2024-04-03T17:09:46.3612801Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_native.h' 2024-04-03T17:09:46.3615075Z adding 'torch/include/ATen/ops/_upsample_bilinear2d_aa_ops.h' 2024-04-03T17:09:46.3617851Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d.h' 2024-04-03T17:09:46.3620771Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward.h' 2024-04-03T17:09:46.3623376Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3625236Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.3628057Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.3629919Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta.h' 2024-04-03T17:09:46.3632011Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_meta_dispatch.h' 2024-04-03T17:09:46.3634173Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_native.h' 2024-04-03T17:09:46.3636493Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_backward_ops.h' 2024-04-03T17:09:46.3638854Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3640707Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3642819Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cpu_dispatch.h' 2024-04-03T17:09:46.3645047Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_cuda_dispatch.h' 2024-04-03T17:09:46.3646985Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta.h' 2024-04-03T17:09:46.3649281Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_meta_dispatch.h' 2024-04-03T17:09:46.3651362Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_native.h' 2024-04-03T17:09:46.3653856Z adding 'torch/include/ATen/ops/_upsample_nearest_exact1d_ops.h' 2024-04-03T17:09:46.3656343Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d.h' 2024-04-03T17:09:46.3659418Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward.h' 2024-04-03T17:09:46.3661989Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3664095Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.3666325Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.3668418Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta.h' 2024-04-03T17:09:46.3670638Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_meta_dispatch.h' 2024-04-03T17:09:46.3672694Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_native.h' 2024-04-03T17:09:46.3674967Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_backward_ops.h' 2024-04-03T17:09:46.3677962Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3679602Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3681698Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cpu_dispatch.h' 2024-04-03T17:09:46.3683809Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_cuda_dispatch.h' 2024-04-03T17:09:46.3685844Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta.h' 2024-04-03T17:09:46.3688108Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_meta_dispatch.h' 2024-04-03T17:09:46.3690206Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_native.h' 2024-04-03T17:09:46.3692519Z adding 'torch/include/ATen/ops/_upsample_nearest_exact2d_ops.h' 2024-04-03T17:09:46.3695208Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d.h' 2024-04-03T17:09:46.3698064Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward.h' 2024-04-03T17:09:46.3700942Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3702887Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.3705051Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.3706926Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta.h' 2024-04-03T17:09:46.3708980Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_meta_dispatch.h' 2024-04-03T17:09:46.3710902Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_native.h' 2024-04-03T17:09:46.3712956Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_backward_ops.h' 2024-04-03T17:09:46.3715221Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3717097Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3718941Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cpu_dispatch.h' 2024-04-03T17:09:46.3720942Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_cuda_dispatch.h' 2024-04-03T17:09:46.3722804Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta.h' 2024-04-03T17:09:46.3724804Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_meta_dispatch.h' 2024-04-03T17:09:46.3726775Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_native.h' 2024-04-03T17:09:46.3728870Z adding 'torch/include/ATen/ops/_upsample_nearest_exact3d_ops.h' 2024-04-03T17:09:46.3730812Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss.h' 2024-04-03T17:09:46.3732832Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_cuda_dispatch.h' 2024-04-03T17:09:46.3734629Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_native.h' 2024-04-03T17:09:46.3737682Z adding 'torch/include/ATen/ops/_use_cudnn_ctc_loss_ops.h' 2024-04-03T17:09:46.3740047Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight.h' 2024-04-03T17:09:46.3742354Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3744089Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_native.h' 2024-04-03T17:09:46.3746024Z adding 'torch/include/ATen/ops/_use_cudnn_rnn_flatten_weight_ops.h' 2024-04-03T17:09:46.3747906Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices.h' 2024-04-03T17:09:46.3750063Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cpu_dispatch.h' 2024-04-03T17:09:46.3751998Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_cuda_dispatch.h' 2024-04-03T17:09:46.3753899Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_native.h' 2024-04-03T17:09:46.3755785Z adding 'torch/include/ATen/ops/_validate_compressed_sparse_indices_ops.h' 2024-04-03T17:09:46.3757678Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args.h' 2024-04-03T17:09:46.3759943Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3761498Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_native.h' 2024-04-03T17:09:46.3763582Z adding 'torch/include/ATen/ops/_validate_sparse_bsc_tensor_args_ops.h' 2024-04-03T17:09:46.3765499Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args.h' 2024-04-03T17:09:46.3767778Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3769337Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_native.h' 2024-04-03T17:09:46.3771335Z adding 'torch/include/ATen/ops/_validate_sparse_bsr_tensor_args_ops.h' 2024-04-03T17:09:46.3773291Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args.h' 2024-04-03T17:09:46.3775567Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3777287Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_native.h' 2024-04-03T17:09:46.3779387Z adding 'torch/include/ATen/ops/_validate_sparse_compressed_tensor_args_ops.h' 2024-04-03T17:09:46.3781311Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args.h' 2024-04-03T17:09:46.3783459Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3785094Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_native.h' 2024-04-03T17:09:46.3787113Z adding 'torch/include/ATen/ops/_validate_sparse_coo_tensor_args_ops.h' 2024-04-03T17:09:46.3789099Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args.h' 2024-04-03T17:09:46.3792277Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3793369Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_native.h' 2024-04-03T17:09:46.3795268Z adding 'torch/include/ATen/ops/_validate_sparse_csc_tensor_args_ops.h' 2024-04-03T17:09:46.3797355Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args.h' 2024-04-03T17:09:46.3799311Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3800981Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_native.h' 2024-04-03T17:09:46.3803026Z adding 'torch/include/ATen/ops/_validate_sparse_csr_tensor_args_ops.h' 2024-04-03T17:09:46.3804672Z adding 'torch/include/ATen/ops/_values.h' 2024-04-03T17:09:46.3806225Z adding 'torch/include/ATen/ops/_values_copy.h' 2024-04-03T17:09:46.3808539Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3810423Z adding 'torch/include/ATen/ops/_values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3811977Z adding 'torch/include/ATen/ops/_values_copy_native.h' 2024-04-03T17:09:46.3814130Z adding 'torch/include/ATen/ops/_values_copy_ops.h' 2024-04-03T17:09:46.3815953Z adding 'torch/include/ATen/ops/_values_native.h' 2024-04-03T17:09:46.3818229Z adding 'torch/include/ATen/ops/_values_ops.h' 2024-04-03T17:09:46.3820277Z adding 'torch/include/ATen/ops/_version.h' 2024-04-03T17:09:46.3822908Z adding 'torch/include/ATen/ops/_version_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3824604Z adding 'torch/include/ATen/ops/_version_native.h' 2024-04-03T17:09:46.3826564Z adding 'torch/include/ATen/ops/_version_ops.h' 2024-04-03T17:09:46.3828719Z adding 'torch/include/ATen/ops/_weight_int4pack_mm.h' 2024-04-03T17:09:46.3830905Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cpu_dispatch.h' 2024-04-03T17:09:46.3832985Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_cuda_dispatch.h' 2024-04-03T17:09:46.3835013Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_native.h' 2024-04-03T17:09:46.3837002Z adding 'torch/include/ATen/ops/_weight_int4pack_mm_ops.h' 2024-04-03T17:09:46.3839257Z adding 'torch/include/ATen/ops/_weight_int8pack_mm.h' 2024-04-03T17:09:46.3841457Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_cpu_dispatch.h' 2024-04-03T17:09:46.3843320Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_native.h' 2024-04-03T17:09:46.3845386Z adding 'torch/include/ATen/ops/_weight_int8pack_mm_ops.h' 2024-04-03T17:09:46.3847724Z adding 'torch/include/ATen/ops/_weight_norm.h' 2024-04-03T17:09:46.3849679Z adding 'torch/include/ATen/ops/_weight_norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3851659Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward.h' 2024-04-03T17:09:46.3853908Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3855706Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_native.h' 2024-04-03T17:09:46.3857838Z adding 'torch/include/ATen/ops/_weight_norm_differentiable_backward_ops.h' 2024-04-03T17:09:46.3860179Z adding 'torch/include/ATen/ops/_weight_norm_interface.h' 2024-04-03T17:09:46.3862390Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward.h' 2024-04-03T17:09:46.3864692Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3866660Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cpu_dispatch.h' 2024-04-03T17:09:46.3868630Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_cuda_dispatch.h' 2024-04-03T17:09:46.3870579Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_native.h' 2024-04-03T17:09:46.3872786Z adding 'torch/include/ATen/ops/_weight_norm_interface_backward_ops.h' 2024-04-03T17:09:46.3875027Z adding 'torch/include/ATen/ops/_weight_norm_interface_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3876917Z adding 'torch/include/ATen/ops/_weight_norm_interface_cpu_dispatch.h' 2024-04-03T17:09:46.3878936Z adding 'torch/include/ATen/ops/_weight_norm_interface_cuda_dispatch.h' 2024-04-03T17:09:46.3880875Z adding 'torch/include/ATen/ops/_weight_norm_interface_native.h' 2024-04-03T17:09:46.3883024Z adding 'torch/include/ATen/ops/_weight_norm_interface_ops.h' 2024-04-03T17:09:46.3884946Z adding 'torch/include/ATen/ops/_weight_norm_native.h' 2024-04-03T17:09:46.3886976Z adding 'torch/include/ATen/ops/_weight_norm_ops.h' 2024-04-03T17:09:46.3888929Z adding 'torch/include/ATen/ops/abs.h' 2024-04-03T17:09:46.3891158Z adding 'torch/include/ATen/ops/abs_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.3893005Z adding 'torch/include/ATen/ops/abs_cpu_dispatch.h' 2024-04-03T17:09:46.3894957Z adding 'torch/include/ATen/ops/abs_cuda_dispatch.h' 2024-04-03T17:09:46.3897034Z adding 'torch/include/ATen/ops/abs_native.h' 2024-04-03T17:09:46.3899376Z adding 'torch/include/ATen/ops/abs_ops.h' 2024-04-03T17:09:46.3901445Z adding 'torch/include/ATen/ops/absolute.h' 2024-04-03T17:09:46.3903745Z adding 'torch/include/ATen/ops/absolute_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3905513Z adding 'torch/include/ATen/ops/absolute_native.h' 2024-04-03T17:09:46.3907658Z adding 'torch/include/ATen/ops/absolute_ops.h' 2024-04-03T17:09:46.3909755Z adding 'torch/include/ATen/ops/acos.h' 2024-04-03T17:09:46.3912220Z adding 'torch/include/ATen/ops/acos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3914108Z adding 'torch/include/ATen/ops/acos_cpu_dispatch.h' 2024-04-03T17:09:46.3916044Z adding 'torch/include/ATen/ops/acos_cuda_dispatch.h' 2024-04-03T17:09:46.3917903Z adding 'torch/include/ATen/ops/acos_meta.h' 2024-04-03T17:09:46.3919850Z adding 'torch/include/ATen/ops/acos_meta_dispatch.h' 2024-04-03T17:09:46.3921816Z adding 'torch/include/ATen/ops/acos_native.h' 2024-04-03T17:09:46.3923927Z adding 'torch/include/ATen/ops/acos_ops.h' 2024-04-03T17:09:46.3926009Z adding 'torch/include/ATen/ops/acosh.h' 2024-04-03T17:09:46.3928398Z adding 'torch/include/ATen/ops/acosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.3930171Z adding 'torch/include/ATen/ops/acosh_cpu_dispatch.h' 2024-04-03T17:09:46.3932279Z adding 'torch/include/ATen/ops/acosh_cuda_dispatch.h' 2024-04-03T17:09:46.3934222Z adding 'torch/include/ATen/ops/acosh_meta.h' 2024-04-03T17:09:46.3936339Z adding 'torch/include/ATen/ops/acosh_meta_dispatch.h' 2024-04-03T17:09:46.3938484Z adding 'torch/include/ATen/ops/acosh_native.h' 2024-04-03T17:09:46.3940674Z adding 'torch/include/ATen/ops/acosh_ops.h' 2024-04-03T17:09:46.3942737Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d.h' 2024-04-03T17:09:46.3945037Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3946778Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_native.h' 2024-04-03T17:09:46.3948822Z adding 'torch/include/ATen/ops/adaptive_avg_pool1d_ops.h' 2024-04-03T17:09:46.3951141Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d.h' 2024-04-03T17:09:46.3953532Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3955558Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cpu_dispatch.h' 2024-04-03T17:09:46.3957719Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_cuda_dispatch.h' 2024-04-03T17:09:46.3959619Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_native.h' 2024-04-03T17:09:46.3961709Z adding 'torch/include/ATen/ops/adaptive_avg_pool2d_ops.h' 2024-04-03T17:09:46.3963981Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d.h' 2024-04-03T17:09:46.3966383Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward.h' 2024-04-03T17:09:46.3968567Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.3970573Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.3972496Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_native.h' 2024-04-03T17:09:46.3974559Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_backward_ops.h' 2024-04-03T17:09:46.3976890Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3979025Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cpu_dispatch.h' 2024-04-03T17:09:46.3981099Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_cuda_dispatch.h' 2024-04-03T17:09:46.3982961Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_native.h' 2024-04-03T17:09:46.3985081Z adding 'torch/include/ATen/ops/adaptive_avg_pool3d_ops.h' 2024-04-03T17:09:46.3987099Z adding 'torch/include/ATen/ops/adaptive_max_pool1d.h' 2024-04-03T17:09:46.3989472Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.3991126Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_native.h' 2024-04-03T17:09:46.3993193Z adding 'torch/include/ATen/ops/adaptive_max_pool1d_ops.h' 2024-04-03T17:09:46.3995201Z adding 'torch/include/ATen/ops/adaptive_max_pool2d.h' 2024-04-03T17:09:46.3997382Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward.h' 2024-04-03T17:09:46.3999802Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4001761Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.4003750Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.4005774Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta.h' 2024-04-03T17:09:46.4007900Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_meta_dispatch.h' 2024-04-03T17:09:46.4009805Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_native.h' 2024-04-03T17:09:46.4012555Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_backward_ops.h' 2024-04-03T17:09:46.4014732Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4016505Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cpu_dispatch.h' 2024-04-03T17:09:46.4018827Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_cuda_dispatch.h' 2024-04-03T17:09:46.4020943Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta.h' 2024-04-03T17:09:46.4023051Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_meta_dispatch.h' 2024-04-03T17:09:46.4024960Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_native.h' 2024-04-03T17:09:46.4027148Z adding 'torch/include/ATen/ops/adaptive_max_pool2d_ops.h' 2024-04-03T17:09:46.4029326Z adding 'torch/include/ATen/ops/adaptive_max_pool3d.h' 2024-04-03T17:09:46.4031462Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward.h' 2024-04-03T17:09:46.4033869Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4035640Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.4037758Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.4039812Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta.h' 2024-04-03T17:09:46.4041789Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_meta_dispatch.h' 2024-04-03T17:09:46.4043669Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_native.h' 2024-04-03T17:09:46.4045888Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_backward_ops.h' 2024-04-03T17:09:46.4048295Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4050073Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cpu_dispatch.h' 2024-04-03T17:09:46.4052130Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_cuda_dispatch.h' 2024-04-03T17:09:46.4054107Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta.h' 2024-04-03T17:09:46.4056258Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_meta_dispatch.h' 2024-04-03T17:09:46.4058526Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_native.h' 2024-04-03T17:09:46.4060690Z adding 'torch/include/ATen/ops/adaptive_max_pool3d_ops.h' 2024-04-03T17:09:46.4062706Z adding 'torch/include/ATen/ops/add.h' 2024-04-03T17:09:46.4065128Z adding 'torch/include/ATen/ops/add_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4067105Z adding 'torch/include/ATen/ops/add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4068831Z adding 'torch/include/ATen/ops/add_cpu_dispatch.h' 2024-04-03T17:09:46.4070865Z adding 'torch/include/ATen/ops/add_cuda_dispatch.h' 2024-04-03T17:09:46.4072755Z adding 'torch/include/ATen/ops/add_meta.h' 2024-04-03T17:09:46.4074836Z adding 'torch/include/ATen/ops/add_meta_dispatch.h' 2024-04-03T17:09:46.4076999Z adding 'torch/include/ATen/ops/add_native.h' 2024-04-03T17:09:46.4079477Z adding 'torch/include/ATen/ops/add_ops.h' 2024-04-03T17:09:46.4081556Z adding 'torch/include/ATen/ops/addbmm.h' 2024-04-03T17:09:46.4083640Z adding 'torch/include/ATen/ops/addbmm_cpu_dispatch.h' 2024-04-03T17:09:46.4085762Z adding 'torch/include/ATen/ops/addbmm_cuda_dispatch.h' 2024-04-03T17:09:46.4087679Z adding 'torch/include/ATen/ops/addbmm_meta_dispatch.h' 2024-04-03T17:09:46.4089599Z adding 'torch/include/ATen/ops/addbmm_native.h' 2024-04-03T17:09:46.4091760Z adding 'torch/include/ATen/ops/addbmm_ops.h' 2024-04-03T17:09:46.4093941Z adding 'torch/include/ATen/ops/addcdiv.h' 2024-04-03T17:09:46.4096336Z adding 'torch/include/ATen/ops/addcdiv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4098193Z adding 'torch/include/ATen/ops/addcdiv_cpu_dispatch.h' 2024-04-03T17:09:46.4100549Z adding 'torch/include/ATen/ops/addcdiv_cuda_dispatch.h' 2024-04-03T17:09:46.4102475Z adding 'torch/include/ATen/ops/addcdiv_meta.h' 2024-04-03T17:09:46.4104511Z adding 'torch/include/ATen/ops/addcdiv_meta_dispatch.h' 2024-04-03T17:09:46.4106440Z adding 'torch/include/ATen/ops/addcdiv_native.h' 2024-04-03T17:09:46.4108557Z adding 'torch/include/ATen/ops/addcdiv_ops.h' 2024-04-03T17:09:46.4110702Z adding 'torch/include/ATen/ops/addcmul.h' 2024-04-03T17:09:46.4113569Z adding 'torch/include/ATen/ops/addcmul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4115333Z adding 'torch/include/ATen/ops/addcmul_cpu_dispatch.h' 2024-04-03T17:09:46.4117375Z adding 'torch/include/ATen/ops/addcmul_cuda_dispatch.h' 2024-04-03T17:09:46.4119565Z adding 'torch/include/ATen/ops/addcmul_meta.h' 2024-04-03T17:09:46.4122377Z adding 'torch/include/ATen/ops/addcmul_meta_dispatch.h' 2024-04-03T17:09:46.4123761Z adding 'torch/include/ATen/ops/addcmul_native.h' 2024-04-03T17:09:46.4126011Z adding 'torch/include/ATen/ops/addcmul_ops.h' 2024-04-03T17:09:46.4128151Z adding 'torch/include/ATen/ops/addmm.h' 2024-04-03T17:09:46.4130391Z adding 'torch/include/ATen/ops/addmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4132039Z adding 'torch/include/ATen/ops/addmm_cpu_dispatch.h' 2024-04-03T17:09:46.4134007Z adding 'torch/include/ATen/ops/addmm_cuda_dispatch.h' 2024-04-03T17:09:46.4135807Z adding 'torch/include/ATen/ops/addmm_meta.h' 2024-04-03T17:09:46.4138026Z adding 'torch/include/ATen/ops/addmm_meta_dispatch.h' 2024-04-03T17:09:46.4140239Z adding 'torch/include/ATen/ops/addmm_native.h' 2024-04-03T17:09:46.4142337Z adding 'torch/include/ATen/ops/addmm_ops.h' 2024-04-03T17:09:46.4144518Z adding 'torch/include/ATen/ops/addmv.h' 2024-04-03T17:09:46.4146740Z adding 'torch/include/ATen/ops/addmv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4148526Z adding 'torch/include/ATen/ops/addmv_cpu_dispatch.h' 2024-04-03T17:09:46.4150461Z adding 'torch/include/ATen/ops/addmv_cuda_dispatch.h' 2024-04-03T17:09:46.4152251Z adding 'torch/include/ATen/ops/addmv_meta.h' 2024-04-03T17:09:46.4154271Z adding 'torch/include/ATen/ops/addmv_meta_dispatch.h' 2024-04-03T17:09:46.4156131Z adding 'torch/include/ATen/ops/addmv_native.h' 2024-04-03T17:09:46.4158255Z adding 'torch/include/ATen/ops/addmv_ops.h' 2024-04-03T17:09:46.4160263Z adding 'torch/include/ATen/ops/addr.h' 2024-04-03T17:09:46.4162568Z adding 'torch/include/ATen/ops/addr_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4164316Z adding 'torch/include/ATen/ops/addr_cpu_dispatch.h' 2024-04-03T17:09:46.4166251Z adding 'torch/include/ATen/ops/addr_cuda_dispatch.h' 2024-04-03T17:09:46.4168120Z adding 'torch/include/ATen/ops/addr_native.h' 2024-04-03T17:09:46.4170200Z adding 'torch/include/ATen/ops/addr_ops.h' 2024-04-03T17:09:46.4172125Z adding 'torch/include/ATen/ops/adjoint.h' 2024-04-03T17:09:46.4174268Z adding 'torch/include/ATen/ops/adjoint_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4175921Z adding 'torch/include/ATen/ops/adjoint_native.h' 2024-04-03T17:09:46.4189400Z adding 'torch/include/ATen/ops/adjoint_ops.h' 2024-04-03T17:09:46.4189922Z adding 'torch/include/ATen/ops/affine_grid_generator.h' 2024-04-03T17:09:46.4190273Z adding 'torch/include/ATen/ops/affine_grid_generator_backward.h' 2024-04-03T17:09:46.4190915Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4191393Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_native.h' 2024-04-03T17:09:46.4191761Z adding 'torch/include/ATen/ops/affine_grid_generator_backward_ops.h' 2024-04-03T17:09:46.4192566Z adding 'torch/include/ATen/ops/affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4194662Z adding 'torch/include/ATen/ops/affine_grid_generator_native.h' 2024-04-03T17:09:46.4196850Z adding 'torch/include/ATen/ops/affine_grid_generator_ops.h' 2024-04-03T17:09:46.4198889Z adding 'torch/include/ATen/ops/alias.h' 2024-04-03T17:09:46.4201425Z adding 'torch/include/ATen/ops/alias_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4203062Z adding 'torch/include/ATen/ops/alias_copy.h' 2024-04-03T17:09:46.4205373Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4207351Z adding 'torch/include/ATen/ops/alias_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4208927Z adding 'torch/include/ATen/ops/alias_copy_native.h' 2024-04-03T17:09:46.4211011Z adding 'torch/include/ATen/ops/alias_copy_ops.h' 2024-04-03T17:09:46.4213860Z adding 'torch/include/ATen/ops/alias_native.h' 2024-04-03T17:09:46.4215982Z adding 'torch/include/ATen/ops/alias_ops.h' 2024-04-03T17:09:46.4218079Z adding 'torch/include/ATen/ops/align_as.h' 2024-04-03T17:09:46.4220548Z adding 'torch/include/ATen/ops/align_as_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4222312Z adding 'torch/include/ATen/ops/align_as_native.h' 2024-04-03T17:09:46.4224312Z adding 'torch/include/ATen/ops/align_as_ops.h' 2024-04-03T17:09:46.4226423Z adding 'torch/include/ATen/ops/align_tensors.h' 2024-04-03T17:09:46.4228601Z adding 'torch/include/ATen/ops/align_tensors_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4230360Z adding 'torch/include/ATen/ops/align_tensors_native.h' 2024-04-03T17:09:46.4232378Z adding 'torch/include/ATen/ops/align_tensors_ops.h' 2024-04-03T17:09:46.4234282Z adding 'torch/include/ATen/ops/align_to.h' 2024-04-03T17:09:46.4236534Z adding 'torch/include/ATen/ops/align_to_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4238326Z adding 'torch/include/ATen/ops/align_to_native.h' 2024-04-03T17:09:46.4240373Z adding 'torch/include/ATen/ops/align_to_ops.h' 2024-04-03T17:09:46.4242641Z adding 'torch/include/ATen/ops/all.h' 2024-04-03T17:09:46.4245073Z adding 'torch/include/ATen/ops/all_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4247228Z adding 'torch/include/ATen/ops/all_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4249095Z adding 'torch/include/ATen/ops/all_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4251003Z adding 'torch/include/ATen/ops/all_cpu_dispatch.h' 2024-04-03T17:09:46.4253128Z adding 'torch/include/ATen/ops/all_cuda_dispatch.h' 2024-04-03T17:09:46.4255114Z adding 'torch/include/ATen/ops/all_meta.h' 2024-04-03T17:09:46.4257267Z adding 'torch/include/ATen/ops/all_meta_dispatch.h' 2024-04-03T17:09:46.4260022Z adding 'torch/include/ATen/ops/all_native.h' 2024-04-03T17:09:46.4262003Z adding 'torch/include/ATen/ops/all_ops.h' 2024-04-03T17:09:46.4264190Z adding 'torch/include/ATen/ops/allclose.h' 2024-04-03T17:09:46.4266458Z adding 'torch/include/ATen/ops/allclose_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4268254Z adding 'torch/include/ATen/ops/allclose_native.h' 2024-04-03T17:09:46.4270267Z adding 'torch/include/ATen/ops/allclose_ops.h' 2024-04-03T17:09:46.4272334Z adding 'torch/include/ATen/ops/alpha_dropout.h' 2024-04-03T17:09:46.4274582Z adding 'torch/include/ATen/ops/alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4276291Z adding 'torch/include/ATen/ops/alpha_dropout_native.h' 2024-04-03T17:09:46.4278438Z adding 'torch/include/ATen/ops/alpha_dropout_ops.h' 2024-04-03T17:09:46.4280513Z adding 'torch/include/ATen/ops/amax.h' 2024-04-03T17:09:46.4283015Z adding 'torch/include/ATen/ops/amax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4284714Z adding 'torch/include/ATen/ops/amax_cpu_dispatch.h' 2024-04-03T17:09:46.4286696Z adding 'torch/include/ATen/ops/amax_cuda_dispatch.h' 2024-04-03T17:09:46.4288624Z adding 'torch/include/ATen/ops/amax_meta.h' 2024-04-03T17:09:46.4290930Z adding 'torch/include/ATen/ops/amax_meta_dispatch.h' 2024-04-03T17:09:46.4292725Z adding 'torch/include/ATen/ops/amax_native.h' 2024-04-03T17:09:46.4294937Z adding 'torch/include/ATen/ops/amax_ops.h' 2024-04-03T17:09:46.4297146Z adding 'torch/include/ATen/ops/amin.h' 2024-04-03T17:09:46.4300018Z adding 'torch/include/ATen/ops/amin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4302760Z adding 'torch/include/ATen/ops/amin_cpu_dispatch.h' 2024-04-03T17:09:46.4304676Z adding 'torch/include/ATen/ops/amin_cuda_dispatch.h' 2024-04-03T17:09:46.4306558Z adding 'torch/include/ATen/ops/amin_meta.h' 2024-04-03T17:09:46.4308161Z adding 'torch/include/ATen/ops/amin_meta_dispatch.h' 2024-04-03T17:09:46.4310206Z adding 'torch/include/ATen/ops/amin_native.h' 2024-04-03T17:09:46.4312092Z adding 'torch/include/ATen/ops/amin_ops.h' 2024-04-03T17:09:46.4314509Z adding 'torch/include/ATen/ops/aminmax.h' 2024-04-03T17:09:46.4316668Z adding 'torch/include/ATen/ops/aminmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4318254Z adding 'torch/include/ATen/ops/aminmax_cpu_dispatch.h' 2024-04-03T17:09:46.4320233Z adding 'torch/include/ATen/ops/aminmax_cuda_dispatch.h' 2024-04-03T17:09:46.4322015Z adding 'torch/include/ATen/ops/aminmax_meta.h' 2024-04-03T17:09:46.4324144Z adding 'torch/include/ATen/ops/aminmax_meta_dispatch.h' 2024-04-03T17:09:46.4325833Z adding 'torch/include/ATen/ops/aminmax_native.h' 2024-04-03T17:09:46.4328107Z adding 'torch/include/ATen/ops/aminmax_ops.h' 2024-04-03T17:09:46.4329945Z adding 'torch/include/ATen/ops/and.h' 2024-04-03T17:09:46.4332007Z adding 'torch/include/ATen/ops/and_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4333863Z adding 'torch/include/ATen/ops/and_native.h' 2024-04-03T17:09:46.4336024Z adding 'torch/include/ATen/ops/and_ops.h' 2024-04-03T17:09:46.4338235Z adding 'torch/include/ATen/ops/angle.h' 2024-04-03T17:09:46.4340641Z adding 'torch/include/ATen/ops/angle_cpu_dispatch.h' 2024-04-03T17:09:46.4342638Z adding 'torch/include/ATen/ops/angle_cuda_dispatch.h' 2024-04-03T17:09:46.4344595Z adding 'torch/include/ATen/ops/angle_native.h' 2024-04-03T17:09:46.4346715Z adding 'torch/include/ATen/ops/angle_ops.h' 2024-04-03T17:09:46.4348956Z adding 'torch/include/ATen/ops/any.h' 2024-04-03T17:09:46.4351356Z adding 'torch/include/ATen/ops/any_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4353548Z adding 'torch/include/ATen/ops/any_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4355493Z adding 'torch/include/ATen/ops/any_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4357482Z adding 'torch/include/ATen/ops/any_cpu_dispatch.h' 2024-04-03T17:09:46.4359600Z adding 'torch/include/ATen/ops/any_cuda_dispatch.h' 2024-04-03T17:09:46.4361577Z adding 'torch/include/ATen/ops/any_meta.h' 2024-04-03T17:09:46.4363733Z adding 'torch/include/ATen/ops/any_meta_dispatch.h' 2024-04-03T17:09:46.4365793Z adding 'torch/include/ATen/ops/any_native.h' 2024-04-03T17:09:46.4368172Z adding 'torch/include/ATen/ops/any_ops.h' 2024-04-03T17:09:46.4371073Z adding 'torch/include/ATen/ops/arange.h' 2024-04-03T17:09:46.4373209Z adding 'torch/include/ATen/ops/arange_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4375017Z adding 'torch/include/ATen/ops/arange_cpu_dispatch.h' 2024-04-03T17:09:46.4377167Z adding 'torch/include/ATen/ops/arange_cuda_dispatch.h' 2024-04-03T17:09:46.4380056Z adding 'torch/include/ATen/ops/arange_meta_dispatch.h' 2024-04-03T17:09:46.4381722Z adding 'torch/include/ATen/ops/arange_native.h' 2024-04-03T17:09:46.4384075Z adding 'torch/include/ATen/ops/arange_ops.h' 2024-04-03T17:09:46.4386197Z adding 'torch/include/ATen/ops/arccos.h' 2024-04-03T17:09:46.4388486Z adding 'torch/include/ATen/ops/arccos_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4390247Z adding 'torch/include/ATen/ops/arccos_native.h' 2024-04-03T17:09:46.4392437Z adding 'torch/include/ATen/ops/arccos_ops.h' 2024-04-03T17:09:46.4394533Z adding 'torch/include/ATen/ops/arccosh.h' 2024-04-03T17:09:46.4396819Z adding 'torch/include/ATen/ops/arccosh_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4398700Z adding 'torch/include/ATen/ops/arccosh_native.h' 2024-04-03T17:09:46.4400719Z adding 'torch/include/ATen/ops/arccosh_ops.h' 2024-04-03T17:09:46.4402778Z adding 'torch/include/ATen/ops/arcsin.h' 2024-04-03T17:09:46.4405071Z adding 'torch/include/ATen/ops/arcsin_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4407012Z adding 'torch/include/ATen/ops/arcsin_native.h' 2024-04-03T17:09:46.4408987Z adding 'torch/include/ATen/ops/arcsin_ops.h' 2024-04-03T17:09:46.4410993Z adding 'torch/include/ATen/ops/arcsinh.h' 2024-04-03T17:09:46.4413335Z adding 'torch/include/ATen/ops/arcsinh_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4415118Z adding 'torch/include/ATen/ops/arcsinh_native.h' 2024-04-03T17:09:46.4417359Z adding 'torch/include/ATen/ops/arcsinh_ops.h' 2024-04-03T17:09:46.4419610Z adding 'torch/include/ATen/ops/arctan.h' 2024-04-03T17:09:46.4421666Z adding 'torch/include/ATen/ops/arctan2.h' 2024-04-03T17:09:46.4423977Z adding 'torch/include/ATen/ops/arctan2_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4425767Z adding 'torch/include/ATen/ops/arctan2_native.h' 2024-04-03T17:09:46.4427869Z adding 'torch/include/ATen/ops/arctan2_ops.h' 2024-04-03T17:09:46.4430216Z adding 'torch/include/ATen/ops/arctan_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4431965Z adding 'torch/include/ATen/ops/arctan_native.h' 2024-04-03T17:09:46.4434129Z adding 'torch/include/ATen/ops/arctan_ops.h' 2024-04-03T17:09:46.4436208Z adding 'torch/include/ATen/ops/arctanh.h' 2024-04-03T17:09:46.4438416Z adding 'torch/include/ATen/ops/arctanh_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4440213Z adding 'torch/include/ATen/ops/arctanh_native.h' 2024-04-03T17:09:46.4442329Z adding 'torch/include/ATen/ops/arctanh_ops.h' 2024-04-03T17:09:46.4444339Z adding 'torch/include/ATen/ops/argmax.h' 2024-04-03T17:09:46.4446761Z adding 'torch/include/ATen/ops/argmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4448597Z adding 'torch/include/ATen/ops/argmax_cpu_dispatch.h' 2024-04-03T17:09:46.4450643Z adding 'torch/include/ATen/ops/argmax_cuda_dispatch.h' 2024-04-03T17:09:46.4452586Z adding 'torch/include/ATen/ops/argmax_meta.h' 2024-04-03T17:09:46.4454641Z adding 'torch/include/ATen/ops/argmax_meta_dispatch.h' 2024-04-03T17:09:46.4456680Z adding 'torch/include/ATen/ops/argmax_native.h' 2024-04-03T17:09:46.4459089Z adding 'torch/include/ATen/ops/argmax_ops.h' 2024-04-03T17:09:46.4461189Z adding 'torch/include/ATen/ops/argmin.h' 2024-04-03T17:09:46.4463559Z adding 'torch/include/ATen/ops/argmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4465563Z adding 'torch/include/ATen/ops/argmin_cpu_dispatch.h' 2024-04-03T17:09:46.4467506Z adding 'torch/include/ATen/ops/argmin_cuda_dispatch.h' 2024-04-03T17:09:46.4469474Z adding 'torch/include/ATen/ops/argmin_meta.h' 2024-04-03T17:09:46.4471577Z adding 'torch/include/ATen/ops/argmin_meta_dispatch.h' 2024-04-03T17:09:46.4473494Z adding 'torch/include/ATen/ops/argmin_native.h' 2024-04-03T17:09:46.4475624Z adding 'torch/include/ATen/ops/argmin_ops.h' 2024-04-03T17:09:46.4477754Z adding 'torch/include/ATen/ops/argsort.h' 2024-04-03T17:09:46.4480123Z adding 'torch/include/ATen/ops/argsort_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4482181Z adding 'torch/include/ATen/ops/argsort_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4484060Z adding 'torch/include/ATen/ops/argsort_cpu_dispatch.h' 2024-04-03T17:09:46.4486046Z adding 'torch/include/ATen/ops/argsort_cuda_dispatch.h' 2024-04-03T17:09:46.4487996Z adding 'torch/include/ATen/ops/argsort_native.h' 2024-04-03T17:09:46.4490444Z adding 'torch/include/ATen/ops/argsort_ops.h' 2024-04-03T17:09:46.4492460Z adding 'torch/include/ATen/ops/argwhere.h' 2024-04-03T17:09:46.4494725Z adding 'torch/include/ATen/ops/argwhere_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4496545Z adding 'torch/include/ATen/ops/argwhere_native.h' 2024-04-03T17:09:46.4498778Z adding 'torch/include/ATen/ops/argwhere_ops.h' 2024-04-03T17:09:46.4501202Z adding 'torch/include/ATen/ops/as_strided.h' 2024-04-03T17:09:46.4503670Z adding 'torch/include/ATen/ops/as_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4505783Z adding 'torch/include/ATen/ops/as_strided_copy.h' 2024-04-03T17:09:46.4508314Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4510511Z adding 'torch/include/ATen/ops/as_strided_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4512144Z adding 'torch/include/ATen/ops/as_strided_copy_native.h' 2024-04-03T17:09:46.4514409Z adding 'torch/include/ATen/ops/as_strided_copy_ops.h' 2024-04-03T17:09:46.4516534Z adding 'torch/include/ATen/ops/as_strided_cpu_dispatch.h' 2024-04-03T17:09:46.4518607Z adding 'torch/include/ATen/ops/as_strided_cuda_dispatch.h' 2024-04-03T17:09:46.4520654Z adding 'torch/include/ATen/ops/as_strided_meta_dispatch.h' 2024-04-03T17:09:46.4522646Z adding 'torch/include/ATen/ops/as_strided_native.h' 2024-04-03T17:09:46.4524821Z adding 'torch/include/ATen/ops/as_strided_ops.h' 2024-04-03T17:09:46.4527323Z adding 'torch/include/ATen/ops/as_strided_scatter.h' 2024-04-03T17:09:46.4529796Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4532088Z adding 'torch/include/ATen/ops/as_strided_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4533970Z adding 'torch/include/ATen/ops/as_strided_scatter_native.h' 2024-04-03T17:09:46.4536554Z adding 'torch/include/ATen/ops/as_strided_scatter_ops.h' 2024-04-03T17:09:46.4538665Z adding 'torch/include/ATen/ops/asin.h' 2024-04-03T17:09:46.4540980Z adding 'torch/include/ATen/ops/asin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4543107Z adding 'torch/include/ATen/ops/asin_cpu_dispatch.h' 2024-04-03T17:09:46.4545580Z adding 'torch/include/ATen/ops/asin_cuda_dispatch.h' 2024-04-03T17:09:46.4547653Z adding 'torch/include/ATen/ops/asin_meta.h' 2024-04-03T17:09:46.4550548Z adding 'torch/include/ATen/ops/asin_meta_dispatch.h' 2024-04-03T17:09:46.4553392Z adding 'torch/include/ATen/ops/asin_native.h' 2024-04-03T17:09:46.4555699Z adding 'torch/include/ATen/ops/asin_ops.h' 2024-04-03T17:09:46.4558038Z adding 'torch/include/ATen/ops/asinh.h' 2024-04-03T17:09:46.4561090Z adding 'torch/include/ATen/ops/asinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4562414Z adding 'torch/include/ATen/ops/asinh_cpu_dispatch.h' 2024-04-03T17:09:46.4565403Z adding 'torch/include/ATen/ops/asinh_cuda_dispatch.h' 2024-04-03T17:09:46.4567334Z adding 'torch/include/ATen/ops/asinh_meta.h' 2024-04-03T17:09:46.4570141Z adding 'torch/include/ATen/ops/asinh_meta_dispatch.h' 2024-04-03T17:09:46.4571984Z adding 'torch/include/ATen/ops/asinh_native.h' 2024-04-03T17:09:46.4574762Z adding 'torch/include/ATen/ops/asinh_ops.h' 2024-04-03T17:09:46.4577087Z adding 'torch/include/ATen/ops/atan.h' 2024-04-03T17:09:46.4579705Z adding 'torch/include/ATen/ops/atan2.h' 2024-04-03T17:09:46.4582707Z adding 'torch/include/ATen/ops/atan2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4584429Z adding 'torch/include/ATen/ops/atan2_cpu_dispatch.h' 2024-04-03T17:09:46.4587231Z adding 'torch/include/ATen/ops/atan2_cuda_dispatch.h' 2024-04-03T17:09:46.4589136Z adding 'torch/include/ATen/ops/atan2_meta.h' 2024-04-03T17:09:46.4591862Z adding 'torch/include/ATen/ops/atan2_meta_dispatch.h' 2024-04-03T17:09:46.4593758Z adding 'torch/include/ATen/ops/atan2_native.h' 2024-04-03T17:09:46.4596388Z adding 'torch/include/ATen/ops/atan2_ops.h' 2024-04-03T17:09:46.4599367Z adding 'torch/include/ATen/ops/atan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4600984Z adding 'torch/include/ATen/ops/atan_cpu_dispatch.h' 2024-04-03T17:09:46.4603755Z adding 'torch/include/ATen/ops/atan_cuda_dispatch.h' 2024-04-03T17:09:46.4605967Z adding 'torch/include/ATen/ops/atan_meta.h' 2024-04-03T17:09:46.4608341Z adding 'torch/include/ATen/ops/atan_meta_dispatch.h' 2024-04-03T17:09:46.4610316Z adding 'torch/include/ATen/ops/atan_native.h' 2024-04-03T17:09:46.4612494Z adding 'torch/include/ATen/ops/atan_ops.h' 2024-04-03T17:09:46.4614568Z adding 'torch/include/ATen/ops/atanh.h' 2024-04-03T17:09:46.4617116Z adding 'torch/include/ATen/ops/atanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4619269Z adding 'torch/include/ATen/ops/atanh_cpu_dispatch.h' 2024-04-03T17:09:46.4621087Z adding 'torch/include/ATen/ops/atanh_cuda_dispatch.h' 2024-04-03T17:09:46.4622977Z adding 'torch/include/ATen/ops/atanh_meta.h' 2024-04-03T17:09:46.4625085Z adding 'torch/include/ATen/ops/atanh_meta_dispatch.h' 2024-04-03T17:09:46.4627027Z adding 'torch/include/ATen/ops/atanh_native.h' 2024-04-03T17:09:46.4629215Z adding 'torch/include/ATen/ops/atanh_ops.h' 2024-04-03T17:09:46.4631248Z adding 'torch/include/ATen/ops/atleast_1d.h' 2024-04-03T17:09:46.4633558Z adding 'torch/include/ATen/ops/atleast_1d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4635303Z adding 'torch/include/ATen/ops/atleast_1d_native.h' 2024-04-03T17:09:46.4637479Z adding 'torch/include/ATen/ops/atleast_1d_ops.h' 2024-04-03T17:09:46.4639409Z adding 'torch/include/ATen/ops/atleast_2d.h' 2024-04-03T17:09:46.4641763Z adding 'torch/include/ATen/ops/atleast_2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4643870Z adding 'torch/include/ATen/ops/atleast_2d_native.h' 2024-04-03T17:09:46.4645950Z adding 'torch/include/ATen/ops/atleast_2d_ops.h' 2024-04-03T17:09:46.4647633Z adding 'torch/include/ATen/ops/atleast_3d.h' 2024-04-03T17:09:46.4649841Z adding 'torch/include/ATen/ops/atleast_3d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4651505Z adding 'torch/include/ATen/ops/atleast_3d_native.h' 2024-04-03T17:09:46.4653428Z adding 'torch/include/ATen/ops/atleast_3d_ops.h' 2024-04-03T17:09:46.4655215Z adding 'torch/include/ATen/ops/avg_pool1d.h' 2024-04-03T17:09:46.4657598Z adding 'torch/include/ATen/ops/avg_pool1d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4659226Z adding 'torch/include/ATen/ops/avg_pool1d_native.h' 2024-04-03T17:09:46.4661320Z adding 'torch/include/ATen/ops/avg_pool1d_ops.h' 2024-04-03T17:09:46.4664648Z adding 'torch/include/ATen/ops/avg_pool2d.h' 2024-04-03T17:09:46.4666180Z adding 'torch/include/ATen/ops/avg_pool2d_backward.h' 2024-04-03T17:09:46.4668514Z adding 'torch/include/ATen/ops/avg_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4670434Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.4672502Z adding 'torch/include/ATen/ops/avg_pool2d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.4674570Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta.h' 2024-04-03T17:09:46.4676707Z adding 'torch/include/ATen/ops/avg_pool2d_backward_meta_dispatch.h' 2024-04-03T17:09:46.4678834Z adding 'torch/include/ATen/ops/avg_pool2d_backward_native.h' 2024-04-03T17:09:46.4681122Z adding 'torch/include/ATen/ops/avg_pool2d_backward_ops.h' 2024-04-03T17:09:46.4683510Z adding 'torch/include/ATen/ops/avg_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4685383Z adding 'torch/include/ATen/ops/avg_pool2d_cpu_dispatch.h' 2024-04-03T17:09:46.4687552Z adding 'torch/include/ATen/ops/avg_pool2d_cuda_dispatch.h' 2024-04-03T17:09:46.4690005Z adding 'torch/include/ATen/ops/avg_pool2d_meta.h' 2024-04-03T17:09:46.4692332Z adding 'torch/include/ATen/ops/avg_pool2d_meta_dispatch.h' 2024-04-03T17:09:46.4694422Z adding 'torch/include/ATen/ops/avg_pool2d_native.h' 2024-04-03T17:09:46.4696756Z adding 'torch/include/ATen/ops/avg_pool2d_ops.h' 2024-04-03T17:09:46.4699239Z adding 'torch/include/ATen/ops/avg_pool3d.h' 2024-04-03T17:09:46.4701634Z adding 'torch/include/ATen/ops/avg_pool3d_backward.h' 2024-04-03T17:09:46.4704180Z adding 'torch/include/ATen/ops/avg_pool3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4706139Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.4709021Z adding 'torch/include/ATen/ops/avg_pool3d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.4711072Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta.h' 2024-04-03T17:09:46.4713297Z adding 'torch/include/ATen/ops/avg_pool3d_backward_meta_dispatch.h' 2024-04-03T17:09:46.4715370Z adding 'torch/include/ATen/ops/avg_pool3d_backward_native.h' 2024-04-03T17:09:46.4717728Z adding 'torch/include/ATen/ops/avg_pool3d_backward_ops.h' 2024-04-03T17:09:46.4720244Z adding 'torch/include/ATen/ops/avg_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4723471Z adding 'torch/include/ATen/ops/avg_pool3d_cpu_dispatch.h' 2024-04-03T17:09:46.4724860Z adding 'torch/include/ATen/ops/avg_pool3d_cuda_dispatch.h' 2024-04-03T17:09:46.4726705Z adding 'torch/include/ATen/ops/avg_pool3d_meta.h' 2024-04-03T17:09:46.4728952Z adding 'torch/include/ATen/ops/avg_pool3d_meta_dispatch.h' 2024-04-03T17:09:46.4731260Z adding 'torch/include/ATen/ops/avg_pool3d_native.h' 2024-04-03T17:09:46.4733725Z adding 'torch/include/ATen/ops/avg_pool3d_ops.h' 2024-04-03T17:09:46.4735683Z adding 'torch/include/ATen/ops/baddbmm.h' 2024-04-03T17:09:46.4738653Z adding 'torch/include/ATen/ops/baddbmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4740473Z adding 'torch/include/ATen/ops/baddbmm_cpu_dispatch.h' 2024-04-03T17:09:46.4742328Z adding 'torch/include/ATen/ops/baddbmm_cuda_dispatch.h' 2024-04-03T17:09:46.4744399Z adding 'torch/include/ATen/ops/baddbmm_meta.h' 2024-04-03T17:09:46.4746448Z adding 'torch/include/ATen/ops/baddbmm_meta_dispatch.h' 2024-04-03T17:09:46.4748351Z adding 'torch/include/ATen/ops/baddbmm_native.h' 2024-04-03T17:09:46.4750662Z adding 'torch/include/ATen/ops/baddbmm_ops.h' 2024-04-03T17:09:46.4753041Z adding 'torch/include/ATen/ops/bartlett_window.h' 2024-04-03T17:09:46.4755692Z adding 'torch/include/ATen/ops/bartlett_window_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4757439Z adding 'torch/include/ATen/ops/bartlett_window_native.h' 2024-04-03T17:09:46.4759641Z adding 'torch/include/ATen/ops/bartlett_window_ops.h' 2024-04-03T17:09:46.4761683Z adding 'torch/include/ATen/ops/batch_norm.h' 2024-04-03T17:09:46.4763875Z adding 'torch/include/ATen/ops/batch_norm_backward.h' 2024-04-03T17:09:46.4766054Z adding 'torch/include/ATen/ops/batch_norm_backward_cpu_dispatch.h' 2024-04-03T17:09:46.4768164Z adding 'torch/include/ATen/ops/batch_norm_backward_cuda_dispatch.h' 2024-04-03T17:09:46.4770222Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt.h' 2024-04-03T17:09:46.4772644Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4774842Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_cuda_dispatch.h' 2024-04-03T17:09:46.4776673Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_native.h' 2024-04-03T17:09:46.4779134Z adding 'torch/include/ATen/ops/batch_norm_backward_elemt_ops.h' 2024-04-03T17:09:46.4781885Z adding 'torch/include/ATen/ops/batch_norm_backward_native.h' 2024-04-03T17:09:46.4783978Z adding 'torch/include/ATen/ops/batch_norm_backward_ops.h' 2024-04-03T17:09:46.4786408Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce.h' 2024-04-03T17:09:46.4789375Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4790543Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_cuda_dispatch.h' 2024-04-03T17:09:46.4792775Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_native.h' 2024-04-03T17:09:46.4795061Z adding 'torch/include/ATen/ops/batch_norm_backward_reduce_ops.h' 2024-04-03T17:09:46.4797357Z adding 'torch/include/ATen/ops/batch_norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4799310Z adding 'torch/include/ATen/ops/batch_norm_elemt.h' 2024-04-03T17:09:46.4801557Z adding 'torch/include/ATen/ops/batch_norm_elemt_cuda_dispatch.h' 2024-04-03T17:09:46.4803493Z adding 'torch/include/ATen/ops/batch_norm_elemt_native.h' 2024-04-03T17:09:46.4805772Z adding 'torch/include/ATen/ops/batch_norm_elemt_ops.h' 2024-04-03T17:09:46.4807923Z adding 'torch/include/ATen/ops/batch_norm_gather_stats.h' 2024-04-03T17:09:46.4810489Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4812739Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_cuda_dispatch.h' 2024-04-03T17:09:46.4814554Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_native.h' 2024-04-03T17:09:46.4816813Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_ops.h' 2024-04-03T17:09:46.4819234Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts.h' 2024-04-03T17:09:46.4821892Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4823728Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_cuda_dispatch.h' 2024-04-03T17:09:46.4825843Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_native.h' 2024-04-03T17:09:46.4827991Z adding 'torch/include/ATen/ops/batch_norm_gather_stats_with_counts_ops.h' 2024-04-03T17:09:46.4829826Z adding 'torch/include/ATen/ops/batch_norm_native.h' 2024-04-03T17:09:46.4831997Z adding 'torch/include/ATen/ops/batch_norm_ops.h' 2024-04-03T17:09:46.4833978Z adding 'torch/include/ATen/ops/batch_norm_stats.h' 2024-04-03T17:09:46.4836318Z adding 'torch/include/ATen/ops/batch_norm_stats_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4838633Z adding 'torch/include/ATen/ops/batch_norm_stats_cuda_dispatch.h' 2024-04-03T17:09:46.4840538Z adding 'torch/include/ATen/ops/batch_norm_stats_native.h' 2024-04-03T17:09:46.4842575Z adding 'torch/include/ATen/ops/batch_norm_stats_ops.h' 2024-04-03T17:09:46.4845115Z adding 'torch/include/ATen/ops/batch_norm_update_stats.h' 2024-04-03T17:09:46.4847871Z adding 'torch/include/ATen/ops/batch_norm_update_stats_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4849554Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cpu_dispatch.h' 2024-04-03T17:09:46.4851450Z adding 'torch/include/ATen/ops/batch_norm_update_stats_cuda_dispatch.h' 2024-04-03T17:09:46.4853768Z adding 'torch/include/ATen/ops/batch_norm_update_stats_native.h' 2024-04-03T17:09:46.4855914Z adding 'torch/include/ATen/ops/batch_norm_update_stats_ops.h' 2024-04-03T17:09:46.4857814Z adding 'torch/include/ATen/ops/bernoulli.h' 2024-04-03T17:09:46.4860241Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4862348Z adding 'torch/include/ATen/ops/bernoulli_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4863974Z adding 'torch/include/ATen/ops/bernoulli_cpu_dispatch.h' 2024-04-03T17:09:46.4866008Z adding 'torch/include/ATen/ops/bernoulli_cuda_dispatch.h' 2024-04-03T17:09:46.4867945Z adding 'torch/include/ATen/ops/bernoulli_meta_dispatch.h' 2024-04-03T17:09:46.4869813Z adding 'torch/include/ATen/ops/bernoulli_native.h' 2024-04-03T17:09:46.4872316Z adding 'torch/include/ATen/ops/bernoulli_ops.h' 2024-04-03T17:09:46.4874299Z adding 'torch/include/ATen/ops/bilinear.h' 2024-04-03T17:09:46.4876550Z adding 'torch/include/ATen/ops/bilinear_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.4878135Z adding 'torch/include/ATen/ops/bilinear_native.h' 2024-04-03T17:09:46.4880079Z adding 'torch/include/ATen/ops/bilinear_ops.h' 2024-04-03T17:09:46.4882210Z adding 'torch/include/ATen/ops/binary_cross_entropy.h' 2024-04-03T17:09:46.4884325Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward.h' 2024-04-03T17:09:46.4886546Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cpu_dispatch.h' 2024-04-03T17:09:46.4888538Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_cuda_dispatch.h' 2024-04-03T17:09:46.4890376Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_native.h' 2024-04-03T17:09:46.4892535Z adding 'torch/include/ATen/ops/binary_cross_entropy_backward_ops.h' 2024-04-03T17:09:46.4894512Z adding 'torch/include/ATen/ops/binary_cross_entropy_cpu_dispatch.h' 2024-04-03T17:09:46.4897475Z adding 'torch/include/ATen/ops/binary_cross_entropy_cuda_dispatch.h' 2024-04-03T17:09:46.4901236Z adding 'torch/include/ATen/ops/binary_cross_entropy_native.h' 2024-04-03T17:09:46.4901816Z adding 'torch/include/ATen/ops/binary_cross_entropy_ops.h' 2024-04-03T17:09:46.4904368Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits.h' 2024-04-03T17:09:46.4907027Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4909001Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_native.h' 2024-04-03T17:09:46.4911106Z adding 'torch/include/ATen/ops/binary_cross_entropy_with_logits_ops.h' 2024-04-03T17:09:46.4912948Z adding 'torch/include/ATen/ops/bincount.h' 2024-04-03T17:09:46.4915124Z adding 'torch/include/ATen/ops/bincount_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4916979Z adding 'torch/include/ATen/ops/bincount_cpu_dispatch.h' 2024-04-03T17:09:46.4918919Z adding 'torch/include/ATen/ops/bincount_cuda_dispatch.h' 2024-04-03T17:09:46.4920726Z adding 'torch/include/ATen/ops/bincount_native.h' 2024-04-03T17:09:46.4922858Z adding 'torch/include/ATen/ops/bincount_ops.h' 2024-04-03T17:09:46.4924916Z adding 'torch/include/ATen/ops/binomial.h' 2024-04-03T17:09:46.4927097Z adding 'torch/include/ATen/ops/binomial_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4928844Z adding 'torch/include/ATen/ops/binomial_cpu_dispatch.h' 2024-04-03T17:09:46.4930793Z adding 'torch/include/ATen/ops/binomial_cuda_dispatch.h' 2024-04-03T17:09:46.4932779Z adding 'torch/include/ATen/ops/binomial_native.h' 2024-04-03T17:09:46.4934833Z adding 'torch/include/ATen/ops/binomial_ops.h' 2024-04-03T17:09:46.4936960Z adding 'torch/include/ATen/ops/bitwise_and.h' 2024-04-03T17:09:46.4939547Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4941594Z adding 'torch/include/ATen/ops/bitwise_and_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4943377Z adding 'torch/include/ATen/ops/bitwise_and_cpu_dispatch.h' 2024-04-03T17:09:46.4945333Z adding 'torch/include/ATen/ops/bitwise_and_cuda_dispatch.h' 2024-04-03T17:09:46.4947219Z adding 'torch/include/ATen/ops/bitwise_and_meta.h' 2024-04-03T17:09:46.4949239Z adding 'torch/include/ATen/ops/bitwise_and_meta_dispatch.h' 2024-04-03T17:09:46.4951185Z adding 'torch/include/ATen/ops/bitwise_and_native.h' 2024-04-03T17:09:46.4953571Z adding 'torch/include/ATen/ops/bitwise_and_ops.h' 2024-04-03T17:09:46.4956108Z adding 'torch/include/ATen/ops/bitwise_left_shift.h' 2024-04-03T17:09:46.4958761Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4961296Z adding 'torch/include/ATen/ops/bitwise_left_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4963694Z adding 'torch/include/ATen/ops/bitwise_left_shift_cpu_dispatch.h' 2024-04-03T17:09:46.4966111Z adding 'torch/include/ATen/ops/bitwise_left_shift_cuda_dispatch.h' 2024-04-03T17:09:46.4967765Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta.h' 2024-04-03T17:09:46.4969963Z adding 'torch/include/ATen/ops/bitwise_left_shift_meta_dispatch.h' 2024-04-03T17:09:46.4971907Z adding 'torch/include/ATen/ops/bitwise_left_shift_native.h' 2024-04-03T17:09:46.4974874Z adding 'torch/include/ATen/ops/bitwise_left_shift_ops.h' 2024-04-03T17:09:46.4978678Z adding 'torch/include/ATen/ops/bitwise_not.h' 2024-04-03T17:09:46.4980649Z adding 'torch/include/ATen/ops/bitwise_not_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.4982447Z adding 'torch/include/ATen/ops/bitwise_not_cpu_dispatch.h' 2024-04-03T17:09:46.4984952Z adding 'torch/include/ATen/ops/bitwise_not_cuda_dispatch.h' 2024-04-03T17:09:46.4986750Z adding 'torch/include/ATen/ops/bitwise_not_meta.h' 2024-04-03T17:09:46.4988838Z adding 'torch/include/ATen/ops/bitwise_not_meta_dispatch.h' 2024-04-03T17:09:46.4990410Z adding 'torch/include/ATen/ops/bitwise_not_native.h' 2024-04-03T17:09:46.4992396Z adding 'torch/include/ATen/ops/bitwise_not_ops.h' 2024-04-03T17:09:46.4994204Z adding 'torch/include/ATen/ops/bitwise_or.h' 2024-04-03T17:09:46.4996550Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.4998588Z adding 'torch/include/ATen/ops/bitwise_or_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5000074Z adding 'torch/include/ATen/ops/bitwise_or_cpu_dispatch.h' 2024-04-03T17:09:46.5001829Z adding 'torch/include/ATen/ops/bitwise_or_cuda_dispatch.h' 2024-04-03T17:09:46.5003600Z adding 'torch/include/ATen/ops/bitwise_or_meta.h' 2024-04-03T17:09:46.5005340Z adding 'torch/include/ATen/ops/bitwise_or_meta_dispatch.h' 2024-04-03T17:09:46.5007025Z adding 'torch/include/ATen/ops/bitwise_or_native.h' 2024-04-03T17:09:46.5009043Z adding 'torch/include/ATen/ops/bitwise_or_ops.h' 2024-04-03T17:09:46.5011353Z adding 'torch/include/ATen/ops/bitwise_right_shift.h' 2024-04-03T17:09:46.5013720Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5015762Z adding 'torch/include/ATen/ops/bitwise_right_shift_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5017506Z adding 'torch/include/ATen/ops/bitwise_right_shift_cpu_dispatch.h' 2024-04-03T17:09:46.5019823Z adding 'torch/include/ATen/ops/bitwise_right_shift_cuda_dispatch.h' 2024-04-03T17:09:46.5022019Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta.h' 2024-04-03T17:09:46.5024367Z adding 'torch/include/ATen/ops/bitwise_right_shift_meta_dispatch.h' 2024-04-03T17:09:46.5026895Z adding 'torch/include/ATen/ops/bitwise_right_shift_native.h' 2024-04-03T17:09:46.5028552Z adding 'torch/include/ATen/ops/bitwise_right_shift_ops.h' 2024-04-03T17:09:46.5031607Z adding 'torch/include/ATen/ops/bitwise_xor.h' 2024-04-03T17:09:46.5034333Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5036102Z adding 'torch/include/ATen/ops/bitwise_xor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5038379Z adding 'torch/include/ATen/ops/bitwise_xor_cpu_dispatch.h' 2024-04-03T17:09:46.5040540Z adding 'torch/include/ATen/ops/bitwise_xor_cuda_dispatch.h' 2024-04-03T17:09:46.5042478Z adding 'torch/include/ATen/ops/bitwise_xor_meta.h' 2024-04-03T17:09:46.5044747Z adding 'torch/include/ATen/ops/bitwise_xor_meta_dispatch.h' 2024-04-03T17:09:46.5046517Z adding 'torch/include/ATen/ops/bitwise_xor_native.h' 2024-04-03T17:09:46.5049075Z adding 'torch/include/ATen/ops/bitwise_xor_ops.h' 2024-04-03T17:09:46.5051398Z adding 'torch/include/ATen/ops/blackman_window.h' 2024-04-03T17:09:46.5054077Z adding 'torch/include/ATen/ops/blackman_window_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5055533Z adding 'torch/include/ATen/ops/blackman_window_native.h' 2024-04-03T17:09:46.5057757Z adding 'torch/include/ATen/ops/blackman_window_ops.h' 2024-04-03T17:09:46.5059859Z adding 'torch/include/ATen/ops/block_diag.h' 2024-04-03T17:09:46.5062276Z adding 'torch/include/ATen/ops/block_diag_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5063755Z adding 'torch/include/ATen/ops/block_diag_native.h' 2024-04-03T17:09:46.5065637Z adding 'torch/include/ATen/ops/block_diag_ops.h' 2024-04-03T17:09:46.5067273Z adding 'torch/include/ATen/ops/bmm.h' 2024-04-03T17:09:46.5069646Z adding 'torch/include/ATen/ops/bmm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5071135Z adding 'torch/include/ATen/ops/bmm_cpu_dispatch.h' 2024-04-03T17:09:46.5072922Z adding 'torch/include/ATen/ops/bmm_cuda_dispatch.h' 2024-04-03T17:09:46.5074829Z adding 'torch/include/ATen/ops/bmm_meta.h' 2024-04-03T17:09:46.5076288Z adding 'torch/include/ATen/ops/bmm_meta_dispatch.h' 2024-04-03T17:09:46.5077933Z adding 'torch/include/ATen/ops/bmm_native.h' 2024-04-03T17:09:46.5080000Z adding 'torch/include/ATen/ops/bmm_ops.h' 2024-04-03T17:09:46.5081927Z adding 'torch/include/ATen/ops/broadcast_tensors.h' 2024-04-03T17:09:46.5084139Z adding 'torch/include/ATen/ops/broadcast_tensors_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5085826Z adding 'torch/include/ATen/ops/broadcast_tensors_native.h' 2024-04-03T17:09:46.5087791Z adding 'torch/include/ATen/ops/broadcast_tensors_ops.h' 2024-04-03T17:09:46.5089754Z adding 'torch/include/ATen/ops/broadcast_to.h' 2024-04-03T17:09:46.5092191Z adding 'torch/include/ATen/ops/broadcast_to_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5093708Z adding 'torch/include/ATen/ops/broadcast_to_native.h' 2024-04-03T17:09:46.5095659Z adding 'torch/include/ATen/ops/broadcast_to_ops.h' 2024-04-03T17:09:46.5097868Z adding 'torch/include/ATen/ops/bucketize.h' 2024-04-03T17:09:46.5100215Z adding 'torch/include/ATen/ops/bucketize_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5102451Z adding 'torch/include/ATen/ops/bucketize_cpu_dispatch.h' 2024-04-03T17:09:46.5104101Z adding 'torch/include/ATen/ops/bucketize_cuda_dispatch.h' 2024-04-03T17:09:46.5105912Z adding 'torch/include/ATen/ops/bucketize_native.h' 2024-04-03T17:09:46.5108144Z adding 'torch/include/ATen/ops/bucketize_ops.h' 2024-04-03T17:09:46.5110087Z adding 'torch/include/ATen/ops/can_cast.h' 2024-04-03T17:09:46.5112281Z adding 'torch/include/ATen/ops/can_cast_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5113911Z adding 'torch/include/ATen/ops/can_cast_native.h' 2024-04-03T17:09:46.5116230Z adding 'torch/include/ATen/ops/can_cast_ops.h' 2024-04-03T17:09:46.5118090Z adding 'torch/include/ATen/ops/cartesian_prod.h' 2024-04-03T17:09:46.5120313Z adding 'torch/include/ATen/ops/cartesian_prod_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5122037Z adding 'torch/include/ATen/ops/cartesian_prod_native.h' 2024-04-03T17:09:46.5124084Z adding 'torch/include/ATen/ops/cartesian_prod_ops.h' 2024-04-03T17:09:46.5126339Z adding 'torch/include/ATen/ops/cat.h' 2024-04-03T17:09:46.5128556Z adding 'torch/include/ATen/ops/cat_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5130455Z adding 'torch/include/ATen/ops/cat_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5132375Z adding 'torch/include/ATen/ops/cat_cpu_dispatch.h' 2024-04-03T17:09:46.5134362Z adding 'torch/include/ATen/ops/cat_cuda_dispatch.h' 2024-04-03T17:09:46.5137164Z adding 'torch/include/ATen/ops/cat_meta.h' 2024-04-03T17:09:46.5139618Z adding 'torch/include/ATen/ops/cat_meta_dispatch.h' 2024-04-03T17:09:46.5141718Z adding 'torch/include/ATen/ops/cat_native.h' 2024-04-03T17:09:46.5144018Z adding 'torch/include/ATen/ops/cat_ops.h' 2024-04-03T17:09:46.5146207Z adding 'torch/include/ATen/ops/cauchy.h' 2024-04-03T17:09:46.5148513Z adding 'torch/include/ATen/ops/cauchy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5150523Z adding 'torch/include/ATen/ops/cauchy_cpu_dispatch.h' 2024-04-03T17:09:46.5152691Z adding 'torch/include/ATen/ops/cauchy_cuda_dispatch.h' 2024-04-03T17:09:46.5154441Z adding 'torch/include/ATen/ops/cauchy_meta_dispatch.h' 2024-04-03T17:09:46.5156329Z adding 'torch/include/ATen/ops/cauchy_native.h' 2024-04-03T17:09:46.5158626Z adding 'torch/include/ATen/ops/cauchy_ops.h' 2024-04-03T17:09:46.5160859Z adding 'torch/include/ATen/ops/ccol_indices.h' 2024-04-03T17:09:46.5163065Z adding 'torch/include/ATen/ops/ccol_indices_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5164798Z adding 'torch/include/ATen/ops/ccol_indices_copy.h' 2024-04-03T17:09:46.5167454Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5169384Z adding 'torch/include/ATen/ops/ccol_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5170996Z adding 'torch/include/ATen/ops/ccol_indices_copy_native.h' 2024-04-03T17:09:46.5173128Z adding 'torch/include/ATen/ops/ccol_indices_copy_ops.h' 2024-04-03T17:09:46.5175047Z adding 'torch/include/ATen/ops/ccol_indices_native.h' 2024-04-03T17:09:46.5177205Z adding 'torch/include/ATen/ops/ccol_indices_ops.h' 2024-04-03T17:09:46.5179376Z adding 'torch/include/ATen/ops/cdist.h' 2024-04-03T17:09:46.5181889Z adding 'torch/include/ATen/ops/cdist_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5183733Z adding 'torch/include/ATen/ops/cdist_native.h' 2024-04-03T17:09:46.5185714Z adding 'torch/include/ATen/ops/cdist_ops.h' 2024-04-03T17:09:46.5187716Z adding 'torch/include/ATen/ops/ceil.h' 2024-04-03T17:09:46.5190071Z adding 'torch/include/ATen/ops/ceil_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5191846Z adding 'torch/include/ATen/ops/ceil_cpu_dispatch.h' 2024-04-03T17:09:46.5193911Z adding 'torch/include/ATen/ops/ceil_cuda_dispatch.h' 2024-04-03T17:09:46.5196771Z adding 'torch/include/ATen/ops/ceil_meta.h' 2024-04-03T17:09:46.5199108Z adding 'torch/include/ATen/ops/ceil_meta_dispatch.h' 2024-04-03T17:09:46.5200952Z adding 'torch/include/ATen/ops/ceil_native.h' 2024-04-03T17:09:46.5203122Z adding 'torch/include/ATen/ops/ceil_ops.h' 2024-04-03T17:09:46.5205152Z adding 'torch/include/ATen/ops/celu.h' 2024-04-03T17:09:46.5207484Z adding 'torch/include/ATen/ops/celu_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5209291Z adding 'torch/include/ATen/ops/celu_native.h' 2024-04-03T17:09:46.5211549Z adding 'torch/include/ATen/ops/celu_ops.h' 2024-04-03T17:09:46.5213677Z adding 'torch/include/ATen/ops/chain_matmul.h' 2024-04-03T17:09:46.5215991Z adding 'torch/include/ATen/ops/chain_matmul_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5217896Z adding 'torch/include/ATen/ops/chain_matmul_native.h' 2024-04-03T17:09:46.5220240Z adding 'torch/include/ATen/ops/chain_matmul_ops.h' 2024-04-03T17:09:46.5222181Z adding 'torch/include/ATen/ops/chalf.h' 2024-04-03T17:09:46.5224439Z adding 'torch/include/ATen/ops/chalf_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5226343Z adding 'torch/include/ATen/ops/chalf_native.h' 2024-04-03T17:09:46.5228342Z adding 'torch/include/ATen/ops/chalf_ops.h' 2024-04-03T17:09:46.5230616Z adding 'torch/include/ATen/ops/channel_shuffle.h' 2024-04-03T17:09:46.5233025Z adding 'torch/include/ATen/ops/channel_shuffle_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5234941Z adding 'torch/include/ATen/ops/channel_shuffle_cpu_dispatch.h' 2024-04-03T17:09:46.5236960Z adding 'torch/include/ATen/ops/channel_shuffle_cuda_dispatch.h' 2024-04-03T17:09:46.5238933Z adding 'torch/include/ATen/ops/channel_shuffle_native.h' 2024-04-03T17:09:46.5241121Z adding 'torch/include/ATen/ops/channel_shuffle_ops.h' 2024-04-03T17:09:46.5243171Z adding 'torch/include/ATen/ops/cholesky.h' 2024-04-03T17:09:46.5245286Z adding 'torch/include/ATen/ops/cholesky_cpu_dispatch.h' 2024-04-03T17:09:46.5247370Z adding 'torch/include/ATen/ops/cholesky_cuda_dispatch.h' 2024-04-03T17:09:46.5249376Z adding 'torch/include/ATen/ops/cholesky_inverse.h' 2024-04-03T17:09:46.5251529Z adding 'torch/include/ATen/ops/cholesky_inverse_cpu_dispatch.h' 2024-04-03T17:09:46.5253962Z adding 'torch/include/ATen/ops/cholesky_inverse_cuda_dispatch.h' 2024-04-03T17:09:46.5255446Z adding 'torch/include/ATen/ops/cholesky_inverse_native.h' 2024-04-03T17:09:46.5257600Z adding 'torch/include/ATen/ops/cholesky_inverse_ops.h' 2024-04-03T17:09:46.5259747Z adding 'torch/include/ATen/ops/cholesky_native.h' 2024-04-03T17:09:46.5261869Z adding 'torch/include/ATen/ops/cholesky_ops.h' 2024-04-03T17:09:46.5263950Z adding 'torch/include/ATen/ops/cholesky_solve.h' 2024-04-03T17:09:46.5266220Z adding 'torch/include/ATen/ops/cholesky_solve_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5268100Z adding 'torch/include/ATen/ops/cholesky_solve_native.h' 2024-04-03T17:09:46.5270228Z adding 'torch/include/ATen/ops/cholesky_solve_ops.h' 2024-04-03T17:09:46.5272367Z adding 'torch/include/ATen/ops/choose_qparams_optimized.h' 2024-04-03T17:09:46.5274642Z adding 'torch/include/ATen/ops/choose_qparams_optimized_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5276442Z adding 'torch/include/ATen/ops/choose_qparams_optimized_native.h' 2024-04-03T17:09:46.5278477Z adding 'torch/include/ATen/ops/choose_qparams_optimized_ops.h' 2024-04-03T17:09:46.5280487Z adding 'torch/include/ATen/ops/chunk.h' 2024-04-03T17:09:46.5282758Z adding 'torch/include/ATen/ops/chunk_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5285003Z adding 'torch/include/ATen/ops/chunk_native.h' 2024-04-03T17:09:46.5286890Z adding 'torch/include/ATen/ops/chunk_ops.h' 2024-04-03T17:09:46.5288938Z adding 'torch/include/ATen/ops/clamp.h' 2024-04-03T17:09:46.5291609Z adding 'torch/include/ATen/ops/clamp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5293703Z adding 'torch/include/ATen/ops/clamp_cpu_dispatch.h' 2024-04-03T17:09:46.5296220Z adding 'torch/include/ATen/ops/clamp_cuda_dispatch.h' 2024-04-03T17:09:46.5298526Z adding 'torch/include/ATen/ops/clamp_max.h' 2024-04-03T17:09:46.5301355Z adding 'torch/include/ATen/ops/clamp_max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5303306Z adding 'torch/include/ATen/ops/clamp_max_cpu_dispatch.h' 2024-04-03T17:09:46.5305372Z adding 'torch/include/ATen/ops/clamp_max_cuda_dispatch.h' 2024-04-03T17:09:46.5307309Z adding 'torch/include/ATen/ops/clamp_max_meta.h' 2024-04-03T17:09:46.5309299Z adding 'torch/include/ATen/ops/clamp_max_meta_dispatch.h' 2024-04-03T17:09:46.5311334Z adding 'torch/include/ATen/ops/clamp_max_native.h' 2024-04-03T17:09:46.5313556Z adding 'torch/include/ATen/ops/clamp_max_ops.h' 2024-04-03T17:09:46.5315709Z adding 'torch/include/ATen/ops/clamp_meta.h' 2024-04-03T17:09:46.5318222Z adding 'torch/include/ATen/ops/clamp_meta_dispatch.h' 2024-04-03T17:09:46.5320639Z adding 'torch/include/ATen/ops/clamp_min.h' 2024-04-03T17:09:46.5323783Z adding 'torch/include/ATen/ops/clamp_min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5325561Z adding 'torch/include/ATen/ops/clamp_min_cpu_dispatch.h' 2024-04-03T17:09:46.5330692Z adding 'torch/include/ATen/ops/clamp_min_cuda_dispatch.h' 2024-04-03T17:09:46.5331510Z adding 'torch/include/ATen/ops/clamp_min_meta.h' 2024-04-03T17:09:46.5332289Z adding 'torch/include/ATen/ops/clamp_min_meta_dispatch.h' 2024-04-03T17:09:46.5335519Z adding 'torch/include/ATen/ops/clamp_min_native.h' 2024-04-03T17:09:46.5337593Z adding 'torch/include/ATen/ops/clamp_min_ops.h' 2024-04-03T17:09:46.5340101Z adding 'torch/include/ATen/ops/clamp_native.h' 2024-04-03T17:09:46.5342614Z adding 'torch/include/ATen/ops/clamp_ops.h' 2024-04-03T17:09:46.5345531Z adding 'torch/include/ATen/ops/clip.h' 2024-04-03T17:09:46.5348375Z adding 'torch/include/ATen/ops/clip_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5350077Z adding 'torch/include/ATen/ops/clip_native.h' 2024-04-03T17:09:46.5352302Z adding 'torch/include/ATen/ops/clip_ops.h' 2024-04-03T17:09:46.5354534Z adding 'torch/include/ATen/ops/clone.h' 2024-04-03T17:09:46.5356752Z adding 'torch/include/ATen/ops/clone_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5358540Z adding 'torch/include/ATen/ops/clone_native.h' 2024-04-03T17:09:46.5360390Z adding 'torch/include/ATen/ops/clone_ops.h' 2024-04-03T17:09:46.5362123Z adding 'torch/include/ATen/ops/coalesce.h' 2024-04-03T17:09:46.5364263Z adding 'torch/include/ATen/ops/coalesce_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5365673Z adding 'torch/include/ATen/ops/coalesce_native.h' 2024-04-03T17:09:46.5367595Z adding 'torch/include/ATen/ops/coalesce_ops.h' 2024-04-03T17:09:46.5369647Z adding 'torch/include/ATen/ops/col2im.h' 2024-04-03T17:09:46.5371808Z adding 'torch/include/ATen/ops/col2im_cpu_dispatch.h' 2024-04-03T17:09:46.5373701Z adding 'torch/include/ATen/ops/col2im_cuda_dispatch.h' 2024-04-03T17:09:46.5375619Z adding 'torch/include/ATen/ops/col2im_native.h' 2024-04-03T17:09:46.5377746Z adding 'torch/include/ATen/ops/col2im_ops.h' 2024-04-03T17:09:46.5380234Z adding 'torch/include/ATen/ops/col_indices.h' 2024-04-03T17:09:46.5382580Z adding 'torch/include/ATen/ops/col_indices_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5384667Z adding 'torch/include/ATen/ops/col_indices_copy.h' 2024-04-03T17:09:46.5386839Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5388798Z adding 'torch/include/ATen/ops/col_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5390278Z adding 'torch/include/ATen/ops/col_indices_copy_native.h' 2024-04-03T17:09:46.5392135Z adding 'torch/include/ATen/ops/col_indices_copy_ops.h' 2024-04-03T17:09:46.5393852Z adding 'torch/include/ATen/ops/col_indices_native.h' 2024-04-03T17:09:46.5395693Z adding 'torch/include/ATen/ops/col_indices_ops.h' 2024-04-03T17:09:46.5397531Z adding 'torch/include/ATen/ops/column_stack.h' 2024-04-03T17:09:46.5399614Z adding 'torch/include/ATen/ops/column_stack_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5401158Z adding 'torch/include/ATen/ops/column_stack_native.h' 2024-04-03T17:09:46.5403128Z adding 'torch/include/ATen/ops/column_stack_ops.h' 2024-04-03T17:09:46.5404845Z adding 'torch/include/ATen/ops/combinations.h' 2024-04-03T17:09:46.5406905Z adding 'torch/include/ATen/ops/combinations_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5408424Z adding 'torch/include/ATen/ops/combinations_native.h' 2024-04-03T17:09:46.5410243Z adding 'torch/include/ATen/ops/combinations_ops.h' 2024-04-03T17:09:46.5412018Z adding 'torch/include/ATen/ops/complex.h' 2024-04-03T17:09:46.5414086Z adding 'torch/include/ATen/ops/complex_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5415780Z adding 'torch/include/ATen/ops/complex_cpu_dispatch.h' 2024-04-03T17:09:46.5417711Z adding 'torch/include/ATen/ops/complex_cuda_dispatch.h' 2024-04-03T17:09:46.5419543Z adding 'torch/include/ATen/ops/complex_native.h' 2024-04-03T17:09:46.5421417Z adding 'torch/include/ATen/ops/complex_ops.h' 2024-04-03T17:09:46.5423330Z adding 'torch/include/ATen/ops/concat.h' 2024-04-03T17:09:46.5425470Z adding 'torch/include/ATen/ops/concat_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5427110Z adding 'torch/include/ATen/ops/concat_native.h' 2024-04-03T17:09:46.5429075Z adding 'torch/include/ATen/ops/concat_ops.h' 2024-04-03T17:09:46.5431071Z adding 'torch/include/ATen/ops/concatenate.h' 2024-04-03T17:09:46.5433242Z adding 'torch/include/ATen/ops/concatenate_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5434835Z adding 'torch/include/ATen/ops/concatenate_native.h' 2024-04-03T17:09:46.5436818Z adding 'torch/include/ATen/ops/concatenate_ops.h' 2024-04-03T17:09:46.5438586Z adding 'torch/include/ATen/ops/conj.h' 2024-04-03T17:09:46.5440620Z adding 'torch/include/ATen/ops/conj_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5442120Z adding 'torch/include/ATen/ops/conj_native.h' 2024-04-03T17:09:46.5444382Z adding 'torch/include/ATen/ops/conj_ops.h' 2024-04-03T17:09:46.5445962Z adding 'torch/include/ATen/ops/conj_physical.h' 2024-04-03T17:09:46.5450118Z adding 'torch/include/ATen/ops/conj_physical_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5450860Z adding 'torch/include/ATen/ops/conj_physical_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5451463Z adding 'torch/include/ATen/ops/conj_physical_cpu_dispatch.h' 2024-04-03T17:09:46.5453419Z adding 'torch/include/ATen/ops/conj_physical_cuda_dispatch.h' 2024-04-03T17:09:46.5455216Z adding 'torch/include/ATen/ops/conj_physical_native.h' 2024-04-03T17:09:46.5457402Z adding 'torch/include/ATen/ops/conj_physical_ops.h' 2024-04-03T17:09:46.5459906Z adding 'torch/include/ATen/ops/constant_pad_nd.h' 2024-04-03T17:09:46.5462295Z adding 'torch/include/ATen/ops/constant_pad_nd_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5464091Z adding 'torch/include/ATen/ops/constant_pad_nd_native.h' 2024-04-03T17:09:46.5466176Z adding 'torch/include/ATen/ops/constant_pad_nd_ops.h' 2024-04-03T17:09:46.5468069Z adding 'torch/include/ATen/ops/contiguous.h' 2024-04-03T17:09:46.5470287Z adding 'torch/include/ATen/ops/contiguous_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5472025Z adding 'torch/include/ATen/ops/contiguous_native.h' 2024-04-03T17:09:46.5474010Z adding 'torch/include/ATen/ops/contiguous_ops.h' 2024-04-03T17:09:46.5476188Z adding 'torch/include/ATen/ops/conv1d.h' 2024-04-03T17:09:46.5478602Z adding 'torch/include/ATen/ops/conv1d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5480387Z adding 'torch/include/ATen/ops/conv1d_native.h' 2024-04-03T17:09:46.5482436Z adding 'torch/include/ATen/ops/conv1d_ops.h' 2024-04-03T17:09:46.5484721Z adding 'torch/include/ATen/ops/conv2d.h' 2024-04-03T17:09:46.5487069Z adding 'torch/include/ATen/ops/conv2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5488850Z adding 'torch/include/ATen/ops/conv2d_native.h' 2024-04-03T17:09:46.5490984Z adding 'torch/include/ATen/ops/conv2d_ops.h' 2024-04-03T17:09:46.5493247Z adding 'torch/include/ATen/ops/conv3d.h' 2024-04-03T17:09:46.5495673Z adding 'torch/include/ATen/ops/conv3d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5497573Z adding 'torch/include/ATen/ops/conv3d_native.h' 2024-04-03T17:09:46.5499897Z adding 'torch/include/ATen/ops/conv3d_ops.h' 2024-04-03T17:09:46.5502399Z adding 'torch/include/ATen/ops/conv_depthwise3d.h' 2024-04-03T17:09:46.5504879Z adding 'torch/include/ATen/ops/conv_depthwise3d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5506799Z adding 'torch/include/ATen/ops/conv_depthwise3d_cuda_dispatch.h' 2024-04-03T17:09:46.5508734Z adding 'torch/include/ATen/ops/conv_depthwise3d_native.h' 2024-04-03T17:09:46.5510886Z adding 'torch/include/ATen/ops/conv_depthwise3d_ops.h' 2024-04-03T17:09:46.5512914Z adding 'torch/include/ATen/ops/conv_tbc.h' 2024-04-03T17:09:46.5514897Z adding 'torch/include/ATen/ops/conv_tbc_backward.h' 2024-04-03T17:09:46.5517145Z adding 'torch/include/ATen/ops/conv_tbc_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5518891Z adding 'torch/include/ATen/ops/conv_tbc_backward_native.h' 2024-04-03T17:09:46.5520861Z adding 'torch/include/ATen/ops/conv_tbc_backward_ops.h' 2024-04-03T17:09:46.5523315Z adding 'torch/include/ATen/ops/conv_tbc_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5524921Z adding 'torch/include/ATen/ops/conv_tbc_native.h' 2024-04-03T17:09:46.5527091Z adding 'torch/include/ATen/ops/conv_tbc_ops.h' 2024-04-03T17:09:46.5529313Z adding 'torch/include/ATen/ops/conv_transpose1d.h' 2024-04-03T17:09:46.5531908Z adding 'torch/include/ATen/ops/conv_transpose1d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5533853Z adding 'torch/include/ATen/ops/conv_transpose1d_native.h' 2024-04-03T17:09:46.5536566Z adding 'torch/include/ATen/ops/conv_transpose1d_ops.h' 2024-04-03T17:09:46.5538859Z adding 'torch/include/ATen/ops/conv_transpose2d.h' 2024-04-03T17:09:46.5541949Z adding 'torch/include/ATen/ops/conv_transpose2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5544163Z adding 'torch/include/ATen/ops/conv_transpose2d_native.h' 2024-04-03T17:09:46.5545004Z adding 'torch/include/ATen/ops/conv_transpose2d_ops.h' 2024-04-03T17:09:46.5547425Z adding 'torch/include/ATen/ops/conv_transpose3d.h' 2024-04-03T17:09:46.5549798Z adding 'torch/include/ATen/ops/conv_transpose3d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5551798Z adding 'torch/include/ATen/ops/conv_transpose3d_native.h' 2024-04-03T17:09:46.5553760Z adding 'torch/include/ATen/ops/conv_transpose3d_ops.h' 2024-04-03T17:09:46.5556071Z adding 'torch/include/ATen/ops/convolution.h' 2024-04-03T17:09:46.5558843Z adding 'torch/include/ATen/ops/convolution_backward.h' 2024-04-03T17:09:46.5561661Z adding 'torch/include/ATen/ops/convolution_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5563591Z adding 'torch/include/ATen/ops/convolution_backward_cuda_dispatch.h' 2024-04-03T17:09:46.5565469Z adding 'torch/include/ATen/ops/convolution_backward_native.h' 2024-04-03T17:09:46.5567698Z adding 'torch/include/ATen/ops/convolution_backward_ops.h' 2024-04-03T17:09:46.5570238Z adding 'torch/include/ATen/ops/convolution_backward_overrideable.h' 2024-04-03T17:09:46.5573989Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5575100Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_native.h' 2024-04-03T17:09:46.5577923Z adding 'torch/include/ATen/ops/convolution_backward_overrideable_ops.h' 2024-04-03T17:09:46.5580027Z adding 'torch/include/ATen/ops/convolution_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5581767Z adding 'torch/include/ATen/ops/convolution_native.h' 2024-04-03T17:09:46.5584127Z adding 'torch/include/ATen/ops/convolution_ops.h' 2024-04-03T17:09:46.5586495Z adding 'torch/include/ATen/ops/convolution_overrideable.h' 2024-04-03T17:09:46.5588846Z adding 'torch/include/ATen/ops/convolution_overrideable_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5590655Z adding 'torch/include/ATen/ops/convolution_overrideable_native.h' 2024-04-03T17:09:46.5592789Z adding 'torch/include/ATen/ops/convolution_overrideable_ops.h' 2024-04-03T17:09:46.5594716Z adding 'torch/include/ATen/ops/copy.h' 2024-04-03T17:09:46.5596917Z adding 'torch/include/ATen/ops/copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5598899Z adding 'torch/include/ATen/ops/copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5600508Z adding 'torch/include/ATen/ops/copy_native.h' 2024-04-03T17:09:46.5602510Z adding 'torch/include/ATen/ops/copy_ops.h' 2024-04-03T17:09:46.5604675Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse.h' 2024-04-03T17:09:46.5607108Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5608945Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_meta_dispatch.h' 2024-04-03T17:09:46.5610692Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_native.h' 2024-04-03T17:09:46.5612635Z adding 'torch/include/ATen/ops/copy_sparse_to_sparse_ops.h' 2024-04-03T17:09:46.5614603Z adding 'torch/include/ATen/ops/copysign.h' 2024-04-03T17:09:46.5616906Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5619507Z adding 'torch/include/ATen/ops/copysign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5621448Z adding 'torch/include/ATen/ops/copysign_cpu_dispatch.h' 2024-04-03T17:09:46.5622994Z adding 'torch/include/ATen/ops/copysign_cuda_dispatch.h' 2024-04-03T17:09:46.5624822Z adding 'torch/include/ATen/ops/copysign_meta.h' 2024-04-03T17:09:46.5626767Z adding 'torch/include/ATen/ops/copysign_meta_dispatch.h' 2024-04-03T17:09:46.5628631Z adding 'torch/include/ATen/ops/copysign_native.h' 2024-04-03T17:09:46.5630793Z adding 'torch/include/ATen/ops/copysign_ops.h' 2024-04-03T17:09:46.5632806Z adding 'torch/include/ATen/ops/corrcoef.h' 2024-04-03T17:09:46.5635195Z adding 'torch/include/ATen/ops/corrcoef_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5636627Z adding 'torch/include/ATen/ops/corrcoef_native.h' 2024-04-03T17:09:46.5645373Z adding 'torch/include/ATen/ops/corrcoef_ops.h' 2024-04-03T17:09:46.5645622Z adding 'torch/include/ATen/ops/cos.h' 2024-04-03T17:09:46.5646197Z adding 'torch/include/ATen/ops/cos_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5646441Z adding 'torch/include/ATen/ops/cos_cpu_dispatch.h' 2024-04-03T17:09:46.5648415Z adding 'torch/include/ATen/ops/cos_cuda_dispatch.h' 2024-04-03T17:09:46.5650552Z adding 'torch/include/ATen/ops/cos_meta.h' 2024-04-03T17:09:46.5653403Z adding 'torch/include/ATen/ops/cos_meta_dispatch.h' 2024-04-03T17:09:46.5654341Z adding 'torch/include/ATen/ops/cos_native.h' 2024-04-03T17:09:46.5658614Z adding 'torch/include/ATen/ops/cos_ops.h' 2024-04-03T17:09:46.5659733Z adding 'torch/include/ATen/ops/cosh.h' 2024-04-03T17:09:46.5663393Z adding 'torch/include/ATen/ops/cosh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5664811Z adding 'torch/include/ATen/ops/cosh_cpu_dispatch.h' 2024-04-03T17:09:46.5667747Z adding 'torch/include/ATen/ops/cosh_cuda_dispatch.h' 2024-04-03T17:09:46.5669621Z adding 'torch/include/ATen/ops/cosh_meta.h' 2024-04-03T17:09:46.5672302Z adding 'torch/include/ATen/ops/cosh_meta_dispatch.h' 2024-04-03T17:09:46.5674307Z adding 'torch/include/ATen/ops/cosh_native.h' 2024-04-03T17:09:46.5676975Z adding 'torch/include/ATen/ops/cosh_ops.h' 2024-04-03T17:09:46.5679686Z adding 'torch/include/ATen/ops/cosine_embedding_loss.h' 2024-04-03T17:09:46.5682600Z adding 'torch/include/ATen/ops/cosine_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5685789Z adding 'torch/include/ATen/ops/cosine_embedding_loss_native.h' 2024-04-03T17:09:46.5688341Z adding 'torch/include/ATen/ops/cosine_embedding_loss_ops.h' 2024-04-03T17:09:46.5690675Z adding 'torch/include/ATen/ops/cosine_similarity.h' 2024-04-03T17:09:46.5693757Z adding 'torch/include/ATen/ops/cosine_similarity_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5695791Z adding 'torch/include/ATen/ops/cosine_similarity_native.h' 2024-04-03T17:09:46.5698761Z adding 'torch/include/ATen/ops/cosine_similarity_ops.h' 2024-04-03T17:09:46.5701492Z adding 'torch/include/ATen/ops/count_nonzero.h' 2024-04-03T17:09:46.5704290Z adding 'torch/include/ATen/ops/count_nonzero_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5706365Z adding 'torch/include/ATen/ops/count_nonzero_cpu_dispatch.h' 2024-04-03T17:09:46.5709109Z adding 'torch/include/ATen/ops/count_nonzero_cuda_dispatch.h' 2024-04-03T17:09:46.5711235Z adding 'torch/include/ATen/ops/count_nonzero_native.h' 2024-04-03T17:09:46.5714249Z adding 'torch/include/ATen/ops/count_nonzero_ops.h' 2024-04-03T17:09:46.5716298Z adding 'torch/include/ATen/ops/cov.h' 2024-04-03T17:09:46.5719353Z adding 'torch/include/ATen/ops/cov_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5721085Z adding 'torch/include/ATen/ops/cov_native.h' 2024-04-03T17:09:46.5723946Z adding 'torch/include/ATen/ops/cov_ops.h' 2024-04-03T17:09:46.5726124Z adding 'torch/include/ATen/ops/cross.h' 2024-04-03T17:09:46.5729049Z adding 'torch/include/ATen/ops/cross_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5731166Z adding 'torch/include/ATen/ops/cross_entropy_loss.h' 2024-04-03T17:09:46.5734388Z adding 'torch/include/ATen/ops/cross_entropy_loss_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5735812Z adding 'torch/include/ATen/ops/cross_entropy_loss_native.h' 2024-04-03T17:09:46.5739204Z adding 'torch/include/ATen/ops/cross_entropy_loss_ops.h' 2024-04-03T17:09:46.5741289Z adding 'torch/include/ATen/ops/cross_native.h' 2024-04-03T17:09:46.5744896Z adding 'torch/include/ATen/ops/cross_ops.h' 2024-04-03T17:09:46.5746737Z adding 'torch/include/ATen/ops/crow_indices.h' 2024-04-03T17:09:46.5748915Z adding 'torch/include/ATen/ops/crow_indices_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5750867Z adding 'torch/include/ATen/ops/crow_indices_copy.h' 2024-04-03T17:09:46.5752644Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5754646Z adding 'torch/include/ATen/ops/crow_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5756124Z adding 'torch/include/ATen/ops/crow_indices_copy_native.h' 2024-04-03T17:09:46.5758053Z adding 'torch/include/ATen/ops/crow_indices_copy_ops.h' 2024-04-03T17:09:46.5759914Z adding 'torch/include/ATen/ops/crow_indices_native.h' 2024-04-03T17:09:46.5761706Z adding 'torch/include/ATen/ops/crow_indices_ops.h' 2024-04-03T17:09:46.5763624Z adding 'torch/include/ATen/ops/ctc_loss.h' 2024-04-03T17:09:46.5765771Z adding 'torch/include/ATen/ops/ctc_loss_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5767468Z adding 'torch/include/ATen/ops/ctc_loss_native.h' 2024-04-03T17:09:46.5769540Z adding 'torch/include/ATen/ops/ctc_loss_ops.h' 2024-04-03T17:09:46.5771551Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator.h' 2024-04-03T17:09:46.5773762Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward.h' 2024-04-03T17:09:46.5775794Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5777610Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_cuda_dispatch.h' 2024-04-03T17:09:46.5779598Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_native.h' 2024-04-03T17:09:46.5781672Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_backward_ops.h' 2024-04-03T17:09:46.5783787Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5785477Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_cuda_dispatch.h' 2024-04-03T17:09:46.5787602Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_native.h' 2024-04-03T17:09:46.5789252Z adding 'torch/include/ATen/ops/cudnn_affine_grid_generator_ops.h' 2024-04-03T17:09:46.5791122Z adding 'torch/include/ATen/ops/cudnn_batch_norm.h' 2024-04-03T17:09:46.5793407Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward.h' 2024-04-03T17:09:46.5795730Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5797620Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_cuda_dispatch.h' 2024-04-03T17:09:46.5799531Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_native.h' 2024-04-03T17:09:46.5801671Z adding 'torch/include/ATen/ops/cudnn_batch_norm_backward_ops.h' 2024-04-03T17:09:46.5803852Z adding 'torch/include/ATen/ops/cudnn_batch_norm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5805843Z adding 'torch/include/ATen/ops/cudnn_batch_norm_cuda_dispatch.h' 2024-04-03T17:09:46.5807642Z adding 'torch/include/ATen/ops/cudnn_batch_norm_native.h' 2024-04-03T17:09:46.5810022Z adding 'torch/include/ATen/ops/cudnn_batch_norm_ops.h' 2024-04-03T17:09:46.5812021Z adding 'torch/include/ATen/ops/cudnn_convolution.h' 2024-04-03T17:09:46.5814698Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu.h' 2024-04-03T17:09:46.5817079Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5818959Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_cuda_dispatch.h' 2024-04-03T17:09:46.5821050Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_native.h' 2024-04-03T17:09:46.5822987Z adding 'torch/include/ATen/ops/cudnn_convolution_add_relu_ops.h' 2024-04-03T17:09:46.5825135Z adding 'torch/include/ATen/ops/cudnn_convolution_cuda_dispatch.h' 2024-04-03T17:09:46.5827109Z adding 'torch/include/ATen/ops/cudnn_convolution_native.h' 2024-04-03T17:09:46.5829443Z adding 'torch/include/ATen/ops/cudnn_convolution_ops.h' 2024-04-03T17:09:46.5831662Z adding 'torch/include/ATen/ops/cudnn_convolution_relu.h' 2024-04-03T17:09:46.5834216Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5836067Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_cuda_dispatch.h' 2024-04-03T17:09:46.5838045Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_native.h' 2024-04-03T17:09:46.5839885Z adding 'torch/include/ATen/ops/cudnn_convolution_relu_ops.h' 2024-04-03T17:09:46.5842443Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose.h' 2024-04-03T17:09:46.5844738Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5846716Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_cuda_dispatch.h' 2024-04-03T17:09:46.5848456Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_native.h' 2024-04-03T17:09:46.5850565Z adding 'torch/include/ATen/ops/cudnn_convolution_transpose_ops.h' 2024-04-03T17:09:46.5852493Z adding 'torch/include/ATen/ops/cudnn_grid_sampler.h' 2024-04-03T17:09:46.5854570Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward.h' 2024-04-03T17:09:46.5857047Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5859389Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_cuda_dispatch.h' 2024-04-03T17:09:46.5861210Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_native.h' 2024-04-03T17:09:46.5863286Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_backward_ops.h' 2024-04-03T17:09:46.5865266Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5866834Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_cuda_dispatch.h' 2024-04-03T17:09:46.5868592Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_native.h' 2024-04-03T17:09:46.5870619Z adding 'torch/include/ATen/ops/cudnn_grid_sampler_ops.h' 2024-04-03T17:09:46.5872507Z adding 'torch/include/ATen/ops/cudnn_is_acceptable.h' 2024-04-03T17:09:46.5874719Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5876599Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_native.h' 2024-04-03T17:09:46.5878343Z adding 'torch/include/ATen/ops/cudnn_is_acceptable_ops.h' 2024-04-03T17:09:46.5880526Z adding 'torch/include/ATen/ops/cummax.h' 2024-04-03T17:09:46.5882759Z adding 'torch/include/ATen/ops/cummax_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5884908Z adding 'torch/include/ATen/ops/cummax_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5886608Z adding 'torch/include/ATen/ops/cummax_native.h' 2024-04-03T17:09:46.5888583Z adding 'torch/include/ATen/ops/cummax_ops.h' 2024-04-03T17:09:46.5890596Z adding 'torch/include/ATen/ops/cummaxmin_backward.h' 2024-04-03T17:09:46.5892837Z adding 'torch/include/ATen/ops/cummaxmin_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5894498Z adding 'torch/include/ATen/ops/cummaxmin_backward_native.h' 2024-04-03T17:09:46.5896446Z adding 'torch/include/ATen/ops/cummaxmin_backward_ops.h' 2024-04-03T17:09:46.5898553Z adding 'torch/include/ATen/ops/cummin.h' 2024-04-03T17:09:46.5900905Z adding 'torch/include/ATen/ops/cummin_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5902852Z adding 'torch/include/ATen/ops/cummin_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5904562Z adding 'torch/include/ATen/ops/cummin_native.h' 2024-04-03T17:09:46.5906592Z adding 'torch/include/ATen/ops/cummin_ops.h' 2024-04-03T17:09:46.5908771Z adding 'torch/include/ATen/ops/cumprod.h' 2024-04-03T17:09:46.5910793Z adding 'torch/include/ATen/ops/cumprod_backward.h' 2024-04-03T17:09:46.5912914Z adding 'torch/include/ATen/ops/cumprod_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5914572Z adding 'torch/include/ATen/ops/cumprod_backward_native.h' 2024-04-03T17:09:46.5916514Z adding 'torch/include/ATen/ops/cumprod_backward_ops.h' 2024-04-03T17:09:46.5918785Z adding 'torch/include/ATen/ops/cumprod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5920646Z adding 'torch/include/ATen/ops/cumprod_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5922369Z adding 'torch/include/ATen/ops/cumprod_cpu_dispatch.h' 2024-04-03T17:09:46.5924328Z adding 'torch/include/ATen/ops/cumprod_cuda_dispatch.h' 2024-04-03T17:09:46.5926161Z adding 'torch/include/ATen/ops/cumprod_meta.h' 2024-04-03T17:09:46.5928218Z adding 'torch/include/ATen/ops/cumprod_meta_dispatch.h' 2024-04-03T17:09:46.5930069Z adding 'torch/include/ATen/ops/cumprod_native.h' 2024-04-03T17:09:46.5932277Z adding 'torch/include/ATen/ops/cumprod_ops.h' 2024-04-03T17:09:46.5934774Z adding 'torch/include/ATen/ops/cumsum.h' 2024-04-03T17:09:46.5937267Z adding 'torch/include/ATen/ops/cumsum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.5939267Z adding 'torch/include/ATen/ops/cumsum_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5940873Z adding 'torch/include/ATen/ops/cumsum_cpu_dispatch.h' 2024-04-03T17:09:46.5942654Z adding 'torch/include/ATen/ops/cumsum_cuda_dispatch.h' 2024-04-03T17:09:46.5944611Z adding 'torch/include/ATen/ops/cumsum_meta.h' 2024-04-03T17:09:46.5946469Z adding 'torch/include/ATen/ops/cumsum_meta_dispatch.h' 2024-04-03T17:09:46.5948238Z adding 'torch/include/ATen/ops/cumsum_native.h' 2024-04-03T17:09:46.5950432Z adding 'torch/include/ATen/ops/cumsum_ops.h' 2024-04-03T17:09:46.5952487Z adding 'torch/include/ATen/ops/cumulative_trapezoid.h' 2024-04-03T17:09:46.5954682Z adding 'torch/include/ATen/ops/cumulative_trapezoid_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5956313Z adding 'torch/include/ATen/ops/cumulative_trapezoid_native.h' 2024-04-03T17:09:46.5958263Z adding 'torch/include/ATen/ops/cumulative_trapezoid_ops.h' 2024-04-03T17:09:46.5959862Z adding 'torch/include/ATen/ops/data.h' 2024-04-03T17:09:46.5961863Z adding 'torch/include/ATen/ops/data_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.5963425Z adding 'torch/include/ATen/ops/data_native.h' 2024-04-03T17:09:46.5965227Z adding 'torch/include/ATen/ops/data_ops.h' 2024-04-03T17:09:46.5966955Z adding 'torch/include/ATen/ops/deg2rad.h' 2024-04-03T17:09:46.5969347Z adding 'torch/include/ATen/ops/deg2rad_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5970995Z adding 'torch/include/ATen/ops/deg2rad_native.h' 2024-04-03T17:09:46.5972523Z adding 'torch/include/ATen/ops/deg2rad_ops.h' 2024-04-03T17:09:46.5974285Z adding 'torch/include/ATen/ops/dense_dim.h' 2024-04-03T17:09:46.5976319Z adding 'torch/include/ATen/ops/dense_dim_cpu_dispatch.h' 2024-04-03T17:09:46.5978545Z adding 'torch/include/ATen/ops/dense_dim_cuda_dispatch.h' 2024-04-03T17:09:46.5980526Z adding 'torch/include/ATen/ops/dense_dim_native.h' 2024-04-03T17:09:46.5982447Z adding 'torch/include/ATen/ops/dense_dim_ops.h' 2024-04-03T17:09:46.5984587Z adding 'torch/include/ATen/ops/dequantize.h' 2024-04-03T17:09:46.5986870Z adding 'torch/include/ATen/ops/dequantize_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.5988782Z adding 'torch/include/ATen/ops/dequantize_cpu_dispatch.h' 2024-04-03T17:09:46.5990600Z adding 'torch/include/ATen/ops/dequantize_cuda_dispatch.h' 2024-04-03T17:09:46.5992343Z adding 'torch/include/ATen/ops/dequantize_native.h' 2024-04-03T17:09:46.5994566Z adding 'torch/include/ATen/ops/dequantize_ops.h' 2024-04-03T17:09:46.5996500Z adding 'torch/include/ATen/ops/det.h' 2024-04-03T17:09:46.5998629Z adding 'torch/include/ATen/ops/det_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6000322Z adding 'torch/include/ATen/ops/det_native.h' 2024-04-03T17:09:46.6002254Z adding 'torch/include/ATen/ops/det_ops.h' 2024-04-03T17:09:46.6004291Z adding 'torch/include/ATen/ops/detach.h' 2024-04-03T17:09:46.6006348Z adding 'torch/include/ATen/ops/detach_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6008117Z adding 'torch/include/ATen/ops/detach_copy.h' 2024-04-03T17:09:46.6010831Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6012591Z adding 'torch/include/ATen/ops/detach_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6014485Z adding 'torch/include/ATen/ops/detach_copy_native.h' 2024-04-03T17:09:46.6016513Z adding 'torch/include/ATen/ops/detach_copy_ops.h' 2024-04-03T17:09:46.6018194Z adding 'torch/include/ATen/ops/detach_native.h' 2024-04-03T17:09:46.6020150Z adding 'torch/include/ATen/ops/detach_ops.h' 2024-04-03T17:09:46.6021783Z adding 'torch/include/ATen/ops/diag.h' 2024-04-03T17:09:46.6023612Z adding 'torch/include/ATen/ops/diag_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6025167Z adding 'torch/include/ATen/ops/diag_embed.h' 2024-04-03T17:09:46.6026994Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6028815Z adding 'torch/include/ATen/ops/diag_embed_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6030125Z adding 'torch/include/ATen/ops/diag_embed_native.h' 2024-04-03T17:09:46.6031788Z adding 'torch/include/ATen/ops/diag_embed_ops.h' 2024-04-03T17:09:46.6033588Z adding 'torch/include/ATen/ops/diag_native.h' 2024-04-03T17:09:46.6035536Z adding 'torch/include/ATen/ops/diag_ops.h' 2024-04-03T17:09:46.6037310Z adding 'torch/include/ATen/ops/diagflat.h' 2024-04-03T17:09:46.6039427Z adding 'torch/include/ATen/ops/diagflat_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6040941Z adding 'torch/include/ATen/ops/diagflat_native.h' 2024-04-03T17:09:46.6042820Z adding 'torch/include/ATen/ops/diagflat_ops.h' 2024-04-03T17:09:46.6044589Z adding 'torch/include/ATen/ops/diagonal.h' 2024-04-03T17:09:46.6046777Z adding 'torch/include/ATen/ops/diagonal_backward.h' 2024-04-03T17:09:46.6049175Z adding 'torch/include/ATen/ops/diagonal_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6050747Z adding 'torch/include/ATen/ops/diagonal_backward_native.h' 2024-04-03T17:09:46.6052698Z adding 'torch/include/ATen/ops/diagonal_backward_ops.h' 2024-04-03T17:09:46.6054684Z adding 'torch/include/ATen/ops/diagonal_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6056614Z adding 'torch/include/ATen/ops/diagonal_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6058706Z adding 'torch/include/ATen/ops/diagonal_copy.h' 2024-04-03T17:09:46.6060673Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6062678Z adding 'torch/include/ATen/ops/diagonal_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6063893Z adding 'torch/include/ATen/ops/diagonal_copy_native.h' 2024-04-03T17:09:46.6065832Z adding 'torch/include/ATen/ops/diagonal_copy_ops.h' 2024-04-03T17:09:46.6067627Z adding 'torch/include/ATen/ops/diagonal_native.h' 2024-04-03T17:09:46.6069608Z adding 'torch/include/ATen/ops/diagonal_ops.h' 2024-04-03T17:09:46.6072254Z adding 'torch/include/ATen/ops/diagonal_scatter.h' 2024-04-03T17:09:46.6074180Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6076149Z adding 'torch/include/ATen/ops/diagonal_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6077721Z adding 'torch/include/ATen/ops/diagonal_scatter_native.h' 2024-04-03T17:09:46.6079599Z adding 'torch/include/ATen/ops/diagonal_scatter_ops.h' 2024-04-03T17:09:46.6081563Z adding 'torch/include/ATen/ops/diff.h' 2024-04-03T17:09:46.6083938Z adding 'torch/include/ATen/ops/diff_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6085682Z adding 'torch/include/ATen/ops/diff_native.h' 2024-04-03T17:09:46.6088014Z adding 'torch/include/ATen/ops/diff_ops.h' 2024-04-03T17:09:46.6090190Z adding 'torch/include/ATen/ops/digamma.h' 2024-04-03T17:09:46.6092555Z adding 'torch/include/ATen/ops/digamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6094213Z adding 'torch/include/ATen/ops/digamma_cpu_dispatch.h' 2024-04-03T17:09:46.6096305Z adding 'torch/include/ATen/ops/digamma_cuda_dispatch.h' 2024-04-03T17:09:46.6098526Z adding 'torch/include/ATen/ops/digamma_meta.h' 2024-04-03T17:09:46.6100548Z adding 'torch/include/ATen/ops/digamma_meta_dispatch.h' 2024-04-03T17:09:46.6102475Z adding 'torch/include/ATen/ops/digamma_native.h' 2024-04-03T17:09:46.6104683Z adding 'torch/include/ATen/ops/digamma_ops.h' 2024-04-03T17:09:46.6107123Z adding 'torch/include/ATen/ops/dist.h' 2024-04-03T17:09:46.6109268Z adding 'torch/include/ATen/ops/dist_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6111463Z adding 'torch/include/ATen/ops/dist_native.h' 2024-04-03T17:09:46.6113368Z adding 'torch/include/ATen/ops/dist_ops.h' 2024-04-03T17:09:46.6115660Z adding 'torch/include/ATen/ops/div.h' 2024-04-03T17:09:46.6118384Z adding 'torch/include/ATen/ops/div_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6120640Z adding 'torch/include/ATen/ops/div_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6121953Z adding 'torch/include/ATen/ops/div_cpu_dispatch.h' 2024-04-03T17:09:46.6124271Z adding 'torch/include/ATen/ops/div_cuda_dispatch.h' 2024-04-03T17:09:46.6126008Z adding 'torch/include/ATen/ops/div_meta.h' 2024-04-03T17:09:46.6127967Z adding 'torch/include/ATen/ops/div_meta_dispatch.h' 2024-04-03T17:09:46.6129842Z adding 'torch/include/ATen/ops/div_native.h' 2024-04-03T17:09:46.6132377Z adding 'torch/include/ATen/ops/div_ops.h' 2024-04-03T17:09:46.6134576Z adding 'torch/include/ATen/ops/divide.h' 2024-04-03T17:09:46.6137259Z adding 'torch/include/ATen/ops/divide_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6139022Z adding 'torch/include/ATen/ops/divide_native.h' 2024-04-03T17:09:46.6141587Z adding 'torch/include/ATen/ops/divide_ops.h' 2024-04-03T17:09:46.6143633Z adding 'torch/include/ATen/ops/dot.h' 2024-04-03T17:09:46.6145976Z adding 'torch/include/ATen/ops/dot_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6147682Z adding 'torch/include/ATen/ops/dot_cpu_dispatch.h' 2024-04-03T17:09:46.6149527Z adding 'torch/include/ATen/ops/dot_cuda_dispatch.h' 2024-04-03T17:09:46.6151264Z adding 'torch/include/ATen/ops/dot_native.h' 2024-04-03T17:09:46.6153269Z adding 'torch/include/ATen/ops/dot_ops.h' 2024-04-03T17:09:46.6155089Z adding 'torch/include/ATen/ops/dropout.h' 2024-04-03T17:09:46.6158381Z adding 'torch/include/ATen/ops/dropout_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6159893Z adding 'torch/include/ATen/ops/dropout_native.h' 2024-04-03T17:09:46.6161783Z adding 'torch/include/ATen/ops/dropout_ops.h' 2024-04-03T17:09:46.6163611Z adding 'torch/include/ATen/ops/dsplit.h' 2024-04-03T17:09:46.6165974Z adding 'torch/include/ATen/ops/dsplit_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6167492Z adding 'torch/include/ATen/ops/dsplit_native.h' 2024-04-03T17:09:46.6169544Z adding 'torch/include/ATen/ops/dsplit_ops.h' 2024-04-03T17:09:46.6171255Z adding 'torch/include/ATen/ops/dstack.h' 2024-04-03T17:09:46.6173614Z adding 'torch/include/ATen/ops/dstack_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6175111Z adding 'torch/include/ATen/ops/dstack_native.h' 2024-04-03T17:09:46.6177181Z adding 'torch/include/ATen/ops/dstack_ops.h' 2024-04-03T17:09:46.6179298Z adding 'torch/include/ATen/ops/einsum.h' 2024-04-03T17:09:46.6181774Z adding 'torch/include/ATen/ops/einsum_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6183311Z adding 'torch/include/ATen/ops/einsum_native.h' 2024-04-03T17:09:46.6185321Z adding 'torch/include/ATen/ops/einsum_ops.h' 2024-04-03T17:09:46.6187011Z adding 'torch/include/ATen/ops/elu.h' 2024-04-03T17:09:46.6188945Z adding 'torch/include/ATen/ops/elu_backward.h' 2024-04-03T17:09:46.6191271Z adding 'torch/include/ATen/ops/elu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6192888Z adding 'torch/include/ATen/ops/elu_backward_cpu_dispatch.h' 2024-04-03T17:09:46.6194857Z adding 'torch/include/ATen/ops/elu_backward_cuda_dispatch.h' 2024-04-03T17:09:46.6196636Z adding 'torch/include/ATen/ops/elu_backward_meta.h' 2024-04-03T17:09:46.6198779Z adding 'torch/include/ATen/ops/elu_backward_meta_dispatch.h' 2024-04-03T17:09:46.6200686Z adding 'torch/include/ATen/ops/elu_backward_native.h' 2024-04-03T17:09:46.6202768Z adding 'torch/include/ATen/ops/elu_backward_ops.h' 2024-04-03T17:09:46.6205005Z adding 'torch/include/ATen/ops/elu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6207440Z adding 'torch/include/ATen/ops/elu_cpu_dispatch.h' 2024-04-03T17:09:46.6209332Z adding 'torch/include/ATen/ops/elu_cuda_dispatch.h' 2024-04-03T17:09:46.6211020Z adding 'torch/include/ATen/ops/elu_meta.h' 2024-04-03T17:09:46.6212965Z adding 'torch/include/ATen/ops/elu_meta_dispatch.h' 2024-04-03T17:09:46.6214902Z adding 'torch/include/ATen/ops/elu_native.h' 2024-04-03T17:09:46.6217603Z adding 'torch/include/ATen/ops/elu_ops.h' 2024-04-03T17:09:46.6219808Z adding 'torch/include/ATen/ops/embedding.h' 2024-04-03T17:09:46.6222349Z adding 'torch/include/ATen/ops/embedding_backward.h' 2024-04-03T17:09:46.6224777Z adding 'torch/include/ATen/ops/embedding_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6226689Z adding 'torch/include/ATen/ops/embedding_backward_native.h' 2024-04-03T17:09:46.6228941Z adding 'torch/include/ATen/ops/embedding_backward_ops.h' 2024-04-03T17:09:46.6231128Z adding 'torch/include/ATen/ops/embedding_bag.h' 2024-04-03T17:09:46.6234413Z adding 'torch/include/ATen/ops/embedding_bag_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6236025Z adding 'torch/include/ATen/ops/embedding_bag_native.h' 2024-04-03T17:09:46.6238821Z adding 'torch/include/ATen/ops/embedding_bag_ops.h' 2024-04-03T17:09:46.6242207Z adding 'torch/include/ATen/ops/embedding_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6243618Z adding 'torch/include/ATen/ops/embedding_dense_backward.h' 2024-04-03T17:09:46.6245948Z adding 'torch/include/ATen/ops/embedding_dense_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6247676Z adding 'torch/include/ATen/ops/embedding_dense_backward_cpu_dispatch.h' 2024-04-03T17:09:46.6250532Z adding 'torch/include/ATen/ops/embedding_dense_backward_cuda_dispatch.h' 2024-04-03T17:09:46.6253193Z adding 'torch/include/ATen/ops/embedding_dense_backward_native.h' 2024-04-03T17:09:46.6255719Z adding 'torch/include/ATen/ops/embedding_dense_backward_ops.h' 2024-04-03T17:09:46.6258090Z adding 'torch/include/ATen/ops/embedding_native.h' 2024-04-03T17:09:46.6260893Z adding 'torch/include/ATen/ops/embedding_ops.h' 2024-04-03T17:09:46.6263271Z adding 'torch/include/ATen/ops/embedding_renorm.h' 2024-04-03T17:09:46.6266229Z adding 'torch/include/ATen/ops/embedding_renorm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6268105Z adding 'torch/include/ATen/ops/embedding_renorm_cpu_dispatch.h' 2024-04-03T17:09:46.6271014Z adding 'torch/include/ATen/ops/embedding_renorm_cuda_dispatch.h' 2024-04-03T17:09:46.6272964Z adding 'torch/include/ATen/ops/embedding_renorm_meta_dispatch.h' 2024-04-03T17:09:46.6275571Z adding 'torch/include/ATen/ops/embedding_renorm_native.h' 2024-04-03T17:09:46.6278079Z adding 'torch/include/ATen/ops/embedding_renorm_ops.h' 2024-04-03T17:09:46.6280475Z adding 'torch/include/ATen/ops/embedding_sparse_backward.h' 2024-04-03T17:09:46.6283373Z adding 'torch/include/ATen/ops/embedding_sparse_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6285110Z adding 'torch/include/ATen/ops/embedding_sparse_backward_native.h' 2024-04-03T17:09:46.6288058Z adding 'torch/include/ATen/ops/embedding_sparse_backward_ops.h' 2024-04-03T17:09:46.6290947Z adding 'torch/include/ATen/ops/empty.h' 2024-04-03T17:09:46.6294022Z adding 'torch/include/ATen/ops/empty_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6296342Z adding 'torch/include/ATen/ops/empty_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6299061Z adding 'torch/include/ATen/ops/empty_cpu_dispatch.h' 2024-04-03T17:09:46.6301514Z adding 'torch/include/ATen/ops/empty_cuda_dispatch.h' 2024-04-03T17:09:46.6304150Z adding 'torch/include/ATen/ops/empty_like.h' 2024-04-03T17:09:46.6307232Z adding 'torch/include/ATen/ops/empty_like_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6309127Z adding 'torch/include/ATen/ops/empty_like_native.h' 2024-04-03T17:09:46.6312037Z adding 'torch/include/ATen/ops/empty_like_ops.h' 2024-04-03T17:09:46.6313990Z adding 'torch/include/ATen/ops/empty_meta_dispatch.h' 2024-04-03T17:09:46.6316596Z adding 'torch/include/ATen/ops/empty_native.h' 2024-04-03T17:09:46.6319812Z adding 'torch/include/ATen/ops/empty_ops.h' 2024-04-03T17:09:46.6322742Z adding 'torch/include/ATen/ops/empty_permuted.h' 2024-04-03T17:09:46.6325972Z adding 'torch/include/ATen/ops/empty_permuted_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6328186Z adding 'torch/include/ATen/ops/empty_permuted_native.h' 2024-04-03T17:09:46.6330625Z adding 'torch/include/ATen/ops/empty_permuted_ops.h' 2024-04-03T17:09:46.6333252Z adding 'torch/include/ATen/ops/empty_quantized.h' 2024-04-03T17:09:46.6336491Z adding 'torch/include/ATen/ops/empty_quantized_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6337752Z adding 'torch/include/ATen/ops/empty_quantized_native.h' 2024-04-03T17:09:46.6341263Z adding 'torch/include/ATen/ops/empty_quantized_ops.h' 2024-04-03T17:09:46.6344137Z adding 'torch/include/ATen/ops/empty_strided.h' 2024-04-03T17:09:46.6346985Z adding 'torch/include/ATen/ops/empty_strided_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6349086Z adding 'torch/include/ATen/ops/empty_strided_cpu_dispatch.h' 2024-04-03T17:09:46.6351616Z adding 'torch/include/ATen/ops/empty_strided_cuda_dispatch.h' 2024-04-03T17:09:46.6353585Z adding 'torch/include/ATen/ops/empty_strided_meta_dispatch.h' 2024-04-03T17:09:46.6355238Z adding 'torch/include/ATen/ops/empty_strided_native.h' 2024-04-03T17:09:46.6357352Z adding 'torch/include/ATen/ops/empty_strided_ops.h' 2024-04-03T17:09:46.6359728Z adding 'torch/include/ATen/ops/eq.h' 2024-04-03T17:09:46.6361592Z adding 'torch/include/ATen/ops/eq_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6363114Z adding 'torch/include/ATen/ops/eq_cpu_dispatch.h' 2024-04-03T17:09:46.6364985Z adding 'torch/include/ATen/ops/eq_cuda_dispatch.h' 2024-04-03T17:09:46.6366799Z adding 'torch/include/ATen/ops/eq_meta.h' 2024-04-03T17:09:46.6368653Z adding 'torch/include/ATen/ops/eq_meta_dispatch.h' 2024-04-03T17:09:46.6370429Z adding 'torch/include/ATen/ops/eq_native.h' 2024-04-03T17:09:46.6372534Z adding 'torch/include/ATen/ops/eq_ops.h' 2024-04-03T17:09:46.6374469Z adding 'torch/include/ATen/ops/equal.h' 2024-04-03T17:09:46.6376342Z adding 'torch/include/ATen/ops/equal_cpu_dispatch.h' 2024-04-03T17:09:46.6378142Z adding 'torch/include/ATen/ops/equal_cuda_dispatch.h' 2024-04-03T17:09:46.6380047Z adding 'torch/include/ATen/ops/equal_native.h' 2024-04-03T17:09:46.6381848Z adding 'torch/include/ATen/ops/equal_ops.h' 2024-04-03T17:09:46.6383831Z adding 'torch/include/ATen/ops/erf.h' 2024-04-03T17:09:46.6385858Z adding 'torch/include/ATen/ops/erf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6387419Z adding 'torch/include/ATen/ops/erf_cpu_dispatch.h' 2024-04-03T17:09:46.6389148Z adding 'torch/include/ATen/ops/erf_cuda_dispatch.h' 2024-04-03T17:09:46.6390878Z adding 'torch/include/ATen/ops/erf_meta.h' 2024-04-03T17:09:46.6392659Z adding 'torch/include/ATen/ops/erf_meta_dispatch.h' 2024-04-03T17:09:46.6394450Z adding 'torch/include/ATen/ops/erf_native.h' 2024-04-03T17:09:46.6396362Z adding 'torch/include/ATen/ops/erf_ops.h' 2024-04-03T17:09:46.6398241Z adding 'torch/include/ATen/ops/erfc.h' 2024-04-03T17:09:46.6400383Z adding 'torch/include/ATen/ops/erfc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6401990Z adding 'torch/include/ATen/ops/erfc_cpu_dispatch.h' 2024-04-03T17:09:46.6403745Z adding 'torch/include/ATen/ops/erfc_cuda_dispatch.h' 2024-04-03T17:09:46.6405465Z adding 'torch/include/ATen/ops/erfc_meta.h' 2024-04-03T17:09:46.6407303Z adding 'torch/include/ATen/ops/erfc_meta_dispatch.h' 2024-04-03T17:09:46.6409193Z adding 'torch/include/ATen/ops/erfc_native.h' 2024-04-03T17:09:46.6411197Z adding 'torch/include/ATen/ops/erfc_ops.h' 2024-04-03T17:09:46.6412687Z adding 'torch/include/ATen/ops/erfinv.h' 2024-04-03T17:09:46.6415522Z adding 'torch/include/ATen/ops/erfinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6416821Z adding 'torch/include/ATen/ops/erfinv_cpu_dispatch.h' 2024-04-03T17:09:46.6418945Z adding 'torch/include/ATen/ops/erfinv_cuda_dispatch.h' 2024-04-03T17:09:46.6420927Z adding 'torch/include/ATen/ops/erfinv_meta.h' 2024-04-03T17:09:46.6422840Z adding 'torch/include/ATen/ops/erfinv_meta_dispatch.h' 2024-04-03T17:09:46.6424593Z adding 'torch/include/ATen/ops/erfinv_native.h' 2024-04-03T17:09:46.6426422Z adding 'torch/include/ATen/ops/erfinv_ops.h' 2024-04-03T17:09:46.6428603Z adding 'torch/include/ATen/ops/exp.h' 2024-04-03T17:09:46.6430230Z adding 'torch/include/ATen/ops/exp2.h' 2024-04-03T17:09:46.6432766Z adding 'torch/include/ATen/ops/exp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6434308Z adding 'torch/include/ATen/ops/exp2_cpu_dispatch.h' 2024-04-03T17:09:46.6435965Z adding 'torch/include/ATen/ops/exp2_cuda_dispatch.h' 2024-04-03T17:09:46.6437697Z adding 'torch/include/ATen/ops/exp2_meta.h' 2024-04-03T17:09:46.6439738Z adding 'torch/include/ATen/ops/exp2_meta_dispatch.h' 2024-04-03T17:09:46.6441673Z adding 'torch/include/ATen/ops/exp2_native.h' 2024-04-03T17:09:46.6443894Z adding 'torch/include/ATen/ops/exp2_ops.h' 2024-04-03T17:09:46.6446286Z adding 'torch/include/ATen/ops/exp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6448134Z adding 'torch/include/ATen/ops/exp_cpu_dispatch.h' 2024-04-03T17:09:46.6450253Z adding 'torch/include/ATen/ops/exp_cuda_dispatch.h' 2024-04-03T17:09:46.6452240Z adding 'torch/include/ATen/ops/exp_meta.h' 2024-04-03T17:09:46.6454421Z adding 'torch/include/ATen/ops/exp_meta_dispatch.h' 2024-04-03T17:09:46.6456522Z adding 'torch/include/ATen/ops/exp_native.h' 2024-04-03T17:09:46.6459054Z adding 'torch/include/ATen/ops/exp_ops.h' 2024-04-03T17:09:46.6461376Z adding 'torch/include/ATen/ops/expand.h' 2024-04-03T17:09:46.6463313Z adding 'torch/include/ATen/ops/expand_as.h' 2024-04-03T17:09:46.6465611Z adding 'torch/include/ATen/ops/expand_as_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6467500Z adding 'torch/include/ATen/ops/expand_as_native.h' 2024-04-03T17:09:46.6469583Z adding 'torch/include/ATen/ops/expand_as_ops.h' 2024-04-03T17:09:46.6471965Z adding 'torch/include/ATen/ops/expand_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6474132Z adding 'torch/include/ATen/ops/expand_copy.h' 2024-04-03T17:09:46.6476756Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6478909Z adding 'torch/include/ATen/ops/expand_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6480794Z adding 'torch/include/ATen/ops/expand_copy_native.h' 2024-04-03T17:09:46.6482976Z adding 'torch/include/ATen/ops/expand_copy_ops.h' 2024-04-03T17:09:46.6485071Z adding 'torch/include/ATen/ops/expand_native.h' 2024-04-03T17:09:46.6487202Z adding 'torch/include/ATen/ops/expand_ops.h' 2024-04-03T17:09:46.6489331Z adding 'torch/include/ATen/ops/expm1.h' 2024-04-03T17:09:46.6491769Z adding 'torch/include/ATen/ops/expm1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6493681Z adding 'torch/include/ATen/ops/expm1_cpu_dispatch.h' 2024-04-03T17:09:46.6496283Z adding 'torch/include/ATen/ops/expm1_cuda_dispatch.h' 2024-04-03T17:09:46.6498122Z adding 'torch/include/ATen/ops/expm1_meta.h' 2024-04-03T17:09:46.6500481Z adding 'torch/include/ATen/ops/expm1_meta_dispatch.h' 2024-04-03T17:09:46.6502452Z adding 'torch/include/ATen/ops/expm1_native.h' 2024-04-03T17:09:46.6504663Z adding 'torch/include/ATen/ops/expm1_ops.h' 2024-04-03T17:09:46.6506569Z adding 'torch/include/ATen/ops/exponential.h' 2024-04-03T17:09:46.6509003Z adding 'torch/include/ATen/ops/exponential_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6511074Z adding 'torch/include/ATen/ops/exponential_cpu_dispatch.h' 2024-04-03T17:09:46.6512622Z adding 'torch/include/ATen/ops/exponential_cuda_dispatch.h' 2024-04-03T17:09:46.6514555Z adding 'torch/include/ATen/ops/exponential_meta_dispatch.h' 2024-04-03T17:09:46.6516354Z adding 'torch/include/ATen/ops/exponential_native.h' 2024-04-03T17:09:46.6518471Z adding 'torch/include/ATen/ops/exponential_ops.h' 2024-04-03T17:09:46.6521042Z adding 'torch/include/ATen/ops/eye.h' 2024-04-03T17:09:46.6523567Z adding 'torch/include/ATen/ops/eye_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6525413Z adding 'torch/include/ATen/ops/eye_cpu_dispatch.h' 2024-04-03T17:09:46.6527436Z adding 'torch/include/ATen/ops/eye_cuda_dispatch.h' 2024-04-03T17:09:46.6529423Z adding 'torch/include/ATen/ops/eye_meta_dispatch.h' 2024-04-03T17:09:46.6531425Z adding 'torch/include/ATen/ops/eye_native.h' 2024-04-03T17:09:46.6533817Z adding 'torch/include/ATen/ops/eye_ops.h' 2024-04-03T17:09:46.6535900Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine.h' 2024-04-03T17:09:46.6539004Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask.h' 2024-04-03T17:09:46.6541116Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward.h' 2024-04-03T17:09:46.6543265Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6544808Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_native.h' 2024-04-03T17:09:46.6546903Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_backward_ops.h' 2024-04-03T17:09:46.6549020Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6551146Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cpu_dispatch.h' 2024-04-03T17:09:46.6552795Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_cuda_dispatch.h' 2024-04-03T17:09:46.6554870Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_native.h' 2024-04-03T17:09:46.6557064Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_cachemask_ops.h' 2024-04-03T17:09:46.6559319Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6560828Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_native.h' 2024-04-03T17:09:46.6562452Z adding 'torch/include/ATen/ops/fake_quantize_per_channel_affine_ops.h' 2024-04-03T17:09:46.6564307Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine.h' 2024-04-03T17:09:46.6566273Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask.h' 2024-04-03T17:09:46.6568460Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward.h' 2024-04-03T17:09:46.6570551Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6572481Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_native.h' 2024-04-03T17:09:46.6574647Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_backward_ops.h' 2024-04-03T17:09:46.6576924Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6579013Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cpu_dispatch.h' 2024-04-03T17:09:46.6581022Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_cuda_dispatch.h' 2024-04-03T17:09:46.6582935Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_native.h' 2024-04-03T17:09:46.6585175Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_cachemask_ops.h' 2024-04-03T17:09:46.6587440Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6589301Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_native.h' 2024-04-03T17:09:46.6591455Z adding 'torch/include/ATen/ops/fake_quantize_per_tensor_affine_ops.h' 2024-04-03T17:09:46.6593460Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight.h' 2024-04-03T17:09:46.6595903Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6597765Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation.h' 2024-04-03T17:09:46.6600036Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6601834Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_native.h' 2024-04-03T17:09:46.6603906Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_fp32_activation_ops.h' 2024-04-03T17:09:46.6605750Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_native.h' 2024-04-03T17:09:46.6607770Z adding 'torch/include/ATen/ops/fbgemm_linear_fp16_weight_ops.h' 2024-04-03T17:09:46.6609887Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight.h' 2024-04-03T17:09:46.6612289Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6614222Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation.h' 2024-04-03T17:09:46.6616611Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6618600Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_native.h' 2024-04-03T17:09:46.6620730Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_fp32_activation_ops.h' 2024-04-03T17:09:46.6622567Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_native.h' 2024-04-03T17:09:46.6624796Z adding 'torch/include/ATen/ops/fbgemm_linear_int8_weight_ops.h' 2024-04-03T17:09:46.6626768Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight.h' 2024-04-03T17:09:46.6629341Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6631032Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_native.h' 2024-04-03T17:09:46.6633030Z adding 'torch/include/ATen/ops/fbgemm_linear_quantize_weight_ops.h' 2024-04-03T17:09:46.6634956Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16.h' 2024-04-03T17:09:46.6637273Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6638961Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_native.h' 2024-04-03T17:09:46.6641194Z adding 'torch/include/ATen/ops/fbgemm_pack_gemm_matrix_fp16_ops.h' 2024-04-03T17:09:46.6643211Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix.h' 2024-04-03T17:09:46.6645539Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6647315Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_native.h' 2024-04-03T17:09:46.6650148Z adding 'torch/include/ATen/ops/fbgemm_pack_quantized_matrix_ops.h' 2024-04-03T17:09:46.6652094Z adding 'torch/include/ATen/ops/feature_alpha_dropout.h' 2024-04-03T17:09:46.6654505Z adding 'torch/include/ATen/ops/feature_alpha_dropout_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6656274Z adding 'torch/include/ATen/ops/feature_alpha_dropout_native.h' 2024-04-03T17:09:46.6658692Z adding 'torch/include/ATen/ops/feature_alpha_dropout_ops.h' 2024-04-03T17:09:46.6660740Z adding 'torch/include/ATen/ops/feature_dropout.h' 2024-04-03T17:09:46.6663007Z adding 'torch/include/ATen/ops/feature_dropout_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6664798Z adding 'torch/include/ATen/ops/feature_dropout_native.h' 2024-04-03T17:09:46.6666846Z adding 'torch/include/ATen/ops/feature_dropout_ops.h' 2024-04-03T17:09:46.6669123Z adding 'torch/include/ATen/ops/fft_fft.h' 2024-04-03T17:09:46.6671569Z adding 'torch/include/ATen/ops/fft_fft2.h' 2024-04-03T17:09:46.6674254Z adding 'torch/include/ATen/ops/fft_fft2_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6676055Z adding 'torch/include/ATen/ops/fft_fft2_native.h' 2024-04-03T17:09:46.6678219Z adding 'torch/include/ATen/ops/fft_fft2_ops.h' 2024-04-03T17:09:46.6680723Z adding 'torch/include/ATen/ops/fft_fft_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6682550Z adding 'torch/include/ATen/ops/fft_fft_native.h' 2024-04-03T17:09:46.6684722Z adding 'torch/include/ATen/ops/fft_fft_ops.h' 2024-04-03T17:09:46.6686973Z adding 'torch/include/ATen/ops/fft_fftfreq.h' 2024-04-03T17:09:46.6689369Z adding 'torch/include/ATen/ops/fft_fftfreq_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6691228Z adding 'torch/include/ATen/ops/fft_fftfreq_native.h' 2024-04-03T17:09:46.6693403Z adding 'torch/include/ATen/ops/fft_fftfreq_ops.h' 2024-04-03T17:09:46.6695783Z adding 'torch/include/ATen/ops/fft_fftn.h' 2024-04-03T17:09:46.6698652Z adding 'torch/include/ATen/ops/fft_fftn_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6700597Z adding 'torch/include/ATen/ops/fft_fftn_native.h' 2024-04-03T17:09:46.6702758Z adding 'torch/include/ATen/ops/fft_fftn_ops.h' 2024-04-03T17:09:46.6704807Z adding 'torch/include/ATen/ops/fft_fftshift.h' 2024-04-03T17:09:46.6707207Z adding 'torch/include/ATen/ops/fft_fftshift_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6708920Z adding 'torch/include/ATen/ops/fft_fftshift_native.h' 2024-04-03T17:09:46.6710931Z adding 'torch/include/ATen/ops/fft_fftshift_ops.h' 2024-04-03T17:09:46.6713288Z adding 'torch/include/ATen/ops/fft_hfft.h' 2024-04-03T17:09:46.6715704Z adding 'torch/include/ATen/ops/fft_hfft2.h' 2024-04-03T17:09:46.6718260Z adding 'torch/include/ATen/ops/fft_hfft2_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6720022Z adding 'torch/include/ATen/ops/fft_hfft2_native.h' 2024-04-03T17:09:46.6722350Z adding 'torch/include/ATen/ops/fft_hfft2_ops.h' 2024-04-03T17:09:46.6724799Z adding 'torch/include/ATen/ops/fft_hfft_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6726642Z adding 'torch/include/ATen/ops/fft_hfft_native.h' 2024-04-03T17:09:46.6728856Z adding 'torch/include/ATen/ops/fft_hfft_ops.h' 2024-04-03T17:09:46.6731301Z adding 'torch/include/ATen/ops/fft_hfftn.h' 2024-04-03T17:09:46.6733853Z adding 'torch/include/ATen/ops/fft_hfftn_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6735703Z adding 'torch/include/ATen/ops/fft_hfftn_native.h' 2024-04-03T17:09:46.6738115Z adding 'torch/include/ATen/ops/fft_hfftn_ops.h' 2024-04-03T17:09:46.6740651Z adding 'torch/include/ATen/ops/fft_ifft.h' 2024-04-03T17:09:46.6743135Z adding 'torch/include/ATen/ops/fft_ifft2.h' 2024-04-03T17:09:46.6745713Z adding 'torch/include/ATen/ops/fft_ifft2_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6747607Z adding 'torch/include/ATen/ops/fft_ifft2_native.h' 2024-04-03T17:09:46.6749819Z adding 'torch/include/ATen/ops/fft_ifft2_ops.h' 2024-04-03T17:09:46.6752459Z adding 'torch/include/ATen/ops/fft_ifft_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6754252Z adding 'torch/include/ATen/ops/fft_ifft_native.h' 2024-04-03T17:09:46.6756505Z adding 'torch/include/ATen/ops/fft_ifft_ops.h' 2024-04-03T17:09:46.6758915Z adding 'torch/include/ATen/ops/fft_ifftn.h' 2024-04-03T17:09:46.6761520Z adding 'torch/include/ATen/ops/fft_ifftn_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6763331Z adding 'torch/include/ATen/ops/fft_ifftn_native.h' 2024-04-03T17:09:46.6765553Z adding 'torch/include/ATen/ops/fft_ifftn_ops.h' 2024-04-03T17:09:46.6767701Z adding 'torch/include/ATen/ops/fft_ifftshift.h' 2024-04-03T17:09:46.6770137Z adding 'torch/include/ATen/ops/fft_ifftshift_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6771918Z adding 'torch/include/ATen/ops/fft_ifftshift_native.h' 2024-04-03T17:09:46.6773976Z adding 'torch/include/ATen/ops/fft_ifftshift_ops.h' 2024-04-03T17:09:46.6776363Z adding 'torch/include/ATen/ops/fft_ihfft.h' 2024-04-03T17:09:46.6779057Z adding 'torch/include/ATen/ops/fft_ihfft2.h' 2024-04-03T17:09:46.6782027Z adding 'torch/include/ATen/ops/fft_ihfft2_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6783936Z adding 'torch/include/ATen/ops/fft_ihfft2_native.h' 2024-04-03T17:09:46.6785953Z adding 'torch/include/ATen/ops/fft_ihfft2_ops.h' 2024-04-03T17:09:46.6788243Z adding 'torch/include/ATen/ops/fft_ihfft_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6789967Z adding 'torch/include/ATen/ops/fft_ihfft_native.h' 2024-04-03T17:09:46.6791974Z adding 'torch/include/ATen/ops/fft_ihfft_ops.h' 2024-04-03T17:09:46.6794270Z adding 'torch/include/ATen/ops/fft_ihfftn.h' 2024-04-03T17:09:46.6796585Z adding 'torch/include/ATen/ops/fft_ihfftn_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6798337Z adding 'torch/include/ATen/ops/fft_ihfftn_native.h' 2024-04-03T17:09:46.6800523Z adding 'torch/include/ATen/ops/fft_ihfftn_ops.h' 2024-04-03T17:09:46.6802867Z adding 'torch/include/ATen/ops/fft_irfft.h' 2024-04-03T17:09:46.6805284Z adding 'torch/include/ATen/ops/fft_irfft2.h' 2024-04-03T17:09:46.6807891Z adding 'torch/include/ATen/ops/fft_irfft2_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6810137Z adding 'torch/include/ATen/ops/fft_irfft2_native.h' 2024-04-03T17:09:46.6811628Z adding 'torch/include/ATen/ops/fft_irfft2_ops.h' 2024-04-03T17:09:46.6813994Z adding 'torch/include/ATen/ops/fft_irfft_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6815974Z adding 'torch/include/ATen/ops/fft_irfft_native.h' 2024-04-03T17:09:46.6818900Z adding 'torch/include/ATen/ops/fft_irfft_ops.h' 2024-04-03T17:09:46.6820797Z adding 'torch/include/ATen/ops/fft_irfftn.h' 2024-04-03T17:09:46.6823137Z adding 'torch/include/ATen/ops/fft_irfftn_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6824895Z adding 'torch/include/ATen/ops/fft_irfftn_native.h' 2024-04-03T17:09:46.6826825Z adding 'torch/include/ATen/ops/fft_irfftn_ops.h' 2024-04-03T17:09:46.6829093Z adding 'torch/include/ATen/ops/fft_rfft.h' 2024-04-03T17:09:46.6831347Z adding 'torch/include/ATen/ops/fft_rfft2.h' 2024-04-03T17:09:46.6833704Z adding 'torch/include/ATen/ops/fft_rfft2_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6835432Z adding 'torch/include/ATen/ops/fft_rfft2_native.h' 2024-04-03T17:09:46.6837502Z adding 'torch/include/ATen/ops/fft_rfft2_ops.h' 2024-04-03T17:09:46.6839806Z adding 'torch/include/ATen/ops/fft_rfft_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6841570Z adding 'torch/include/ATen/ops/fft_rfft_native.h' 2024-04-03T17:09:46.6843624Z adding 'torch/include/ATen/ops/fft_rfft_ops.h' 2024-04-03T17:09:46.6845738Z adding 'torch/include/ATen/ops/fft_rfftfreq.h' 2024-04-03T17:09:46.6848046Z adding 'torch/include/ATen/ops/fft_rfftfreq_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6849752Z adding 'torch/include/ATen/ops/fft_rfftfreq_native.h' 2024-04-03T17:09:46.6851925Z adding 'torch/include/ATen/ops/fft_rfftfreq_ops.h' 2024-04-03T17:09:46.6854270Z adding 'torch/include/ATen/ops/fft_rfftn.h' 2024-04-03T17:09:46.6856812Z adding 'torch/include/ATen/ops/fft_rfftn_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6859101Z adding 'torch/include/ATen/ops/fft_rfftn_native.h' 2024-04-03T17:09:46.6860956Z adding 'torch/include/ATen/ops/fft_rfftn_ops.h' 2024-04-03T17:09:46.6862875Z adding 'torch/include/ATen/ops/fill.h' 2024-04-03T17:09:46.6865219Z adding 'torch/include/ATen/ops/fill_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6866945Z adding 'torch/include/ATen/ops/fill_cpu_dispatch.h' 2024-04-03T17:09:46.6868917Z adding 'torch/include/ATen/ops/fill_cuda_dispatch.h' 2024-04-03T17:09:46.6870674Z adding 'torch/include/ATen/ops/fill_diagonal.h' 2024-04-03T17:09:46.6872967Z adding 'torch/include/ATen/ops/fill_diagonal_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6874586Z adding 'torch/include/ATen/ops/fill_diagonal_native.h' 2024-04-03T17:09:46.6876542Z adding 'torch/include/ATen/ops/fill_diagonal_ops.h' 2024-04-03T17:09:46.6878529Z adding 'torch/include/ATen/ops/fill_meta_dispatch.h' 2024-04-03T17:09:46.6880502Z adding 'torch/include/ATen/ops/fill_native.h' 2024-04-03T17:09:46.6882948Z adding 'torch/include/ATen/ops/fill_ops.h' 2024-04-03T17:09:46.6885089Z adding 'torch/include/ATen/ops/fix.h' 2024-04-03T17:09:46.6887189Z adding 'torch/include/ATen/ops/fix_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6888895Z adding 'torch/include/ATen/ops/fix_native.h' 2024-04-03T17:09:46.6890905Z adding 'torch/include/ATen/ops/fix_ops.h' 2024-04-03T17:09:46.6893123Z adding 'torch/include/ATen/ops/flatten.h' 2024-04-03T17:09:46.6895246Z adding 'torch/include/ATen/ops/flatten_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6897087Z adding 'torch/include/ATen/ops/flatten_dense_tensors.h' 2024-04-03T17:09:46.6899457Z adding 'torch/include/ATen/ops/flatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6901117Z adding 'torch/include/ATen/ops/flatten_dense_tensors_native.h' 2024-04-03T17:09:46.6903086Z adding 'torch/include/ATen/ops/flatten_dense_tensors_ops.h' 2024-04-03T17:09:46.6905017Z adding 'torch/include/ATen/ops/flatten_native.h' 2024-04-03T17:09:46.6907168Z adding 'torch/include/ATen/ops/flatten_ops.h' 2024-04-03T17:09:46.6909198Z adding 'torch/include/ATen/ops/flip.h' 2024-04-03T17:09:46.6911437Z adding 'torch/include/ATen/ops/flip_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6913130Z adding 'torch/include/ATen/ops/flip_cpu_dispatch.h' 2024-04-03T17:09:46.6915070Z adding 'torch/include/ATen/ops/flip_cuda_dispatch.h' 2024-04-03T17:09:46.6916952Z adding 'torch/include/ATen/ops/flip_native.h' 2024-04-03T17:09:46.6919006Z adding 'torch/include/ATen/ops/flip_ops.h' 2024-04-03T17:09:46.6920944Z adding 'torch/include/ATen/ops/fliplr.h' 2024-04-03T17:09:46.6923157Z adding 'torch/include/ATen/ops/fliplr_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6924862Z adding 'torch/include/ATen/ops/fliplr_native.h' 2024-04-03T17:09:46.6926763Z adding 'torch/include/ATen/ops/fliplr_ops.h' 2024-04-03T17:09:46.6928742Z adding 'torch/include/ATen/ops/flipud.h' 2024-04-03T17:09:46.6930819Z adding 'torch/include/ATen/ops/flipud_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6932501Z adding 'torch/include/ATen/ops/flipud_native.h' 2024-04-03T17:09:46.6934430Z adding 'torch/include/ATen/ops/flipud_ops.h' 2024-04-03T17:09:46.6936594Z adding 'torch/include/ATen/ops/float_power.h' 2024-04-03T17:09:46.6939232Z adding 'torch/include/ATen/ops/float_power_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.6941359Z adding 'torch/include/ATen/ops/float_power_native.h' 2024-04-03T17:09:46.6943636Z adding 'torch/include/ATen/ops/float_power_ops.h' 2024-04-03T17:09:46.6945760Z adding 'torch/include/ATen/ops/floor.h' 2024-04-03T17:09:46.6948061Z adding 'torch/include/ATen/ops/floor_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6949789Z adding 'torch/include/ATen/ops/floor_cpu_dispatch.h' 2024-04-03T17:09:46.6951767Z adding 'torch/include/ATen/ops/floor_cuda_dispatch.h' 2024-04-03T17:09:46.6954442Z adding 'torch/include/ATen/ops/floor_divide.h' 2024-04-03T17:09:46.6956855Z adding 'torch/include/ATen/ops/floor_divide_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.6958094Z adding 'torch/include/ATen/ops/floor_divide_cpu_dispatch.h' 2024-04-03T17:09:46.6960186Z adding 'torch/include/ATen/ops/floor_divide_cuda_dispatch.h' 2024-04-03T17:09:46.6962052Z adding 'torch/include/ATen/ops/floor_divide_meta_dispatch.h' 2024-04-03T17:09:46.6964364Z adding 'torch/include/ATen/ops/floor_divide_native.h' 2024-04-03T17:09:46.6966477Z adding 'torch/include/ATen/ops/floor_divide_ops.h' 2024-04-03T17:09:46.6968100Z adding 'torch/include/ATen/ops/floor_meta.h' 2024-04-03T17:09:46.6970131Z adding 'torch/include/ATen/ops/floor_meta_dispatch.h' 2024-04-03T17:09:46.6972015Z adding 'torch/include/ATen/ops/floor_native.h' 2024-04-03T17:09:46.6974066Z adding 'torch/include/ATen/ops/floor_ops.h' 2024-04-03T17:09:46.6975976Z adding 'torch/include/ATen/ops/fmax.h' 2024-04-03T17:09:46.6978793Z adding 'torch/include/ATen/ops/fmax_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6980307Z adding 'torch/include/ATen/ops/fmax_cpu_dispatch.h' 2024-04-03T17:09:46.6982423Z adding 'torch/include/ATen/ops/fmax_cuda_dispatch.h' 2024-04-03T17:09:46.6984103Z adding 'torch/include/ATen/ops/fmax_meta.h' 2024-04-03T17:09:46.6986139Z adding 'torch/include/ATen/ops/fmax_meta_dispatch.h' 2024-04-03T17:09:46.6987928Z adding 'torch/include/ATen/ops/fmax_native.h' 2024-04-03T17:09:46.6990010Z adding 'torch/include/ATen/ops/fmax_ops.h' 2024-04-03T17:09:46.6992233Z adding 'torch/include/ATen/ops/fmin.h' 2024-04-03T17:09:46.6994441Z adding 'torch/include/ATen/ops/fmin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.6996158Z adding 'torch/include/ATen/ops/fmin_cpu_dispatch.h' 2024-04-03T17:09:46.6997961Z adding 'torch/include/ATen/ops/fmin_cuda_dispatch.h' 2024-04-03T17:09:46.6999814Z adding 'torch/include/ATen/ops/fmin_meta.h' 2024-04-03T17:09:46.7001835Z adding 'torch/include/ATen/ops/fmin_meta_dispatch.h' 2024-04-03T17:09:46.7003725Z adding 'torch/include/ATen/ops/fmin_native.h' 2024-04-03T17:09:46.7005876Z adding 'torch/include/ATen/ops/fmin_ops.h' 2024-04-03T17:09:46.7007966Z adding 'torch/include/ATen/ops/fmod.h' 2024-04-03T17:09:46.7010275Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7012406Z adding 'torch/include/ATen/ops/fmod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7014191Z adding 'torch/include/ATen/ops/fmod_cpu_dispatch.h' 2024-04-03T17:09:46.7016320Z adding 'torch/include/ATen/ops/fmod_cuda_dispatch.h' 2024-04-03T17:09:46.7018238Z adding 'torch/include/ATen/ops/fmod_meta.h' 2024-04-03T17:09:46.7020559Z adding 'torch/include/ATen/ops/fmod_meta_dispatch.h' 2024-04-03T17:09:46.7022333Z adding 'torch/include/ATen/ops/fmod_native.h' 2024-04-03T17:09:46.7024674Z adding 'torch/include/ATen/ops/fmod_ops.h' 2024-04-03T17:09:46.7026749Z adding 'torch/include/ATen/ops/frac.h' 2024-04-03T17:09:46.7029178Z adding 'torch/include/ATen/ops/frac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7031032Z adding 'torch/include/ATen/ops/frac_cpu_dispatch.h' 2024-04-03T17:09:46.7033057Z adding 'torch/include/ATen/ops/frac_cuda_dispatch.h' 2024-04-03T17:09:46.7034992Z adding 'torch/include/ATen/ops/frac_meta.h' 2024-04-03T17:09:46.7037068Z adding 'torch/include/ATen/ops/frac_meta_dispatch.h' 2024-04-03T17:09:46.7038952Z adding 'torch/include/ATen/ops/frac_native.h' 2024-04-03T17:09:46.7041737Z adding 'torch/include/ATen/ops/frac_ops.h' 2024-04-03T17:09:46.7043769Z adding 'torch/include/ATen/ops/fractional_max_pool2d.h' 2024-04-03T17:09:46.7046099Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward.h' 2024-04-03T17:09:46.7048578Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7050227Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7052350Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7054332Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta.h' 2024-04-03T17:09:46.7056222Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_meta_dispatch.h' 2024-04-03T17:09:46.7058125Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_native.h' 2024-04-03T17:09:46.7060599Z adding 'torch/include/ATen/ops/fractional_max_pool2d_backward_ops.h' 2024-04-03T17:09:46.7062897Z adding 'torch/include/ATen/ops/fractional_max_pool2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7064747Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cpu_dispatch.h' 2024-04-03T17:09:46.7066745Z adding 'torch/include/ATen/ops/fractional_max_pool2d_cuda_dispatch.h' 2024-04-03T17:09:46.7068733Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta.h' 2024-04-03T17:09:46.7070879Z adding 'torch/include/ATen/ops/fractional_max_pool2d_meta_dispatch.h' 2024-04-03T17:09:46.7073019Z adding 'torch/include/ATen/ops/fractional_max_pool2d_native.h' 2024-04-03T17:09:46.7075316Z adding 'torch/include/ATen/ops/fractional_max_pool2d_ops.h' 2024-04-03T17:09:46.7077369Z adding 'torch/include/ATen/ops/fractional_max_pool3d.h' 2024-04-03T17:09:46.7079515Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward.h' 2024-04-03T17:09:46.7081639Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7083725Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7086303Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_native.h' 2024-04-03T17:09:46.7088518Z adding 'torch/include/ATen/ops/fractional_max_pool3d_backward_ops.h' 2024-04-03T17:09:46.7090881Z adding 'torch/include/ATen/ops/fractional_max_pool3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7092735Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cpu_dispatch.h' 2024-04-03T17:09:46.7094798Z adding 'torch/include/ATen/ops/fractional_max_pool3d_cuda_dispatch.h' 2024-04-03T17:09:46.7097711Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta.h' 2024-04-03T17:09:46.7100437Z adding 'torch/include/ATen/ops/fractional_max_pool3d_meta_dispatch.h' 2024-04-03T17:09:46.7102491Z adding 'torch/include/ATen/ops/fractional_max_pool3d_native.h' 2024-04-03T17:09:46.7104588Z adding 'torch/include/ATen/ops/fractional_max_pool3d_ops.h' 2024-04-03T17:09:46.7106613Z adding 'torch/include/ATen/ops/frexp.h' 2024-04-03T17:09:46.7108886Z adding 'torch/include/ATen/ops/frexp_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7110796Z adding 'torch/include/ATen/ops/frexp_cpu_dispatch.h' 2024-04-03T17:09:46.7112788Z adding 'torch/include/ATen/ops/frexp_cuda_dispatch.h' 2024-04-03T17:09:46.7114729Z adding 'torch/include/ATen/ops/frexp_native.h' 2024-04-03T17:09:46.7116890Z adding 'torch/include/ATen/ops/frexp_ops.h' 2024-04-03T17:09:46.7119066Z adding 'torch/include/ATen/ops/frobenius_norm.h' 2024-04-03T17:09:46.7121439Z adding 'torch/include/ATen/ops/frobenius_norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7123139Z adding 'torch/include/ATen/ops/frobenius_norm_native.h' 2024-04-03T17:09:46.7125255Z adding 'torch/include/ATen/ops/frobenius_norm_ops.h' 2024-04-03T17:09:46.7127678Z adding 'torch/include/ATen/ops/from_blob.h' 2024-04-03T17:09:46.7129946Z adding 'torch/include/ATen/ops/from_file.h' 2024-04-03T17:09:46.7132258Z adding 'torch/include/ATen/ops/from_file_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7134088Z adding 'torch/include/ATen/ops/from_file_cpu_dispatch.h' 2024-04-03T17:09:46.7135974Z adding 'torch/include/ATen/ops/from_file_native.h' 2024-04-03T17:09:46.7139312Z adding 'torch/include/ATen/ops/from_file_ops.h' 2024-04-03T17:09:46.7141998Z adding 'torch/include/ATen/ops/full.h' 2024-04-03T17:09:46.7144485Z adding 'torch/include/ATen/ops/full_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7146565Z adding 'torch/include/ATen/ops/full_like.h' 2024-04-03T17:09:46.7148981Z adding 'torch/include/ATen/ops/full_like_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7150883Z adding 'torch/include/ATen/ops/full_like_native.h' 2024-04-03T17:09:46.7153241Z adding 'torch/include/ATen/ops/full_like_ops.h' 2024-04-03T17:09:46.7155139Z adding 'torch/include/ATen/ops/full_native.h' 2024-04-03T17:09:46.7157468Z adding 'torch/include/ATen/ops/full_ops.h' 2024-04-03T17:09:46.7159861Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant.h' 2024-04-03T17:09:46.7162240Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7164027Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_native.h' 2024-04-03T17:09:46.7166094Z adding 'torch/include/ATen/ops/fused_moving_avg_obs_fake_quant_ops.h' 2024-04-03T17:09:46.7168009Z adding 'torch/include/ATen/ops/gather.h' 2024-04-03T17:09:46.7170056Z adding 'torch/include/ATen/ops/gather_backward.h' 2024-04-03T17:09:46.7172244Z adding 'torch/include/ATen/ops/gather_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7174009Z adding 'torch/include/ATen/ops/gather_backward_native.h' 2024-04-03T17:09:46.7176009Z adding 'torch/include/ATen/ops/gather_backward_ops.h' 2024-04-03T17:09:46.7178726Z adding 'torch/include/ATen/ops/gather_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7180616Z adding 'torch/include/ATen/ops/gather_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7182427Z adding 'torch/include/ATen/ops/gather_cpu_dispatch.h' 2024-04-03T17:09:46.7184401Z adding 'torch/include/ATen/ops/gather_cuda_dispatch.h' 2024-04-03T17:09:46.7186307Z adding 'torch/include/ATen/ops/gather_meta.h' 2024-04-03T17:09:46.7188261Z adding 'torch/include/ATen/ops/gather_meta_dispatch.h' 2024-04-03T17:09:46.7190177Z adding 'torch/include/ATen/ops/gather_native.h' 2024-04-03T17:09:46.7192320Z adding 'torch/include/ATen/ops/gather_ops.h' 2024-04-03T17:09:46.7194375Z adding 'torch/include/ATen/ops/gcd.h' 2024-04-03T17:09:46.7196803Z adding 'torch/include/ATen/ops/gcd_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7198636Z adding 'torch/include/ATen/ops/gcd_cpu_dispatch.h' 2024-04-03T17:09:46.7200550Z adding 'torch/include/ATen/ops/gcd_cuda_dispatch.h' 2024-04-03T17:09:46.7202396Z adding 'torch/include/ATen/ops/gcd_meta.h' 2024-04-03T17:09:46.7204346Z adding 'torch/include/ATen/ops/gcd_meta_dispatch.h' 2024-04-03T17:09:46.7206237Z adding 'torch/include/ATen/ops/gcd_native.h' 2024-04-03T17:09:46.7208329Z adding 'torch/include/ATen/ops/gcd_ops.h' 2024-04-03T17:09:46.7210429Z adding 'torch/include/ATen/ops/ge.h' 2024-04-03T17:09:46.7212847Z adding 'torch/include/ATen/ops/ge_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7214640Z adding 'torch/include/ATen/ops/ge_cpu_dispatch.h' 2024-04-03T17:09:46.7216676Z adding 'torch/include/ATen/ops/ge_cuda_dispatch.h' 2024-04-03T17:09:46.7218729Z adding 'torch/include/ATen/ops/ge_meta.h' 2024-04-03T17:09:46.7220757Z adding 'torch/include/ATen/ops/ge_meta_dispatch.h' 2024-04-03T17:09:46.7222727Z adding 'torch/include/ATen/ops/ge_native.h' 2024-04-03T17:09:46.7225101Z adding 'torch/include/ATen/ops/ge_ops.h' 2024-04-03T17:09:46.7227204Z adding 'torch/include/ATen/ops/gelu.h' 2024-04-03T17:09:46.7229247Z adding 'torch/include/ATen/ops/gelu_backward.h' 2024-04-03T17:09:46.7231678Z adding 'torch/include/ATen/ops/gelu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7233334Z adding 'torch/include/ATen/ops/gelu_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7235363Z adding 'torch/include/ATen/ops/gelu_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7237164Z adding 'torch/include/ATen/ops/gelu_backward_meta.h' 2024-04-03T17:09:46.7239281Z adding 'torch/include/ATen/ops/gelu_backward_meta_dispatch.h' 2024-04-03T17:09:46.7241168Z adding 'torch/include/ATen/ops/gelu_backward_native.h' 2024-04-03T17:09:46.7243182Z adding 'torch/include/ATen/ops/gelu_backward_ops.h' 2024-04-03T17:09:46.7245416Z adding 'torch/include/ATen/ops/gelu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7247129Z adding 'torch/include/ATen/ops/gelu_cpu_dispatch.h' 2024-04-03T17:09:46.7249124Z adding 'torch/include/ATen/ops/gelu_cuda_dispatch.h' 2024-04-03T17:09:46.7250983Z adding 'torch/include/ATen/ops/gelu_meta.h' 2024-04-03T17:09:46.7252877Z adding 'torch/include/ATen/ops/gelu_meta_dispatch.h' 2024-04-03T17:09:46.7254876Z adding 'torch/include/ATen/ops/gelu_native.h' 2024-04-03T17:09:46.7257104Z adding 'torch/include/ATen/ops/gelu_ops.h' 2024-04-03T17:09:46.7259397Z adding 'torch/include/ATen/ops/geometric.h' 2024-04-03T17:09:46.7261905Z adding 'torch/include/ATen/ops/geometric_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7263724Z adding 'torch/include/ATen/ops/geometric_cpu_dispatch.h' 2024-04-03T17:09:46.7265641Z adding 'torch/include/ATen/ops/geometric_cuda_dispatch.h' 2024-04-03T17:09:46.7267662Z adding 'torch/include/ATen/ops/geometric_meta_dispatch.h' 2024-04-03T17:09:46.7269433Z adding 'torch/include/ATen/ops/geometric_native.h' 2024-04-03T17:09:46.7271568Z adding 'torch/include/ATen/ops/geometric_ops.h' 2024-04-03T17:09:46.7273539Z adding 'torch/include/ATen/ops/geqrf.h' 2024-04-03T17:09:46.7275655Z adding 'torch/include/ATen/ops/geqrf_cpu_dispatch.h' 2024-04-03T17:09:46.7277713Z adding 'torch/include/ATen/ops/geqrf_cuda_dispatch.h' 2024-04-03T17:09:46.7279576Z adding 'torch/include/ATen/ops/geqrf_native.h' 2024-04-03T17:09:46.7281435Z adding 'torch/include/ATen/ops/geqrf_ops.h' 2024-04-03T17:09:46.7283414Z adding 'torch/include/ATen/ops/ger.h' 2024-04-03T17:09:46.7285532Z adding 'torch/include/ATen/ops/ger_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7287247Z adding 'torch/include/ATen/ops/ger_native.h' 2024-04-03T17:09:46.7289282Z adding 'torch/include/ATen/ops/ger_ops.h' 2024-04-03T17:09:46.7291313Z adding 'torch/include/ATen/ops/glu.h' 2024-04-03T17:09:46.7293309Z adding 'torch/include/ATen/ops/glu_backward.h' 2024-04-03T17:09:46.7295522Z adding 'torch/include/ATen/ops/glu_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7297495Z adding 'torch/include/ATen/ops/glu_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7300036Z adding 'torch/include/ATen/ops/glu_backward_jvp.h' 2024-04-03T17:09:46.7302802Z adding 'torch/include/ATen/ops/glu_backward_jvp_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7303845Z adding 'torch/include/ATen/ops/glu_backward_jvp_cpu_dispatch.h' 2024-04-03T17:09:46.7306166Z adding 'torch/include/ATen/ops/glu_backward_jvp_cuda_dispatch.h' 2024-04-03T17:09:46.7308399Z adding 'torch/include/ATen/ops/glu_backward_jvp_native.h' 2024-04-03T17:09:46.7310982Z adding 'torch/include/ATen/ops/glu_backward_jvp_ops.h' 2024-04-03T17:09:46.7313000Z adding 'torch/include/ATen/ops/glu_backward_native.h' 2024-04-03T17:09:46.7315161Z adding 'torch/include/ATen/ops/glu_backward_ops.h' 2024-04-03T17:09:46.7317736Z adding 'torch/include/ATen/ops/glu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7319511Z adding 'torch/include/ATen/ops/glu_cpu_dispatch.h' 2024-04-03T17:09:46.7321717Z adding 'torch/include/ATen/ops/glu_cuda_dispatch.h' 2024-04-03T17:09:46.7323876Z adding 'torch/include/ATen/ops/glu_jvp.h' 2024-04-03T17:09:46.7326391Z adding 'torch/include/ATen/ops/glu_jvp_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7328327Z adding 'torch/include/ATen/ops/glu_jvp_cpu_dispatch.h' 2024-04-03T17:09:46.7330519Z adding 'torch/include/ATen/ops/glu_jvp_cuda_dispatch.h' 2024-04-03T17:09:46.7332540Z adding 'torch/include/ATen/ops/glu_jvp_native.h' 2024-04-03T17:09:46.7334884Z adding 'torch/include/ATen/ops/glu_jvp_ops.h' 2024-04-03T17:09:46.7337105Z adding 'torch/include/ATen/ops/glu_meta.h' 2024-04-03T17:09:46.7340081Z adding 'torch/include/ATen/ops/glu_meta_dispatch.h' 2024-04-03T17:09:46.7341988Z adding 'torch/include/ATen/ops/glu_native.h' 2024-04-03T17:09:46.7344041Z adding 'torch/include/ATen/ops/glu_ops.h' 2024-04-03T17:09:46.7346189Z adding 'torch/include/ATen/ops/gradient.h' 2024-04-03T17:09:46.7348494Z adding 'torch/include/ATen/ops/gradient_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7350365Z adding 'torch/include/ATen/ops/gradient_native.h' 2024-04-03T17:09:46.7352805Z adding 'torch/include/ATen/ops/gradient_ops.h' 2024-04-03T17:09:46.7355107Z adding 'torch/include/ATen/ops/greater.h' 2024-04-03T17:09:46.7357670Z adding 'torch/include/ATen/ops/greater_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7359661Z adding 'torch/include/ATen/ops/greater_equal.h' 2024-04-03T17:09:46.7362088Z adding 'torch/include/ATen/ops/greater_equal_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7364037Z adding 'torch/include/ATen/ops/greater_equal_native.h' 2024-04-03T17:09:46.7366443Z adding 'torch/include/ATen/ops/greater_equal_ops.h' 2024-04-03T17:09:46.7368635Z adding 'torch/include/ATen/ops/greater_native.h' 2024-04-03T17:09:46.7370988Z adding 'torch/include/ATen/ops/greater_ops.h' 2024-04-03T17:09:46.7373448Z adding 'torch/include/ATen/ops/grid_sampler.h' 2024-04-03T17:09:46.7375552Z adding 'torch/include/ATen/ops/grid_sampler_2d.h' 2024-04-03T17:09:46.7378018Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward.h' 2024-04-03T17:09:46.7380674Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7382803Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7384830Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7386881Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_native.h' 2024-04-03T17:09:46.7389192Z adding 'torch/include/ATen/ops/grid_sampler_2d_backward_ops.h' 2024-04-03T17:09:46.7391623Z adding 'torch/include/ATen/ops/grid_sampler_2d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7393613Z adding 'torch/include/ATen/ops/grid_sampler_2d_cpu_dispatch.h' 2024-04-03T17:09:46.7395710Z adding 'torch/include/ATen/ops/grid_sampler_2d_cuda_dispatch.h' 2024-04-03T17:09:46.7397779Z adding 'torch/include/ATen/ops/grid_sampler_2d_native.h' 2024-04-03T17:09:46.7400104Z adding 'torch/include/ATen/ops/grid_sampler_2d_ops.h' 2024-04-03T17:09:46.7402270Z adding 'torch/include/ATen/ops/grid_sampler_3d.h' 2024-04-03T17:09:46.7404618Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward.h' 2024-04-03T17:09:46.7407081Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7409130Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7411262Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7413357Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_native.h' 2024-04-03T17:09:46.7415719Z adding 'torch/include/ATen/ops/grid_sampler_3d_backward_ops.h' 2024-04-03T17:09:46.7418231Z adding 'torch/include/ATen/ops/grid_sampler_3d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7420728Z adding 'torch/include/ATen/ops/grid_sampler_3d_cpu_dispatch.h' 2024-04-03T17:09:46.7432266Z adding 'torch/include/ATen/ops/grid_sampler_3d_cuda_dispatch.h' 2024-04-03T17:09:46.7433167Z adding 'torch/include/ATen/ops/grid_sampler_3d_native.h' 2024-04-03T17:09:46.7433624Z adding 'torch/include/ATen/ops/grid_sampler_3d_ops.h' 2024-04-03T17:09:46.7434434Z adding 'torch/include/ATen/ops/grid_sampler_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7435006Z adding 'torch/include/ATen/ops/grid_sampler_native.h' 2024-04-03T17:09:46.7435410Z adding 'torch/include/ATen/ops/grid_sampler_ops.h' 2024-04-03T17:09:46.7435765Z adding 'torch/include/ATen/ops/group_norm.h' 2024-04-03T17:09:46.7437049Z adding 'torch/include/ATen/ops/group_norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7439702Z adding 'torch/include/ATen/ops/group_norm_native.h' 2024-04-03T17:09:46.7442016Z adding 'torch/include/ATen/ops/group_norm_ops.h' 2024-04-03T17:09:46.7444445Z adding 'torch/include/ATen/ops/gru.h' 2024-04-03T17:09:46.7446803Z adding 'torch/include/ATen/ops/gru_cell.h' 2024-04-03T17:09:46.7449563Z adding 'torch/include/ATen/ops/gru_cell_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7451270Z adding 'torch/include/ATen/ops/gru_cell_native.h' 2024-04-03T17:09:46.7454071Z adding 'torch/include/ATen/ops/gru_cell_ops.h' 2024-04-03T17:09:46.7457068Z adding 'torch/include/ATen/ops/gru_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7458922Z adding 'torch/include/ATen/ops/gru_native.h' 2024-04-03T17:09:46.7462007Z adding 'torch/include/ATen/ops/gru_ops.h' 2024-04-03T17:09:46.7464227Z adding 'torch/include/ATen/ops/gt.h' 2024-04-03T17:09:46.7467242Z adding 'torch/include/ATen/ops/gt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7468971Z adding 'torch/include/ATen/ops/gt_cpu_dispatch.h' 2024-04-03T17:09:46.7471792Z adding 'torch/include/ATen/ops/gt_cuda_dispatch.h' 2024-04-03T17:09:46.7473852Z adding 'torch/include/ATen/ops/gt_meta.h' 2024-04-03T17:09:46.7476659Z adding 'torch/include/ATen/ops/gt_meta_dispatch.h' 2024-04-03T17:09:46.7478742Z adding 'torch/include/ATen/ops/gt_native.h' 2024-04-03T17:09:46.7481801Z adding 'torch/include/ATen/ops/gt_ops.h' 2024-04-03T17:09:46.7484821Z adding 'torch/include/ATen/ops/hamming_window.h' 2024-04-03T17:09:46.7488018Z adding 'torch/include/ATen/ops/hamming_window_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7489965Z adding 'torch/include/ATen/ops/hamming_window_native.h' 2024-04-03T17:09:46.7493257Z adding 'torch/include/ATen/ops/hamming_window_ops.h' 2024-04-03T17:09:46.7495976Z adding 'torch/include/ATen/ops/hann_window.h' 2024-04-03T17:09:46.7499231Z adding 'torch/include/ATen/ops/hann_window_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7500950Z adding 'torch/include/ATen/ops/hann_window_native.h' 2024-04-03T17:09:46.7504009Z adding 'torch/include/ATen/ops/hann_window_ops.h' 2024-04-03T17:09:46.7506285Z adding 'torch/include/ATen/ops/hardshrink.h' 2024-04-03T17:09:46.7508772Z adding 'torch/include/ATen/ops/hardshrink_backward.h' 2024-04-03T17:09:46.7511875Z adding 'torch/include/ATen/ops/hardshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7513665Z adding 'torch/include/ATen/ops/hardshrink_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7516439Z adding 'torch/include/ATen/ops/hardshrink_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7518494Z adding 'torch/include/ATen/ops/hardshrink_backward_meta.h' 2024-04-03T17:09:46.7521165Z adding 'torch/include/ATen/ops/hardshrink_backward_meta_dispatch.h' 2024-04-03T17:09:46.7523271Z adding 'torch/include/ATen/ops/hardshrink_backward_native.h' 2024-04-03T17:09:46.7526086Z adding 'torch/include/ATen/ops/hardshrink_backward_ops.h' 2024-04-03T17:09:46.7529001Z adding 'torch/include/ATen/ops/hardshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7530535Z adding 'torch/include/ATen/ops/hardshrink_cpu_dispatch.h' 2024-04-03T17:09:46.7533492Z adding 'torch/include/ATen/ops/hardshrink_cuda_dispatch.h' 2024-04-03T17:09:46.7535321Z adding 'torch/include/ATen/ops/hardshrink_meta.h' 2024-04-03T17:09:46.7538699Z adding 'torch/include/ATen/ops/hardshrink_meta_dispatch.h' 2024-04-03T17:09:46.7540449Z adding 'torch/include/ATen/ops/hardshrink_native.h' 2024-04-03T17:09:46.7543290Z adding 'torch/include/ATen/ops/hardshrink_ops.h' 2024-04-03T17:09:46.7545606Z adding 'torch/include/ATen/ops/hardsigmoid.h' 2024-04-03T17:09:46.7547921Z adding 'torch/include/ATen/ops/hardsigmoid_backward.h' 2024-04-03T17:09:46.7551407Z adding 'torch/include/ATen/ops/hardsigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7552794Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7555734Z adding 'torch/include/ATen/ops/hardsigmoid_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7557637Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta.h' 2024-04-03T17:09:46.7560553Z adding 'torch/include/ATen/ops/hardsigmoid_backward_meta_dispatch.h' 2024-04-03T17:09:46.7562453Z adding 'torch/include/ATen/ops/hardsigmoid_backward_native.h' 2024-04-03T17:09:46.7565471Z adding 'torch/include/ATen/ops/hardsigmoid_backward_ops.h' 2024-04-03T17:09:46.7568263Z adding 'torch/include/ATen/ops/hardsigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7570305Z adding 'torch/include/ATen/ops/hardsigmoid_cpu_dispatch.h' 2024-04-03T17:09:46.7573111Z adding 'torch/include/ATen/ops/hardsigmoid_cuda_dispatch.h' 2024-04-03T17:09:46.7574837Z adding 'torch/include/ATen/ops/hardsigmoid_meta.h' 2024-04-03T17:09:46.7577807Z adding 'torch/include/ATen/ops/hardsigmoid_meta_dispatch.h' 2024-04-03T17:09:46.7580690Z adding 'torch/include/ATen/ops/hardsigmoid_native.h' 2024-04-03T17:09:46.7582720Z adding 'torch/include/ATen/ops/hardsigmoid_ops.h' 2024-04-03T17:09:46.7585479Z adding 'torch/include/ATen/ops/hardswish.h' 2024-04-03T17:09:46.7587955Z adding 'torch/include/ATen/ops/hardswish_backward.h' 2024-04-03T17:09:46.7591121Z adding 'torch/include/ATen/ops/hardswish_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7593139Z adding 'torch/include/ATen/ops/hardswish_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7595892Z adding 'torch/include/ATen/ops/hardswish_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7597770Z adding 'torch/include/ATen/ops/hardswish_backward_native.h' 2024-04-03T17:09:46.7600440Z adding 'torch/include/ATen/ops/hardswish_backward_ops.h' 2024-04-03T17:09:46.7602841Z adding 'torch/include/ATen/ops/hardswish_cpu_dispatch.h' 2024-04-03T17:09:46.7605105Z adding 'torch/include/ATen/ops/hardswish_cuda_dispatch.h' 2024-04-03T17:09:46.7607481Z adding 'torch/include/ATen/ops/hardswish_meta_dispatch.h' 2024-04-03T17:09:46.7609561Z adding 'torch/include/ATen/ops/hardswish_native.h' 2024-04-03T17:09:46.7612081Z adding 'torch/include/ATen/ops/hardswish_ops.h' 2024-04-03T17:09:46.7614464Z adding 'torch/include/ATen/ops/hardtanh.h' 2024-04-03T17:09:46.7616949Z adding 'torch/include/ATen/ops/hardtanh_backward.h' 2024-04-03T17:09:46.7619783Z adding 'torch/include/ATen/ops/hardtanh_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7622541Z adding 'torch/include/ATen/ops/hardtanh_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7624707Z adding 'torch/include/ATen/ops/hardtanh_backward_native.h' 2024-04-03T17:09:46.7627652Z adding 'torch/include/ATen/ops/hardtanh_backward_ops.h' 2024-04-03T17:09:46.7630118Z adding 'torch/include/ATen/ops/hardtanh_cpu_dispatch.h' 2024-04-03T17:09:46.7632691Z adding 'torch/include/ATen/ops/hardtanh_cuda_dispatch.h' 2024-04-03T17:09:46.7635139Z adding 'torch/include/ATen/ops/hardtanh_meta_dispatch.h' 2024-04-03T17:09:46.7637616Z adding 'torch/include/ATen/ops/hardtanh_native.h' 2024-04-03T17:09:46.7640411Z adding 'torch/include/ATen/ops/hardtanh_ops.h' 2024-04-03T17:09:46.7642948Z adding 'torch/include/ATen/ops/heaviside.h' 2024-04-03T17:09:46.7646263Z adding 'torch/include/ATen/ops/heaviside_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7648278Z adding 'torch/include/ATen/ops/heaviside_cpu_dispatch.h' 2024-04-03T17:09:46.7650876Z adding 'torch/include/ATen/ops/heaviside_cuda_dispatch.h' 2024-04-03T17:09:46.7653217Z adding 'torch/include/ATen/ops/heaviside_meta.h' 2024-04-03T17:09:46.7656098Z adding 'torch/include/ATen/ops/heaviside_meta_dispatch.h' 2024-04-03T17:09:46.7659632Z adding 'torch/include/ATen/ops/heaviside_native.h' 2024-04-03T17:09:46.7660909Z adding 'torch/include/ATen/ops/heaviside_ops.h' 2024-04-03T17:09:46.7664186Z adding 'torch/include/ATen/ops/hinge_embedding_loss.h' 2024-04-03T17:09:46.7666490Z adding 'torch/include/ATen/ops/hinge_embedding_loss_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7667955Z adding 'torch/include/ATen/ops/hinge_embedding_loss_native.h' 2024-04-03T17:09:46.7669958Z adding 'torch/include/ATen/ops/hinge_embedding_loss_ops.h' 2024-04-03T17:09:46.7671712Z adding 'torch/include/ATen/ops/histc.h' 2024-04-03T17:09:46.7673810Z adding 'torch/include/ATen/ops/histc_cpu_dispatch.h' 2024-04-03T17:09:46.7675595Z adding 'torch/include/ATen/ops/histc_cuda_dispatch.h' 2024-04-03T17:09:46.7677245Z adding 'torch/include/ATen/ops/histc_native.h' 2024-04-03T17:09:46.7679148Z adding 'torch/include/ATen/ops/histc_ops.h' 2024-04-03T17:09:46.7681843Z adding 'torch/include/ATen/ops/histogram.h' 2024-04-03T17:09:46.7683604Z adding 'torch/include/ATen/ops/histogram_cpu_dispatch.h' 2024-04-03T17:09:46.7685136Z adding 'torch/include/ATen/ops/histogram_native.h' 2024-04-03T17:09:46.7687632Z adding 'torch/include/ATen/ops/histogram_ops.h' 2024-04-03T17:09:46.7689663Z adding 'torch/include/ATen/ops/histogramdd.h' 2024-04-03T17:09:46.7692234Z adding 'torch/include/ATen/ops/histogramdd_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7693556Z adding 'torch/include/ATen/ops/histogramdd_native.h' 2024-04-03T17:09:46.7695973Z adding 'torch/include/ATen/ops/histogramdd_ops.h' 2024-04-03T17:09:46.7699114Z adding 'torch/include/ATen/ops/hsplit.h' 2024-04-03T17:09:46.7703118Z adding 'torch/include/ATen/ops/hsplit_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7704506Z adding 'torch/include/ATen/ops/hsplit_native.h' 2024-04-03T17:09:46.7706777Z adding 'torch/include/ATen/ops/hsplit_ops.h' 2024-04-03T17:09:46.7708687Z adding 'torch/include/ATen/ops/hspmm.h' 2024-04-03T17:09:46.7710633Z adding 'torch/include/ATen/ops/hspmm_native.h' 2024-04-03T17:09:46.7712630Z adding 'torch/include/ATen/ops/hspmm_ops.h' 2024-04-03T17:09:46.7714579Z adding 'torch/include/ATen/ops/hstack.h' 2024-04-03T17:09:46.7716960Z adding 'torch/include/ATen/ops/hstack_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7718781Z adding 'torch/include/ATen/ops/hstack_native.h' 2024-04-03T17:09:46.7720797Z adding 'torch/include/ATen/ops/hstack_ops.h' 2024-04-03T17:09:46.7722882Z adding 'torch/include/ATen/ops/huber_loss.h' 2024-04-03T17:09:46.7724980Z adding 'torch/include/ATen/ops/huber_loss_backward.h' 2024-04-03T17:09:46.7727237Z adding 'torch/include/ATen/ops/huber_loss_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7729080Z adding 'torch/include/ATen/ops/huber_loss_backward_cpu_dispatch.h' 2024-04-03T17:09:46.7731107Z adding 'torch/include/ATen/ops/huber_loss_backward_cuda_dispatch.h' 2024-04-03T17:09:46.7732932Z adding 'torch/include/ATen/ops/huber_loss_backward_native.h' 2024-04-03T17:09:46.7735106Z adding 'torch/include/ATen/ops/huber_loss_backward_ops.h' 2024-04-03T17:09:46.7737279Z adding 'torch/include/ATen/ops/huber_loss_cpu_dispatch.h' 2024-04-03T17:09:46.7739490Z adding 'torch/include/ATen/ops/huber_loss_cuda_dispatch.h' 2024-04-03T17:09:46.7741519Z adding 'torch/include/ATen/ops/huber_loss_native.h' 2024-04-03T17:09:46.7743593Z adding 'torch/include/ATen/ops/huber_loss_ops.h' 2024-04-03T17:09:46.7745587Z adding 'torch/include/ATen/ops/hypot.h' 2024-04-03T17:09:46.7747863Z adding 'torch/include/ATen/ops/hypot_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7749694Z adding 'torch/include/ATen/ops/hypot_cpu_dispatch.h' 2024-04-03T17:09:46.7751671Z adding 'torch/include/ATen/ops/hypot_cuda_dispatch.h' 2024-04-03T17:09:46.7753639Z adding 'torch/include/ATen/ops/hypot_meta.h' 2024-04-03T17:09:46.7755693Z adding 'torch/include/ATen/ops/hypot_meta_dispatch.h' 2024-04-03T17:09:46.7757940Z adding 'torch/include/ATen/ops/hypot_native.h' 2024-04-03T17:09:46.7759803Z adding 'torch/include/ATen/ops/hypot_ops.h' 2024-04-03T17:09:46.7761720Z adding 'torch/include/ATen/ops/i0.h' 2024-04-03T17:09:46.7764027Z adding 'torch/include/ATen/ops/i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7765614Z adding 'torch/include/ATen/ops/i0_cpu_dispatch.h' 2024-04-03T17:09:46.7767708Z adding 'torch/include/ATen/ops/i0_cuda_dispatch.h' 2024-04-03T17:09:46.7769533Z adding 'torch/include/ATen/ops/i0_meta.h' 2024-04-03T17:09:46.7771516Z adding 'torch/include/ATen/ops/i0_meta_dispatch.h' 2024-04-03T17:09:46.7773312Z adding 'torch/include/ATen/ops/i0_native.h' 2024-04-03T17:09:46.7775660Z adding 'torch/include/ATen/ops/i0_ops.h' 2024-04-03T17:09:46.7777733Z adding 'torch/include/ATen/ops/igamma.h' 2024-04-03T17:09:46.7780020Z adding 'torch/include/ATen/ops/igamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7781634Z adding 'torch/include/ATen/ops/igamma_cpu_dispatch.h' 2024-04-03T17:09:46.7783845Z adding 'torch/include/ATen/ops/igamma_cuda_dispatch.h' 2024-04-03T17:09:46.7785667Z adding 'torch/include/ATen/ops/igamma_meta.h' 2024-04-03T17:09:46.7787556Z adding 'torch/include/ATen/ops/igamma_meta_dispatch.h' 2024-04-03T17:09:46.7789696Z adding 'torch/include/ATen/ops/igamma_native.h' 2024-04-03T17:09:46.7792104Z adding 'torch/include/ATen/ops/igamma_ops.h' 2024-04-03T17:09:46.7794160Z adding 'torch/include/ATen/ops/igammac.h' 2024-04-03T17:09:46.7796489Z adding 'torch/include/ATen/ops/igammac_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7798075Z adding 'torch/include/ATen/ops/igammac_cpu_dispatch.h' 2024-04-03T17:09:46.7800073Z adding 'torch/include/ATen/ops/igammac_cuda_dispatch.h' 2024-04-03T17:09:46.7802006Z adding 'torch/include/ATen/ops/igammac_meta.h' 2024-04-03T17:09:46.7804000Z adding 'torch/include/ATen/ops/igammac_meta_dispatch.h' 2024-04-03T17:09:46.7805894Z adding 'torch/include/ATen/ops/igammac_native.h' 2024-04-03T17:09:46.7808001Z adding 'torch/include/ATen/ops/igammac_ops.h' 2024-04-03T17:09:46.7809946Z adding 'torch/include/ATen/ops/im2col.h' 2024-04-03T17:09:46.7812081Z adding 'torch/include/ATen/ops/im2col_cpu_dispatch.h' 2024-04-03T17:09:46.7814080Z adding 'torch/include/ATen/ops/im2col_cuda_dispatch.h' 2024-04-03T17:09:46.7815988Z adding 'torch/include/ATen/ops/im2col_native.h' 2024-04-03T17:09:46.7818220Z adding 'torch/include/ATen/ops/im2col_ops.h' 2024-04-03T17:09:46.7820289Z adding 'torch/include/ATen/ops/imag.h' 2024-04-03T17:09:46.7822389Z adding 'torch/include/ATen/ops/imag_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7824035Z adding 'torch/include/ATen/ops/imag_native.h' 2024-04-03T17:09:46.7826037Z adding 'torch/include/ATen/ops/imag_ops.h' 2024-04-03T17:09:46.7828155Z adding 'torch/include/ATen/ops/index.h' 2024-04-03T17:09:46.7830439Z adding 'torch/include/ATen/ops/index_add.h' 2024-04-03T17:09:46.7832803Z adding 'torch/include/ATen/ops/index_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7834438Z adding 'torch/include/ATen/ops/index_add_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7836528Z adding 'torch/include/ATen/ops/index_add_cpu_dispatch.h' 2024-04-03T17:09:46.7838553Z adding 'torch/include/ATen/ops/index_add_cuda_dispatch.h' 2024-04-03T17:09:46.7840626Z adding 'torch/include/ATen/ops/index_add_meta.h' 2024-04-03T17:09:46.7842790Z adding 'torch/include/ATen/ops/index_add_meta_dispatch.h' 2024-04-03T17:09:46.7844753Z adding 'torch/include/ATen/ops/index_add_native.h' 2024-04-03T17:09:46.7847215Z adding 'torch/include/ATen/ops/index_add_ops.h' 2024-04-03T17:09:46.7849640Z adding 'torch/include/ATen/ops/index_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7851441Z adding 'torch/include/ATen/ops/index_copy.h' 2024-04-03T17:09:46.7853867Z adding 'torch/include/ATen/ops/index_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7855791Z adding 'torch/include/ATen/ops/index_copy_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7857824Z adding 'torch/include/ATen/ops/index_copy_cpu_dispatch.h' 2024-04-03T17:09:46.7860079Z adding 'torch/include/ATen/ops/index_copy_cuda_dispatch.h' 2024-04-03T17:09:46.7862305Z adding 'torch/include/ATen/ops/index_copy_meta.h' 2024-04-03T17:09:46.7864519Z adding 'torch/include/ATen/ops/index_copy_meta_dispatch.h' 2024-04-03T17:09:46.7866501Z adding 'torch/include/ATen/ops/index_copy_native.h' 2024-04-03T17:09:46.7868775Z adding 'torch/include/ATen/ops/index_copy_ops.h' 2024-04-03T17:09:46.7870963Z adding 'torch/include/ATen/ops/index_cpu_dispatch.h' 2024-04-03T17:09:46.7873047Z adding 'torch/include/ATen/ops/index_cuda_dispatch.h' 2024-04-03T17:09:46.7875266Z adding 'torch/include/ATen/ops/index_fill.h' 2024-04-03T17:09:46.7877611Z adding 'torch/include/ATen/ops/index_fill_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7879728Z adding 'torch/include/ATen/ops/index_fill_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7881568Z adding 'torch/include/ATen/ops/index_fill_cpu_dispatch.h' 2024-04-03T17:09:46.7883810Z adding 'torch/include/ATen/ops/index_fill_cuda_dispatch.h' 2024-04-03T17:09:46.7885745Z adding 'torch/include/ATen/ops/index_fill_meta_dispatch.h' 2024-04-03T17:09:46.7887721Z adding 'torch/include/ATen/ops/index_fill_native.h' 2024-04-03T17:09:46.7890467Z adding 'torch/include/ATen/ops/index_fill_ops.h' 2024-04-03T17:09:46.7892733Z adding 'torch/include/ATen/ops/index_meta.h' 2024-04-03T17:09:46.7894824Z adding 'torch/include/ATen/ops/index_meta_dispatch.h' 2024-04-03T17:09:46.7896897Z adding 'torch/include/ATen/ops/index_native.h' 2024-04-03T17:09:46.7899283Z adding 'torch/include/ATen/ops/index_ops.h' 2024-04-03T17:09:46.7901498Z adding 'torch/include/ATen/ops/index_put.h' 2024-04-03T17:09:46.7903846Z adding 'torch/include/ATen/ops/index_put_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7905659Z adding 'torch/include/ATen/ops/index_put_native.h' 2024-04-03T17:09:46.7907812Z adding 'torch/include/ATen/ops/index_put_ops.h' 2024-04-03T17:09:46.7909978Z adding 'torch/include/ATen/ops/index_reduce.h' 2024-04-03T17:09:46.7912435Z adding 'torch/include/ATen/ops/index_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7914183Z adding 'torch/include/ATen/ops/index_reduce_cpu_dispatch.h' 2024-04-03T17:09:46.7916325Z adding 'torch/include/ATen/ops/index_reduce_cuda_dispatch.h' 2024-04-03T17:09:46.7918504Z adding 'torch/include/ATen/ops/index_reduce_meta.h' 2024-04-03T17:09:46.7920535Z adding 'torch/include/ATen/ops/index_reduce_meta_dispatch.h' 2024-04-03T17:09:46.7922536Z adding 'torch/include/ATen/ops/index_reduce_native.h' 2024-04-03T17:09:46.7925479Z adding 'torch/include/ATen/ops/index_reduce_ops.h' 2024-04-03T17:09:46.7927337Z adding 'torch/include/ATen/ops/index_select.h' 2024-04-03T17:09:46.7929558Z adding 'torch/include/ATen/ops/index_select_backward.h' 2024-04-03T17:09:46.7931930Z adding 'torch/include/ATen/ops/index_select_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7933447Z adding 'torch/include/ATen/ops/index_select_backward_native.h' 2024-04-03T17:09:46.7935642Z adding 'torch/include/ATen/ops/index_select_backward_ops.h' 2024-04-03T17:09:46.7938043Z adding 'torch/include/ATen/ops/index_select_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7939893Z adding 'torch/include/ATen/ops/index_select_cpu_dispatch.h' 2024-04-03T17:09:46.7942095Z adding 'torch/include/ATen/ops/index_select_cuda_dispatch.h' 2024-04-03T17:09:46.7944117Z adding 'torch/include/ATen/ops/index_select_native.h' 2024-04-03T17:09:46.7946293Z adding 'torch/include/ATen/ops/index_select_ops.h' 2024-04-03T17:09:46.7948222Z adding 'torch/include/ATen/ops/indices.h' 2024-04-03T17:09:46.7950632Z adding 'torch/include/ATen/ops/indices_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7952163Z adding 'torch/include/ATen/ops/indices_copy.h' 2024-04-03T17:09:46.7954732Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7956724Z adding 'torch/include/ATen/ops/indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.7958153Z adding 'torch/include/ATen/ops/indices_copy_native.h' 2024-04-03T17:09:46.7960352Z adding 'torch/include/ATen/ops/indices_copy_ops.h' 2024-04-03T17:09:46.7962235Z adding 'torch/include/ATen/ops/indices_native.h' 2024-04-03T17:09:46.7964417Z adding 'torch/include/ATen/ops/indices_ops.h' 2024-04-03T17:09:46.7966767Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward.h' 2024-04-03T17:09:46.7968912Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7970706Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_native.h' 2024-04-03T17:09:46.7972723Z adding 'torch/include/ATen/ops/infinitely_differentiable_gelu_backward_ops.h' 2024-04-03T17:09:46.7974318Z adding 'torch/include/ATen/ops/inner.h' 2024-04-03T17:09:46.7976958Z adding 'torch/include/ATen/ops/inner_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7978611Z adding 'torch/include/ATen/ops/inner_native.h' 2024-04-03T17:09:46.7980795Z adding 'torch/include/ATen/ops/inner_ops.h' 2024-04-03T17:09:46.7982900Z adding 'torch/include/ATen/ops/instance_norm.h' 2024-04-03T17:09:46.7985348Z adding 'torch/include/ATen/ops/instance_norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.7986916Z adding 'torch/include/ATen/ops/instance_norm_native.h' 2024-04-03T17:09:46.7988927Z adding 'torch/include/ATen/ops/instance_norm_ops.h' 2024-04-03T17:09:46.7990780Z adding 'torch/include/ATen/ops/int_repr.h' 2024-04-03T17:09:46.7993242Z adding 'torch/include/ATen/ops/int_repr_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.7994581Z adding 'torch/include/ATen/ops/int_repr_native.h' 2024-04-03T17:09:46.7996761Z adding 'torch/include/ATen/ops/int_repr_ops.h' 2024-04-03T17:09:46.7998597Z adding 'torch/include/ATen/ops/inverse.h' 2024-04-03T17:09:46.8001018Z adding 'torch/include/ATen/ops/inverse_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8002403Z adding 'torch/include/ATen/ops/inverse_native.h' 2024-04-03T17:09:46.8004437Z adding 'torch/include/ATen/ops/inverse_ops.h' 2024-04-03T17:09:46.8006464Z adding 'torch/include/ATen/ops/is_coalesced.h' 2024-04-03T17:09:46.8008696Z adding 'torch/include/ATen/ops/is_coalesced_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8010110Z adding 'torch/include/ATen/ops/is_coalesced_native.h' 2024-04-03T17:09:46.8011951Z adding 'torch/include/ATen/ops/is_coalesced_ops.h' 2024-04-03T17:09:46.8013764Z adding 'torch/include/ATen/ops/is_complex.h' 2024-04-03T17:09:46.8016269Z adding 'torch/include/ATen/ops/is_complex_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8017676Z adding 'torch/include/ATen/ops/is_complex_native.h' 2024-04-03T17:09:46.8019977Z adding 'torch/include/ATen/ops/is_complex_ops.h' 2024-04-03T17:09:46.8021744Z adding 'torch/include/ATen/ops/is_conj.h' 2024-04-03T17:09:46.8024622Z adding 'torch/include/ATen/ops/is_conj_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8025591Z adding 'torch/include/ATen/ops/is_conj_native.h' 2024-04-03T17:09:46.8027752Z adding 'torch/include/ATen/ops/is_conj_ops.h' 2024-04-03T17:09:46.8029824Z adding 'torch/include/ATen/ops/is_distributed.h' 2024-04-03T17:09:46.8031937Z adding 'torch/include/ATen/ops/is_distributed_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8033369Z adding 'torch/include/ATen/ops/is_distributed_native.h' 2024-04-03T17:09:46.8035433Z adding 'torch/include/ATen/ops/is_distributed_ops.h' 2024-04-03T17:09:46.8037203Z adding 'torch/include/ATen/ops/is_floating_point.h' 2024-04-03T17:09:46.8039509Z adding 'torch/include/ATen/ops/is_floating_point_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8040870Z adding 'torch/include/ATen/ops/is_floating_point_native.h' 2024-04-03T17:09:46.8042823Z adding 'torch/include/ATen/ops/is_floating_point_ops.h' 2024-04-03T17:09:46.8044598Z adding 'torch/include/ATen/ops/is_inference.h' 2024-04-03T17:09:46.8046838Z adding 'torch/include/ATen/ops/is_inference_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8048234Z adding 'torch/include/ATen/ops/is_inference_native.h' 2024-04-03T17:09:46.8050411Z adding 'torch/include/ATen/ops/is_inference_ops.h' 2024-04-03T17:09:46.8052361Z adding 'torch/include/ATen/ops/is_leaf.h' 2024-04-03T17:09:46.8054578Z adding 'torch/include/ATen/ops/is_leaf_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8056030Z adding 'torch/include/ATen/ops/is_leaf_native.h' 2024-04-03T17:09:46.8058098Z adding 'torch/include/ATen/ops/is_leaf_ops.h' 2024-04-03T17:09:46.8060044Z adding 'torch/include/ATen/ops/is_neg.h' 2024-04-03T17:09:46.8062757Z adding 'torch/include/ATen/ops/is_neg_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8063906Z adding 'torch/include/ATen/ops/is_neg_native.h' 2024-04-03T17:09:46.8065842Z adding 'torch/include/ATen/ops/is_neg_ops.h' 2024-04-03T17:09:46.8067510Z adding 'torch/include/ATen/ops/is_nonzero.h' 2024-04-03T17:09:46.8069714Z adding 'torch/include/ATen/ops/is_nonzero_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8070977Z adding 'torch/include/ATen/ops/is_nonzero_native.h' 2024-04-03T17:09:46.8072919Z adding 'torch/include/ATen/ops/is_nonzero_ops.h' 2024-04-03T17:09:46.8074568Z adding 'torch/include/ATen/ops/is_pinned.h' 2024-04-03T17:09:46.8076643Z adding 'torch/include/ATen/ops/is_pinned_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8078115Z adding 'torch/include/ATen/ops/is_pinned_cuda_dispatch.h' 2024-04-03T17:09:46.8079850Z adding 'torch/include/ATen/ops/is_pinned_native.h' 2024-04-03T17:09:46.8081585Z adding 'torch/include/ATen/ops/is_pinned_ops.h' 2024-04-03T17:09:46.8083384Z adding 'torch/include/ATen/ops/is_same_size.h' 2024-04-03T17:09:46.8085390Z adding 'torch/include/ATen/ops/is_same_size_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8086848Z adding 'torch/include/ATen/ops/is_same_size_native.h' 2024-04-03T17:09:46.8088712Z adding 'torch/include/ATen/ops/is_same_size_ops.h' 2024-04-03T17:09:46.8090493Z adding 'torch/include/ATen/ops/is_set_to.h' 2024-04-03T17:09:46.8092360Z adding 'torch/include/ATen/ops/is_set_to_cpu_dispatch.h' 2024-04-03T17:09:46.8094121Z adding 'torch/include/ATen/ops/is_set_to_cuda_dispatch.h' 2024-04-03T17:09:46.8095875Z adding 'torch/include/ATen/ops/is_set_to_native.h' 2024-04-03T17:09:46.8097867Z adding 'torch/include/ATen/ops/is_set_to_ops.h' 2024-04-03T17:09:46.8100394Z adding 'torch/include/ATen/ops/is_signed.h' 2024-04-03T17:09:46.8102405Z adding 'torch/include/ATen/ops/is_signed_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8104074Z adding 'torch/include/ATen/ops/is_signed_native.h' 2024-04-03T17:09:46.8106005Z adding 'torch/include/ATen/ops/is_signed_ops.h' 2024-04-03T17:09:46.8107849Z adding 'torch/include/ATen/ops/is_vulkan_available.h' 2024-04-03T17:09:46.8109902Z adding 'torch/include/ATen/ops/is_vulkan_available_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8111450Z adding 'torch/include/ATen/ops/is_vulkan_available_native.h' 2024-04-03T17:09:46.8113256Z adding 'torch/include/ATen/ops/is_vulkan_available_ops.h' 2024-04-03T17:09:46.8115083Z adding 'torch/include/ATen/ops/isclose.h' 2024-04-03T17:09:46.8117140Z adding 'torch/include/ATen/ops/isclose_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8118817Z adding 'torch/include/ATen/ops/isclose_native.h' 2024-04-03T17:09:46.8120655Z adding 'torch/include/ATen/ops/isclose_ops.h' 2024-04-03T17:09:46.8122556Z adding 'torch/include/ATen/ops/isfinite.h' 2024-04-03T17:09:46.8124573Z adding 'torch/include/ATen/ops/isfinite_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8126458Z adding 'torch/include/ATen/ops/isfinite_native.h' 2024-04-03T17:09:46.8128967Z adding 'torch/include/ATen/ops/isfinite_ops.h' 2024-04-03T17:09:46.8131048Z adding 'torch/include/ATen/ops/isin.h' 2024-04-03T17:09:46.8133379Z adding 'torch/include/ATen/ops/isin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8135065Z adding 'torch/include/ATen/ops/isin_cpu_dispatch.h' 2024-04-03T17:09:46.8137583Z adding 'torch/include/ATen/ops/isin_cuda_dispatch.h' 2024-04-03T17:09:46.8139619Z adding 'torch/include/ATen/ops/isin_meta.h' 2024-04-03T17:09:46.8141623Z adding 'torch/include/ATen/ops/isin_meta_dispatch.h' 2024-04-03T17:09:46.8143526Z adding 'torch/include/ATen/ops/isin_native.h' 2024-04-03T17:09:46.8145815Z adding 'torch/include/ATen/ops/isin_ops.h' 2024-04-03T17:09:46.8147910Z adding 'torch/include/ATen/ops/isinf.h' 2024-04-03T17:09:46.8149926Z adding 'torch/include/ATen/ops/isinf_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8151357Z adding 'torch/include/ATen/ops/isinf_native.h' 2024-04-03T17:09:46.8153415Z adding 'torch/include/ATen/ops/isinf_ops.h' 2024-04-03T17:09:46.8155670Z adding 'torch/include/ATen/ops/isnan.h' 2024-04-03T17:09:46.8157878Z adding 'torch/include/ATen/ops/isnan_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8159204Z adding 'torch/include/ATen/ops/isnan_cpu_dispatch.h' 2024-04-03T17:09:46.8161194Z adding 'torch/include/ATen/ops/isnan_cuda_dispatch.h' 2024-04-03T17:09:46.8162897Z adding 'torch/include/ATen/ops/isnan_native.h' 2024-04-03T17:09:46.8164887Z adding 'torch/include/ATen/ops/isnan_ops.h' 2024-04-03T17:09:46.8166870Z adding 'torch/include/ATen/ops/isneginf.h' 2024-04-03T17:09:46.8169212Z adding 'torch/include/ATen/ops/isneginf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8170705Z adding 'torch/include/ATen/ops/isneginf_cpu_dispatch.h' 2024-04-03T17:09:46.8172619Z adding 'torch/include/ATen/ops/isneginf_cuda_dispatch.h' 2024-04-03T17:09:46.8174329Z adding 'torch/include/ATen/ops/isneginf_meta.h' 2024-04-03T17:09:46.8176305Z adding 'torch/include/ATen/ops/isneginf_meta_dispatch.h' 2024-04-03T17:09:46.8178165Z adding 'torch/include/ATen/ops/isneginf_native.h' 2024-04-03T17:09:46.8180250Z adding 'torch/include/ATen/ops/isneginf_ops.h' 2024-04-03T17:09:46.8181984Z adding 'torch/include/ATen/ops/isposinf.h' 2024-04-03T17:09:46.8184343Z adding 'torch/include/ATen/ops/isposinf_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8185700Z adding 'torch/include/ATen/ops/isposinf_cpu_dispatch.h' 2024-04-03T17:09:46.8187706Z adding 'torch/include/ATen/ops/isposinf_cuda_dispatch.h' 2024-04-03T17:09:46.8189773Z adding 'torch/include/ATen/ops/isposinf_meta.h' 2024-04-03T17:09:46.8191380Z adding 'torch/include/ATen/ops/isposinf_meta_dispatch.h' 2024-04-03T17:09:46.8193173Z adding 'torch/include/ATen/ops/isposinf_native.h' 2024-04-03T17:09:46.8195278Z adding 'torch/include/ATen/ops/isposinf_ops.h' 2024-04-03T17:09:46.8196983Z adding 'torch/include/ATen/ops/isreal.h' 2024-04-03T17:09:46.8199101Z adding 'torch/include/ATen/ops/isreal_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8200464Z adding 'torch/include/ATen/ops/isreal_native.h' 2024-04-03T17:09:46.8202518Z adding 'torch/include/ATen/ops/isreal_ops.h' 2024-04-03T17:09:46.8204407Z adding 'torch/include/ATen/ops/istft.h' 2024-04-03T17:09:46.8206634Z adding 'torch/include/ATen/ops/istft_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8208069Z adding 'torch/include/ATen/ops/istft_native.h' 2024-04-03T17:09:46.8210237Z adding 'torch/include/ATen/ops/istft_ops.h' 2024-04-03T17:09:46.8212003Z adding 'torch/include/ATen/ops/item.h' 2024-04-03T17:09:46.8214092Z adding 'torch/include/ATen/ops/item_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8215502Z adding 'torch/include/ATen/ops/item_native.h' 2024-04-03T17:09:46.8217970Z adding 'torch/include/ATen/ops/item_ops.h' 2024-04-03T17:09:46.8220204Z adding 'torch/include/ATen/ops/kaiser_window.h' 2024-04-03T17:09:46.8222699Z adding 'torch/include/ATen/ops/kaiser_window_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8224499Z adding 'torch/include/ATen/ops/kaiser_window_native.h' 2024-04-03T17:09:46.8226785Z adding 'torch/include/ATen/ops/kaiser_window_ops.h' 2024-04-03T17:09:46.8228789Z adding 'torch/include/ATen/ops/kl_div.h' 2024-04-03T17:09:46.8231054Z adding 'torch/include/ATen/ops/kl_div_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8232770Z adding 'torch/include/ATen/ops/kl_div_native.h' 2024-04-03T17:09:46.8234605Z adding 'torch/include/ATen/ops/kl_div_ops.h' 2024-04-03T17:09:46.8236468Z adding 'torch/include/ATen/ops/kron.h' 2024-04-03T17:09:46.8238570Z adding 'torch/include/ATen/ops/kron_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8240245Z adding 'torch/include/ATen/ops/kron_native.h' 2024-04-03T17:09:46.8242131Z adding 'torch/include/ATen/ops/kron_ops.h' 2024-04-03T17:09:46.8244139Z adding 'torch/include/ATen/ops/kthvalue.h' 2024-04-03T17:09:46.8246350Z adding 'torch/include/ATen/ops/kthvalue_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8248419Z adding 'torch/include/ATen/ops/kthvalue_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8250170Z adding 'torch/include/ATen/ops/kthvalue_cpu_dispatch.h' 2024-04-03T17:09:46.8252017Z adding 'torch/include/ATen/ops/kthvalue_cuda_dispatch.h' 2024-04-03T17:09:46.8253870Z adding 'torch/include/ATen/ops/kthvalue_native.h' 2024-04-03T17:09:46.8255883Z adding 'torch/include/ATen/ops/kthvalue_ops.h' 2024-04-03T17:09:46.8257993Z adding 'torch/include/ATen/ops/l1_loss.h' 2024-04-03T17:09:46.8260399Z adding 'torch/include/ATen/ops/l1_loss_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8262147Z adding 'torch/include/ATen/ops/l1_loss_native.h' 2024-04-03T17:09:46.8264028Z adding 'torch/include/ATen/ops/l1_loss_ops.h' 2024-04-03T17:09:46.8266041Z adding 'torch/include/ATen/ops/layer_norm.h' 2024-04-03T17:09:46.8268904Z adding 'torch/include/ATen/ops/layer_norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8270074Z adding 'torch/include/ATen/ops/layer_norm_native.h' 2024-04-03T17:09:46.8272109Z adding 'torch/include/ATen/ops/layer_norm_ops.h' 2024-04-03T17:09:46.8274436Z adding 'torch/include/ATen/ops/lcm.h' 2024-04-03T17:09:46.8276761Z adding 'torch/include/ATen/ops/lcm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8278467Z adding 'torch/include/ATen/ops/lcm_cpu_dispatch.h' 2024-04-03T17:09:46.8280520Z adding 'torch/include/ATen/ops/lcm_cuda_dispatch.h' 2024-04-03T17:09:46.8282428Z adding 'torch/include/ATen/ops/lcm_meta.h' 2024-04-03T17:09:46.8284661Z adding 'torch/include/ATen/ops/lcm_meta_dispatch.h' 2024-04-03T17:09:46.8286601Z adding 'torch/include/ATen/ops/lcm_native.h' 2024-04-03T17:09:46.8288780Z adding 'torch/include/ATen/ops/lcm_ops.h' 2024-04-03T17:09:46.8290937Z adding 'torch/include/ATen/ops/ldexp.h' 2024-04-03T17:09:46.8293252Z adding 'torch/include/ATen/ops/ldexp_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8294943Z adding 'torch/include/ATen/ops/ldexp_native.h' 2024-04-03T17:09:46.8297281Z adding 'torch/include/ATen/ops/ldexp_ops.h' 2024-04-03T17:09:46.8299910Z adding 'torch/include/ATen/ops/le.h' 2024-04-03T17:09:46.8302307Z adding 'torch/include/ATen/ops/le_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8304158Z adding 'torch/include/ATen/ops/le_cpu_dispatch.h' 2024-04-03T17:09:46.8306455Z adding 'torch/include/ATen/ops/le_cuda_dispatch.h' 2024-04-03T17:09:46.8308578Z adding 'torch/include/ATen/ops/le_meta.h' 2024-04-03T17:09:46.8310323Z adding 'torch/include/ATen/ops/le_meta_dispatch.h' 2024-04-03T17:09:46.8312469Z adding 'torch/include/ATen/ops/le_native.h' 2024-04-03T17:09:46.8314791Z adding 'torch/include/ATen/ops/le_ops.h' 2024-04-03T17:09:46.8316889Z adding 'torch/include/ATen/ops/leaky_relu.h' 2024-04-03T17:09:46.8318878Z adding 'torch/include/ATen/ops/leaky_relu_backward.h' 2024-04-03T17:09:46.8321317Z adding 'torch/include/ATen/ops/leaky_relu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8323246Z adding 'torch/include/ATen/ops/leaky_relu_backward_cpu_dispatch.h' 2024-04-03T17:09:46.8325932Z adding 'torch/include/ATen/ops/leaky_relu_backward_cuda_dispatch.h' 2024-04-03T17:09:46.8327811Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta.h' 2024-04-03T17:09:46.8330177Z adding 'torch/include/ATen/ops/leaky_relu_backward_meta_dispatch.h' 2024-04-03T17:09:46.8331652Z adding 'torch/include/ATen/ops/leaky_relu_backward_native.h' 2024-04-03T17:09:46.8333809Z adding 'torch/include/ATen/ops/leaky_relu_backward_ops.h' 2024-04-03T17:09:46.8335815Z adding 'torch/include/ATen/ops/leaky_relu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8337515Z adding 'torch/include/ATen/ops/leaky_relu_cpu_dispatch.h' 2024-04-03T17:09:46.8339836Z adding 'torch/include/ATen/ops/leaky_relu_cuda_dispatch.h' 2024-04-03T17:09:46.8341322Z adding 'torch/include/ATen/ops/leaky_relu_meta.h' 2024-04-03T17:09:46.8343603Z adding 'torch/include/ATen/ops/leaky_relu_meta_dispatch.h' 2024-04-03T17:09:46.8345523Z adding 'torch/include/ATen/ops/leaky_relu_native.h' 2024-04-03T17:09:46.8347602Z adding 'torch/include/ATen/ops/leaky_relu_ops.h' 2024-04-03T17:09:46.8349789Z adding 'torch/include/ATen/ops/lerp.h' 2024-04-03T17:09:46.8352131Z adding 'torch/include/ATen/ops/lerp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8353638Z adding 'torch/include/ATen/ops/lerp_cpu_dispatch.h' 2024-04-03T17:09:46.8355779Z adding 'torch/include/ATen/ops/lerp_cuda_dispatch.h' 2024-04-03T17:09:46.8357620Z adding 'torch/include/ATen/ops/lerp_meta.h' 2024-04-03T17:09:46.8359696Z adding 'torch/include/ATen/ops/lerp_meta_dispatch.h' 2024-04-03T17:09:46.8361796Z adding 'torch/include/ATen/ops/lerp_native.h' 2024-04-03T17:09:46.8363754Z adding 'torch/include/ATen/ops/lerp_ops.h' 2024-04-03T17:09:46.8365794Z adding 'torch/include/ATen/ops/less.h' 2024-04-03T17:09:46.8367989Z adding 'torch/include/ATen/ops/less_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8369667Z adding 'torch/include/ATen/ops/less_equal.h' 2024-04-03T17:09:46.8371756Z adding 'torch/include/ATen/ops/less_equal_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8374052Z adding 'torch/include/ATen/ops/less_equal_native.h' 2024-04-03T17:09:46.8375754Z adding 'torch/include/ATen/ops/less_equal_ops.h' 2024-04-03T17:09:46.8377720Z adding 'torch/include/ATen/ops/less_native.h' 2024-04-03T17:09:46.8380065Z adding 'torch/include/ATen/ops/less_ops.h' 2024-04-03T17:09:46.8382281Z adding 'torch/include/ATen/ops/lgamma.h' 2024-04-03T17:09:46.8384698Z adding 'torch/include/ATen/ops/lgamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8386097Z adding 'torch/include/ATen/ops/lgamma_cpu_dispatch.h' 2024-04-03T17:09:46.8388030Z adding 'torch/include/ATen/ops/lgamma_cuda_dispatch.h' 2024-04-03T17:09:46.8389828Z adding 'torch/include/ATen/ops/lgamma_meta.h' 2024-04-03T17:09:46.8391803Z adding 'torch/include/ATen/ops/lgamma_meta_dispatch.h' 2024-04-03T17:09:46.8394038Z adding 'torch/include/ATen/ops/lgamma_native.h' 2024-04-03T17:09:46.8395819Z adding 'torch/include/ATen/ops/lgamma_ops.h' 2024-04-03T17:09:46.8397703Z adding 'torch/include/ATen/ops/lift.h' 2024-04-03T17:09:46.8399821Z adding 'torch/include/ATen/ops/lift_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8401495Z adding 'torch/include/ATen/ops/lift_fresh.h' 2024-04-03T17:09:46.8403622Z adding 'torch/include/ATen/ops/lift_fresh_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8405332Z adding 'torch/include/ATen/ops/lift_fresh_copy.h' 2024-04-03T17:09:46.8407566Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8409462Z adding 'torch/include/ATen/ops/lift_fresh_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8411015Z adding 'torch/include/ATen/ops/lift_fresh_copy_native.h' 2024-04-03T17:09:46.8413133Z adding 'torch/include/ATen/ops/lift_fresh_copy_ops.h' 2024-04-03T17:09:46.8415094Z adding 'torch/include/ATen/ops/lift_fresh_native.h' 2024-04-03T17:09:46.8417067Z adding 'torch/include/ATen/ops/lift_fresh_ops.h' 2024-04-03T17:09:46.8419066Z adding 'torch/include/ATen/ops/lift_native.h' 2024-04-03T17:09:46.8421917Z adding 'torch/include/ATen/ops/lift_ops.h' 2024-04-03T17:09:46.8423519Z adding 'torch/include/ATen/ops/linalg_cholesky.h' 2024-04-03T17:09:46.8425998Z adding 'torch/include/ATen/ops/linalg_cholesky_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8427603Z adding 'torch/include/ATen/ops/linalg_cholesky_ex.h' 2024-04-03T17:09:46.8430434Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8431990Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cpu_dispatch.h' 2024-04-03T17:09:46.8434567Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_cuda_dispatch.h' 2024-04-03T17:09:46.8436494Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta.h' 2024-04-03T17:09:46.8439030Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_meta_dispatch.h' 2024-04-03T17:09:46.8440499Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_native.h' 2024-04-03T17:09:46.8443607Z adding 'torch/include/ATen/ops/linalg_cholesky_ex_ops.h' 2024-04-03T17:09:46.8445778Z adding 'torch/include/ATen/ops/linalg_cholesky_native.h' 2024-04-03T17:09:46.8448339Z adding 'torch/include/ATen/ops/linalg_cholesky_ops.h' 2024-04-03T17:09:46.8450497Z adding 'torch/include/ATen/ops/linalg_cond.h' 2024-04-03T17:09:46.8453613Z adding 'torch/include/ATen/ops/linalg_cond_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8456907Z adding 'torch/include/ATen/ops/linalg_cond_native.h' 2024-04-03T17:09:46.8459029Z adding 'torch/include/ATen/ops/linalg_cond_ops.h' 2024-04-03T17:09:46.8461798Z adding 'torch/include/ATen/ops/linalg_cross.h' 2024-04-03T17:09:46.8465911Z adding 'torch/include/ATen/ops/linalg_cross_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8468260Z adding 'torch/include/ATen/ops/linalg_cross_cpu_dispatch.h' 2024-04-03T17:09:46.8469560Z adding 'torch/include/ATen/ops/linalg_cross_cuda_dispatch.h' 2024-04-03T17:09:46.8472082Z adding 'torch/include/ATen/ops/linalg_cross_meta.h' 2024-04-03T17:09:46.8475029Z adding 'torch/include/ATen/ops/linalg_cross_meta_dispatch.h' 2024-04-03T17:09:46.8477185Z adding 'torch/include/ATen/ops/linalg_cross_native.h' 2024-04-03T17:09:46.8480207Z adding 'torch/include/ATen/ops/linalg_cross_ops.h' 2024-04-03T17:09:46.8484005Z adding 'torch/include/ATen/ops/linalg_det.h' 2024-04-03T17:09:46.8485110Z adding 'torch/include/ATen/ops/linalg_det_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8487289Z adding 'torch/include/ATen/ops/linalg_det_native.h' 2024-04-03T17:09:46.8489255Z adding 'torch/include/ATen/ops/linalg_det_ops.h' 2024-04-03T17:09:46.8491704Z adding 'torch/include/ATen/ops/linalg_diagonal.h' 2024-04-03T17:09:46.8494879Z adding 'torch/include/ATen/ops/linalg_diagonal_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8496582Z adding 'torch/include/ATen/ops/linalg_diagonal_native.h' 2024-04-03T17:09:46.8497907Z adding 'torch/include/ATen/ops/linalg_diagonal_ops.h' 2024-04-03T17:09:46.8502443Z adding 'torch/include/ATen/ops/linalg_eig.h' 2024-04-03T17:09:46.8508601Z adding 'torch/include/ATen/ops/linalg_eig_cpu_dispatch.h' 2024-04-03T17:09:46.8513295Z adding 'torch/include/ATen/ops/linalg_eig_cuda_dispatch.h' 2024-04-03T17:09:46.8514666Z adding 'torch/include/ATen/ops/linalg_eig_native.h' 2024-04-03T17:09:46.8515706Z adding 'torch/include/ATen/ops/linalg_eig_ops.h' 2024-04-03T17:09:46.8516678Z adding 'torch/include/ATen/ops/linalg_eigh.h' 2024-04-03T17:09:46.8518057Z adding 'torch/include/ATen/ops/linalg_eigh_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8519527Z adding 'torch/include/ATen/ops/linalg_eigh_native.h' 2024-04-03T17:09:46.8521886Z adding 'torch/include/ATen/ops/linalg_eigh_ops.h' 2024-04-03T17:09:46.8524521Z adding 'torch/include/ATen/ops/linalg_eigvals.h' 2024-04-03T17:09:46.8527311Z adding 'torch/include/ATen/ops/linalg_eigvals_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8530247Z adding 'torch/include/ATen/ops/linalg_eigvals_cpu_dispatch.h' 2024-04-03T17:09:46.8531902Z adding 'torch/include/ATen/ops/linalg_eigvals_cuda_dispatch.h' 2024-04-03T17:09:46.8534761Z adding 'torch/include/ATen/ops/linalg_eigvals_native.h' 2024-04-03T17:09:46.8537484Z adding 'torch/include/ATen/ops/linalg_eigvals_ops.h' 2024-04-03T17:09:46.8540146Z adding 'torch/include/ATen/ops/linalg_eigvalsh.h' 2024-04-03T17:09:46.8543238Z adding 'torch/include/ATen/ops/linalg_eigvalsh_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8545544Z adding 'torch/include/ATen/ops/linalg_eigvalsh_native.h' 2024-04-03T17:09:46.8548333Z adding 'torch/include/ATen/ops/linalg_eigvalsh_ops.h' 2024-04-03T17:09:46.8551212Z adding 'torch/include/ATen/ops/linalg_householder_product.h' 2024-04-03T17:09:46.8553973Z adding 'torch/include/ATen/ops/linalg_householder_product_cpu_dispatch.h' 2024-04-03T17:09:46.8556157Z adding 'torch/include/ATen/ops/linalg_householder_product_cuda_dispatch.h' 2024-04-03T17:09:46.8558524Z adding 'torch/include/ATen/ops/linalg_householder_product_native.h' 2024-04-03T17:09:46.8561485Z adding 'torch/include/ATen/ops/linalg_householder_product_ops.h' 2024-04-03T17:09:46.8563851Z adding 'torch/include/ATen/ops/linalg_inv.h' 2024-04-03T17:09:46.8567146Z adding 'torch/include/ATen/ops/linalg_inv_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8568870Z adding 'torch/include/ATen/ops/linalg_inv_ex.h' 2024-04-03T17:09:46.8572335Z adding 'torch/include/ATen/ops/linalg_inv_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8574108Z adding 'torch/include/ATen/ops/linalg_inv_ex_cpu_dispatch.h' 2024-04-03T17:09:46.8576402Z adding 'torch/include/ATen/ops/linalg_inv_ex_cuda_dispatch.h' 2024-04-03T17:09:46.8578556Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta.h' 2024-04-03T17:09:46.8580682Z adding 'torch/include/ATen/ops/linalg_inv_ex_meta_dispatch.h' 2024-04-03T17:09:46.8582712Z adding 'torch/include/ATen/ops/linalg_inv_ex_native.h' 2024-04-03T17:09:46.8584839Z adding 'torch/include/ATen/ops/linalg_inv_ex_ops.h' 2024-04-03T17:09:46.8586865Z adding 'torch/include/ATen/ops/linalg_inv_native.h' 2024-04-03T17:09:46.8589210Z adding 'torch/include/ATen/ops/linalg_inv_ops.h' 2024-04-03T17:09:46.8591135Z adding 'torch/include/ATen/ops/linalg_ldl_factor.h' 2024-04-03T17:09:46.8593526Z adding 'torch/include/ATen/ops/linalg_ldl_factor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8595576Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex.h' 2024-04-03T17:09:46.8598027Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8599663Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cpu_dispatch.h' 2024-04-03T17:09:46.8601879Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_cuda_dispatch.h' 2024-04-03T17:09:46.8603799Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta.h' 2024-04-03T17:09:46.8606008Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_meta_dispatch.h' 2024-04-03T17:09:46.8607819Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_native.h' 2024-04-03T17:09:46.8609956Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ex_ops.h' 2024-04-03T17:09:46.8611936Z adding 'torch/include/ATen/ops/linalg_ldl_factor_native.h' 2024-04-03T17:09:46.8614055Z adding 'torch/include/ATen/ops/linalg_ldl_factor_ops.h' 2024-04-03T17:09:46.8616683Z adding 'torch/include/ATen/ops/linalg_ldl_solve.h' 2024-04-03T17:09:46.8618878Z adding 'torch/include/ATen/ops/linalg_ldl_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8621079Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cpu_dispatch.h' 2024-04-03T17:09:46.8630080Z adding 'torch/include/ATen/ops/linalg_ldl_solve_cuda_dispatch.h' 2024-04-03T17:09:46.8631898Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta.h' 2024-04-03T17:09:46.8634262Z adding 'torch/include/ATen/ops/linalg_ldl_solve_meta_dispatch.h' 2024-04-03T17:09:46.8636441Z adding 'torch/include/ATen/ops/linalg_ldl_solve_native.h' 2024-04-03T17:09:46.8638213Z adding 'torch/include/ATen/ops/linalg_ldl_solve_ops.h' 2024-04-03T17:09:46.8640435Z adding 'torch/include/ATen/ops/linalg_lstsq.h' 2024-04-03T17:09:46.8642833Z adding 'torch/include/ATen/ops/linalg_lstsq_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8644867Z adding 'torch/include/ATen/ops/linalg_lstsq_cpu_dispatch.h' 2024-04-03T17:09:46.8647328Z adding 'torch/include/ATen/ops/linalg_lstsq_cuda_dispatch.h' 2024-04-03T17:09:46.8649586Z adding 'torch/include/ATen/ops/linalg_lstsq_native.h' 2024-04-03T17:09:46.8651932Z adding 'torch/include/ATen/ops/linalg_lstsq_ops.h' 2024-04-03T17:09:46.8653937Z adding 'torch/include/ATen/ops/linalg_lu.h' 2024-04-03T17:09:46.8656550Z adding 'torch/include/ATen/ops/linalg_lu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8658617Z adding 'torch/include/ATen/ops/linalg_lu_cpu_dispatch.h' 2024-04-03T17:09:46.8661015Z adding 'torch/include/ATen/ops/linalg_lu_cuda_dispatch.h' 2024-04-03T17:09:46.8662953Z adding 'torch/include/ATen/ops/linalg_lu_factor.h' 2024-04-03T17:09:46.8665064Z adding 'torch/include/ATen/ops/linalg_lu_factor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8666997Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex.h' 2024-04-03T17:09:46.8669280Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8671035Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cpu_dispatch.h' 2024-04-03T17:09:46.8673159Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_cuda_dispatch.h' 2024-04-03T17:09:46.8675047Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta.h' 2024-04-03T17:09:46.8677585Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_meta_dispatch.h' 2024-04-03T17:09:46.8679392Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_native.h' 2024-04-03T17:09:46.8681642Z adding 'torch/include/ATen/ops/linalg_lu_factor_ex_ops.h' 2024-04-03T17:09:46.8683869Z adding 'torch/include/ATen/ops/linalg_lu_factor_native.h' 2024-04-03T17:09:46.8686499Z adding 'torch/include/ATen/ops/linalg_lu_factor_ops.h' 2024-04-03T17:09:46.8688927Z adding 'torch/include/ATen/ops/linalg_lu_meta.h' 2024-04-03T17:09:46.8691076Z adding 'torch/include/ATen/ops/linalg_lu_meta_dispatch.h' 2024-04-03T17:09:46.8693218Z adding 'torch/include/ATen/ops/linalg_lu_native.h' 2024-04-03T17:09:46.8695483Z adding 'torch/include/ATen/ops/linalg_lu_ops.h' 2024-04-03T17:09:46.8698523Z adding 'torch/include/ATen/ops/linalg_lu_solve.h' 2024-04-03T17:09:46.8700759Z adding 'torch/include/ATen/ops/linalg_lu_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8702652Z adding 'torch/include/ATen/ops/linalg_lu_solve_cpu_dispatch.h' 2024-04-03T17:09:46.8705171Z adding 'torch/include/ATen/ops/linalg_lu_solve_cuda_dispatch.h' 2024-04-03T17:09:46.8707249Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta.h' 2024-04-03T17:09:46.8709389Z adding 'torch/include/ATen/ops/linalg_lu_solve_meta_dispatch.h' 2024-04-03T17:09:46.8711457Z adding 'torch/include/ATen/ops/linalg_lu_solve_native.h' 2024-04-03T17:09:46.8713699Z adding 'torch/include/ATen/ops/linalg_lu_solve_ops.h' 2024-04-03T17:09:46.8715916Z adding 'torch/include/ATen/ops/linalg_matmul.h' 2024-04-03T17:09:46.8718460Z adding 'torch/include/ATen/ops/linalg_matmul_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8720338Z adding 'torch/include/ATen/ops/linalg_matmul_native.h' 2024-04-03T17:09:46.8722423Z adding 'torch/include/ATen/ops/linalg_matmul_ops.h' 2024-04-03T17:09:46.8724962Z adding 'torch/include/ATen/ops/linalg_matrix_exp.h' 2024-04-03T17:09:46.8726657Z adding 'torch/include/ATen/ops/linalg_matrix_exp_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8728308Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cpu_dispatch.h' 2024-04-03T17:09:46.8730208Z adding 'torch/include/ATen/ops/linalg_matrix_exp_cuda_dispatch.h' 2024-04-03T17:09:46.8732031Z adding 'torch/include/ATen/ops/linalg_matrix_exp_native.h' 2024-04-03T17:09:46.8734284Z adding 'torch/include/ATen/ops/linalg_matrix_exp_ops.h' 2024-04-03T17:09:46.8736505Z adding 'torch/include/ATen/ops/linalg_matrix_norm.h' 2024-04-03T17:09:46.8740088Z adding 'torch/include/ATen/ops/linalg_matrix_norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8741714Z adding 'torch/include/ATen/ops/linalg_matrix_norm_native.h' 2024-04-03T17:09:46.8744218Z adding 'torch/include/ATen/ops/linalg_matrix_norm_ops.h' 2024-04-03T17:09:46.8746258Z adding 'torch/include/ATen/ops/linalg_matrix_power.h' 2024-04-03T17:09:46.8748323Z adding 'torch/include/ATen/ops/linalg_matrix_power_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8749864Z adding 'torch/include/ATen/ops/linalg_matrix_power_native.h' 2024-04-03T17:09:46.8751692Z adding 'torch/include/ATen/ops/linalg_matrix_power_ops.h' 2024-04-03T17:09:46.8753782Z adding 'torch/include/ATen/ops/linalg_matrix_rank.h' 2024-04-03T17:09:46.8756096Z adding 'torch/include/ATen/ops/linalg_matrix_rank_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8757825Z adding 'torch/include/ATen/ops/linalg_matrix_rank_native.h' 2024-04-03T17:09:46.8760030Z adding 'torch/include/ATen/ops/linalg_matrix_rank_ops.h' 2024-04-03T17:09:46.8761976Z adding 'torch/include/ATen/ops/linalg_multi_dot.h' 2024-04-03T17:09:46.8764024Z adding 'torch/include/ATen/ops/linalg_multi_dot_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8765781Z adding 'torch/include/ATen/ops/linalg_multi_dot_native.h' 2024-04-03T17:09:46.8767624Z adding 'torch/include/ATen/ops/linalg_multi_dot_ops.h' 2024-04-03T17:09:46.8769621Z adding 'torch/include/ATen/ops/linalg_norm.h' 2024-04-03T17:09:46.8771697Z adding 'torch/include/ATen/ops/linalg_norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8773325Z adding 'torch/include/ATen/ops/linalg_norm_native.h' 2024-04-03T17:09:46.8775364Z adding 'torch/include/ATen/ops/linalg_norm_ops.h' 2024-04-03T17:09:46.8777810Z adding 'torch/include/ATen/ops/linalg_pinv.h' 2024-04-03T17:09:46.8780220Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8782330Z adding 'torch/include/ATen/ops/linalg_pinv_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8783805Z adding 'torch/include/ATen/ops/linalg_pinv_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8785321Z adding 'torch/include/ATen/ops/linalg_pinv_native.h' 2024-04-03T17:09:46.8787632Z adding 'torch/include/ATen/ops/linalg_pinv_ops.h' 2024-04-03T17:09:46.8789896Z adding 'torch/include/ATen/ops/linalg_qr.h' 2024-04-03T17:09:46.8792453Z adding 'torch/include/ATen/ops/linalg_qr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8794184Z adding 'torch/include/ATen/ops/linalg_qr_cpu_dispatch.h' 2024-04-03T17:09:46.8796267Z adding 'torch/include/ATen/ops/linalg_qr_cuda_dispatch.h' 2024-04-03T17:09:46.8798010Z adding 'torch/include/ATen/ops/linalg_qr_meta.h' 2024-04-03T17:09:46.8799912Z adding 'torch/include/ATen/ops/linalg_qr_meta_dispatch.h' 2024-04-03T17:09:46.8801686Z adding 'torch/include/ATen/ops/linalg_qr_native.h' 2024-04-03T17:09:46.8804428Z adding 'torch/include/ATen/ops/linalg_qr_ops.h' 2024-04-03T17:09:46.8806652Z adding 'torch/include/ATen/ops/linalg_slogdet.h' 2024-04-03T17:09:46.8809749Z adding 'torch/include/ATen/ops/linalg_slogdet_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8811392Z adding 'torch/include/ATen/ops/linalg_slogdet_native.h' 2024-04-03T17:09:46.8814234Z adding 'torch/include/ATen/ops/linalg_slogdet_ops.h' 2024-04-03T17:09:46.8816716Z adding 'torch/include/ATen/ops/linalg_solve.h' 2024-04-03T17:09:46.8819799Z adding 'torch/include/ATen/ops/linalg_solve_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8821864Z adding 'torch/include/ATen/ops/linalg_solve_ex.h' 2024-04-03T17:09:46.8824910Z adding 'torch/include/ATen/ops/linalg_solve_ex_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8826684Z adding 'torch/include/ATen/ops/linalg_solve_ex_native.h' 2024-04-03T17:09:46.8829520Z adding 'torch/include/ATen/ops/linalg_solve_ex_ops.h' 2024-04-03T17:09:46.8831860Z adding 'torch/include/ATen/ops/linalg_solve_native.h' 2024-04-03T17:09:46.8834471Z adding 'torch/include/ATen/ops/linalg_solve_ops.h' 2024-04-03T17:09:46.8836960Z adding 'torch/include/ATen/ops/linalg_solve_triangular.h' 2024-04-03T17:09:46.8839542Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cpu_dispatch.h' 2024-04-03T17:09:46.8841946Z adding 'torch/include/ATen/ops/linalg_solve_triangular_cuda_dispatch.h' 2024-04-03T17:09:46.8844295Z adding 'torch/include/ATen/ops/linalg_solve_triangular_native.h' 2024-04-03T17:09:46.8846876Z adding 'torch/include/ATen/ops/linalg_solve_triangular_ops.h' 2024-04-03T17:09:46.8849310Z adding 'torch/include/ATen/ops/linalg_svd.h' 2024-04-03T17:09:46.8852210Z adding 'torch/include/ATen/ops/linalg_svd_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8854009Z adding 'torch/include/ATen/ops/linalg_svd_native.h' 2024-04-03T17:09:46.8856972Z adding 'torch/include/ATen/ops/linalg_svd_ops.h' 2024-04-03T17:09:46.8859680Z adding 'torch/include/ATen/ops/linalg_svdvals.h' 2024-04-03T17:09:46.8862473Z adding 'torch/include/ATen/ops/linalg_svdvals_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8864219Z adding 'torch/include/ATen/ops/linalg_svdvals_native.h' 2024-04-03T17:09:46.8867038Z adding 'torch/include/ATen/ops/linalg_svdvals_ops.h' 2024-04-03T17:09:46.8869340Z adding 'torch/include/ATen/ops/linalg_tensorinv.h' 2024-04-03T17:09:46.8872243Z adding 'torch/include/ATen/ops/linalg_tensorinv_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8873981Z adding 'torch/include/ATen/ops/linalg_tensorinv_native.h' 2024-04-03T17:09:46.8876840Z adding 'torch/include/ATen/ops/linalg_tensorinv_ops.h' 2024-04-03T17:09:46.8879266Z adding 'torch/include/ATen/ops/linalg_tensorsolve.h' 2024-04-03T17:09:46.8882144Z adding 'torch/include/ATen/ops/linalg_tensorsolve_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8883845Z adding 'torch/include/ATen/ops/linalg_tensorsolve_native.h' 2024-04-03T17:09:46.8886736Z adding 'torch/include/ATen/ops/linalg_tensorsolve_ops.h' 2024-04-03T17:09:46.8889112Z adding 'torch/include/ATen/ops/linalg_vander.h' 2024-04-03T17:09:46.8891982Z adding 'torch/include/ATen/ops/linalg_vander_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8893727Z adding 'torch/include/ATen/ops/linalg_vander_native.h' 2024-04-03T17:09:46.8896590Z adding 'torch/include/ATen/ops/linalg_vander_ops.h' 2024-04-03T17:09:46.8899114Z adding 'torch/include/ATen/ops/linalg_vecdot.h' 2024-04-03T17:09:46.8902010Z adding 'torch/include/ATen/ops/linalg_vecdot_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8903709Z adding 'torch/include/ATen/ops/linalg_vecdot_native.h' 2024-04-03T17:09:46.8906522Z adding 'torch/include/ATen/ops/linalg_vecdot_ops.h' 2024-04-03T17:09:46.8908971Z adding 'torch/include/ATen/ops/linalg_vector_norm.h' 2024-04-03T17:09:46.8912259Z adding 'torch/include/ATen/ops/linalg_vector_norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8914041Z adding 'torch/include/ATen/ops/linalg_vector_norm_cpu_dispatch.h' 2024-04-03T17:09:46.8916909Z adding 'torch/include/ATen/ops/linalg_vector_norm_cuda_dispatch.h' 2024-04-03T17:09:46.8919133Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta.h' 2024-04-03T17:09:46.8921798Z adding 'torch/include/ATen/ops/linalg_vector_norm_meta_dispatch.h' 2024-04-03T17:09:46.8924007Z adding 'torch/include/ATen/ops/linalg_vector_norm_native.h' 2024-04-03T17:09:46.8926785Z adding 'torch/include/ATen/ops/linalg_vector_norm_ops.h' 2024-04-03T17:09:46.8928881Z adding 'torch/include/ATen/ops/linear.h' 2024-04-03T17:09:46.8931634Z adding 'torch/include/ATen/ops/linear_backward.h' 2024-04-03T17:09:46.8934388Z adding 'torch/include/ATen/ops/linear_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8936348Z adding 'torch/include/ATen/ops/linear_backward_native.h' 2024-04-03T17:09:46.8939391Z adding 'torch/include/ATen/ops/linear_backward_ops.h' 2024-04-03T17:09:46.8942171Z adding 'torch/include/ATen/ops/linear_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8944425Z adding 'torch/include/ATen/ops/linear_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.8946632Z adding 'torch/include/ATen/ops/linear_native.h' 2024-04-03T17:09:46.8949175Z adding 'torch/include/ATen/ops/linear_ops.h' 2024-04-03T17:09:46.8952098Z adding 'torch/include/ATen/ops/linspace.h' 2024-04-03T17:09:46.8955196Z adding 'torch/include/ATen/ops/linspace_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.8957180Z adding 'torch/include/ATen/ops/linspace_cpu_dispatch.h' 2024-04-03T17:09:46.8959808Z adding 'torch/include/ATen/ops/linspace_cuda_dispatch.h' 2024-04-03T17:09:46.8962159Z adding 'torch/include/ATen/ops/linspace_meta_dispatch.h' 2024-04-03T17:09:46.8964729Z adding 'torch/include/ATen/ops/linspace_native.h' 2024-04-03T17:09:46.8967879Z adding 'torch/include/ATen/ops/linspace_ops.h' 2024-04-03T17:09:46.8970366Z adding 'torch/include/ATen/ops/log.h' 2024-04-03T17:09:46.8972700Z adding 'torch/include/ATen/ops/log10.h' 2024-04-03T17:09:46.8975677Z adding 'torch/include/ATen/ops/log10_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8977490Z adding 'torch/include/ATen/ops/log10_cpu_dispatch.h' 2024-04-03T17:09:46.8980594Z adding 'torch/include/ATen/ops/log10_cuda_dispatch.h' 2024-04-03T17:09:46.8982820Z adding 'torch/include/ATen/ops/log10_meta.h' 2024-04-03T17:09:46.8985293Z adding 'torch/include/ATen/ops/log10_meta_dispatch.h' 2024-04-03T17:09:46.8987511Z adding 'torch/include/ATen/ops/log10_native.h' 2024-04-03T17:09:46.8989997Z adding 'torch/include/ATen/ops/log10_ops.h' 2024-04-03T17:09:46.8992362Z adding 'torch/include/ATen/ops/log1p.h' 2024-04-03T17:09:46.8995266Z adding 'torch/include/ATen/ops/log1p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.8997014Z adding 'torch/include/ATen/ops/log1p_cpu_dispatch.h' 2024-04-03T17:09:46.8999650Z adding 'torch/include/ATen/ops/log1p_cuda_dispatch.h' 2024-04-03T17:09:46.9001805Z adding 'torch/include/ATen/ops/log1p_meta.h' 2024-04-03T17:09:46.9004235Z adding 'torch/include/ATen/ops/log1p_meta_dispatch.h' 2024-04-03T17:09:46.9006786Z adding 'torch/include/ATen/ops/log1p_native.h' 2024-04-03T17:09:46.9009102Z adding 'torch/include/ATen/ops/log1p_ops.h' 2024-04-03T17:09:46.9011567Z adding 'torch/include/ATen/ops/log2.h' 2024-04-03T17:09:46.9014456Z adding 'torch/include/ATen/ops/log2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9016355Z adding 'torch/include/ATen/ops/log2_cpu_dispatch.h' 2024-04-03T17:09:46.9019238Z adding 'torch/include/ATen/ops/log2_cuda_dispatch.h' 2024-04-03T17:09:46.9021535Z adding 'torch/include/ATen/ops/log2_meta.h' 2024-04-03T17:09:46.9023918Z adding 'torch/include/ATen/ops/log2_meta_dispatch.h' 2024-04-03T17:09:46.9026156Z adding 'torch/include/ATen/ops/log2_native.h' 2024-04-03T17:09:46.9028848Z adding 'torch/include/ATen/ops/log2_ops.h' 2024-04-03T17:09:46.9031715Z adding 'torch/include/ATen/ops/log_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9033427Z adding 'torch/include/ATen/ops/log_cpu_dispatch.h' 2024-04-03T17:09:46.9036119Z adding 'torch/include/ATen/ops/log_cuda_dispatch.h' 2024-04-03T17:09:46.9038229Z adding 'torch/include/ATen/ops/log_meta.h' 2024-04-03T17:09:46.9040747Z adding 'torch/include/ATen/ops/log_meta_dispatch.h' 2024-04-03T17:09:46.9042695Z adding 'torch/include/ATen/ops/log_native.h' 2024-04-03T17:09:46.9045393Z adding 'torch/include/ATen/ops/log_normal.h' 2024-04-03T17:09:46.9048123Z adding 'torch/include/ATen/ops/log_normal_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9050158Z adding 'torch/include/ATen/ops/log_normal_cpu_dispatch.h' 2024-04-03T17:09:46.9052950Z adding 'torch/include/ATen/ops/log_normal_cuda_dispatch.h' 2024-04-03T17:09:46.9055176Z adding 'torch/include/ATen/ops/log_normal_meta_dispatch.h' 2024-04-03T17:09:46.9057812Z adding 'torch/include/ATen/ops/log_normal_native.h' 2024-04-03T17:09:46.9060618Z adding 'torch/include/ATen/ops/log_normal_ops.h' 2024-04-03T17:09:46.9063363Z adding 'torch/include/ATen/ops/log_ops.h' 2024-04-03T17:09:46.9065638Z adding 'torch/include/ATen/ops/log_sigmoid.h' 2024-04-03T17:09:46.9068305Z adding 'torch/include/ATen/ops/log_sigmoid_backward.h' 2024-04-03T17:09:46.9070921Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cpu_dispatch.h' 2024-04-03T17:09:46.9073367Z adding 'torch/include/ATen/ops/log_sigmoid_backward_cuda_dispatch.h' 2024-04-03T17:09:46.9075797Z adding 'torch/include/ATen/ops/log_sigmoid_backward_native.h' 2024-04-03T17:09:46.9078392Z adding 'torch/include/ATen/ops/log_sigmoid_backward_ops.h' 2024-04-03T17:09:46.9081272Z adding 'torch/include/ATen/ops/log_sigmoid_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9083249Z adding 'torch/include/ATen/ops/log_sigmoid_forward.h' 2024-04-03T17:09:46.9086236Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cpu_dispatch.h' 2024-04-03T17:09:46.9088513Z adding 'torch/include/ATen/ops/log_sigmoid_forward_cuda_dispatch.h' 2024-04-03T17:09:46.9090855Z adding 'torch/include/ATen/ops/log_sigmoid_forward_native.h' 2024-04-03T17:09:46.9093438Z adding 'torch/include/ATen/ops/log_sigmoid_forward_ops.h' 2024-04-03T17:09:46.9095479Z adding 'torch/include/ATen/ops/log_sigmoid_native.h' 2024-04-03T17:09:46.9098466Z adding 'torch/include/ATen/ops/log_sigmoid_ops.h' 2024-04-03T17:09:46.9100795Z adding 'torch/include/ATen/ops/log_softmax.h' 2024-04-03T17:09:46.9103638Z adding 'torch/include/ATen/ops/log_softmax_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9105935Z adding 'torch/include/ATen/ops/log_softmax_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9108076Z adding 'torch/include/ATen/ops/log_softmax_native.h' 2024-04-03T17:09:46.9110791Z adding 'torch/include/ATen/ops/log_softmax_ops.h' 2024-04-03T17:09:46.9113050Z adding 'torch/include/ATen/ops/logaddexp.h' 2024-04-03T17:09:46.9115462Z adding 'torch/include/ATen/ops/logaddexp2.h' 2024-04-03T17:09:46.9118431Z adding 'torch/include/ATen/ops/logaddexp2_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9120127Z adding 'torch/include/ATen/ops/logaddexp2_cpu_dispatch.h' 2024-04-03T17:09:46.9122885Z adding 'torch/include/ATen/ops/logaddexp2_cuda_dispatch.h' 2024-04-03T17:09:46.9125200Z adding 'torch/include/ATen/ops/logaddexp2_meta.h' 2024-04-03T17:09:46.9127742Z adding 'torch/include/ATen/ops/logaddexp2_meta_dispatch.h' 2024-04-03T17:09:46.9129849Z adding 'torch/include/ATen/ops/logaddexp2_native.h' 2024-04-03T17:09:46.9132629Z adding 'torch/include/ATen/ops/logaddexp2_ops.h' 2024-04-03T17:09:46.9135501Z adding 'torch/include/ATen/ops/logaddexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9137621Z adding 'torch/include/ATen/ops/logaddexp_cpu_dispatch.h' 2024-04-03T17:09:46.9140686Z adding 'torch/include/ATen/ops/logaddexp_cuda_dispatch.h' 2024-04-03T17:09:46.9142146Z adding 'torch/include/ATen/ops/logaddexp_meta.h' 2024-04-03T17:09:46.9144141Z adding 'torch/include/ATen/ops/logaddexp_meta_dispatch.h' 2024-04-03T17:09:46.9145704Z adding 'torch/include/ATen/ops/logaddexp_native.h' 2024-04-03T17:09:46.9147543Z adding 'torch/include/ATen/ops/logaddexp_ops.h' 2024-04-03T17:09:46.9149369Z adding 'torch/include/ATen/ops/logcumsumexp.h' 2024-04-03T17:09:46.9151820Z adding 'torch/include/ATen/ops/logcumsumexp_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9153721Z adding 'torch/include/ATen/ops/logcumsumexp_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9155023Z adding 'torch/include/ATen/ops/logcumsumexp_native.h' 2024-04-03T17:09:46.9157070Z adding 'torch/include/ATen/ops/logcumsumexp_ops.h' 2024-04-03T17:09:46.9158795Z adding 'torch/include/ATen/ops/logdet.h' 2024-04-03T17:09:46.9160760Z adding 'torch/include/ATen/ops/logdet_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9162256Z adding 'torch/include/ATen/ops/logdet_native.h' 2024-04-03T17:09:46.9164903Z adding 'torch/include/ATen/ops/logdet_ops.h' 2024-04-03T17:09:46.9166856Z adding 'torch/include/ATen/ops/logical_and.h' 2024-04-03T17:09:46.9168769Z adding 'torch/include/ATen/ops/logical_and_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9170447Z adding 'torch/include/ATen/ops/logical_and_cpu_dispatch.h' 2024-04-03T17:09:46.9172169Z adding 'torch/include/ATen/ops/logical_and_cuda_dispatch.h' 2024-04-03T17:09:46.9173838Z adding 'torch/include/ATen/ops/logical_and_native.h' 2024-04-03T17:09:46.9175715Z adding 'torch/include/ATen/ops/logical_and_ops.h' 2024-04-03T17:09:46.9177935Z adding 'torch/include/ATen/ops/logical_not.h' 2024-04-03T17:09:46.9180193Z adding 'torch/include/ATen/ops/logical_not_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9181804Z adding 'torch/include/ATen/ops/logical_not_cpu_dispatch.h' 2024-04-03T17:09:46.9183518Z adding 'torch/include/ATen/ops/logical_not_cuda_dispatch.h' 2024-04-03T17:09:46.9185195Z adding 'torch/include/ATen/ops/logical_not_native.h' 2024-04-03T17:09:46.9187008Z adding 'torch/include/ATen/ops/logical_not_ops.h' 2024-04-03T17:09:46.9190049Z adding 'torch/include/ATen/ops/logical_or.h' 2024-04-03T17:09:46.9191920Z adding 'torch/include/ATen/ops/logical_or_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9193332Z adding 'torch/include/ATen/ops/logical_or_cpu_dispatch.h' 2024-04-03T17:09:46.9195533Z adding 'torch/include/ATen/ops/logical_or_cuda_dispatch.h' 2024-04-03T17:09:46.9197642Z adding 'torch/include/ATen/ops/logical_or_native.h' 2024-04-03T17:09:46.9199165Z adding 'torch/include/ATen/ops/logical_or_ops.h' 2024-04-03T17:09:46.9201109Z adding 'torch/include/ATen/ops/logical_xor.h' 2024-04-03T17:09:46.9204243Z adding 'torch/include/ATen/ops/logical_xor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9205180Z adding 'torch/include/ATen/ops/logical_xor_cpu_dispatch.h' 2024-04-03T17:09:46.9207554Z adding 'torch/include/ATen/ops/logical_xor_cuda_dispatch.h' 2024-04-03T17:09:46.9209631Z adding 'torch/include/ATen/ops/logical_xor_native.h' 2024-04-03T17:09:46.9211721Z adding 'torch/include/ATen/ops/logical_xor_ops.h' 2024-04-03T17:09:46.9213630Z adding 'torch/include/ATen/ops/logit.h' 2024-04-03T17:09:46.9215635Z adding 'torch/include/ATen/ops/logit_backward.h' 2024-04-03T17:09:46.9218057Z adding 'torch/include/ATen/ops/logit_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9220243Z adding 'torch/include/ATen/ops/logit_backward_cpu_dispatch.h' 2024-04-03T17:09:46.9221851Z adding 'torch/include/ATen/ops/logit_backward_cuda_dispatch.h' 2024-04-03T17:09:46.9223853Z adding 'torch/include/ATen/ops/logit_backward_meta.h' 2024-04-03T17:09:46.9225639Z adding 'torch/include/ATen/ops/logit_backward_meta_dispatch.h' 2024-04-03T17:09:46.9227489Z adding 'torch/include/ATen/ops/logit_backward_native.h' 2024-04-03T17:09:46.9229358Z adding 'torch/include/ATen/ops/logit_backward_ops.h' 2024-04-03T17:09:46.9231283Z adding 'torch/include/ATen/ops/logit_cpu_dispatch.h' 2024-04-03T17:09:46.9233175Z adding 'torch/include/ATen/ops/logit_cuda_dispatch.h' 2024-04-03T17:09:46.9235101Z adding 'torch/include/ATen/ops/logit_meta_dispatch.h' 2024-04-03T17:09:46.9236825Z adding 'torch/include/ATen/ops/logit_native.h' 2024-04-03T17:09:46.9238872Z adding 'torch/include/ATen/ops/logit_ops.h' 2024-04-03T17:09:46.9241384Z adding 'torch/include/ATen/ops/logspace.h' 2024-04-03T17:09:46.9243902Z adding 'torch/include/ATen/ops/logspace_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9245810Z adding 'torch/include/ATen/ops/logspace_cpu_dispatch.h' 2024-04-03T17:09:46.9247851Z adding 'torch/include/ATen/ops/logspace_cuda_dispatch.h' 2024-04-03T17:09:46.9250887Z adding 'torch/include/ATen/ops/logspace_meta_dispatch.h' 2024-04-03T17:09:46.9251988Z adding 'torch/include/ATen/ops/logspace_native.h' 2024-04-03T17:09:46.9254717Z adding 'torch/include/ATen/ops/logspace_ops.h' 2024-04-03T17:09:46.9256805Z adding 'torch/include/ATen/ops/logsumexp.h' 2024-04-03T17:09:46.9259372Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9261311Z adding 'torch/include/ATen/ops/logsumexp_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9263119Z adding 'torch/include/ATen/ops/logsumexp_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9264531Z adding 'torch/include/ATen/ops/logsumexp_native.h' 2024-04-03T17:09:46.9266665Z adding 'torch/include/ATen/ops/logsumexp_ops.h' 2024-04-03T17:09:46.9268737Z adding 'torch/include/ATen/ops/lshift.h' 2024-04-03T17:09:46.9271074Z adding 'torch/include/ATen/ops/lshift_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9272404Z adding 'torch/include/ATen/ops/lshift_cpu_dispatch.h' 2024-04-03T17:09:46.9274563Z adding 'torch/include/ATen/ops/lshift_cuda_dispatch.h' 2024-04-03T17:09:46.9276463Z adding 'torch/include/ATen/ops/lshift_meta_dispatch.h' 2024-04-03T17:09:46.9277703Z adding 'torch/include/ATen/ops/lshift_native.h' 2024-04-03T17:09:46.9280106Z adding 'torch/include/ATen/ops/lshift_ops.h' 2024-04-03T17:09:46.9282116Z adding 'torch/include/ATen/ops/lstm.h' 2024-04-03T17:09:46.9284493Z adding 'torch/include/ATen/ops/lstm_cell.h' 2024-04-03T17:09:46.9286306Z adding 'torch/include/ATen/ops/lstm_cell_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9287936Z adding 'torch/include/ATen/ops/lstm_cell_native.h' 2024-04-03T17:09:46.9289881Z adding 'torch/include/ATen/ops/lstm_cell_ops.h' 2024-04-03T17:09:46.9292191Z adding 'torch/include/ATen/ops/lstm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9294113Z adding 'torch/include/ATen/ops/lstm_mps_backward.h' 2024-04-03T17:09:46.9296660Z adding 'torch/include/ATen/ops/lstm_mps_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9298665Z adding 'torch/include/ATen/ops/lstm_mps_backward_native.h' 2024-04-03T17:09:46.9301379Z adding 'torch/include/ATen/ops/lstm_mps_backward_ops.h' 2024-04-03T17:09:46.9303239Z adding 'torch/include/ATen/ops/lstm_native.h' 2024-04-03T17:09:46.9306016Z adding 'torch/include/ATen/ops/lstm_ops.h' 2024-04-03T17:09:46.9307705Z adding 'torch/include/ATen/ops/lt.h' 2024-04-03T17:09:46.9309887Z adding 'torch/include/ATen/ops/lt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9311821Z adding 'torch/include/ATen/ops/lt_cpu_dispatch.h' 2024-04-03T17:09:46.9313526Z adding 'torch/include/ATen/ops/lt_cuda_dispatch.h' 2024-04-03T17:09:46.9315342Z adding 'torch/include/ATen/ops/lt_meta.h' 2024-04-03T17:09:46.9317436Z adding 'torch/include/ATen/ops/lt_meta_dispatch.h' 2024-04-03T17:09:46.9319293Z adding 'torch/include/ATen/ops/lt_native.h' 2024-04-03T17:09:46.9321491Z adding 'torch/include/ATen/ops/lt_ops.h' 2024-04-03T17:09:46.9323672Z adding 'torch/include/ATen/ops/lu_solve.h' 2024-04-03T17:09:46.9325926Z adding 'torch/include/ATen/ops/lu_solve_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9327630Z adding 'torch/include/ATen/ops/lu_solve_native.h' 2024-04-03T17:09:46.9329708Z adding 'torch/include/ATen/ops/lu_solve_ops.h' 2024-04-03T17:09:46.9331753Z adding 'torch/include/ATen/ops/lu_unpack.h' 2024-04-03T17:09:46.9334149Z adding 'torch/include/ATen/ops/lu_unpack_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9335969Z adding 'torch/include/ATen/ops/lu_unpack_cpu_dispatch.h' 2024-04-03T17:09:46.9338064Z adding 'torch/include/ATen/ops/lu_unpack_cuda_dispatch.h' 2024-04-03T17:09:46.9340039Z adding 'torch/include/ATen/ops/lu_unpack_meta.h' 2024-04-03T17:09:46.9342096Z adding 'torch/include/ATen/ops/lu_unpack_meta_dispatch.h' 2024-04-03T17:09:46.9344028Z adding 'torch/include/ATen/ops/lu_unpack_native.h' 2024-04-03T17:09:46.9346081Z adding 'torch/include/ATen/ops/lu_unpack_ops.h' 2024-04-03T17:09:46.9347862Z adding 'torch/include/ATen/ops/mH.h' 2024-04-03T17:09:46.9350000Z adding 'torch/include/ATen/ops/mH_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9351937Z adding 'torch/include/ATen/ops/mH_native.h' 2024-04-03T17:09:46.9353978Z adding 'torch/include/ATen/ops/mH_ops.h' 2024-04-03T17:09:46.9355817Z adding 'torch/include/ATen/ops/mT.h' 2024-04-03T17:09:46.9357909Z adding 'torch/include/ATen/ops/mT_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9359556Z adding 'torch/include/ATen/ops/mT_native.h' 2024-04-03T17:09:46.9361671Z adding 'torch/include/ATen/ops/mT_ops.h' 2024-04-03T17:09:46.9363720Z adding 'torch/include/ATen/ops/margin_ranking_loss.h' 2024-04-03T17:09:46.9366146Z adding 'torch/include/ATen/ops/margin_ranking_loss_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9367810Z adding 'torch/include/ATen/ops/margin_ranking_loss_native.h' 2024-04-03T17:09:46.9369847Z adding 'torch/include/ATen/ops/margin_ranking_loss_ops.h' 2024-04-03T17:09:46.9371898Z adding 'torch/include/ATen/ops/masked_fill.h' 2024-04-03T17:09:46.9374267Z adding 'torch/include/ATen/ops/masked_fill_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9376184Z adding 'torch/include/ATen/ops/masked_fill_cpu_dispatch.h' 2024-04-03T17:09:46.9378675Z adding 'torch/include/ATen/ops/masked_fill_cuda_dispatch.h' 2024-04-03T17:09:46.9380782Z adding 'torch/include/ATen/ops/masked_fill_meta_dispatch.h' 2024-04-03T17:09:46.9383121Z adding 'torch/include/ATen/ops/masked_fill_native.h' 2024-04-03T17:09:46.9385681Z adding 'torch/include/ATen/ops/masked_fill_ops.h' 2024-04-03T17:09:46.9388035Z adding 'torch/include/ATen/ops/masked_scatter.h' 2024-04-03T17:09:46.9390480Z adding 'torch/include/ATen/ops/masked_scatter_backward.h' 2024-04-03T17:09:46.9393040Z adding 'torch/include/ATen/ops/masked_scatter_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9394983Z adding 'torch/include/ATen/ops/masked_scatter_backward_native.h' 2024-04-03T17:09:46.9397350Z adding 'torch/include/ATen/ops/masked_scatter_backward_ops.h' 2024-04-03T17:09:46.9399780Z adding 'torch/include/ATen/ops/masked_scatter_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9401904Z adding 'torch/include/ATen/ops/masked_scatter_cpu_dispatch.h' 2024-04-03T17:09:46.9404171Z adding 'torch/include/ATen/ops/masked_scatter_cuda_dispatch.h' 2024-04-03T17:09:46.9406400Z adding 'torch/include/ATen/ops/masked_scatter_meta_dispatch.h' 2024-04-03T17:09:46.9408520Z adding 'torch/include/ATen/ops/masked_scatter_native.h' 2024-04-03T17:09:46.9411074Z adding 'torch/include/ATen/ops/masked_scatter_ops.h' 2024-04-03T17:09:46.9413284Z adding 'torch/include/ATen/ops/masked_select.h' 2024-04-03T17:09:46.9415621Z adding 'torch/include/ATen/ops/masked_select_backward.h' 2024-04-03T17:09:46.9418462Z adding 'torch/include/ATen/ops/masked_select_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9420593Z adding 'torch/include/ATen/ops/masked_select_backward_native.h' 2024-04-03T17:09:46.9422768Z adding 'torch/include/ATen/ops/masked_select_backward_ops.h' 2024-04-03T17:09:46.9425028Z adding 'torch/include/ATen/ops/masked_select_cpu_dispatch.h' 2024-04-03T17:09:46.9427236Z adding 'torch/include/ATen/ops/masked_select_cuda_dispatch.h' 2024-04-03T17:09:46.9429379Z adding 'torch/include/ATen/ops/masked_select_native.h' 2024-04-03T17:09:46.9431643Z adding 'torch/include/ATen/ops/masked_select_ops.h' 2024-04-03T17:09:46.9433880Z adding 'torch/include/ATen/ops/matmul.h' 2024-04-03T17:09:46.9436237Z adding 'torch/include/ATen/ops/matmul_backward.h' 2024-04-03T17:09:46.9438795Z adding 'torch/include/ATen/ops/matmul_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9440797Z adding 'torch/include/ATen/ops/matmul_backward_native.h' 2024-04-03T17:09:46.9443249Z adding 'torch/include/ATen/ops/matmul_backward_ops.h' 2024-04-03T17:09:46.9445781Z adding 'torch/include/ATen/ops/matmul_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9447861Z adding 'torch/include/ATen/ops/matmul_native.h' 2024-04-03T17:09:46.9450243Z adding 'torch/include/ATen/ops/matmul_ops.h' 2024-04-03T17:09:46.9452505Z adding 'torch/include/ATen/ops/matrix_H.h' 2024-04-03T17:09:46.9455128Z adding 'torch/include/ATen/ops/matrix_H_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9457247Z adding 'torch/include/ATen/ops/matrix_H_native.h' 2024-04-03T17:09:46.9459812Z adding 'torch/include/ATen/ops/matrix_H_ops.h' 2024-04-03T17:09:46.9462192Z adding 'torch/include/ATen/ops/matrix_exp.h' 2024-04-03T17:09:46.9464459Z adding 'torch/include/ATen/ops/matrix_exp_backward.h' 2024-04-03T17:09:46.9467130Z adding 'torch/include/ATen/ops/matrix_exp_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9469129Z adding 'torch/include/ATen/ops/matrix_exp_backward_native.h' 2024-04-03T17:09:46.9471560Z adding 'torch/include/ATen/ops/matrix_exp_backward_ops.h' 2024-04-03T17:09:46.9474015Z adding 'torch/include/ATen/ops/matrix_exp_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9476214Z adding 'torch/include/ATen/ops/matrix_exp_native.h' 2024-04-03T17:09:46.9478574Z adding 'torch/include/ATen/ops/matrix_exp_ops.h' 2024-04-03T17:09:46.9480934Z adding 'torch/include/ATen/ops/matrix_power.h' 2024-04-03T17:09:46.9483485Z adding 'torch/include/ATen/ops/matrix_power_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9485720Z adding 'torch/include/ATen/ops/matrix_power_native.h' 2024-04-03T17:09:46.9488086Z adding 'torch/include/ATen/ops/matrix_power_ops.h' 2024-04-03T17:09:46.9490669Z adding 'torch/include/ATen/ops/max.h' 2024-04-03T17:09:46.9493475Z adding 'torch/include/ATen/ops/max_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9495866Z adding 'torch/include/ATen/ops/max_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9498407Z adding 'torch/include/ATen/ops/max_cpu_dispatch.h' 2024-04-03T17:09:46.9500847Z adding 'torch/include/ATen/ops/max_cuda_dispatch.h' 2024-04-03T17:09:46.9505055Z adding 'torch/include/ATen/ops/max_meta.h' 2024-04-03T17:09:46.9505298Z adding 'torch/include/ATen/ops/max_meta_dispatch.h' 2024-04-03T17:09:46.9507320Z adding 'torch/include/ATen/ops/max_native.h' 2024-04-03T17:09:46.9511183Z adding 'torch/include/ATen/ops/max_ops.h' 2024-04-03T17:09:46.9515218Z adding 'torch/include/ATen/ops/max_pool1d.h' 2024-04-03T17:09:46.9515699Z adding 'torch/include/ATen/ops/max_pool1d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9517089Z adding 'torch/include/ATen/ops/max_pool1d_native.h' 2024-04-03T17:09:46.9519232Z adding 'torch/include/ATen/ops/max_pool1d_ops.h' 2024-04-03T17:09:46.9521219Z adding 'torch/include/ATen/ops/max_pool1d_with_indices.h' 2024-04-03T17:09:46.9523516Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9525252Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_native.h' 2024-04-03T17:09:46.9527560Z adding 'torch/include/ATen/ops/max_pool1d_with_indices_ops.h' 2024-04-03T17:09:46.9529979Z adding 'torch/include/ATen/ops/max_pool2d.h' 2024-04-03T17:09:46.9531738Z adding 'torch/include/ATen/ops/max_pool2d_backward.h' 2024-04-03T17:09:46.9533985Z adding 'torch/include/ATen/ops/max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9535904Z adding 'torch/include/ATen/ops/max_pool2d_backward_native.h' 2024-04-03T17:09:46.9538117Z adding 'torch/include/ATen/ops/max_pool2d_backward_ops.h' 2024-04-03T17:09:46.9540973Z adding 'torch/include/ATen/ops/max_pool2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9542536Z adding 'torch/include/ATen/ops/max_pool2d_native.h' 2024-04-03T17:09:46.9544867Z adding 'torch/include/ATen/ops/max_pool2d_ops.h' 2024-04-03T17:09:46.9546933Z adding 'torch/include/ATen/ops/max_pool2d_with_indices.h' 2024-04-03T17:09:46.9549300Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward.h' 2024-04-03T17:09:46.9551755Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9553840Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cpu_dispatch.h' 2024-04-03T17:09:46.9555918Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_cuda_dispatch.h' 2024-04-03T17:09:46.9557434Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta.h' 2024-04-03T17:09:46.9559595Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_meta_dispatch.h' 2024-04-03T17:09:46.9561600Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_native.h' 2024-04-03T17:09:46.9563966Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_backward_ops.h' 2024-04-03T17:09:46.9566225Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9568374Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cpu_dispatch.h' 2024-04-03T17:09:46.9570249Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_cuda_dispatch.h' 2024-04-03T17:09:46.9572168Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta.h' 2024-04-03T17:09:46.9574243Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_meta_dispatch.h' 2024-04-03T17:09:46.9576254Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_native.h' 2024-04-03T17:09:46.9578703Z adding 'torch/include/ATen/ops/max_pool2d_with_indices_ops.h' 2024-04-03T17:09:46.9580644Z adding 'torch/include/ATen/ops/max_pool3d.h' 2024-04-03T17:09:46.9582996Z adding 'torch/include/ATen/ops/max_pool3d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9584721Z adding 'torch/include/ATen/ops/max_pool3d_native.h' 2024-04-03T17:09:46.9586746Z adding 'torch/include/ATen/ops/max_pool3d_ops.h' 2024-04-03T17:09:46.9588951Z adding 'torch/include/ATen/ops/max_pool3d_with_indices.h' 2024-04-03T17:09:46.9591112Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward.h' 2024-04-03T17:09:46.9593250Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cpu_dispatch.h' 2024-04-03T17:09:46.9595330Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_cuda_dispatch.h' 2024-04-03T17:09:46.9597304Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_native.h' 2024-04-03T17:09:46.9599480Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_backward_ops.h' 2024-04-03T17:09:46.9601607Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cpu_dispatch.h' 2024-04-03T17:09:46.9603728Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_cuda_dispatch.h' 2024-04-03T17:09:46.9605688Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_native.h' 2024-04-03T17:09:46.9607843Z adding 'torch/include/ATen/ops/max_pool3d_with_indices_ops.h' 2024-04-03T17:09:46.9609983Z adding 'torch/include/ATen/ops/max_unpool2d.h' 2024-04-03T17:09:46.9612337Z adding 'torch/include/ATen/ops/max_unpool2d_cpu_dispatch.h' 2024-04-03T17:09:46.9616884Z adding 'torch/include/ATen/ops/max_unpool2d_cuda_dispatch.h' 2024-04-03T17:09:46.9617410Z adding 'torch/include/ATen/ops/max_unpool2d_native.h' 2024-04-03T17:09:46.9618671Z adding 'torch/include/ATen/ops/max_unpool2d_ops.h' 2024-04-03T17:09:46.9621244Z adding 'torch/include/ATen/ops/max_unpool3d.h' 2024-04-03T17:09:46.9623376Z adding 'torch/include/ATen/ops/max_unpool3d_cpu_dispatch.h' 2024-04-03T17:09:46.9625362Z adding 'torch/include/ATen/ops/max_unpool3d_cuda_dispatch.h' 2024-04-03T17:09:46.9627374Z adding 'torch/include/ATen/ops/max_unpool3d_native.h' 2024-04-03T17:09:46.9629562Z adding 'torch/include/ATen/ops/max_unpool3d_ops.h' 2024-04-03T17:09:46.9631641Z adding 'torch/include/ATen/ops/maximum.h' 2024-04-03T17:09:46.9634132Z adding 'torch/include/ATen/ops/maximum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9636382Z adding 'torch/include/ATen/ops/maximum_cpu_dispatch.h' 2024-04-03T17:09:46.9638133Z adding 'torch/include/ATen/ops/maximum_cuda_dispatch.h' 2024-04-03T17:09:46.9639855Z adding 'torch/include/ATen/ops/maximum_meta.h' 2024-04-03T17:09:46.9641940Z adding 'torch/include/ATen/ops/maximum_meta_dispatch.h' 2024-04-03T17:09:46.9643849Z adding 'torch/include/ATen/ops/maximum_native.h' 2024-04-03T17:09:46.9645822Z adding 'torch/include/ATen/ops/maximum_ops.h' 2024-04-03T17:09:46.9647888Z adding 'torch/include/ATen/ops/mean.h' 2024-04-03T17:09:46.9650151Z adding 'torch/include/ATen/ops/mean_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9652228Z adding 'torch/include/ATen/ops/mean_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9654961Z adding 'torch/include/ATen/ops/mean_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9656915Z adding 'torch/include/ATen/ops/mean_cpu_dispatch.h' 2024-04-03T17:09:46.9659137Z adding 'torch/include/ATen/ops/mean_cuda_dispatch.h' 2024-04-03T17:09:46.9660947Z adding 'torch/include/ATen/ops/mean_meta.h' 2024-04-03T17:09:46.9662988Z adding 'torch/include/ATen/ops/mean_meta_dispatch.h' 2024-04-03T17:09:46.9664993Z adding 'torch/include/ATen/ops/mean_native.h' 2024-04-03T17:09:46.9667272Z adding 'torch/include/ATen/ops/mean_ops.h' 2024-04-03T17:09:46.9669598Z adding 'torch/include/ATen/ops/median.h' 2024-04-03T17:09:46.9671872Z adding 'torch/include/ATen/ops/median_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9673851Z adding 'torch/include/ATen/ops/median_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9675651Z adding 'torch/include/ATen/ops/median_cpu_dispatch.h' 2024-04-03T17:09:46.9677642Z adding 'torch/include/ATen/ops/median_cuda_dispatch.h' 2024-04-03T17:09:46.9679589Z adding 'torch/include/ATen/ops/median_native.h' 2024-04-03T17:09:46.9681885Z adding 'torch/include/ATen/ops/median_ops.h' 2024-04-03T17:09:46.9684029Z adding 'torch/include/ATen/ops/meshgrid.h' 2024-04-03T17:09:46.9686202Z adding 'torch/include/ATen/ops/meshgrid_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9687927Z adding 'torch/include/ATen/ops/meshgrid_native.h' 2024-04-03T17:09:46.9689859Z adding 'torch/include/ATen/ops/meshgrid_ops.h' 2024-04-03T17:09:46.9692083Z adding 'torch/include/ATen/ops/min.h' 2024-04-03T17:09:46.9694561Z adding 'torch/include/ATen/ops/min_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9696553Z adding 'torch/include/ATen/ops/min_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9698695Z adding 'torch/include/ATen/ops/min_cpu_dispatch.h' 2024-04-03T17:09:46.9700650Z adding 'torch/include/ATen/ops/min_cuda_dispatch.h' 2024-04-03T17:09:46.9702595Z adding 'torch/include/ATen/ops/min_meta.h' 2024-04-03T17:09:46.9704674Z adding 'torch/include/ATen/ops/min_meta_dispatch.h' 2024-04-03T17:09:46.9706605Z adding 'torch/include/ATen/ops/min_native.h' 2024-04-03T17:09:46.9709087Z adding 'torch/include/ATen/ops/min_ops.h' 2024-04-03T17:09:46.9711191Z adding 'torch/include/ATen/ops/minimum.h' 2024-04-03T17:09:46.9713469Z adding 'torch/include/ATen/ops/minimum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9715203Z adding 'torch/include/ATen/ops/minimum_cpu_dispatch.h' 2024-04-03T17:09:46.9717122Z adding 'torch/include/ATen/ops/minimum_cuda_dispatch.h' 2024-04-03T17:09:46.9719043Z adding 'torch/include/ATen/ops/minimum_meta.h' 2024-04-03T17:09:46.9720872Z adding 'torch/include/ATen/ops/minimum_meta_dispatch.h' 2024-04-03T17:09:46.9722711Z adding 'torch/include/ATen/ops/minimum_native.h' 2024-04-03T17:09:46.9724792Z adding 'torch/include/ATen/ops/minimum_ops.h' 2024-04-03T17:09:46.9726912Z adding 'torch/include/ATen/ops/miopen_batch_norm.h' 2024-04-03T17:09:46.9729122Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward.h' 2024-04-03T17:09:46.9731478Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9733325Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_cuda_dispatch.h' 2024-04-03T17:09:46.9735281Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_native.h' 2024-04-03T17:09:46.9737524Z adding 'torch/include/ATen/ops/miopen_batch_norm_backward_ops.h' 2024-04-03T17:09:46.9740036Z adding 'torch/include/ATen/ops/miopen_batch_norm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9742106Z adding 'torch/include/ATen/ops/miopen_batch_norm_cuda_dispatch.h' 2024-04-03T17:09:46.9744067Z adding 'torch/include/ATen/ops/miopen_batch_norm_native.h' 2024-04-03T17:09:46.9746208Z adding 'torch/include/ATen/ops/miopen_batch_norm_ops.h' 2024-04-03T17:09:46.9748670Z adding 'torch/include/ATen/ops/miopen_convolution.h' 2024-04-03T17:09:46.9751039Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu.h' 2024-04-03T17:09:46.9753209Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_cuda_dispatch.h' 2024-04-03T17:09:46.9755115Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_native.h' 2024-04-03T17:09:46.9757167Z adding 'torch/include/ATen/ops/miopen_convolution_add_relu_ops.h' 2024-04-03T17:09:46.9759467Z adding 'torch/include/ATen/ops/miopen_convolution_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9761361Z adding 'torch/include/ATen/ops/miopen_convolution_cuda_dispatch.h' 2024-04-03T17:09:46.9763242Z adding 'torch/include/ATen/ops/miopen_convolution_native.h' 2024-04-03T17:09:46.9765356Z adding 'torch/include/ATen/ops/miopen_convolution_ops.h' 2024-04-03T17:09:46.9767743Z adding 'torch/include/ATen/ops/miopen_convolution_relu.h' 2024-04-03T17:09:46.9770028Z adding 'torch/include/ATen/ops/miopen_convolution_relu_cuda_dispatch.h' 2024-04-03T17:09:46.9772393Z adding 'torch/include/ATen/ops/miopen_convolution_relu_native.h' 2024-04-03T17:09:46.9774141Z adding 'torch/include/ATen/ops/miopen_convolution_relu_ops.h' 2024-04-03T17:09:46.9776707Z adding 'torch/include/ATen/ops/miopen_convolution_transpose.h' 2024-04-03T17:09:46.9780306Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9782068Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_cuda_dispatch.h' 2024-04-03T17:09:46.9784113Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_native.h' 2024-04-03T17:09:46.9786218Z adding 'torch/include/ATen/ops/miopen_convolution_transpose_ops.h' 2024-04-03T17:09:46.9788689Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution.h' 2024-04-03T17:09:46.9791259Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9793268Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_cuda_dispatch.h' 2024-04-03T17:09:46.9795236Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_native.h' 2024-04-03T17:09:46.9797187Z adding 'torch/include/ATen/ops/miopen_depthwise_convolution_ops.h' 2024-04-03T17:09:46.9799580Z adding 'torch/include/ATen/ops/miopen_rnn.h' 2024-04-03T17:09:46.9802326Z adding 'torch/include/ATen/ops/miopen_rnn_backward.h' 2024-04-03T17:09:46.9805097Z adding 'torch/include/ATen/ops/miopen_rnn_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9807438Z adding 'torch/include/ATen/ops/miopen_rnn_backward_cuda_dispatch.h' 2024-04-03T17:09:46.9809786Z adding 'torch/include/ATen/ops/miopen_rnn_backward_native.h' 2024-04-03T17:09:46.9812506Z adding 'torch/include/ATen/ops/miopen_rnn_backward_ops.h' 2024-04-03T17:09:46.9815473Z adding 'torch/include/ATen/ops/miopen_rnn_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9817797Z adding 'torch/include/ATen/ops/miopen_rnn_cuda_dispatch.h' 2024-04-03T17:09:46.9820306Z adding 'torch/include/ATen/ops/miopen_rnn_native.h' 2024-04-03T17:09:46.9840158Z adding 'torch/include/ATen/ops/miopen_rnn_ops.h' 2024-04-03T17:09:46.9845369Z adding 'torch/include/ATen/ops/mish.h' 2024-04-03T17:09:46.9845909Z adding 'torch/include/ATen/ops/mish_backward.h' 2024-04-03T17:09:46.9847847Z adding 'torch/include/ATen/ops/mish_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:46.9848484Z adding 'torch/include/ATen/ops/mish_backward_cpu_dispatch.h' 2024-04-03T17:09:46.9849209Z adding 'torch/include/ATen/ops/mish_backward_cuda_dispatch.h' 2024-04-03T17:09:46.9849661Z adding 'torch/include/ATen/ops/mish_backward_native.h' 2024-04-03T17:09:46.9850085Z adding 'torch/include/ATen/ops/mish_backward_ops.h' 2024-04-03T17:09:46.9850952Z adding 'torch/include/ATen/ops/mish_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9851537Z adding 'torch/include/ATen/ops/mish_cpu_dispatch.h' 2024-04-03T17:09:46.9851969Z adding 'torch/include/ATen/ops/mish_cuda_dispatch.h' 2024-04-03T17:09:46.9852315Z adding 'torch/include/ATen/ops/mish_meta.h' 2024-04-03T17:09:46.9852751Z adding 'torch/include/ATen/ops/mish_meta_dispatch.h' 2024-04-03T17:09:46.9853105Z adding 'torch/include/ATen/ops/mish_native.h' 2024-04-03T17:09:46.9853460Z adding 'torch/include/ATen/ops/mish_ops.h' 2024-04-03T17:09:46.9854866Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d.h' 2024-04-03T17:09:46.9858128Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward.h' 2024-04-03T17:09:46.9861068Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9863127Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_native.h' 2024-04-03T17:09:46.9866004Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_backward_ops.h' 2024-04-03T17:09:46.9868015Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_native.h' 2024-04-03T17:09:46.9871053Z adding 'torch/include/ATen/ops/mkldnn_adaptive_avg_pool2d_ops.h' 2024-04-03T17:09:46.9873404Z adding 'torch/include/ATen/ops/mkldnn_convolution.h' 2024-04-03T17:09:46.9876559Z adding 'torch/include/ATen/ops/mkldnn_convolution_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9878392Z adding 'torch/include/ATen/ops/mkldnn_convolution_native.h' 2024-04-03T17:09:46.9880572Z adding 'torch/include/ATen/ops/mkldnn_convolution_ops.h' 2024-04-03T17:09:46.9882514Z adding 'torch/include/ATen/ops/mkldnn_linear.h' 2024-04-03T17:09:46.9884558Z adding 'torch/include/ATen/ops/mkldnn_linear_backward.h' 2024-04-03T17:09:46.9886700Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9888667Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input.h' 2024-04-03T17:09:46.9890782Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9892375Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_native.h' 2024-04-03T17:09:46.9894406Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_input_ops.h' 2024-04-03T17:09:46.9896208Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_native.h' 2024-04-03T17:09:46.9898176Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_ops.h' 2024-04-03T17:09:46.9900657Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights.h' 2024-04-03T17:09:46.9902723Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9904349Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_native.h' 2024-04-03T17:09:46.9906244Z adding 'torch/include/ATen/ops/mkldnn_linear_backward_weights_ops.h' 2024-04-03T17:09:46.9908264Z adding 'torch/include/ATen/ops/mkldnn_linear_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9909863Z adding 'torch/include/ATen/ops/mkldnn_linear_native.h' 2024-04-03T17:09:46.9911889Z adding 'torch/include/ATen/ops/mkldnn_linear_ops.h' 2024-04-03T17:09:46.9913558Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d.h' 2024-04-03T17:09:46.9915572Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward.h' 2024-04-03T17:09:46.9917680Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9919265Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_native.h' 2024-04-03T17:09:46.9921189Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_backward_ops.h' 2024-04-03T17:09:46.9923259Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9924841Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_native.h' 2024-04-03T17:09:46.9926686Z adding 'torch/include/ATen/ops/mkldnn_max_pool2d_ops.h' 2024-04-03T17:09:46.9928541Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d.h' 2024-04-03T17:09:46.9930502Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward.h' 2024-04-03T17:09:46.9932642Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9934254Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_native.h' 2024-04-03T17:09:46.9936271Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_backward_ops.h' 2024-04-03T17:09:46.9938602Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9940161Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_native.h' 2024-04-03T17:09:46.9942034Z adding 'torch/include/ATen/ops/mkldnn_max_pool3d_ops.h' 2024-04-03T17:09:46.9944346Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight.h' 2024-04-03T17:09:46.9946745Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9948347Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_native.h' 2024-04-03T17:09:46.9950562Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv2d_weight_ops.h' 2024-04-03T17:09:46.9952727Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight.h' 2024-04-03T17:09:46.9955423Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9957041Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_native.h' 2024-04-03T17:09:46.9958993Z adding 'torch/include/ATen/ops/mkldnn_reorder_conv3d_weight_ops.h' 2024-04-03T17:09:46.9960901Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer.h' 2024-04-03T17:09:46.9963153Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward.h' 2024-04-03T17:09:46.9965499Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9967349Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_cpu_dispatch.h' 2024-04-03T17:09:46.9969101Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_native.h' 2024-04-03T17:09:46.9971435Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_backward_ops.h' 2024-04-03T17:09:46.9973682Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:46.9975385Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_cpu_dispatch.h' 2024-04-03T17:09:46.9977251Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_native.h' 2024-04-03T17:09:46.9980032Z adding 'torch/include/ATen/ops/mkldnn_rnn_layer_ops.h' 2024-04-03T17:09:46.9982147Z adding 'torch/include/ATen/ops/mm.h' 2024-04-03T17:09:46.9984455Z adding 'torch/include/ATen/ops/mm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:46.9985906Z adding 'torch/include/ATen/ops/mm_cpu_dispatch.h' 2024-04-03T17:09:46.9987573Z adding 'torch/include/ATen/ops/mm_cuda_dispatch.h' 2024-04-03T17:09:46.9989307Z adding 'torch/include/ATen/ops/mm_meta.h' 2024-04-03T17:09:46.9991610Z adding 'torch/include/ATen/ops/mm_meta_dispatch.h' 2024-04-03T17:09:46.9993268Z adding 'torch/include/ATen/ops/mm_native.h' 2024-04-03T17:09:46.9995247Z adding 'torch/include/ATen/ops/mm_ops.h' 2024-04-03T17:09:46.9997413Z adding 'torch/include/ATen/ops/mode.h' 2024-04-03T17:09:46.9999597Z adding 'torch/include/ATen/ops/mode_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0001541Z adding 'torch/include/ATen/ops/mode_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0003249Z adding 'torch/include/ATen/ops/mode_cpu_dispatch.h' 2024-04-03T17:09:47.0005157Z adding 'torch/include/ATen/ops/mode_cuda_dispatch.h' 2024-04-03T17:09:47.0007105Z adding 'torch/include/ATen/ops/mode_native.h' 2024-04-03T17:09:47.0009394Z adding 'torch/include/ATen/ops/mode_ops.h' 2024-04-03T17:09:47.0011094Z adding 'torch/include/ATen/ops/moveaxis.h' 2024-04-03T17:09:47.0013203Z adding 'torch/include/ATen/ops/moveaxis_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0015095Z adding 'torch/include/ATen/ops/moveaxis_native.h' 2024-04-03T17:09:47.0016740Z adding 'torch/include/ATen/ops/moveaxis_ops.h' 2024-04-03T17:09:47.0018995Z adding 'torch/include/ATen/ops/movedim.h' 2024-04-03T17:09:47.0021285Z adding 'torch/include/ATen/ops/movedim_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0022930Z adding 'torch/include/ATen/ops/movedim_native.h' 2024-04-03T17:09:47.0024789Z adding 'torch/include/ATen/ops/movedim_ops.h' 2024-04-03T17:09:47.0027518Z adding 'torch/include/ATen/ops/mps_convolution_backward.h' 2024-04-03T17:09:47.0030939Z adding 'torch/include/ATen/ops/mps_convolution_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0031918Z adding 'torch/include/ATen/ops/mps_convolution_backward_native.h' 2024-04-03T17:09:47.0034146Z adding 'torch/include/ATen/ops/mps_convolution_backward_ops.h' 2024-04-03T17:09:47.0037346Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward.h' 2024-04-03T17:09:47.0039828Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0041217Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_native.h' 2024-04-03T17:09:47.0043523Z adding 'torch/include/ATen/ops/mps_convolution_transpose_backward_ops.h' 2024-04-03T17:09:47.0045122Z adding 'torch/include/ATen/ops/mse_loss.h' 2024-04-03T17:09:47.0047187Z adding 'torch/include/ATen/ops/mse_loss_backward.h' 2024-04-03T17:09:47.0049437Z adding 'torch/include/ATen/ops/mse_loss_backward_cpu_dispatch.h' 2024-04-03T17:09:47.0051425Z adding 'torch/include/ATen/ops/mse_loss_backward_cuda_dispatch.h' 2024-04-03T17:09:47.0053203Z adding 'torch/include/ATen/ops/mse_loss_backward_native.h' 2024-04-03T17:09:47.0054909Z adding 'torch/include/ATen/ops/mse_loss_backward_ops.h' 2024-04-03T17:09:47.0057165Z adding 'torch/include/ATen/ops/mse_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0058917Z adding 'torch/include/ATen/ops/mse_loss_cpu_dispatch.h' 2024-04-03T17:09:47.0061051Z adding 'torch/include/ATen/ops/mse_loss_cuda_dispatch.h' 2024-04-03T17:09:47.0062789Z adding 'torch/include/ATen/ops/mse_loss_meta.h' 2024-04-03T17:09:47.0064806Z adding 'torch/include/ATen/ops/mse_loss_meta_dispatch.h' 2024-04-03T17:09:47.0066691Z adding 'torch/include/ATen/ops/mse_loss_native.h' 2024-04-03T17:09:47.0068859Z adding 'torch/include/ATen/ops/mse_loss_ops.h' 2024-04-03T17:09:47.0070801Z adding 'torch/include/ATen/ops/msort.h' 2024-04-03T17:09:47.0073239Z adding 'torch/include/ATen/ops/msort_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0074725Z adding 'torch/include/ATen/ops/msort_native.h' 2024-04-03T17:09:47.0077408Z adding 'torch/include/ATen/ops/msort_ops.h' 2024-04-03T17:09:47.0078981Z adding 'torch/include/ATen/ops/mul.h' 2024-04-03T17:09:47.0080813Z adding 'torch/include/ATen/ops/mul_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0083039Z adding 'torch/include/ATen/ops/mul_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0084453Z adding 'torch/include/ATen/ops/mul_cpu_dispatch.h' 2024-04-03T17:09:47.0086186Z adding 'torch/include/ATen/ops/mul_cuda_dispatch.h' 2024-04-03T17:09:47.0087967Z adding 'torch/include/ATen/ops/mul_meta.h' 2024-04-03T17:09:47.0090042Z adding 'torch/include/ATen/ops/mul_meta_dispatch.h' 2024-04-03T17:09:47.0091940Z adding 'torch/include/ATen/ops/mul_native.h' 2024-04-03T17:09:47.0094177Z adding 'torch/include/ATen/ops/mul_ops.h' 2024-04-03T17:09:47.0096322Z adding 'torch/include/ATen/ops/multi_margin_loss.h' 2024-04-03T17:09:47.0098730Z adding 'torch/include/ATen/ops/multi_margin_loss_backward.h' 2024-04-03T17:09:47.0100844Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cpu_dispatch.h' 2024-04-03T17:09:47.0102843Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_cuda_dispatch.h' 2024-04-03T17:09:47.0104979Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_native.h' 2024-04-03T17:09:47.0106857Z adding 'torch/include/ATen/ops/multi_margin_loss_backward_ops.h' 2024-04-03T17:09:47.0108784Z adding 'torch/include/ATen/ops/multi_margin_loss_cpu_dispatch.h' 2024-04-03T17:09:47.0110996Z adding 'torch/include/ATen/ops/multi_margin_loss_cuda_dispatch.h' 2024-04-03T17:09:47.0112636Z adding 'torch/include/ATen/ops/multi_margin_loss_native.h' 2024-04-03T17:09:47.0114944Z adding 'torch/include/ATen/ops/multi_margin_loss_ops.h' 2024-04-03T17:09:47.0116916Z adding 'torch/include/ATen/ops/multilabel_margin_loss.h' 2024-04-03T17:09:47.0119033Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward.h' 2024-04-03T17:09:47.0121129Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cpu_dispatch.h' 2024-04-03T17:09:47.0123119Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_cuda_dispatch.h' 2024-04-03T17:09:47.0124931Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_native.h' 2024-04-03T17:09:47.0127046Z adding 'torch/include/ATen/ops/multilabel_margin_loss_backward_ops.h' 2024-04-03T17:09:47.0129292Z adding 'torch/include/ATen/ops/multilabel_margin_loss_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0131423Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward.h' 2024-04-03T17:09:47.0133327Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cpu_dispatch.h' 2024-04-03T17:09:47.0135197Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_cuda_dispatch.h' 2024-04-03T17:09:47.0138045Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_native.h' 2024-04-03T17:09:47.0140559Z adding 'torch/include/ATen/ops/multilabel_margin_loss_forward_ops.h' 2024-04-03T17:09:47.0142531Z adding 'torch/include/ATen/ops/multilabel_margin_loss_native.h' 2024-04-03T17:09:47.0144502Z adding 'torch/include/ATen/ops/multilabel_margin_loss_ops.h' 2024-04-03T17:09:47.0146577Z adding 'torch/include/ATen/ops/multinomial.h' 2024-04-03T17:09:47.0148599Z adding 'torch/include/ATen/ops/multinomial_cpu_dispatch.h' 2024-04-03T17:09:47.0150675Z adding 'torch/include/ATen/ops/multinomial_cuda_dispatch.h' 2024-04-03T17:09:47.0152484Z adding 'torch/include/ATen/ops/multinomial_native.h' 2024-04-03T17:09:47.0154645Z adding 'torch/include/ATen/ops/multinomial_ops.h' 2024-04-03T17:09:47.0156633Z adding 'torch/include/ATen/ops/multiply.h' 2024-04-03T17:09:47.0158882Z adding 'torch/include/ATen/ops/multiply_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0161159Z adding 'torch/include/ATen/ops/multiply_native.h' 2024-04-03T17:09:47.0163056Z adding 'torch/include/ATen/ops/multiply_ops.h' 2024-04-03T17:09:47.0164812Z adding 'torch/include/ATen/ops/mv.h' 2024-04-03T17:09:47.0167101Z adding 'torch/include/ATen/ops/mv_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0168751Z adding 'torch/include/ATen/ops/mv_native.h' 2024-04-03T17:09:47.0170757Z adding 'torch/include/ATen/ops/mv_ops.h' 2024-04-03T17:09:47.0172725Z adding 'torch/include/ATen/ops/mvlgamma.h' 2024-04-03T17:09:47.0174999Z adding 'torch/include/ATen/ops/mvlgamma_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0176795Z adding 'torch/include/ATen/ops/mvlgamma_cpu_dispatch.h' 2024-04-03T17:09:47.0178937Z adding 'torch/include/ATen/ops/mvlgamma_cuda_dispatch.h' 2024-04-03T17:09:47.0180748Z adding 'torch/include/ATen/ops/mvlgamma_native.h' 2024-04-03T17:09:47.0182891Z adding 'torch/include/ATen/ops/mvlgamma_ops.h' 2024-04-03T17:09:47.0185133Z adding 'torch/include/ATen/ops/nan_to_num.h' 2024-04-03T17:09:47.0187333Z adding 'torch/include/ATen/ops/nan_to_num_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0188954Z adding 'torch/include/ATen/ops/nan_to_num_cpu_dispatch.h' 2024-04-03T17:09:47.0191004Z adding 'torch/include/ATen/ops/nan_to_num_cuda_dispatch.h' 2024-04-03T17:09:47.0192791Z adding 'torch/include/ATen/ops/nan_to_num_native.h' 2024-04-03T17:09:47.0194997Z adding 'torch/include/ATen/ops/nan_to_num_ops.h' 2024-04-03T17:09:47.0197051Z adding 'torch/include/ATen/ops/nanmean.h' 2024-04-03T17:09:47.0199400Z adding 'torch/include/ATen/ops/nanmean_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0201011Z adding 'torch/include/ATen/ops/nanmean_native.h' 2024-04-03T17:09:47.0203094Z adding 'torch/include/ATen/ops/nanmean_ops.h' 2024-04-03T17:09:47.0205293Z adding 'torch/include/ATen/ops/nanmedian.h' 2024-04-03T17:09:47.0207667Z adding 'torch/include/ATen/ops/nanmedian_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0209711Z adding 'torch/include/ATen/ops/nanmedian_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0211533Z adding 'torch/include/ATen/ops/nanmedian_cpu_dispatch.h' 2024-04-03T17:09:47.0213408Z adding 'torch/include/ATen/ops/nanmedian_cuda_dispatch.h' 2024-04-03T17:09:47.0215387Z adding 'torch/include/ATen/ops/nanmedian_native.h' 2024-04-03T17:09:47.0217767Z adding 'torch/include/ATen/ops/nanmedian_ops.h' 2024-04-03T17:09:47.0220282Z adding 'torch/include/ATen/ops/nanquantile.h' 2024-04-03T17:09:47.0222669Z adding 'torch/include/ATen/ops/nanquantile_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0224337Z adding 'torch/include/ATen/ops/nanquantile_native.h' 2024-04-03T17:09:47.0226613Z adding 'torch/include/ATen/ops/nanquantile_ops.h' 2024-04-03T17:09:47.0228779Z adding 'torch/include/ATen/ops/nansum.h' 2024-04-03T17:09:47.0230803Z adding 'torch/include/ATen/ops/nansum_cpu_dispatch.h' 2024-04-03T17:09:47.0232789Z adding 'torch/include/ATen/ops/nansum_cuda_dispatch.h' 2024-04-03T17:09:47.0234623Z adding 'torch/include/ATen/ops/nansum_native.h' 2024-04-03T17:09:47.0236697Z adding 'torch/include/ATen/ops/nansum_ops.h' 2024-04-03T17:09:47.0238745Z adding 'torch/include/ATen/ops/narrow.h' 2024-04-03T17:09:47.0241071Z adding 'torch/include/ATen/ops/narrow_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0242987Z adding 'torch/include/ATen/ops/narrow_copy.h' 2024-04-03T17:09:47.0245506Z adding 'torch/include/ATen/ops/narrow_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0247269Z adding 'torch/include/ATen/ops/narrow_copy_cpu_dispatch.h' 2024-04-03T17:09:47.0249150Z adding 'torch/include/ATen/ops/narrow_copy_native.h' 2024-04-03T17:09:47.0251212Z adding 'torch/include/ATen/ops/narrow_copy_ops.h' 2024-04-03T17:09:47.0253154Z adding 'torch/include/ATen/ops/narrow_native.h' 2024-04-03T17:09:47.0255194Z adding 'torch/include/ATen/ops/narrow_ops.h' 2024-04-03T17:09:47.0257525Z adding 'torch/include/ATen/ops/native_batch_norm.h' 2024-04-03T17:09:47.0260179Z adding 'torch/include/ATen/ops/native_batch_norm_backward.h' 2024-04-03T17:09:47.0262764Z adding 'torch/include/ATen/ops/native_batch_norm_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0264892Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cpu_dispatch.h' 2024-04-03T17:09:47.0267067Z adding 'torch/include/ATen/ops/native_batch_norm_backward_cuda_dispatch.h' 2024-04-03T17:09:47.0269226Z adding 'torch/include/ATen/ops/native_batch_norm_backward_native.h' 2024-04-03T17:09:47.0271468Z adding 'torch/include/ATen/ops/native_batch_norm_backward_ops.h' 2024-04-03T17:09:47.0273864Z adding 'torch/include/ATen/ops/native_batch_norm_cpu_dispatch.h' 2024-04-03T17:09:47.0275943Z adding 'torch/include/ATen/ops/native_batch_norm_cuda_dispatch.h' 2024-04-03T17:09:47.0277671Z adding 'torch/include/ATen/ops/native_batch_norm_native.h' 2024-04-03T17:09:47.0280035Z adding 'torch/include/ATen/ops/native_batch_norm_ops.h' 2024-04-03T17:09:47.0282119Z adding 'torch/include/ATen/ops/native_channel_shuffle.h' 2024-04-03T17:09:47.0284629Z adding 'torch/include/ATen/ops/native_channel_shuffle_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0286274Z adding 'torch/include/ATen/ops/native_channel_shuffle_cpu_dispatch.h' 2024-04-03T17:09:47.0287962Z adding 'torch/include/ATen/ops/native_channel_shuffle_native.h' 2024-04-03T17:09:47.0289775Z adding 'torch/include/ATen/ops/native_channel_shuffle_ops.h' 2024-04-03T17:09:47.0291840Z adding 'torch/include/ATen/ops/native_dropout.h' 2024-04-03T17:09:47.0293689Z adding 'torch/include/ATen/ops/native_dropout_backward.h' 2024-04-03T17:09:47.0295886Z adding 'torch/include/ATen/ops/native_dropout_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0297786Z adding 'torch/include/ATen/ops/native_dropout_backward_cpu_dispatch.h' 2024-04-03T17:09:47.0299683Z adding 'torch/include/ATen/ops/native_dropout_backward_cuda_dispatch.h' 2024-04-03T17:09:47.0301625Z adding 'torch/include/ATen/ops/native_dropout_backward_native.h' 2024-04-03T17:09:47.0303761Z adding 'torch/include/ATen/ops/native_dropout_backward_ops.h' 2024-04-03T17:09:47.0305981Z adding 'torch/include/ATen/ops/native_dropout_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0307663Z adding 'torch/include/ATen/ops/native_dropout_cpu_dispatch.h' 2024-04-03T17:09:47.0309595Z adding 'torch/include/ATen/ops/native_dropout_cuda_dispatch.h' 2024-04-03T17:09:47.0311410Z adding 'torch/include/ATen/ops/native_dropout_native.h' 2024-04-03T17:09:47.0313465Z adding 'torch/include/ATen/ops/native_dropout_ops.h' 2024-04-03T17:09:47.0315813Z adding 'torch/include/ATen/ops/native_group_norm.h' 2024-04-03T17:09:47.0318414Z adding 'torch/include/ATen/ops/native_group_norm_backward.h' 2024-04-03T17:09:47.0321026Z adding 'torch/include/ATen/ops/native_group_norm_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0322861Z adding 'torch/include/ATen/ops/native_group_norm_backward_cpu_dispatch.h' 2024-04-03T17:09:47.0324793Z adding 'torch/include/ATen/ops/native_group_norm_backward_cuda_dispatch.h' 2024-04-03T17:09:47.0326703Z adding 'torch/include/ATen/ops/native_group_norm_backward_native.h' 2024-04-03T17:09:47.0328875Z adding 'torch/include/ATen/ops/native_group_norm_backward_ops.h' 2024-04-03T17:09:47.0331463Z adding 'torch/include/ATen/ops/native_group_norm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0333227Z adding 'torch/include/ATen/ops/native_group_norm_cpu_dispatch.h' 2024-04-03T17:09:47.0335037Z adding 'torch/include/ATen/ops/native_group_norm_cuda_dispatch.h' 2024-04-03T17:09:47.0336994Z adding 'torch/include/ATen/ops/native_group_norm_native.h' 2024-04-03T17:09:47.0339305Z adding 'torch/include/ATen/ops/native_group_norm_ops.h' 2024-04-03T17:09:47.0341688Z adding 'torch/include/ATen/ops/native_layer_norm.h' 2024-04-03T17:09:47.0344463Z adding 'torch/include/ATen/ops/native_layer_norm_backward.h' 2024-04-03T17:09:47.0346997Z adding 'torch/include/ATen/ops/native_layer_norm_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0348926Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cpu_dispatch.h' 2024-04-03T17:09:47.0351011Z adding 'torch/include/ATen/ops/native_layer_norm_backward_cuda_dispatch.h' 2024-04-03T17:09:47.0352869Z adding 'torch/include/ATen/ops/native_layer_norm_backward_native.h' 2024-04-03T17:09:47.0355029Z adding 'torch/include/ATen/ops/native_layer_norm_backward_ops.h' 2024-04-03T17:09:47.0357430Z adding 'torch/include/ATen/ops/native_layer_norm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0359279Z adding 'torch/include/ATen/ops/native_layer_norm_cpu_dispatch.h' 2024-04-03T17:09:47.0361285Z adding 'torch/include/ATen/ops/native_layer_norm_cuda_dispatch.h' 2024-04-03T17:09:47.0363134Z adding 'torch/include/ATen/ops/native_layer_norm_native.h' 2024-04-03T17:09:47.0365328Z adding 'torch/include/ATen/ops/native_layer_norm_ops.h' 2024-04-03T17:09:47.0367383Z adding 'torch/include/ATen/ops/native_norm.h' 2024-04-03T17:09:47.0369839Z adding 'torch/include/ATen/ops/native_norm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0371633Z adding 'torch/include/ATen/ops/native_norm_native.h' 2024-04-03T17:09:47.0373750Z adding 'torch/include/ATen/ops/native_norm_ops.h' 2024-04-03T17:09:47.0375733Z adding 'torch/include/ATen/ops/ne.h' 2024-04-03T17:09:47.0378531Z adding 'torch/include/ATen/ops/ne_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0380186Z adding 'torch/include/ATen/ops/ne_cpu_dispatch.h' 2024-04-03T17:09:47.0382203Z adding 'torch/include/ATen/ops/ne_cuda_dispatch.h' 2024-04-03T17:09:47.0384042Z adding 'torch/include/ATen/ops/ne_meta.h' 2024-04-03T17:09:47.0386244Z adding 'torch/include/ATen/ops/ne_meta_dispatch.h' 2024-04-03T17:09:47.0388145Z adding 'torch/include/ATen/ops/ne_native.h' 2024-04-03T17:09:47.0390294Z adding 'torch/include/ATen/ops/ne_ops.h' 2024-04-03T17:09:47.0392178Z adding 'torch/include/ATen/ops/neg.h' 2024-04-03T17:09:47.0394505Z adding 'torch/include/ATen/ops/neg_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0396046Z adding 'torch/include/ATen/ops/neg_cpu_dispatch.h' 2024-04-03T17:09:47.0397935Z adding 'torch/include/ATen/ops/neg_cuda_dispatch.h' 2024-04-03T17:09:47.0399761Z adding 'torch/include/ATen/ops/neg_meta.h' 2024-04-03T17:09:47.0401488Z adding 'torch/include/ATen/ops/neg_meta_dispatch.h' 2024-04-03T17:09:47.0403404Z adding 'torch/include/ATen/ops/neg_native.h' 2024-04-03T17:09:47.0405326Z adding 'torch/include/ATen/ops/neg_ops.h' 2024-04-03T17:09:47.0407271Z adding 'torch/include/ATen/ops/negative.h' 2024-04-03T17:09:47.0409347Z adding 'torch/include/ATen/ops/negative_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0410991Z adding 'torch/include/ATen/ops/negative_native.h' 2024-04-03T17:09:47.0412821Z adding 'torch/include/ATen/ops/negative_ops.h' 2024-04-03T17:09:47.0414783Z adding 'torch/include/ATen/ops/nested_to_padded_tensor.h' 2024-04-03T17:09:47.0417001Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0418906Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_native.h' 2024-04-03T17:09:47.0421297Z adding 'torch/include/ATen/ops/nested_to_padded_tensor_ops.h' 2024-04-03T17:09:47.0423260Z adding 'torch/include/ATen/ops/new_empty.h' 2024-04-03T17:09:47.0425680Z adding 'torch/include/ATen/ops/new_empty_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0427329Z adding 'torch/include/ATen/ops/new_empty_native.h' 2024-04-03T17:09:47.0429282Z adding 'torch/include/ATen/ops/new_empty_ops.h' 2024-04-03T17:09:47.0431661Z adding 'torch/include/ATen/ops/new_empty_strided.h' 2024-04-03T17:09:47.0434060Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0436715Z adding 'torch/include/ATen/ops/new_empty_strided_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0438175Z adding 'torch/include/ATen/ops/new_empty_strided_native.h' 2024-04-03T17:09:47.0440170Z adding 'torch/include/ATen/ops/new_empty_strided_ops.h' 2024-04-03T17:09:47.0442271Z adding 'torch/include/ATen/ops/new_full.h' 2024-04-03T17:09:47.0444980Z adding 'torch/include/ATen/ops/new_full_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0446473Z adding 'torch/include/ATen/ops/new_full_native.h' 2024-04-03T17:09:47.0448401Z adding 'torch/include/ATen/ops/new_full_ops.h' 2024-04-03T17:09:47.0450655Z adding 'torch/include/ATen/ops/new_ones.h' 2024-04-03T17:09:47.0453032Z adding 'torch/include/ATen/ops/new_ones_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0454719Z adding 'torch/include/ATen/ops/new_ones_native.h' 2024-04-03T17:09:47.0456862Z adding 'torch/include/ATen/ops/new_ones_ops.h' 2024-04-03T17:09:47.0459282Z adding 'torch/include/ATen/ops/new_zeros.h' 2024-04-03T17:09:47.0461727Z adding 'torch/include/ATen/ops/new_zeros_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0463416Z adding 'torch/include/ATen/ops/new_zeros_native.h' 2024-04-03T17:09:47.0465508Z adding 'torch/include/ATen/ops/new_zeros_ops.h' 2024-04-03T17:09:47.0467305Z adding 'torch/include/ATen/ops/nextafter.h' 2024-04-03T17:09:47.0469841Z adding 'torch/include/ATen/ops/nextafter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0471396Z adding 'torch/include/ATen/ops/nextafter_cpu_dispatch.h' 2024-04-03T17:09:47.0473358Z adding 'torch/include/ATen/ops/nextafter_cuda_dispatch.h' 2024-04-03T17:09:47.0475105Z adding 'torch/include/ATen/ops/nextafter_meta.h' 2024-04-03T17:09:47.0476954Z adding 'torch/include/ATen/ops/nextafter_meta_dispatch.h' 2024-04-03T17:09:47.0478709Z adding 'torch/include/ATen/ops/nextafter_native.h' 2024-04-03T17:09:47.0480611Z adding 'torch/include/ATen/ops/nextafter_ops.h' 2024-04-03T17:09:47.0482873Z adding 'torch/include/ATen/ops/nll_loss.h' 2024-04-03T17:09:47.0485118Z adding 'torch/include/ATen/ops/nll_loss2d.h' 2024-04-03T17:09:47.0487729Z adding 'torch/include/ATen/ops/nll_loss2d_backward.h' 2024-04-03T17:09:47.0490010Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.0491978Z adding 'torch/include/ATen/ops/nll_loss2d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.0493811Z adding 'torch/include/ATen/ops/nll_loss2d_backward_native.h' 2024-04-03T17:09:47.0496447Z adding 'torch/include/ATen/ops/nll_loss2d_backward_ops.h' 2024-04-03T17:09:47.0498552Z adding 'torch/include/ATen/ops/nll_loss2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0500623Z adding 'torch/include/ATen/ops/nll_loss2d_forward.h' 2024-04-03T17:09:47.0502781Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cpu_dispatch.h' 2024-04-03T17:09:47.0504787Z adding 'torch/include/ATen/ops/nll_loss2d_forward_cuda_dispatch.h' 2024-04-03T17:09:47.0506652Z adding 'torch/include/ATen/ops/nll_loss2d_forward_native.h' 2024-04-03T17:09:47.0508661Z adding 'torch/include/ATen/ops/nll_loss2d_forward_ops.h' 2024-04-03T17:09:47.0510740Z adding 'torch/include/ATen/ops/nll_loss2d_native.h' 2024-04-03T17:09:47.0513603Z adding 'torch/include/ATen/ops/nll_loss2d_ops.h' 2024-04-03T17:09:47.0515250Z adding 'torch/include/ATen/ops/nll_loss_backward.h' 2024-04-03T17:09:47.0517938Z adding 'torch/include/ATen/ops/nll_loss_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0519681Z adding 'torch/include/ATen/ops/nll_loss_backward_cpu_dispatch.h' 2024-04-03T17:09:47.0522153Z adding 'torch/include/ATen/ops/nll_loss_backward_cuda_dispatch.h' 2024-04-03T17:09:47.0523659Z adding 'torch/include/ATen/ops/nll_loss_backward_meta.h' 2024-04-03T17:09:47.0525718Z adding 'torch/include/ATen/ops/nll_loss_backward_meta_dispatch.h' 2024-04-03T17:09:47.0527838Z adding 'torch/include/ATen/ops/nll_loss_backward_native.h' 2024-04-03T17:09:47.0529977Z adding 'torch/include/ATen/ops/nll_loss_backward_ops.h' 2024-04-03T17:09:47.0531881Z adding 'torch/include/ATen/ops/nll_loss_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0534138Z adding 'torch/include/ATen/ops/nll_loss_forward.h' 2024-04-03T17:09:47.0536821Z adding 'torch/include/ATen/ops/nll_loss_forward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0539195Z adding 'torch/include/ATen/ops/nll_loss_forward_cpu_dispatch.h' 2024-04-03T17:09:47.0541776Z adding 'torch/include/ATen/ops/nll_loss_forward_cuda_dispatch.h' 2024-04-03T17:09:47.0543945Z adding 'torch/include/ATen/ops/nll_loss_forward_meta.h' 2024-04-03T17:09:47.0546027Z adding 'torch/include/ATen/ops/nll_loss_forward_meta_dispatch.h' 2024-04-03T17:09:47.0548124Z adding 'torch/include/ATen/ops/nll_loss_forward_native.h' 2024-04-03T17:09:47.0549864Z adding 'torch/include/ATen/ops/nll_loss_forward_ops.h' 2024-04-03T17:09:47.0551828Z adding 'torch/include/ATen/ops/nll_loss_native.h' 2024-04-03T17:09:47.0553624Z adding 'torch/include/ATen/ops/nll_loss_nd.h' 2024-04-03T17:09:47.0555865Z adding 'torch/include/ATen/ops/nll_loss_nd_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0557268Z adding 'torch/include/ATen/ops/nll_loss_nd_native.h' 2024-04-03T17:09:47.0559267Z adding 'torch/include/ATen/ops/nll_loss_nd_ops.h' 2024-04-03T17:09:47.0561135Z adding 'torch/include/ATen/ops/nll_loss_ops.h' 2024-04-03T17:09:47.0562935Z adding 'torch/include/ATen/ops/nonzero.h' 2024-04-03T17:09:47.0564842Z adding 'torch/include/ATen/ops/nonzero_cpu_dispatch.h' 2024-04-03T17:09:47.0566597Z adding 'torch/include/ATen/ops/nonzero_cuda_dispatch.h' 2024-04-03T17:09:47.0568169Z adding 'torch/include/ATen/ops/nonzero_native.h' 2024-04-03T17:09:47.0570083Z adding 'torch/include/ATen/ops/nonzero_numpy.h' 2024-04-03T17:09:47.0572149Z adding 'torch/include/ATen/ops/nonzero_numpy_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0573914Z adding 'torch/include/ATen/ops/nonzero_numpy_native.h' 2024-04-03T17:09:47.0575878Z adding 'torch/include/ATen/ops/nonzero_numpy_ops.h' 2024-04-03T17:09:47.0578495Z adding 'torch/include/ATen/ops/nonzero_ops.h' 2024-04-03T17:09:47.0580270Z adding 'torch/include/ATen/ops/nonzero_static.h' 2024-04-03T17:09:47.0582294Z adding 'torch/include/ATen/ops/nonzero_static_cpu_dispatch.h' 2024-04-03T17:09:47.0583662Z adding 'torch/include/ATen/ops/nonzero_static_native.h' 2024-04-03T17:09:47.0585685Z adding 'torch/include/ATen/ops/nonzero_static_ops.h' 2024-04-03T17:09:47.0587682Z adding 'torch/include/ATen/ops/norm.h' 2024-04-03T17:09:47.0590057Z adding 'torch/include/ATen/ops/norm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0591989Z adding 'torch/include/ATen/ops/norm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0593597Z adding 'torch/include/ATen/ops/norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0595245Z adding 'torch/include/ATen/ops/norm_cpu_dispatch.h' 2024-04-03T17:09:47.0597086Z adding 'torch/include/ATen/ops/norm_cuda_dispatch.h' 2024-04-03T17:09:47.0598803Z adding 'torch/include/ATen/ops/norm_except_dim.h' 2024-04-03T17:09:47.0600867Z adding 'torch/include/ATen/ops/norm_except_dim_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0602456Z adding 'torch/include/ATen/ops/norm_except_dim_native.h' 2024-04-03T17:09:47.0604260Z adding 'torch/include/ATen/ops/norm_except_dim_ops.h' 2024-04-03T17:09:47.0605984Z adding 'torch/include/ATen/ops/norm_meta.h' 2024-04-03T17:09:47.0607836Z adding 'torch/include/ATen/ops/norm_meta_dispatch.h' 2024-04-03T17:09:47.0610549Z adding 'torch/include/ATen/ops/norm_native.h' 2024-04-03T17:09:47.0613115Z adding 'torch/include/ATen/ops/norm_ops.h' 2024-04-03T17:09:47.0616044Z adding 'torch/include/ATen/ops/normal.h' 2024-04-03T17:09:47.0618919Z adding 'torch/include/ATen/ops/normal_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0621092Z adding 'torch/include/ATen/ops/normal_cpu_dispatch.h' 2024-04-03T17:09:47.0623415Z adding 'torch/include/ATen/ops/normal_cuda_dispatch.h' 2024-04-03T17:09:47.0625655Z adding 'torch/include/ATen/ops/normal_meta_dispatch.h' 2024-04-03T17:09:47.0628035Z adding 'torch/include/ATen/ops/normal_native.h' 2024-04-03T17:09:47.0630876Z adding 'torch/include/ATen/ops/normal_ops.h' 2024-04-03T17:09:47.0633337Z adding 'torch/include/ATen/ops/not_equal.h' 2024-04-03T17:09:47.0635832Z adding 'torch/include/ATen/ops/not_equal_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0637652Z adding 'torch/include/ATen/ops/not_equal_native.h' 2024-04-03T17:09:47.0640051Z adding 'torch/include/ATen/ops/not_equal_ops.h' 2024-04-03T17:09:47.0642372Z adding 'torch/include/ATen/ops/nuclear_norm.h' 2024-04-03T17:09:47.0644725Z adding 'torch/include/ATen/ops/nuclear_norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0646635Z adding 'torch/include/ATen/ops/nuclear_norm_native.h' 2024-04-03T17:09:47.0648868Z adding 'torch/include/ATen/ops/nuclear_norm_ops.h' 2024-04-03T17:09:47.0650895Z adding 'torch/include/ATen/ops/numpy_T.h' 2024-04-03T17:09:47.0653150Z adding 'torch/include/ATen/ops/numpy_T_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0655020Z adding 'torch/include/ATen/ops/numpy_T_native.h' 2024-04-03T17:09:47.0657054Z adding 'torch/include/ATen/ops/numpy_T_ops.h' 2024-04-03T17:09:47.0659422Z adding 'torch/include/ATen/ops/one_hot.h' 2024-04-03T17:09:47.0661968Z adding 'torch/include/ATen/ops/one_hot_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0664267Z adding 'torch/include/ATen/ops/one_hot_native.h' 2024-04-03T17:09:47.0666515Z adding 'torch/include/ATen/ops/one_hot_ops.h' 2024-04-03T17:09:47.0668792Z adding 'torch/include/ATen/ops/ones.h' 2024-04-03T17:09:47.0671403Z adding 'torch/include/ATen/ops/ones_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0673481Z adding 'torch/include/ATen/ops/ones_like.h' 2024-04-03T17:09:47.0676017Z adding 'torch/include/ATen/ops/ones_like_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0677976Z adding 'torch/include/ATen/ops/ones_like_native.h' 2024-04-03T17:09:47.0680290Z adding 'torch/include/ATen/ops/ones_like_ops.h' 2024-04-03T17:09:47.0682445Z adding 'torch/include/ATen/ops/ones_native.h' 2024-04-03T17:09:47.0684850Z adding 'torch/include/ATen/ops/ones_ops.h' 2024-04-03T17:09:47.0687114Z adding 'torch/include/ATen/ops/or.h' 2024-04-03T17:09:47.0689464Z adding 'torch/include/ATen/ops/or_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0691351Z adding 'torch/include/ATen/ops/or_native.h' 2024-04-03T17:09:47.0693566Z adding 'torch/include/ATen/ops/or_ops.h' 2024-04-03T17:09:47.0695801Z adding 'torch/include/ATen/ops/orgqr.h' 2024-04-03T17:09:47.0698667Z adding 'torch/include/ATen/ops/orgqr_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0700571Z adding 'torch/include/ATen/ops/orgqr_native.h' 2024-04-03T17:09:47.0702620Z adding 'torch/include/ATen/ops/orgqr_ops.h' 2024-04-03T17:09:47.0704844Z adding 'torch/include/ATen/ops/ormqr.h' 2024-04-03T17:09:47.0706954Z adding 'torch/include/ATen/ops/ormqr_cpu_dispatch.h' 2024-04-03T17:09:47.0709141Z adding 'torch/include/ATen/ops/ormqr_cuda_dispatch.h' 2024-04-03T17:09:47.0711085Z adding 'torch/include/ATen/ops/ormqr_native.h' 2024-04-03T17:09:47.0713347Z adding 'torch/include/ATen/ops/ormqr_ops.h' 2024-04-03T17:09:47.0715444Z adding 'torch/include/ATen/ops/outer.h' 2024-04-03T17:09:47.0717816Z adding 'torch/include/ATen/ops/outer_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0719594Z adding 'torch/include/ATen/ops/outer_native.h' 2024-04-03T17:09:47.0721752Z adding 'torch/include/ATen/ops/outer_ops.h' 2024-04-03T17:09:47.0723710Z adding 'torch/include/ATen/ops/output_nr.h' 2024-04-03T17:09:47.0726104Z adding 'torch/include/ATen/ops/output_nr_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0727859Z adding 'torch/include/ATen/ops/output_nr_native.h' 2024-04-03T17:09:47.0729908Z adding 'torch/include/ATen/ops/output_nr_ops.h' 2024-04-03T17:09:47.0731963Z adding 'torch/include/ATen/ops/pad.h' 2024-04-03T17:09:47.0734418Z adding 'torch/include/ATen/ops/pad_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0736446Z adding 'torch/include/ATen/ops/pad_native.h' 2024-04-03T17:09:47.0739022Z adding 'torch/include/ATen/ops/pad_ops.h' 2024-04-03T17:09:47.0741244Z adding 'torch/include/ATen/ops/pad_sequence.h' 2024-04-03T17:09:47.0744485Z adding 'torch/include/ATen/ops/pad_sequence_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0745037Z adding 'torch/include/ATen/ops/pad_sequence_native.h' 2024-04-03T17:09:47.0747742Z adding 'torch/include/ATen/ops/pad_sequence_ops.h' 2024-04-03T17:09:47.0749585Z adding 'torch/include/ATen/ops/pairwise_distance.h' 2024-04-03T17:09:47.0752020Z adding 'torch/include/ATen/ops/pairwise_distance_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0753725Z adding 'torch/include/ATen/ops/pairwise_distance_native.h' 2024-04-03T17:09:47.0755781Z adding 'torch/include/ATen/ops/pairwise_distance_ops.h' 2024-04-03T17:09:47.0757704Z adding 'torch/include/ATen/ops/pdist.h' 2024-04-03T17:09:47.0760063Z adding 'torch/include/ATen/ops/pdist_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0761844Z adding 'torch/include/ATen/ops/pdist_native.h' 2024-04-03T17:09:47.0763638Z adding 'torch/include/ATen/ops/pdist_ops.h' 2024-04-03T17:09:47.0765809Z adding 'torch/include/ATen/ops/permute.h' 2024-04-03T17:09:47.0767971Z adding 'torch/include/ATen/ops/permute_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0769632Z adding 'torch/include/ATen/ops/permute_copy.h' 2024-04-03T17:09:47.0771879Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0774104Z adding 'torch/include/ATen/ops/permute_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0775532Z adding 'torch/include/ATen/ops/permute_copy_native.h' 2024-04-03T17:09:47.0777690Z adding 'torch/include/ATen/ops/permute_copy_ops.h' 2024-04-03T17:09:47.0779360Z adding 'torch/include/ATen/ops/permute_native.h' 2024-04-03T17:09:47.0781580Z adding 'torch/include/ATen/ops/permute_ops.h' 2024-04-03T17:09:47.0783447Z adding 'torch/include/ATen/ops/pin_memory.h' 2024-04-03T17:09:47.0785835Z adding 'torch/include/ATen/ops/pin_memory_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0787356Z adding 'torch/include/ATen/ops/pin_memory_native.h' 2024-04-03T17:09:47.0789404Z adding 'torch/include/ATen/ops/pin_memory_ops.h' 2024-04-03T17:09:47.0791559Z adding 'torch/include/ATen/ops/pinverse.h' 2024-04-03T17:09:47.0793678Z adding 'torch/include/ATen/ops/pinverse_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0795188Z adding 'torch/include/ATen/ops/pinverse_native.h' 2024-04-03T17:09:47.0797071Z adding 'torch/include/ATen/ops/pinverse_ops.h' 2024-04-03T17:09:47.0798904Z adding 'torch/include/ATen/ops/pixel_shuffle.h' 2024-04-03T17:09:47.0801351Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0803199Z adding 'torch/include/ATen/ops/pixel_shuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0804475Z adding 'torch/include/ATen/ops/pixel_shuffle_cpu_dispatch.h' 2024-04-03T17:09:47.0806290Z adding 'torch/include/ATen/ops/pixel_shuffle_native.h' 2024-04-03T17:09:47.0808075Z adding 'torch/include/ATen/ops/pixel_shuffle_ops.h' 2024-04-03T17:09:47.0809894Z adding 'torch/include/ATen/ops/pixel_unshuffle.h' 2024-04-03T17:09:47.0811872Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0813867Z adding 'torch/include/ATen/ops/pixel_unshuffle_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0815197Z adding 'torch/include/ATen/ops/pixel_unshuffle_cpu_dispatch.h' 2024-04-03T17:09:47.0817028Z adding 'torch/include/ATen/ops/pixel_unshuffle_native.h' 2024-04-03T17:09:47.0819125Z adding 'torch/include/ATen/ops/pixel_unshuffle_ops.h' 2024-04-03T17:09:47.0820932Z adding 'torch/include/ATen/ops/poisson.h' 2024-04-03T17:09:47.0822886Z adding 'torch/include/ATen/ops/poisson_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0824663Z adding 'torch/include/ATen/ops/poisson_cpu_dispatch.h' 2024-04-03T17:09:47.0826153Z adding 'torch/include/ATen/ops/poisson_cuda_dispatch.h' 2024-04-03T17:09:47.0827840Z adding 'torch/include/ATen/ops/poisson_native.h' 2024-04-03T17:09:47.0829577Z adding 'torch/include/ATen/ops/poisson_nll_loss.h' 2024-04-03T17:09:47.0831695Z adding 'torch/include/ATen/ops/poisson_nll_loss_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0833012Z adding 'torch/include/ATen/ops/poisson_nll_loss_native.h' 2024-04-03T17:09:47.0834865Z adding 'torch/include/ATen/ops/poisson_nll_loss_ops.h' 2024-04-03T17:09:47.0836756Z adding 'torch/include/ATen/ops/poisson_ops.h' 2024-04-03T17:09:47.0838535Z adding 'torch/include/ATen/ops/polar.h' 2024-04-03T17:09:47.0840481Z adding 'torch/include/ATen/ops/polar_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0842116Z adding 'torch/include/ATen/ops/polar_cpu_dispatch.h' 2024-04-03T17:09:47.0843840Z adding 'torch/include/ATen/ops/polar_cuda_dispatch.h' 2024-04-03T17:09:47.0845499Z adding 'torch/include/ATen/ops/polar_native.h' 2024-04-03T17:09:47.0847342Z adding 'torch/include/ATen/ops/polar_ops.h' 2024-04-03T17:09:47.0849113Z adding 'torch/include/ATen/ops/polygamma.h' 2024-04-03T17:09:47.0851109Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0853021Z adding 'torch/include/ATen/ops/polygamma_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0854385Z adding 'torch/include/ATen/ops/polygamma_cpu_dispatch.h' 2024-04-03T17:09:47.0856278Z adding 'torch/include/ATen/ops/polygamma_cuda_dispatch.h' 2024-04-03T17:09:47.0857975Z adding 'torch/include/ATen/ops/polygamma_meta.h' 2024-04-03T17:09:47.0859813Z adding 'torch/include/ATen/ops/polygamma_meta_dispatch.h' 2024-04-03T17:09:47.0861464Z adding 'torch/include/ATen/ops/polygamma_native.h' 2024-04-03T17:09:47.0863472Z adding 'torch/include/ATen/ops/polygamma_ops.h' 2024-04-03T17:09:47.0865273Z adding 'torch/include/ATen/ops/positive.h' 2024-04-03T17:09:47.0867318Z adding 'torch/include/ATen/ops/positive_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0868805Z adding 'torch/include/ATen/ops/positive_native.h' 2024-04-03T17:09:47.0870633Z adding 'torch/include/ATen/ops/positive_ops.h' 2024-04-03T17:09:47.0872349Z adding 'torch/include/ATen/ops/pow.h' 2024-04-03T17:09:47.0874621Z adding 'torch/include/ATen/ops/pow_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0876367Z adding 'torch/include/ATen/ops/pow_cpu_dispatch.h' 2024-04-03T17:09:47.0878336Z adding 'torch/include/ATen/ops/pow_cuda_dispatch.h' 2024-04-03T17:09:47.0880053Z adding 'torch/include/ATen/ops/pow_meta.h' 2024-04-03T17:09:47.0882040Z adding 'torch/include/ATen/ops/pow_meta_dispatch.h' 2024-04-03T17:09:47.0883845Z adding 'torch/include/ATen/ops/pow_native.h' 2024-04-03T17:09:47.0886060Z adding 'torch/include/ATen/ops/pow_ops.h' 2024-04-03T17:09:47.0888038Z adding 'torch/include/ATen/ops/prelu.h' 2024-04-03T17:09:47.0890099Z adding 'torch/include/ATen/ops/prelu_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0891904Z adding 'torch/include/ATen/ops/prelu_native.h' 2024-04-03T17:09:47.0893667Z adding 'torch/include/ATen/ops/prelu_ops.h' 2024-04-03T17:09:47.0895688Z adding 'torch/include/ATen/ops/prod.h' 2024-04-03T17:09:47.0898017Z adding 'torch/include/ATen/ops/prod_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0900399Z adding 'torch/include/ATen/ops/prod_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.0902120Z adding 'torch/include/ATen/ops/prod_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0903908Z adding 'torch/include/ATen/ops/prod_cpu_dispatch.h' 2024-04-03T17:09:47.0905984Z adding 'torch/include/ATen/ops/prod_cuda_dispatch.h' 2024-04-03T17:09:47.0907910Z adding 'torch/include/ATen/ops/prod_meta.h' 2024-04-03T17:09:47.0910033Z adding 'torch/include/ATen/ops/prod_meta_dispatch.h' 2024-04-03T17:09:47.0912285Z adding 'torch/include/ATen/ops/prod_native.h' 2024-04-03T17:09:47.0914953Z adding 'torch/include/ATen/ops/prod_ops.h' 2024-04-03T17:09:47.0916749Z adding 'torch/include/ATen/ops/promote_types.h' 2024-04-03T17:09:47.0919166Z adding 'torch/include/ATen/ops/promote_types_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0920507Z adding 'torch/include/ATen/ops/promote_types_native.h' 2024-04-03T17:09:47.0922327Z adding 'torch/include/ATen/ops/promote_types_ops.h' 2024-04-03T17:09:47.0924068Z adding 'torch/include/ATen/ops/put.h' 2024-04-03T17:09:47.0926318Z adding 'torch/include/ATen/ops/put_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0928029Z adding 'torch/include/ATen/ops/put_cpu_dispatch.h' 2024-04-03T17:09:47.0929960Z adding 'torch/include/ATen/ops/put_cuda_dispatch.h' 2024-04-03T17:09:47.0931894Z adding 'torch/include/ATen/ops/put_meta_dispatch.h' 2024-04-03T17:09:47.0933593Z adding 'torch/include/ATen/ops/put_native.h' 2024-04-03T17:09:47.0935243Z adding 'torch/include/ATen/ops/put_ops.h' 2024-04-03T17:09:47.0937197Z adding 'torch/include/ATen/ops/q_per_channel_axis.h' 2024-04-03T17:09:47.0939170Z adding 'torch/include/ATen/ops/q_per_channel_axis_native.h' 2024-04-03T17:09:47.0941211Z adding 'torch/include/ATen/ops/q_per_channel_axis_ops.h' 2024-04-03T17:09:47.0942984Z adding 'torch/include/ATen/ops/q_per_channel_scales.h' 2024-04-03T17:09:47.0945214Z adding 'torch/include/ATen/ops/q_per_channel_scales_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0946615Z adding 'torch/include/ATen/ops/q_per_channel_scales_native.h' 2024-04-03T17:09:47.0948742Z adding 'torch/include/ATen/ops/q_per_channel_scales_ops.h' 2024-04-03T17:09:47.0950704Z adding 'torch/include/ATen/ops/q_per_channel_zero_points.h' 2024-04-03T17:09:47.0953019Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0954245Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_native.h' 2024-04-03T17:09:47.0956149Z adding 'torch/include/ATen/ops/q_per_channel_zero_points_ops.h' 2024-04-03T17:09:47.0957807Z adding 'torch/include/ATen/ops/q_scale.h' 2024-04-03T17:09:47.0959512Z adding 'torch/include/ATen/ops/q_scale_native.h' 2024-04-03T17:09:47.0961223Z adding 'torch/include/ATen/ops/q_scale_ops.h' 2024-04-03T17:09:47.0962959Z adding 'torch/include/ATen/ops/q_zero_point.h' 2024-04-03T17:09:47.0964642Z adding 'torch/include/ATen/ops/q_zero_point_native.h' 2024-04-03T17:09:47.0966460Z adding 'torch/include/ATen/ops/q_zero_point_ops.h' 2024-04-03T17:09:47.0968108Z adding 'torch/include/ATen/ops/qr.h' 2024-04-03T17:09:47.0970147Z adding 'torch/include/ATen/ops/qr_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0971694Z adding 'torch/include/ATen/ops/qr_native.h' 2024-04-03T17:09:47.0973565Z adding 'torch/include/ATen/ops/qr_ops.h' 2024-04-03T17:09:47.0975296Z adding 'torch/include/ATen/ops/qscheme.h' 2024-04-03T17:09:47.0977244Z adding 'torch/include/ATen/ops/qscheme_native.h' 2024-04-03T17:09:47.0979248Z adding 'torch/include/ATen/ops/qscheme_ops.h' 2024-04-03T17:09:47.0981436Z adding 'torch/include/ATen/ops/quantile.h' 2024-04-03T17:09:47.0983586Z adding 'torch/include/ATen/ops/quantile_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.0985282Z adding 'torch/include/ATen/ops/quantile_native.h' 2024-04-03T17:09:47.0987305Z adding 'torch/include/ATen/ops/quantile_ops.h' 2024-04-03T17:09:47.0989333Z adding 'torch/include/ATen/ops/quantize_per_channel.h' 2024-04-03T17:09:47.0991450Z adding 'torch/include/ATen/ops/quantize_per_channel_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.0993103Z adding 'torch/include/ATen/ops/quantize_per_channel_cpu_dispatch.h' 2024-04-03T17:09:47.0994722Z adding 'torch/include/ATen/ops/quantize_per_channel_cuda_dispatch.h' 2024-04-03T17:09:47.0996344Z adding 'torch/include/ATen/ops/quantize_per_channel_native.h' 2024-04-03T17:09:47.0998220Z adding 'torch/include/ATen/ops/quantize_per_channel_ops.h' 2024-04-03T17:09:47.1000551Z adding 'torch/include/ATen/ops/quantize_per_tensor.h' 2024-04-03T17:09:47.1003010Z adding 'torch/include/ATen/ops/quantize_per_tensor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1004586Z adding 'torch/include/ATen/ops/quantize_per_tensor_cpu_dispatch.h' 2024-04-03T17:09:47.1006325Z adding 'torch/include/ATen/ops/quantize_per_tensor_cuda_dispatch.h' 2024-04-03T17:09:47.1008061Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic.h' 2024-04-03T17:09:47.1010194Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1011771Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cpu_dispatch.h' 2024-04-03T17:09:47.1013597Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_cuda_dispatch.h' 2024-04-03T17:09:47.1015239Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_native.h' 2024-04-03T17:09:47.1017233Z adding 'torch/include/ATen/ops/quantize_per_tensor_dynamic_ops.h' 2024-04-03T17:09:47.1019256Z adding 'torch/include/ATen/ops/quantize_per_tensor_native.h' 2024-04-03T17:09:47.1021484Z adding 'torch/include/ATen/ops/quantize_per_tensor_ops.h' 2024-04-03T17:09:47.1023573Z adding 'torch/include/ATen/ops/quantized_batch_norm.h' 2024-04-03T17:09:47.1025809Z adding 'torch/include/ATen/ops/quantized_batch_norm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1027309Z adding 'torch/include/ATen/ops/quantized_batch_norm_native.h' 2024-04-03T17:09:47.1029211Z adding 'torch/include/ATen/ops/quantized_batch_norm_ops.h' 2024-04-03T17:09:47.1031029Z adding 'torch/include/ATen/ops/quantized_gru_cell.h' 2024-04-03T17:09:47.1033128Z adding 'torch/include/ATen/ops/quantized_gru_cell_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1034601Z adding 'torch/include/ATen/ops/quantized_gru_cell_native.h' 2024-04-03T17:09:47.1036677Z adding 'torch/include/ATen/ops/quantized_gru_cell_ops.h' 2024-04-03T17:09:47.1038490Z adding 'torch/include/ATen/ops/quantized_lstm_cell.h' 2024-04-03T17:09:47.1040672Z adding 'torch/include/ATen/ops/quantized_lstm_cell_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1042355Z adding 'torch/include/ATen/ops/quantized_lstm_cell_native.h' 2024-04-03T17:09:47.1044322Z adding 'torch/include/ATen/ops/quantized_lstm_cell_ops.h' 2024-04-03T17:09:47.1046365Z adding 'torch/include/ATen/ops/quantized_max_pool1d.h' 2024-04-03T17:09:47.1048490Z adding 'torch/include/ATen/ops/quantized_max_pool1d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1050239Z adding 'torch/include/ATen/ops/quantized_max_pool1d_native.h' 2024-04-03T17:09:47.1052279Z adding 'torch/include/ATen/ops/quantized_max_pool1d_ops.h' 2024-04-03T17:09:47.1054417Z adding 'torch/include/ATen/ops/quantized_max_pool2d.h' 2024-04-03T17:09:47.1056736Z adding 'torch/include/ATen/ops/quantized_max_pool2d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1058789Z adding 'torch/include/ATen/ops/quantized_max_pool2d_native.h' 2024-04-03T17:09:47.1060715Z adding 'torch/include/ATen/ops/quantized_max_pool2d_ops.h' 2024-04-03T17:09:47.1062655Z adding 'torch/include/ATen/ops/quantized_max_pool3d.h' 2024-04-03T17:09:47.1064789Z adding 'torch/include/ATen/ops/quantized_max_pool3d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1066429Z adding 'torch/include/ATen/ops/quantized_max_pool3d_native.h' 2024-04-03T17:09:47.1069366Z adding 'torch/include/ATen/ops/quantized_max_pool3d_ops.h' 2024-04-03T17:09:47.1071454Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell.h' 2024-04-03T17:09:47.1073716Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1075385Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_native.h' 2024-04-03T17:09:47.1077413Z adding 'torch/include/ATen/ops/quantized_rnn_relu_cell_ops.h' 2024-04-03T17:09:47.1079408Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell.h' 2024-04-03T17:09:47.1081632Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1083357Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_native.h' 2024-04-03T17:09:47.1085378Z adding 'torch/include/ATen/ops/quantized_rnn_tanh_cell_ops.h' 2024-04-03T17:09:47.1087228Z adding 'torch/include/ATen/ops/rad2deg.h' 2024-04-03T17:09:47.1089478Z adding 'torch/include/ATen/ops/rad2deg_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1091190Z adding 'torch/include/ATen/ops/rad2deg_native.h' 2024-04-03T17:09:47.1093228Z adding 'torch/include/ATen/ops/rad2deg_ops.h' 2024-04-03T17:09:47.1096821Z adding 'torch/include/ATen/ops/rand.h' 2024-04-03T17:09:47.1100192Z adding 'torch/include/ATen/ops/rand_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1102348Z adding 'torch/include/ATen/ops/rand_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1104186Z adding 'torch/include/ATen/ops/rand_like.h' 2024-04-03T17:09:47.1106594Z adding 'torch/include/ATen/ops/rand_like_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1108242Z adding 'torch/include/ATen/ops/rand_like_native.h' 2024-04-03T17:09:47.1110366Z adding 'torch/include/ATen/ops/rand_like_ops.h' 2024-04-03T17:09:47.1112389Z adding 'torch/include/ATen/ops/rand_native.h' 2024-04-03T17:09:47.1114811Z adding 'torch/include/ATen/ops/rand_ops.h' 2024-04-03T17:09:47.1118514Z adding 'torch/include/ATen/ops/randint.h' 2024-04-03T17:09:47.1121898Z adding 'torch/include/ATen/ops/randint_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1124505Z adding 'torch/include/ATen/ops/randint_like.h' 2024-04-03T17:09:47.1127386Z adding 'torch/include/ATen/ops/randint_like_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1129161Z adding 'torch/include/ATen/ops/randint_like_native.h' 2024-04-03T17:09:47.1131520Z adding 'torch/include/ATen/ops/randint_like_ops.h' 2024-04-03T17:09:47.1133542Z adding 'torch/include/ATen/ops/randint_native.h' 2024-04-03T17:09:47.1136353Z adding 'torch/include/ATen/ops/randint_ops.h' 2024-04-03T17:09:47.1140201Z adding 'torch/include/ATen/ops/randn.h' 2024-04-03T17:09:47.1143294Z adding 'torch/include/ATen/ops/randn_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1145409Z adding 'torch/include/ATen/ops/randn_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1147328Z adding 'torch/include/ATen/ops/randn_like.h' 2024-04-03T17:09:47.1149617Z adding 'torch/include/ATen/ops/randn_like_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1151704Z adding 'torch/include/ATen/ops/randn_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-04-03T17:09:47.1153336Z adding 'torch/include/ATen/ops/randn_like_native.h' 2024-04-03T17:09:47.1155542Z adding 'torch/include/ATen/ops/randn_like_ops.h' 2024-04-03T17:09:47.1158546Z adding 'torch/include/ATen/ops/randn_native.h' 2024-04-03T17:09:47.1160355Z adding 'torch/include/ATen/ops/randn_ops.h' 2024-04-03T17:09:47.1162643Z adding 'torch/include/ATen/ops/random.h' 2024-04-03T17:09:47.1165316Z adding 'torch/include/ATen/ops/random_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1166963Z adding 'torch/include/ATen/ops/random_cpu_dispatch.h' 2024-04-03T17:09:47.1168791Z adding 'torch/include/ATen/ops/random_cuda_dispatch.h' 2024-04-03T17:09:47.1170677Z adding 'torch/include/ATen/ops/random_meta_dispatch.h' 2024-04-03T17:09:47.1173095Z adding 'torch/include/ATen/ops/random_native.h' 2024-04-03T17:09:47.1175547Z adding 'torch/include/ATen/ops/random_ops.h' 2024-04-03T17:09:47.1178814Z adding 'torch/include/ATen/ops/randperm.h' 2024-04-03T17:09:47.1181745Z adding 'torch/include/ATen/ops/randperm_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1183693Z adding 'torch/include/ATen/ops/randperm_cpu_dispatch.h' 2024-04-03T17:09:47.1185782Z adding 'torch/include/ATen/ops/randperm_cuda_dispatch.h' 2024-04-03T17:09:47.1187694Z adding 'torch/include/ATen/ops/randperm_native.h' 2024-04-03T17:09:47.1189851Z adding 'torch/include/ATen/ops/randperm_ops.h' 2024-04-03T17:09:47.1192091Z adding 'torch/include/ATen/ops/range.h' 2024-04-03T17:09:47.1194431Z adding 'torch/include/ATen/ops/range_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1196393Z adding 'torch/include/ATen/ops/range_cpu_dispatch.h' 2024-04-03T17:09:47.1198328Z adding 'torch/include/ATen/ops/range_cuda_dispatch.h' 2024-04-03T17:09:47.1200234Z adding 'torch/include/ATen/ops/range_meta_dispatch.h' 2024-04-03T17:09:47.1202100Z adding 'torch/include/ATen/ops/range_native.h' 2024-04-03T17:09:47.1204352Z adding 'torch/include/ATen/ops/range_ops.h' 2024-04-03T17:09:47.1206365Z adding 'torch/include/ATen/ops/ravel.h' 2024-04-03T17:09:47.1208512Z adding 'torch/include/ATen/ops/ravel_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1210259Z adding 'torch/include/ATen/ops/ravel_native.h' 2024-04-03T17:09:47.1212090Z adding 'torch/include/ATen/ops/ravel_ops.h' 2024-04-03T17:09:47.1213992Z adding 'torch/include/ATen/ops/real.h' 2024-04-03T17:09:47.1216311Z adding 'torch/include/ATen/ops/real_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1218037Z adding 'torch/include/ATen/ops/real_native.h' 2024-04-03T17:09:47.1220113Z adding 'torch/include/ATen/ops/real_ops.h' 2024-04-03T17:09:47.1222217Z adding 'torch/include/ATen/ops/reciprocal.h' 2024-04-03T17:09:47.1224482Z adding 'torch/include/ATen/ops/reciprocal_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1226208Z adding 'torch/include/ATen/ops/reciprocal_cpu_dispatch.h' 2024-04-03T17:09:47.1228079Z adding 'torch/include/ATen/ops/reciprocal_cuda_dispatch.h' 2024-04-03T17:09:47.1229911Z adding 'torch/include/ATen/ops/reciprocal_meta.h' 2024-04-03T17:09:47.1231904Z adding 'torch/include/ATen/ops/reciprocal_meta_dispatch.h' 2024-04-03T17:09:47.1233745Z adding 'torch/include/ATen/ops/reciprocal_native.h' 2024-04-03T17:09:47.1235748Z adding 'torch/include/ATen/ops/reciprocal_ops.h' 2024-04-03T17:09:47.1237682Z adding 'torch/include/ATen/ops/record_stream.h' 2024-04-03T17:09:47.1239731Z adding 'torch/include/ATen/ops/record_stream_cuda_dispatch.h' 2024-04-03T17:09:47.1241669Z adding 'torch/include/ATen/ops/record_stream_native.h' 2024-04-03T17:09:47.1243563Z adding 'torch/include/ATen/ops/record_stream_ops.h' 2024-04-03T17:09:47.1245357Z adding 'torch/include/ATen/ops/refine_names.h' 2024-04-03T17:09:47.1247455Z adding 'torch/include/ATen/ops/refine_names_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1249192Z adding 'torch/include/ATen/ops/refine_names_native.h' 2024-04-03T17:09:47.1251086Z adding 'torch/include/ATen/ops/refine_names_ops.h' 2024-04-03T17:09:47.1253327Z adding 'torch/include/ATen/ops/reflection_pad1d.h' 2024-04-03T17:09:47.1255674Z adding 'torch/include/ATen/ops/reflection_pad1d_backward.h' 2024-04-03T17:09:47.1258529Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1260254Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.1262254Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.1264275Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta.h' 2024-04-03T17:09:47.1266287Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_meta_dispatch.h' 2024-04-03T17:09:47.1268144Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_native.h' 2024-04-03T17:09:47.1270180Z adding 'torch/include/ATen/ops/reflection_pad1d_backward_ops.h' 2024-04-03T17:09:47.1272409Z adding 'torch/include/ATen/ops/reflection_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1274190Z adding 'torch/include/ATen/ops/reflection_pad1d_cpu_dispatch.h' 2024-04-03T17:09:47.1276174Z adding 'torch/include/ATen/ops/reflection_pad1d_cuda_dispatch.h' 2024-04-03T17:09:47.1278074Z adding 'torch/include/ATen/ops/reflection_pad1d_meta.h' 2024-04-03T17:09:47.1280124Z adding 'torch/include/ATen/ops/reflection_pad1d_meta_dispatch.h' 2024-04-03T17:09:47.1281976Z adding 'torch/include/ATen/ops/reflection_pad1d_native.h' 2024-04-03T17:09:47.1284033Z adding 'torch/include/ATen/ops/reflection_pad1d_ops.h' 2024-04-03T17:09:47.1286202Z adding 'torch/include/ATen/ops/reflection_pad2d.h' 2024-04-03T17:09:47.1288567Z adding 'torch/include/ATen/ops/reflection_pad2d_backward.h' 2024-04-03T17:09:47.1290794Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.1292862Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.1294788Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_native.h' 2024-04-03T17:09:47.1296986Z adding 'torch/include/ATen/ops/reflection_pad2d_backward_ops.h' 2024-04-03T17:09:47.1299309Z adding 'torch/include/ATen/ops/reflection_pad2d_cpu_dispatch.h' 2024-04-03T17:09:47.1301445Z adding 'torch/include/ATen/ops/reflection_pad2d_cuda_dispatch.h' 2024-04-03T17:09:47.1303404Z adding 'torch/include/ATen/ops/reflection_pad2d_native.h' 2024-04-03T17:09:47.1305476Z adding 'torch/include/ATen/ops/reflection_pad2d_ops.h' 2024-04-03T17:09:47.1307574Z adding 'torch/include/ATen/ops/reflection_pad3d.h' 2024-04-03T17:09:47.1309912Z adding 'torch/include/ATen/ops/reflection_pad3d_backward.h' 2024-04-03T17:09:47.1312345Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1314170Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.1316158Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.1318030Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta.h' 2024-04-03T17:09:47.1320059Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_meta_dispatch.h' 2024-04-03T17:09:47.1321976Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_native.h' 2024-04-03T17:09:47.1324113Z adding 'torch/include/ATen/ops/reflection_pad3d_backward_ops.h' 2024-04-03T17:09:47.1326374Z adding 'torch/include/ATen/ops/reflection_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1328251Z adding 'torch/include/ATen/ops/reflection_pad3d_cpu_dispatch.h' 2024-04-03T17:09:47.1330141Z adding 'torch/include/ATen/ops/reflection_pad3d_cuda_dispatch.h' 2024-04-03T17:09:47.1331990Z adding 'torch/include/ATen/ops/reflection_pad3d_meta.h' 2024-04-03T17:09:47.1333928Z adding 'torch/include/ATen/ops/reflection_pad3d_meta_dispatch.h' 2024-04-03T17:09:47.1335816Z adding 'torch/include/ATen/ops/reflection_pad3d_native.h' 2024-04-03T17:09:47.1338147Z adding 'torch/include/ATen/ops/reflection_pad3d_ops.h' 2024-04-03T17:09:47.1340235Z adding 'torch/include/ATen/ops/relu.h' 2024-04-03T17:09:47.1342171Z adding 'torch/include/ATen/ops/relu6.h' 2024-04-03T17:09:47.1344389Z adding 'torch/include/ATen/ops/relu6_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1346026Z adding 'torch/include/ATen/ops/relu6_native.h' 2024-04-03T17:09:47.1347962Z adding 'torch/include/ATen/ops/relu6_ops.h' 2024-04-03T17:09:47.1350115Z adding 'torch/include/ATen/ops/relu_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1351951Z adding 'torch/include/ATen/ops/relu_cpu_dispatch.h' 2024-04-03T17:09:47.1353902Z adding 'torch/include/ATen/ops/relu_cuda_dispatch.h' 2024-04-03T17:09:47.1355826Z adding 'torch/include/ATen/ops/relu_meta_dispatch.h' 2024-04-03T17:09:47.1357644Z adding 'torch/include/ATen/ops/relu_native.h' 2024-04-03T17:09:47.1359685Z adding 'torch/include/ATen/ops/relu_ops.h' 2024-04-03T17:09:47.1361900Z adding 'torch/include/ATen/ops/remainder.h' 2024-04-03T17:09:47.1364180Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1366245Z adding 'torch/include/ATen/ops/remainder_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1368042Z adding 'torch/include/ATen/ops/remainder_cpu_dispatch.h' 2024-04-03T17:09:47.1370345Z adding 'torch/include/ATen/ops/remainder_cuda_dispatch.h' 2024-04-03T17:09:47.1372220Z adding 'torch/include/ATen/ops/remainder_meta.h' 2024-04-03T17:09:47.1374294Z adding 'torch/include/ATen/ops/remainder_meta_dispatch.h' 2024-04-03T17:09:47.1376258Z adding 'torch/include/ATen/ops/remainder_native.h' 2024-04-03T17:09:47.1379318Z adding 'torch/include/ATen/ops/remainder_ops.h' 2024-04-03T17:09:47.1380835Z adding 'torch/include/ATen/ops/rename.h' 2024-04-03T17:09:47.1382896Z adding 'torch/include/ATen/ops/rename_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1384583Z adding 'torch/include/ATen/ops/rename_native.h' 2024-04-03T17:09:47.1386792Z adding 'torch/include/ATen/ops/rename_ops.h' 2024-04-03T17:09:47.1388625Z adding 'torch/include/ATen/ops/renorm.h' 2024-04-03T17:09:47.1390950Z adding 'torch/include/ATen/ops/renorm_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1392662Z adding 'torch/include/ATen/ops/renorm_cpu_dispatch.h' 2024-04-03T17:09:47.1394631Z adding 'torch/include/ATen/ops/renorm_cuda_dispatch.h' 2024-04-03T17:09:47.1396803Z adding 'torch/include/ATen/ops/renorm_meta.h' 2024-04-03T17:09:47.1398654Z adding 'torch/include/ATen/ops/renorm_meta_dispatch.h' 2024-04-03T17:09:47.1400407Z adding 'torch/include/ATen/ops/renorm_native.h' 2024-04-03T17:09:47.1402503Z adding 'torch/include/ATen/ops/renorm_ops.h' 2024-04-03T17:09:47.1404662Z adding 'torch/include/ATen/ops/repeat.h' 2024-04-03T17:09:47.1407100Z adding 'torch/include/ATen/ops/repeat_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1409298Z adding 'torch/include/ATen/ops/repeat_interleave.h' 2024-04-03T17:09:47.1411809Z adding 'torch/include/ATen/ops/repeat_interleave_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1413946Z adding 'torch/include/ATen/ops/repeat_interleave_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1415763Z adding 'torch/include/ATen/ops/repeat_interleave_cpu_dispatch.h' 2024-04-03T17:09:47.1417826Z adding 'torch/include/ATen/ops/repeat_interleave_cuda_dispatch.h' 2024-04-03T17:09:47.1420012Z adding 'torch/include/ATen/ops/repeat_interleave_native.h' 2024-04-03T17:09:47.1422309Z adding 'torch/include/ATen/ops/repeat_interleave_ops.h' 2024-04-03T17:09:47.1424544Z adding 'torch/include/ATen/ops/repeat_native.h' 2024-04-03T17:09:47.1426506Z adding 'torch/include/ATen/ops/repeat_ops.h' 2024-04-03T17:09:47.1428745Z adding 'torch/include/ATen/ops/replication_pad1d.h' 2024-04-03T17:09:47.1431130Z adding 'torch/include/ATen/ops/replication_pad1d_backward.h' 2024-04-03T17:09:47.1433688Z adding 'torch/include/ATen/ops/replication_pad1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1435572Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.1437659Z adding 'torch/include/ATen/ops/replication_pad1d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.1439662Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta.h' 2024-04-03T17:09:47.1441833Z adding 'torch/include/ATen/ops/replication_pad1d_backward_meta_dispatch.h' 2024-04-03T17:09:47.1443758Z adding 'torch/include/ATen/ops/replication_pad1d_backward_native.h' 2024-04-03T17:09:47.1445905Z adding 'torch/include/ATen/ops/replication_pad1d_backward_ops.h' 2024-04-03T17:09:47.1448187Z adding 'torch/include/ATen/ops/replication_pad1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1450140Z adding 'torch/include/ATen/ops/replication_pad1d_cpu_dispatch.h' 2024-04-03T17:09:47.1452131Z adding 'torch/include/ATen/ops/replication_pad1d_cuda_dispatch.h' 2024-04-03T17:09:47.1454122Z adding 'torch/include/ATen/ops/replication_pad1d_meta.h' 2024-04-03T17:09:47.1456265Z adding 'torch/include/ATen/ops/replication_pad1d_meta_dispatch.h' 2024-04-03T17:09:47.1458456Z adding 'torch/include/ATen/ops/replication_pad1d_native.h' 2024-04-03T17:09:47.1460893Z adding 'torch/include/ATen/ops/replication_pad1d_ops.h' 2024-04-03T17:09:47.1463038Z adding 'torch/include/ATen/ops/replication_pad2d.h' 2024-04-03T17:09:47.1465565Z adding 'torch/include/ATen/ops/replication_pad2d_backward.h' 2024-04-03T17:09:47.1467853Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.1470655Z adding 'torch/include/ATen/ops/replication_pad2d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.1472482Z adding 'torch/include/ATen/ops/replication_pad2d_backward_native.h' 2024-04-03T17:09:47.1474588Z adding 'torch/include/ATen/ops/replication_pad2d_backward_ops.h' 2024-04-03T17:09:47.1476913Z adding 'torch/include/ATen/ops/replication_pad2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1478596Z adding 'torch/include/ATen/ops/replication_pad2d_cpu_dispatch.h' 2024-04-03T17:09:47.1480640Z adding 'torch/include/ATen/ops/replication_pad2d_cuda_dispatch.h' 2024-04-03T17:09:47.1482580Z adding 'torch/include/ATen/ops/replication_pad2d_meta.h' 2024-04-03T17:09:47.1484521Z adding 'torch/include/ATen/ops/replication_pad2d_meta_dispatch.h' 2024-04-03T17:09:47.1486307Z adding 'torch/include/ATen/ops/replication_pad2d_native.h' 2024-04-03T17:09:47.1488310Z adding 'torch/include/ATen/ops/replication_pad2d_ops.h' 2024-04-03T17:09:47.1490445Z adding 'torch/include/ATen/ops/replication_pad3d.h' 2024-04-03T17:09:47.1492686Z adding 'torch/include/ATen/ops/replication_pad3d_backward.h' 2024-04-03T17:09:47.1494902Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.1496933Z adding 'torch/include/ATen/ops/replication_pad3d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.1498981Z adding 'torch/include/ATen/ops/replication_pad3d_backward_native.h' 2024-04-03T17:09:47.1501265Z adding 'torch/include/ATen/ops/replication_pad3d_backward_ops.h' 2024-04-03T17:09:47.1503440Z adding 'torch/include/ATen/ops/replication_pad3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1505092Z adding 'torch/include/ATen/ops/replication_pad3d_cpu_dispatch.h' 2024-04-03T17:09:47.1507061Z adding 'torch/include/ATen/ops/replication_pad3d_cuda_dispatch.h' 2024-04-03T17:09:47.1509049Z adding 'torch/include/ATen/ops/replication_pad3d_meta.h' 2024-04-03T17:09:47.1511118Z adding 'torch/include/ATen/ops/replication_pad3d_meta_dispatch.h' 2024-04-03T17:09:47.1512971Z adding 'torch/include/ATen/ops/replication_pad3d_native.h' 2024-04-03T17:09:47.1514994Z adding 'torch/include/ATen/ops/replication_pad3d_ops.h' 2024-04-03T17:09:47.1516946Z adding 'torch/include/ATen/ops/requires_grad.h' 2024-04-03T17:09:47.1518984Z adding 'torch/include/ATen/ops/requires_grad_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1520582Z adding 'torch/include/ATen/ops/requires_grad_native.h' 2024-04-03T17:09:47.1522519Z adding 'torch/include/ATen/ops/requires_grad_ops.h' 2024-04-03T17:09:47.1524394Z adding 'torch/include/ATen/ops/reshape.h' 2024-04-03T17:09:47.1526258Z adding 'torch/include/ATen/ops/reshape_as.h' 2024-04-03T17:09:47.1528468Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1530721Z adding 'torch/include/ATen/ops/reshape_as_compositeimplicitautogradnestedtensor_dispatch.h' 2024-04-03T17:09:47.1532363Z adding 'torch/include/ATen/ops/reshape_as_native.h' 2024-04-03T17:09:47.1534649Z adding 'torch/include/ATen/ops/reshape_as_ops.h' 2024-04-03T17:09:47.1537167Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1539880Z adding 'torch/include/ATen/ops/reshape_compositeimplicitautogradnestedtensor_dispatch.h' 2024-04-03T17:09:47.1541847Z adding 'torch/include/ATen/ops/reshape_native.h' 2024-04-03T17:09:47.1543973Z adding 'torch/include/ATen/ops/reshape_ops.h' 2024-04-03T17:09:47.1546734Z adding 'torch/include/ATen/ops/resize.h' 2024-04-03T17:09:47.1549518Z adding 'torch/include/ATen/ops/resize_as.h' 2024-04-03T17:09:47.1552609Z adding 'torch/include/ATen/ops/resize_as_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1554606Z adding 'torch/include/ATen/ops/resize_as_native.h' 2024-04-03T17:09:47.1557477Z adding 'torch/include/ATen/ops/resize_as_ops.h' 2024-04-03T17:09:47.1560824Z adding 'torch/include/ATen/ops/resize_as_sparse.h' 2024-04-03T17:09:47.1563758Z adding 'torch/include/ATen/ops/resize_as_sparse_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1565594Z adding 'torch/include/ATen/ops/resize_as_sparse_meta_dispatch.h' 2024-04-03T17:09:47.1568150Z adding 'torch/include/ATen/ops/resize_as_sparse_native.h' 2024-04-03T17:09:47.1570642Z adding 'torch/include/ATen/ops/resize_as_sparse_ops.h' 2024-04-03T17:09:47.1573536Z adding 'torch/include/ATen/ops/resize_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1575550Z adding 'torch/include/ATen/ops/resize_cpu_dispatch.h' 2024-04-03T17:09:47.1578473Z adding 'torch/include/ATen/ops/resize_cuda_dispatch.h' 2024-04-03T17:09:47.1580432Z adding 'torch/include/ATen/ops/resize_meta_dispatch.h' 2024-04-03T17:09:47.1582598Z adding 'torch/include/ATen/ops/resize_native.h' 2024-04-03T17:09:47.1584599Z adding 'torch/include/ATen/ops/resize_ops.h' 2024-04-03T17:09:47.1586466Z adding 'torch/include/ATen/ops/resolve_conj.h' 2024-04-03T17:09:47.1588539Z adding 'torch/include/ATen/ops/resolve_conj_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1590246Z adding 'torch/include/ATen/ops/resolve_conj_native.h' 2024-04-03T17:09:47.1592032Z adding 'torch/include/ATen/ops/resolve_conj_ops.h' 2024-04-03T17:09:47.1593848Z adding 'torch/include/ATen/ops/resolve_neg.h' 2024-04-03T17:09:47.1595876Z adding 'torch/include/ATen/ops/resolve_neg_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1597673Z adding 'torch/include/ATen/ops/resolve_neg_native.h' 2024-04-03T17:09:47.1599541Z adding 'torch/include/ATen/ops/resolve_neg_ops.h' 2024-04-03T17:09:47.1601306Z adding 'torch/include/ATen/ops/result_type.h' 2024-04-03T17:09:47.1603805Z adding 'torch/include/ATen/ops/result_type_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1605606Z adding 'torch/include/ATen/ops/result_type_native.h' 2024-04-03T17:09:47.1607737Z adding 'torch/include/ATen/ops/result_type_ops.h' 2024-04-03T17:09:47.1609614Z adding 'torch/include/ATen/ops/retain_grad.h' 2024-04-03T17:09:47.1612164Z adding 'torch/include/ATen/ops/retain_grad_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1613501Z adding 'torch/include/ATen/ops/retain_grad_native.h' 2024-04-03T17:09:47.1615456Z adding 'torch/include/ATen/ops/retain_grad_ops.h' 2024-04-03T17:09:47.1617690Z adding 'torch/include/ATen/ops/retains_grad.h' 2024-04-03T17:09:47.1620145Z adding 'torch/include/ATen/ops/retains_grad_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1621889Z adding 'torch/include/ATen/ops/retains_grad_native.h' 2024-04-03T17:09:47.1623784Z adding 'torch/include/ATen/ops/retains_grad_ops.h' 2024-04-03T17:09:47.1625710Z adding 'torch/include/ATen/ops/rms_norm.h' 2024-04-03T17:09:47.1627919Z adding 'torch/include/ATen/ops/rms_norm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1629704Z adding 'torch/include/ATen/ops/rms_norm_native.h' 2024-04-03T17:09:47.1631706Z adding 'torch/include/ATen/ops/rms_norm_ops.h' 2024-04-03T17:09:47.1633790Z adding 'torch/include/ATen/ops/rnn_relu.h' 2024-04-03T17:09:47.1635936Z adding 'torch/include/ATen/ops/rnn_relu_cell.h' 2024-04-03T17:09:47.1638133Z adding 'torch/include/ATen/ops/rnn_relu_cell_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1639854Z adding 'torch/include/ATen/ops/rnn_relu_cell_native.h' 2024-04-03T17:09:47.1641935Z adding 'torch/include/ATen/ops/rnn_relu_cell_ops.h' 2024-04-03T17:09:47.1644199Z adding 'torch/include/ATen/ops/rnn_relu_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1645959Z adding 'torch/include/ATen/ops/rnn_relu_native.h' 2024-04-03T17:09:47.1648029Z adding 'torch/include/ATen/ops/rnn_relu_ops.h' 2024-04-03T17:09:47.1650193Z adding 'torch/include/ATen/ops/rnn_tanh.h' 2024-04-03T17:09:47.1652206Z adding 'torch/include/ATen/ops/rnn_tanh_cell.h' 2024-04-03T17:09:47.1654518Z adding 'torch/include/ATen/ops/rnn_tanh_cell_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1657401Z adding 'torch/include/ATen/ops/rnn_tanh_cell_native.h' 2024-04-03T17:09:47.1658672Z adding 'torch/include/ATen/ops/rnn_tanh_cell_ops.h' 2024-04-03T17:09:47.1660851Z adding 'torch/include/ATen/ops/rnn_tanh_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1663319Z adding 'torch/include/ATen/ops/rnn_tanh_native.h' 2024-04-03T17:09:47.1665480Z adding 'torch/include/ATen/ops/rnn_tanh_ops.h' 2024-04-03T17:09:47.1667289Z adding 'torch/include/ATen/ops/roll.h' 2024-04-03T17:09:47.1669823Z adding 'torch/include/ATen/ops/roll_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1671560Z adding 'torch/include/ATen/ops/roll_cpu_dispatch.h' 2024-04-03T17:09:47.1673458Z adding 'torch/include/ATen/ops/roll_cuda_dispatch.h' 2024-04-03T17:09:47.1675151Z adding 'torch/include/ATen/ops/roll_native.h' 2024-04-03T17:09:47.1677320Z adding 'torch/include/ATen/ops/roll_ops.h' 2024-04-03T17:09:47.1679121Z adding 'torch/include/ATen/ops/rot90.h' 2024-04-03T17:09:47.1681619Z adding 'torch/include/ATen/ops/rot90_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1683283Z adding 'torch/include/ATen/ops/rot90_native.h' 2024-04-03T17:09:47.1685280Z adding 'torch/include/ATen/ops/rot90_ops.h' 2024-04-03T17:09:47.1687321Z adding 'torch/include/ATen/ops/round.h' 2024-04-03T17:09:47.1689898Z adding 'torch/include/ATen/ops/round_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1691663Z adding 'torch/include/ATen/ops/round_cpu_dispatch.h' 2024-04-03T17:09:47.1694040Z adding 'torch/include/ATen/ops/round_cuda_dispatch.h' 2024-04-03T17:09:47.1695774Z adding 'torch/include/ATen/ops/round_meta.h' 2024-04-03T17:09:47.1698044Z adding 'torch/include/ATen/ops/round_meta_dispatch.h' 2024-04-03T17:09:47.1700103Z adding 'torch/include/ATen/ops/round_native.h' 2024-04-03T17:09:47.1702522Z adding 'torch/include/ATen/ops/round_ops.h' 2024-04-03T17:09:47.1704471Z adding 'torch/include/ATen/ops/row_indices.h' 2024-04-03T17:09:47.1706638Z adding 'torch/include/ATen/ops/row_indices_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1708115Z adding 'torch/include/ATen/ops/row_indices_copy.h' 2024-04-03T17:09:47.1710488Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1712436Z adding 'torch/include/ATen/ops/row_indices_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1713656Z adding 'torch/include/ATen/ops/row_indices_copy_native.h' 2024-04-03T17:09:47.1715893Z adding 'torch/include/ATen/ops/row_indices_copy_ops.h' 2024-04-03T17:09:47.1717905Z adding 'torch/include/ATen/ops/row_indices_native.h' 2024-04-03T17:09:47.1720063Z adding 'torch/include/ATen/ops/row_indices_ops.h' 2024-04-03T17:09:47.1722165Z adding 'torch/include/ATen/ops/row_stack.h' 2024-04-03T17:09:47.1724433Z adding 'torch/include/ATen/ops/row_stack_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1725610Z adding 'torch/include/ATen/ops/row_stack_native.h' 2024-04-03T17:09:47.1727476Z adding 'torch/include/ATen/ops/row_stack_ops.h' 2024-04-03T17:09:47.1729253Z adding 'torch/include/ATen/ops/rrelu.h' 2024-04-03T17:09:47.1731422Z adding 'torch/include/ATen/ops/rrelu_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1732985Z adding 'torch/include/ATen/ops/rrelu_native.h' 2024-04-03T17:09:47.1734906Z adding 'torch/include/ATen/ops/rrelu_ops.h' 2024-04-03T17:09:47.1737029Z adding 'torch/include/ATen/ops/rrelu_with_noise.h' 2024-04-03T17:09:47.1739130Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward.h' 2024-04-03T17:09:47.1741363Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1742849Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_native.h' 2024-04-03T17:09:47.1744825Z adding 'torch/include/ATen/ops/rrelu_with_noise_backward_ops.h' 2024-04-03T17:09:47.1746711Z adding 'torch/include/ATen/ops/rrelu_with_noise_cpu_dispatch.h' 2024-04-03T17:09:47.1748548Z adding 'torch/include/ATen/ops/rrelu_with_noise_cuda_dispatch.h' 2024-04-03T17:09:47.1750362Z adding 'torch/include/ATen/ops/rrelu_with_noise_meta_dispatch.h' 2024-04-03T17:09:47.1752115Z adding 'torch/include/ATen/ops/rrelu_with_noise_native.h' 2024-04-03T17:09:47.1754129Z adding 'torch/include/ATen/ops/rrelu_with_noise_ops.h' 2024-04-03T17:09:47.1755985Z adding 'torch/include/ATen/ops/rshift.h' 2024-04-03T17:09:47.1758040Z adding 'torch/include/ATen/ops/rshift_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1759704Z adding 'torch/include/ATen/ops/rshift_cpu_dispatch.h' 2024-04-03T17:09:47.1761510Z adding 'torch/include/ATen/ops/rshift_cuda_dispatch.h' 2024-04-03T17:09:47.1763269Z adding 'torch/include/ATen/ops/rshift_meta_dispatch.h' 2024-04-03T17:09:47.1764966Z adding 'torch/include/ATen/ops/rshift_native.h' 2024-04-03T17:09:47.1767052Z adding 'torch/include/ATen/ops/rshift_ops.h' 2024-04-03T17:09:47.1768906Z adding 'torch/include/ATen/ops/rsqrt.h' 2024-04-03T17:09:47.1770991Z adding 'torch/include/ATen/ops/rsqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1772570Z adding 'torch/include/ATen/ops/rsqrt_cpu_dispatch.h' 2024-04-03T17:09:47.1774312Z adding 'torch/include/ATen/ops/rsqrt_cuda_dispatch.h' 2024-04-03T17:09:47.1775999Z adding 'torch/include/ATen/ops/rsqrt_meta.h' 2024-04-03T17:09:47.1777956Z adding 'torch/include/ATen/ops/rsqrt_meta_dispatch.h' 2024-04-03T17:09:47.1779746Z adding 'torch/include/ATen/ops/rsqrt_native.h' 2024-04-03T17:09:47.1781648Z adding 'torch/include/ATen/ops/rsqrt_ops.h' 2024-04-03T17:09:47.1783556Z adding 'torch/include/ATen/ops/rsub.h' 2024-04-03T17:09:47.1785625Z adding 'torch/include/ATen/ops/rsub_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1787219Z adding 'torch/include/ATen/ops/rsub_cpu_dispatch.h' 2024-04-03T17:09:47.1789091Z adding 'torch/include/ATen/ops/rsub_cuda_dispatch.h' 2024-04-03T17:09:47.1790752Z adding 'torch/include/ATen/ops/rsub_native.h' 2024-04-03T17:09:47.1792820Z adding 'torch/include/ATen/ops/rsub_ops.h' 2024-04-03T17:09:47.1794772Z adding 'torch/include/ATen/ops/scalar_tensor.h' 2024-04-03T17:09:47.1797004Z adding 'torch/include/ATen/ops/scalar_tensor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1798579Z adding 'torch/include/ATen/ops/scalar_tensor_native.h' 2024-04-03T17:09:47.1800469Z adding 'torch/include/ATen/ops/scalar_tensor_ops.h' 2024-04-03T17:09:47.1802517Z adding 'torch/include/ATen/ops/scaled_dot_product_attention.h' 2024-04-03T17:09:47.1804597Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1806192Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_native.h' 2024-04-03T17:09:47.1808011Z adding 'torch/include/ATen/ops/scaled_dot_product_attention_ops.h' 2024-04-03T17:09:47.1810002Z adding 'torch/include/ATen/ops/scatter.h' 2024-04-03T17:09:47.1812003Z adding 'torch/include/ATen/ops/scatter_add.h' 2024-04-03T17:09:47.1814122Z adding 'torch/include/ATen/ops/scatter_add_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1815935Z adding 'torch/include/ATen/ops/scatter_add_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1817559Z adding 'torch/include/ATen/ops/scatter_add_cpu_dispatch.h' 2024-04-03T17:09:47.1819633Z adding 'torch/include/ATen/ops/scatter_add_cuda_dispatch.h' 2024-04-03T17:09:47.1821653Z adding 'torch/include/ATen/ops/scatter_add_meta.h' 2024-04-03T17:09:47.1823678Z adding 'torch/include/ATen/ops/scatter_add_meta_dispatch.h' 2024-04-03T17:09:47.1825512Z adding 'torch/include/ATen/ops/scatter_add_native.h' 2024-04-03T17:09:47.1827475Z adding 'torch/include/ATen/ops/scatter_add_ops.h' 2024-04-03T17:09:47.1830062Z adding 'torch/include/ATen/ops/scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1831987Z adding 'torch/include/ATen/ops/scatter_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1833871Z adding 'torch/include/ATen/ops/scatter_cpu_dispatch.h' 2024-04-03T17:09:47.1836221Z adding 'torch/include/ATen/ops/scatter_cuda_dispatch.h' 2024-04-03T17:09:47.1838500Z adding 'torch/include/ATen/ops/scatter_meta.h' 2024-04-03T17:09:47.1840557Z adding 'torch/include/ATen/ops/scatter_meta_dispatch.h' 2024-04-03T17:09:47.1842444Z adding 'torch/include/ATen/ops/scatter_native.h' 2024-04-03T17:09:47.1845188Z adding 'torch/include/ATen/ops/scatter_ops.h' 2024-04-03T17:09:47.1847426Z adding 'torch/include/ATen/ops/scatter_reduce.h' 2024-04-03T17:09:47.1849668Z adding 'torch/include/ATen/ops/scatter_reduce_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1851243Z adding 'torch/include/ATen/ops/scatter_reduce_cpu_dispatch.h' 2024-04-03T17:09:47.1853320Z adding 'torch/include/ATen/ops/scatter_reduce_cuda_dispatch.h' 2024-04-03T17:09:47.1855344Z adding 'torch/include/ATen/ops/scatter_reduce_meta.h' 2024-04-03T17:09:47.1857552Z adding 'torch/include/ATen/ops/scatter_reduce_meta_dispatch.h' 2024-04-03T17:09:47.1858821Z adding 'torch/include/ATen/ops/scatter_reduce_native.h' 2024-04-03T17:09:47.1860698Z adding 'torch/include/ATen/ops/scatter_reduce_ops.h' 2024-04-03T17:09:47.1863000Z adding 'torch/include/ATen/ops/searchsorted.h' 2024-04-03T17:09:47.1864877Z adding 'torch/include/ATen/ops/searchsorted_cpu_dispatch.h' 2024-04-03T17:09:47.1866748Z adding 'torch/include/ATen/ops/searchsorted_cuda_dispatch.h' 2024-04-03T17:09:47.1868476Z adding 'torch/include/ATen/ops/searchsorted_native.h' 2024-04-03T17:09:47.1870556Z adding 'torch/include/ATen/ops/searchsorted_ops.h' 2024-04-03T17:09:47.1872610Z adding 'torch/include/ATen/ops/segment_reduce.h' 2024-04-03T17:09:47.1874858Z adding 'torch/include/ATen/ops/segment_reduce_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1876445Z adding 'torch/include/ATen/ops/segment_reduce_cpu_dispatch.h' 2024-04-03T17:09:47.1878298Z adding 'torch/include/ATen/ops/segment_reduce_cuda_dispatch.h' 2024-04-03T17:09:47.1880246Z adding 'torch/include/ATen/ops/segment_reduce_native.h' 2024-04-03T17:09:47.1882268Z adding 'torch/include/ATen/ops/segment_reduce_ops.h' 2024-04-03T17:09:47.1884215Z adding 'torch/include/ATen/ops/select.h' 2024-04-03T17:09:47.1886586Z adding 'torch/include/ATen/ops/select_backward.h' 2024-04-03T17:09:47.1888639Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1890780Z adding 'torch/include/ATen/ops/select_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1891951Z adding 'torch/include/ATen/ops/select_backward_native.h' 2024-04-03T17:09:47.1893885Z adding 'torch/include/ATen/ops/select_backward_ops.h' 2024-04-03T17:09:47.1896231Z adding 'torch/include/ATen/ops/select_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1897920Z adding 'torch/include/ATen/ops/select_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1899974Z adding 'torch/include/ATen/ops/select_copy.h' 2024-04-03T17:09:47.1902273Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1904684Z adding 'torch/include/ATen/ops/select_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1905999Z adding 'torch/include/ATen/ops/select_copy_native.h' 2024-04-03T17:09:47.1908302Z adding 'torch/include/ATen/ops/select_copy_ops.h' 2024-04-03T17:09:47.1909877Z adding 'torch/include/ATen/ops/select_native.h' 2024-04-03T17:09:47.1911754Z adding 'torch/include/ATen/ops/select_ops.h' 2024-04-03T17:09:47.1913832Z adding 'torch/include/ATen/ops/select_scatter.h' 2024-04-03T17:09:47.1916363Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1918508Z adding 'torch/include/ATen/ops/select_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1920256Z adding 'torch/include/ATen/ops/select_scatter_native.h' 2024-04-03T17:09:47.1922345Z adding 'torch/include/ATen/ops/select_scatter_ops.h' 2024-04-03T17:09:47.1924193Z adding 'torch/include/ATen/ops/selu.h' 2024-04-03T17:09:47.1926361Z adding 'torch/include/ATen/ops/selu_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1928222Z adding 'torch/include/ATen/ops/selu_native.h' 2024-04-03T17:09:47.1930039Z adding 'torch/include/ATen/ops/selu_ops.h' 2024-04-03T17:09:47.1932896Z adding 'torch/include/ATen/ops/set.h' 2024-04-03T17:09:47.1935594Z adding 'torch/include/ATen/ops/set_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.1937661Z adding 'torch/include/ATen/ops/set_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1939748Z adding 'torch/include/ATen/ops/set_cpu_dispatch.h' 2024-04-03T17:09:47.1941711Z adding 'torch/include/ATen/ops/set_cuda_dispatch.h' 2024-04-03T17:09:47.1943441Z adding 'torch/include/ATen/ops/set_data.h' 2024-04-03T17:09:47.1945706Z adding 'torch/include/ATen/ops/set_data_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.1947390Z adding 'torch/include/ATen/ops/set_data_native.h' 2024-04-03T17:09:47.1949228Z adding 'torch/include/ATen/ops/set_data_ops.h' 2024-04-03T17:09:47.1951205Z adding 'torch/include/ATen/ops/set_meta_dispatch.h' 2024-04-03T17:09:47.1953163Z adding 'torch/include/ATen/ops/set_native.h' 2024-04-03T17:09:47.1955811Z adding 'torch/include/ATen/ops/set_ops.h' 2024-04-03T17:09:47.1957938Z adding 'torch/include/ATen/ops/sgn.h' 2024-04-03T17:09:47.1960276Z adding 'torch/include/ATen/ops/sgn_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1961935Z adding 'torch/include/ATen/ops/sgn_cpu_dispatch.h' 2024-04-03T17:09:47.1963843Z adding 'torch/include/ATen/ops/sgn_cuda_dispatch.h' 2024-04-03T17:09:47.1965593Z adding 'torch/include/ATen/ops/sgn_meta.h' 2024-04-03T17:09:47.1967518Z adding 'torch/include/ATen/ops/sgn_meta_dispatch.h' 2024-04-03T17:09:47.1969357Z adding 'torch/include/ATen/ops/sgn_native.h' 2024-04-03T17:09:47.1971374Z adding 'torch/include/ATen/ops/sgn_ops.h' 2024-04-03T17:09:47.1973277Z adding 'torch/include/ATen/ops/sigmoid.h' 2024-04-03T17:09:47.1975247Z adding 'torch/include/ATen/ops/sigmoid_backward.h' 2024-04-03T17:09:47.1977571Z adding 'torch/include/ATen/ops/sigmoid_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1979456Z adding 'torch/include/ATen/ops/sigmoid_backward_cpu_dispatch.h' 2024-04-03T17:09:47.1981432Z adding 'torch/include/ATen/ops/sigmoid_backward_cuda_dispatch.h' 2024-04-03T17:09:47.1983267Z adding 'torch/include/ATen/ops/sigmoid_backward_meta.h' 2024-04-03T17:09:47.1985308Z adding 'torch/include/ATen/ops/sigmoid_backward_meta_dispatch.h' 2024-04-03T17:09:47.1987150Z adding 'torch/include/ATen/ops/sigmoid_backward_native.h' 2024-04-03T17:09:47.1989158Z adding 'torch/include/ATen/ops/sigmoid_backward_ops.h' 2024-04-03T17:09:47.1991507Z adding 'torch/include/ATen/ops/sigmoid_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.1993032Z adding 'torch/include/ATen/ops/sigmoid_cpu_dispatch.h' 2024-04-03T17:09:47.1994968Z adding 'torch/include/ATen/ops/sigmoid_cuda_dispatch.h' 2024-04-03T17:09:47.1996759Z adding 'torch/include/ATen/ops/sigmoid_meta.h' 2024-04-03T17:09:47.1998692Z adding 'torch/include/ATen/ops/sigmoid_meta_dispatch.h' 2024-04-03T17:09:47.2000467Z adding 'torch/include/ATen/ops/sigmoid_native.h' 2024-04-03T17:09:47.2002484Z adding 'torch/include/ATen/ops/sigmoid_ops.h' 2024-04-03T17:09:47.2004312Z adding 'torch/include/ATen/ops/sign.h' 2024-04-03T17:09:47.2006526Z adding 'torch/include/ATen/ops/sign_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2008135Z adding 'torch/include/ATen/ops/sign_cpu_dispatch.h' 2024-04-03T17:09:47.2010883Z adding 'torch/include/ATen/ops/sign_cuda_dispatch.h' 2024-04-03T17:09:47.2012918Z adding 'torch/include/ATen/ops/sign_meta.h' 2024-04-03T17:09:47.2015534Z adding 'torch/include/ATen/ops/sign_meta_dispatch.h' 2024-04-03T17:09:47.2017590Z adding 'torch/include/ATen/ops/sign_native.h' 2024-04-03T17:09:47.2020693Z adding 'torch/include/ATen/ops/sign_ops.h' 2024-04-03T17:09:47.2023284Z adding 'torch/include/ATen/ops/signbit.h' 2024-04-03T17:09:47.2025908Z adding 'torch/include/ATen/ops/signbit_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2027865Z adding 'torch/include/ATen/ops/signbit_cpu_dispatch.h' 2024-04-03T17:09:47.2029920Z adding 'torch/include/ATen/ops/signbit_cuda_dispatch.h' 2024-04-03T17:09:47.2032034Z adding 'torch/include/ATen/ops/signbit_meta.h' 2024-04-03T17:09:47.2034119Z adding 'torch/include/ATen/ops/signbit_meta_dispatch.h' 2024-04-03T17:09:47.2035903Z adding 'torch/include/ATen/ops/signbit_native.h' 2024-04-03T17:09:47.2038106Z adding 'torch/include/ATen/ops/signbit_ops.h' 2024-04-03T17:09:47.2040204Z adding 'torch/include/ATen/ops/silu.h' 2024-04-03T17:09:47.2042344Z adding 'torch/include/ATen/ops/silu_backward.h' 2024-04-03T17:09:47.2044964Z adding 'torch/include/ATen/ops/silu_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2046822Z adding 'torch/include/ATen/ops/silu_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2048825Z adding 'torch/include/ATen/ops/silu_backward_cpu_dispatch.h' 2024-04-03T17:09:47.2050883Z adding 'torch/include/ATen/ops/silu_backward_cuda_dispatch.h' 2024-04-03T17:09:47.2052946Z adding 'torch/include/ATen/ops/silu_backward_meta.h' 2024-04-03T17:09:47.2055085Z adding 'torch/include/ATen/ops/silu_backward_meta_dispatch.h' 2024-04-03T17:09:47.2057239Z adding 'torch/include/ATen/ops/silu_backward_native.h' 2024-04-03T17:09:47.2059614Z adding 'torch/include/ATen/ops/silu_backward_ops.h' 2024-04-03T17:09:47.2062052Z adding 'torch/include/ATen/ops/silu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2063903Z adding 'torch/include/ATen/ops/silu_cpu_dispatch.h' 2024-04-03T17:09:47.2066095Z adding 'torch/include/ATen/ops/silu_cuda_dispatch.h' 2024-04-03T17:09:47.2067977Z adding 'torch/include/ATen/ops/silu_meta.h' 2024-04-03T17:09:47.2070066Z adding 'torch/include/ATen/ops/silu_meta_dispatch.h' 2024-04-03T17:09:47.2072000Z adding 'torch/include/ATen/ops/silu_native.h' 2024-04-03T17:09:47.2074251Z adding 'torch/include/ATen/ops/silu_ops.h' 2024-04-03T17:09:47.2076290Z adding 'torch/include/ATen/ops/sin.h' 2024-04-03T17:09:47.2078746Z adding 'torch/include/ATen/ops/sin_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2080584Z adding 'torch/include/ATen/ops/sin_cpu_dispatch.h' 2024-04-03T17:09:47.2082658Z adding 'torch/include/ATen/ops/sin_cuda_dispatch.h' 2024-04-03T17:09:47.2084628Z adding 'torch/include/ATen/ops/sin_meta.h' 2024-04-03T17:09:47.2086795Z adding 'torch/include/ATen/ops/sin_meta_dispatch.h' 2024-04-03T17:09:47.2088845Z adding 'torch/include/ATen/ops/sin_native.h' 2024-04-03T17:09:47.2091671Z adding 'torch/include/ATen/ops/sin_ops.h' 2024-04-03T17:09:47.2093855Z adding 'torch/include/ATen/ops/sinc.h' 2024-04-03T17:09:47.2097278Z adding 'torch/include/ATen/ops/sinc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2098726Z adding 'torch/include/ATen/ops/sinc_cpu_dispatch.h' 2024-04-03T17:09:47.2101703Z adding 'torch/include/ATen/ops/sinc_cuda_dispatch.h' 2024-04-03T17:09:47.2103602Z adding 'torch/include/ATen/ops/sinc_meta.h' 2024-04-03T17:09:47.2105674Z adding 'torch/include/ATen/ops/sinc_meta_dispatch.h' 2024-04-03T17:09:47.2107515Z adding 'torch/include/ATen/ops/sinc_native.h' 2024-04-03T17:09:47.2109496Z adding 'torch/include/ATen/ops/sinc_ops.h' 2024-04-03T17:09:47.2111813Z adding 'torch/include/ATen/ops/sinh.h' 2024-04-03T17:09:47.2115012Z adding 'torch/include/ATen/ops/sinh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2116312Z adding 'torch/include/ATen/ops/sinh_cpu_dispatch.h' 2024-04-03T17:09:47.2119437Z adding 'torch/include/ATen/ops/sinh_cuda_dispatch.h' 2024-04-03T17:09:47.2121629Z adding 'torch/include/ATen/ops/sinh_meta.h' 2024-04-03T17:09:47.2124373Z adding 'torch/include/ATen/ops/sinh_meta_dispatch.h' 2024-04-03T17:09:47.2126577Z adding 'torch/include/ATen/ops/sinh_native.h' 2024-04-03T17:09:47.2129451Z adding 'torch/include/ATen/ops/sinh_ops.h' 2024-04-03T17:09:47.2131444Z adding 'torch/include/ATen/ops/size.h' 2024-04-03T17:09:47.2134565Z adding 'torch/include/ATen/ops/size_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2136262Z adding 'torch/include/ATen/ops/size_native.h' 2024-04-03T17:09:47.2139479Z adding 'torch/include/ATen/ops/size_ops.h' 2024-04-03T17:09:47.2142073Z adding 'torch/include/ATen/ops/slice.h' 2024-04-03T17:09:47.2145048Z adding 'torch/include/ATen/ops/slice_backward.h' 2024-04-03T17:09:47.2148148Z adding 'torch/include/ATen/ops/slice_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2150047Z adding 'torch/include/ATen/ops/slice_backward_native.h' 2024-04-03T17:09:47.2152954Z adding 'torch/include/ATen/ops/slice_backward_ops.h' 2024-04-03T17:09:47.2155587Z adding 'torch/include/ATen/ops/slice_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2158281Z adding 'torch/include/ATen/ops/slice_copy.h' 2024-04-03T17:09:47.2161388Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2163725Z adding 'torch/include/ATen/ops/slice_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2165725Z adding 'torch/include/ATen/ops/slice_copy_native.h' 2024-04-03T17:09:47.2167881Z adding 'torch/include/ATen/ops/slice_copy_ops.h' 2024-04-03T17:09:47.2170059Z adding 'torch/include/ATen/ops/slice_inverse.h' 2024-04-03T17:09:47.2172502Z adding 'torch/include/ATen/ops/slice_inverse_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2174263Z adding 'torch/include/ATen/ops/slice_inverse_native.h' 2024-04-03T17:09:47.2176371Z adding 'torch/include/ATen/ops/slice_inverse_ops.h' 2024-04-03T17:09:47.2178462Z adding 'torch/include/ATen/ops/slice_native.h' 2024-04-03T17:09:47.2180261Z adding 'torch/include/ATen/ops/slice_ops.h' 2024-04-03T17:09:47.2182559Z adding 'torch/include/ATen/ops/slice_scatter.h' 2024-04-03T17:09:47.2184858Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2186972Z adding 'torch/include/ATen/ops/slice_scatter_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2188527Z adding 'torch/include/ATen/ops/slice_scatter_native.h' 2024-04-03T17:09:47.2190442Z adding 'torch/include/ATen/ops/slice_scatter_ops.h' 2024-04-03T17:09:47.2192443Z adding 'torch/include/ATen/ops/slogdet.h' 2024-04-03T17:09:47.2194888Z adding 'torch/include/ATen/ops/slogdet_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2196330Z adding 'torch/include/ATen/ops/slogdet_native.h' 2024-04-03T17:09:47.2198717Z adding 'torch/include/ATen/ops/slogdet_ops.h' 2024-04-03T17:09:47.2200837Z adding 'torch/include/ATen/ops/slow_conv3d.h' 2024-04-03T17:09:47.2203085Z adding 'torch/include/ATen/ops/slow_conv3d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2205207Z adding 'torch/include/ATen/ops/slow_conv3d_forward.h' 2024-04-03T17:09:47.2207743Z adding 'torch/include/ATen/ops/slow_conv3d_forward_cpu_dispatch.h' 2024-04-03T17:09:47.2209765Z adding 'torch/include/ATen/ops/slow_conv3d_forward_native.h' 2024-04-03T17:09:47.2211808Z adding 'torch/include/ATen/ops/slow_conv3d_forward_ops.h' 2024-04-03T17:09:47.2213324Z adding 'torch/include/ATen/ops/slow_conv3d_native.h' 2024-04-03T17:09:47.2216175Z adding 'torch/include/ATen/ops/slow_conv3d_ops.h' 2024-04-03T17:09:47.2218700Z adding 'torch/include/ATen/ops/slow_conv_dilated2d.h' 2024-04-03T17:09:47.2221171Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2223173Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cpu_dispatch.h' 2024-04-03T17:09:47.2225162Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_cuda_dispatch.h' 2024-04-03T17:09:47.2227114Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_native.h' 2024-04-03T17:09:47.2229291Z adding 'torch/include/ATen/ops/slow_conv_dilated2d_ops.h' 2024-04-03T17:09:47.2231724Z adding 'torch/include/ATen/ops/slow_conv_dilated3d.h' 2024-04-03T17:09:47.2234276Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2236100Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cpu_dispatch.h' 2024-04-03T17:09:47.2238021Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_cuda_dispatch.h' 2024-04-03T17:09:47.2239835Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_native.h' 2024-04-03T17:09:47.2241888Z adding 'torch/include/ATen/ops/slow_conv_dilated3d_ops.h' 2024-04-03T17:09:47.2244200Z adding 'torch/include/ATen/ops/slow_conv_transpose2d.h' 2024-04-03T17:09:47.2246822Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2248600Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cpu_dispatch.h' 2024-04-03T17:09:47.2250644Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_cuda_dispatch.h' 2024-04-03T17:09:47.2252561Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta.h' 2024-04-03T17:09:47.2254570Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_meta_dispatch.h' 2024-04-03T17:09:47.2256446Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_native.h' 2024-04-03T17:09:47.2258700Z adding 'torch/include/ATen/ops/slow_conv_transpose2d_ops.h' 2024-04-03T17:09:47.2261212Z adding 'torch/include/ATen/ops/slow_conv_transpose3d.h' 2024-04-03T17:09:47.2263574Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cpu_dispatch.h' 2024-04-03T17:09:47.2265564Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_cuda_dispatch.h' 2024-04-03T17:09:47.2267432Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_native.h' 2024-04-03T17:09:47.2269477Z adding 'torch/include/ATen/ops/slow_conv_transpose3d_ops.h' 2024-04-03T17:09:47.2271280Z adding 'torch/include/ATen/ops/smm.h' 2024-04-03T17:09:47.2273346Z adding 'torch/include/ATen/ops/smm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2275211Z adding 'torch/include/ATen/ops/smm_native.h' 2024-04-03T17:09:47.2276859Z adding 'torch/include/ATen/ops/smm_ops.h' 2024-04-03T17:09:47.2278745Z adding 'torch/include/ATen/ops/smooth_l1_loss.h' 2024-04-03T17:09:47.2280718Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward.h' 2024-04-03T17:09:47.2282899Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2284664Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cpu_dispatch.h' 2024-04-03T17:09:47.2286444Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_cuda_dispatch.h' 2024-04-03T17:09:47.2288197Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_native.h' 2024-04-03T17:09:47.2290258Z adding 'torch/include/ATen/ops/smooth_l1_loss_backward_ops.h' 2024-04-03T17:09:47.2292482Z adding 'torch/include/ATen/ops/smooth_l1_loss_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2294074Z adding 'torch/include/ATen/ops/smooth_l1_loss_cpu_dispatch.h' 2024-04-03T17:09:47.2295964Z adding 'torch/include/ATen/ops/smooth_l1_loss_cuda_dispatch.h' 2024-04-03T17:09:47.2298179Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta.h' 2024-04-03T17:09:47.2300369Z adding 'torch/include/ATen/ops/smooth_l1_loss_meta_dispatch.h' 2024-04-03T17:09:47.2302013Z adding 'torch/include/ATen/ops/smooth_l1_loss_native.h' 2024-04-03T17:09:47.2304119Z adding 'torch/include/ATen/ops/smooth_l1_loss_ops.h' 2024-04-03T17:09:47.2306088Z adding 'torch/include/ATen/ops/soft_margin_loss.h' 2024-04-03T17:09:47.2308075Z adding 'torch/include/ATen/ops/soft_margin_loss_backward.h' 2024-04-03T17:09:47.2310280Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2311927Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_native.h' 2024-04-03T17:09:47.2313933Z adding 'torch/include/ATen/ops/soft_margin_loss_backward_ops.h' 2024-04-03T17:09:47.2315982Z adding 'torch/include/ATen/ops/soft_margin_loss_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2317625Z adding 'torch/include/ATen/ops/soft_margin_loss_native.h' 2024-04-03T17:09:47.2319555Z adding 'torch/include/ATen/ops/soft_margin_loss_ops.h' 2024-04-03T17:09:47.2321598Z adding 'torch/include/ATen/ops/softmax.h' 2024-04-03T17:09:47.2323640Z adding 'torch/include/ATen/ops/softmax_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2325514Z adding 'torch/include/ATen/ops/softmax_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2326969Z adding 'torch/include/ATen/ops/softmax_native.h' 2024-04-03T17:09:47.2328979Z adding 'torch/include/ATen/ops/softmax_ops.h' 2024-04-03T17:09:47.2330743Z adding 'torch/include/ATen/ops/softplus.h' 2024-04-03T17:09:47.2332940Z adding 'torch/include/ATen/ops/softplus_backward.h' 2024-04-03T17:09:47.2335127Z adding 'torch/include/ATen/ops/softplus_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2336926Z adding 'torch/include/ATen/ops/softplus_backward_cpu_dispatch.h' 2024-04-03T17:09:47.2339022Z adding 'torch/include/ATen/ops/softplus_backward_cuda_dispatch.h' 2024-04-03T17:09:47.2340963Z adding 'torch/include/ATen/ops/softplus_backward_meta.h' 2024-04-03T17:09:47.2342846Z adding 'torch/include/ATen/ops/softplus_backward_meta_dispatch.h' 2024-04-03T17:09:47.2344934Z adding 'torch/include/ATen/ops/softplus_backward_native.h' 2024-04-03T17:09:47.2346730Z adding 'torch/include/ATen/ops/softplus_backward_ops.h' 2024-04-03T17:09:47.2349019Z adding 'torch/include/ATen/ops/softplus_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2351018Z adding 'torch/include/ATen/ops/softplus_cpu_dispatch.h' 2024-04-03T17:09:47.2352912Z adding 'torch/include/ATen/ops/softplus_cuda_dispatch.h' 2024-04-03T17:09:47.2354681Z adding 'torch/include/ATen/ops/softplus_meta.h' 2024-04-03T17:09:47.2356416Z adding 'torch/include/ATen/ops/softplus_meta_dispatch.h' 2024-04-03T17:09:47.2358205Z adding 'torch/include/ATen/ops/softplus_native.h' 2024-04-03T17:09:47.2360173Z adding 'torch/include/ATen/ops/softplus_ops.h' 2024-04-03T17:09:47.2362068Z adding 'torch/include/ATen/ops/softshrink.h' 2024-04-03T17:09:47.2364078Z adding 'torch/include/ATen/ops/softshrink_backward.h' 2024-04-03T17:09:47.2366407Z adding 'torch/include/ATen/ops/softshrink_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2367914Z adding 'torch/include/ATen/ops/softshrink_backward_cpu_dispatch.h' 2024-04-03T17:09:47.2369767Z adding 'torch/include/ATen/ops/softshrink_backward_cuda_dispatch.h' 2024-04-03T17:09:47.2371439Z adding 'torch/include/ATen/ops/softshrink_backward_meta.h' 2024-04-03T17:09:47.2373409Z adding 'torch/include/ATen/ops/softshrink_backward_meta_dispatch.h' 2024-04-03T17:09:47.2375110Z adding 'torch/include/ATen/ops/softshrink_backward_native.h' 2024-04-03T17:09:47.2377217Z adding 'torch/include/ATen/ops/softshrink_backward_ops.h' 2024-04-03T17:09:47.2379563Z adding 'torch/include/ATen/ops/softshrink_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2381076Z adding 'torch/include/ATen/ops/softshrink_cpu_dispatch.h' 2024-04-03T17:09:47.2383147Z adding 'torch/include/ATen/ops/softshrink_cuda_dispatch.h' 2024-04-03T17:09:47.2384875Z adding 'torch/include/ATen/ops/softshrink_meta.h' 2024-04-03T17:09:47.2386553Z adding 'torch/include/ATen/ops/softshrink_meta_dispatch.h' 2024-04-03T17:09:47.2388198Z adding 'torch/include/ATen/ops/softshrink_native.h' 2024-04-03T17:09:47.2390007Z adding 'torch/include/ATen/ops/softshrink_ops.h' 2024-04-03T17:09:47.2392225Z adding 'torch/include/ATen/ops/sort.h' 2024-04-03T17:09:47.2394476Z adding 'torch/include/ATen/ops/sort_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2396632Z adding 'torch/include/ATen/ops/sort_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2398378Z adding 'torch/include/ATen/ops/sort_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2400248Z adding 'torch/include/ATen/ops/sort_cpu_dispatch.h' 2024-04-03T17:09:47.2402370Z adding 'torch/include/ATen/ops/sort_cuda_dispatch.h' 2024-04-03T17:09:47.2404059Z adding 'torch/include/ATen/ops/sort_meta.h' 2024-04-03T17:09:47.2406116Z adding 'torch/include/ATen/ops/sort_meta_dispatch.h' 2024-04-03T17:09:47.2408380Z adding 'torch/include/ATen/ops/sort_native.h' 2024-04-03T17:09:47.2410802Z adding 'torch/include/ATen/ops/sort_ops.h' 2024-04-03T17:09:47.2413249Z adding 'torch/include/ATen/ops/sparse_bsc_tensor.h' 2024-04-03T17:09:47.2415656Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2417617Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_native.h' 2024-04-03T17:09:47.2420265Z adding 'torch/include/ATen/ops/sparse_bsc_tensor_ops.h' 2024-04-03T17:09:47.2422682Z adding 'torch/include/ATen/ops/sparse_bsr_tensor.h' 2024-04-03T17:09:47.2425273Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2427122Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_native.h' 2024-04-03T17:09:47.2429467Z adding 'torch/include/ATen/ops/sparse_bsr_tensor_ops.h' 2024-04-03T17:09:47.2432047Z adding 'torch/include/ATen/ops/sparse_compressed_tensor.h' 2024-04-03T17:09:47.2434770Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2436669Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_native.h' 2024-04-03T17:09:47.2439120Z adding 'torch/include/ATen/ops/sparse_compressed_tensor_ops.h' 2024-04-03T17:09:47.2441584Z adding 'torch/include/ATen/ops/sparse_coo_tensor.h' 2024-04-03T17:09:47.2444156Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2446311Z adding 'torch/include/ATen/ops/sparse_coo_tensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2448260Z adding 'torch/include/ATen/ops/sparse_coo_tensor_native.h' 2024-04-03T17:09:47.2450766Z adding 'torch/include/ATen/ops/sparse_coo_tensor_ops.h' 2024-04-03T17:09:47.2453196Z adding 'torch/include/ATen/ops/sparse_csc_tensor.h' 2024-04-03T17:09:47.2455633Z adding 'torch/include/ATen/ops/sparse_csc_tensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2457596Z adding 'torch/include/ATen/ops/sparse_csc_tensor_native.h' 2024-04-03T17:09:47.2460187Z adding 'torch/include/ATen/ops/sparse_csc_tensor_ops.h' 2024-04-03T17:09:47.2462670Z adding 'torch/include/ATen/ops/sparse_csr_tensor.h' 2024-04-03T17:09:47.2464897Z adding 'torch/include/ATen/ops/sparse_csr_tensor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2466741Z adding 'torch/include/ATen/ops/sparse_csr_tensor_native.h' 2024-04-03T17:09:47.2468937Z adding 'torch/include/ATen/ops/sparse_csr_tensor_ops.h' 2024-04-03T17:09:47.2470860Z adding 'torch/include/ATen/ops/sparse_dim.h' 2024-04-03T17:09:47.2472873Z adding 'torch/include/ATen/ops/sparse_dim_cpu_dispatch.h' 2024-04-03T17:09:47.2474857Z adding 'torch/include/ATen/ops/sparse_dim_cuda_dispatch.h' 2024-04-03T17:09:47.2476719Z adding 'torch/include/ATen/ops/sparse_dim_native.h' 2024-04-03T17:09:47.2478738Z adding 'torch/include/ATen/ops/sparse_dim_ops.h' 2024-04-03T17:09:47.2480759Z adding 'torch/include/ATen/ops/sparse_mask.h' 2024-04-03T17:09:47.2483112Z adding 'torch/include/ATen/ops/sparse_mask_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2484888Z adding 'torch/include/ATen/ops/sparse_mask_native.h' 2024-04-03T17:09:47.2487019Z adding 'torch/include/ATen/ops/sparse_mask_ops.h' 2024-04-03T17:09:47.2489089Z adding 'torch/include/ATen/ops/sparse_resize.h' 2024-04-03T17:09:47.2491251Z adding 'torch/include/ATen/ops/sparse_resize_and_clear.h' 2024-04-03T17:09:47.2493941Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2496092Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_meta_dispatch.h' 2024-04-03T17:09:47.2499269Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_native.h' 2024-04-03T17:09:47.2501899Z adding 'torch/include/ATen/ops/sparse_resize_and_clear_ops.h' 2024-04-03T17:09:47.2503951Z adding 'torch/include/ATen/ops/sparse_resize_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2505802Z adding 'torch/include/ATen/ops/sparse_resize_meta_dispatch.h' 2024-04-03T17:09:47.2507649Z adding 'torch/include/ATen/ops/sparse_resize_native.h' 2024-04-03T17:09:47.2509856Z adding 'torch/include/ATen/ops/sparse_resize_ops.h' 2024-04-03T17:09:47.2511771Z adding 'torch/include/ATen/ops/sparse_sampled_addmm.h' 2024-04-03T17:09:47.2514545Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_native.h' 2024-04-03T17:09:47.2516633Z adding 'torch/include/ATen/ops/sparse_sampled_addmm_ops.h' 2024-04-03T17:09:47.2518708Z adding 'torch/include/ATen/ops/special_airy_ai.h' 2024-04-03T17:09:47.2521306Z adding 'torch/include/ATen/ops/special_airy_ai_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2522695Z adding 'torch/include/ATen/ops/special_airy_ai_cpu_dispatch.h' 2024-04-03T17:09:47.2524507Z adding 'torch/include/ATen/ops/special_airy_ai_cuda_dispatch.h' 2024-04-03T17:09:47.2526409Z adding 'torch/include/ATen/ops/special_airy_ai_meta.h' 2024-04-03T17:09:47.2528300Z adding 'torch/include/ATen/ops/special_airy_ai_meta_dispatch.h' 2024-04-03T17:09:47.2529978Z adding 'torch/include/ATen/ops/special_airy_ai_native.h' 2024-04-03T17:09:47.2531903Z adding 'torch/include/ATen/ops/special_airy_ai_ops.h' 2024-04-03T17:09:47.2534169Z adding 'torch/include/ATen/ops/special_bessel_j0.h' 2024-04-03T17:09:47.2536355Z adding 'torch/include/ATen/ops/special_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2538088Z adding 'torch/include/ATen/ops/special_bessel_j0_cpu_dispatch.h' 2024-04-03T17:09:47.2539962Z adding 'torch/include/ATen/ops/special_bessel_j0_cuda_dispatch.h' 2024-04-03T17:09:47.2541860Z adding 'torch/include/ATen/ops/special_bessel_j0_meta.h' 2024-04-03T17:09:47.2543759Z adding 'torch/include/ATen/ops/special_bessel_j0_meta_dispatch.h' 2024-04-03T17:09:47.2545705Z adding 'torch/include/ATen/ops/special_bessel_j0_native.h' 2024-04-03T17:09:47.2547716Z adding 'torch/include/ATen/ops/special_bessel_j0_ops.h' 2024-04-03T17:09:47.2549736Z adding 'torch/include/ATen/ops/special_bessel_j1.h' 2024-04-03T17:09:47.2552071Z adding 'torch/include/ATen/ops/special_bessel_j1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2554058Z adding 'torch/include/ATen/ops/special_bessel_j1_cpu_dispatch.h' 2024-04-03T17:09:47.2555986Z adding 'torch/include/ATen/ops/special_bessel_j1_cuda_dispatch.h' 2024-04-03T17:09:47.2557693Z adding 'torch/include/ATen/ops/special_bessel_j1_meta.h' 2024-04-03T17:09:47.2559760Z adding 'torch/include/ATen/ops/special_bessel_j1_meta_dispatch.h' 2024-04-03T17:09:47.2561555Z adding 'torch/include/ATen/ops/special_bessel_j1_native.h' 2024-04-03T17:09:47.2563690Z adding 'torch/include/ATen/ops/special_bessel_j1_ops.h' 2024-04-03T17:09:47.2565676Z adding 'torch/include/ATen/ops/special_bessel_y0.h' 2024-04-03T17:09:47.2568352Z adding 'torch/include/ATen/ops/special_bessel_y0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2569797Z adding 'torch/include/ATen/ops/special_bessel_y0_cpu_dispatch.h' 2024-04-03T17:09:47.2571920Z adding 'torch/include/ATen/ops/special_bessel_y0_cuda_dispatch.h' 2024-04-03T17:09:47.2573978Z adding 'torch/include/ATen/ops/special_bessel_y0_meta.h' 2024-04-03T17:09:47.2575672Z adding 'torch/include/ATen/ops/special_bessel_y0_meta_dispatch.h' 2024-04-03T17:09:47.2577610Z adding 'torch/include/ATen/ops/special_bessel_y0_native.h' 2024-04-03T17:09:47.2579845Z adding 'torch/include/ATen/ops/special_bessel_y0_ops.h' 2024-04-03T17:09:47.2581664Z adding 'torch/include/ATen/ops/special_bessel_y1.h' 2024-04-03T17:09:47.2583898Z adding 'torch/include/ATen/ops/special_bessel_y1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2586289Z adding 'torch/include/ATen/ops/special_bessel_y1_cpu_dispatch.h' 2024-04-03T17:09:47.2587995Z adding 'torch/include/ATen/ops/special_bessel_y1_cuda_dispatch.h' 2024-04-03T17:09:47.2589733Z adding 'torch/include/ATen/ops/special_bessel_y1_meta.h' 2024-04-03T17:09:47.2591756Z adding 'torch/include/ATen/ops/special_bessel_y1_meta_dispatch.h' 2024-04-03T17:09:47.2593525Z adding 'torch/include/ATen/ops/special_bessel_y1_native.h' 2024-04-03T17:09:47.2595429Z adding 'torch/include/ATen/ops/special_bessel_y1_ops.h' 2024-04-03T17:09:47.2597871Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t.h' 2024-04-03T17:09:47.2600090Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2602214Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2603946Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cpu_dispatch.h' 2024-04-03T17:09:47.2605780Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_cuda_dispatch.h' 2024-04-03T17:09:47.2607687Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta.h' 2024-04-03T17:09:47.2609749Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_meta_dispatch.h' 2024-04-03T17:09:47.2611656Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_native.h' 2024-04-03T17:09:47.2613847Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_t_ops.h' 2024-04-03T17:09:47.2615970Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u.h' 2024-04-03T17:09:47.2618677Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2620975Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2622761Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cpu_dispatch.h' 2024-04-03T17:09:47.2624697Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_cuda_dispatch.h' 2024-04-03T17:09:47.2626379Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta.h' 2024-04-03T17:09:47.2628346Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_meta_dispatch.h' 2024-04-03T17:09:47.2630425Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_native.h' 2024-04-03T17:09:47.2632669Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_u_ops.h' 2024-04-03T17:09:47.2634931Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v.h' 2024-04-03T17:09:47.2637305Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2639534Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2641255Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cpu_dispatch.h' 2024-04-03T17:09:47.2643144Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_cuda_dispatch.h' 2024-04-03T17:09:47.2644982Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta.h' 2024-04-03T17:09:47.2647040Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_meta_dispatch.h' 2024-04-03T17:09:47.2649017Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_native.h' 2024-04-03T17:09:47.2651575Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_v_ops.h' 2024-04-03T17:09:47.2654381Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w.h' 2024-04-03T17:09:47.2656312Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2658509Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2659984Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cpu_dispatch.h' 2024-04-03T17:09:47.2662376Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_cuda_dispatch.h' 2024-04-03T17:09:47.2664052Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta.h' 2024-04-03T17:09:47.2666016Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_meta_dispatch.h' 2024-04-03T17:09:47.2668307Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_native.h' 2024-04-03T17:09:47.2670524Z adding 'torch/include/ATen/ops/special_chebyshev_polynomial_w_ops.h' 2024-04-03T17:09:47.2672311Z adding 'torch/include/ATen/ops/special_digamma.h' 2024-04-03T17:09:47.2674637Z adding 'torch/include/ATen/ops/special_digamma_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2676234Z adding 'torch/include/ATen/ops/special_digamma_native.h' 2024-04-03T17:09:47.2678757Z adding 'torch/include/ATen/ops/special_digamma_ops.h' 2024-04-03T17:09:47.2680638Z adding 'torch/include/ATen/ops/special_entr.h' 2024-04-03T17:09:47.2682994Z adding 'torch/include/ATen/ops/special_entr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2684364Z adding 'torch/include/ATen/ops/special_entr_cpu_dispatch.h' 2024-04-03T17:09:47.2686301Z adding 'torch/include/ATen/ops/special_entr_cuda_dispatch.h' 2024-04-03T17:09:47.2688028Z adding 'torch/include/ATen/ops/special_entr_meta.h' 2024-04-03T17:09:47.2690136Z adding 'torch/include/ATen/ops/special_entr_meta_dispatch.h' 2024-04-03T17:09:47.2691946Z adding 'torch/include/ATen/ops/special_entr_native.h' 2024-04-03T17:09:47.2694088Z adding 'torch/include/ATen/ops/special_entr_ops.h' 2024-04-03T17:09:47.2695998Z adding 'torch/include/ATen/ops/special_erf.h' 2024-04-03T17:09:47.2698568Z adding 'torch/include/ATen/ops/special_erf_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2700006Z adding 'torch/include/ATen/ops/special_erf_native.h' 2024-04-03T17:09:47.2702217Z adding 'torch/include/ATen/ops/special_erf_ops.h' 2024-04-03T17:09:47.2704104Z adding 'torch/include/ATen/ops/special_erfc.h' 2024-04-03T17:09:47.2706343Z adding 'torch/include/ATen/ops/special_erfc_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2707808Z adding 'torch/include/ATen/ops/special_erfc_native.h' 2024-04-03T17:09:47.2710020Z adding 'torch/include/ATen/ops/special_erfc_ops.h' 2024-04-03T17:09:47.2712023Z adding 'torch/include/ATen/ops/special_erfcx.h' 2024-04-03T17:09:47.2714436Z adding 'torch/include/ATen/ops/special_erfcx_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2715999Z adding 'torch/include/ATen/ops/special_erfcx_cpu_dispatch.h' 2024-04-03T17:09:47.2718052Z adding 'torch/include/ATen/ops/special_erfcx_cuda_dispatch.h' 2024-04-03T17:09:47.2719802Z adding 'torch/include/ATen/ops/special_erfcx_meta.h' 2024-04-03T17:09:47.2721857Z adding 'torch/include/ATen/ops/special_erfcx_meta_dispatch.h' 2024-04-03T17:09:47.2723629Z adding 'torch/include/ATen/ops/special_erfcx_native.h' 2024-04-03T17:09:47.2725700Z adding 'torch/include/ATen/ops/special_erfcx_ops.h' 2024-04-03T17:09:47.2727642Z adding 'torch/include/ATen/ops/special_erfinv.h' 2024-04-03T17:09:47.2729933Z adding 'torch/include/ATen/ops/special_erfinv_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2731421Z adding 'torch/include/ATen/ops/special_erfinv_native.h' 2024-04-03T17:09:47.2733556Z adding 'torch/include/ATen/ops/special_erfinv_ops.h' 2024-04-03T17:09:47.2735437Z adding 'torch/include/ATen/ops/special_exp2.h' 2024-04-03T17:09:47.2737856Z adding 'torch/include/ATen/ops/special_exp2_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2739677Z adding 'torch/include/ATen/ops/special_exp2_native.h' 2024-04-03T17:09:47.2741909Z adding 'torch/include/ATen/ops/special_exp2_ops.h' 2024-04-03T17:09:47.2743774Z adding 'torch/include/ATen/ops/special_expit.h' 2024-04-03T17:09:47.2746140Z adding 'torch/include/ATen/ops/special_expit_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2747618Z adding 'torch/include/ATen/ops/special_expit_native.h' 2024-04-03T17:09:47.2749768Z adding 'torch/include/ATen/ops/special_expit_ops.h' 2024-04-03T17:09:47.2751695Z adding 'torch/include/ATen/ops/special_expm1.h' 2024-04-03T17:09:47.2754056Z adding 'torch/include/ATen/ops/special_expm1_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2755518Z adding 'torch/include/ATen/ops/special_expm1_native.h' 2024-04-03T17:09:47.2757694Z adding 'torch/include/ATen/ops/special_expm1_ops.h' 2024-04-03T17:09:47.2759640Z adding 'torch/include/ATen/ops/special_gammainc.h' 2024-04-03T17:09:47.2761976Z adding 'torch/include/ATen/ops/special_gammainc_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2763499Z adding 'torch/include/ATen/ops/special_gammainc_native.h' 2024-04-03T17:09:47.2765642Z adding 'torch/include/ATen/ops/special_gammainc_ops.h' 2024-04-03T17:09:47.2767648Z adding 'torch/include/ATen/ops/special_gammaincc.h' 2024-04-03T17:09:47.2769824Z adding 'torch/include/ATen/ops/special_gammaincc_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2771345Z adding 'torch/include/ATen/ops/special_gammaincc_native.h' 2024-04-03T17:09:47.2773534Z adding 'torch/include/ATen/ops/special_gammaincc_ops.h' 2024-04-03T17:09:47.2775414Z adding 'torch/include/ATen/ops/special_gammaln.h' 2024-04-03T17:09:47.2777787Z adding 'torch/include/ATen/ops/special_gammaln_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2779445Z adding 'torch/include/ATen/ops/special_gammaln_native.h' 2024-04-03T17:09:47.2781599Z adding 'torch/include/ATen/ops/special_gammaln_ops.h' 2024-04-03T17:09:47.2783696Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h.h' 2024-04-03T17:09:47.2786130Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2788133Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2789882Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cpu_dispatch.h' 2024-04-03T17:09:47.2792084Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_cuda_dispatch.h' 2024-04-03T17:09:47.2793853Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta.h' 2024-04-03T17:09:47.2795855Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_meta_dispatch.h' 2024-04-03T17:09:47.2797918Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_native.h' 2024-04-03T17:09:47.2800435Z adding 'torch/include/ATen/ops/special_hermite_polynomial_h_ops.h' 2024-04-03T17:09:47.2803337Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he.h' 2024-04-03T17:09:47.2805020Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2806791Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2808448Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cpu_dispatch.h' 2024-04-03T17:09:47.2810594Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_cuda_dispatch.h' 2024-04-03T17:09:47.2812144Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta.h' 2024-04-03T17:09:47.2814747Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_meta_dispatch.h' 2024-04-03T17:09:47.2815947Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_native.h' 2024-04-03T17:09:47.2818570Z adding 'torch/include/ATen/ops/special_hermite_polynomial_he_ops.h' 2024-04-03T17:09:47.2820572Z adding 'torch/include/ATen/ops/special_i0.h' 2024-04-03T17:09:47.2822767Z adding 'torch/include/ATen/ops/special_i0_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2824528Z adding 'torch/include/ATen/ops/special_i0_native.h' 2024-04-03T17:09:47.2826730Z adding 'torch/include/ATen/ops/special_i0_ops.h' 2024-04-03T17:09:47.2828357Z adding 'torch/include/ATen/ops/special_i0e.h' 2024-04-03T17:09:47.2830989Z adding 'torch/include/ATen/ops/special_i0e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2832362Z adding 'torch/include/ATen/ops/special_i0e_cpu_dispatch.h' 2024-04-03T17:09:47.2834490Z adding 'torch/include/ATen/ops/special_i0e_cuda_dispatch.h' 2024-04-03T17:09:47.2836200Z adding 'torch/include/ATen/ops/special_i0e_meta.h' 2024-04-03T17:09:47.2838226Z adding 'torch/include/ATen/ops/special_i0e_meta_dispatch.h' 2024-04-03T17:09:47.2840086Z adding 'torch/include/ATen/ops/special_i0e_native.h' 2024-04-03T17:09:47.2850808Z adding 'torch/include/ATen/ops/special_i0e_ops.h' 2024-04-03T17:09:47.2852043Z adding 'torch/include/ATen/ops/special_i1.h' 2024-04-03T17:09:47.2853345Z adding 'torch/include/ATen/ops/special_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2854355Z adding 'torch/include/ATen/ops/special_i1_cpu_dispatch.h' 2024-04-03T17:09:47.2855355Z adding 'torch/include/ATen/ops/special_i1_cuda_dispatch.h' 2024-04-03T17:09:47.2856066Z adding 'torch/include/ATen/ops/special_i1_meta.h' 2024-04-03T17:09:47.2857173Z adding 'torch/include/ATen/ops/special_i1_meta_dispatch.h' 2024-04-03T17:09:47.2857799Z adding 'torch/include/ATen/ops/special_i1_native.h' 2024-04-03T17:09:47.2858944Z adding 'torch/include/ATen/ops/special_i1_ops.h' 2024-04-03T17:09:47.2861176Z adding 'torch/include/ATen/ops/special_i1e.h' 2024-04-03T17:09:47.2863556Z adding 'torch/include/ATen/ops/special_i1e_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2865155Z adding 'torch/include/ATen/ops/special_i1e_cpu_dispatch.h' 2024-04-03T17:09:47.2866959Z adding 'torch/include/ATen/ops/special_i1e_cuda_dispatch.h' 2024-04-03T17:09:47.2868752Z adding 'torch/include/ATen/ops/special_i1e_meta.h' 2024-04-03T17:09:47.2871141Z adding 'torch/include/ATen/ops/special_i1e_meta_dispatch.h' 2024-04-03T17:09:47.2872522Z adding 'torch/include/ATen/ops/special_i1e_native.h' 2024-04-03T17:09:47.2874648Z adding 'torch/include/ATen/ops/special_i1e_ops.h' 2024-04-03T17:09:47.2876904Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l.h' 2024-04-03T17:09:47.2879328Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2881355Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2883183Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cpu_dispatch.h' 2024-04-03T17:09:47.2885349Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_cuda_dispatch.h' 2024-04-03T17:09:47.2887330Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta.h' 2024-04-03T17:09:47.2889226Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_meta_dispatch.h' 2024-04-03T17:09:47.2891713Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_native.h' 2024-04-03T17:09:47.2893971Z adding 'torch/include/ATen/ops/special_laguerre_polynomial_l_ops.h' 2024-04-03T17:09:47.2896091Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p.h' 2024-04-03T17:09:47.2898849Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.2900799Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2902487Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cpu_dispatch.h' 2024-04-03T17:09:47.2904311Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_cuda_dispatch.h' 2024-04-03T17:09:47.2906029Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta.h' 2024-04-03T17:09:47.2908307Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_meta_dispatch.h' 2024-04-03T17:09:47.2909999Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_native.h' 2024-04-03T17:09:47.2912369Z adding 'torch/include/ATen/ops/special_legendre_polynomial_p_ops.h' 2024-04-03T17:09:47.2914277Z adding 'torch/include/ATen/ops/special_log1p.h' 2024-04-03T17:09:47.2916543Z adding 'torch/include/ATen/ops/special_log1p_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2917878Z adding 'torch/include/ATen/ops/special_log1p_native.h' 2024-04-03T17:09:47.2919956Z adding 'torch/include/ATen/ops/special_log1p_ops.h' 2024-04-03T17:09:47.2921968Z adding 'torch/include/ATen/ops/special_log_ndtr.h' 2024-04-03T17:09:47.2924523Z adding 'torch/include/ATen/ops/special_log_ndtr_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2925997Z adding 'torch/include/ATen/ops/special_log_ndtr_cpu_dispatch.h' 2024-04-03T17:09:47.2928047Z adding 'torch/include/ATen/ops/special_log_ndtr_cuda_dispatch.h' 2024-04-03T17:09:47.2929706Z adding 'torch/include/ATen/ops/special_log_ndtr_meta.h' 2024-04-03T17:09:47.2931877Z adding 'torch/include/ATen/ops/special_log_ndtr_meta_dispatch.h' 2024-04-03T17:09:47.2933557Z adding 'torch/include/ATen/ops/special_log_ndtr_native.h' 2024-04-03T17:09:47.2935723Z adding 'torch/include/ATen/ops/special_log_ndtr_ops.h' 2024-04-03T17:09:47.2937783Z adding 'torch/include/ATen/ops/special_log_softmax.h' 2024-04-03T17:09:47.2940355Z adding 'torch/include/ATen/ops/special_log_softmax_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2941740Z adding 'torch/include/ATen/ops/special_log_softmax_native.h' 2024-04-03T17:09:47.2943832Z adding 'torch/include/ATen/ops/special_log_softmax_ops.h' 2024-04-03T17:09:47.2945722Z adding 'torch/include/ATen/ops/special_logit.h' 2024-04-03T17:09:47.2948133Z adding 'torch/include/ATen/ops/special_logit_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2949510Z adding 'torch/include/ATen/ops/special_logit_native.h' 2024-04-03T17:09:47.2951618Z adding 'torch/include/ATen/ops/special_logit_ops.h' 2024-04-03T17:09:47.2953623Z adding 'torch/include/ATen/ops/special_logsumexp.h' 2024-04-03T17:09:47.2956072Z adding 'torch/include/ATen/ops/special_logsumexp_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.2957561Z adding 'torch/include/ATen/ops/special_logsumexp_native.h' 2024-04-03T17:09:47.2959608Z adding 'torch/include/ATen/ops/special_logsumexp_ops.h' 2024-04-03T17:09:47.2961680Z adding 'torch/include/ATen/ops/special_modified_bessel_i0.h' 2024-04-03T17:09:47.2964089Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2965828Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cpu_dispatch.h' 2024-04-03T17:09:47.2967896Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_cuda_dispatch.h' 2024-04-03T17:09:47.2969338Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta.h' 2024-04-03T17:09:47.2971525Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_meta_dispatch.h' 2024-04-03T17:09:47.2973343Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_native.h' 2024-04-03T17:09:47.2975643Z adding 'torch/include/ATen/ops/special_modified_bessel_i0_ops.h' 2024-04-03T17:09:47.2978607Z adding 'torch/include/ATen/ops/special_modified_bessel_i1.h' 2024-04-03T17:09:47.2981348Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2983183Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cpu_dispatch.h' 2024-04-03T17:09:47.2984984Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_cuda_dispatch.h' 2024-04-03T17:09:47.2986859Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta.h' 2024-04-03T17:09:47.2989039Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_meta_dispatch.h' 2024-04-03T17:09:47.2990727Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_native.h' 2024-04-03T17:09:47.2992927Z adding 'torch/include/ATen/ops/special_modified_bessel_i1_ops.h' 2024-04-03T17:09:47.2994785Z adding 'torch/include/ATen/ops/special_modified_bessel_k0.h' 2024-04-03T17:09:47.2997324Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.2999111Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cpu_dispatch.h' 2024-04-03T17:09:47.3001029Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_cuda_dispatch.h' 2024-04-03T17:09:47.3002737Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta.h' 2024-04-03T17:09:47.3005064Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_meta_dispatch.h' 2024-04-03T17:09:47.3006725Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_native.h' 2024-04-03T17:09:47.3008933Z adding 'torch/include/ATen/ops/special_modified_bessel_k0_ops.h' 2024-04-03T17:09:47.3010880Z adding 'torch/include/ATen/ops/special_modified_bessel_k1.h' 2024-04-03T17:09:47.3013369Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3015004Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cpu_dispatch.h' 2024-04-03T17:09:47.3017105Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_cuda_dispatch.h' 2024-04-03T17:09:47.3019115Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta.h' 2024-04-03T17:09:47.3021697Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_meta_dispatch.h' 2024-04-03T17:09:47.3023175Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_native.h' 2024-04-03T17:09:47.3025370Z adding 'torch/include/ATen/ops/special_modified_bessel_k1_ops.h' 2024-04-03T17:09:47.3027080Z adding 'torch/include/ATen/ops/special_multigammaln.h' 2024-04-03T17:09:47.3029740Z adding 'torch/include/ATen/ops/special_multigammaln_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3031123Z adding 'torch/include/ATen/ops/special_multigammaln_native.h' 2024-04-03T17:09:47.3033172Z adding 'torch/include/ATen/ops/special_multigammaln_ops.h' 2024-04-03T17:09:47.3034984Z adding 'torch/include/ATen/ops/special_ndtr.h' 2024-04-03T17:09:47.3037514Z adding 'torch/include/ATen/ops/special_ndtr_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3038880Z adding 'torch/include/ATen/ops/special_ndtr_native.h' 2024-04-03T17:09:47.3041194Z adding 'torch/include/ATen/ops/special_ndtr_ops.h' 2024-04-03T17:09:47.3043222Z adding 'torch/include/ATen/ops/special_ndtri.h' 2024-04-03T17:09:47.3045625Z adding 'torch/include/ATen/ops/special_ndtri_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3047138Z adding 'torch/include/ATen/ops/special_ndtri_cpu_dispatch.h' 2024-04-03T17:09:47.3049164Z adding 'torch/include/ATen/ops/special_ndtri_cuda_dispatch.h' 2024-04-03T17:09:47.3050789Z adding 'torch/include/ATen/ops/special_ndtri_meta.h' 2024-04-03T17:09:47.3053309Z adding 'torch/include/ATen/ops/special_ndtri_meta_dispatch.h' 2024-04-03T17:09:47.3055584Z adding 'torch/include/ATen/ops/special_ndtri_native.h' 2024-04-03T17:09:47.3057224Z adding 'torch/include/ATen/ops/special_ndtri_ops.h' 2024-04-03T17:09:47.3059328Z adding 'torch/include/ATen/ops/special_polygamma.h' 2024-04-03T17:09:47.3061389Z adding 'torch/include/ATen/ops/special_polygamma_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3062834Z adding 'torch/include/ATen/ops/special_polygamma_native.h' 2024-04-03T17:09:47.3065104Z adding 'torch/include/ATen/ops/special_polygamma_ops.h' 2024-04-03T17:09:47.3066863Z adding 'torch/include/ATen/ops/special_psi.h' 2024-04-03T17:09:47.3069152Z adding 'torch/include/ATen/ops/special_psi_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3070408Z adding 'torch/include/ATen/ops/special_psi_native.h' 2024-04-03T17:09:47.3072777Z adding 'torch/include/ATen/ops/special_psi_ops.h' 2024-04-03T17:09:47.3074698Z adding 'torch/include/ATen/ops/special_round.h' 2024-04-03T17:09:47.3076965Z adding 'torch/include/ATen/ops/special_round_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3078385Z adding 'torch/include/ATen/ops/special_round_native.h' 2024-04-03T17:09:47.3080244Z adding 'torch/include/ATen/ops/special_round_ops.h' 2024-04-03T17:09:47.3082411Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0.h' 2024-04-03T17:09:47.3084725Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3086337Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cpu_dispatch.h' 2024-04-03T17:09:47.3087776Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_cuda_dispatch.h' 2024-04-03T17:09:47.3089840Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta.h' 2024-04-03T17:09:47.3091298Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_meta_dispatch.h' 2024-04-03T17:09:47.3093597Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_native.h' 2024-04-03T17:09:47.3095467Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k0_ops.h' 2024-04-03T17:09:47.3097532Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1.h' 2024-04-03T17:09:47.3100195Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3101906Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cpu_dispatch.h' 2024-04-03T17:09:47.3104136Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_cuda_dispatch.h' 2024-04-03T17:09:47.3105749Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta.h' 2024-04-03T17:09:47.3108133Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_meta_dispatch.h' 2024-04-03T17:09:47.3110020Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_native.h' 2024-04-03T17:09:47.3112233Z adding 'torch/include/ATen/ops/special_scaled_modified_bessel_k1_ops.h' 2024-04-03T17:09:47.3114476Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t.h' 2024-04-03T17:09:47.3116955Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3119032Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3121034Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cpu_dispatch.h' 2024-04-03T17:09:47.3123199Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_cuda_dispatch.h' 2024-04-03T17:09:47.3124881Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta.h' 2024-04-03T17:09:47.3127126Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_meta_dispatch.h' 2024-04-03T17:09:47.3129153Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_native.h' 2024-04-03T17:09:47.3131501Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_t_ops.h' 2024-04-03T17:09:47.3133745Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u.h' 2024-04-03T17:09:47.3136272Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3138589Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3140430Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cpu_dispatch.h' 2024-04-03T17:09:47.3142646Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_cuda_dispatch.h' 2024-04-03T17:09:47.3144532Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta.h' 2024-04-03T17:09:47.3146641Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_meta_dispatch.h' 2024-04-03T17:09:47.3148617Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_native.h' 2024-04-03T17:09:47.3151020Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_u_ops.h' 2024-04-03T17:09:47.3153311Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v.h' 2024-04-03T17:09:47.3155861Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3157828Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3159610Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cpu_dispatch.h' 2024-04-03T17:09:47.3161230Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_cuda_dispatch.h' 2024-04-03T17:09:47.3163060Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta.h' 2024-04-03T17:09:47.3165039Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_meta_dispatch.h' 2024-04-03T17:09:47.3166788Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_native.h' 2024-04-03T17:09:47.3169042Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_v_ops.h' 2024-04-03T17:09:47.3171197Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w.h' 2024-04-03T17:09:47.3173778Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3175736Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3177509Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cpu_dispatch.h' 2024-04-03T17:09:47.3179889Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_cuda_dispatch.h' 2024-04-03T17:09:47.3181447Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta.h' 2024-04-03T17:09:47.3183183Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_meta_dispatch.h' 2024-04-03T17:09:47.3185082Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_native.h' 2024-04-03T17:09:47.3187189Z adding 'torch/include/ATen/ops/special_shifted_chebyshev_polynomial_w_ops.h' 2024-04-03T17:09:47.3188976Z adding 'torch/include/ATen/ops/special_sinc.h' 2024-04-03T17:09:47.3191088Z adding 'torch/include/ATen/ops/special_sinc_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3192567Z adding 'torch/include/ATen/ops/special_sinc_native.h' 2024-04-03T17:09:47.3194567Z adding 'torch/include/ATen/ops/special_sinc_ops.h' 2024-04-03T17:09:47.3196417Z adding 'torch/include/ATen/ops/special_softmax.h' 2024-04-03T17:09:47.3198603Z adding 'torch/include/ATen/ops/special_softmax_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3199953Z adding 'torch/include/ATen/ops/special_softmax_native.h' 2024-04-03T17:09:47.3201891Z adding 'torch/include/ATen/ops/special_softmax_ops.h' 2024-04-03T17:09:47.3203818Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0.h' 2024-04-03T17:09:47.3206160Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3207453Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cpu_dispatch.h' 2024-04-03T17:09:47.3209350Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_cuda_dispatch.h' 2024-04-03T17:09:47.3211046Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta.h' 2024-04-03T17:09:47.3212918Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_meta_dispatch.h' 2024-04-03T17:09:47.3214660Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_native.h' 2024-04-03T17:09:47.3216564Z adding 'torch/include/ATen/ops/special_spherical_bessel_j0_ops.h' 2024-04-03T17:09:47.3218923Z adding 'torch/include/ATen/ops/special_xlog1py.h' 2024-04-03T17:09:47.3221284Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3223234Z adding 'torch/include/ATen/ops/special_xlog1py_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3224706Z adding 'torch/include/ATen/ops/special_xlog1py_cpu_dispatch.h' 2024-04-03T17:09:47.3226673Z adding 'torch/include/ATen/ops/special_xlog1py_cuda_dispatch.h' 2024-04-03T17:09:47.3228179Z adding 'torch/include/ATen/ops/special_xlog1py_meta.h' 2024-04-03T17:09:47.3230225Z adding 'torch/include/ATen/ops/special_xlog1py_meta_dispatch.h' 2024-04-03T17:09:47.3231770Z adding 'torch/include/ATen/ops/special_xlog1py_native.h' 2024-04-03T17:09:47.3234107Z adding 'torch/include/ATen/ops/special_xlog1py_ops.h' 2024-04-03T17:09:47.3235954Z adding 'torch/include/ATen/ops/special_xlogy.h' 2024-04-03T17:09:47.3238402Z adding 'torch/include/ATen/ops/special_xlogy_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3239681Z adding 'torch/include/ATen/ops/special_xlogy_native.h' 2024-04-03T17:09:47.3241871Z adding 'torch/include/ATen/ops/special_xlogy_ops.h' 2024-04-03T17:09:47.3243983Z adding 'torch/include/ATen/ops/special_zeta.h' 2024-04-03T17:09:47.3246387Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3248205Z adding 'torch/include/ATen/ops/special_zeta_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3249691Z adding 'torch/include/ATen/ops/special_zeta_cpu_dispatch.h' 2024-04-03T17:09:47.3251501Z adding 'torch/include/ATen/ops/special_zeta_cuda_dispatch.h' 2024-04-03T17:09:47.3253287Z adding 'torch/include/ATen/ops/special_zeta_meta.h' 2024-04-03T17:09:47.3255420Z adding 'torch/include/ATen/ops/special_zeta_meta_dispatch.h' 2024-04-03T17:09:47.3257020Z adding 'torch/include/ATen/ops/special_zeta_native.h' 2024-04-03T17:09:47.3259366Z adding 'torch/include/ATen/ops/special_zeta_ops.h' 2024-04-03T17:09:47.3261441Z adding 'torch/include/ATen/ops/split.h' 2024-04-03T17:09:47.3263544Z adding 'torch/include/ATen/ops/split_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3265284Z adding 'torch/include/ATen/ops/split_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3267133Z adding 'torch/include/ATen/ops/split_copy.h' 2024-04-03T17:09:47.3269130Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3270873Z adding 'torch/include/ATen/ops/split_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3272189Z adding 'torch/include/ATen/ops/split_copy_native.h' 2024-04-03T17:09:47.3273992Z adding 'torch/include/ATen/ops/split_copy_ops.h' 2024-04-03T17:09:47.3275589Z adding 'torch/include/ATen/ops/split_native.h' 2024-04-03T17:09:47.3277316Z adding 'torch/include/ATen/ops/split_ops.h' 2024-04-03T17:09:47.3279118Z adding 'torch/include/ATen/ops/split_with_sizes.h' 2024-04-03T17:09:47.3281043Z adding 'torch/include/ATen/ops/split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3282853Z adding 'torch/include/ATen/ops/split_with_sizes_copy.h' 2024-04-03T17:09:47.3285613Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3287536Z adding 'torch/include/ATen/ops/split_with_sizes_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3289047Z adding 'torch/include/ATen/ops/split_with_sizes_copy_cuda_dispatch.h' 2024-04-03T17:09:47.3290837Z adding 'torch/include/ATen/ops/split_with_sizes_copy_native.h' 2024-04-03T17:09:47.3292766Z adding 'torch/include/ATen/ops/split_with_sizes_copy_ops.h' 2024-04-03T17:09:47.3294455Z adding 'torch/include/ATen/ops/split_with_sizes_native.h' 2024-04-03T17:09:47.3296314Z adding 'torch/include/ATen/ops/split_with_sizes_ops.h' 2024-04-03T17:09:47.3298037Z adding 'torch/include/ATen/ops/sqrt.h' 2024-04-03T17:09:47.3300392Z adding 'torch/include/ATen/ops/sqrt_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3301905Z adding 'torch/include/ATen/ops/sqrt_cpu_dispatch.h' 2024-04-03T17:09:47.3303817Z adding 'torch/include/ATen/ops/sqrt_cuda_dispatch.h' 2024-04-03T17:09:47.3305560Z adding 'torch/include/ATen/ops/sqrt_meta.h' 2024-04-03T17:09:47.3307521Z adding 'torch/include/ATen/ops/sqrt_meta_dispatch.h' 2024-04-03T17:09:47.3309250Z adding 'torch/include/ATen/ops/sqrt_native.h' 2024-04-03T17:09:47.3311166Z adding 'torch/include/ATen/ops/sqrt_ops.h' 2024-04-03T17:09:47.3313094Z adding 'torch/include/ATen/ops/square.h' 2024-04-03T17:09:47.3315161Z adding 'torch/include/ATen/ops/square_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3316674Z adding 'torch/include/ATen/ops/square_native.h' 2024-04-03T17:09:47.3318825Z adding 'torch/include/ATen/ops/square_ops.h' 2024-04-03T17:09:47.3321061Z adding 'torch/include/ATen/ops/squeeze.h' 2024-04-03T17:09:47.3323312Z adding 'torch/include/ATen/ops/squeeze_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3325079Z adding 'torch/include/ATen/ops/squeeze_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3326967Z adding 'torch/include/ATen/ops/squeeze_copy.h' 2024-04-03T17:09:47.3329592Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3331331Z adding 'torch/include/ATen/ops/squeeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3332818Z adding 'torch/include/ATen/ops/squeeze_copy_native.h' 2024-04-03T17:09:47.3335194Z adding 'torch/include/ATen/ops/squeeze_copy_ops.h' 2024-04-03T17:09:47.3337226Z adding 'torch/include/ATen/ops/squeeze_native.h' 2024-04-03T17:09:47.3340664Z adding 'torch/include/ATen/ops/squeeze_ops.h' 2024-04-03T17:09:47.3342028Z adding 'torch/include/ATen/ops/sspaddmm.h' 2024-04-03T17:09:47.3344208Z adding 'torch/include/ATen/ops/sspaddmm_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3345760Z adding 'torch/include/ATen/ops/sspaddmm_cpu_dispatch.h' 2024-04-03T17:09:47.3347628Z adding 'torch/include/ATen/ops/sspaddmm_cuda_dispatch.h' 2024-04-03T17:09:47.3349317Z adding 'torch/include/ATen/ops/sspaddmm_native.h' 2024-04-03T17:09:47.3351192Z adding 'torch/include/ATen/ops/sspaddmm_ops.h' 2024-04-03T17:09:47.3353019Z adding 'torch/include/ATen/ops/stack.h' 2024-04-03T17:09:47.3355325Z adding 'torch/include/ATen/ops/stack_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3356533Z adding 'torch/include/ATen/ops/stack_native.h' 2024-04-03T17:09:47.3358488Z adding 'torch/include/ATen/ops/stack_ops.h' 2024-04-03T17:09:47.3360570Z adding 'torch/include/ATen/ops/std.h' 2024-04-03T17:09:47.3363024Z adding 'torch/include/ATen/ops/std_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3364491Z adding 'torch/include/ATen/ops/std_cpu_dispatch.h' 2024-04-03T17:09:47.3366502Z adding 'torch/include/ATen/ops/std_cuda_dispatch.h' 2024-04-03T17:09:47.3368603Z adding 'torch/include/ATen/ops/std_mean.h' 2024-04-03T17:09:47.3370693Z adding 'torch/include/ATen/ops/std_mean_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3372368Z adding 'torch/include/ATen/ops/std_mean_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3374246Z adding 'torch/include/ATen/ops/std_mean_cpu_dispatch.h' 2024-04-03T17:09:47.3376067Z adding 'torch/include/ATen/ops/std_mean_cuda_dispatch.h' 2024-04-03T17:09:47.3377900Z adding 'torch/include/ATen/ops/std_mean_native.h' 2024-04-03T17:09:47.3380223Z adding 'torch/include/ATen/ops/std_mean_ops.h' 2024-04-03T17:09:47.3382237Z adding 'torch/include/ATen/ops/std_native.h' 2024-04-03T17:09:47.3384508Z adding 'torch/include/ATen/ops/std_ops.h' 2024-04-03T17:09:47.3386596Z adding 'torch/include/ATen/ops/stft.h' 2024-04-03T17:09:47.3388743Z adding 'torch/include/ATen/ops/stft_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3390143Z adding 'torch/include/ATen/ops/stft_native.h' 2024-04-03T17:09:47.3392448Z adding 'torch/include/ATen/ops/stft_ops.h' 2024-04-03T17:09:47.3394266Z adding 'torch/include/ATen/ops/stride.h' 2024-04-03T17:09:47.3396445Z adding 'torch/include/ATen/ops/stride_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3397767Z adding 'torch/include/ATen/ops/stride_native.h' 2024-04-03T17:09:47.3399715Z adding 'torch/include/ATen/ops/stride_ops.h' 2024-04-03T17:09:47.3401585Z adding 'torch/include/ATen/ops/sub.h' 2024-04-03T17:09:47.3403795Z adding 'torch/include/ATen/ops/sub_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3405508Z adding 'torch/include/ATen/ops/sub_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3407041Z adding 'torch/include/ATen/ops/sub_cpu_dispatch.h' 2024-04-03T17:09:47.3409028Z adding 'torch/include/ATen/ops/sub_cuda_dispatch.h' 2024-04-03T17:09:47.3410851Z adding 'torch/include/ATen/ops/sub_meta.h' 2024-04-03T17:09:47.3412575Z adding 'torch/include/ATen/ops/sub_meta_dispatch.h' 2024-04-03T17:09:47.3414533Z adding 'torch/include/ATen/ops/sub_native.h' 2024-04-03T17:09:47.3416795Z adding 'torch/include/ATen/ops/sub_ops.h' 2024-04-03T17:09:47.3418897Z adding 'torch/include/ATen/ops/subtract.h' 2024-04-03T17:09:47.3421078Z adding 'torch/include/ATen/ops/subtract_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3422636Z adding 'torch/include/ATen/ops/subtract_native.h' 2024-04-03T17:09:47.3424812Z adding 'torch/include/ATen/ops/subtract_ops.h' 2024-04-03T17:09:47.3426970Z adding 'torch/include/ATen/ops/sum.h' 2024-04-03T17:09:47.3429157Z adding 'torch/include/ATen/ops/sum_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3431974Z adding 'torch/include/ATen/ops/sum_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3433652Z adding 'torch/include/ATen/ops/sum_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3435531Z adding 'torch/include/ATen/ops/sum_cpu_dispatch.h' 2024-04-03T17:09:47.3437385Z adding 'torch/include/ATen/ops/sum_cuda_dispatch.h' 2024-04-03T17:09:47.3439154Z adding 'torch/include/ATen/ops/sum_meta.h' 2024-04-03T17:09:47.3440973Z adding 'torch/include/ATen/ops/sum_meta_dispatch.h' 2024-04-03T17:09:47.3442910Z adding 'torch/include/ATen/ops/sum_native.h' 2024-04-03T17:09:47.3444963Z adding 'torch/include/ATen/ops/sum_ops.h' 2024-04-03T17:09:47.3447001Z adding 'torch/include/ATen/ops/sum_to_size.h' 2024-04-03T17:09:47.3448986Z adding 'torch/include/ATen/ops/sum_to_size_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3450746Z adding 'torch/include/ATen/ops/sum_to_size_native.h' 2024-04-03T17:09:47.3453009Z adding 'torch/include/ATen/ops/sum_to_size_ops.h' 2024-04-03T17:09:47.3454546Z adding 'torch/include/ATen/ops/svd.h' 2024-04-03T17:09:47.3456514Z adding 'torch/include/ATen/ops/svd_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3458393Z adding 'torch/include/ATen/ops/svd_native.h' 2024-04-03T17:09:47.3460508Z adding 'torch/include/ATen/ops/svd_ops.h' 2024-04-03T17:09:47.3462485Z adding 'torch/include/ATen/ops/swapaxes.h' 2024-04-03T17:09:47.3464449Z adding 'torch/include/ATen/ops/swapaxes_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3465925Z adding 'torch/include/ATen/ops/swapaxes_native.h' 2024-04-03T17:09:47.3467925Z adding 'torch/include/ATen/ops/swapaxes_ops.h' 2024-04-03T17:09:47.3469857Z adding 'torch/include/ATen/ops/swapdims.h' 2024-04-03T17:09:47.3471932Z adding 'torch/include/ATen/ops/swapdims_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3473390Z adding 'torch/include/ATen/ops/swapdims_native.h' 2024-04-03T17:09:47.3475312Z adding 'torch/include/ATen/ops/swapdims_ops.h' 2024-04-03T17:09:47.3477287Z adding 'torch/include/ATen/ops/sym_constrain_range.h' 2024-04-03T17:09:47.3479291Z adding 'torch/include/ATen/ops/sym_constrain_range_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3480775Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size.h' 2024-04-03T17:09:47.3482874Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3484431Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_native.h' 2024-04-03T17:09:47.3486389Z adding 'torch/include/ATen/ops/sym_constrain_range_for_size_ops.h' 2024-04-03T17:09:47.3488131Z adding 'torch/include/ATen/ops/sym_constrain_range_native.h' 2024-04-03T17:09:47.3489961Z adding 'torch/include/ATen/ops/sym_constrain_range_ops.h' 2024-04-03T17:09:47.3491607Z adding 'torch/include/ATen/ops/sym_numel.h' 2024-04-03T17:09:47.3493652Z adding 'torch/include/ATen/ops/sym_numel_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3495116Z adding 'torch/include/ATen/ops/sym_numel_native.h' 2024-04-03T17:09:47.3497012Z adding 'torch/include/ATen/ops/sym_numel_ops.h' 2024-04-03T17:09:47.3498981Z adding 'torch/include/ATen/ops/sym_size.h' 2024-04-03T17:09:47.3501125Z adding 'torch/include/ATen/ops/sym_size_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3502559Z adding 'torch/include/ATen/ops/sym_size_native.h' 2024-04-03T17:09:47.3504504Z adding 'torch/include/ATen/ops/sym_size_ops.h' 2024-04-03T17:09:47.3506489Z adding 'torch/include/ATen/ops/sym_storage_offset.h' 2024-04-03T17:09:47.3508456Z adding 'torch/include/ATen/ops/sym_storage_offset_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3509871Z adding 'torch/include/ATen/ops/sym_storage_offset_native.h' 2024-04-03T17:09:47.3511784Z adding 'torch/include/ATen/ops/sym_storage_offset_ops.h' 2024-04-03T17:09:47.3513469Z adding 'torch/include/ATen/ops/sym_stride.h' 2024-04-03T17:09:47.3515561Z adding 'torch/include/ATen/ops/sym_stride_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3517015Z adding 'torch/include/ATen/ops/sym_stride_native.h' 2024-04-03T17:09:47.3518953Z adding 'torch/include/ATen/ops/sym_stride_ops.h' 2024-04-03T17:09:47.3520695Z adding 'torch/include/ATen/ops/t.h' 2024-04-03T17:09:47.3522686Z adding 'torch/include/ATen/ops/t_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3524319Z adding 'torch/include/ATen/ops/t_copy.h' 2024-04-03T17:09:47.3526319Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3528322Z adding 'torch/include/ATen/ops/t_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3529793Z adding 'torch/include/ATen/ops/t_copy_native.h' 2024-04-03T17:09:47.3531766Z adding 'torch/include/ATen/ops/t_copy_ops.h' 2024-04-03T17:09:47.3533902Z adding 'torch/include/ATen/ops/t_native.h' 2024-04-03T17:09:47.3534896Z adding 'torch/include/ATen/ops/t_ops.h' 2024-04-03T17:09:47.3537341Z adding 'torch/include/ATen/ops/take.h' 2024-04-03T17:09:47.3539377Z adding 'torch/include/ATen/ops/take_along_dim.h' 2024-04-03T17:09:47.3541583Z adding 'torch/include/ATen/ops/take_along_dim_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3543103Z adding 'torch/include/ATen/ops/take_along_dim_native.h' 2024-04-03T17:09:47.3545267Z adding 'torch/include/ATen/ops/take_along_dim_ops.h' 2024-04-03T17:09:47.3547302Z adding 'torch/include/ATen/ops/take_cpu_dispatch.h' 2024-04-03T17:09:47.3549208Z adding 'torch/include/ATen/ops/take_cuda_dispatch.h' 2024-04-03T17:09:47.3550998Z adding 'torch/include/ATen/ops/take_native.h' 2024-04-03T17:09:47.3552932Z adding 'torch/include/ATen/ops/take_ops.h' 2024-04-03T17:09:47.3555111Z adding 'torch/include/ATen/ops/tan.h' 2024-04-03T17:09:47.3556897Z adding 'torch/include/ATen/ops/tan_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3558443Z adding 'torch/include/ATen/ops/tan_cpu_dispatch.h' 2024-04-03T17:09:47.3560804Z adding 'torch/include/ATen/ops/tan_cuda_dispatch.h' 2024-04-03T17:09:47.3562147Z adding 'torch/include/ATen/ops/tan_meta.h' 2024-04-03T17:09:47.3564312Z adding 'torch/include/ATen/ops/tan_meta_dispatch.h' 2024-04-03T17:09:47.3566058Z adding 'torch/include/ATen/ops/tan_native.h' 2024-04-03T17:09:47.3568075Z adding 'torch/include/ATen/ops/tan_ops.h' 2024-04-03T17:09:47.3570132Z adding 'torch/include/ATen/ops/tanh.h' 2024-04-03T17:09:47.3572061Z adding 'torch/include/ATen/ops/tanh_backward.h' 2024-04-03T17:09:47.3574548Z adding 'torch/include/ATen/ops/tanh_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3576046Z adding 'torch/include/ATen/ops/tanh_backward_cpu_dispatch.h' 2024-04-03T17:09:47.3578111Z adding 'torch/include/ATen/ops/tanh_backward_cuda_dispatch.h' 2024-04-03T17:09:47.3580219Z adding 'torch/include/ATen/ops/tanh_backward_meta.h' 2024-04-03T17:09:47.3582150Z adding 'torch/include/ATen/ops/tanh_backward_meta_dispatch.h' 2024-04-03T17:09:47.3583934Z adding 'torch/include/ATen/ops/tanh_backward_native.h' 2024-04-03T17:09:47.3586015Z adding 'torch/include/ATen/ops/tanh_backward_ops.h' 2024-04-03T17:09:47.3588273Z adding 'torch/include/ATen/ops/tanh_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3589461Z adding 'torch/include/ATen/ops/tanh_cpu_dispatch.h' 2024-04-03T17:09:47.3591478Z adding 'torch/include/ATen/ops/tanh_cuda_dispatch.h' 2024-04-03T17:09:47.3593418Z adding 'torch/include/ATen/ops/tanh_meta.h' 2024-04-03T17:09:47.3595386Z adding 'torch/include/ATen/ops/tanh_meta_dispatch.h' 2024-04-03T17:09:47.3597233Z adding 'torch/include/ATen/ops/tanh_native.h' 2024-04-03T17:09:47.3599491Z adding 'torch/include/ATen/ops/tanh_ops.h' 2024-04-03T17:09:47.3601536Z adding 'torch/include/ATen/ops/tensor.h' 2024-04-03T17:09:47.3603732Z adding 'torch/include/ATen/ops/tensor_split.h' 2024-04-03T17:09:47.3606127Z adding 'torch/include/ATen/ops/tensor_split_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3607420Z adding 'torch/include/ATen/ops/tensor_split_native.h' 2024-04-03T17:09:47.3609840Z adding 'torch/include/ATen/ops/tensor_split_ops.h' 2024-04-03T17:09:47.3612204Z adding 'torch/include/ATen/ops/tensordot.h' 2024-04-03T17:09:47.3614468Z adding 'torch/include/ATen/ops/tensordot_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3615942Z adding 'torch/include/ATen/ops/tensordot_native.h' 2024-04-03T17:09:47.3618201Z adding 'torch/include/ATen/ops/tensordot_ops.h' 2024-04-03T17:09:47.3620706Z adding 'torch/include/ATen/ops/thnn_conv2d.h' 2024-04-03T17:09:47.3623238Z adding 'torch/include/ATen/ops/thnn_conv2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3624878Z adding 'torch/include/ATen/ops/thnn_conv2d_native.h' 2024-04-03T17:09:47.3627337Z adding 'torch/include/ATen/ops/thnn_conv2d_ops.h' 2024-04-03T17:09:47.3629273Z adding 'torch/include/ATen/ops/threshold.h' 2024-04-03T17:09:47.3631440Z adding 'torch/include/ATen/ops/threshold_backward.h' 2024-04-03T17:09:47.3633611Z adding 'torch/include/ATen/ops/threshold_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3635234Z adding 'torch/include/ATen/ops/threshold_backward_cpu_dispatch.h' 2024-04-03T17:09:47.3637365Z adding 'torch/include/ATen/ops/threshold_backward_cuda_dispatch.h' 2024-04-03T17:09:47.3639098Z adding 'torch/include/ATen/ops/threshold_backward_meta.h' 2024-04-03T17:09:47.3641104Z adding 'torch/include/ATen/ops/threshold_backward_meta_dispatch.h' 2024-04-03T17:09:47.3643114Z adding 'torch/include/ATen/ops/threshold_backward_native.h' 2024-04-03T17:09:47.3645048Z adding 'torch/include/ATen/ops/threshold_backward_ops.h' 2024-04-03T17:09:47.3647362Z adding 'torch/include/ATen/ops/threshold_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3648888Z adding 'torch/include/ATen/ops/threshold_cpu_dispatch.h' 2024-04-03T17:09:47.3650754Z adding 'torch/include/ATen/ops/threshold_cuda_dispatch.h' 2024-04-03T17:09:47.3652596Z adding 'torch/include/ATen/ops/threshold_meta.h' 2024-04-03T17:09:47.3654510Z adding 'torch/include/ATen/ops/threshold_meta_dispatch.h' 2024-04-03T17:09:47.3656379Z adding 'torch/include/ATen/ops/threshold_native.h' 2024-04-03T17:09:47.3658752Z adding 'torch/include/ATen/ops/threshold_ops.h' 2024-04-03T17:09:47.3661053Z adding 'torch/include/ATen/ops/tile.h' 2024-04-03T17:09:47.3663453Z adding 'torch/include/ATen/ops/tile_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3665530Z adding 'torch/include/ATen/ops/tile_native.h' 2024-04-03T17:09:47.3668421Z adding 'torch/include/ATen/ops/tile_ops.h' 2024-04-03T17:09:47.3670393Z adding 'torch/include/ATen/ops/to.h' 2024-04-03T17:09:47.3673461Z adding 'torch/include/ATen/ops/to_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3674810Z adding 'torch/include/ATen/ops/to_dense.h' 2024-04-03T17:09:47.3677749Z adding 'torch/include/ATen/ops/to_dense_backward.h' 2024-04-03T17:09:47.3680447Z adding 'torch/include/ATen/ops/to_dense_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3682339Z adding 'torch/include/ATen/ops/to_dense_backward_native.h' 2024-04-03T17:09:47.3685032Z adding 'torch/include/ATen/ops/to_dense_backward_ops.h' 2024-04-03T17:09:47.3687771Z adding 'torch/include/ATen/ops/to_dense_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3689384Z adding 'torch/include/ATen/ops/to_dense_native.h' 2024-04-03T17:09:47.3692356Z adding 'torch/include/ATen/ops/to_dense_ops.h' 2024-04-03T17:09:47.3694535Z adding 'torch/include/ATen/ops/to_mkldnn.h' 2024-04-03T17:09:47.3697348Z adding 'torch/include/ATen/ops/to_mkldnn_backward.h' 2024-04-03T17:09:47.3700235Z adding 'torch/include/ATen/ops/to_mkldnn_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3702224Z adding 'torch/include/ATen/ops/to_mkldnn_backward_native.h' 2024-04-03T17:09:47.3705047Z adding 'torch/include/ATen/ops/to_mkldnn_backward_ops.h' 2024-04-03T17:09:47.3707332Z adding 'torch/include/ATen/ops/to_mkldnn_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3709669Z adding 'torch/include/ATen/ops/to_mkldnn_cpu_dispatch.h' 2024-04-03T17:09:47.3711738Z adding 'torch/include/ATen/ops/to_mkldnn_native.h' 2024-04-03T17:09:47.3714405Z adding 'torch/include/ATen/ops/to_mkldnn_ops.h' 2024-04-03T17:09:47.3716736Z adding 'torch/include/ATen/ops/to_native.h' 2024-04-03T17:09:47.3719507Z adding 'torch/include/ATen/ops/to_ops.h' 2024-04-03T17:09:47.3722298Z adding 'torch/include/ATen/ops/to_padded_tensor.h' 2024-04-03T17:09:47.3725282Z adding 'torch/include/ATen/ops/to_padded_tensor_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3727103Z adding 'torch/include/ATen/ops/to_padded_tensor_native.h' 2024-04-03T17:09:47.3729974Z adding 'torch/include/ATen/ops/to_padded_tensor_ops.h' 2024-04-03T17:09:47.3731813Z adding 'torch/include/ATen/ops/to_sparse.h' 2024-04-03T17:09:47.3734433Z adding 'torch/include/ATen/ops/to_sparse_bsc.h' 2024-04-03T17:09:47.3737006Z adding 'torch/include/ATen/ops/to_sparse_bsc_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3739236Z adding 'torch/include/ATen/ops/to_sparse_bsc_native.h' 2024-04-03T17:09:47.3742033Z adding 'torch/include/ATen/ops/to_sparse_bsc_ops.h' 2024-04-03T17:09:47.3744052Z adding 'torch/include/ATen/ops/to_sparse_bsr.h' 2024-04-03T17:09:47.3747294Z adding 'torch/include/ATen/ops/to_sparse_bsr_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3748741Z adding 'torch/include/ATen/ops/to_sparse_bsr_native.h' 2024-04-03T17:09:47.3751583Z adding 'torch/include/ATen/ops/to_sparse_bsr_ops.h' 2024-04-03T17:09:47.3754146Z adding 'torch/include/ATen/ops/to_sparse_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3755774Z adding 'torch/include/ATen/ops/to_sparse_csc.h' 2024-04-03T17:09:47.3757799Z adding 'torch/include/ATen/ops/to_sparse_csc_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3759477Z adding 'torch/include/ATen/ops/to_sparse_csc_native.h' 2024-04-03T17:09:47.3761498Z adding 'torch/include/ATen/ops/to_sparse_csc_ops.h' 2024-04-03T17:09:47.3763294Z adding 'torch/include/ATen/ops/to_sparse_csr.h' 2024-04-03T17:09:47.3765339Z adding 'torch/include/ATen/ops/to_sparse_csr_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3767041Z adding 'torch/include/ATen/ops/to_sparse_csr_native.h' 2024-04-03T17:09:47.3769008Z adding 'torch/include/ATen/ops/to_sparse_csr_ops.h' 2024-04-03T17:09:47.3770732Z adding 'torch/include/ATen/ops/to_sparse_native.h' 2024-04-03T17:09:47.3772557Z adding 'torch/include/ATen/ops/to_sparse_ops.h' 2024-04-03T17:09:47.3774585Z adding 'torch/include/ATen/ops/topk.h' 2024-04-03T17:09:47.3777128Z adding 'torch/include/ATen/ops/topk_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3778966Z adding 'torch/include/ATen/ops/topk_cpu_dispatch.h' 2024-04-03T17:09:47.3780900Z adding 'torch/include/ATen/ops/topk_cuda_dispatch.h' 2024-04-03T17:09:47.3782741Z adding 'torch/include/ATen/ops/topk_meta.h' 2024-04-03T17:09:47.3784642Z adding 'torch/include/ATen/ops/topk_meta_dispatch.h' 2024-04-03T17:09:47.3786444Z adding 'torch/include/ATen/ops/topk_native.h' 2024-04-03T17:09:47.3788434Z adding 'torch/include/ATen/ops/topk_ops.h' 2024-04-03T17:09:47.3790283Z adding 'torch/include/ATen/ops/trace.h' 2024-04-03T17:09:47.3792285Z adding 'torch/include/ATen/ops/trace_backward.h' 2024-04-03T17:09:47.3794351Z adding 'torch/include/ATen/ops/trace_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3795888Z adding 'torch/include/ATen/ops/trace_backward_native.h' 2024-04-03T17:09:47.3798410Z adding 'torch/include/ATen/ops/trace_backward_ops.h' 2024-04-03T17:09:47.3800160Z adding 'torch/include/ATen/ops/trace_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3801809Z adding 'torch/include/ATen/ops/trace_cpu_dispatch.h' 2024-04-03T17:09:47.3803652Z adding 'torch/include/ATen/ops/trace_cuda_dispatch.h' 2024-04-03T17:09:47.3805497Z adding 'torch/include/ATen/ops/trace_native.h' 2024-04-03T17:09:47.3807655Z adding 'torch/include/ATen/ops/trace_ops.h' 2024-04-03T17:09:47.3809304Z adding 'torch/include/ATen/ops/transpose.h' 2024-04-03T17:09:47.3811470Z adding 'torch/include/ATen/ops/transpose_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3813402Z adding 'torch/include/ATen/ops/transpose_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3815037Z adding 'torch/include/ATen/ops/transpose_copy.h' 2024-04-03T17:09:47.3817253Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3819505Z adding 'torch/include/ATen/ops/transpose_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3821083Z adding 'torch/include/ATen/ops/transpose_copy_native.h' 2024-04-03T17:09:47.3823135Z adding 'torch/include/ATen/ops/transpose_copy_ops.h' 2024-04-03T17:09:47.3824822Z adding 'torch/include/ATen/ops/transpose_native.h' 2024-04-03T17:09:47.3826892Z adding 'torch/include/ATen/ops/transpose_ops.h' 2024-04-03T17:09:47.3828739Z adding 'torch/include/ATen/ops/trapezoid.h' 2024-04-03T17:09:47.3830789Z adding 'torch/include/ATen/ops/trapezoid_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3832365Z adding 'torch/include/ATen/ops/trapezoid_native.h' 2024-04-03T17:09:47.3834293Z adding 'torch/include/ATen/ops/trapezoid_ops.h' 2024-04-03T17:09:47.3836116Z adding 'torch/include/ATen/ops/trapz.h' 2024-04-03T17:09:47.3838110Z adding 'torch/include/ATen/ops/trapz_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3839877Z adding 'torch/include/ATen/ops/trapz_native.h' 2024-04-03T17:09:47.3841527Z adding 'torch/include/ATen/ops/trapz_ops.h' 2024-04-03T17:09:47.3843486Z adding 'torch/include/ATen/ops/triangular_solve.h' 2024-04-03T17:09:47.3845637Z adding 'torch/include/ATen/ops/triangular_solve_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3847463Z adding 'torch/include/ATen/ops/triangular_solve_cpu_dispatch.h' 2024-04-03T17:09:47.3849263Z adding 'torch/include/ATen/ops/triangular_solve_cuda_dispatch.h' 2024-04-03T17:09:47.3850984Z adding 'torch/include/ATen/ops/triangular_solve_meta.h' 2024-04-03T17:09:47.3852861Z adding 'torch/include/ATen/ops/triangular_solve_meta_dispatch.h' 2024-04-03T17:09:47.3854573Z adding 'torch/include/ATen/ops/triangular_solve_native.h' 2024-04-03T17:09:47.3856541Z adding 'torch/include/ATen/ops/triangular_solve_ops.h' 2024-04-03T17:09:47.3858500Z adding 'torch/include/ATen/ops/tril.h' 2024-04-03T17:09:47.3860582Z adding 'torch/include/ATen/ops/tril_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3862367Z adding 'torch/include/ATen/ops/tril_cpu_dispatch.h' 2024-04-03T17:09:47.3864084Z adding 'torch/include/ATen/ops/tril_cuda_dispatch.h' 2024-04-03T17:09:47.3865964Z adding 'torch/include/ATen/ops/tril_indices.h' 2024-04-03T17:09:47.3868037Z adding 'torch/include/ATen/ops/tril_indices_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3869748Z adding 'torch/include/ATen/ops/tril_indices_cpu_dispatch.h' 2024-04-03T17:09:47.3871570Z adding 'torch/include/ATen/ops/tril_indices_cuda_dispatch.h' 2024-04-03T17:09:47.3873243Z adding 'torch/include/ATen/ops/tril_indices_native.h' 2024-04-03T17:09:47.3875192Z adding 'torch/include/ATen/ops/tril_indices_ops.h' 2024-04-03T17:09:47.3876924Z adding 'torch/include/ATen/ops/tril_meta.h' 2024-04-03T17:09:47.3878753Z adding 'torch/include/ATen/ops/tril_meta_dispatch.h' 2024-04-03T17:09:47.3880454Z adding 'torch/include/ATen/ops/tril_native.h' 2024-04-03T17:09:47.3882335Z adding 'torch/include/ATen/ops/tril_ops.h' 2024-04-03T17:09:47.3884222Z adding 'torch/include/ATen/ops/triplet_margin_loss.h' 2024-04-03T17:09:47.3886280Z adding 'torch/include/ATen/ops/triplet_margin_loss_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3888000Z adding 'torch/include/ATen/ops/triplet_margin_loss_native.h' 2024-04-03T17:09:47.3889818Z adding 'torch/include/ATen/ops/triplet_margin_loss_ops.h' 2024-04-03T17:09:47.3892491Z adding 'torch/include/ATen/ops/triu.h' 2024-04-03T17:09:47.3894609Z adding 'torch/include/ATen/ops/triu_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3896395Z adding 'torch/include/ATen/ops/triu_cpu_dispatch.h' 2024-04-03T17:09:47.3898150Z adding 'torch/include/ATen/ops/triu_cuda_dispatch.h' 2024-04-03T17:09:47.3900286Z adding 'torch/include/ATen/ops/triu_indices.h' 2024-04-03T17:09:47.3902264Z adding 'torch/include/ATen/ops/triu_indices_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3903966Z adding 'torch/include/ATen/ops/triu_indices_cpu_dispatch.h' 2024-04-03T17:09:47.3905900Z adding 'torch/include/ATen/ops/triu_indices_cuda_dispatch.h' 2024-04-03T17:09:47.3907673Z adding 'torch/include/ATen/ops/triu_indices_native.h' 2024-04-03T17:09:47.3909652Z adding 'torch/include/ATen/ops/triu_indices_ops.h' 2024-04-03T17:09:47.3911273Z adding 'torch/include/ATen/ops/triu_meta.h' 2024-04-03T17:09:47.3913075Z adding 'torch/include/ATen/ops/triu_meta_dispatch.h' 2024-04-03T17:09:47.3914814Z adding 'torch/include/ATen/ops/triu_native.h' 2024-04-03T17:09:47.3916937Z adding 'torch/include/ATen/ops/triu_ops.h' 2024-04-03T17:09:47.3918609Z adding 'torch/include/ATen/ops/true_divide.h' 2024-04-03T17:09:47.3920724Z adding 'torch/include/ATen/ops/true_divide_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3922488Z adding 'torch/include/ATen/ops/true_divide_native.h' 2024-04-03T17:09:47.3924313Z adding 'torch/include/ATen/ops/true_divide_ops.h' 2024-04-03T17:09:47.3926187Z adding 'torch/include/ATen/ops/trunc.h' 2024-04-03T17:09:47.3928236Z adding 'torch/include/ATen/ops/trunc_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3929915Z adding 'torch/include/ATen/ops/trunc_cpu_dispatch.h' 2024-04-03T17:09:47.3931826Z adding 'torch/include/ATen/ops/trunc_cuda_dispatch.h' 2024-04-03T17:09:47.3933584Z adding 'torch/include/ATen/ops/trunc_meta.h' 2024-04-03T17:09:47.3935218Z adding 'torch/include/ATen/ops/trunc_meta_dispatch.h' 2024-04-03T17:09:47.3937129Z adding 'torch/include/ATen/ops/trunc_native.h' 2024-04-03T17:09:47.3939224Z adding 'torch/include/ATen/ops/trunc_ops.h' 2024-04-03T17:09:47.3941390Z adding 'torch/include/ATen/ops/type_as.h' 2024-04-03T17:09:47.3943246Z adding 'torch/include/ATen/ops/type_as_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3944924Z adding 'torch/include/ATen/ops/type_as_native.h' 2024-04-03T17:09:47.3946603Z adding 'torch/include/ATen/ops/type_as_ops.h' 2024-04-03T17:09:47.3948331Z adding 'torch/include/ATen/ops/unbind.h' 2024-04-03T17:09:47.3950277Z adding 'torch/include/ATen/ops/unbind_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3952157Z adding 'torch/include/ATen/ops/unbind_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3953843Z adding 'torch/include/ATen/ops/unbind_copy.h' 2024-04-03T17:09:47.3956112Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3958189Z adding 'torch/include/ATen/ops/unbind_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.3959728Z adding 'torch/include/ATen/ops/unbind_copy_native.h' 2024-04-03T17:09:47.3961902Z adding 'torch/include/ATen/ops/unbind_copy_ops.h' 2024-04-03T17:09:47.3963702Z adding 'torch/include/ATen/ops/unbind_native.h' 2024-04-03T17:09:47.3965750Z adding 'torch/include/ATen/ops/unbind_ops.h' 2024-04-03T17:09:47.3967870Z adding 'torch/include/ATen/ops/unflatten.h' 2024-04-03T17:09:47.3970313Z adding 'torch/include/ATen/ops/unflatten_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3972150Z adding 'torch/include/ATen/ops/unflatten_dense_tensors.h' 2024-04-03T17:09:47.3974394Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.3975935Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_native.h' 2024-04-03T17:09:47.3978084Z adding 'torch/include/ATen/ops/unflatten_dense_tensors_ops.h' 2024-04-03T17:09:47.3980082Z adding 'torch/include/ATen/ops/unflatten_native.h' 2024-04-03T17:09:47.3982252Z adding 'torch/include/ATen/ops/unflatten_ops.h' 2024-04-03T17:09:47.3984086Z adding 'torch/include/ATen/ops/unfold.h' 2024-04-03T17:09:47.3986280Z adding 'torch/include/ATen/ops/unfold_backward.h' 2024-04-03T17:09:47.3988841Z adding 'torch/include/ATen/ops/unfold_backward_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.3990570Z adding 'torch/include/ATen/ops/unfold_backward_cpu_dispatch.h' 2024-04-03T17:09:47.3992533Z adding 'torch/include/ATen/ops/unfold_backward_cuda_dispatch.h' 2024-04-03T17:09:47.3994380Z adding 'torch/include/ATen/ops/unfold_backward_native.h' 2024-04-03T17:09:47.3996454Z adding 'torch/include/ATen/ops/unfold_backward_ops.h' 2024-04-03T17:09:47.3998442Z adding 'torch/include/ATen/ops/unfold_copy.h' 2024-04-03T17:09:47.4000700Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4002818Z adding 'torch/include/ATen/ops/unfold_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4004271Z adding 'torch/include/ATen/ops/unfold_copy_native.h' 2024-04-03T17:09:47.4006336Z adding 'torch/include/ATen/ops/unfold_copy_ops.h' 2024-04-03T17:09:47.4008377Z adding 'torch/include/ATen/ops/unfold_cpu_dispatch.h' 2024-04-03T17:09:47.4010300Z adding 'torch/include/ATen/ops/unfold_cuda_dispatch.h' 2024-04-03T17:09:47.4012166Z adding 'torch/include/ATen/ops/unfold_meta_dispatch.h' 2024-04-03T17:09:47.4014090Z adding 'torch/include/ATen/ops/unfold_native.h' 2024-04-03T17:09:47.4016046Z adding 'torch/include/ATen/ops/unfold_ops.h' 2024-04-03T17:09:47.4018172Z adding 'torch/include/ATen/ops/uniform.h' 2024-04-03T17:09:47.4020813Z adding 'torch/include/ATen/ops/uniform_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4022576Z adding 'torch/include/ATen/ops/uniform_cpu_dispatch.h' 2024-04-03T17:09:47.4024550Z adding 'torch/include/ATen/ops/uniform_cuda_dispatch.h' 2024-04-03T17:09:47.4026434Z adding 'torch/include/ATen/ops/uniform_meta_dispatch.h' 2024-04-03T17:09:47.4028341Z adding 'torch/include/ATen/ops/uniform_native.h' 2024-04-03T17:09:47.4030663Z adding 'torch/include/ATen/ops/uniform_ops.h' 2024-04-03T17:09:47.4032913Z adding 'torch/include/ATen/ops/unique_consecutive.h' 2024-04-03T17:09:47.4035187Z adding 'torch/include/ATen/ops/unique_consecutive_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4036996Z adding 'torch/include/ATen/ops/unique_consecutive_cpu_dispatch.h' 2024-04-03T17:09:47.4039353Z adding 'torch/include/ATen/ops/unique_consecutive_cuda_dispatch.h' 2024-04-03T17:09:47.4041233Z adding 'torch/include/ATen/ops/unique_consecutive_native.h' 2024-04-03T17:09:47.4043083Z adding 'torch/include/ATen/ops/unique_consecutive_ops.h' 2024-04-03T17:09:47.4045049Z adding 'torch/include/ATen/ops/unique_dim.h' 2024-04-03T17:09:47.4047462Z adding 'torch/include/ATen/ops/unique_dim_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4049436Z adding 'torch/include/ATen/ops/unique_dim_consecutive.h' 2024-04-03T17:09:47.4051931Z adding 'torch/include/ATen/ops/unique_dim_consecutive_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4053624Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cpu_dispatch.h' 2024-04-03T17:09:47.4056084Z adding 'torch/include/ATen/ops/unique_dim_consecutive_cuda_dispatch.h' 2024-04-03T17:09:47.4058238Z adding 'torch/include/ATen/ops/unique_dim_consecutive_native.h' 2024-04-03T17:09:47.4060489Z adding 'torch/include/ATen/ops/unique_dim_consecutive_ops.h' 2024-04-03T17:09:47.4062400Z adding 'torch/include/ATen/ops/unique_dim_cpu_dispatch.h' 2024-04-03T17:09:47.4064307Z adding 'torch/include/ATen/ops/unique_dim_cuda_dispatch.h' 2024-04-03T17:09:47.4066220Z adding 'torch/include/ATen/ops/unique_dim_native.h' 2024-04-03T17:09:47.4068295Z adding 'torch/include/ATen/ops/unique_dim_ops.h' 2024-04-03T17:09:47.4070320Z adding 'torch/include/ATen/ops/unsafe_chunk.h' 2024-04-03T17:09:47.4072931Z adding 'torch/include/ATen/ops/unsafe_chunk_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4074682Z adding 'torch/include/ATen/ops/unsafe_chunk_native.h' 2024-04-03T17:09:47.4076548Z adding 'torch/include/ATen/ops/unsafe_chunk_ops.h' 2024-04-03T17:09:47.4078783Z adding 'torch/include/ATen/ops/unsafe_split.h' 2024-04-03T17:09:47.4081050Z adding 'torch/include/ATen/ops/unsafe_split_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4082623Z adding 'torch/include/ATen/ops/unsafe_split_native.h' 2024-04-03T17:09:47.4084640Z adding 'torch/include/ATen/ops/unsafe_split_ops.h' 2024-04-03T17:09:47.4086519Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes.h' 2024-04-03T17:09:47.4088676Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4090377Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_native.h' 2024-04-03T17:09:47.4092308Z adding 'torch/include/ATen/ops/unsafe_split_with_sizes_ops.h' 2024-04-03T17:09:47.4093887Z adding 'torch/include/ATen/ops/unsqueeze.h' 2024-04-03T17:09:47.4096100Z adding 'torch/include/ATen/ops/unsqueeze_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4097720Z adding 'torch/include/ATen/ops/unsqueeze_copy.h' 2024-04-03T17:09:47.4100208Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4102305Z adding 'torch/include/ATen/ops/unsqueeze_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4103824Z adding 'torch/include/ATen/ops/unsqueeze_copy_native.h' 2024-04-03T17:09:47.4105968Z adding 'torch/include/ATen/ops/unsqueeze_copy_ops.h' 2024-04-03T17:09:47.4107694Z adding 'torch/include/ATen/ops/unsqueeze_native.h' 2024-04-03T17:09:47.4109568Z adding 'torch/include/ATen/ops/unsqueeze_ops.h' 2024-04-03T17:09:47.4111791Z adding 'torch/include/ATen/ops/upsample_bicubic2d.h' 2024-04-03T17:09:47.4114179Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward.h' 2024-04-03T17:09:47.4116752Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4118406Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.4120599Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.4122551Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta.h' 2024-04-03T17:09:47.4124905Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_meta_dispatch.h' 2024-04-03T17:09:47.4126968Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_native.h' 2024-04-03T17:09:47.4129305Z adding 'torch/include/ATen/ops/upsample_bicubic2d_backward_ops.h' 2024-04-03T17:09:47.4131950Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4134049Z adding 'torch/include/ATen/ops/upsample_bicubic2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4136090Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cpu_dispatch.h' 2024-04-03T17:09:47.4138767Z adding 'torch/include/ATen/ops/upsample_bicubic2d_cuda_dispatch.h' 2024-04-03T17:09:47.4140881Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta.h' 2024-04-03T17:09:47.4143198Z adding 'torch/include/ATen/ops/upsample_bicubic2d_meta_dispatch.h' 2024-04-03T17:09:47.4145317Z adding 'torch/include/ATen/ops/upsample_bicubic2d_native.h' 2024-04-03T17:09:47.4147746Z adding 'torch/include/ATen/ops/upsample_bicubic2d_ops.h' 2024-04-03T17:09:47.4150415Z adding 'torch/include/ATen/ops/upsample_bilinear2d.h' 2024-04-03T17:09:47.4153274Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward.h' 2024-04-03T17:09:47.4156136Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4158097Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.4160372Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.4162534Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta.h' 2024-04-03T17:09:47.4164834Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_meta_dispatch.h' 2024-04-03T17:09:47.4167041Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_native.h' 2024-04-03T17:09:47.4169441Z adding 'torch/include/ATen/ops/upsample_bilinear2d_backward_ops.h' 2024-04-03T17:09:47.4171906Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4173917Z adding 'torch/include/ATen/ops/upsample_bilinear2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4175935Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cpu_dispatch.h' 2024-04-03T17:09:47.4178549Z adding 'torch/include/ATen/ops/upsample_bilinear2d_cuda_dispatch.h' 2024-04-03T17:09:47.4180739Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta.h' 2024-04-03T17:09:47.4183045Z adding 'torch/include/ATen/ops/upsample_bilinear2d_meta_dispatch.h' 2024-04-03T17:09:47.4185221Z adding 'torch/include/ATen/ops/upsample_bilinear2d_native.h' 2024-04-03T17:09:47.4187604Z adding 'torch/include/ATen/ops/upsample_bilinear2d_ops.h' 2024-04-03T17:09:47.4190239Z adding 'torch/include/ATen/ops/upsample_linear1d.h' 2024-04-03T17:09:47.4193014Z adding 'torch/include/ATen/ops/upsample_linear1d_backward.h' 2024-04-03T17:09:47.4195932Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4197772Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.4200079Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.4202139Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta.h' 2024-04-03T17:09:47.4204502Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_meta_dispatch.h' 2024-04-03T17:09:47.4206677Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_native.h' 2024-04-03T17:09:47.4208981Z adding 'torch/include/ATen/ops/upsample_linear1d_backward_ops.h' 2024-04-03T17:09:47.4211547Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4213642Z adding 'torch/include/ATen/ops/upsample_linear1d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4215625Z adding 'torch/include/ATen/ops/upsample_linear1d_cpu_dispatch.h' 2024-04-03T17:09:47.4217981Z adding 'torch/include/ATen/ops/upsample_linear1d_cuda_dispatch.h' 2024-04-03T17:09:47.4220152Z adding 'torch/include/ATen/ops/upsample_linear1d_meta.h' 2024-04-03T17:09:47.4222418Z adding 'torch/include/ATen/ops/upsample_linear1d_meta_dispatch.h' 2024-04-03T17:09:47.4224585Z adding 'torch/include/ATen/ops/upsample_linear1d_native.h' 2024-04-03T17:09:47.4227064Z adding 'torch/include/ATen/ops/upsample_linear1d_ops.h' 2024-04-03T17:09:47.4229593Z adding 'torch/include/ATen/ops/upsample_nearest1d.h' 2024-04-03T17:09:47.4232297Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward.h' 2024-04-03T17:09:47.4235031Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4236970Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.4239649Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.4241482Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta.h' 2024-04-03T17:09:47.4243512Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_meta_dispatch.h' 2024-04-03T17:09:47.4245284Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_native.h' 2024-04-03T17:09:47.4247455Z adding 'torch/include/ATen/ops/upsample_nearest1d_backward_ops.h' 2024-04-03T17:09:47.4249788Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4251692Z adding 'torch/include/ATen/ops/upsample_nearest1d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4253647Z adding 'torch/include/ATen/ops/upsample_nearest1d_cpu_dispatch.h' 2024-04-03T17:09:47.4255628Z adding 'torch/include/ATen/ops/upsample_nearest1d_cuda_dispatch.h' 2024-04-03T17:09:47.4257614Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta.h' 2024-04-03T17:09:47.4259976Z adding 'torch/include/ATen/ops/upsample_nearest1d_meta_dispatch.h' 2024-04-03T17:09:47.4261905Z adding 'torch/include/ATen/ops/upsample_nearest1d_native.h' 2024-04-03T17:09:47.4264183Z adding 'torch/include/ATen/ops/upsample_nearest1d_ops.h' 2024-04-03T17:09:47.4266502Z adding 'torch/include/ATen/ops/upsample_nearest2d.h' 2024-04-03T17:09:47.4269050Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward.h' 2024-04-03T17:09:47.4271568Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4273461Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.4275511Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.4277469Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta.h' 2024-04-03T17:09:47.4279610Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_meta_dispatch.h' 2024-04-03T17:09:47.4281471Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_native.h' 2024-04-03T17:09:47.4283748Z adding 'torch/include/ATen/ops/upsample_nearest2d_backward_ops.h' 2024-04-03T17:09:47.4286040Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4287918Z adding 'torch/include/ATen/ops/upsample_nearest2d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4289794Z adding 'torch/include/ATen/ops/upsample_nearest2d_cpu_dispatch.h' 2024-04-03T17:09:47.4291807Z adding 'torch/include/ATen/ops/upsample_nearest2d_cuda_dispatch.h' 2024-04-03T17:09:47.4293748Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta.h' 2024-04-03T17:09:47.4295952Z adding 'torch/include/ATen/ops/upsample_nearest2d_meta_dispatch.h' 2024-04-03T17:09:47.4298216Z adding 'torch/include/ATen/ops/upsample_nearest2d_native.h' 2024-04-03T17:09:47.4300752Z adding 'torch/include/ATen/ops/upsample_nearest2d_ops.h' 2024-04-03T17:09:47.4303454Z adding 'torch/include/ATen/ops/upsample_nearest3d.h' 2024-04-03T17:09:47.4306058Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward.h' 2024-04-03T17:09:47.4308747Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4310796Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.4312953Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.4314954Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta.h' 2024-04-03T17:09:47.4317238Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_meta_dispatch.h' 2024-04-03T17:09:47.4319253Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_native.h' 2024-04-03T17:09:47.4321492Z adding 'torch/include/ATen/ops/upsample_nearest3d_backward_ops.h' 2024-04-03T17:09:47.4323948Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4326089Z adding 'torch/include/ATen/ops/upsample_nearest3d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4328011Z adding 'torch/include/ATen/ops/upsample_nearest3d_cpu_dispatch.h' 2024-04-03T17:09:47.4330230Z adding 'torch/include/ATen/ops/upsample_nearest3d_cuda_dispatch.h' 2024-04-03T17:09:47.4332291Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta.h' 2024-04-03T17:09:47.4334444Z adding 'torch/include/ATen/ops/upsample_nearest3d_meta_dispatch.h' 2024-04-03T17:09:47.4336753Z adding 'torch/include/ATen/ops/upsample_nearest3d_native.h' 2024-04-03T17:09:47.4339376Z adding 'torch/include/ATen/ops/upsample_nearest3d_ops.h' 2024-04-03T17:09:47.4341797Z adding 'torch/include/ATen/ops/upsample_trilinear3d.h' 2024-04-03T17:09:47.4344623Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward.h' 2024-04-03T17:09:47.4347217Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4349065Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cpu_dispatch.h' 2024-04-03T17:09:47.4351402Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_cuda_dispatch.h' 2024-04-03T17:09:47.4353409Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta.h' 2024-04-03T17:09:47.4355595Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_meta_dispatch.h' 2024-04-03T17:09:47.4357686Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_native.h' 2024-04-03T17:09:47.4359908Z adding 'torch/include/ATen/ops/upsample_trilinear3d_backward_ops.h' 2024-04-03T17:09:47.4362294Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4364368Z adding 'torch/include/ATen/ops/upsample_trilinear3d_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4366419Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cpu_dispatch.h' 2024-04-03T17:09:47.4368602Z adding 'torch/include/ATen/ops/upsample_trilinear3d_cuda_dispatch.h' 2024-04-03T17:09:47.4370608Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta.h' 2024-04-03T17:09:47.4372884Z adding 'torch/include/ATen/ops/upsample_trilinear3d_meta_dispatch.h' 2024-04-03T17:09:47.4374854Z adding 'torch/include/ATen/ops/upsample_trilinear3d_native.h' 2024-04-03T17:09:47.4377241Z adding 'torch/include/ATen/ops/upsample_trilinear3d_ops.h' 2024-04-03T17:09:47.4386991Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward.h' 2024-04-03T17:09:47.4389521Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4391340Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_native.h' 2024-04-03T17:09:47.4393284Z adding 'torch/include/ATen/ops/value_selecting_reduction_backward_ops.h' 2024-04-03T17:09:47.4395042Z adding 'torch/include/ATen/ops/values.h' 2024-04-03T17:09:47.4397250Z adding 'torch/include/ATen/ops/values_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4399095Z adding 'torch/include/ATen/ops/values_copy.h' 2024-04-03T17:09:47.4401330Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4403636Z adding 'torch/include/ATen/ops/values_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4405253Z adding 'torch/include/ATen/ops/values_copy_native.h' 2024-04-03T17:09:47.4407604Z adding 'torch/include/ATen/ops/values_copy_ops.h' 2024-04-03T17:09:47.4410263Z adding 'torch/include/ATen/ops/values_native.h' 2024-04-03T17:09:47.4412145Z adding 'torch/include/ATen/ops/values_ops.h' 2024-04-03T17:09:47.4413974Z adding 'torch/include/ATen/ops/vander.h' 2024-04-03T17:09:47.4416461Z adding 'torch/include/ATen/ops/vander_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4418123Z adding 'torch/include/ATen/ops/vander_native.h' 2024-04-03T17:09:47.4420295Z adding 'torch/include/ATen/ops/vander_ops.h' 2024-04-03T17:09:47.4422662Z adding 'torch/include/ATen/ops/var.h' 2024-04-03T17:09:47.4425440Z adding 'torch/include/ATen/ops/var_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4427319Z adding 'torch/include/ATen/ops/var_cpu_dispatch.h' 2024-04-03T17:09:47.4429315Z adding 'torch/include/ATen/ops/var_cuda_dispatch.h' 2024-04-03T17:09:47.4431548Z adding 'torch/include/ATen/ops/var_mean.h' 2024-04-03T17:09:47.4434059Z adding 'torch/include/ATen/ops/var_mean_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4436181Z adding 'torch/include/ATen/ops/var_mean_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4437891Z adding 'torch/include/ATen/ops/var_mean_cpu_dispatch.h' 2024-04-03T17:09:47.4440023Z adding 'torch/include/ATen/ops/var_mean_cuda_dispatch.h' 2024-04-03T17:09:47.4442250Z adding 'torch/include/ATen/ops/var_mean_native.h' 2024-04-03T17:09:47.4444411Z adding 'torch/include/ATen/ops/var_mean_ops.h' 2024-04-03T17:09:47.4446374Z adding 'torch/include/ATen/ops/var_native.h' 2024-04-03T17:09:47.4448706Z adding 'torch/include/ATen/ops/var_ops.h' 2024-04-03T17:09:47.4450815Z adding 'torch/include/ATen/ops/vdot.h' 2024-04-03T17:09:47.4453133Z adding 'torch/include/ATen/ops/vdot_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4455039Z adding 'torch/include/ATen/ops/vdot_cpu_dispatch.h' 2024-04-03T17:09:47.4456947Z adding 'torch/include/ATen/ops/vdot_cuda_dispatch.h' 2024-04-03T17:09:47.4459060Z adding 'torch/include/ATen/ops/vdot_native.h' 2024-04-03T17:09:47.4461394Z adding 'torch/include/ATen/ops/vdot_ops.h' 2024-04-03T17:09:47.4463376Z adding 'torch/include/ATen/ops/view.h' 2024-04-03T17:09:47.4465380Z adding 'torch/include/ATen/ops/view_as.h' 2024-04-03T17:09:47.4467433Z adding 'torch/include/ATen/ops/view_as_complex.h' 2024-04-03T17:09:47.4469513Z adding 'torch/include/ATen/ops/view_as_complex_copy.h' 2024-04-03T17:09:47.4471935Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4474175Z adding 'torch/include/ATen/ops/view_as_complex_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4475996Z adding 'torch/include/ATen/ops/view_as_complex_copy_native.h' 2024-04-03T17:09:47.4478333Z adding 'torch/include/ATen/ops/view_as_complex_copy_ops.h' 2024-04-03T17:09:47.4480691Z adding 'torch/include/ATen/ops/view_as_complex_cpu_dispatch.h' 2024-04-03T17:09:47.4482795Z adding 'torch/include/ATen/ops/view_as_complex_cuda_dispatch.h' 2024-04-03T17:09:47.4484931Z adding 'torch/include/ATen/ops/view_as_complex_meta_dispatch.h' 2024-04-03T17:09:47.4487164Z adding 'torch/include/ATen/ops/view_as_complex_native.h' 2024-04-03T17:09:47.4489386Z adding 'torch/include/ATen/ops/view_as_complex_ops.h' 2024-04-03T17:09:47.4491843Z adding 'torch/include/ATen/ops/view_as_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4493416Z adding 'torch/include/ATen/ops/view_as_native.h' 2024-04-03T17:09:47.4495403Z adding 'torch/include/ATen/ops/view_as_ops.h' 2024-04-03T17:09:47.4497530Z adding 'torch/include/ATen/ops/view_as_real.h' 2024-04-03T17:09:47.4499868Z adding 'torch/include/ATen/ops/view_as_real_copy.h' 2024-04-03T17:09:47.4502474Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4504582Z adding 'torch/include/ATen/ops/view_as_real_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4506187Z adding 'torch/include/ATen/ops/view_as_real_copy_native.h' 2024-04-03T17:09:47.4508209Z adding 'torch/include/ATen/ops/view_as_real_copy_ops.h' 2024-04-03T17:09:47.4510389Z adding 'torch/include/ATen/ops/view_as_real_cpu_dispatch.h' 2024-04-03T17:09:47.4512431Z adding 'torch/include/ATen/ops/view_as_real_cuda_dispatch.h' 2024-04-03T17:09:47.4514471Z adding 'torch/include/ATen/ops/view_as_real_meta_dispatch.h' 2024-04-03T17:09:47.4516262Z adding 'torch/include/ATen/ops/view_as_real_native.h' 2024-04-03T17:09:47.4518343Z adding 'torch/include/ATen/ops/view_as_real_ops.h' 2024-04-03T17:09:47.4520663Z adding 'torch/include/ATen/ops/view_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4522598Z adding 'torch/include/ATen/ops/view_copy.h' 2024-04-03T17:09:47.4525191Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4527478Z adding 'torch/include/ATen/ops/view_copy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4529042Z adding 'torch/include/ATen/ops/view_copy_native.h' 2024-04-03T17:09:47.4531213Z adding 'torch/include/ATen/ops/view_copy_ops.h' 2024-04-03T17:09:47.4533430Z adding 'torch/include/ATen/ops/view_cpu_dispatch.h' 2024-04-03T17:09:47.4535362Z adding 'torch/include/ATen/ops/view_cuda_dispatch.h' 2024-04-03T17:09:47.4537570Z adding 'torch/include/ATen/ops/view_meta_dispatch.h' 2024-04-03T17:09:47.4539541Z adding 'torch/include/ATen/ops/view_native.h' 2024-04-03T17:09:47.4541982Z adding 'torch/include/ATen/ops/view_ops.h' 2024-04-03T17:09:47.4544285Z adding 'torch/include/ATen/ops/vsplit.h' 2024-04-03T17:09:47.4546753Z adding 'torch/include/ATen/ops/vsplit_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4548324Z adding 'torch/include/ATen/ops/vsplit_native.h' 2024-04-03T17:09:47.4550546Z adding 'torch/include/ATen/ops/vsplit_ops.h' 2024-04-03T17:09:47.4552747Z adding 'torch/include/ATen/ops/vstack.h' 2024-04-03T17:09:47.4554535Z adding 'torch/include/ATen/ops/vstack_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4556281Z adding 'torch/include/ATen/ops/vstack_native.h' 2024-04-03T17:09:47.4558315Z adding 'torch/include/ATen/ops/vstack_ops.h' 2024-04-03T17:09:47.4560358Z adding 'torch/include/ATen/ops/where.h' 2024-04-03T17:09:47.4562534Z adding 'torch/include/ATen/ops/where_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4564424Z adding 'torch/include/ATen/ops/where_cpu_dispatch.h' 2024-04-03T17:09:47.4566805Z adding 'torch/include/ATen/ops/where_cuda_dispatch.h' 2024-04-03T17:09:47.4568880Z adding 'torch/include/ATen/ops/where_native.h' 2024-04-03T17:09:47.4571073Z adding 'torch/include/ATen/ops/where_ops.h' 2024-04-03T17:09:47.4573124Z adding 'torch/include/ATen/ops/xlogy.h' 2024-04-03T17:09:47.4575722Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4578068Z adding 'torch/include/ATen/ops/xlogy_compositeexplicitautogradnonfunctional_dispatch.h' 2024-04-03T17:09:47.4579841Z adding 'torch/include/ATen/ops/xlogy_cpu_dispatch.h' 2024-04-03T17:09:47.4581729Z adding 'torch/include/ATen/ops/xlogy_cuda_dispatch.h' 2024-04-03T17:09:47.4583770Z adding 'torch/include/ATen/ops/xlogy_meta.h' 2024-04-03T17:09:47.4585615Z adding 'torch/include/ATen/ops/xlogy_meta_dispatch.h' 2024-04-03T17:09:47.4587445Z adding 'torch/include/ATen/ops/xlogy_native.h' 2024-04-03T17:09:47.4589715Z adding 'torch/include/ATen/ops/xlogy_ops.h' 2024-04-03T17:09:47.4591924Z adding 'torch/include/ATen/ops/xor.h' 2024-04-03T17:09:47.4594451Z adding 'torch/include/ATen/ops/xor_compositeimplicitautograd_dispatch.h' 2024-04-03T17:09:47.4595848Z adding 'torch/include/ATen/ops/xor_native.h' 2024-04-03T17:09:47.4598131Z adding 'torch/include/ATen/ops/xor_ops.h' 2024-04-03T17:09:47.4600256Z adding 'torch/include/ATen/ops/zero.h' 2024-04-03T17:09:47.4602829Z adding 'torch/include/ATen/ops/zero_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4604676Z adding 'torch/include/ATen/ops/zero_cpu_dispatch.h' 2024-04-03T17:09:47.4606927Z adding 'torch/include/ATen/ops/zero_cuda_dispatch.h' 2024-04-03T17:09:47.4608912Z adding 'torch/include/ATen/ops/zero_meta_dispatch.h' 2024-04-03T17:09:47.4610809Z adding 'torch/include/ATen/ops/zero_native.h' 2024-04-03T17:09:47.4613114Z adding 'torch/include/ATen/ops/zero_ops.h' 2024-04-03T17:09:47.4615564Z adding 'torch/include/ATen/ops/zeros.h' 2024-04-03T17:09:47.4618596Z adding 'torch/include/ATen/ops/zeros_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4620444Z adding 'torch/include/ATen/ops/zeros_like.h' 2024-04-03T17:09:47.4622929Z adding 'torch/include/ATen/ops/zeros_like_compositeexplicitautograd_dispatch.h' 2024-04-03T17:09:47.4625301Z adding 'torch/include/ATen/ops/zeros_like_compositeimplicitautogradnestedtensor_dispatch.h' 2024-04-03T17:09:47.4627121Z adding 'torch/include/ATen/ops/zeros_like_native.h' 2024-04-03T17:09:47.4628961Z adding 'torch/include/ATen/ops/zeros_like_ops.h' 2024-04-03T17:09:47.4630863Z adding 'torch/include/ATen/ops/zeros_native.h' 2024-04-03T17:09:47.4633135Z adding 'torch/include/ATen/ops/zeros_ops.h' 2024-04-03T17:09:47.4638929Z adding 'torch/include/ATen/quantized/QTensorImpl.h' 2024-04-03T17:09:47.4642500Z adding 'torch/include/ATen/quantized/Quantizer.h' 2024-04-03T17:09:47.4645020Z adding 'torch/include/ATen/xpu/XPUContext.h' 2024-04-03T17:09:47.4646920Z adding 'torch/include/ATen/xpu/XPUDevice.h' 2024-04-03T17:09:47.4649583Z adding 'torch/include/ATen/xpu/XPUEvent.h' 2024-04-03T17:09:47.4651854Z adding 'torch/include/ATen/xpu/XPUGeneratorImpl.h' 2024-04-03T17:09:47.4654073Z adding 'torch/include/ATen/xpu/detail/XPUHooks.h' 2024-04-03T17:09:47.4656251Z adding 'torch/include/THH/THHAtomics.cuh' 2024-04-03T17:09:47.4658031Z adding 'torch/include/THH/THHDeviceUtils.cuh' 2024-04-03T17:09:47.4663658Z adding 'torch/include/c10/core/Allocator.h' 2024-04-03T17:09:47.4666031Z adding 'torch/include/c10/core/AutogradState.h' 2024-04-03T17:09:47.4669436Z adding 'torch/include/c10/core/Backend.h' 2024-04-03T17:09:47.4672107Z adding 'torch/include/c10/core/CPUAllocator.h' 2024-04-03T17:09:47.4674401Z adding 'torch/include/c10/core/CompileTimeFunctionPointer.h' 2024-04-03T17:09:47.4676984Z adding 'torch/include/c10/core/ConstantSymNodeImpl.h' 2024-04-03T17:09:47.4679016Z adding 'torch/include/c10/core/Contiguity.h' 2024-04-03T17:09:47.4681147Z adding 'torch/include/c10/core/CopyBytes.h' 2024-04-03T17:09:47.4682821Z adding 'torch/include/c10/core/DefaultDtype.h' 2024-04-03T17:09:47.4684649Z adding 'torch/include/c10/core/DefaultTensorOptions.h' 2024-04-03T17:09:47.4687634Z adding 'torch/include/c10/core/Device.h' 2024-04-03T17:09:47.4689659Z adding 'torch/include/c10/core/DeviceArray.h' 2024-04-03T17:09:47.4693045Z adding 'torch/include/c10/core/DeviceGuard.h' 2024-04-03T17:09:47.4695776Z adding 'torch/include/c10/core/DeviceType.h' 2024-04-03T17:09:47.4707795Z adding 'torch/include/c10/core/DispatchKey.h' 2024-04-03T17:09:47.4722323Z adding 'torch/include/c10/core/DispatchKeySet.h' 2024-04-03T17:09:47.4726280Z adding 'torch/include/c10/core/DynamicCast.h' 2024-04-03T17:09:47.4728949Z adding 'torch/include/c10/core/Event.h' 2024-04-03T17:09:47.4731660Z adding 'torch/include/c10/core/GeneratorImpl.h' 2024-04-03T17:09:47.4733599Z adding 'torch/include/c10/core/GradMode.h' 2024-04-03T17:09:47.4736223Z adding 'torch/include/c10/core/InferenceMode.h' 2024-04-03T17:09:47.4738479Z adding 'torch/include/c10/core/Layout.h' 2024-04-03T17:09:47.4742503Z adding 'torch/include/c10/core/MemoryFormat.h' 2024-04-03T17:09:47.4744518Z adding 'torch/include/c10/core/OptionalRef.h' 2024-04-03T17:09:47.4747047Z adding 'torch/include/c10/core/PyHandleCache.h' 2024-04-03T17:09:47.4749162Z adding 'torch/include/c10/core/QEngine.h' 2024-04-03T17:09:47.4751325Z adding 'torch/include/c10/core/QScheme.h' 2024-04-03T17:09:47.4753748Z adding 'torch/include/c10/core/RefcountedDeleter.h' 2024-04-03T17:09:47.4756099Z adding 'torch/include/c10/core/SafePyObject.h' 2024-04-03T17:09:47.4760984Z adding 'torch/include/c10/core/Scalar.h' 2024-04-03T17:09:47.4767751Z adding 'torch/include/c10/core/ScalarType.h' 2024-04-03T17:09:47.4770580Z adding 'torch/include/c10/core/ScalarTypeToTypeMeta.h' 2024-04-03T17:09:47.4773723Z adding 'torch/include/c10/core/Storage.h' 2024-04-03T17:09:47.4777952Z adding 'torch/include/c10/core/StorageImpl.h' 2024-04-03T17:09:47.4781815Z adding 'torch/include/c10/core/Stream.h' 2024-04-03T17:09:47.4785027Z adding 'torch/include/c10/core/StreamGuard.h' 2024-04-03T17:09:47.4787551Z adding 'torch/include/c10/core/SymBool.h' 2024-04-03T17:09:47.4790050Z adding 'torch/include/c10/core/SymFloat.h' 2024-04-03T17:09:47.4795641Z adding 'torch/include/c10/core/SymInt.h' 2024-04-03T17:09:47.4798005Z adding 'torch/include/c10/core/SymIntArrayRef.h' 2024-04-03T17:09:47.4800922Z adding 'torch/include/c10/core/SymNodeImpl.h' 2024-04-03T17:09:47.4803970Z adding 'torch/include/c10/core/SymbolicShapeMeta.h' 2024-04-03T17:09:47.4843611Z adding 'torch/include/c10/core/TensorImpl.h' 2024-04-03T17:09:47.4854344Z adding 'torch/include/c10/core/TensorOptions.h' 2024-04-03T17:09:47.4856999Z adding 'torch/include/c10/core/UndefinedTensorImpl.h' 2024-04-03T17:09:47.4859065Z adding 'torch/include/c10/core/WrapDimMinimal.h' 2024-04-03T17:09:47.4861063Z adding 'torch/include/c10/core/alignment.h' 2024-04-03T17:09:47.4863343Z adding 'torch/include/c10/core/thread_pool.h' 2024-04-03T17:09:47.4865924Z adding 'torch/include/c10/core/impl/COW.h' 2024-04-03T17:09:47.4867993Z adding 'torch/include/c10/core/impl/COWDeleter.h' 2024-04-03T17:09:47.4872816Z adding 'torch/include/c10/core/impl/DeviceGuardImplInterface.h' 2024-04-03T17:09:47.4875198Z adding 'torch/include/c10/core/impl/FakeGuardImpl.h' 2024-04-03T17:09:47.4877077Z adding 'torch/include/c10/core/impl/GPUTrace.h' 2024-04-03T17:09:47.4879323Z adding 'torch/include/c10/core/impl/HermeticPyObjectTLS.h' 2024-04-03T17:09:47.4884609Z adding 'torch/include/c10/core/impl/InlineDeviceGuard.h' 2024-04-03T17:09:47.4887243Z adding 'torch/include/c10/core/impl/InlineEvent.h' 2024-04-03T17:09:47.4891061Z adding 'torch/include/c10/core/impl/InlineStreamGuard.h' 2024-04-03T17:09:47.4894090Z adding 'torch/include/c10/core/impl/LocalDispatchKeySet.h' 2024-04-03T17:09:47.4898715Z adding 'torch/include/c10/core/impl/PyInterpreter.h' 2024-04-03T17:09:47.4903113Z adding 'torch/include/c10/core/impl/PyObjectSlot.h' 2024-04-03T17:09:47.4904869Z adding 'torch/include/c10/core/impl/PythonDispatcherTLS.h' 2024-04-03T17:09:47.4907659Z adding 'torch/include/c10/core/impl/SizesAndStrides.h' 2024-04-03T17:09:47.4910085Z adding 'torch/include/c10/core/impl/TorchDispatchModeTLS.h' 2024-04-03T17:09:47.4912152Z adding 'torch/include/c10/core/impl/VirtualGuardImpl.h' 2024-04-03T17:09:47.4913778Z adding 'torch/include/c10/core/impl/alloc_cpu.h' 2024-04-03T17:09:47.4916101Z adding 'torch/include/c10/cuda/CUDAAlgorithm.h' 2024-04-03T17:09:47.4918575Z adding 'torch/include/c10/cuda/CUDAAllocatorConfig.h' 2024-04-03T17:09:47.4923751Z adding 'torch/include/c10/cuda/CUDACachingAllocator.h' 2024-04-03T17:09:47.4926768Z adding 'torch/include/c10/cuda/CUDADeviceAssertion.h' 2024-04-03T17:09:47.4930089Z adding 'torch/include/c10/cuda/CUDADeviceAssertionHost.h' 2024-04-03T17:09:47.4932651Z adding 'torch/include/c10/cuda/CUDAException.h' 2024-04-03T17:09:47.4935102Z adding 'torch/include/c10/cuda/CUDAFunctions.h' 2024-04-03T17:09:47.4937598Z adding 'torch/include/c10/cuda/CUDAGraphsC10Utils.h' 2024-04-03T17:09:47.4941337Z adding 'torch/include/c10/cuda/CUDAGuard.h' 2024-04-03T17:09:47.4943631Z adding 'torch/include/c10/cuda/CUDAMacros.h' 2024-04-03T17:09:47.4945833Z adding 'torch/include/c10/cuda/CUDAMathCompat.h' 2024-04-03T17:09:47.4947530Z adding 'torch/include/c10/cuda/CUDAMiscFunctions.h' 2024-04-03T17:09:47.4951628Z adding 'torch/include/c10/cuda/CUDAStream.h' 2024-04-03T17:09:47.4953965Z adding 'torch/include/c10/cuda/driver_api.h' 2024-04-03T17:09:47.4957475Z adding 'torch/include/c10/cuda/impl/CUDAGuardImpl.h' 2024-04-03T17:09:47.4959245Z adding 'torch/include/c10/cuda/impl/CUDATest.h' 2024-04-03T17:09:47.4961404Z adding 'torch/include/c10/hip/HIPAlgorithm.h' 2024-04-03T17:09:47.4963856Z adding 'torch/include/c10/hip/HIPAllocatorConfig.h' 2024-04-03T17:09:47.4969033Z adding 'torch/include/c10/hip/HIPCachingAllocator.h' 2024-04-03T17:09:47.4971966Z adding 'torch/include/c10/hip/HIPDeviceAssertion.h' 2024-04-03T17:09:47.4975210Z adding 'torch/include/c10/hip/HIPDeviceAssertionHost.h' 2024-04-03T17:09:47.4977998Z adding 'torch/include/c10/hip/HIPException.h' 2024-04-03T17:09:47.4980737Z adding 'torch/include/c10/hip/HIPFunctions.h' 2024-04-03T17:09:47.4983087Z adding 'torch/include/c10/hip/HIPGraphsC10Utils.h' 2024-04-03T17:09:47.4986534Z adding 'torch/include/c10/hip/HIPGuard.h' 2024-04-03T17:09:47.4988874Z adding 'torch/include/c10/hip/HIPMacros.h' 2024-04-03T17:09:47.4991011Z adding 'torch/include/c10/hip/HIPMathCompat.h' 2024-04-03T17:09:47.4992760Z adding 'torch/include/c10/hip/HIPMiscFunctions.h' 2024-04-03T17:09:47.4997046Z adding 'torch/include/c10/hip/HIPStream.h' 2024-04-03T17:09:47.4999229Z adding 'torch/include/c10/hip/driver_api.h' 2024-04-03T17:09:47.5002656Z adding 'torch/include/c10/hip/impl/HIPGuardImpl.h' 2024-04-03T17:09:47.5004442Z adding 'torch/include/c10/hip/impl/HIPTest.h' 2024-04-03T17:09:47.5006123Z adding 'torch/include/c10/hip/impl/hip_cmake_macros.h' 2024-04-03T17:09:47.5009272Z adding 'torch/include/c10/macros/Export.h' 2024-04-03T17:09:47.5015381Z adding 'torch/include/c10/macros/Macros.h' 2024-04-03T17:09:47.5017771Z adding 'torch/include/c10/macros/cmake_macros.h' 2024-04-03T17:09:47.5021041Z adding 'torch/include/c10/util/AbortHandler.h' 2024-04-03T17:09:47.5023909Z adding 'torch/include/c10/util/AlignOf.h' 2024-04-03T17:09:47.5026708Z adding 'torch/include/c10/util/ApproximateClock.h' 2024-04-03T17:09:47.5190827Z adding 'torch/include/c10/util/Array.h' 2024-04-03T17:09:47.5194804Z adding 'torch/include/c10/util/ArrayRef.h' 2024-04-03T17:09:47.5198049Z adding 'torch/include/c10/util/BFloat16-inl.h' 2024-04-03T17:09:47.5201746Z adding 'torch/include/c10/util/BFloat16-math.h' 2024-04-03T17:09:47.5204706Z adding 'torch/include/c10/util/BFloat16.h' 2024-04-03T17:09:47.5206131Z adding 'torch/include/c10/util/Backtrace.h' 2024-04-03T17:09:47.5208568Z adding 'torch/include/c10/util/Bitset.h' 2024-04-03T17:09:47.5211200Z adding 'torch/include/c10/util/C++17.h' 2024-04-03T17:09:47.5213440Z adding 'torch/include/c10/util/CallOnce.h' 2024-04-03T17:09:47.5217260Z adding 'torch/include/c10/util/ConstexprCrc.h' 2024-04-03T17:09:47.5220265Z adding 'torch/include/c10/util/DeadlockDetection.h' 2024-04-03T17:09:47.5222463Z adding 'torch/include/c10/util/Deprecated.h' 2024-04-03T17:09:47.5224467Z adding 'torch/include/c10/util/DimVector.h' 2024-04-03T17:09:47.5233240Z adding 'torch/include/c10/util/Exception.h' 2024-04-03T17:09:47.5236673Z adding 'torch/include/c10/util/ExclusivelyOwned.h' 2024-04-03T17:09:47.5238888Z adding 'torch/include/c10/util/ExclusivelyOwnedTensorTraits.h' 2024-04-03T17:09:47.5240628Z adding 'torch/include/c10/util/FbcodeMaps.h' 2024-04-03T17:09:47.5244537Z adding 'torch/include/c10/util/Flags.h' 2024-04-03T17:09:47.5247416Z adding 'torch/include/c10/util/Float8_e4m3fn-inl.h' 2024-04-03T17:09:47.5251434Z adding 'torch/include/c10/util/Float8_e4m3fn.h' 2024-04-03T17:09:47.5254369Z adding 'torch/include/c10/util/Float8_e4m3fnuz-inl.h' 2024-04-03T17:09:47.5257267Z adding 'torch/include/c10/util/Float8_e4m3fnuz.h' 2024-04-03T17:09:47.5260232Z adding 'torch/include/c10/util/Float8_e5m2-inl.h' 2024-04-03T17:09:47.5263104Z adding 'torch/include/c10/util/Float8_e5m2.h' 2024-04-03T17:09:47.5265910Z adding 'torch/include/c10/util/Float8_e5m2fnuz-inl.h' 2024-04-03T17:09:47.5268970Z adding 'torch/include/c10/util/Float8_e5m2fnuz.h' 2024-04-03T17:09:47.5271139Z adding 'torch/include/c10/util/Float8_fnuz_cvt.h' 2024-04-03T17:09:47.5273395Z adding 'torch/include/c10/util/FunctionRef.h' 2024-04-03T17:09:47.5276474Z adding 'torch/include/c10/util/Half-inl.h' 2024-04-03T17:09:47.5283583Z adding 'torch/include/c10/util/Half.h' 2024-04-03T17:09:47.5286370Z adding 'torch/include/c10/util/IdWrapper.h' 2024-04-03T17:09:47.5289661Z adding 'torch/include/c10/util/LeftRight.h' 2024-04-03T17:09:47.5291777Z adding 'torch/include/c10/util/Load.h' 2024-04-03T17:09:47.5295914Z adding 'torch/include/c10/util/Logging.h' 2024-04-03T17:09:47.5298842Z adding 'torch/include/c10/util/MathConstants.h' 2024-04-03T17:09:47.5302156Z adding 'torch/include/c10/util/MaybeOwned.h' 2024-04-03T17:09:47.5305403Z adding 'torch/include/c10/util/Metaprogramming.h' 2024-04-03T17:09:47.5307541Z adding 'torch/include/c10/util/Optional.h' 2024-04-03T17:09:47.5310445Z adding 'torch/include/c10/util/OptionalArrayRef.h' 2024-04-03T17:09:47.5312352Z adding 'torch/include/c10/util/ParallelGuard.h' 2024-04-03T17:09:47.5316355Z adding 'torch/include/c10/util/Registry.h' 2024-04-03T17:09:47.5318790Z adding 'torch/include/c10/util/ScopeExit.h' 2024-04-03T17:09:47.5321121Z adding 'torch/include/c10/util/SmallBuffer.h' 2024-04-03T17:09:47.5336742Z adding 'torch/include/c10/util/SmallVector.h' 2024-04-03T17:09:47.5340844Z adding 'torch/include/c10/util/StringUtil.h' 2024-04-03T17:09:47.5343090Z adding 'torch/include/c10/util/Synchronized.h' 2024-04-03T17:09:47.5345496Z adding 'torch/include/c10/util/ThreadLocal.h' 2024-04-03T17:09:47.5347909Z adding 'torch/include/c10/util/ThreadLocalDebugInfo.h' 2024-04-03T17:09:47.5349874Z adding 'torch/include/c10/util/Type.h' 2024-04-03T17:09:47.5352052Z adding 'torch/include/c10/util/TypeCast.h' 2024-04-03T17:09:47.5355079Z adding 'torch/include/c10/util/TypeIndex.h' 2024-04-03T17:09:47.5360014Z adding 'torch/include/c10/util/TypeList.h' 2024-04-03T17:09:47.5363168Z adding 'torch/include/c10/util/TypeSafeSignMath.h' 2024-04-03T17:09:47.5365730Z adding 'torch/include/c10/util/TypeTraits.h' 2024-04-03T17:09:47.5367455Z adding 'torch/include/c10/util/Unicode.h' 2024-04-03T17:09:47.5370226Z adding 'torch/include/c10/util/UniqueVoidPtr.h' 2024-04-03T17:09:47.5372113Z adding 'torch/include/c10/util/Unroll.h' 2024-04-03T17:09:47.5374489Z adding 'torch/include/c10/util/accumulate.h' 2024-04-03T17:09:47.5376535Z adding 'torch/include/c10/util/bit_cast.h' 2024-04-03T17:09:47.5378926Z adding 'torch/include/c10/util/bits.h' 2024-04-03T17:09:47.5384694Z adding 'torch/include/c10/util/complex.h' 2024-04-03T17:09:47.5387807Z adding 'torch/include/c10/util/complex_math.h' 2024-04-03T17:09:47.5389862Z adding 'torch/include/c10/util/complex_utils.h' 2024-04-03T17:09:47.5391768Z adding 'torch/include/c10/util/copysign.h' 2024-04-03T17:09:47.5393614Z adding 'torch/include/c10/util/env.h' 2024-04-03T17:09:47.5407602Z adding 'torch/include/c10/util/flat_hash_map.h' 2024-04-03T17:09:47.5410725Z adding 'torch/include/c10/util/floating_point_utils.h' 2024-04-03T17:09:47.5412979Z adding 'torch/include/c10/util/generic_math.h' 2024-04-03T17:09:47.5417146Z adding 'torch/include/c10/util/hash.h' 2024-04-03T17:09:47.5422000Z adding 'torch/include/c10/util/int128.h' 2024-04-03T17:09:47.5433241Z adding 'torch/include/c10/util/intrusive_ptr.h' 2024-04-03T17:09:47.5436541Z adding 'torch/include/c10/util/irange.h' 2024-04-03T17:09:47.5444993Z adding 'torch/include/c10/util/llvmMathExtras.h' 2024-04-03T17:09:47.5448191Z adding 'torch/include/c10/util/logging_is_google_glog.h' 2024-04-03T17:09:47.5451553Z adding 'torch/include/c10/util/logging_is_not_google_glog.h' 2024-04-03T17:09:47.5453513Z adding 'torch/include/c10/util/numa.h' 2024-04-03T17:09:47.5469670Z adding 'torch/include/c10/util/order_preserving_flat_hash_map.h' 2024-04-03T17:09:47.5472867Z adding 'torch/include/c10/util/overloaded.h' 2024-04-03T17:09:47.5474582Z adding 'torch/include/c10/util/python_stub.h' 2024-04-03T17:09:47.5476076Z adding 'torch/include/c10/util/qint32.h' 2024-04-03T17:09:47.5477903Z adding 'torch/include/c10/util/qint8.h' 2024-04-03T17:09:47.5479458Z adding 'torch/include/c10/util/quint2x4.h' 2024-04-03T17:09:47.5481110Z adding 'torch/include/c10/util/quint4x2.h' 2024-04-03T17:09:47.5482672Z adding 'torch/include/c10/util/quint8.h' 2024-04-03T17:09:47.5484658Z adding 'torch/include/c10/util/safe_numerics.h' 2024-04-03T17:09:47.5487100Z adding 'torch/include/c10/util/signal_handler.h' 2024-04-03T17:09:47.5494510Z adding 'torch/include/c10/util/sparse_bitset.h' 2024-04-03T17:09:47.5497187Z adding 'torch/include/c10/util/ssize.h' 2024-04-03T17:09:47.5499366Z adding 'torch/include/c10/util/static_tracepoint.h' 2024-04-03T17:09:47.5502312Z adding 'torch/include/c10/util/static_tracepoint_elfx86.h' 2024-04-03T17:09:47.5504206Z adding 'torch/include/c10/util/strides.h' 2024-04-03T17:09:47.5505863Z adding 'torch/include/c10/util/string_utils.h' 2024-04-03T17:09:47.5510603Z adding 'torch/include/c10/util/string_view.h' 2024-04-03T17:09:47.5518461Z adding 'torch/include/c10/util/strong_type.h' 2024-04-03T17:09:47.5521464Z adding 'torch/include/c10/util/tempfile.h' 2024-04-03T17:09:47.5523200Z adding 'torch/include/c10/util/thread_name.h' 2024-04-03T17:09:47.5530733Z adding 'torch/include/c10/util/typeid.h' 2024-04-03T17:09:47.5532937Z adding 'torch/include/c10/util/win32-headers.h' 2024-04-03T17:09:47.5535135Z adding 'torch/include/c10/xpu/XPUCachingAllocator.h' 2024-04-03T17:09:47.5538992Z adding 'torch/include/c10/xpu/XPUDeviceProp.h' 2024-04-03T17:09:47.5540687Z adding 'torch/include/c10/xpu/XPUException.h' 2024-04-03T17:09:47.5542395Z adding 'torch/include/c10/xpu/XPUFunctions.h' 2024-04-03T17:09:47.5544100Z adding 'torch/include/c10/xpu/XPUMacros.h' 2024-04-03T17:09:47.5547042Z adding 'torch/include/c10/xpu/XPUStream.h' 2024-04-03T17:09:47.5550258Z adding 'torch/include/c10/xpu/impl/XPUGuardImpl.h' 2024-04-03T17:09:47.5586546Z adding 'torch/include/caffe2/serialize/crc_alt.h' 2024-04-03T17:09:47.5590195Z adding 'torch/include/caffe2/serialize/file_adapter.h' 2024-04-03T17:09:47.5591991Z adding 'torch/include/caffe2/serialize/in_memory_adapter.h' 2024-04-03T17:09:47.5595904Z adding 'torch/include/caffe2/serialize/inline_container.h' 2024-04-03T17:09:47.5598465Z adding 'torch/include/caffe2/serialize/istream_adapter.h' 2024-04-03T17:09:47.5599997Z adding 'torch/include/caffe2/serialize/read_adapter_interface.h' 2024-04-03T17:09:47.5603245Z adding 'torch/include/caffe2/serialize/versions.h' 2024-04-03T17:09:47.5610656Z adding 'torch/include/pybind11/attr.h' 2024-04-03T17:09:47.5614934Z adding 'torch/include/pybind11/buffer_info.h' 2024-04-03T17:09:47.5636801Z adding 'torch/include/pybind11/cast.h' 2024-04-03T17:09:47.5642039Z adding 'torch/include/pybind11/chrono.h' 2024-04-03T17:09:47.5643716Z adding 'torch/include/pybind11/common.h' 2024-04-03T17:09:47.5645725Z adding 'torch/include/pybind11/complex.h' 2024-04-03T17:09:47.5647479Z adding 'torch/include/pybind11/eigen.h' 2024-04-03T17:09:47.5651946Z adding 'torch/include/pybind11/embed.h' 2024-04-03T17:09:47.5654847Z adding 'torch/include/pybind11/eval.h' 2024-04-03T17:09:47.5657887Z adding 'torch/include/pybind11/functional.h' 2024-04-03T17:09:47.5661612Z adding 'torch/include/pybind11/gil.h' 2024-04-03T17:09:47.5664473Z adding 'torch/include/pybind11/gil_safe_call_once.h' 2024-04-03T17:09:47.5667995Z adding 'torch/include/pybind11/iostream.h' 2024-04-03T17:09:47.5692493Z adding 'torch/include/pybind11/numpy.h' 2024-04-03T17:09:47.5697698Z adding 'torch/include/pybind11/operators.h' 2024-04-03T17:09:47.5700331Z adding 'torch/include/pybind11/options.h' 2024-04-03T17:09:47.5738696Z adding 'torch/include/pybind11/pybind11.h' 2024-04-03T17:09:47.5768934Z adding 'torch/include/pybind11/pytypes.h' 2024-04-03T17:09:47.5775709Z adding 'torch/include/pybind11/stl.h' 2024-04-03T17:09:47.5784081Z adding 'torch/include/pybind11/stl_bind.h' 2024-04-03T17:09:47.5786995Z adding 'torch/include/pybind11/type_caster_pyobject_ptr.h' 2024-04-03T17:09:47.5789078Z adding 'torch/include/pybind11/typing.h' 2024-04-03T17:09:47.5798411Z adding 'torch/include/pybind11/detail/class.h' 2024-04-03T17:09:47.5815213Z adding 'torch/include/pybind11/detail/common.h' 2024-04-03T17:09:47.5819522Z adding 'torch/include/pybind11/detail/descr.h' 2024-04-03T17:09:47.5825065Z adding 'torch/include/pybind11/detail/init.h' 2024-04-03T17:09:47.5834164Z adding 'torch/include/pybind11/detail/internals.h' 2024-04-03T17:09:47.5851496Z adding 'torch/include/pybind11/detail/type_caster_base.h' 2024-04-03T17:09:47.5854116Z adding 'torch/include/pybind11/detail/typeid.h' 2024-04-03T17:09:47.5856086Z adding 'torch/include/pybind11/eigen/common.h' 2024-04-03T17:09:47.5865977Z adding 'torch/include/pybind11/eigen/matrix.h' 2024-04-03T17:09:47.5871385Z adding 'torch/include/pybind11/eigen/tensor.h' 2024-04-03T17:09:47.5873850Z adding 'torch/include/tensorpipe/config.h' 2024-04-03T17:09:47.5876042Z adding 'torch/include/tensorpipe/tensorpipe.h' 2024-04-03T17:09:47.5878623Z adding 'torch/include/tensorpipe/channel/context.h' 2024-04-03T17:09:47.5880436Z adding 'torch/include/tensorpipe/channel/error.h' 2024-04-03T17:09:47.5882492Z adding 'torch/include/tensorpipe/channel/basic/factory.h' 2024-04-03T17:09:47.5884351Z adding 'torch/include/tensorpipe/channel/cma/factory.h' 2024-04-03T17:09:47.5886385Z adding 'torch/include/tensorpipe/channel/mpt/factory.h' 2024-04-03T17:09:47.5888305Z adding 'torch/include/tensorpipe/channel/xth/factory.h' 2024-04-03T17:09:47.5890818Z adding 'torch/include/tensorpipe/common/buffer.h' 2024-04-03T17:09:47.5892621Z adding 'torch/include/tensorpipe/common/cpu_buffer.h' 2024-04-03T17:09:47.5894591Z adding 'torch/include/tensorpipe/common/device.h' 2024-04-03T17:09:47.5896983Z adding 'torch/include/tensorpipe/common/error.h' 2024-04-03T17:09:47.5903006Z adding 'torch/include/tensorpipe/common/optional.h' 2024-04-03T17:09:47.5906024Z adding 'torch/include/tensorpipe/core/context.h' 2024-04-03T17:09:47.5907960Z adding 'torch/include/tensorpipe/core/error.h' 2024-04-03T17:09:47.5910513Z adding 'torch/include/tensorpipe/core/listener.h' 2024-04-03T17:09:47.5913324Z adding 'torch/include/tensorpipe/core/message.h' 2024-04-03T17:09:47.5915582Z adding 'torch/include/tensorpipe/core/pipe.h' 2024-04-03T17:09:47.5918008Z adding 'torch/include/tensorpipe/transport/context.h' 2024-04-03T17:09:47.5920021Z adding 'torch/include/tensorpipe/transport/error.h' 2024-04-03T17:09:47.5922242Z adding 'torch/include/tensorpipe/transport/ibv/error.h' 2024-04-03T17:09:47.5924177Z adding 'torch/include/tensorpipe/transport/ibv/factory.h' 2024-04-03T17:09:47.5925958Z adding 'torch/include/tensorpipe/transport/ibv/utility.h' 2024-04-03T17:09:47.5927825Z adding 'torch/include/tensorpipe/transport/shm/factory.h' 2024-04-03T17:09:47.5929783Z adding 'torch/include/tensorpipe/transport/uv/error.h' 2024-04-03T17:09:47.5931489Z adding 'torch/include/tensorpipe/transport/uv/factory.h' 2024-04-03T17:09:47.5933409Z adding 'torch/include/tensorpipe/transport/uv/utility.h' 2024-04-03T17:09:47.5940370Z adding 'torch/include/torch/custom_class.h' 2024-04-03T17:09:47.5944509Z adding 'torch/include/torch/custom_class_detail.h' 2024-04-03T17:09:47.5946557Z adding 'torch/include/torch/extension.h' 2024-04-03T17:09:47.5959557Z adding 'torch/include/torch/library.h' 2024-04-03T17:09:47.5962372Z adding 'torch/include/torch/script.h' 2024-04-03T17:09:47.5965558Z adding 'torch/include/torch/csrc/CudaIPCTypes.h' 2024-04-03T17:09:47.5967452Z adding 'torch/include/torch/csrc/DataLoader.h' 2024-04-03T17:09:47.5969307Z adding 'torch/include/torch/csrc/Device.h' 2024-04-03T17:09:47.5971255Z adding 'torch/include/torch/csrc/Dtype.h' 2024-04-03T17:09:47.5973332Z adding 'torch/include/torch/csrc/DynamicTypes.h' 2024-04-03T17:09:47.5978613Z adding 'torch/include/torch/csrc/Exceptions.h' 2024-04-03T17:09:47.5980692Z adding 'torch/include/torch/csrc/Export.h' 2024-04-03T17:09:47.5982715Z adding 'torch/include/torch/csrc/Generator.h' 2024-04-03T17:09:47.5984711Z adding 'torch/include/torch/csrc/Layout.h' 2024-04-03T17:09:47.5986531Z adding 'torch/include/torch/csrc/MemoryFormat.h' 2024-04-03T17:09:47.5988102Z adding 'torch/include/torch/csrc/Module.h' 2024-04-03T17:09:47.5989861Z adding 'torch/include/torch/csrc/PyInterpreter.h' 2024-04-03T17:09:47.5991652Z adding 'torch/include/torch/csrc/QScheme.h' 2024-04-03T17:09:47.5993414Z adding 'torch/include/torch/csrc/Size.h' 2024-04-03T17:09:47.5995863Z adding 'torch/include/torch/csrc/Storage.h' 2024-04-03T17:09:47.5997348Z adding 'torch/include/torch/csrc/StorageMethods.h' 2024-04-03T17:09:47.5998925Z adding 'torch/include/torch/csrc/StorageSharing.h' 2024-04-03T17:09:47.6000888Z adding 'torch/include/torch/csrc/Stream.h' 2024-04-03T17:09:47.6002498Z adding 'torch/include/torch/csrc/THConcat.h' 2024-04-03T17:09:47.6004425Z adding 'torch/include/torch/csrc/THP.h' 2024-04-03T17:09:47.6006171Z adding 'torch/include/torch/csrc/TypeInfo.h' 2024-04-03T17:09:47.6007885Z adding 'torch/include/torch/csrc/Types.h' 2024-04-03T17:09:47.6009820Z adding 'torch/include/torch/csrc/copy_utils.h' 2024-04-03T17:09:47.6011583Z adding 'torch/include/torch/csrc/itt_wrapper.h' 2024-04-03T17:09:47.6013292Z adding 'torch/include/torch/csrc/python_dimname.h' 2024-04-03T17:09:47.6014994Z adding 'torch/include/torch/csrc/python_headers.h' 2024-04-03T17:09:47.6016895Z adding 'torch/include/torch/csrc/serialization.h' 2024-04-03T17:09:47.6020421Z adding 'torch/include/torch/csrc/utils.h' 2024-04-03T17:09:47.6023549Z adding 'torch/include/torch/csrc/api/include/torch/all.h' 2024-04-03T17:09:47.6025581Z adding 'torch/include/torch/csrc/api/include/torch/arg.h' 2024-04-03T17:09:47.6027435Z adding 'torch/include/torch/csrc/api/include/torch/autograd.h' 2024-04-03T17:09:47.6029279Z adding 'torch/include/torch/csrc/api/include/torch/cuda.h' 2024-04-03T17:09:47.6031140Z adding 'torch/include/torch/csrc/api/include/torch/data.h' 2024-04-03T17:09:47.6034210Z adding 'torch/include/torch/csrc/api/include/torch/enum.h' 2024-04-03T17:09:47.6037506Z adding 'torch/include/torch/csrc/api/include/torch/expanding_array.h' 2024-04-03T17:09:47.6040809Z adding 'torch/include/torch/csrc/api/include/torch/fft.h' 2024-04-03T17:09:47.6043293Z adding 'torch/include/torch/csrc/api/include/torch/imethod.h' 2024-04-03T17:09:47.6045334Z adding 'torch/include/torch/csrc/api/include/torch/jit.h' 2024-04-03T17:09:47.6050867Z adding 'torch/include/torch/csrc/api/include/torch/linalg.h' 2024-04-03T17:09:47.6053641Z adding 'torch/include/torch/csrc/api/include/torch/mps.h' 2024-04-03T17:09:47.6056057Z adding 'torch/include/torch/csrc/api/include/torch/nested.h' 2024-04-03T17:09:47.6057946Z adding 'torch/include/torch/csrc/api/include/torch/nn.h' 2024-04-03T17:09:47.6060191Z adding 'torch/include/torch/csrc/api/include/torch/optim.h' 2024-04-03T17:09:47.6064984Z adding 'torch/include/torch/csrc/api/include/torch/ordered_dict.h' 2024-04-03T17:09:47.6072592Z adding 'torch/include/torch/csrc/api/include/torch/python.h' 2024-04-03T17:09:47.6075577Z adding 'torch/include/torch/csrc/api/include/torch/serialize.h' 2024-04-03T17:09:47.6077486Z adding 'torch/include/torch/csrc/api/include/torch/sparse.h' 2024-04-03T17:09:47.6082998Z adding 'torch/include/torch/csrc/api/include/torch/special.h' 2024-04-03T17:09:47.6085707Z adding 'torch/include/torch/csrc/api/include/torch/torch.h' 2024-04-03T17:09:47.6087959Z adding 'torch/include/torch/csrc/api/include/torch/types.h' 2024-04-03T17:09:47.6090384Z adding 'torch/include/torch/csrc/api/include/torch/utils.h' 2024-04-03T17:09:47.6092283Z adding 'torch/include/torch/csrc/api/include/torch/version.h' 2024-04-03T17:09:47.6094114Z adding 'torch/include/torch/csrc/api/include/torch/xpu.h' 2024-04-03T17:09:47.6096909Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader.h' 2024-04-03T17:09:47.6100053Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader_options.h' 2024-04-03T17:09:47.6102342Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets.h' 2024-04-03T17:09:47.6103319Z adding 'torch/include/torch/csrc/api/include/torch/data/example.h' 2024-04-03T17:09:47.6106467Z adding 'torch/include/torch/csrc/api/include/torch/data/iterator.h' 2024-04-03T17:09:47.6108461Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers.h' 2024-04-03T17:09:47.6110487Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms.h' 2024-04-03T17:09:47.6112519Z adding 'torch/include/torch/csrc/api/include/torch/data/worker_exception.h' 2024-04-03T17:09:47.6117120Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/base.h' 2024-04-03T17:09:47.6119591Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateful.h' 2024-04-03T17:09:47.6122349Z adding 'torch/include/torch/csrc/api/include/torch/data/dataloader/stateless.h' 2024-04-03T17:09:47.6138071Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/base.h' 2024-04-03T17:09:47.6139043Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/chunk.h' 2024-04-03T17:09:47.6139773Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/map.h' 2024-04-03T17:09:47.6140408Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/mnist.h' 2024-04-03T17:09:47.6141563Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/shared.h' 2024-04-03T17:09:47.6144014Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/stateful.h' 2024-04-03T17:09:47.6146258Z adding 'torch/include/torch/csrc/api/include/torch/data/datasets/tensor.h' 2024-04-03T17:09:47.6148824Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/data_shuttle.h' 2024-04-03T17:09:47.6151280Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/queue.h' 2024-04-03T17:09:47.6154318Z adding 'torch/include/torch/csrc/api/include/torch/data/detail/sequencers.h' 2024-04-03T17:09:47.6156734Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/base.h' 2024-04-03T17:09:47.6158897Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/custom_batch_request.h' 2024-04-03T17:09:47.6161269Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/distributed.h' 2024-04-03T17:09:47.6163427Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/random.h' 2024-04-03T17:09:47.6165733Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/sequential.h' 2024-04-03T17:09:47.6167726Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/serialize.h' 2024-04-03T17:09:47.6172458Z adding 'torch/include/torch/csrc/api/include/torch/data/samplers/stream.h' 2024-04-03T17:09:47.6172965Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/base.h' 2024-04-03T17:09:47.6175529Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/collate.h' 2024-04-03T17:09:47.6177930Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/lambda.h' 2024-04-03T17:09:47.6181011Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/stack.h' 2024-04-03T17:09:47.6184215Z adding 'torch/include/torch/csrc/api/include/torch/data/transforms/tensor.h' 2024-04-03T17:09:47.6189835Z adding 'torch/include/torch/csrc/api/include/torch/detail/TensorDataContainer.h' 2024-04-03T17:09:47.6192280Z adding 'torch/include/torch/csrc/api/include/torch/detail/static.h' 2024-04-03T17:09:47.6195390Z adding 'torch/include/torch/csrc/api/include/torch/nn/cloneable.h' 2024-04-03T17:09:47.6197349Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional.h' 2024-04-03T17:09:47.6199666Z adding 'torch/include/torch/csrc/api/include/torch/nn/init.h' 2024-04-03T17:09:47.6207447Z adding 'torch/include/torch/csrc/api/include/torch/nn/module.h' 2024-04-03T17:09:47.6210018Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules.h' 2024-04-03T17:09:47.6211856Z adding 'torch/include/torch/csrc/api/include/torch/nn/options.h' 2024-04-03T17:09:47.6214259Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl-inl.h' 2024-04-03T17:09:47.6217511Z adding 'torch/include/torch/csrc/api/include/torch/nn/pimpl.h' 2024-04-03T17:09:47.6219628Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils.h' 2024-04-03T17:09:47.6226609Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/activation.h' 2024-04-03T17:09:47.6229768Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/batchnorm.h' 2024-04-03T17:09:47.6232396Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/conv.h' 2024-04-03T17:09:47.6234972Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/distance.h' 2024-04-03T17:09:47.6237695Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/dropout.h' 2024-04-03T17:09:47.6240982Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/embedding.h' 2024-04-03T17:09:47.6243511Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/fold.h' 2024-04-03T17:09:47.6245937Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/instancenorm.h' 2024-04-03T17:09:47.6247969Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/linear.h' 2024-04-03T17:09:47.6253815Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/loss.h' 2024-04-03T17:09:47.6257580Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/normalization.h' 2024-04-03T17:09:47.6260662Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/padding.h' 2024-04-03T17:09:47.6262238Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pixelshuffle.h' 2024-04-03T17:09:47.6267843Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/pooling.h' 2024-04-03T17:09:47.6272319Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/upsampling.h' 2024-04-03T17:09:47.6275114Z adding 'torch/include/torch/csrc/api/include/torch/nn/functional/vision.h' 2024-04-03T17:09:47.6277827Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/_functions.h' 2024-04-03T17:09:47.6282905Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/activation.h' 2024-04-03T17:09:47.6286313Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/adaptive.h' 2024-04-03T17:09:47.6289573Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/batchnorm.h' 2024-04-03T17:09:47.6292493Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/common.h' 2024-04-03T17:09:47.6296912Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/conv.h' 2024-04-03T17:09:47.6299965Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/distance.h' 2024-04-03T17:09:47.6302721Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/dropout.h' 2024-04-03T17:09:47.6305923Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/embedding.h' 2024-04-03T17:09:47.6308380Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/fold.h' 2024-04-03T17:09:47.6311286Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/instancenorm.h' 2024-04-03T17:09:47.6314119Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/linear.h' 2024-04-03T17:09:47.6320407Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/loss.h' 2024-04-03T17:09:47.6323915Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/normalization.h' 2024-04-03T17:09:47.6327357Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/padding.h' 2024-04-03T17:09:47.6330013Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pixelshuffle.h' 2024-04-03T17:09:47.6334905Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/pooling.h' 2024-04-03T17:09:47.6339629Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/rnn.h' 2024-04-03T17:09:47.6342740Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformer.h' 2024-04-03T17:09:47.6345545Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformercoder.h' 2024-04-03T17:09:47.6348820Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/transformerlayer.h' 2024-04-03T17:09:47.6351450Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/upsampling.h' 2024-04-03T17:09:47.6353281Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/utils.h' 2024-04-03T17:09:47.6358370Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any.h' 2024-04-03T17:09:47.6361452Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_module_holder.h' 2024-04-03T17:09:47.6364810Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/any_value.h' 2024-04-03T17:09:47.6367207Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/functional.h' 2024-04-03T17:09:47.6370749Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/moduledict.h' 2024-04-03T17:09:47.6374548Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/modulelist.h' 2024-04-03T17:09:47.6377240Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/named_any.h' 2024-04-03T17:09:47.6379964Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterdict.h' 2024-04-03T17:09:47.6382928Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/parameterlist.h' 2024-04-03T17:09:47.6388036Z adding 'torch/include/torch/csrc/api/include/torch/nn/modules/container/sequential.h' 2024-04-03T17:09:47.6392948Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/activation.h' 2024-04-03T17:09:47.6395333Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/adaptive.h' 2024-04-03T17:09:47.6397574Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/batchnorm.h' 2024-04-03T17:09:47.6400630Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/conv.h' 2024-04-03T17:09:47.6403088Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/distance.h' 2024-04-03T17:09:47.6405124Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/dropout.h' 2024-04-03T17:09:47.6408302Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/embedding.h' 2024-04-03T17:09:47.6410686Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/fold.h' 2024-04-03T17:09:47.6412903Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/instancenorm.h' 2024-04-03T17:09:47.6415071Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/linear.h' 2024-04-03T17:09:47.6420643Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/loss.h' 2024-04-03T17:09:47.6423855Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/normalization.h' 2024-04-03T17:09:47.6426595Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/padding.h' 2024-04-03T17:09:47.6428741Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pixelshuffle.h' 2024-04-03T17:09:47.6432485Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/pooling.h' 2024-04-03T17:09:47.6435697Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/rnn.h' 2024-04-03T17:09:47.6438078Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformer.h' 2024-04-03T17:09:47.6440099Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformercoder.h' 2024-04-03T17:09:47.6442179Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/transformerlayer.h' 2024-04-03T17:09:47.6444664Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/upsampling.h' 2024-04-03T17:09:47.6446640Z adding 'torch/include/torch/csrc/api/include/torch/nn/options/vision.h' 2024-04-03T17:09:47.6451331Z adding 'torch/include/torch/csrc/api/include/torch/nn/parallel/data_parallel.h' 2024-04-03T17:09:47.6454518Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/clip_grad.h' 2024-04-03T17:09:47.6456925Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/convert_parameters.h' 2024-04-03T17:09:47.6461527Z adding 'torch/include/torch/csrc/api/include/torch/nn/utils/rnn.h' 2024-04-03T17:09:47.6464538Z adding 'torch/include/torch/csrc/api/include/torch/optim/adagrad.h' 2024-04-03T17:09:47.6467065Z adding 'torch/include/torch/csrc/api/include/torch/optim/adam.h' 2024-04-03T17:09:47.6469689Z adding 'torch/include/torch/csrc/api/include/torch/optim/adamw.h' 2024-04-03T17:09:47.6472482Z adding 'torch/include/torch/csrc/api/include/torch/optim/lbfgs.h' 2024-04-03T17:09:47.6476039Z adding 'torch/include/torch/csrc/api/include/torch/optim/optimizer.h' 2024-04-03T17:09:47.6478847Z adding 'torch/include/torch/csrc/api/include/torch/optim/rmsprop.h' 2024-04-03T17:09:47.6483241Z adding 'torch/include/torch/csrc/api/include/torch/optim/serialize.h' 2024-04-03T17:09:47.6485861Z adding 'torch/include/torch/csrc/api/include/torch/optim/sgd.h' 2024-04-03T17:09:47.6488575Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/lr_scheduler.h' 2024-04-03T17:09:47.6490893Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/reduce_on_plateau_scheduler.h' 2024-04-03T17:09:47.6492757Z adding 'torch/include/torch/csrc/api/include/torch/optim/schedulers/step_lr.h' 2024-04-03T17:09:47.6494612Z adding 'torch/include/torch/csrc/api/include/torch/serialize/archive.h' 2024-04-03T17:09:47.6497318Z adding 'torch/include/torch/csrc/api/include/torch/serialize/input-archive.h' 2024-04-03T17:09:47.6499983Z adding 'torch/include/torch/csrc/api/include/torch/serialize/output-archive.h' 2024-04-03T17:09:47.6501899Z adding 'torch/include/torch/csrc/api/include/torch/serialize/tensor.h' 2024-04-03T17:09:47.6509540Z adding 'torch/include/torch/csrc/autograd/FunctionsManual.h' 2024-04-03T17:09:47.6512209Z adding 'torch/include/torch/csrc/autograd/InferenceMode.h' 2024-04-03T17:09:47.6517206Z adding 'torch/include/torch/csrc/autograd/VariableTypeUtils.h' 2024-04-03T17:09:47.6519682Z adding 'torch/include/torch/csrc/autograd/anomaly_mode.h' 2024-04-03T17:09:47.6522671Z adding 'torch/include/torch/csrc/autograd/autograd.h' 2024-04-03T17:09:47.6525070Z adding 'torch/include/torch/csrc/autograd/autograd_not_implemented_fallback.h' 2024-04-03T17:09:47.6526874Z adding 'torch/include/torch/csrc/autograd/cpp_hook.h' 2024-04-03T17:09:47.6533229Z adding 'torch/include/torch/csrc/autograd/custom_function.h' 2024-04-03T17:09:47.6535693Z adding 'torch/include/torch/csrc/autograd/edge.h' 2024-04-03T17:09:47.6540653Z adding 'torch/include/torch/csrc/autograd/engine.h' 2024-04-03T17:09:47.6545193Z adding 'torch/include/torch/csrc/autograd/forward_grad.h' 2024-04-03T17:09:47.6556504Z adding 'torch/include/torch/csrc/autograd/function.h' 2024-04-03T17:09:47.6559566Z adding 'torch/include/torch/csrc/autograd/function_hook.h' 2024-04-03T17:09:47.6561543Z adding 'torch/include/torch/csrc/autograd/grad_mode.h' 2024-04-03T17:09:47.6565845Z adding 'torch/include/torch/csrc/autograd/graph_task.h' 2024-04-03T17:09:47.6568335Z adding 'torch/include/torch/csrc/autograd/input_buffer.h' 2024-04-03T17:09:47.6570954Z adding 'torch/include/torch/csrc/autograd/input_metadata.h' 2024-04-03T17:09:47.6573495Z adding 'torch/include/torch/csrc/autograd/jit_decomp_interface.h' 2024-04-03T17:09:47.6575238Z adding 'torch/include/torch/csrc/autograd/profiler.h' 2024-04-03T17:09:47.6578870Z adding 'torch/include/torch/csrc/autograd/profiler_kineto.h' 2024-04-03T17:09:47.6583575Z adding 'torch/include/torch/csrc/autograd/profiler_legacy.h' 2024-04-03T17:09:47.6585667Z adding 'torch/include/torch/csrc/autograd/profiler_python.h' 2024-04-03T17:09:47.6587892Z adding 'torch/include/torch/csrc/autograd/python_anomaly_mode.h' 2024-04-03T17:09:47.6589791Z adding 'torch/include/torch/csrc/autograd/python_autograd.h' 2024-04-03T17:09:47.6592497Z adding 'torch/include/torch/csrc/autograd/python_cpp_function.h' 2024-04-03T17:09:47.6594765Z adding 'torch/include/torch/csrc/autograd/python_engine.h' 2024-04-03T17:09:47.6596722Z adding 'torch/include/torch/csrc/autograd/python_enum_tag.h' 2024-04-03T17:09:47.6599508Z adding 'torch/include/torch/csrc/autograd/python_fft_functions.h' 2024-04-03T17:09:47.6602662Z adding 'torch/include/torch/csrc/autograd/python_function.h' 2024-04-03T17:09:47.6605892Z adding 'torch/include/torch/csrc/autograd/python_hook.h' 2024-04-03T17:09:47.6607821Z adding 'torch/include/torch/csrc/autograd/python_legacy_variable.h' 2024-04-03T17:09:47.6610039Z adding 'torch/include/torch/csrc/autograd/python_linalg_functions.h' 2024-04-03T17:09:47.6612350Z adding 'torch/include/torch/csrc/autograd/python_nested_functions.h' 2024-04-03T17:09:47.6614357Z adding 'torch/include/torch/csrc/autograd/python_nn_functions.h' 2024-04-03T17:09:47.6617067Z adding 'torch/include/torch/csrc/autograd/python_saved_variable_hooks.h' 2024-04-03T17:09:47.6619261Z adding 'torch/include/torch/csrc/autograd/python_sparse_functions.h' 2024-04-03T17:09:47.6621651Z adding 'torch/include/torch/csrc/autograd/python_special_functions.h' 2024-04-03T17:09:47.6623909Z adding 'torch/include/torch/csrc/autograd/python_torch_functions.h' 2024-04-03T17:09:47.6627257Z adding 'torch/include/torch/csrc/autograd/python_variable.h' 2024-04-03T17:09:47.6630564Z adding 'torch/include/torch/csrc/autograd/python_variable_indexing.h' 2024-04-03T17:09:47.6632637Z adding 'torch/include/torch/csrc/autograd/record_function_ops.h' 2024-04-03T17:09:47.6636206Z adding 'torch/include/torch/csrc/autograd/saved_variable.h' 2024-04-03T17:09:47.6638582Z adding 'torch/include/torch/csrc/autograd/saved_variable_hooks.h' 2024-04-03T17:09:47.6640531Z adding 'torch/include/torch/csrc/autograd/symbolic.h' 2024-04-03T17:09:47.6655514Z adding 'torch/include/torch/csrc/autograd/variable.h' 2024-04-03T17:09:47.6659343Z adding 'torch/include/torch/csrc/autograd/variable_info.h' 2024-04-03T17:09:47.6665451Z adding 'torch/include/torch/csrc/autograd/functions/accumulate_grad.h' 2024-04-03T17:09:47.6668562Z adding 'torch/include/torch/csrc/autograd/functions/basic_ops.h' 2024-04-03T17:09:47.6671004Z adding 'torch/include/torch/csrc/autograd/functions/comm.h' 2024-04-03T17:09:47.6673081Z adding 'torch/include/torch/csrc/autograd/functions/pybind.h' 2024-04-03T17:09:47.6677540Z adding 'torch/include/torch/csrc/autograd/functions/tensor.h' 2024-04-03T17:09:47.6680815Z adding 'torch/include/torch/csrc/autograd/functions/utils.h' 2024-04-03T17:09:47.6726895Z adding 'torch/include/torch/csrc/autograd/generated/Functions.h' 2024-04-03T17:09:47.6740927Z adding 'torch/include/torch/csrc/autograd/generated/VariableType.h' 2024-04-03T17:09:47.6746208Z adding 'torch/include/torch/csrc/autograd/generated/ViewFuncs.h' 2024-04-03T17:09:47.6749581Z adding 'torch/include/torch/csrc/autograd/generated/python_functions.h' 2024-04-03T17:09:47.6752121Z adding 'torch/include/torch/csrc/autograd/generated/python_return_types.h' 2024-04-03T17:09:47.6759202Z adding 'torch/include/torch/csrc/autograd/generated/variable_factories.h' 2024-04-03T17:09:47.6763245Z adding 'torch/include/torch/csrc/autograd/utils/error_messages.h' 2024-04-03T17:09:47.6766227Z adding 'torch/include/torch/csrc/autograd/utils/grad_layout_contract.h' 2024-04-03T17:09:47.6768518Z adding 'torch/include/torch/csrc/autograd/utils/lambda_post_hook.h' 2024-04-03T17:09:47.6771532Z adding 'torch/include/torch/csrc/autograd/utils/python_arg_parsing.h' 2024-04-03T17:09:47.6773305Z adding 'torch/include/torch/csrc/autograd/utils/warnings.h' 2024-04-03T17:09:47.6776803Z adding 'torch/include/torch/csrc/autograd/utils/wrap_outputs.h' 2024-04-03T17:09:47.6780933Z adding 'torch/include/torch/csrc/cuda/CUDAPluggableAllocator.h' 2024-04-03T17:09:47.6782952Z adding 'torch/include/torch/csrc/cuda/Event.h' 2024-04-03T17:09:47.6785320Z adding 'torch/include/torch/csrc/cuda/Module.h' 2024-04-03T17:09:47.6787512Z adding 'torch/include/torch/csrc/cuda/Stream.h' 2024-04-03T17:09:47.6789510Z adding 'torch/include/torch/csrc/cuda/THCP.h' 2024-04-03T17:09:47.6792191Z adding 'torch/include/torch/csrc/cuda/comm.h' 2024-04-03T17:09:47.6794214Z adding 'torch/include/torch/csrc/cuda/device_set.h' 2024-04-03T17:09:47.6796932Z adding 'torch/include/torch/csrc/cuda/memory_snapshot.h' 2024-04-03T17:09:47.6800172Z adding 'torch/include/torch/csrc/cuda/nccl.h' 2024-04-03T17:09:47.6802380Z adding 'torch/include/torch/csrc/cuda/python_comm.h' 2024-04-03T17:09:47.6804838Z adding 'torch/include/torch/csrc/cuda/python_nccl.h' 2024-04-03T17:09:47.6809492Z adding 'torch/include/torch/csrc/distributed/autograd/context/container.h' 2024-04-03T17:09:47.6813479Z adding 'torch/include/torch/csrc/distributed/autograd/context/context.h' 2024-04-03T17:09:47.6816749Z adding 'torch/include/torch/csrc/distributed/autograd/functions/recvrpc_backward.h' 2024-04-03T17:09:47.6819627Z adding 'torch/include/torch/csrc/distributed/autograd/functions/sendrpc_backward.h' 2024-04-03T17:09:47.6822545Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/autograd_metadata.h' 2024-04-03T17:09:47.6824927Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_req.h' 2024-04-03T17:09:47.6827607Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/cleanup_autograd_context_resp.h' 2024-04-03T17:09:47.6830101Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_req.h' 2024-04-03T17:09:47.6832661Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/propagate_gradients_resp.h' 2024-04-03T17:09:47.6837260Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_autograd.h' 2024-04-03T17:09:47.6839967Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_req.h' 2024-04-03T17:09:47.6843035Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rpc_with_profiling_resp.h' 2024-04-03T17:09:47.6845236Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_req.h' 2024-04-03T17:09:47.6848263Z adding 'torch/include/torch/csrc/distributed/autograd/rpc_messages/rref_backward_resp.h' 2024-04-03T17:09:47.6853007Z adding 'torch/include/torch/csrc/distributed/c10d/Backend.hpp' 2024-04-03T17:09:47.6856444Z adding 'torch/include/torch/csrc/distributed/c10d/FakeProcessGroup.hpp' 2024-04-03T17:09:47.6859096Z adding 'torch/include/torch/csrc/distributed/c10d/FileStore.hpp' 2024-04-03T17:09:47.6861057Z adding 'torch/include/torch/csrc/distributed/c10d/GlooDeviceFactory.hpp' 2024-04-03T17:09:47.6863262Z adding 'torch/include/torch/csrc/distributed/c10d/GroupRegistry.hpp' 2024-04-03T17:09:47.6864854Z adding 'torch/include/torch/csrc/distributed/c10d/HashStore.hpp' 2024-04-03T17:09:47.6870662Z adding 'torch/include/torch/csrc/distributed/c10d/NCCLUtils.hpp' 2024-04-03T17:09:47.6873996Z adding 'torch/include/torch/csrc/distributed/c10d/ParamCommsUtils.hpp' 2024-04-03T17:09:47.6876157Z adding 'torch/include/torch/csrc/distributed/c10d/PrefixStore.hpp' 2024-04-03T17:09:47.6882629Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroup.hpp' 2024-04-03T17:09:47.6888476Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupGloo.hpp' 2024-04-03T17:09:47.6892067Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupMPI.hpp' 2024-04-03T17:09:47.6907617Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupNCCL.hpp' 2024-04-03T17:09:47.6911057Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupRoundRobin.hpp' 2024-04-03T17:09:47.6914600Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupUCC.hpp' 2024-04-03T17:09:47.6917471Z adding 'torch/include/torch/csrc/distributed/c10d/ProcessGroupWrapper.hpp' 2024-04-03T17:09:47.6920322Z adding 'torch/include/torch/csrc/distributed/c10d/PyProcessGroup.hpp' 2024-04-03T17:09:47.6922714Z adding 'torch/include/torch/csrc/distributed/c10d/RankLocal.hpp' 2024-04-03T17:09:47.6924855Z adding 'torch/include/torch/csrc/distributed/c10d/Store.hpp' 2024-04-03T17:09:47.6927511Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStore.hpp' 2024-04-03T17:09:47.6929721Z adding 'torch/include/torch/csrc/distributed/c10d/TCPStoreBackend.hpp' 2024-04-03T17:09:47.6937575Z adding 'torch/include/torch/csrc/distributed/c10d/TraceUtils.h' 2024-04-03T17:09:47.6940983Z adding 'torch/include/torch/csrc/distributed/c10d/Types.hpp' 2024-04-03T17:09:47.6943377Z adding 'torch/include/torch/csrc/distributed/c10d/UCCTracing.hpp' 2024-04-03T17:09:47.6946532Z adding 'torch/include/torch/csrc/distributed/c10d/UCCUtils.hpp' 2024-04-03T17:09:47.6948374Z adding 'torch/include/torch/csrc/distributed/c10d/UnixSockUtils.hpp' 2024-04-03T17:09:47.6954496Z adding 'torch/include/torch/csrc/distributed/c10d/Utils.hpp' 2024-04-03T17:09:47.6956929Z adding 'torch/include/torch/csrc/distributed/c10d/WinSockUtils.hpp' 2024-04-03T17:09:47.6959758Z adding 'torch/include/torch/csrc/distributed/c10d/Work.hpp' 2024-04-03T17:09:47.6961960Z adding 'torch/include/torch/csrc/distributed/c10d/c10d.h' 2024-04-03T17:09:47.6964490Z adding 'torch/include/torch/csrc/distributed/c10d/comm.hpp' 2024-04-03T17:09:47.6966559Z adding 'torch/include/torch/csrc/distributed/c10d/debug.h' 2024-04-03T17:09:47.6968736Z adding 'torch/include/torch/csrc/distributed/c10d/default_comm_hooks.hpp' 2024-04-03T17:09:47.6970514Z adding 'torch/include/torch/csrc/distributed/c10d/error.h' 2024-04-03T17:09:47.6972384Z adding 'torch/include/torch/csrc/distributed/c10d/exception.h' 2024-04-03T17:09:47.6974985Z adding 'torch/include/torch/csrc/distributed/c10d/intra_node_comm.hpp' 2024-04-03T17:09:47.6978145Z adding 'torch/include/torch/csrc/distributed/c10d/logger.hpp' 2024-04-03T17:09:47.6980526Z adding 'torch/include/torch/csrc/distributed/c10d/logging.h' 2024-04-03T17:09:47.6982775Z adding 'torch/include/torch/csrc/distributed/c10d/python_comm_hook.h' 2024-04-03T17:09:47.6992118Z adding 'torch/include/torch/csrc/distributed/c10d/reducer.hpp' 2024-04-03T17:09:47.6995166Z adding 'torch/include/torch/csrc/distributed/c10d/reducer_timer.hpp' 2024-04-03T17:09:47.6997278Z adding 'torch/include/torch/csrc/distributed/c10d/sequence_num.hpp' 2024-04-03T17:09:47.6999379Z adding 'torch/include/torch/csrc/distributed/c10d/socket.h' 2024-04-03T17:09:47.7002062Z adding 'torch/include/torch/csrc/distributed/rpc/agent_utils.h' 2024-04-03T17:09:47.7005473Z adding 'torch/include/torch/csrc/distributed/rpc/message.h' 2024-04-03T17:09:47.7008042Z adding 'torch/include/torch/csrc/distributed/rpc/py_rref.h' 2024-04-03T17:09:47.7010041Z adding 'torch/include/torch/csrc/distributed/rpc/python_call.h' 2024-04-03T17:09:47.7012078Z adding 'torch/include/torch/csrc/distributed/rpc/python_functions.h' 2024-04-03T17:09:47.7014394Z adding 'torch/include/torch/csrc/distributed/rpc/python_remote_call.h' 2024-04-03T17:09:47.7016520Z adding 'torch/include/torch/csrc/distributed/rpc/python_resp.h' 2024-04-03T17:09:47.7019607Z adding 'torch/include/torch/csrc/distributed/rpc/python_rpc_handler.h' 2024-04-03T17:09:47.7021646Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback.h' 2024-04-03T17:09:47.7024181Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_impl.h' 2024-04-03T17:09:47.7026364Z adding 'torch/include/torch/csrc/distributed/rpc/request_callback_no_python.h' 2024-04-03T17:09:47.7028867Z adding 'torch/include/torch/csrc/distributed/rpc/rpc.h' 2024-04-03T17:09:47.7033206Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_agent.h' 2024-04-03T17:09:47.7035738Z adding 'torch/include/torch/csrc/distributed/rpc/rpc_command_base.h' 2024-04-03T17:09:47.7042031Z adding 'torch/include/torch/csrc/distributed/rpc/rref_context.h' 2024-04-03T17:09:47.7048734Z adding 'torch/include/torch/csrc/distributed/rpc/rref_impl.h' 2024-04-03T17:09:47.7051651Z adding 'torch/include/torch/csrc/distributed/rpc/rref_proto.h' 2024-04-03T17:09:47.7054064Z adding 'torch/include/torch/csrc/distributed/rpc/script_call.h' 2024-04-03T17:09:47.7056299Z adding 'torch/include/torch/csrc/distributed/rpc/script_remote_call.h' 2024-04-03T17:09:47.7058433Z adding 'torch/include/torch/csrc/distributed/rpc/script_resp.h' 2024-04-03T17:09:47.7064744Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_agent.h' 2024-04-03T17:09:47.7067955Z adding 'torch/include/torch/csrc/distributed/rpc/tensorpipe_utils.h' 2024-04-03T17:09:47.7070108Z adding 'torch/include/torch/csrc/distributed/rpc/torchscript_functions.h' 2024-04-03T17:09:47.7072056Z adding 'torch/include/torch/csrc/distributed/rpc/types.h' 2024-04-03T17:09:47.7074275Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_call.h' 2024-04-03T17:09:47.7076753Z adding 'torch/include/torch/csrc/distributed/rpc/unpickled_python_remote_call.h' 2024-04-03T17:09:47.7078739Z adding 'torch/include/torch/csrc/distributed/rpc/utils.h' 2024-04-03T17:09:47.7081243Z adding 'torch/include/torch/csrc/dynamo/cache_entry.h' 2024-04-03T17:09:47.7088426Z adding 'torch/include/torch/csrc/dynamo/compiled_autograd.h' 2024-04-03T17:09:47.7090695Z adding 'torch/include/torch/csrc/dynamo/cpp_shim.h' 2024-04-03T17:09:47.7092486Z adding 'torch/include/torch/csrc/dynamo/cpython_defs.h' 2024-04-03T17:09:47.7094475Z adding 'torch/include/torch/csrc/dynamo/debug_macros.h' 2024-04-03T17:09:47.7096089Z adding 'torch/include/torch/csrc/dynamo/eval_frame.h' 2024-04-03T17:09:47.7099305Z adding 'torch/include/torch/csrc/dynamo/extra_state.h' 2024-04-03T17:09:47.7101204Z adding 'torch/include/torch/csrc/dynamo/guards.h' 2024-04-03T17:09:47.7103516Z adding 'torch/include/torch/csrc/dynamo/init.h' 2024-04-03T17:09:47.7105786Z adding 'torch/include/torch/csrc/dynamo/python_compiled_autograd.h' 2024-04-03T17:09:47.7106676Z adding 'torch/include/torch/csrc/dynamo/utils.h' 2024-04-03T17:09:47.7109088Z adding 'torch/include/torch/csrc/inductor/inductor_ops.h' 2024-04-03T17:09:47.7111963Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner.h' 2024-04-03T17:09:47.7114115Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cpu.h' 2024-04-03T17:09:47.7116111Z adding 'torch/include/torch/csrc/inductor/aoti_runner/model_container_runner_cuda.h' 2024-04-03T17:09:47.7117603Z adding 'torch/include/torch/csrc/inductor/aoti_runner/pybind.h' 2024-04-03T17:09:47.7122109Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/arrayref_tensor.h' 2024-04-03T17:09:47.7124857Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/device_utils.h' 2024-04-03T17:09:47.7127981Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/interface.h' 2024-04-03T17:09:47.7133666Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model.h' 2024-04-03T17:09:47.7140590Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/model_container.h' 2024-04-03T17:09:47.7143295Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/scalar_to_tensor.h' 2024-04-03T17:09:47.7145944Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/thread_local.h' 2024-04-03T17:09:47.7148826Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils.h' 2024-04-03T17:09:47.7151461Z adding 'torch/include/torch/csrc/inductor/aoti_runtime/utils_cuda.h' 2024-04-03T17:09:47.7153908Z adding 'torch/include/torch/csrc/inductor/aoti_torch/proxy_executor.h' 2024-04-03T17:09:47.7156332Z adding 'torch/include/torch/csrc/inductor/aoti_torch/tensor_converter.h' 2024-04-03T17:09:47.7158836Z adding 'torch/include/torch/csrc/inductor/aoti_torch/utils.h' 2024-04-03T17:09:47.7164991Z adding 'torch/include/torch/csrc/inductor/aoti_torch/c/shim.h' 2024-04-03T17:09:47.7198970Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cpu.h' 2024-04-03T17:09:47.7239788Z adding 'torch/include/torch/csrc/inductor/aoti_torch/generated/c_shim_cuda.h' 2024-04-03T17:09:47.7248365Z adding 'torch/include/torch/csrc/jit/jit_log.h' 2024-04-03T17:09:47.7251296Z adding 'torch/include/torch/csrc/jit/jit_opt_limit.h' 2024-04-03T17:09:47.7252969Z adding 'torch/include/torch/csrc/jit/resource_guard.h' 2024-04-03T17:09:47.7257867Z adding 'torch/include/torch/csrc/jit/api/compilation_unit.h' 2024-04-03T17:09:47.7261638Z adding 'torch/include/torch/csrc/jit/api/function_impl.h' 2024-04-03T17:09:47.7264072Z adding 'torch/include/torch/csrc/jit/api/method.h' 2024-04-03T17:09:47.7272590Z adding 'torch/include/torch/csrc/jit/api/module.h' 2024-04-03T17:09:47.7276331Z adding 'torch/include/torch/csrc/jit/api/object.h' 2024-04-03T17:09:47.7279416Z adding 'torch/include/torch/csrc/jit/backends/backend.h' 2024-04-03T17:09:47.7283391Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_handler.h' 2024-04-03T17:09:47.7285903Z adding 'torch/include/torch/csrc/jit/backends/backend_debug_info.h' 2024-04-03T17:09:47.7287845Z adding 'torch/include/torch/csrc/jit/backends/backend_detail.h' 2024-04-03T17:09:47.7290379Z adding 'torch/include/torch/csrc/jit/backends/backend_exception.h' 2024-04-03T17:09:47.7292732Z adding 'torch/include/torch/csrc/jit/backends/backend_init.h' 2024-04-03T17:09:47.7294927Z adding 'torch/include/torch/csrc/jit/backends/backend_interface.h' 2024-04-03T17:09:47.7297100Z adding 'torch/include/torch/csrc/jit/backends/backend_preprocess.h' 2024-04-03T17:09:47.7299325Z adding 'torch/include/torch/csrc/jit/backends/backend_resolver.h' 2024-04-03T17:09:47.7301868Z adding 'torch/include/torch/csrc/jit/codegen/cuda/interface.h' 2024-04-03T17:09:47.7304446Z adding 'torch/include/torch/csrc/jit/frontend/builtin_functions.h' 2024-04-03T17:09:47.7306470Z adding 'torch/include/torch/csrc/jit/frontend/canonicalize_modified_loop.h' 2024-04-03T17:09:47.7310614Z adding 'torch/include/torch/csrc/jit/frontend/concrete_module_type.h' 2024-04-03T17:09:47.7312801Z adding 'torch/include/torch/csrc/jit/frontend/convert_to_ssa.h' 2024-04-03T17:09:47.7314840Z adding 'torch/include/torch/csrc/jit/frontend/edit_distance.h' 2024-04-03T17:09:47.7317073Z adding 'torch/include/torch/csrc/jit/frontend/error_report.h' 2024-04-03T17:09:47.7319034Z adding 'torch/include/torch/csrc/jit/frontend/exit_transforms.h' 2024-04-03T17:09:47.7321177Z adding 'torch/include/torch/csrc/jit/frontend/function_schema_parser.h' 2024-04-03T17:09:47.7323313Z adding 'torch/include/torch/csrc/jit/frontend/inline_loop_condition.h' 2024-04-03T17:09:47.7325114Z adding 'torch/include/torch/csrc/jit/frontend/ir_emitter.h' 2024-04-03T17:09:47.7331970Z adding 'torch/include/torch/csrc/jit/frontend/lexer.h' 2024-04-03T17:09:47.7334917Z adding 'torch/include/torch/csrc/jit/frontend/mini_environment.h' 2024-04-03T17:09:47.7337144Z adding 'torch/include/torch/csrc/jit/frontend/name_mangler.h' 2024-04-03T17:09:47.7340067Z adding 'torch/include/torch/csrc/jit/frontend/parse_string_literal.h' 2024-04-03T17:09:47.7342055Z adding 'torch/include/torch/csrc/jit/frontend/parser.h' 2024-04-03T17:09:47.7344148Z adding 'torch/include/torch/csrc/jit/frontend/parser_constants.h' 2024-04-03T17:09:47.7346412Z adding 'torch/include/torch/csrc/jit/frontend/resolver.h' 2024-04-03T17:09:47.7349015Z adding 'torch/include/torch/csrc/jit/frontend/schema_matching.h' 2024-04-03T17:09:47.7351356Z adding 'torch/include/torch/csrc/jit/frontend/schema_type_parser.h' 2024-04-03T17:09:47.7353532Z adding 'torch/include/torch/csrc/jit/frontend/script_type_parser.h' 2024-04-03T17:09:47.7358630Z adding 'torch/include/torch/csrc/jit/frontend/source_range.h' 2024-04-03T17:09:47.7361017Z adding 'torch/include/torch/csrc/jit/frontend/source_ref.h' 2024-04-03T17:09:47.7362851Z adding 'torch/include/torch/csrc/jit/frontend/strtod.h' 2024-04-03T17:09:47.7371315Z adding 'torch/include/torch/csrc/jit/frontend/sugared_value.h' 2024-04-03T17:09:47.7376206Z adding 'torch/include/torch/csrc/jit/frontend/tracer.h' 2024-04-03T17:09:47.7380450Z adding 'torch/include/torch/csrc/jit/frontend/tree.h' 2024-04-03T17:09:47.7390508Z adding 'torch/include/torch/csrc/jit/frontend/tree_views.h' 2024-04-03T17:09:47.7394488Z adding 'torch/include/torch/csrc/jit/frontend/versioned_symbols.h' 2024-04-03T17:09:47.7399988Z adding 'torch/include/torch/csrc/jit/ir/alias_analysis.h' 2024-04-03T17:09:47.7403086Z adding 'torch/include/torch/csrc/jit/ir/attributes.h' 2024-04-03T17:09:47.7405542Z adding 'torch/include/torch/csrc/jit/ir/constants.h' 2024-04-03T17:09:47.7408635Z adding 'torch/include/torch/csrc/jit/ir/graph_node_list.h' 2024-04-03T17:09:47.7410698Z adding 'torch/include/torch/csrc/jit/ir/graph_utils.h' 2024-04-03T17:09:47.7429928Z adding 'torch/include/torch/csrc/jit/ir/ir.h' 2024-04-03T17:09:47.7434270Z adding 'torch/include/torch/csrc/jit/ir/ir_views.h' 2024-04-03T17:09:47.7436421Z adding 'torch/include/torch/csrc/jit/ir/irparser.h' 2024-04-03T17:09:47.7438941Z adding 'torch/include/torch/csrc/jit/ir/named_value.h' 2024-04-03T17:09:47.7440971Z adding 'torch/include/torch/csrc/jit/ir/node_hashing.h' 2024-04-03T17:09:47.7444674Z adding 'torch/include/torch/csrc/jit/ir/scope.h' 2024-04-03T17:09:47.7447338Z adding 'torch/include/torch/csrc/jit/ir/subgraph_matcher.h' 2024-04-03T17:09:47.7449339Z adding 'torch/include/torch/csrc/jit/ir/type_hashing.h' 2024-04-03T17:09:47.7451876Z adding 'torch/include/torch/csrc/jit/mobile/code.h' 2024-04-03T17:09:47.7454340Z adding 'torch/include/torch/csrc/jit/mobile/debug_info.h' 2024-04-03T17:09:47.7457731Z adding 'torch/include/torch/csrc/jit/mobile/file_format.h' 2024-04-03T17:09:47.7461130Z adding 'torch/include/torch/csrc/jit/mobile/flatbuffer_loader.h' 2024-04-03T17:09:47.7463116Z adding 'torch/include/torch/csrc/jit/mobile/frame.h' 2024-04-03T17:09:47.7465756Z adding 'torch/include/torch/csrc/jit/mobile/function.h' 2024-04-03T17:09:47.7468471Z adding 'torch/include/torch/csrc/jit/mobile/import.h' 2024-04-03T17:09:47.7470711Z adding 'torch/include/torch/csrc/jit/mobile/import_data.h' 2024-04-03T17:09:47.7472773Z adding 'torch/include/torch/csrc/jit/mobile/import_export_common.h' 2024-04-03T17:09:47.7474742Z adding 'torch/include/torch/csrc/jit/mobile/interpreter.h' 2024-04-03T17:09:47.7476799Z adding 'torch/include/torch/csrc/jit/mobile/method.h' 2024-04-03T17:09:47.7479968Z adding 'torch/include/torch/csrc/jit/mobile/module.h' 2024-04-03T17:09:47.7482744Z adding 'torch/include/torch/csrc/jit/mobile/observer.h' 2024-04-03T17:09:47.7484984Z adding 'torch/include/torch/csrc/jit/mobile/parse_bytecode.h' 2024-04-03T17:09:47.7487005Z adding 'torch/include/torch/csrc/jit/mobile/parse_operators.h' 2024-04-03T17:09:47.7489062Z adding 'torch/include/torch/csrc/jit/mobile/prim_ops_registery.h' 2024-04-03T17:09:47.7491805Z adding 'torch/include/torch/csrc/jit/mobile/profiler_edge.h' 2024-04-03T17:09:47.7494054Z adding 'torch/include/torch/csrc/jit/mobile/promoted_prim_ops.h' 2024-04-03T17:09:47.7496268Z adding 'torch/include/torch/csrc/jit/mobile/quantization.h' 2024-04-03T17:09:47.7498897Z adding 'torch/include/torch/csrc/jit/mobile/register_ops_common_utils.h' 2024-04-03T17:09:47.7501019Z adding 'torch/include/torch/csrc/jit/mobile/type_parser.h' 2024-04-03T17:09:47.7503125Z adding 'torch/include/torch/csrc/jit/mobile/upgrader_mobile.h' 2024-04-03T17:09:47.7505948Z adding 'torch/include/torch/csrc/jit/passes/add_if_then_else.h' 2024-04-03T17:09:47.7507790Z adding 'torch/include/torch/csrc/jit/passes/annotate_warns.h' 2024-04-03T17:09:47.7509577Z adding 'torch/include/torch/csrc/jit/passes/autocast.h' 2024-04-03T17:09:47.7511717Z adding 'torch/include/torch/csrc/jit/passes/bailout_graph.h' 2024-04-03T17:09:47.7513515Z adding 'torch/include/torch/csrc/jit/passes/batch_mm.h' 2024-04-03T17:09:47.7515518Z adding 'torch/include/torch/csrc/jit/passes/canonicalize.h' 2024-04-03T17:09:47.7517513Z adding 'torch/include/torch/csrc/jit/passes/canonicalize_graph_fuser_ops.h' 2024-04-03T17:09:47.7519268Z adding 'torch/include/torch/csrc/jit/passes/check_strict_fusion.h' 2024-04-03T17:09:47.7521204Z adding 'torch/include/torch/csrc/jit/passes/clear_profiling.h' 2024-04-03T17:09:47.7523495Z adding 'torch/include/torch/csrc/jit/passes/clear_undefinedness.h' 2024-04-03T17:09:47.7525377Z adding 'torch/include/torch/csrc/jit/passes/common_subexpression_elimination.h' 2024-04-03T17:09:47.7527169Z adding 'torch/include/torch/csrc/jit/passes/concat_opt.h' 2024-04-03T17:09:47.7528981Z adding 'torch/include/torch/csrc/jit/passes/constant_pooling.h' 2024-04-03T17:09:47.7531209Z adding 'torch/include/torch/csrc/jit/passes/constant_propagation.h' 2024-04-03T17:09:47.7533180Z adding 'torch/include/torch/csrc/jit/passes/create_autodiff_subgraphs.h' 2024-04-03T17:09:47.7535188Z adding 'torch/include/torch/csrc/jit/passes/create_functional_graphs.h' 2024-04-03T17:09:47.7537660Z adding 'torch/include/torch/csrc/jit/passes/dead_code_elimination.h' 2024-04-03T17:09:47.7539489Z adding 'torch/include/torch/csrc/jit/passes/decompose_ops.h' 2024-04-03T17:09:47.7541254Z adding 'torch/include/torch/csrc/jit/passes/device_type_analysis.h' 2024-04-03T17:09:47.7543095Z adding 'torch/include/torch/csrc/jit/passes/dtype_analysis.h' 2024-04-03T17:09:47.7545078Z adding 'torch/include/torch/csrc/jit/passes/eliminate_no_ops.h' 2024-04-03T17:09:47.7547024Z adding 'torch/include/torch/csrc/jit/passes/erase_number_types.h' 2024-04-03T17:09:47.7549138Z adding 'torch/include/torch/csrc/jit/passes/fixup_trace_scope_blocks.h' 2024-04-03T17:09:47.7551059Z adding 'torch/include/torch/csrc/jit/passes/fold_conv_bn.h' 2024-04-03T17:09:47.7552992Z adding 'torch/include/torch/csrc/jit/passes/fold_linear_bn.h' 2024-04-03T17:09:47.7555075Z adding 'torch/include/torch/csrc/jit/passes/freeze_module.h' 2024-04-03T17:09:47.7557028Z adding 'torch/include/torch/csrc/jit/passes/frozen_concat_linear.h' 2024-04-03T17:09:47.7558800Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_add_relu_fusion.h' 2024-04-03T17:09:47.7560605Z adding 'torch/include/torch/csrc/jit/passes/frozen_conv_folding.h' 2024-04-03T17:09:47.7562552Z adding 'torch/include/torch/csrc/jit/passes/frozen_graph_optimizations.h' 2024-04-03T17:09:47.7564395Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_folding.h' 2024-04-03T17:09:47.7566258Z adding 'torch/include/torch/csrc/jit/passes/frozen_linear_transpose.h' 2024-04-03T17:09:47.7568010Z adding 'torch/include/torch/csrc/jit/passes/frozen_ops_to_mkldnn.h' 2024-04-03T17:09:47.7569822Z adding 'torch/include/torch/csrc/jit/passes/fuse_linear.h' 2024-04-03T17:09:47.7571635Z adding 'torch/include/torch/csrc/jit/passes/fuse_relu.h' 2024-04-03T17:09:47.7573664Z adding 'torch/include/torch/csrc/jit/passes/graph_fuser.h' 2024-04-03T17:09:47.7575965Z adding 'torch/include/torch/csrc/jit/passes/graph_rewrite_helper.h' 2024-04-03T17:09:47.7577863Z adding 'torch/include/torch/csrc/jit/passes/guard_elimination.h' 2024-04-03T17:09:47.7579879Z adding 'torch/include/torch/csrc/jit/passes/hoist_conv_packed_params.h' 2024-04-03T17:09:47.7581957Z adding 'torch/include/torch/csrc/jit/passes/inline_autodiff_subgraphs.h' 2024-04-03T17:09:47.7583617Z adding 'torch/include/torch/csrc/jit/passes/inline_fork_wait.h' 2024-04-03T17:09:47.7585407Z adding 'torch/include/torch/csrc/jit/passes/inline_forked_closures.h' 2024-04-03T17:09:47.7587089Z adding 'torch/include/torch/csrc/jit/passes/inliner.h' 2024-04-03T17:09:47.7588874Z adding 'torch/include/torch/csrc/jit/passes/inplace_check.h' 2024-04-03T17:09:47.7591679Z adding 'torch/include/torch/csrc/jit/passes/insert_guards.h' 2024-04-03T17:09:47.7593579Z adding 'torch/include/torch/csrc/jit/passes/integer_value_refinement.h' 2024-04-03T17:09:47.7595299Z adding 'torch/include/torch/csrc/jit/passes/lift_closures.h' 2024-04-03T17:09:47.7597741Z adding 'torch/include/torch/csrc/jit/passes/liveness.h' 2024-04-03T17:09:47.7599721Z adding 'torch/include/torch/csrc/jit/passes/loop_unrolling.h' 2024-04-03T17:09:47.7601463Z adding 'torch/include/torch/csrc/jit/passes/lower_grad_of.h' 2024-04-03T17:09:47.7603365Z adding 'torch/include/torch/csrc/jit/passes/lower_graph.h' 2024-04-03T17:09:47.7605440Z adding 'torch/include/torch/csrc/jit/passes/lower_tuples.h' 2024-04-03T17:09:47.7607708Z adding 'torch/include/torch/csrc/jit/passes/metal_rewrite.h' 2024-04-03T17:09:47.7609473Z adding 'torch/include/torch/csrc/jit/passes/mkldnn_rewrite.h' 2024-04-03T17:09:47.7611308Z adding 'torch/include/torch/csrc/jit/passes/mobile_optimizer_type.h' 2024-04-03T17:09:47.7613339Z adding 'torch/include/torch/csrc/jit/passes/normalize_ops.h' 2024-04-03T17:09:47.7615400Z adding 'torch/include/torch/csrc/jit/passes/onednn_graph_fuser.h' 2024-04-03T17:09:47.7617535Z adding 'torch/include/torch/csrc/jit/passes/onnx.h' 2024-04-03T17:09:47.7620870Z adding 'torch/include/torch/csrc/jit/passes/pass_manager.h' 2024-04-03T17:09:47.7622874Z adding 'torch/include/torch/csrc/jit/passes/peephole.h' 2024-04-03T17:09:47.7625012Z adding 'torch/include/torch/csrc/jit/passes/peephole_alias_sensitive.h' 2024-04-03T17:09:47.7627071Z adding 'torch/include/torch/csrc/jit/passes/peephole_dict_idioms.h' 2024-04-03T17:09:47.7629346Z adding 'torch/include/torch/csrc/jit/passes/peephole_list_idioms.h' 2024-04-03T17:09:47.7631228Z adding 'torch/include/torch/csrc/jit/passes/peephole_non_tensor.h' 2024-04-03T17:09:47.7633217Z adding 'torch/include/torch/csrc/jit/passes/prepack_folding.h' 2024-04-03T17:09:47.7635187Z adding 'torch/include/torch/csrc/jit/passes/refine_tuple_types.h' 2024-04-03T17:09:47.7636892Z adding 'torch/include/torch/csrc/jit/passes/remove_dropout.h' 2024-04-03T17:09:47.7638945Z adding 'torch/include/torch/csrc/jit/passes/remove_exceptions.h' 2024-04-03T17:09:47.7640736Z adding 'torch/include/torch/csrc/jit/passes/remove_expands.h' 2024-04-03T17:09:47.7642610Z adding 'torch/include/torch/csrc/jit/passes/remove_inplace_ops.h' 2024-04-03T17:09:47.7644954Z adding 'torch/include/torch/csrc/jit/passes/remove_mutation.h' 2024-04-03T17:09:47.7647067Z adding 'torch/include/torch/csrc/jit/passes/remove_redundant_profiles.h' 2024-04-03T17:09:47.7649080Z adding 'torch/include/torch/csrc/jit/passes/replacement_of_old_operators.h' 2024-04-03T17:09:47.7650992Z adding 'torch/include/torch/csrc/jit/passes/requires_grad_analysis.h' 2024-04-03T17:09:47.7653164Z adding 'torch/include/torch/csrc/jit/passes/restore_mutation.h' 2024-04-03T17:09:47.7655441Z adding 'torch/include/torch/csrc/jit/passes/shape_analysis.h' 2024-04-03T17:09:47.7657751Z adding 'torch/include/torch/csrc/jit/passes/specialize_autogradzero.h' 2024-04-03T17:09:47.7660874Z adding 'torch/include/torch/csrc/jit/passes/subgraph_rewrite.h' 2024-04-03T17:09:47.7663304Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_analysis.h' 2024-04-03T17:09:47.7665571Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_cache.h' 2024-04-03T17:09:47.7668197Z adding 'torch/include/torch/csrc/jit/passes/symbolic_shape_runtime_fusion.h' 2024-04-03T17:09:47.7670678Z adding 'torch/include/torch/csrc/jit/passes/tensorexpr_fuser.h' 2024-04-03T17:09:47.7672956Z adding 'torch/include/torch/csrc/jit/passes/update_differentiable_graph_requires_grad.h' 2024-04-03T17:09:47.7675181Z adding 'torch/include/torch/csrc/jit/passes/value_refinement_utils.h' 2024-04-03T17:09:47.7677205Z adding 'torch/include/torch/csrc/jit/passes/variadic_ops.h' 2024-04-03T17:09:47.7679210Z adding 'torch/include/torch/csrc/jit/passes/vulkan_rewrite.h' 2024-04-03T17:09:47.7681221Z adding 'torch/include/torch/csrc/jit/passes/xnnpack_rewrite.h' 2024-04-03T17:09:47.7683875Z adding 'torch/include/torch/csrc/jit/passes/quantization/dedup_module_uses.h' 2024-04-03T17:09:47.7686139Z adding 'torch/include/torch/csrc/jit/passes/quantization/finalize.h' 2024-04-03T17:09:47.7688224Z adding 'torch/include/torch/csrc/jit/passes/quantization/fusion_passes.h' 2024-04-03T17:09:47.7691510Z adding 'torch/include/torch/csrc/jit/passes/quantization/helper.h' 2024-04-03T17:09:47.7694304Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_observers.h' 2024-04-03T17:09:47.7697077Z adding 'torch/include/torch/csrc/jit/passes/quantization/insert_quant_dequant.h' 2024-04-03T17:09:47.7706605Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_patterns.h' 2024-04-03T17:09:47.7709856Z adding 'torch/include/torch/csrc/jit/passes/quantization/quantization_type.h' 2024-04-03T17:09:47.7712091Z adding 'torch/include/torch/csrc/jit/passes/quantization/register_packed_params.h' 2024-04-03T17:09:47.7714022Z adding 'torch/include/torch/csrc/jit/passes/utils/check_alias_annotation.h' 2024-04-03T17:09:47.7717342Z adding 'torch/include/torch/csrc/jit/passes/utils/memory_dag.h' 2024-04-03T17:09:47.7719394Z adding 'torch/include/torch/csrc/jit/passes/utils/op_registry.h' 2024-04-03T17:09:47.7721287Z adding 'torch/include/torch/csrc/jit/passes/utils/optimization_utils.h' 2024-04-03T17:09:47.7723524Z adding 'torch/include/torch/csrc/jit/passes/utils/subgraph_utils.h' 2024-04-03T17:09:47.7725969Z adding 'torch/include/torch/csrc/jit/python/init.h' 2024-04-03T17:09:47.7728146Z adding 'torch/include/torch/csrc/jit/python/module_python.h' 2024-04-03T17:09:47.7731527Z adding 'torch/include/torch/csrc/jit/python/pybind.h' 2024-04-03T17:09:47.7745562Z adding 'torch/include/torch/csrc/jit/python/pybind_utils.h' 2024-04-03T17:09:47.7749055Z adding 'torch/include/torch/csrc/jit/python/python_arg_flatten.h' 2024-04-03T17:09:47.7751253Z adding 'torch/include/torch/csrc/jit/python/python_custom_class.h' 2024-04-03T17:09:47.7753462Z adding 'torch/include/torch/csrc/jit/python/python_dict.h' 2024-04-03T17:09:47.7755765Z adding 'torch/include/torch/csrc/jit/python/python_ir.h' 2024-04-03T17:09:47.7758475Z adding 'torch/include/torch/csrc/jit/python/python_ivalue.h' 2024-04-03T17:09:47.7761733Z adding 'torch/include/torch/csrc/jit/python/python_list.h' 2024-04-03T17:09:47.7765715Z adding 'torch/include/torch/csrc/jit/python/python_sugared_value.h' 2024-04-03T17:09:47.7768142Z adding 'torch/include/torch/csrc/jit/python/python_tracer.h' 2024-04-03T17:09:47.7770211Z adding 'torch/include/torch/csrc/jit/python/python_tree_views.h' 2024-04-03T17:09:47.7772208Z adding 'torch/include/torch/csrc/jit/python/script_init.h' 2024-04-03T17:09:47.7773943Z adding 'torch/include/torch/csrc/jit/python/update_graph_executor_opt.h' 2024-04-03T17:09:47.7775734Z adding 'torch/include/torch/csrc/jit/python/utf8_decoding_ignore.h' 2024-04-03T17:09:47.7782616Z adding 'torch/include/torch/csrc/jit/runtime/argument_spec.h' 2024-04-03T17:09:47.7786035Z adding 'torch/include/torch/csrc/jit/runtime/autodiff.h' 2024-04-03T17:09:47.7788566Z adding 'torch/include/torch/csrc/jit/runtime/calculate_necessary_args.h' 2024-04-03T17:09:47.7790710Z adding 'torch/include/torch/csrc/jit/runtime/custom_operator.h' 2024-04-03T17:09:47.7792964Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry.h' 2024-04-03T17:09:47.7794911Z adding 'torch/include/torch/csrc/jit/runtime/decomposition_registry_util.h' 2024-04-03T17:09:47.7796907Z adding 'torch/include/torch/csrc/jit/runtime/exception_message.h' 2024-04-03T17:09:47.7799794Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor.h' 2024-04-03T17:09:47.7802820Z adding 'torch/include/torch/csrc/jit/runtime/graph_executor_impl.h' 2024-04-03T17:09:47.7805911Z adding 'torch/include/torch/csrc/jit/runtime/graph_iterator.h' 2024-04-03T17:09:47.7809143Z adding 'torch/include/torch/csrc/jit/runtime/instruction.h' 2024-04-03T17:09:47.7812304Z adding 'torch/include/torch/csrc/jit/runtime/interpreter.h' 2024-04-03T17:09:47.7814650Z adding 'torch/include/torch/csrc/jit/runtime/jit_exception.h' 2024-04-03T17:09:47.7816612Z adding 'torch/include/torch/csrc/jit/runtime/jit_trace.h' 2024-04-03T17:09:47.7819291Z adding 'torch/include/torch/csrc/jit/runtime/logging.h' 2024-04-03T17:09:47.7823599Z adding 'torch/include/torch/csrc/jit/runtime/operator.h' 2024-04-03T17:09:47.7825961Z adding 'torch/include/torch/csrc/jit/runtime/operator_options.h' 2024-04-03T17:09:47.7827860Z adding 'torch/include/torch/csrc/jit/runtime/print_handler.h' 2024-04-03T17:09:47.7830682Z adding 'torch/include/torch/csrc/jit/runtime/profiling_graph_executor_impl.h' 2024-04-03T17:09:47.7834477Z adding 'torch/include/torch/csrc/jit/runtime/profiling_record.h' 2024-04-03T17:09:47.7842900Z adding 'torch/include/torch/csrc/jit/runtime/register_ops_utils.h' 2024-04-03T17:09:47.7846532Z adding 'torch/include/torch/csrc/jit/runtime/script_profile.h' 2024-04-03T17:09:47.7848770Z adding 'torch/include/torch/csrc/jit/runtime/serialized_shape_function_registry.h' 2024-04-03T17:09:47.7850323Z adding 'torch/include/torch/csrc/jit/runtime/shape_function_registry.h' 2024-04-03T17:09:47.7852734Z adding 'torch/include/torch/csrc/jit/runtime/simple_graph_executor_impl.h' 2024-04-03T17:09:47.7854656Z adding 'torch/include/torch/csrc/jit/runtime/slice_indices_adjust.h' 2024-04-03T17:09:47.7856784Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_script.h' 2024-04-03T17:09:47.7859536Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry.h' 2024-04-03T17:09:47.7861790Z adding 'torch/include/torch/csrc/jit/runtime/symbolic_shape_registry_util.h' 2024-04-03T17:09:47.7863709Z adding 'torch/include/torch/csrc/jit/runtime/vararg_functions.h' 2024-04-03T17:09:47.7865778Z adding 'torch/include/torch/csrc/jit/runtime/variable_tensor_list.h' 2024-04-03T17:09:47.7868955Z adding 'torch/include/torch/csrc/jit/serialization/callstack_debug_info_serialization.h' 2024-04-03T17:09:47.7873103Z adding 'torch/include/torch/csrc/jit/serialization/export.h' 2024-04-03T17:09:47.7875615Z adding 'torch/include/torch/csrc/jit/serialization/export_bytecode.h' 2024-04-03T17:09:47.7878524Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer.h' 2024-04-03T17:09:47.7880547Z adding 'torch/include/torch/csrc/jit/serialization/flatbuffer_serializer_jit.h' 2024-04-03T17:09:47.7882856Z adding 'torch/include/torch/csrc/jit/serialization/import.h' 2024-04-03T17:09:47.7885142Z adding 'torch/include/torch/csrc/jit/serialization/import_export_constants.h' 2024-04-03T17:09:47.7887098Z adding 'torch/include/torch/csrc/jit/serialization/import_export_functions.h' 2024-04-03T17:09:47.7889503Z adding 'torch/include/torch/csrc/jit/serialization/import_export_helpers.h' 2024-04-03T17:09:47.7891150Z adding 'torch/include/torch/csrc/jit/serialization/import_legacy.h' 2024-04-03T17:09:47.7892963Z adding 'torch/include/torch/csrc/jit/serialization/import_read.h' 2024-04-03T17:09:47.7895984Z adding 'torch/include/torch/csrc/jit/serialization/import_source.h' 2024-04-03T17:09:47.7914010Z adding 'torch/include/torch/csrc/jit/serialization/mobile_bytecode_generated.h' 2024-04-03T17:09:47.7917817Z adding 'torch/include/torch/csrc/jit/serialization/onnx.h' 2024-04-03T17:09:47.7920431Z adding 'torch/include/torch/csrc/jit/serialization/pickle.h' 2024-04-03T17:09:47.7925798Z adding 'torch/include/torch/csrc/jit/serialization/pickler.h' 2024-04-03T17:09:47.7928325Z adding 'torch/include/torch/csrc/jit/serialization/python_print.h' 2024-04-03T17:09:47.7930623Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization.h' 2024-04-03T17:09:47.7932417Z adding 'torch/include/torch/csrc/jit/serialization/source_range_serialization_impl.h' 2024-04-03T17:09:47.7934695Z adding 'torch/include/torch/csrc/jit/serialization/storage_context.h' 2024-04-03T17:09:47.7936922Z adding 'torch/include/torch/csrc/jit/serialization/type_name_uniquer.h' 2024-04-03T17:09:47.7940754Z adding 'torch/include/torch/csrc/jit/serialization/unpickler.h' 2024-04-03T17:09:47.7945032Z adding 'torch/include/torch/csrc/jit/tensorexpr/analysis.h' 2024-04-03T17:09:47.7947856Z adding 'torch/include/torch/csrc/jit/tensorexpr/block_codegen.h' 2024-04-03T17:09:47.7950048Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_inference.h' 2024-04-03T17:09:47.7953011Z adding 'torch/include/torch/csrc/jit/tensorexpr/bounds_overlap.h' 2024-04-03T17:09:47.7956649Z adding 'torch/include/torch/csrc/jit/tensorexpr/codegen.h' 2024-04-03T17:09:47.7959272Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_codegen.h' 2024-04-03T17:09:47.7961324Z adding 'torch/include/torch/csrc/jit/tensorexpr/cpp_intrinsics.h' 2024-04-03T17:09:47.7964861Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_codegen.h' 2024-04-03T17:09:47.7967580Z adding 'torch/include/torch/csrc/jit/tensorexpr/cuda_random.h' 2024-04-03T17:09:47.7971431Z adding 'torch/include/torch/csrc/jit/tensorexpr/eval.h' 2024-04-03T17:09:47.7974230Z adding 'torch/include/torch/csrc/jit/tensorexpr/exceptions.h' 2024-04-03T17:09:47.7979001Z adding 'torch/include/torch/csrc/jit/tensorexpr/expr.h' 2024-04-03T17:09:47.7982231Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions.h' 2024-04-03T17:09:47.7984421Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_core.h' 2024-04-03T17:09:47.7987072Z adding 'torch/include/torch/csrc/jit/tensorexpr/external_functions_registry.h' 2024-04-03T17:09:47.7989378Z adding 'torch/include/torch/csrc/jit/tensorexpr/fwd_decls.h' 2024-04-03T17:09:47.7992319Z adding 'torch/include/torch/csrc/jit/tensorexpr/graph_opt.h' 2024-04-03T17:09:47.7995554Z adding 'torch/include/torch/csrc/jit/tensorexpr/half_support.h' 2024-04-03T17:09:47.7999102Z adding 'torch/include/torch/csrc/jit/tensorexpr/hash_provider.h' 2024-04-03T17:09:47.8001710Z adding 'torch/include/torch/csrc/jit/tensorexpr/intrinsic_symbols.h' 2024-04-03T17:09:47.8007738Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir.h' 2024-04-03T17:09:47.8010676Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_cloner.h' 2024-04-03T17:09:47.8013045Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_mutator.h' 2024-04-03T17:09:47.8015524Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_printer.h' 2024-04-03T17:09:47.8020886Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_simplifier.h' 2024-04-03T17:09:47.8023422Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_verifier.h' 2024-04-03T17:09:47.8025645Z adding 'torch/include/torch/csrc/jit/tensorexpr/ir_visitor.h' 2024-04-03T17:09:47.8030656Z adding 'torch/include/torch/csrc/jit/tensorexpr/kernel.h' 2024-04-03T17:09:47.8033901Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_codegen.h' 2024-04-03T17:09:47.8036340Z adding 'torch/include/torch/csrc/jit/tensorexpr/llvm_jit.h' 2024-04-03T17:09:47.8044010Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest.h' 2024-04-03T17:09:47.8046839Z adding 'torch/include/torch/csrc/jit/tensorexpr/loopnest_randomization.h' 2024-04-03T17:09:47.8048953Z adding 'torch/include/torch/csrc/jit/tensorexpr/lowerings.h' 2024-04-03T17:09:47.8054074Z adding 'torch/include/torch/csrc/jit/tensorexpr/mem_dependency_checker.h' 2024-04-03T17:09:47.8057966Z adding 'torch/include/torch/csrc/jit/tensorexpr/reduction.h' 2024-04-03T17:09:47.8063380Z adding 'torch/include/torch/csrc/jit/tensorexpr/registerizer.h' 2024-04-03T17:09:47.8070523Z adding 'torch/include/torch/csrc/jit/tensorexpr/stmt.h' 2024-04-03T17:09:47.8074682Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensor.h' 2024-04-03T17:09:47.8077055Z adding 'torch/include/torch/csrc/jit/tensorexpr/tensorexpr_init.h' 2024-04-03T17:09:47.8079724Z adding 'torch/include/torch/csrc/jit/tensorexpr/types.h' 2024-04-03T17:09:47.8082282Z adding 'torch/include/torch/csrc/jit/tensorexpr/unique_name_manager.h' 2024-04-03T17:09:47.8084334Z adding 'torch/include/torch/csrc/jit/tensorexpr/var_substitutor.h' 2024-04-03T17:09:47.8087101Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/conv2d.h' 2024-04-03T17:09:47.8089082Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/matmul.h' 2024-04-03T17:09:47.8091446Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/misc.h' 2024-04-03T17:09:47.8093460Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/norm.h' 2024-04-03T17:09:47.8095431Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/operators.h' 2024-04-03T17:09:47.8097898Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/pointwise.h' 2024-04-03T17:09:47.8100748Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/quantization.h' 2024-04-03T17:09:47.8102615Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/reduction.h' 2024-04-03T17:09:47.8104663Z adding 'torch/include/torch/csrc/jit/tensorexpr/operators/softmax.h' 2024-04-03T17:09:47.8107184Z adding 'torch/include/torch/csrc/jit/testing/file_check.h' 2024-04-03T17:09:47.8109333Z adding 'torch/include/torch/csrc/jit/testing/hooks_for_testing.h' 2024-04-03T17:09:47.8111855Z adding 'torch/include/torch/csrc/lazy/backend/backend_data.h' 2024-04-03T17:09:47.8114407Z adding 'torch/include/torch/csrc/lazy/backend/backend_device.h' 2024-04-03T17:09:47.8117805Z adding 'torch/include/torch/csrc/lazy/backend/backend_interface.h' 2024-04-03T17:09:47.8120367Z adding 'torch/include/torch/csrc/lazy/backend/lowering_context.h' 2024-04-03T17:09:47.8123326Z adding 'torch/include/torch/csrc/lazy/core/cache.h' 2024-04-03T17:09:47.8125531Z adding 'torch/include/torch/csrc/lazy/core/config.h' 2024-04-03T17:09:47.8128002Z adding 'torch/include/torch/csrc/lazy/core/debug_util.h' 2024-04-03T17:09:47.8130012Z adding 'torch/include/torch/csrc/lazy/core/dynamic_ir.h' 2024-04-03T17:09:47.8133273Z adding 'torch/include/torch/csrc/lazy/core/hash.h' 2024-04-03T17:09:47.8135945Z adding 'torch/include/torch/csrc/lazy/core/helpers.h' 2024-04-03T17:09:47.8140016Z adding 'torch/include/torch/csrc/lazy/core/ir.h' 2024-04-03T17:09:47.8142925Z adding 'torch/include/torch/csrc/lazy/core/ir_builder.h' 2024-04-03T17:09:47.8145249Z adding 'torch/include/torch/csrc/lazy/core/ir_dump_util.h' 2024-04-03T17:09:47.8147449Z adding 'torch/include/torch/csrc/lazy/core/ir_metadata.h' 2024-04-03T17:09:47.8149487Z adding 'torch/include/torch/csrc/lazy/core/ir_util.h' 2024-04-03T17:09:47.8154619Z adding 'torch/include/torch/csrc/lazy/core/lazy_graph_executor.h' 2024-04-03T17:09:47.8158536Z adding 'torch/include/torch/csrc/lazy/core/metrics.h' 2024-04-03T17:09:47.8160919Z adding 'torch/include/torch/csrc/lazy/core/multi_wait.h' 2024-04-03T17:09:47.8163169Z adding 'torch/include/torch/csrc/lazy/core/permutation_util.h' 2024-04-03T17:09:47.8165407Z adding 'torch/include/torch/csrc/lazy/core/shape.h' 2024-04-03T17:09:47.8169130Z adding 'torch/include/torch/csrc/lazy/core/shape_inference.h' 2024-04-03T17:09:47.8173561Z adding 'torch/include/torch/csrc/lazy/core/tensor.h' 2024-04-03T17:09:47.8176020Z adding 'torch/include/torch/csrc/lazy/core/tensor_impl.h' 2024-04-03T17:09:47.8178817Z adding 'torch/include/torch/csrc/lazy/core/tensor_util.h' 2024-04-03T17:09:47.8181055Z adding 'torch/include/torch/csrc/lazy/core/thread_pool.h' 2024-04-03T17:09:47.8183323Z adding 'torch/include/torch/csrc/lazy/core/trie.h' 2024-04-03T17:09:47.8185486Z adding 'torch/include/torch/csrc/lazy/core/unique.h' 2024-04-03T17:09:47.8187918Z adding 'torch/include/torch/csrc/lazy/core/util.h' 2024-04-03T17:09:47.8190531Z adding 'torch/include/torch/csrc/lazy/core/internal_ops/ltc_ops.h' 2024-04-03T17:09:47.8192711Z adding 'torch/include/torch/csrc/lazy/core/ops/arithmetic_ir_ops.h' 2024-04-03T17:09:47.8194719Z adding 'torch/include/torch/csrc/lazy/core/ops/utils.h' 2024-04-03T17:09:47.8196823Z adding 'torch/include/torch/csrc/lazy/python/python_util.h' 2024-04-03T17:09:47.8198994Z adding 'torch/include/torch/csrc/lazy/ts_backend/config.h' 2024-04-03T17:09:47.8201368Z adding 'torch/include/torch/csrc/lazy/ts_backend/dynamic_ir.h' 2024-04-03T17:09:47.8203711Z adding 'torch/include/torch/csrc/lazy/ts_backend/ir_builder.h' 2024-04-03T17:09:47.8205750Z adding 'torch/include/torch/csrc/lazy/ts_backend/tensor_aten_ops.h' 2024-04-03T17:09:47.8207893Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_autograd_functions.h' 2024-04-03T17:09:47.8209992Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_backend_impl.h' 2024-04-03T17:09:47.8212105Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_eager_fallback.h' 2024-04-03T17:09:47.8214849Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_lowering_context.h' 2024-04-03T17:09:47.8217728Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node.h' 2024-04-03T17:09:47.8219987Z adding 'torch/include/torch/csrc/lazy/ts_backend/ts_node_lowering.h' 2024-04-03T17:09:47.8222278Z adding 'torch/include/torch/csrc/onnx/back_compat.h' 2024-04-03T17:09:47.8224606Z adding 'torch/include/torch/csrc/onnx/init.h' 2024-04-03T17:09:47.8226365Z adding 'torch/include/torch/csrc/onnx/onnx.h' 2024-04-03T17:09:47.8228551Z adding 'torch/include/torch/csrc/profiler/api.h' 2024-04-03T17:09:47.8234857Z adding 'torch/include/torch/csrc/profiler/collection.h' 2024-04-03T17:09:47.8237866Z adding 'torch/include/torch/csrc/profiler/combined_traceback.h' 2024-04-03T17:09:47.8241060Z adding 'torch/include/torch/csrc/profiler/containers.h' 2024-04-03T17:09:47.8243924Z adding 'torch/include/torch/csrc/profiler/data_flow.h' 2024-04-03T17:09:47.8245925Z adding 'torch/include/torch/csrc/profiler/events.h' 2024-04-03T17:09:47.8248594Z adding 'torch/include/torch/csrc/profiler/kineto_shim.h' 2024-04-03T17:09:47.8251911Z adding 'torch/include/torch/csrc/profiler/perf-inl.h' 2024-04-03T17:09:47.8254297Z adding 'torch/include/torch/csrc/profiler/perf.h' 2024-04-03T17:09:47.8257257Z adding 'torch/include/torch/csrc/profiler/util.h' 2024-04-03T17:09:47.8260898Z adding 'torch/include/torch/csrc/profiler/orchestration/observer.h' 2024-04-03T17:09:47.8263293Z adding 'torch/include/torch/csrc/profiler/orchestration/python_tracer.h' 2024-04-03T17:09:47.8265212Z adding 'torch/include/torch/csrc/profiler/orchestration/vulkan.h' 2024-04-03T17:09:47.8267589Z adding 'torch/include/torch/csrc/profiler/python/combined_traceback.h' 2024-04-03T17:09:47.8269439Z adding 'torch/include/torch/csrc/profiler/python/init.h' 2024-04-03T17:09:47.8271497Z adding 'torch/include/torch/csrc/profiler/python/pybind.h' 2024-04-03T17:09:47.8273706Z adding 'torch/include/torch/csrc/profiler/stubs/base.h' 2024-04-03T17:09:47.8276065Z adding 'torch/include/torch/csrc/profiler/unwind/action.h' 2024-04-03T17:09:47.8278284Z adding 'torch/include/torch/csrc/profiler/unwind/communicate.h' 2024-04-03T17:09:47.8280232Z adding 'torch/include/torch/csrc/profiler/unwind/dwarf_enums.h' 2024-04-03T17:09:47.8282653Z adding 'torch/include/torch/csrc/profiler/unwind/eh_frame_hdr.h' 2024-04-03T17:09:47.8286698Z adding 'torch/include/torch/csrc/profiler/unwind/fde.h' 2024-04-03T17:09:47.8289489Z adding 'torch/include/torch/csrc/profiler/unwind/lexer.h' 2024-04-03T17:09:47.8291585Z adding 'torch/include/torch/csrc/profiler/unwind/unwind.h' 2024-04-03T17:09:47.8293364Z adding 'torch/include/torch/csrc/profiler/unwind/unwind_error.h' 2024-04-03T17:09:47.8295600Z adding 'torch/include/torch/csrc/profiler/unwind/unwinder.h' 2024-04-03T17:09:47.8297969Z adding 'torch/include/torch/csrc/tensor/python_tensor.h' 2024-04-03T17:09:47.8301157Z adding 'torch/include/torch/csrc/utils/byte_order.h' 2024-04-03T17:09:47.8303208Z adding 'torch/include/torch/csrc/utils/cpp_stacktraces.h' 2024-04-03T17:09:47.8304643Z adding 'torch/include/torch/csrc/utils/cuda_enabled.h' 2024-04-03T17:09:47.8306997Z adding 'torch/include/torch/csrc/utils/device_lazy_init.h' 2024-04-03T17:09:47.8309296Z adding 'torch/include/torch/csrc/utils/disable_torch_function.h' 2024-04-03T17:09:47.8310779Z adding 'torch/include/torch/csrc/utils/init.h' 2024-04-03T17:09:47.8312632Z adding 'torch/include/torch/csrc/utils/invalid_arguments.h' 2024-04-03T17:09:47.8314268Z adding 'torch/include/torch/csrc/utils/nested.h' 2024-04-03T17:09:47.8316062Z adding 'torch/include/torch/csrc/utils/numpy_stub.h' 2024-04-03T17:09:47.8318177Z adding 'torch/include/torch/csrc/utils/object_ptr.h' 2024-04-03T17:09:47.8319933Z adding 'torch/include/torch/csrc/utils/out_types.h' 2024-04-03T17:09:47.8323880Z adding 'torch/include/torch/csrc/utils/pybind.h' 2024-04-03T17:09:47.8326133Z adding 'torch/include/torch/csrc/utils/pycfunction_helpers.h' 2024-04-03T17:09:47.8327909Z adding 'torch/include/torch/csrc/utils/pyobject_preservation.h' 2024-04-03T17:09:47.8339479Z adding 'torch/include/torch/csrc/utils/python_arg_parser.h' 2024-04-03T17:09:47.8342623Z adding 'torch/include/torch/csrc/utils/python_compat.h' 2024-04-03T17:09:47.8344267Z adding 'torch/include/torch/csrc/utils/python_dispatch.h' 2024-04-03T17:09:47.8347835Z adding 'torch/include/torch/csrc/utils/python_numbers.h' 2024-04-03T17:09:47.8350510Z adding 'torch/include/torch/csrc/utils/python_raii.h' 2024-04-03T17:09:47.8352725Z adding 'torch/include/torch/csrc/utils/python_scalars.h' 2024-04-03T17:09:47.8355633Z adding 'torch/include/torch/csrc/utils/python_strings.h' 2024-04-03T17:09:47.8357360Z adding 'torch/include/torch/csrc/utils/python_stub.h' 2024-04-03T17:09:47.8360621Z adding 'torch/include/torch/csrc/utils/python_symnode.h' 2024-04-03T17:09:47.8362935Z adding 'torch/include/torch/csrc/utils/python_torch_function_mode.h' 2024-04-03T17:09:47.8364631Z adding 'torch/include/torch/csrc/utils/python_tuples.h' 2024-04-03T17:09:47.8370218Z adding 'torch/include/torch/csrc/utils/pythoncapi_compat.h' 2024-04-03T17:09:47.8373370Z adding 'torch/include/torch/csrc/utils/schema_info.h' 2024-04-03T17:09:47.8375614Z adding 'torch/include/torch/csrc/utils/six.h' 2024-04-03T17:09:47.8377682Z adding 'torch/include/torch/csrc/utils/structseq.h' 2024-04-03T17:09:47.8379579Z adding 'torch/include/torch/csrc/utils/tensor_apply.h' 2024-04-03T17:09:47.8381923Z adding 'torch/include/torch/csrc/utils/tensor_dtypes.h' 2024-04-03T17:09:47.8384169Z adding 'torch/include/torch/csrc/utils/tensor_flatten.h' 2024-04-03T17:09:47.8385965Z adding 'torch/include/torch/csrc/utils/tensor_layouts.h' 2024-04-03T17:09:47.8387662Z adding 'torch/include/torch/csrc/utils/tensor_list.h' 2024-04-03T17:09:47.8389556Z adding 'torch/include/torch/csrc/utils/tensor_memoryformats.h' 2024-04-03T17:09:47.8391580Z adding 'torch/include/torch/csrc/utils/tensor_new.h' 2024-04-03T17:09:47.8393539Z adding 'torch/include/torch/csrc/utils/tensor_numpy.h' 2024-04-03T17:09:47.8395260Z adding 'torch/include/torch/csrc/utils/tensor_qschemes.h' 2024-04-03T17:09:47.8397119Z adding 'torch/include/torch/csrc/utils/tensor_types.h' 2024-04-03T17:09:47.8400140Z adding 'torch/include/torch/csrc/utils/throughput_benchmark-inl.h' 2024-04-03T17:09:47.8403594Z adding 'torch/include/torch/csrc/utils/throughput_benchmark.h' 2024-04-03T17:09:47.8406312Z adding 'torch/include/torch/csrc/utils/torch_dispatch_mode.h' 2024-04-03T17:09:47.8408961Z adding 'torch/include/torch/csrc/utils/variadic.h' 2024-04-03T17:09:47.8410766Z adding 'torch/include/torch/csrc/utils/verbose.h' 2024-04-03T17:09:47.8412872Z adding 'torch/include/torch/csrc/xpu/Event.h' 2024-04-03T17:09:47.8414722Z adding 'torch/include/torch/csrc/xpu/Module.h' 2024-04-03T17:09:47.8416488Z adding 'torch/include/torch/csrc/xpu/Stream.h' 2024-04-03T17:09:47.8421263Z adding 'torch/jit/__init__.py' 2024-04-03T17:09:47.8423933Z adding 'torch/jit/_async.py' 2024-04-03T17:09:47.8425976Z adding 'torch/jit/_await.py' 2024-04-03T17:09:47.8429071Z adding 'torch/jit/_builtins.py' 2024-04-03T17:09:47.8433017Z adding 'torch/jit/_check.py' 2024-04-03T17:09:47.8436502Z adding 'torch/jit/_dataclass_impls.py' 2024-04-03T17:09:47.8438520Z adding 'torch/jit/_decomposition_utils.py' 2024-04-03T17:09:47.8441151Z adding 'torch/jit/_decompositions.py' 2024-04-03T17:09:47.8445042Z adding 'torch/jit/_freeze.py' 2024-04-03T17:09:47.8448409Z adding 'torch/jit/_fuser.py' 2024-04-03T17:09:47.8450676Z adding 'torch/jit/_ir_utils.py' 2024-04-03T17:09:47.8452224Z adding 'torch/jit/_logging.py' 2024-04-03T17:09:47.8455686Z adding 'torch/jit/_monkeytype_config.py' 2024-04-03T17:09:47.8458186Z adding 'torch/jit/_pickle.py' 2024-04-03T17:09:47.8472546Z adding 'torch/jit/_recursive.py' 2024-04-03T17:09:47.8495352Z adding 'torch/jit/_script.py' 2024-04-03T17:09:47.8500869Z adding 'torch/jit/_serialization.py' 2024-04-03T17:09:47.8514476Z adding 'torch/jit/_shape_functions.py' 2024-04-03T17:09:47.8518155Z adding 'torch/jit/_state.py' 2024-04-03T17:09:47.8534638Z adding 'torch/jit/_trace.py' 2024-04-03T17:09:47.8542889Z adding 'torch/jit/annotations.py' 2024-04-03T17:09:47.8556916Z adding 'torch/jit/frontend.py' 2024-04-03T17:09:47.8559997Z adding 'torch/jit/generate_bytecode.py' 2024-04-03T17:09:47.8562157Z adding 'torch/jit/quantized.py' 2024-04-03T17:09:47.8566261Z adding 'torch/jit/supported_ops.py' 2024-04-03T17:09:47.8568763Z adding 'torch/jit/unsupported_tensor_ops.py' 2024-04-03T17:09:47.8570751Z adding 'torch/jit/_passes/__init__.py' 2024-04-03T17:09:47.8572862Z adding 'torch/jit/_passes/_property_propagation.py' 2024-04-03T17:09:47.8576391Z adding 'torch/jit/mobile/__init__.py' 2024-04-03T17:09:47.8717990Z adding 'torch/lib/libbackend_with_compiler.so' 2024-04-03T17:09:47.9215115Z adding 'torch/lib/libc10.so' 2024-04-03T17:09:47.9478818Z adding 'torch/lib/libc10_hip.so' 2024-04-03T17:09:47.9497500Z adding 'torch/lib/libcaffe2_nvrtc.so' 2024-04-03T17:09:47.9608467Z adding 'torch/lib/libjitbackend_test.so' 2024-04-03T17:09:47.9631483Z adding 'torch/lib/libshm.so' 2024-04-03T17:09:47.9637521Z adding 'torch/lib/libtorch.so' 2024-04-03T17:10:01.4515706Z adding 'torch/lib/libtorch_cpu.so' 2024-04-03T17:10:02.2717444Z adding 'torch/lib/libtorch_global_deps.so' 2024-04-03T17:10:18.3203491Z adding 'torch/lib/libtorch_hip.so' 2024-04-03T17:10:20.5041069Z adding 'torch/lib/libtorch_python.so' 2024-04-03T17:10:20.5901897Z adding 'torch/lib/libtorchbind_test.so' 2024-04-03T17:10:20.5951896Z adding 'torch/linalg/__init__.py' 2024-04-03T17:10:20.5957157Z adding 'torch/masked/__init__.py' 2024-04-03T17:10:20.5962957Z adding 'torch/masked/_docs.py' 2024-04-03T17:10:20.5983601Z adding 'torch/masked/_ops.py' 2024-04-03T17:10:20.5987290Z adding 'torch/masked/maskedtensor/__init__.py' 2024-04-03T17:10:20.5991791Z adding 'torch/masked/maskedtensor/_ops_refs.py' 2024-04-03T17:10:20.5995094Z adding 'torch/masked/maskedtensor/binary.py' 2024-04-03T17:10:20.6000012Z adding 'torch/masked/maskedtensor/core.py' 2024-04-03T17:10:20.6002205Z adding 'torch/masked/maskedtensor/creation.py' 2024-04-03T17:10:20.6003964Z adding 'torch/masked/maskedtensor/passthrough.py' 2024-04-03T17:10:20.6006599Z adding 'torch/masked/maskedtensor/reductions.py' 2024-04-03T17:10:20.6009105Z adding 'torch/masked/maskedtensor/unary.py' 2024-04-03T17:10:20.6011208Z adding 'torch/monitor/__init__.py' 2024-04-03T17:10:20.6014038Z adding 'torch/mps/__init__.py' 2024-04-03T17:10:20.6015886Z adding 'torch/mps/event.py' 2024-04-03T17:10:20.6018114Z adding 'torch/mps/profiler.py' 2024-04-03T17:10:20.6020753Z adding 'torch/multiprocessing/__init__.py' 2024-04-03T17:10:20.6022521Z adding 'torch/multiprocessing/_atfork.py' 2024-04-03T17:10:20.6024324Z adding 'torch/multiprocessing/pool.py' 2024-04-03T17:10:20.6026223Z adding 'torch/multiprocessing/queue.py' 2024-04-03T17:10:20.6033110Z adding 'torch/multiprocessing/reductions.py' 2024-04-03T17:10:20.6037754Z adding 'torch/multiprocessing/spawn.py' 2024-04-03T17:10:20.6043782Z adding 'torch/nested/__init__.py' 2024-04-03T17:10:20.6045868Z adding 'torch/nested/_internal/__init__.py' 2024-04-03T17:10:20.6051115Z adding 'torch/nested/_internal/nested_tensor.py' 2024-04-03T17:10:20.6061942Z adding 'torch/nested/_internal/ops.py' 2024-04-03T17:10:20.6070898Z adding 'torch/nested/_internal/sdpa.py' 2024-04-03T17:10:20.6073832Z adding 'torch/nn/__init__.py' 2024-04-03T17:10:20.6075716Z adding 'torch/nn/_reduction.py' 2024-04-03T17:10:20.6077572Z adding 'torch/nn/common_types.py' 2024-04-03T17:10:20.6079638Z adding 'torch/nn/cpp.py' 2024-04-03T17:10:20.6140830Z adding 'torch/nn/functional.py' 2024-04-03T17:10:20.6150124Z adding 'torch/nn/functional.pyi' 2024-04-03T17:10:20.6152989Z adding 'torch/nn/grad.py' 2024-04-03T17:10:20.6159053Z adding 'torch/nn/init.py' 2024-04-03T17:10:20.6163125Z adding 'torch/nn/parameter.py' 2024-04-03T17:10:20.6165018Z adding 'torch/nn/parameter.pyi' 2024-04-03T17:10:20.6167876Z adding 'torch/nn/attention/__init__.py' 2024-04-03T17:10:20.6169858Z adding 'torch/nn/attention/_utils.py' 2024-04-03T17:10:20.6173988Z adding 'torch/nn/attention/bias.py' 2024-04-03T17:10:20.6175978Z adding 'torch/nn/backends/__init__.py' 2024-04-03T17:10:20.6177684Z adding 'torch/nn/backends/thnn.py' 2024-04-03T17:10:20.6179755Z adding 'torch/nn/intrinsic/__init__.py' 2024-04-03T17:10:20.6181656Z adding 'torch/nn/intrinsic/modules/__init__.py' 2024-04-03T17:10:20.6183163Z adding 'torch/nn/intrinsic/modules/fused.py' 2024-04-03T17:10:20.6184905Z adding 'torch/nn/intrinsic/qat/__init__.py' 2024-04-03T17:10:20.6186910Z adding 'torch/nn/intrinsic/qat/modules/__init__.py' 2024-04-03T17:10:20.6188796Z adding 'torch/nn/intrinsic/qat/modules/conv_fused.py' 2024-04-03T17:10:20.6190436Z adding 'torch/nn/intrinsic/qat/modules/linear_fused.py' 2024-04-03T17:10:20.6192061Z adding 'torch/nn/intrinsic/qat/modules/linear_relu.py' 2024-04-03T17:10:20.6193941Z adding 'torch/nn/intrinsic/quantized/__init__.py' 2024-04-03T17:10:20.6195797Z adding 'torch/nn/intrinsic/quantized/dynamic/__init__.py' 2024-04-03T17:10:20.6197553Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/__init__.py' 2024-04-03T17:10:20.6198953Z adding 'torch/nn/intrinsic/quantized/dynamic/modules/linear_relu.py' 2024-04-03T17:10:20.6200729Z adding 'torch/nn/intrinsic/quantized/modules/__init__.py' 2024-04-03T17:10:20.6202164Z adding 'torch/nn/intrinsic/quantized/modules/bn_relu.py' 2024-04-03T17:10:20.6203771Z adding 'torch/nn/intrinsic/quantized/modules/conv_relu.py' 2024-04-03T17:10:20.6205575Z adding 'torch/nn/intrinsic/quantized/modules/linear_relu.py' 2024-04-03T17:10:20.6209097Z adding 'torch/nn/modules/__init__.py' 2024-04-03T17:10:20.6213118Z adding 'torch/nn/modules/_functions.py' 2024-04-03T17:10:20.6227966Z adding 'torch/nn/modules/activation.py' 2024-04-03T17:10:20.6233999Z adding 'torch/nn/modules/adaptive.py' 2024-04-03T17:10:20.6242262Z adding 'torch/nn/modules/batchnorm.py' 2024-04-03T17:10:20.6245382Z adding 'torch/nn/modules/channelshuffle.py' 2024-04-03T17:10:20.6254951Z adding 'torch/nn/modules/container.py' 2024-04-03T17:10:20.6269186Z adding 'torch/nn/modules/conv.py' 2024-04-03T17:10:20.6273255Z adding 'torch/nn/modules/distance.py' 2024-04-03T17:10:20.6276769Z adding 'torch/nn/modules/dropout.py' 2024-04-03T17:10:20.6280022Z adding 'torch/nn/modules/flatten.py' 2024-04-03T17:10:20.6284207Z adding 'torch/nn/modules/fold.py' 2024-04-03T17:10:20.6288862Z adding 'torch/nn/modules/instancenorm.py' 2024-04-03T17:10:20.6293640Z adding 'torch/nn/modules/lazy.py' 2024-04-03T17:10:20.6297819Z adding 'torch/nn/modules/linear.py' 2024-04-03T17:10:20.6320771Z adding 'torch/nn/modules/loss.py' 2024-04-03T17:10:20.6356524Z adding 'torch/nn/modules/module.py' 2024-04-03T17:10:20.6363243Z adding 'torch/nn/modules/normalization.py' 2024-04-03T17:10:20.6368221Z adding 'torch/nn/modules/padding.py' 2024-04-03T17:10:20.6371336Z adding 'torch/nn/modules/pixelshuffle.py' 2024-04-03T17:10:20.6381894Z adding 'torch/nn/modules/pooling.py' 2024-04-03T17:10:20.6398482Z adding 'torch/nn/modules/rnn.py' 2024-04-03T17:10:20.6406242Z adding 'torch/nn/modules/sparse.py' 2024-04-03T17:10:20.6418055Z adding 'torch/nn/modules/transformer.py' 2024-04-03T17:10:20.6423264Z adding 'torch/nn/modules/upsampling.py' 2024-04-03T17:10:20.6425938Z adding 'torch/nn/modules/utils.py' 2024-04-03T17:10:20.6428289Z adding 'torch/nn/parallel/__init__.py' 2024-04-03T17:10:20.6431026Z adding 'torch/nn/parallel/_functions.py' 2024-04-03T17:10:20.6435095Z adding 'torch/nn/parallel/comm.py' 2024-04-03T17:10:20.6439748Z adding 'torch/nn/parallel/data_parallel.py' 2024-04-03T17:10:20.6478120Z adding 'torch/nn/parallel/distributed.py' 2024-04-03T17:10:20.6483172Z adding 'torch/nn/parallel/parallel_apply.py' 2024-04-03T17:10:20.6486494Z adding 'torch/nn/parallel/replicate.py' 2024-04-03T17:10:20.6489445Z adding 'torch/nn/parallel/scatter_gather.py' 2024-04-03T17:10:20.6491721Z adding 'torch/nn/qat/__init__.py' 2024-04-03T17:10:20.6493712Z adding 'torch/nn/qat/dynamic/__init__.py' 2024-04-03T17:10:20.6495778Z adding 'torch/nn/qat/dynamic/modules/__init__.py' 2024-04-03T17:10:20.6497613Z adding 'torch/nn/qat/dynamic/modules/linear.py' 2024-04-03T17:10:20.6499922Z adding 'torch/nn/qat/modules/__init__.py' 2024-04-03T17:10:20.6501916Z adding 'torch/nn/qat/modules/conv.py' 2024-04-03T17:10:20.6503894Z adding 'torch/nn/qat/modules/embedding_ops.py' 2024-04-03T17:10:20.6505643Z adding 'torch/nn/qat/modules/linear.py' 2024-04-03T17:10:20.6507588Z adding 'torch/nn/quantizable/__init__.py' 2024-04-03T17:10:20.6509529Z adding 'torch/nn/quantizable/modules/__init__.py' 2024-04-03T17:10:20.6511675Z adding 'torch/nn/quantizable/modules/activation.py' 2024-04-03T17:10:20.6513283Z adding 'torch/nn/quantizable/modules/rnn.py' 2024-04-03T17:10:20.6515702Z adding 'torch/nn/quantized/__init__.py' 2024-04-03T17:10:20.6517580Z adding 'torch/nn/quantized/functional.py' 2024-04-03T17:10:20.6519343Z adding 'torch/nn/quantized/_reference/__init__.py' 2024-04-03T17:10:20.6521756Z adding 'torch/nn/quantized/_reference/modules/__init__.py' 2024-04-03T17:10:20.6523581Z adding 'torch/nn/quantized/_reference/modules/conv.py' 2024-04-03T17:10:20.6525445Z adding 'torch/nn/quantized/_reference/modules/linear.py' 2024-04-03T17:10:20.6527326Z adding 'torch/nn/quantized/_reference/modules/rnn.py' 2024-04-03T17:10:20.6529273Z adding 'torch/nn/quantized/_reference/modules/sparse.py' 2024-04-03T17:10:20.6531136Z adding 'torch/nn/quantized/_reference/modules/utils.py' 2024-04-03T17:10:20.6533095Z adding 'torch/nn/quantized/dynamic/__init__.py' 2024-04-03T17:10:20.6535294Z adding 'torch/nn/quantized/dynamic/modules/__init__.py' 2024-04-03T17:10:20.6537347Z adding 'torch/nn/quantized/dynamic/modules/conv.py' 2024-04-03T17:10:20.6539565Z adding 'torch/nn/quantized/dynamic/modules/linear.py' 2024-04-03T17:10:20.6541610Z adding 'torch/nn/quantized/dynamic/modules/rnn.py' 2024-04-03T17:10:20.6544114Z adding 'torch/nn/quantized/modules/__init__.py' 2024-04-03T17:10:20.6546145Z adding 'torch/nn/quantized/modules/activation.py' 2024-04-03T17:10:20.6548139Z adding 'torch/nn/quantized/modules/batchnorm.py' 2024-04-03T17:10:20.6549962Z adding 'torch/nn/quantized/modules/conv.py' 2024-04-03T17:10:20.6552052Z adding 'torch/nn/quantized/modules/dropout.py' 2024-04-03T17:10:20.6554500Z adding 'torch/nn/quantized/modules/embedding_ops.py' 2024-04-03T17:10:20.6556321Z adding 'torch/nn/quantized/modules/functional_modules.py' 2024-04-03T17:10:20.6557965Z adding 'torch/nn/quantized/modules/linear.py' 2024-04-03T17:10:20.6559709Z adding 'torch/nn/quantized/modules/normalization.py' 2024-04-03T17:10:20.6561435Z adding 'torch/nn/quantized/modules/rnn.py' 2024-04-03T17:10:20.6563109Z adding 'torch/nn/quantized/modules/utils.py' 2024-04-03T17:10:20.6565309Z adding 'torch/nn/utils/__init__.py' 2024-04-03T17:10:20.6567426Z adding 'torch/nn/utils/_deprecation_utils.py' 2024-04-03T17:10:20.6572006Z adding 'torch/nn/utils/_named_member_accessor.py' 2024-04-03T17:10:20.6574919Z adding 'torch/nn/utils/_per_sample_grad.py' 2024-04-03T17:10:20.6578213Z adding 'torch/nn/utils/clip_grad.py' 2024-04-03T17:10:20.6580920Z adding 'torch/nn/utils/convert_parameters.py' 2024-04-03T17:10:20.6583836Z adding 'torch/nn/utils/fusion.py' 2024-04-03T17:10:20.6586072Z adding 'torch/nn/utils/init.py' 2024-04-03T17:10:20.6589012Z adding 'torch/nn/utils/memory_format.py' 2024-04-03T17:10:20.6597475Z adding 'torch/nn/utils/parametrizations.py' 2024-04-03T17:10:20.6608948Z adding 'torch/nn/utils/parametrize.py' 2024-04-03T17:10:20.6625200Z adding 'torch/nn/utils/prune.py' 2024-04-03T17:10:20.6634691Z adding 'torch/nn/utils/rnn.py' 2024-04-03T17:10:20.6638776Z adding 'torch/nn/utils/spectral_norm.py' 2024-04-03T17:10:20.6643056Z adding 'torch/nn/utils/stateless.py' 2024-04-03T17:10:20.6646226Z adding 'torch/nn/utils/weight_norm.py' 2024-04-03T17:10:20.6648559Z adding 'torch/nn/utils/_expanded_weights/__init__.py' 2024-04-03T17:10:20.6651024Z adding 'torch/nn/utils/_expanded_weights/conv_expanded_weights.py' 2024-04-03T17:10:20.6654707Z adding 'torch/nn/utils/_expanded_weights/conv_utils.py' 2024-04-03T17:10:20.6657411Z adding 'torch/nn/utils/_expanded_weights/embedding_expanded_weights.py' 2024-04-03T17:10:20.6660565Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_impl.py' 2024-04-03T17:10:20.6663829Z adding 'torch/nn/utils/_expanded_weights/expanded_weights_utils.py' 2024-04-03T17:10:20.6666419Z adding 'torch/nn/utils/_expanded_weights/group_norm_expanded_weights.py' 2024-04-03T17:10:20.6668809Z adding 'torch/nn/utils/_expanded_weights/instance_norm_expanded_weights.py' 2024-04-03T17:10:20.6671159Z adding 'torch/nn/utils/_expanded_weights/layer_norm_expanded_weights.py' 2024-04-03T17:10:20.6673183Z adding 'torch/nn/utils/_expanded_weights/linear_expanded_weights.py' 2024-04-03T17:10:20.6676299Z adding 'torch/onnx/__init__.py' 2024-04-03T17:10:20.6678226Z adding 'torch/onnx/_constants.py' 2024-04-03T17:10:20.6680330Z adding 'torch/onnx/_deprecation.py' 2024-04-03T17:10:20.6682271Z adding 'torch/onnx/_experimental.py' 2024-04-03T17:10:20.6684215Z adding 'torch/onnx/_exporter_states.py' 2024-04-03T17:10:20.6686545Z adding 'torch/onnx/_globals.py' 2024-04-03T17:10:20.6688853Z adding 'torch/onnx/_onnx_supported_ops.py' 2024-04-03T17:10:20.6693145Z adding 'torch/onnx/_type_utils.py' 2024-04-03T17:10:20.6695882Z adding 'torch/onnx/errors.py' 2024-04-03T17:10:20.6697794Z adding 'torch/onnx/operators.py' 2024-04-03T17:10:20.6701253Z adding 'torch/onnx/symbolic_caffe2.py' 2024-04-03T17:10:20.6726170Z adding 'torch/onnx/symbolic_helper.py' 2024-04-03T17:10:20.6736202Z adding 'torch/onnx/symbolic_opset10.py' 2024-04-03T17:10:20.6752383Z adding 'torch/onnx/symbolic_opset11.py' 2024-04-03T17:10:20.6758094Z adding 'torch/onnx/symbolic_opset12.py' 2024-04-03T17:10:20.6769273Z adding 'torch/onnx/symbolic_opset13.py' 2024-04-03T17:10:20.6773914Z adding 'torch/onnx/symbolic_opset14.py' 2024-04-03T17:10:20.6776490Z adding 'torch/onnx/symbolic_opset15.py' 2024-04-03T17:10:20.6779816Z adding 'torch/onnx/symbolic_opset16.py' 2024-04-03T17:10:20.6783317Z adding 'torch/onnx/symbolic_opset17.py' 2024-04-03T17:10:20.6786442Z adding 'torch/onnx/symbolic_opset18.py' 2024-04-03T17:10:20.6788571Z adding 'torch/onnx/symbolic_opset19.py' 2024-04-03T17:10:20.6790602Z adding 'torch/onnx/symbolic_opset20.py' 2024-04-03T17:10:20.6792790Z adding 'torch/onnx/symbolic_opset7.py' 2024-04-03T17:10:20.6797102Z adding 'torch/onnx/symbolic_opset8.py' 2024-04-03T17:10:20.6861643Z adding 'torch/onnx/symbolic_opset9.py' 2024-04-03T17:10:20.6894590Z adding 'torch/onnx/utils.py' 2024-04-03T17:10:20.6918799Z adding 'torch/onnx/verification.py' 2024-04-03T17:10:20.6922251Z adding 'torch/onnx/_internal/__init__.py' 2024-04-03T17:10:20.6924983Z adding 'torch/onnx/_internal/_beartype.py' 2024-04-03T17:10:20.6945379Z adding 'torch/onnx/_internal/exporter.py' 2024-04-03T17:10:20.6953145Z adding 'torch/onnx/_internal/io_adapter.py' 2024-04-03T17:10:20.6958504Z adding 'torch/onnx/_internal/jit_utils.py' 2024-04-03T17:10:20.6962910Z adding 'torch/onnx/_internal/onnx_proto_utils.py' 2024-04-03T17:10:20.6980755Z adding 'torch/onnx/_internal/onnxruntime.py' 2024-04-03T17:10:20.6985513Z adding 'torch/onnx/_internal/registration.py' 2024-04-03T17:10:20.6987961Z adding 'torch/onnx/_internal/diagnostics/__init__.py' 2024-04-03T17:10:20.6991202Z adding 'torch/onnx/_internal/diagnostics/_diagnostic.py' 2024-04-03T17:10:20.6999895Z adding 'torch/onnx/_internal/diagnostics/_rules.py' 2024-04-03T17:10:20.7002907Z adding 'torch/onnx/_internal/diagnostics/infra/__init__.py' 2024-04-03T17:10:20.7006975Z adding 'torch/onnx/_internal/diagnostics/infra/_infra.py' 2024-04-03T17:10:20.7012695Z adding 'torch/onnx/_internal/diagnostics/infra/context.py' 2024-04-03T17:10:20.7015737Z adding 'torch/onnx/_internal/diagnostics/infra/decorator.py' 2024-04-03T17:10:20.7018587Z adding 'torch/onnx/_internal/diagnostics/infra/formatter.py' 2024-04-03T17:10:20.7020914Z adding 'torch/onnx/_internal/diagnostics/infra/utils.py' 2024-04-03T17:10:20.7024288Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/__init__.py' 2024-04-03T17:10:20.7026522Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_address.py' 2024-04-03T17:10:20.7029035Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact.py' 2024-04-03T17:10:20.7031340Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_change.py' 2024-04-03T17:10:20.7033186Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_content.py' 2024-04-03T17:10:20.7035106Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_artifact_location.py' 2024-04-03T17:10:20.7037105Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_attachment.py' 2024-04-03T17:10:20.7038915Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_code_flow.py' 2024-04-03T17:10:20.7041152Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_configuration_override.py' 2024-04-03T17:10:20.7042875Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_conversion.py' 2024-04-03T17:10:20.7044841Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge.py' 2024-04-03T17:10:20.7046900Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_edge_traversal.py' 2024-04-03T17:10:20.7048854Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_exception.py' 2024-04-03T17:10:20.7051140Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_properties.py' 2024-04-03T17:10:20.7053337Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_reference.py' 2024-04-03T17:10:20.7055673Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_external_property_file_references.py' 2024-04-03T17:10:20.7057317Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_fix.py' 2024-04-03T17:10:20.7059599Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph.py' 2024-04-03T17:10:20.7061824Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_graph_traversal.py' 2024-04-03T17:10:20.7064082Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_invocation.py' 2024-04-03T17:10:20.7066235Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location.py' 2024-04-03T17:10:20.7068423Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_location_relationship.py' 2024-04-03T17:10:20.7070296Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_logical_location.py' 2024-04-03T17:10:20.7072012Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_message.py' 2024-04-03T17:10:20.7074251Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_multiformat_message_string.py' 2024-04-03T17:10:20.7075760Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_node.py' 2024-04-03T17:10:20.7077979Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_notification.py' 2024-04-03T17:10:20.7080072Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_physical_location.py' 2024-04-03T17:10:20.7081815Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_property_bag.py' 2024-04-03T17:10:20.7083654Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_rectangle.py' 2024-04-03T17:10:20.7085749Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_region.py' 2024-04-03T17:10:20.7087800Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_replacement.py' 2024-04-03T17:10:20.7089702Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_configuration.py' 2024-04-03T17:10:20.7091924Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor.py' 2024-04-03T17:10:20.7093890Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_reference.py' 2024-04-03T17:10:20.7095918Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_reporting_descriptor_relationship.py' 2024-04-03T17:10:20.7098446Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result.py' 2024-04-03T17:10:20.7100837Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_result_provenance.py' 2024-04-03T17:10:20.7103185Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run.py' 2024-04-03T17:10:20.7113852Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_run_automation_details.py' 2024-04-03T17:10:20.7115097Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_sarif_log.py' 2024-04-03T17:10:20.7115978Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_special_locations.py' 2024-04-03T17:10:20.7117741Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack.py' 2024-04-03T17:10:20.7119499Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_stack_frame.py' 2024-04-03T17:10:20.7170461Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_suppression.py' 2024-04-03T17:10:20.7171535Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow.py' 2024-04-03T17:10:20.7172976Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_thread_flow_location.py' 2024-04-03T17:10:20.7173953Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool.py' 2024-04-03T17:10:20.7175198Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component.py' 2024-04-03T17:10:20.7176121Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_tool_component_reference.py' 2024-04-03T17:10:20.7177137Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_translation_metadata.py' 2024-04-03T17:10:20.7178199Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_version_control_details.py' 2024-04-03T17:10:20.7179267Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_request.py' 2024-04-03T17:10:20.7180059Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/_web_response.py' 2024-04-03T17:10:20.7180834Z adding 'torch/onnx/_internal/diagnostics/infra/sarif/version.py' 2024-04-03T17:10:20.7181461Z adding 'torch/onnx/_internal/fx/__init__.py' 2024-04-03T17:10:20.7181954Z adding 'torch/onnx/_internal/fx/_pass.py' 2024-04-03T17:10:20.7182509Z adding 'torch/onnx/_internal/fx/decomposition_skip.py' 2024-04-03T17:10:20.7183153Z adding 'torch/onnx/_internal/fx/decomposition_table.py' 2024-04-03T17:10:20.7183733Z adding 'torch/onnx/_internal/fx/diagnostics.py' 2024-04-03T17:10:20.7184451Z adding 'torch/onnx/_internal/fx/dynamo_graph_extractor.py' 2024-04-03T17:10:20.7185103Z adding 'torch/onnx/_internal/fx/fx_onnx_interpreter.py' 2024-04-03T17:10:20.7185788Z adding 'torch/onnx/_internal/fx/fx_symbolic_graph_extractor.py' 2024-04-03T17:10:20.7188084Z adding 'torch/onnx/_internal/fx/onnxfunction_dispatcher.py' 2024-04-03T17:10:20.7193796Z adding 'torch/onnx/_internal/fx/op_validation.py' 2024-04-03T17:10:20.7196833Z adding 'torch/onnx/_internal/fx/patcher.py' 2024-04-03T17:10:20.7199293Z adding 'torch/onnx/_internal/fx/registration.py' 2024-04-03T17:10:20.7203782Z adding 'torch/onnx/_internal/fx/serialization.py' 2024-04-03T17:10:20.7206853Z adding 'torch/onnx/_internal/fx/torch_export_graph_extractor.py' 2024-04-03T17:10:20.7210089Z adding 'torch/onnx/_internal/fx/type_utils.py' 2024-04-03T17:10:20.7212202Z adding 'torch/onnx/_internal/fx/analysis/__init__.py' 2024-04-03T17:10:20.7214573Z adding 'torch/onnx/_internal/fx/analysis/unsupported_nodes.py' 2024-04-03T17:10:20.7216734Z adding 'torch/onnx/_internal/fx/passes/__init__.py' 2024-04-03T17:10:20.7219710Z adding 'torch/onnx/_internal/fx/passes/_utils.py' 2024-04-03T17:10:20.7222245Z adding 'torch/onnx/_internal/fx/passes/decomp.py' 2024-04-03T17:10:20.7225951Z adding 'torch/onnx/_internal/fx/passes/functionalization.py' 2024-04-03T17:10:20.7237625Z adding 'torch/onnx/_internal/fx/passes/modularization.py' 2024-04-03T17:10:20.7240734Z adding 'torch/onnx/_internal/fx/passes/readability.py' 2024-04-03T17:10:20.7255237Z adding 'torch/onnx/_internal/fx/passes/type_promotion.py' 2024-04-03T17:10:20.7260398Z adding 'torch/onnx/_internal/fx/passes/virtualization.py' 2024-04-03T17:10:20.7262570Z adding 'torch/optim/__init__.py' 2024-04-03T17:10:20.7264443Z adding 'torch/optim/__init__.pyi' 2024-04-03T17:10:20.7266742Z adding 'torch/optim/_functional.py' 2024-04-03T17:10:20.7271410Z adding 'torch/optim/adadelta.py' 2024-04-03T17:10:20.7273655Z adding 'torch/optim/adadelta.pyi' 2024-04-03T17:10:20.7278205Z adding 'torch/optim/adagrad.py' 2024-04-03T17:10:20.7280502Z adding 'torch/optim/adagrad.pyi' 2024-04-03T17:10:20.7288423Z adding 'torch/optim/adam.py' 2024-04-03T17:10:20.7291079Z adding 'torch/optim/adam.pyi' 2024-04-03T17:10:20.7296031Z adding 'torch/optim/adamax.py' 2024-04-03T17:10:20.7298613Z adding 'torch/optim/adamax.pyi' 2024-04-03T17:10:20.7306482Z adding 'torch/optim/adamw.py' 2024-04-03T17:10:20.7309123Z adding 'torch/optim/adamw.pyi' 2024-04-03T17:10:20.7313710Z adding 'torch/optim/asgd.py' 2024-04-03T17:10:20.7315944Z adding 'torch/optim/asgd.pyi' 2024-04-03T17:10:20.7321708Z adding 'torch/optim/lbfgs.py' 2024-04-03T17:10:20.7324068Z adding 'torch/optim/lbfgs.pyi' 2024-04-03T17:10:20.7343830Z adding 'torch/optim/lr_scheduler.py' 2024-04-03T17:10:20.7348285Z adding 'torch/optim/lr_scheduler.pyi' 2024-04-03T17:10:20.7354682Z adding 'torch/optim/nadam.py' 2024-04-03T17:10:20.7357163Z adding 'torch/optim/nadam.pyi' 2024-04-03T17:10:20.7369965Z adding 'torch/optim/optimizer.py' 2024-04-03T17:10:20.7377027Z adding 'torch/optim/radam.py' 2024-04-03T17:10:20.7380261Z adding 'torch/optim/radam.pyi' 2024-04-03T17:10:20.7385128Z adding 'torch/optim/rmsprop.py' 2024-04-03T17:10:20.7387404Z adding 'torch/optim/rmsprop.pyi' 2024-04-03T17:10:20.7392371Z adding 'torch/optim/rprop.py' 2024-04-03T17:10:20.7395214Z adding 'torch/optim/rprop.pyi' 2024-04-03T17:10:20.7400454Z adding 'torch/optim/sgd.py' 2024-04-03T17:10:20.7402696Z adding 'torch/optim/sgd.pyi' 2024-04-03T17:10:20.7406626Z adding 'torch/optim/sparse_adam.py' 2024-04-03T17:10:20.7409082Z adding 'torch/optim/sparse_adam.pyi' 2024-04-03T17:10:20.7414715Z adding 'torch/optim/swa_utils.py' 2024-04-03T17:10:20.7417540Z adding 'torch/optim/swa_utils.pyi' 2024-04-03T17:10:20.7420342Z adding 'torch/optim/_multi_tensor/__init__.py' 2024-04-03T17:10:20.7422834Z adding 'torch/package/__init__.py' 2024-04-03T17:10:20.7425953Z adding 'torch/package/_digraph.py' 2024-04-03T17:10:20.7428727Z adding 'torch/package/_directory_reader.py' 2024-04-03T17:10:20.7431426Z adding 'torch/package/_importlib.py' 2024-04-03T17:10:20.7434049Z adding 'torch/package/_mangling.py' 2024-04-03T17:10:20.7436599Z adding 'torch/package/_mock.py' 2024-04-03T17:10:20.7439847Z adding 'torch/package/_package_pickler.py' 2024-04-03T17:10:20.7442191Z adding 'torch/package/_package_unpickler.py' 2024-04-03T17:10:20.7445326Z adding 'torch/package/_stdlib.py' 2024-04-03T17:10:20.7448850Z adding 'torch/package/file_structure_representation.py' 2024-04-03T17:10:20.7451765Z adding 'torch/package/find_file_dependencies.py' 2024-04-03T17:10:20.7454595Z adding 'torch/package/glob_group.py' 2024-04-03T17:10:20.7459334Z adding 'torch/package/importer.py' 2024-04-03T17:10:20.7475423Z adding 'torch/package/package_exporter.py' 2024-04-03T17:10:20.7489242Z adding 'torch/package/package_importer.py' 2024-04-03T17:10:20.7491569Z adding 'torch/package/analyze/__init__.py' 2024-04-03T17:10:20.7494505Z adding 'torch/package/analyze/find_first_use_of_broken_modules.py' 2024-04-03T17:10:20.7496451Z adding 'torch/package/analyze/is_from_package.py' 2024-04-03T17:10:20.7500609Z adding 'torch/package/analyze/trace_dependencies.py' 2024-04-03T17:10:20.7502260Z adding 'torch/profiler/__init__.py' 2024-04-03T17:10:20.7518984Z adding 'torch/profiler/_memory_profiler.py' 2024-04-03T17:10:20.7527717Z adding 'torch/profiler/_pattern_matcher.py' 2024-04-03T17:10:20.7533621Z adding 'torch/profiler/_utils.py' 2024-04-03T17:10:20.7536626Z adding 'torch/profiler/itt.py' 2024-04-03T17:10:20.7547354Z adding 'torch/profiler/profiler.py' 2024-04-03T17:10:20.7550594Z adding 'torch/profiler/python_tracer.py' 2024-04-03T17:10:20.7553721Z adding 'torch/quantization/__init__.py' 2024-04-03T17:10:20.7556202Z adding 'torch/quantization/_numeric_suite.py' 2024-04-03T17:10:20.7558648Z adding 'torch/quantization/_numeric_suite_fx.py' 2024-04-03T17:10:20.7562375Z adding 'torch/quantization/_quantized_conversions.py' 2024-04-03T17:10:20.7564616Z adding 'torch/quantization/fake_quantize.py' 2024-04-03T17:10:20.7567397Z adding 'torch/quantization/fuse_modules.py' 2024-04-03T17:10:20.7569717Z adding 'torch/quantization/fuser_method_mappings.py' 2024-04-03T17:10:20.7572335Z adding 'torch/quantization/observer.py' 2024-04-03T17:10:20.7574767Z adding 'torch/quantization/qconfig.py' 2024-04-03T17:10:20.7577388Z adding 'torch/quantization/quant_type.py' 2024-04-03T17:10:20.7580321Z adding 'torch/quantization/quantization_mappings.py' 2024-04-03T17:10:20.7582929Z adding 'torch/quantization/quantize.py' 2024-04-03T17:10:20.7585360Z adding 'torch/quantization/quantize_fx.py' 2024-04-03T17:10:20.7588998Z adding 'torch/quantization/quantize_jit.py' 2024-04-03T17:10:20.7590617Z adding 'torch/quantization/stubs.py' 2024-04-03T17:10:20.7593569Z adding 'torch/quantization/utils.py' 2024-04-03T17:10:20.7596246Z adding 'torch/quantization/fx/__init__.py' 2024-04-03T17:10:20.7598697Z adding 'torch/quantization/fx/_equalize.py' 2024-04-03T17:10:20.7601057Z adding 'torch/quantization/fx/convert.py' 2024-04-03T17:10:20.7603393Z adding 'torch/quantization/fx/fuse.py' 2024-04-03T17:10:20.7605824Z adding 'torch/quantization/fx/fusion_patterns.py' 2024-04-03T17:10:20.7608171Z adding 'torch/quantization/fx/graph_module.py' 2024-04-03T17:10:20.7610611Z adding 'torch/quantization/fx/match_utils.py' 2024-04-03T17:10:20.7613201Z adding 'torch/quantization/fx/pattern_utils.py' 2024-04-03T17:10:20.7615531Z adding 'torch/quantization/fx/prepare.py' 2024-04-03T17:10:20.7618658Z adding 'torch/quantization/fx/quantization_patterns.py' 2024-04-03T17:10:20.7621021Z adding 'torch/quantization/fx/quantization_types.py' 2024-04-03T17:10:20.7623544Z adding 'torch/quantization/fx/utils.py' 2024-04-03T17:10:20.7626813Z adding 'torch/share/cmake/ATen/ATenConfig.cmake' 2024-04-03T17:10:20.7630592Z adding 'torch/share/cmake/Caffe2/Caffe2Config.cmake' 2024-04-03T17:10:20.7633177Z adding 'torch/share/cmake/Caffe2/Caffe2Targets-release.cmake' 2024-04-03T17:10:20.7637281Z adding 'torch/share/cmake/Caffe2/Caffe2Targets.cmake' 2024-04-03T17:10:20.7649092Z adding 'torch/share/cmake/Caffe2/FindCUDAToolkit.cmake' 2024-04-03T17:10:20.7653034Z adding 'torch/share/cmake/Caffe2/FindCUSPARSELT.cmake' 2024-04-03T17:10:20.7655521Z adding 'torch/share/cmake/Caffe2/FindSYCLToolkit.cmake' 2024-04-03T17:10:20.7658996Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDA.cmake' 2024-04-03T17:10:20.7661831Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/FindCUDNN.cmake' 2024-04-03T17:10:20.7665730Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/CMakeInitializeConfigs.cmake' 2024-04-03T17:10:20.7694371Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA.cmake' 2024-04-03T17:10:20.7703172Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageHandleStandardArgs.cmake' 2024-04-03T17:10:20.7705533Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindPackageMessage.cmake' 2024-04-03T17:10:20.7709851Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/make2cmake.cmake' 2024-04-03T17:10:20.7713142Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/parse_cubin.cmake' 2024-04-03T17:10:20.7718572Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/run_nvcc.cmake' 2024-04-03T17:10:20.7723849Z adding 'torch/share/cmake/Caffe2/Modules_CUDA_fix/upstream/FindCUDA/select_compute_arch.cmake' 2024-04-03T17:10:20.7729722Z adding 'torch/share/cmake/Caffe2/public/LoadHIP.cmake' 2024-04-03T17:10:20.7735811Z adding 'torch/share/cmake/Caffe2/public/cuda.cmake' 2024-04-03T17:10:20.7739405Z adding 'torch/share/cmake/Caffe2/public/gflags.cmake' 2024-04-03T17:10:20.7742352Z adding 'torch/share/cmake/Caffe2/public/glog.cmake' 2024-04-03T17:10:20.7744734Z adding 'torch/share/cmake/Caffe2/public/mkl.cmake' 2024-04-03T17:10:20.7747369Z adding 'torch/share/cmake/Caffe2/public/mkldnn.cmake' 2024-04-03T17:10:20.7750676Z adding 'torch/share/cmake/Caffe2/public/protobuf.cmake' 2024-04-03T17:10:20.7758747Z adding 'torch/share/cmake/Caffe2/public/utils.cmake' 2024-04-03T17:10:20.7761378Z adding 'torch/share/cmake/Caffe2/public/xpu.cmake' 2024-04-03T17:10:20.7764737Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets-release.cmake' 2024-04-03T17:10:20.7767892Z adding 'torch/share/cmake/Tensorpipe/TensorpipeTargets.cmake' 2024-04-03T17:10:20.7772194Z adding 'torch/share/cmake/Torch/TorchConfig.cmake' 2024-04-03T17:10:20.7774174Z adding 'torch/share/cmake/Torch/TorchConfigVersion.cmake' 2024-04-03T17:10:20.7776920Z adding 'torch/signal/__init__.py' 2024-04-03T17:10:20.7779720Z adding 'torch/signal/windows/__init__.py' 2024-04-03T17:10:20.7786293Z adding 'torch/signal/windows/windows.py' 2024-04-03T17:10:20.7795117Z adding 'torch/sparse/__init__.py' 2024-04-03T17:10:20.7800534Z adding 'torch/sparse/_semi_structured_conversions.py' 2024-04-03T17:10:20.7804230Z adding 'torch/sparse/_semi_structured_ops.py' 2024-04-03T17:10:20.7825496Z adding 'torch/sparse/_triton_ops.py' 2024-04-03T17:10:20.7906733Z adding 'torch/sparse/_triton_ops_meta.py' 2024-04-03T17:10:20.7921298Z adding 'torch/sparse/semi_structured.py' 2024-04-03T17:10:20.7929456Z adding 'torch/special/__init__.py' 2024-04-03T17:10:20.8219732Z adding 'torch/test/CppSignature_test' 2024-04-03T17:10:20.8637091Z adding 'torch/test/Dict_test' 2024-04-03T17:10:20.8952964Z adding 'torch/test/Dimname_test' 2024-04-03T17:10:20.9306660Z adding 'torch/test/IListRef_test' 2024-04-03T17:10:20.9686688Z adding 'torch/test/KernelFunction_test' 2024-04-03T17:10:21.0259483Z adding 'torch/test/List_test' 2024-04-03T17:10:21.0644818Z adding 'torch/test/MaybeOwned_test' 2024-04-03T17:10:21.0990882Z adding 'torch/test/NamedTensor_test' 2024-04-03T17:10:21.1298070Z adding 'torch/test/StorageUtils_test' 2024-04-03T17:10:21.1640704Z adding 'torch/test/apply_utils_test' 2024-04-03T17:10:21.1987155Z adding 'torch/test/atest' 2024-04-03T17:10:21.2316328Z adding 'torch/test/backend_fallback_test' 2024-04-03T17:10:21.2691771Z adding 'torch/test/basic' 2024-04-03T17:10:21.3015240Z adding 'torch/test/broadcast_test' 2024-04-03T17:10:21.3326127Z adding 'torch/test/c10_Bitset_test' 2024-04-03T17:10:21.3623379Z adding 'torch/test/c10_CompileTimeFunctionPointer_test' 2024-04-03T17:10:21.3911031Z adding 'torch/test/c10_ConstexprCrc_test' 2024-04-03T17:10:21.4203220Z adding 'torch/test/c10_DeadlockDetection_test' 2024-04-03T17:10:21.4506006Z adding 'torch/test/c10_DeviceGuard_test' 2024-04-03T17:10:21.4804773Z adding 'torch/test/c10_Device_test' 2024-04-03T17:10:21.5149828Z adding 'torch/test/c10_DispatchKeySet_test' 2024-04-03T17:10:21.5450452Z adding 'torch/test/c10_Half_test' 2024-04-03T17:10:21.5767266Z adding 'torch/test/c10_InlineDeviceGuard_test' 2024-04-03T17:10:21.6094292Z adding 'torch/test/c10_InlineStreamGuard_test' 2024-04-03T17:10:21.6423262Z adding 'torch/test/c10_LeftRight_test' 2024-04-03T17:10:21.6744285Z adding 'torch/test/c10_Metaprogramming_test' 2024-04-03T17:10:21.7059651Z adding 'torch/test/c10_Scalar_test' 2024-04-03T17:10:21.7387539Z adding 'torch/test/c10_SizesAndStrides_test' 2024-04-03T17:10:21.7677420Z adding 'torch/test/c10_StreamGuard_test' 2024-04-03T17:10:21.7977865Z adding 'torch/test/c10_SymInt_test' 2024-04-03T17:10:21.8273666Z adding 'torch/test/c10_Synchronized_test' 2024-04-03T17:10:21.8597564Z adding 'torch/test/c10_ThreadLocal_test' 2024-04-03T17:10:21.8902447Z adding 'torch/test/c10_TypeIndex_test' 2024-04-03T17:10:21.9202934Z adding 'torch/test/c10_TypeList_test' 2024-04-03T17:10:21.9491009Z adding 'torch/test/c10_TypeTraits_test' 2024-04-03T17:10:21.9796522Z adding 'torch/test/c10_accumulate_test' 2024-04-03T17:10:22.0122291Z adding 'torch/test/c10_bfloat16_test' 2024-04-03T17:10:22.0422568Z adding 'torch/test/c10_bit_cast_test' 2024-04-03T17:10:22.0751063Z adding 'torch/test/c10_complex_math_test' 2024-04-03T17:10:22.1076551Z adding 'torch/test/c10_complex_test' 2024-04-03T17:10:22.1493520Z adding 'torch/test/c10_cow_test' 2024-04-03T17:10:22.1810639Z adding 'torch/test/c10_exception_test' 2024-04-03T17:10:22.2110432Z adding 'torch/test/c10_flags_test' 2024-04-03T17:10:22.2405362Z adding 'torch/test/c10_generic_math_test' 2024-04-03T17:10:22.2693477Z adding 'torch/test/c10_hip_HIPAssertionsTest_1_var_test' 2024-04-03T17:10:22.2982284Z adding 'torch/test/c10_hip_HIPAssertionsTest_catches_stream' 2024-04-03T17:10:22.3269659Z adding 'torch/test/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device' 2024-04-03T17:10:22.3557034Z adding 'torch/test/c10_hip_HIPAssertionsTest_from_2_processes' 2024-04-03T17:10:22.3845670Z adding 'torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads' 2024-04-03T17:10:22.4134129Z adding 'torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks' 2024-04-03T17:10:22.4422038Z adding 'torch/test/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block' 2024-04-03T17:10:22.4712084Z adding 'torch/test/c10_hip_HIPTest' 2024-04-03T17:10:22.5009211Z adding 'torch/test/c10_intrusive_ptr_benchmark' 2024-04-03T17:10:22.5845022Z adding 'torch/test/c10_intrusive_ptr_test' 2024-04-03T17:10:22.6185795Z adding 'torch/test/c10_irange_test' 2024-04-03T17:10:22.6515084Z adding 'torch/test/c10_logging_test' 2024-04-03T17:10:22.6942364Z adding 'torch/test/c10_optional_test' 2024-04-03T17:10:22.7307122Z adding 'torch/test/c10_ordered_preserving_dict_test' 2024-04-03T17:10:22.7628590Z adding 'torch/test/c10_registry_test' 2024-04-03T17:10:22.8345708Z adding 'torch/test/c10_small_vector_test' 2024-04-03T17:10:22.8688058Z adding 'torch/test/c10_ssize_test' 2024-04-03T17:10:22.8994781Z adding 'torch/test/c10_string_util_test' 2024-04-03T17:10:22.9338053Z adding 'torch/test/c10_string_view_test' 2024-04-03T17:10:22.9639091Z adding 'torch/test/c10_tempfile_test' 2024-04-03T17:10:22.9966835Z adding 'torch/test/c10_typeid_test' 2024-04-03T17:10:23.0269350Z adding 'torch/test/cpu_allocator_test' 2024-04-03T17:10:23.0608892Z adding 'torch/test/cpu_generator_test' 2024-04-03T17:10:23.0924773Z adding 'torch/test/cpu_profiling_allocator_test' 2024-04-03T17:10:23.1427664Z adding 'torch/test/cpu_rng_test' 2024-04-03T17:10:23.1736171Z adding 'torch/test/dispatch_key_set_test' 2024-04-03T17:10:23.2033067Z adding 'torch/test/dlconvertor_test' 2024-04-03T17:10:23.2372652Z adding 'torch/test/extension_backend_test' 2024-04-03T17:10:23.2699526Z adding 'torch/test/half_test' 2024-04-03T17:10:23.3011262Z adding 'torch/test/hip_apply_test' 2024-04-03T17:10:23.3299299Z adding 'torch/test/hip_complex_math_test' 2024-04-03T17:10:23.3585801Z adding 'torch/test/hip_complex_test' 2024-04-03T17:10:23.3872649Z adding 'torch/test/hip_distributions_test' 2024-04-03T17:10:23.4170110Z adding 'torch/test/hip_dlconvertor_test' 2024-04-03T17:10:23.4458059Z adding 'torch/test/hip_generator_test' 2024-04-03T17:10:23.4744764Z adding 'torch/test/hip_half_test' 2024-04-03T17:10:23.5031827Z adding 'torch/test/hip_integer_divider_test' 2024-04-03T17:10:23.5318785Z adding 'torch/test/hip_optional_test' 2024-04-03T17:10:23.5605115Z adding 'torch/test/hip_packedtensoraccessor_test' 2024-04-03T17:10:23.5892581Z adding 'torch/test/hip_vectorized_test' 2024-04-03T17:10:23.6266915Z adding 'torch/test/inline_container_test' 2024-04-03T17:10:23.6834174Z adding 'torch/test/ivalue_test' 2024-04-03T17:10:23.7516306Z adding 'torch/test/kernel_function_legacy_test' 2024-04-03T17:10:23.8081868Z adding 'torch/test/kernel_function_test' 2024-04-03T17:10:23.8775069Z adding 'torch/test/kernel_lambda_legacy_test' 2024-04-03T17:10:23.9356225Z adding 'torch/test/kernel_lambda_test' 2024-04-03T17:10:23.9734126Z adding 'torch/test/kernel_stackbased_test' 2024-04-03T17:10:24.0030845Z adding 'torch/test/lazy_tensor_test' 2024-04-03T17:10:24.0438902Z adding 'torch/test/legacy_vmap_test' 2024-04-03T17:10:24.0991056Z adding 'torch/test/make_boxed_from_unboxed_functor_test' 2024-04-03T17:10:24.1323390Z adding 'torch/test/math_kernel_test' 2024-04-03T17:10:24.1642364Z adding 'torch/test/memory_format_test' 2024-04-03T17:10:24.1957748Z adding 'torch/test/memory_overlapping_test' 2024-04-03T17:10:24.2273638Z adding 'torch/test/mobile_memory_cleanup' 2024-04-03T17:10:24.2602987Z adding 'torch/test/native_test' 2024-04-03T17:10:24.2892076Z adding 'torch/test/op_allowlist_test' 2024-04-03T17:10:24.4285428Z adding 'torch/test/op_registration_test' 2024-04-03T17:10:24.4678245Z adding 'torch/test/operator_name_test' 2024-04-03T17:10:24.4981964Z adding 'torch/test/operators_test' 2024-04-03T17:10:24.5288557Z adding 'torch/test/packedtensoraccessor_test' 2024-04-03T17:10:24.5683697Z adding 'torch/test/pow_test' 2024-04-03T17:10:24.6025045Z adding 'torch/test/quantized_test' 2024-04-03T17:10:24.6320735Z adding 'torch/test/reduce_ops_test' 2024-04-03T17:10:24.6623116Z adding 'torch/test/reportMemoryUsage_test' 2024-04-03T17:10:24.6957163Z adding 'torch/test/scalar_tensor_test' 2024-04-03T17:10:24.7303223Z adding 'torch/test/scalar_test' 2024-04-03T17:10:24.7615930Z adding 'torch/test/stride_properties_test' 2024-04-03T17:10:24.8045810Z adding 'torch/test/tensor_iterator_test' 2024-04-03T17:10:24.8374550Z adding 'torch/test/test_parallel' 2024-04-03T17:10:24.8399857Z adding 'torch/test/thread_init_test' 2024-04-03T17:10:24.8713315Z adding 'torch/test/type_ptr_test' 2024-04-03T17:10:24.9066785Z adding 'torch/test/type_test' 2024-04-03T17:10:24.9378695Z adding 'torch/test/undefined_tensor_test' 2024-04-03T17:10:24.9398459Z adding 'torch/test/verify_api_visibility' 2024-04-03T17:10:24.9689258Z adding 'torch/test/weakref_test' 2024-04-03T17:10:24.9992309Z adding 'torch/test/wrapdim_test' 2024-04-03T17:10:25.0297899Z adding 'torch/test/xla_tensor_test' 2024-04-03T17:10:25.0314840Z adding 'torch/testing/__init__.py' 2024-04-03T17:10:25.0332730Z adding 'torch/testing/_comparison.py' 2024-04-03T17:10:25.0339373Z adding 'torch/testing/_creation.py' 2024-04-03T17:10:25.0342013Z adding 'torch/testing/_internal/__init__.py' 2024-04-03T17:10:25.0346867Z adding 'torch/testing/_internal/autocast_test_lists.py' 2024-04-03T17:10:25.0351949Z adding 'torch/testing/_internal/autograd_function_db.py' 2024-04-03T17:10:25.0355807Z adding 'torch/testing/_internal/check_kernel_launches.py' 2024-04-03T17:10:25.0360040Z adding 'torch/testing/_internal/common_cuda.py' 2024-04-03T17:10:25.0382285Z adding 'torch/testing/_internal/common_device_type.py' 2024-04-03T17:10:25.0386362Z adding 'torch/testing/_internal/common_dist_composable.py' 2024-04-03T17:10:25.0401924Z adding 'torch/testing/_internal/common_distributed.py' 2024-04-03T17:10:25.0405759Z adding 'torch/testing/_internal/common_dtype.py' 2024-04-03T17:10:25.0421066Z adding 'torch/testing/_internal/common_fsdp.py' 2024-04-03T17:10:25.0427378Z adding 'torch/testing/_internal/common_jit.py' 2024-04-03T17:10:25.0639250Z adding 'torch/testing/_internal/common_methods_invocations.py' 2024-04-03T17:10:25.0666221Z adding 'torch/testing/_internal/common_mkldnn.py' 2024-04-03T17:10:25.0695573Z adding 'torch/testing/_internal/common_modules.py' 2024-04-03T17:10:25.0731986Z adding 'torch/testing/_internal/common_nn.py' 2024-04-03T17:10:25.0748247Z adding 'torch/testing/_internal/common_optimizers.py' 2024-04-03T17:10:25.0753732Z adding 'torch/testing/_internal/common_pruning.py' 2024-04-03T17:10:25.0779214Z adding 'torch/testing/_internal/common_quantization.py' 2024-04-03T17:10:25.0785431Z adding 'torch/testing/_internal/common_quantized.py' 2024-04-03T17:10:25.0789178Z adding 'torch/testing/_internal/common_subclass.py' 2024-04-03T17:10:25.0861642Z adding 'torch/testing/_internal/common_utils.py' 2024-04-03T17:10:25.0874373Z adding 'torch/testing/_internal/composite_compliance.py' 2024-04-03T17:10:25.0878967Z adding 'torch/testing/_internal/custom_op_db.py' 2024-04-03T17:10:25.0882738Z adding 'torch/testing/_internal/dist_utils.py' 2024-04-03T17:10:25.0885776Z adding 'torch/testing/_internal/dynamo_test_failures.py' 2024-04-03T17:10:25.0888259Z adding 'torch/testing/_internal/hop_db.py' 2024-04-03T17:10:25.0893454Z adding 'torch/testing/_internal/hypothesis_utils.py' 2024-04-03T17:10:25.0896035Z adding 'torch/testing/_internal/inductor_utils.py' 2024-04-03T17:10:25.0905430Z adding 'torch/testing/_internal/jit_metaprogramming_utils.py' 2024-04-03T17:10:25.0916148Z adding 'torch/testing/_internal/jit_utils.py' 2024-04-03T17:10:25.0920320Z adding 'torch/testing/_internal/logging_tensor.py' 2024-04-03T17:10:25.0923545Z adding 'torch/testing/_internal/logging_utils.py' 2024-04-03T17:10:25.0925775Z adding 'torch/testing/_internal/quantization_torch_package_models.py' 2024-04-03T17:10:25.0927614Z adding 'torch/testing/_internal/static_module.py' 2024-04-03T17:10:25.0930891Z adding 'torch/testing/_internal/triton_utils.py' 2024-04-03T17:10:25.0933460Z adding 'torch/testing/_internal/two_tensor.py' 2024-04-03T17:10:25.0935496Z adding 'torch/testing/_internal/codegen/__init__.py' 2024-04-03T17:10:25.0937389Z adding 'torch/testing/_internal/data/__init__.py' 2024-04-03T17:10:25.0939787Z adding 'torch/testing/_internal/data/network1.py' 2024-04-03T17:10:25.0941330Z adding 'torch/testing/_internal/data/network2.py' 2024-04-03T17:10:25.0943194Z adding 'torch/testing/_internal/distributed/__init__.py' 2024-04-03T17:10:25.0945209Z adding 'torch/testing/_internal/distributed/checkpoint_utils.py' 2024-04-03T17:10:25.0947564Z adding 'torch/testing/_internal/distributed/common_state_dict.py' 2024-04-03T17:10:25.0954805Z adding 'torch/testing/_internal/distributed/ddp_under_dist_autograd_test.py' 2024-04-03T17:10:25.1045382Z adding 'torch/testing/_internal/distributed/distributed_test.py' 2024-04-03T17:10:25.1056795Z adding 'torch/testing/_internal/distributed/distributed_utils.py' 2024-04-03T17:10:25.1058882Z adding 'torch/testing/_internal/distributed/fake_pg.py' 2024-04-03T17:10:25.1064615Z adding 'torch/testing/_internal/distributed/multi_threaded_pg.py' 2024-04-03T17:10:25.1067906Z adding 'torch/testing/_internal/distributed/pipe_with_ddp_test.py' 2024-04-03T17:10:25.1071539Z adding 'torch/testing/_internal/distributed/rpc_utils.py' 2024-04-03T17:10:25.1074996Z adding 'torch/testing/_internal/distributed/_shard/__init__.py' 2024-04-03T17:10:25.1077867Z adding 'torch/testing/_internal/distributed/_shard/test_common.py' 2024-04-03T17:10:25.1080526Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/__init__.py' 2024-04-03T17:10:25.1083594Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_ops_common.py' 2024-04-03T17:10:25.1086126Z adding 'torch/testing/_internal/distributed/_shard/sharded_tensor/_test_st_common.py' 2024-04-03T17:10:25.1088335Z adding 'torch/testing/_internal/distributed/_tensor/__init__.py' 2024-04-03T17:10:25.1094942Z adding 'torch/testing/_internal/distributed/_tensor/common_dtensor.py' 2024-04-03T17:10:25.1097835Z adding 'torch/testing/_internal/distributed/nn/__init__.py' 2024-04-03T17:10:25.1100385Z adding 'torch/testing/_internal/distributed/nn/api/__init__.py' 2024-04-03T17:10:25.1106508Z adding 'torch/testing/_internal/distributed/nn/api/remote_module_test.py' 2024-04-03T17:10:25.1109507Z adding 'torch/testing/_internal/distributed/pipeline/__init__.py' 2024-04-03T17:10:25.1111698Z adding 'torch/testing/_internal/distributed/rpc/__init__.py' 2024-04-03T17:10:25.1137983Z adding 'torch/testing/_internal/distributed/rpc/dist_autograd_test.py' 2024-04-03T17:10:25.1144404Z adding 'torch/testing/_internal/distributed/rpc/dist_optimizer_test.py' 2024-04-03T17:10:25.1149005Z adding 'torch/testing/_internal/distributed/rpc/faulty_agent_rpc_test.py' 2024-04-03T17:10:25.1152096Z adding 'torch/testing/_internal/distributed/rpc/faulty_rpc_agent_test_fixture.py' 2024-04-03T17:10:25.1154890Z adding 'torch/testing/_internal/distributed/rpc/rpc_agent_test_fixture.py' 2024-04-03T17:10:25.1209099Z adding 'torch/testing/_internal/distributed/rpc/rpc_test.py' 2024-04-03T17:10:25.1216472Z adding 'torch/testing/_internal/distributed/rpc/tensorpipe_rpc_agent_test_fixture.py' 2024-04-03T17:10:25.1218857Z adding 'torch/testing/_internal/distributed/rpc/examples/__init__.py' 2024-04-03T17:10:25.1221882Z adding 'torch/testing/_internal/distributed/rpc/examples/parameter_server_test.py' 2024-04-03T17:10:25.1226109Z adding 'torch/testing/_internal/distributed/rpc/examples/reinforcement_learning_rpc_test.py' 2024-04-03T17:10:25.1228267Z adding 'torch/testing/_internal/distributed/rpc/jit/__init__.py' 2024-04-03T17:10:25.1231026Z adding 'torch/testing/_internal/distributed/rpc/jit/dist_autograd_test.py' 2024-04-03T17:10:25.1243430Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test.py' 2024-04-03T17:10:25.1247936Z adding 'torch/testing/_internal/distributed/rpc/jit/rpc_test_faulty.py' 2024-04-03T17:10:25.1250144Z adding 'torch/testing/_internal/generated/__init__.py' 2024-04-03T17:10:25.1294303Z adding 'torch/testing/_internal/generated/annotated_fn_args.py' 2024-04-03T17:10:25.1308464Z adding 'torch/testing/_internal/opinfo/__init__.py' 2024-04-03T17:10:25.1343219Z adding 'torch/testing/_internal/opinfo/core.py' 2024-04-03T17:10:25.1348914Z adding 'torch/testing/_internal/opinfo/refs.py' 2024-04-03T17:10:25.1353324Z adding 'torch/testing/_internal/opinfo/utils.py' 2024-04-03T17:10:25.1356103Z adding 'torch/testing/_internal/opinfo/definitions/__init__.py' 2024-04-03T17:10:25.1363874Z adding 'torch/testing/_internal/opinfo/definitions/_masked.py' 2024-04-03T17:10:25.1369519Z adding 'torch/testing/_internal/opinfo/definitions/fft.py' 2024-04-03T17:10:25.1388935Z adding 'torch/testing/_internal/opinfo/definitions/linalg.py' 2024-04-03T17:10:25.1395137Z adding 'torch/testing/_internal/opinfo/definitions/signal.py' 2024-04-03T17:10:25.1403131Z adding 'torch/testing/_internal/opinfo/definitions/sparse.py' 2024-04-03T17:10:25.1408995Z adding 'torch/testing/_internal/opinfo/definitions/special.py' 2024-04-03T17:10:25.1412020Z adding 'torch/testing/_internal/optests/__init__.py' 2024-04-03T17:10:25.1415319Z adding 'torch/testing/_internal/optests/aot_autograd.py' 2024-04-03T17:10:25.1419186Z adding 'torch/testing/_internal/optests/autograd_registration.py' 2024-04-03T17:10:25.1421186Z adding 'torch/testing/_internal/optests/fake_tensor.py' 2024-04-03T17:10:25.1431930Z adding 'torch/testing/_internal/optests/generate_tests.py' 2024-04-03T17:10:25.1435385Z adding 'torch/testing/_internal/optests/make_fx.py' 2024-04-03T17:10:25.1437721Z adding 'torch/testing/_internal/test_module/__init__.py' 2024-04-03T17:10:25.1439597Z adding 'torch/testing/_internal/test_module/future_div.py' 2024-04-03T17:10:25.1441618Z adding 'torch/testing/_internal/test_module/no_future_div.py' 2024-04-03T17:10:25.1444603Z adding 'torch/utils/__init__.py' 2024-04-03T17:10:25.1449507Z adding 'torch/utils/_config_module.py' 2024-04-03T17:10:25.1454063Z adding 'torch/utils/_content_store.py' 2024-04-03T17:10:25.1457766Z adding 'torch/utils/_contextlib.py' 2024-04-03T17:10:25.1460471Z adding 'torch/utils/_cpp_extension_versioner.py' 2024-04-03T17:10:25.1469281Z adding 'torch/utils/_cxx_pytree.py' 2024-04-03T17:10:25.1472631Z adding 'torch/utils/_device.py' 2024-04-03T17:10:25.1475153Z adding 'torch/utils/_foreach_utils.py' 2024-04-03T17:10:25.1479580Z adding 'torch/utils/_freeze.py' 2024-04-03T17:10:25.1482160Z adding 'torch/utils/_import_utils.py' 2024-04-03T17:10:25.1484090Z adding 'torch/utils/_mode_utils.py' 2024-04-03T17:10:25.1493022Z adding 'torch/utils/_python_dispatch.py' 2024-04-03T17:10:25.1508253Z adding 'torch/utils/_pytree.py' 2024-04-03T17:10:25.1511661Z adding 'torch/utils/_stats.py' 2024-04-03T17:10:25.1516104Z adding 'torch/utils/_traceback.py' 2024-04-03T17:10:25.1518792Z adding 'torch/utils/_triton.py' 2024-04-03T17:10:25.1520769Z adding 'torch/utils/_typing_utils.py' 2024-04-03T17:10:25.1523300Z adding 'torch/utils/_zip.py' 2024-04-03T17:10:25.1529231Z adding 'torch/utils/backend_registration.py' 2024-04-03T17:10:25.1536894Z adding 'torch/utils/bundled_inputs.py' 2024-04-03T17:10:25.1558808Z adding 'torch/utils/checkpoint.py' 2024-04-03T17:10:25.1567360Z adding 'torch/utils/collect_env.py' 2024-04-03T17:10:25.1569945Z adding 'torch/utils/cpp_backtrace.py' 2024-04-03T17:10:25.1604705Z adding 'torch/utils/cpp_extension.py' 2024-04-03T17:10:25.1609094Z adding 'torch/utils/deterministic.py' 2024-04-03T17:10:25.1612156Z adding 'torch/utils/dlpack.py' 2024-04-03T17:10:25.1614490Z adding 'torch/utils/file_baton.py' 2024-04-03T17:10:25.1621688Z adding 'torch/utils/flop_counter.py' 2024-04-03T17:10:25.1626445Z adding 'torch/utils/hooks.py' 2024-04-03T17:10:25.1629651Z adding 'torch/utils/mkldnn.py' 2024-04-03T17:10:25.1633169Z adding 'torch/utils/mobile_optimizer.py' 2024-04-03T17:10:25.1635280Z adding 'torch/utils/model_zoo.py' 2024-04-03T17:10:25.1638616Z adding 'torch/utils/show_pickle.py' 2024-04-03T17:10:25.1642470Z adding 'torch/utils/throughput_benchmark.py' 2024-04-03T17:10:25.1647003Z adding 'torch/utils/weak.py' 2024-04-03T17:10:25.1649292Z adding 'torch/utils/_sympy/__init__.py' 2024-04-03T17:10:25.1654211Z adding 'torch/utils/_sympy/functions.py' 2024-04-03T17:10:25.1657098Z adding 'torch/utils/_sympy/interp.py' 2024-04-03T17:10:25.1659733Z adding 'torch/utils/_sympy/reference.py' 2024-04-03T17:10:25.1662301Z adding 'torch/utils/_sympy/singleton_int.py' 2024-04-03T17:10:25.1665410Z adding 'torch/utils/_sympy/solve.py' 2024-04-03T17:10:25.1673839Z adding 'torch/utils/_sympy/value_ranges.py' 2024-04-03T17:10:25.1676614Z adding 'torch/utils/backcompat/__init__.py' 2024-04-03T17:10:25.1678539Z adding 'torch/utils/benchmark/__init__.py' 2024-04-03T17:10:25.1680553Z adding 'torch/utils/benchmark/examples/__init__.py' 2024-04-03T17:10:25.1683604Z adding 'torch/utils/benchmark/examples/blas_compare_setup.py' 2024-04-03T17:10:25.1686031Z adding 'torch/utils/benchmark/examples/compare.py' 2024-04-03T17:10:25.1688238Z adding 'torch/utils/benchmark/examples/fuzzer.py' 2024-04-03T17:10:25.1690824Z adding 'torch/utils/benchmark/examples/op_benchmark.py' 2024-04-03T17:10:25.1692813Z adding 'torch/utils/benchmark/examples/simple_timeit.py' 2024-04-03T17:10:25.1696076Z adding 'torch/utils/benchmark/examples/spectral_ops_fuzz_test.py' 2024-04-03T17:10:25.1697496Z adding 'torch/utils/benchmark/op_fuzzers/__init__.py' 2024-04-03T17:10:25.1699895Z adding 'torch/utils/benchmark/op_fuzzers/binary.py' 2024-04-03T17:10:25.1702407Z adding 'torch/utils/benchmark/op_fuzzers/sparse_binary.py' 2024-04-03T17:10:25.1704703Z adding 'torch/utils/benchmark/op_fuzzers/sparse_unary.py' 2024-04-03T17:10:25.1707053Z adding 'torch/utils/benchmark/op_fuzzers/spectral.py' 2024-04-03T17:10:25.1709372Z adding 'torch/utils/benchmark/op_fuzzers/unary.py' 2024-04-03T17:10:25.1711281Z adding 'torch/utils/benchmark/utils/__init__.py' 2024-04-03T17:10:25.1713059Z adding 'torch/utils/benchmark/utils/_stubs.py' 2024-04-03T17:10:25.1718111Z adding 'torch/utils/benchmark/utils/common.py' 2024-04-03T17:10:25.1722794Z adding 'torch/utils/benchmark/utils/compare.py' 2024-04-03T17:10:25.1726270Z adding 'torch/utils/benchmark/utils/compile.py' 2024-04-03T17:10:25.1729599Z adding 'torch/utils/benchmark/utils/cpp_jit.py' 2024-04-03T17:10:25.1736037Z adding 'torch/utils/benchmark/utils/fuzzer.py' 2024-04-03T17:10:25.1739400Z adding 'torch/utils/benchmark/utils/sparse_fuzzer.py' 2024-04-03T17:10:25.1741360Z adding 'torch/utils/benchmark/utils/timeit_template.cpp' 2024-04-03T17:10:25.1748388Z adding 'torch/utils/benchmark/utils/timer.py' 2024-04-03T17:10:25.1750847Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/__init__.py' 2024-04-03T17:10:25.1753723Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/callgrind.h' 2024-04-03T17:10:25.1755816Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/compat_bindings.cpp' 2024-04-03T17:10:25.1757884Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_callgrind_template.cpp' 2024-04-03T17:10:25.1769421Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/timer_interface.py' 2024-04-03T17:10:25.1817252Z adding 'torch/utils/benchmark/utils/valgrind_wrapper/valgrind.h' 2024-04-03T17:10:25.1828215Z adding 'torch/utils/bottleneck/__init__.py' 2024-04-03T17:10:25.1831308Z adding 'torch/utils/bottleneck/__main__.py' 2024-04-03T17:10:25.1833823Z adding 'torch/utils/data/__init__.py' 2024-04-03T17:10:25.1835614Z adding 'torch/utils/data/backward_compatibility.py' 2024-04-03T17:10:25.1862841Z adding 'torch/utils/data/dataloader.py' 2024-04-03T17:10:25.1870511Z adding 'torch/utils/data/dataset.py' 2024-04-03T17:10:25.1874523Z adding 'torch/utils/data/distributed.py' 2024-04-03T17:10:25.1877223Z adding 'torch/utils/data/graph.py' 2024-04-03T17:10:25.1880122Z adding 'torch/utils/data/graph_settings.py' 2024-04-03T17:10:25.1884587Z adding 'torch/utils/data/sampler.py' 2024-04-03T17:10:25.1887357Z adding 'torch/utils/data/_utils/__init__.py' 2024-04-03T17:10:25.1892186Z adding 'torch/utils/data/_utils/collate.py' 2024-04-03T17:10:25.1894790Z adding 'torch/utils/data/_utils/fetch.py' 2024-04-03T17:10:25.1898085Z adding 'torch/utils/data/_utils/pin_memory.py' 2024-04-03T17:10:25.1901170Z adding 'torch/utils/data/_utils/signal_handling.py' 2024-04-03T17:10:25.1906550Z adding 'torch/utils/data/_utils/worker.py' 2024-04-03T17:10:25.1909092Z adding 'torch/utils/data/datapipes/__init__.py' 2024-04-03T17:10:25.1912454Z adding 'torch/utils/data/datapipes/_decorator.py' 2024-04-03T17:10:25.1917283Z adding 'torch/utils/data/datapipes/_hook_iterator.py' 2024-04-03T17:10:25.1923540Z adding 'torch/utils/data/datapipes/_typing.py' 2024-04-03T17:10:25.1929005Z adding 'torch/utils/data/datapipes/datapipe.py' 2024-04-03T17:10:25.1938772Z adding 'torch/utils/data/datapipes/datapipe.pyi' 2024-04-03T17:10:25.1943876Z adding 'torch/utils/data/datapipes/gen_pyi.py' 2024-04-03T17:10:25.1946477Z adding 'torch/utils/data/datapipes/dataframe/__init__.py' 2024-04-03T17:10:25.1949147Z adding 'torch/utils/data/datapipes/dataframe/dataframe_wrapper.py' 2024-04-03T17:10:25.1953628Z adding 'torch/utils/data/datapipes/dataframe/dataframes.py' 2024-04-03T17:10:25.1956685Z adding 'torch/utils/data/datapipes/dataframe/datapipes.py' 2024-04-03T17:10:25.1958935Z adding 'torch/utils/data/datapipes/dataframe/structures.py' 2024-04-03T17:10:25.1961467Z adding 'torch/utils/data/datapipes/iter/__init__.py' 2024-04-03T17:10:25.1965610Z adding 'torch/utils/data/datapipes/iter/callable.py' 2024-04-03T17:10:25.1969340Z adding 'torch/utils/data/datapipes/iter/combinatorics.py' 2024-04-03T17:10:25.1976802Z adding 'torch/utils/data/datapipes/iter/combining.py' 2024-04-03T17:10:25.1980235Z adding 'torch/utils/data/datapipes/iter/filelister.py' 2024-04-03T17:10:25.1982980Z adding 'torch/utils/data/datapipes/iter/fileopener.py' 2024-04-03T17:10:25.1987429Z adding 'torch/utils/data/datapipes/iter/grouping.py' 2024-04-03T17:10:25.1990364Z adding 'torch/utils/data/datapipes/iter/routeddecoder.py' 2024-04-03T17:10:25.1993184Z adding 'torch/utils/data/datapipes/iter/selecting.py' 2024-04-03T17:10:25.1995923Z adding 'torch/utils/data/datapipes/iter/sharding.py' 2024-04-03T17:10:25.1998378Z adding 'torch/utils/data/datapipes/iter/streamreader.py' 2024-04-03T17:10:25.2000744Z adding 'torch/utils/data/datapipes/iter/utils.py' 2024-04-03T17:10:25.2003219Z adding 'torch/utils/data/datapipes/map/__init__.py' 2024-04-03T17:10:25.2005618Z adding 'torch/utils/data/datapipes/map/callable.py' 2024-04-03T17:10:25.2008526Z adding 'torch/utils/data/datapipes/map/combinatorics.py' 2024-04-03T17:10:25.2011310Z adding 'torch/utils/data/datapipes/map/combining.py' 2024-04-03T17:10:25.2014013Z adding 'torch/utils/data/datapipes/map/grouping.py' 2024-04-03T17:10:25.2016678Z adding 'torch/utils/data/datapipes/map/utils.py' 2024-04-03T17:10:25.2019051Z adding 'torch/utils/data/datapipes/utils/__init__.py' 2024-04-03T17:10:25.2024050Z adding 'torch/utils/data/datapipes/utils/common.py' 2024-04-03T17:10:25.2028624Z adding 'torch/utils/data/datapipes/utils/decoder.py' 2024-04-03T17:10:25.2031682Z adding 'torch/utils/data/datapipes/utils/snapshot.py' 2024-04-03T17:10:25.2033923Z adding 'torch/utils/hipify/__init__.py' 2024-04-03T17:10:25.2036233Z adding 'torch/utils/hipify/constants.py' 2024-04-03T17:10:25.2087994Z adding 'torch/utils/hipify/cuda_to_hip_mappings.py' 2024-04-03T17:10:25.2111108Z adding 'torch/utils/hipify/hipify_python.py' 2024-04-03T17:10:25.2114116Z adding 'torch/utils/hipify/version.py' 2024-04-03T17:10:25.2116166Z adding 'torch/utils/jit/__init__.py' 2024-04-03T17:10:25.2118954Z adding 'torch/utils/jit/log_extract.py' 2024-04-03T17:10:25.2125448Z adding 'torch/utils/model_dump/__init__.py' 2024-04-03T17:10:25.2127788Z adding 'torch/utils/model_dump/__main__.py' 2024-04-03T17:10:25.2133824Z adding 'torch/utils/model_dump/code.js' 2024-04-03T17:10:25.2136732Z adding 'torch/utils/model_dump/htm.mjs' 2024-04-03T17:10:25.2141837Z adding 'torch/utils/model_dump/preact.mjs' 2024-04-03T17:10:25.2144416Z adding 'torch/utils/model_dump/skeleton.html' 2024-04-03T17:10:25.2147097Z adding 'torch/utils/tensorboard/__init__.py' 2024-04-03T17:10:25.2155622Z adding 'torch/utils/tensorboard/_caffe2_graph.py' 2024-04-03T17:10:25.2158786Z adding 'torch/utils/tensorboard/_convert_np.py' 2024-04-03T17:10:25.2161070Z adding 'torch/utils/tensorboard/_embedding.py' 2024-04-03T17:10:25.2163549Z adding 'torch/utils/tensorboard/_onnx_graph.py' 2024-04-03T17:10:25.2166346Z adding 'torch/utils/tensorboard/_proto_graph.py' 2024-04-03T17:10:25.2171563Z adding 'torch/utils/tensorboard/_pytorch_graph.py' 2024-04-03T17:10:25.2174834Z adding 'torch/utils/tensorboard/_utils.py' 2024-04-03T17:10:25.2187414Z adding 'torch/utils/tensorboard/summary.py' 2024-04-03T17:10:25.2201383Z adding 'torch/utils/tensorboard/writer.py' 2024-04-03T17:10:25.2205126Z adding 'torch/utils/viz/__init__.py' 2024-04-03T17:10:25.2211308Z adding 'torch/utils/viz/_cycles.py' 2024-04-03T17:10:25.2217793Z adding 'torch/xpu/__init__.py' 2024-04-03T17:10:25.2221152Z adding 'torch/xpu/_gpu_trace.py' 2024-04-03T17:10:25.2223764Z adding 'torch/xpu/_utils.py' 2024-04-03T17:10:25.2227162Z adding 'torch/xpu/random.py' 2024-04-03T17:10:25.2230840Z adding 'torch/xpu/streams.py' 2024-04-03T17:10:25.2235599Z adding 'torchgen/__init__.py' 2024-04-03T17:10:25.2238679Z adding 'torchgen/code_template.py' 2024-04-03T17:10:25.2242027Z adding 'torchgen/context.py' 2024-04-03T17:10:25.2275266Z adding 'torchgen/gen.py' 2024-04-03T17:10:25.2283563Z adding 'torchgen/gen_aoti_c_shim.py' 2024-04-03T17:10:25.2291653Z adding 'torchgen/gen_backend_stubs.py' 2024-04-03T17:10:25.2303989Z adding 'torchgen/gen_executorch.py' 2024-04-03T17:10:25.2316192Z adding 'torchgen/gen_functionalization_type.py' 2024-04-03T17:10:25.2324771Z adding 'torchgen/gen_lazy_tensor.py' 2024-04-03T17:10:25.2329442Z adding 'torchgen/gen_vmap_plumbing.py' 2024-04-03T17:10:25.2332341Z adding 'torchgen/local.py' 2024-04-03T17:10:25.2371335Z adding 'torchgen/model.py' 2024-04-03T17:10:25.2384723Z adding 'torchgen/native_function_generation.py' 2024-04-03T17:10:25.2391929Z adding 'torchgen/utils.py' 2024-04-03T17:10:25.2394942Z adding 'torchgen/yaml_utils.py' 2024-04-03T17:10:25.2397597Z adding 'torchgen/api/__init__.py' 2024-04-03T17:10:25.2410540Z adding 'torchgen/api/autograd.py' 2024-04-03T17:10:25.2417737Z adding 'torchgen/api/cpp.py' 2024-04-03T17:10:25.2421439Z adding 'torchgen/api/dispatcher.py' 2024-04-03T17:10:25.2425767Z adding 'torchgen/api/functionalization.py' 2024-04-03T17:10:25.2432424Z adding 'torchgen/api/lazy.py' 2024-04-03T17:10:25.2435376Z adding 'torchgen/api/meta.py' 2024-04-03T17:10:25.2438834Z adding 'torchgen/api/native.py' 2024-04-03T17:10:25.2458512Z adding 'torchgen/api/python.py' 2024-04-03T17:10:25.2463456Z adding 'torchgen/api/structured.py' 2024-04-03T17:10:25.2470028Z adding 'torchgen/api/translate.py' 2024-04-03T17:10:25.2474214Z adding 'torchgen/api/ufunc.py' 2024-04-03T17:10:25.2478820Z adding 'torchgen/api/unboxing.py' 2024-04-03T17:10:25.2481611Z adding 'torchgen/api/types/__init__.py' 2024-04-03T17:10:25.2488437Z adding 'torchgen/api/types/signatures.py' 2024-04-03T17:10:25.2492483Z adding 'torchgen/api/types/types.py' 2024-04-03T17:10:25.2496958Z adding 'torchgen/api/types/types_base.py' 2024-04-03T17:10:25.2499933Z adding 'torchgen/dest/__init__.py' 2024-04-03T17:10:25.2509445Z adding 'torchgen/dest/lazy_ir.py' 2024-04-03T17:10:25.2512998Z adding 'torchgen/dest/lazy_ts_lowering.py' 2024-04-03T17:10:25.2515976Z adding 'torchgen/dest/native_functions.py' 2024-04-03T17:10:25.2528588Z adding 'torchgen/dest/register_dispatch_key.py' 2024-04-03T17:10:25.2535863Z adding 'torchgen/dest/ufunc.py' 2024-04-03T17:10:25.2539273Z adding 'torchgen/executorch/__init__.py' 2024-04-03T17:10:25.2543489Z adding 'torchgen/executorch/model.py' 2024-04-03T17:10:25.2547264Z adding 'torchgen/executorch/parse.py' 2024-04-03T17:10:25.2549766Z adding 'torchgen/executorch/api/__init__.py' 2024-04-03T17:10:25.2553590Z adding 'torchgen/executorch/api/custom_ops.py' 2024-04-03T17:10:25.2559017Z adding 'torchgen/executorch/api/et_cpp.py' 2024-04-03T17:10:25.2563138Z adding 'torchgen/executorch/api/unboxing.py' 2024-04-03T17:10:25.2565765Z adding 'torchgen/executorch/api/types/__init__.py' 2024-04-03T17:10:25.2568779Z adding 'torchgen/executorch/api/types/signatures.py' 2024-04-03T17:10:25.2571836Z adding 'torchgen/executorch/api/types/types.py' 2024-04-03T17:10:25.2573719Z adding 'torchgen/operator_versions/__init__.py' 2024-04-03T17:10:25.2577713Z adding 'torchgen/operator_versions/gen_mobile_upgraders.py' 2024-04-03T17:10:25.2580096Z adding 'torchgen/operator_versions/gen_mobile_upgraders_constant.py' 2024-04-03T17:10:25.2685321Z adding 'torchgen/packaged/ATen/native/native_functions.yaml' 2024-04-03T17:10:25.2700648Z adding 'torchgen/packaged/ATen/native/tags.yaml' 2024-04-03T17:10:25.2703006Z adding 'torchgen/packaged/ATen/templates/ATenOpList.cpp' 2024-04-03T17:10:25.2705488Z adding 'torchgen/packaged/ATen/templates/CompositeViewCopyKernels.cpp' 2024-04-03T17:10:25.2707144Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunction.h' 2024-04-03T17:10:25.2709427Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions.h' 2024-04-03T17:10:25.2712099Z adding 'torchgen/packaged/ATen/templates/DispatchKeyFunctions_inl.h' 2024-04-03T17:10:25.2713752Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.cpp' 2024-04-03T17:10:25.2715693Z adding 'torchgen/packaged/ATen/templates/DispatchKeyNativeFunctions.h' 2024-04-03T17:10:25.2717266Z adding 'torchgen/packaged/ATen/templates/Function.h' 2024-04-03T17:10:25.2719689Z adding 'torchgen/packaged/ATen/templates/FunctionalInverses.h' 2024-04-03T17:10:25.2722248Z adding 'torchgen/packaged/ATen/templates/Functions.cpp' 2024-04-03T17:10:25.2725074Z adding 'torchgen/packaged/ATen/templates/Functions.h' 2024-04-03T17:10:25.2727404Z adding 'torchgen/packaged/ATen/templates/LazyIr.h' 2024-04-03T17:10:25.2729463Z adding 'torchgen/packaged/ATen/templates/LazyNonNativeIr.h' 2024-04-03T17:10:25.2731655Z adding 'torchgen/packaged/ATen/templates/MethodOperators.h' 2024-04-03T17:10:25.2733728Z adding 'torchgen/packaged/ATen/templates/NativeFunction.h' 2024-04-03T17:10:25.2736029Z adding 'torchgen/packaged/ATen/templates/NativeFunctions.h' 2024-04-03T17:10:25.2738210Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunction.h' 2024-04-03T17:10:25.2740523Z adding 'torchgen/packaged/ATen/templates/NativeMetaFunctions.h' 2024-04-03T17:10:25.2742131Z adding 'torchgen/packaged/ATen/templates/Operator.h' 2024-04-03T17:10:25.2744314Z adding 'torchgen/packaged/ATen/templates/Operators.cpp' 2024-04-03T17:10:25.2746876Z adding 'torchgen/packaged/ATen/templates/Operators.h' 2024-04-03T17:10:25.2748463Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.cpp' 2024-04-03T17:10:25.2750541Z adding 'torchgen/packaged/ATen/templates/RedispatchFunctions.h' 2024-04-03T17:10:25.2752644Z adding 'torchgen/packaged/ATen/templates/RegisterBackendSelect.cpp' 2024-04-03T17:10:25.2754727Z adding 'torchgen/packaged/ATen/templates/RegisterCodegenUnboxedKernels.cpp' 2024-04-03T17:10:25.2756523Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchDefinitions.ini' 2024-04-03T17:10:25.2758576Z adding 'torchgen/packaged/ATen/templates/RegisterDispatchKey.cpp' 2024-04-03T17:10:25.2761114Z adding 'torchgen/packaged/ATen/templates/RegisterFunctionalization.cpp' 2024-04-03T17:10:25.2762961Z adding 'torchgen/packaged/ATen/templates/RegisterSchema.cpp' 2024-04-03T17:10:25.2764800Z adding 'torchgen/packaged/ATen/templates/RegistrationDeclarations.h' 2024-04-03T17:10:25.2774580Z adding 'torchgen/packaged/ATen/templates/TensorBody.h' 2024-04-03T17:10:25.2777734Z adding 'torchgen/packaged/ATen/templates/TensorMethods.cpp' 2024-04-03T17:10:25.2779741Z adding 'torchgen/packaged/ATen/templates/UfuncCPU.cpp' 2024-04-03T17:10:25.2781680Z adding 'torchgen/packaged/ATen/templates/UfuncCPUKernel.cpp' 2024-04-03T17:10:25.2783521Z adding 'torchgen/packaged/ATen/templates/UfuncCUDA.cu' 2024-04-03T17:10:25.2785389Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.cpp' 2024-04-03T17:10:25.2787317Z adding 'torchgen/packaged/ATen/templates/UnboxingFunctions.h' 2024-04-03T17:10:25.2789307Z adding 'torchgen/packaged/ATen/templates/aten_interned_strings.h' 2024-04-03T17:10:25.2790740Z adding 'torchgen/packaged/ATen/templates/enum_tag.h' 2024-04-03T17:10:25.2792940Z adding 'torchgen/packaged/autograd/BUILD.bazel' 2024-04-03T17:10:25.2794585Z adding 'torchgen/packaged/autograd/README.md' 2024-04-03T17:10:25.2796242Z adding 'torchgen/packaged/autograd/__init__.py' 2024-04-03T17:10:25.2797882Z adding 'torchgen/packaged/autograd/build.bzl' 2024-04-03T17:10:25.2799707Z adding 'torchgen/packaged/autograd/context.py' 2024-04-03T17:10:25.2802002Z adding 'torchgen/packaged/autograd/deprecated.yaml' 2024-04-03T17:10:25.2844441Z adding 'torchgen/packaged/autograd/derivatives.yaml' 2024-04-03T17:10:25.2851123Z adding 'torchgen/packaged/autograd/gen_annotated_fn_args.py' 2024-04-03T17:10:25.2853735Z adding 'torchgen/packaged/autograd/gen_autograd.py' 2024-04-03T17:10:25.2862892Z adding 'torchgen/packaged/autograd/gen_autograd_functions.py' 2024-04-03T17:10:25.2870883Z adding 'torchgen/packaged/autograd/gen_inplace_or_view_type.py' 2024-04-03T17:10:25.2885401Z adding 'torchgen/packaged/autograd/gen_python_functions.py' 2024-04-03T17:10:25.2892655Z adding 'torchgen/packaged/autograd/gen_trace_type.py' 2024-04-03T17:10:25.2895823Z adding 'torchgen/packaged/autograd/gen_variable_factories.py' 2024-04-03T17:10:25.2920523Z adding 'torchgen/packaged/autograd/gen_variable_type.py' 2024-04-03T17:10:25.2926640Z adding 'torchgen/packaged/autograd/gen_view_funcs.py' 2024-04-03T17:10:25.2940082Z adding 'torchgen/packaged/autograd/load_derivatives.py' 2024-04-03T17:10:25.2943330Z adding 'torchgen/packaged/autograd/templates/ADInplaceOrViewType.cpp' 2024-04-03T17:10:25.2945757Z adding 'torchgen/packaged/autograd/templates/Functions.cpp' 2024-04-03T17:10:25.2947848Z adding 'torchgen/packaged/autograd/templates/Functions.h' 2024-04-03T17:10:25.2949994Z adding 'torchgen/packaged/autograd/templates/TraceType.cpp' 2024-04-03T17:10:25.2952320Z adding 'torchgen/packaged/autograd/templates/VariableType.cpp' 2024-04-03T17:10:25.2954553Z adding 'torchgen/packaged/autograd/templates/VariableType.h' 2024-04-03T17:10:25.2956322Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.cpp' 2024-04-03T17:10:25.2958397Z adding 'torchgen/packaged/autograd/templates/ViewFuncs.h' 2024-04-03T17:10:25.2959792Z adding 'torchgen/packaged/autograd/templates/annotated_fn_args.py.in' 2024-04-03T17:10:25.2961830Z adding 'torchgen/packaged/autograd/templates/python_enum_tag.cpp' 2024-04-03T17:10:25.2964137Z adding 'torchgen/packaged/autograd/templates/python_fft_functions.cpp' 2024-04-03T17:10:25.2966149Z adding 'torchgen/packaged/autograd/templates/python_functions.cpp' 2024-04-03T17:10:25.2968113Z adding 'torchgen/packaged/autograd/templates/python_functions.h' 2024-04-03T17:10:25.2969936Z adding 'torchgen/packaged/autograd/templates/python_linalg_functions.cpp' 2024-04-03T17:10:25.2972183Z adding 'torchgen/packaged/autograd/templates/python_nested_functions.cpp' 2024-04-03T17:10:25.2974715Z adding 'torchgen/packaged/autograd/templates/python_nn_functions.cpp' 2024-04-03T17:10:25.2977108Z adding 'torchgen/packaged/autograd/templates/python_return_types.cpp' 2024-04-03T17:10:25.2979267Z adding 'torchgen/packaged/autograd/templates/python_return_types.h' 2024-04-03T17:10:25.2981438Z adding 'torchgen/packaged/autograd/templates/python_sparse_functions.cpp' 2024-04-03T17:10:25.2983769Z adding 'torchgen/packaged/autograd/templates/python_special_functions.cpp' 2024-04-03T17:10:25.2986343Z adding 'torchgen/packaged/autograd/templates/python_torch_functions.cpp' 2024-04-03T17:10:25.2996840Z adding 'torchgen/packaged/autograd/templates/python_variable_methods.cpp' 2024-04-03T17:10:25.3000983Z adding 'torchgen/packaged/autograd/templates/variable_factories.h' 2024-04-03T17:10:25.3003065Z adding 'torchgen/selective_build/__init__.py' 2024-04-03T17:10:25.3006416Z adding 'torchgen/selective_build/operator.py' 2024-04-03T17:10:25.3011065Z adding 'torchgen/selective_build/selector.py' 2024-04-03T17:10:25.3013529Z adding 'torchgen/static_runtime/__init__.py' 2024-04-03T17:10:25.3017158Z adding 'torchgen/static_runtime/config.py' 2024-04-03T17:10:25.3021136Z adding 'torchgen/static_runtime/gen_static_runtime_ops.py' 2024-04-03T17:10:25.3028154Z adding 'torchgen/static_runtime/generator.py' 2024-04-03T17:10:25.3088443Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/LICENSE' 2024-04-03T17:10:25.3105199Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/METADATA' 2024-04-03T17:10:25.3113296Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/NOTICE' 2024-04-03T17:10:25.3115307Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/WHEEL' 2024-04-03T17:10:25.3116664Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/entry_points.txt' 2024-04-03T17:10:25.3117765Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/top_level.txt' 2024-04-03T17:10:25.3682275Z adding 'torch-2.4.0a0+gitd253bd7.dist-info/RECORD' 2024-04-03T17:10:25.3945376Z removing build/bdist.linux-x86_64/wheel 2024-04-03T17:10:25.7679942Z ++ echo dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl 2024-04-03T17:10:25.7680912Z + pip_install_whl dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl 2024-04-03T17:10:25.7681960Z + python3 -mpip install --no-index --no-deps dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl 2024-04-03T17:10:26.5094044Z Processing ./dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl 2024-04-03T17:10:27.2697082Z Installing collected packages: torch 2024-04-03T17:10:36.7979834Z Successfully installed torch-2.4.0a0+gitd253bd7 2024-04-03T17:10:36.8566736Z + set -x 2024-04-03T17:10:36.8567281Z + assert_git_not_dirty 2024-04-03T17:10:36.8567769Z + [[ linux-focal-rocm6.0-py3.8 != *rocm* ]] 2024-04-03T17:10:36.8568230Z + mkdir -p dist 2024-04-03T17:10:36.8630511Z + '[' -f build/.ninja_log ']' 2024-04-03T17:10:36.8633629Z + cp build/.ninja_log dist 2024-04-03T17:10:36.8873181Z + [[ linux-focal-rocm6.0-py3.8 == *rocm* ]] 2024-04-03T17:10:36.8873715Z + sudo rm -f /opt/cache/bin/cc 2024-04-03T17:10:36.9085218Z + sudo rm -f /opt/cache/bin/c++ 2024-04-03T17:10:36.9126652Z + sudo rm -f /opt/cache/bin/gcc 2024-04-03T17:10:36.9167916Z + sudo rm -f /opt/cache/bin/g++ 2024-04-03T17:10:36.9207973Z + pushd /opt/rocm/llvm/bin 2024-04-03T17:10:36.9208613Z /opt/rocm/llvm/bin ~/workspace 2024-04-03T17:10:36.9209062Z + [[ -d original ]] 2024-04-03T17:10:36.9209381Z + sudo mv original/clang . 2024-04-03T17:10:36.9303482Z + sudo mv original/clang++ . 2024-04-03T17:10:36.9347589Z + sudo rm -rf original 2024-04-03T17:10:36.9387945Z + popd 2024-04-03T17:10:36.9388380Z ~/workspace 2024-04-03T17:10:36.9389054Z + CUSTOM_TEST_ARTIFACT_BUILD_DIR=build/custom_test_artifacts 2024-04-03T17:10:36.9391907Z ++ [[ linux-focal-rocm6.0-py3.8 == *rocm* ]] 2024-04-03T17:10:36.9392379Z ++ echo ON 2024-04-03T17:10:36.9393373Z + CUSTOM_TEST_USE_ROCM=ON 2024-04-03T17:10:36.9394256Z + CUSTOM_TEST_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public 2024-04-03T17:10:36.9394905Z + mkdir -pv build/custom_test_artifacts 2024-04-03T17:10:36.9403611Z mkdir: created directory 'build/custom_test_artifacts' 2024-04-03T17:10:36.9405054Z + CUSTOM_OP_BUILD=build/custom_test_artifacts/custom-op-build 2024-04-03T17:10:36.9405891Z + CUSTOM_OP_TEST=/var/lib/jenkins/workspace/test/custom_operator 2024-04-03T17:10:36.9406441Z + python --version 2024-04-03T17:10:36.9413246Z Python 3.8.19 2024-04-03T17:10:36.9417917Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2024-04-03T17:10:37.0529540Z + SITE_PACKAGES=/opt/conda/envs/py_3.8/lib/python3.8/site-packages 2024-04-03T17:10:37.0530817Z + mkdir -p build/custom_test_artifacts/custom-op-build 2024-04-03T17:10:37.0540328Z + pushd build/custom_test_artifacts/custom-op-build 2024-04-03T17:10:37.0541078Z ~/workspace/build/custom_test_artifacts/custom-op-build ~/workspace 2024-04-03T17:10:37.0543265Z ++ which python 2024-04-03T17:10:37.0552482Z + cmake /var/lib/jenkins/workspace/test/custom_operator -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/envs/py_3.8/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=ON 2024-04-03T17:10:37.1125098Z -- The C compiler identification is GNU 9.4.0 2024-04-03T17:10:37.1665923Z -- The CXX compiler identification is GNU 9.4.0 2024-04-03T17:10:37.1752018Z -- Detecting C compiler ABI info 2024-04-03T17:10:37.2431310Z -- Detecting C compiler ABI info - done 2024-04-03T17:10:37.2531931Z -- Check for working C compiler: /usr/bin/cc - skipped 2024-04-03T17:10:37.2534250Z -- Detecting C compile features 2024-04-03T17:10:37.2539340Z -- Detecting C compile features - done 2024-04-03T17:10:37.2570935Z -- Detecting CXX compiler ABI info 2024-04-03T17:10:37.3355207Z -- Detecting CXX compiler ABI info - done 2024-04-03T17:10:37.3459315Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2024-04-03T17:10:37.3461672Z -- Detecting CXX compile features 2024-04-03T17:10:37.3466907Z -- Detecting CXX compile features - done 2024-04-03T17:10:37.3488434Z Building PyTorch for GPU arch: gfx906;gfx90a 2024-04-03T17:10:37.5323654Z -- Found HIP: /opt/rocm (found suitable version "6.0.32830-d62f6a171", minimum required is "1.0") 2024-04-03T17:10:37.5325882Z HIP VERSION: 6.0.32830-d62f6a171 2024-04-03T17:10:37.6142204Z -- Caffe2: Header version is: 6.0.0 2024-04-03T17:10:37.6144421Z  2024-04-03T17:10:37.6145067Z ***** ROCm version from rocm_version.h **** 2024-04-03T17:10:37.6145771Z  2024-04-03T17:10:37.6146476Z ROCM_VERSION_DEV: 6.0.0 2024-04-03T17:10:37.6147094Z ROCM_VERSION_DEV_MAJOR: 6 2024-04-03T17:10:37.6147757Z ROCM_VERSION_DEV_MINOR: 0 2024-04-03T17:10:37.6148464Z ROCM_VERSION_DEV_PATCH: 0 2024-04-03T17:10:37.6148952Z ROCM_VERSION_DEV_INT: 60000 2024-04-03T17:10:37.6149376Z HIP_VERSION_MAJOR: 6 2024-04-03T17:10:37.6149767Z HIP_VERSION_MINOR: 0 2024-04-03T17:10:37.6150167Z TORCH_HIP_VERSION: 600 2024-04-03T17:10:37.6150506Z  2024-04-03T17:10:37.6150789Z ***** Library versions from dpkg ***** 2024-04-03T17:10:37.6151191Z  2024-04-03T17:10:37.6280449Z rocm-dev VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:10:37.6281366Z rocm-device-libs VERSION: 1.0.0.60000-91~20.04 2024-04-03T17:10:37.6412564Z rocm-libs VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:10:37.6542395Z hsakmt-roct-dev VERSION: 20231016.2.245.60000-91~20.04 2024-04-03T17:10:37.6675334Z hsa-rocr-dev VERSION: 1.12.0.60000-91~20.04 2024-04-03T17:10:37.7063339Z  2024-04-03T17:10:37.7064069Z ***** Library versions from cmake find_package ***** 2024-04-03T17:10:37.7064551Z  2024-04-03T17:10:37.7112508Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-04-03T17:10:37.7806422Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-04-03T17:10:37.7807037Z -- Looking for pthread_create in pthreads 2024-04-03T17:10:37.8354214Z -- Looking for pthread_create in pthreads - not found 2024-04-03T17:10:37.8354830Z -- Looking for pthread_create in pthread 2024-04-03T17:10:37.9014134Z -- Looking for pthread_create in pthread - found 2024-04-03T17:10:37.9022445Z -- Found Threads: TRUE 2024-04-03T17:10:37.9117455Z hip VERSION: 6.0.23494 2024-04-03T17:10:37.9125159Z hsa-runtime64 VERSION: 1.12.60000 2024-04-03T17:10:37.9130077Z amd_comgr VERSION: 2.6.0 2024-04-03T17:10:37.9246455Z rocrand VERSION: 2.10.17 2024-04-03T17:10:37.9256408Z hiprand VERSION: 2.10.16 2024-04-03T17:10:37.9266429Z rocblas VERSION: 4.0.0 2024-04-03T17:10:37.9275737Z hipblas VERSION: 2.0.0 2024-04-03T17:10:37.9285287Z hipblaslt VERSION: 0.6.0 2024-04-03T17:10:37.9295168Z miopen VERSION: 3.00.0 2024-04-03T17:10:37.9305321Z hipfft VERSION: 1.0.12 2024-04-03T17:10:37.9314939Z hipsparse VERSION: 3.0.0 2024-04-03T17:10:37.9459924Z rccl VERSION: 2.18.3 2024-04-03T17:10:37.9469778Z rocprim VERSION: 3.0.0 2024-04-03T17:10:37.9494068Z hipcub VERSION: 3.0.0 2024-04-03T17:10:37.9496563Z rocthrust VERSION: 3.0.0 2024-04-03T17:10:37.9506704Z hipsolver VERSION: 2.0.0 2024-04-03T17:10:38.3626151Z hipblaslt is NOT using custom data type 2024-04-03T17:10:38.7692121Z hipblaslt is NOT using custom compute type 2024-04-03T17:10:39.2742724Z hipblaslt provides getIndexFromAlgo 2024-04-03T17:10:39.3492887Z HIP is using new type enums 2024-04-03T17:10:39.3522221Z Building PyTorch for GPU arch: gfx906;gfx90a 2024-04-03T17:10:39.3544075Z HIP VERSION: 6.0.32830-d62f6a171 2024-04-03T17:10:39.4350849Z -- Caffe2: Header version is: 6.0.0 2024-04-03T17:10:39.4351704Z  2024-04-03T17:10:39.4352251Z ***** ROCm version from rocm_version.h **** 2024-04-03T17:10:39.4352696Z  2024-04-03T17:10:39.4352983Z ROCM_VERSION_DEV: 6.0.0 2024-04-03T17:10:39.4353398Z ROCM_VERSION_DEV_MAJOR: 6 2024-04-03T17:10:39.4353825Z ROCM_VERSION_DEV_MINOR: 0 2024-04-03T17:10:39.4354226Z ROCM_VERSION_DEV_PATCH: 0 2024-04-03T17:10:39.4354656Z ROCM_VERSION_DEV_INT: 60000 2024-04-03T17:10:39.4355085Z HIP_VERSION_MAJOR: 6 2024-04-03T17:10:39.4355459Z HIP_VERSION_MINOR: 0 2024-04-03T17:10:39.4355853Z TORCH_HIP_VERSION: 600 2024-04-03T17:10:39.4356199Z  2024-04-03T17:10:39.4356459Z ***** Library versions from dpkg ***** 2024-04-03T17:10:39.4356852Z  2024-04-03T17:10:39.4481299Z rocm-dev VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:10:39.4481832Z rocm-device-libs VERSION: 1.0.0.60000-91~20.04 2024-04-03T17:10:39.4614929Z rocm-libs VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:10:39.4742106Z hsakmt-roct-dev VERSION: 20231016.2.245.60000-91~20.04 2024-04-03T17:10:39.4868892Z hsa-rocr-dev VERSION: 1.12.0.60000-91~20.04 2024-04-03T17:10:39.5256903Z  2024-04-03T17:10:39.5257483Z ***** Library versions from cmake find_package ***** 2024-04-03T17:10:39.5257958Z  2024-04-03T17:10:39.5364043Z hip VERSION: 6.0.23494 2024-04-03T17:10:39.5371169Z hsa-runtime64 VERSION: 1.12.60000 2024-04-03T17:10:39.5375859Z amd_comgr VERSION: 2.6.0 2024-04-03T17:10:39.5385698Z rocrand VERSION: 2.10.17 2024-04-03T17:10:39.5393621Z hiprand VERSION: 2.10.16 2024-04-03T17:10:39.5401572Z rocblas VERSION: 4.0.0 2024-04-03T17:10:39.5409284Z hipblas VERSION: 2.0.0 2024-04-03T17:10:39.5417071Z hipblaslt VERSION: 0.6.0 2024-04-03T17:10:39.5425439Z miopen VERSION: 3.00.0 2024-04-03T17:10:39.5433246Z hipfft VERSION: 1.0.12 2024-04-03T17:10:39.5440995Z hipsparse VERSION: 3.0.0 2024-04-03T17:10:39.5448732Z rccl VERSION: 2.18.3 2024-04-03T17:10:39.5457053Z rocprim VERSION: 3.0.0 2024-04-03T17:10:39.5466101Z hipcub VERSION: 3.0.0 2024-04-03T17:10:39.5474054Z rocthrust VERSION: 3.0.0 2024-04-03T17:10:39.5481982Z hipsolver VERSION: 2.0.0 2024-04-03T17:10:39.9541173Z hipblaslt is NOT using custom data type 2024-04-03T17:10:40.3626392Z hipblaslt is NOT using custom compute type 2024-04-03T17:10:40.8663227Z hipblaslt provides getIndexFromAlgo 2024-04-03T17:10:40.9409478Z HIP is using new type enums 2024-04-03T17:10:40.9723241Z CMake Warning at /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-04-03T17:10:40.9724537Z static library kineto_LIBRARY-NOTFOUND not found. 2024-04-03T17:10:40.9725197Z Call Stack (most recent call first): 2024-04-03T17:10:40.9726358Z /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-04-03T17:10:40.9727412Z CMakeLists.txt:9 (find_package) 2024-04-03T17:10:40.9727676Z 2024-04-03T17:10:40.9727800Z  2024-04-03T17:10:40.9728463Z -- Found Torch: /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so 2024-04-03T17:10:40.9729899Z -- Configuring done (3.9s) 2024-04-03T17:10:40.9813571Z -- Generating done (0.0s) 2024-04-03T17:10:40.9819769Z CMake Warning: 2024-04-03T17:10:40.9820504Z Manually-specified variables were not used by the project: 2024-04-03T17:10:40.9820934Z 2024-04-03T17:10:40.9821050Z PYTHON_EXECUTABLE 2024-04-03T17:10:40.9821254Z 2024-04-03T17:10:40.9821376Z  2024-04-03T17:10:40.9831921Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build 2024-04-03T17:10:40.9874547Z + make VERBOSE=1 2024-04-03T17:10:40.9888829Z /opt/conda/envs/py_3.8/bin/cmake -S/var/lib/jenkins/workspace/test/custom_operator -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build --check-build-system CMakeFiles/Makefile.cmake 0 2024-04-03T17:10:40.9953126Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build//CMakeFiles/progress.marks 2024-04-03T17:10:40.9997069Z make -f CMakeFiles/Makefile2 all 2024-04-03T17:10:41.0007610Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T17:10:41.0008699Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/depend 2024-04-03T17:10:41.0017400Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T17:10:41.0021738Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/envs/py_3.8/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake --color= 2024-04-03T17:10:41.0070452Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T17:10:41.0071667Z make -f CMakeFiles/custom_ops.dir/build.make CMakeFiles/custom_ops.dir/build 2024-04-03T17:10:41.0080854Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T17:10:41.0125686Z [ 25%] Building CXX object CMakeFiles/custom_ops.dir/op.cpp.o 2024-04-03T17:10:41.0136508Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_PROF_API=1 -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -Dcustom_ops_EXPORTS -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-6.0.0/include -isystem /opt/rocm/include -isystem /opt/rocm-6.0.0/include/hiprand -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_AMD__=1 -DCUDA_HAS_FP16=1 -DUSE_ROCM -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=600 -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-duplicate-decl-specifier -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++17 -DHIPBLAS_V2 -DHIPBLASLT_HAS_GETINDEXFROMALGO -DHIP_NEW_TYPE_ENUMS -MD -MT CMakeFiles/custom_ops.dir/op.cpp.o -MF CMakeFiles/custom_ops.dir/op.cpp.o.d -o CMakeFiles/custom_ops.dir/op.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/op.cpp 2024-04-03T17:10:41.0160387Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:10:53.3355865Z [ 50%] Linking CXX shared library libcustom_ops.so 2024-04-03T17:10:53.3360292Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_link_script CMakeFiles/custom_ops.dir/link.txt --verbose=1 2024-04-03T17:10:53.3410795Z /usr/bin/c++ -fPIC -shared -Wl,-soname,libcustom_ops.so -o libcustom_ops.so CMakeFiles/custom_ops.dir/op.cpp.o -L/lib/intel64 -L/lib/intel64_win -L/lib/win-x64 -Wl,-rpath,/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/lib/libamdhip64.so /opt/rocm-6.0.0/lib/libMIOpen.so.1.0.60000 /opt/rocm/lib/libhiprtc.so /opt/rocm/lib/libroctx64.so /opt/rocm-6.0.0/lib/libhipblaslt.so.0.6.60000 /opt/rocm-6.0.0/lib/libhipblas.so.2.0.60000 /opt/rocm-6.0.0/lib/libhipfft.so.0.1.60000 /opt/rocm-6.0.0/lib/libhiprand.so.1.1.60000 /opt/rocm-6.0.0/lib/libhipsparse.so.1.0.0.60000 /opt/rocm-6.0.0/lib/libhipsolver.so.0.1.60000 /opt/rocm/lib/libamdhip64.so.6.0.60000 -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed -Wl,-rpath-link,/opt/rocm-6.0.0/lib 2024-04-03T17:10:53.9524085Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T17:10:53.9589528Z [ 50%] Built target custom_ops 2024-04-03T17:10:53.9594812Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/depend 2024-04-03T17:10:53.9606119Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T17:10:53.9611915Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build && /opt/conda/envs/py_3.8/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/test/custom_operator /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake --color= 2024-04-03T17:10:53.9665500Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T17:10:53.9666816Z make -f CMakeFiles/test_custom_ops.dir/build.make CMakeFiles/test_custom_ops.dir/build 2024-04-03T17:10:53.9677114Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T17:10:53.9722682Z [ 75%] Building CXX object CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o 2024-04-03T17:10:53.9733060Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_PROF_API=1 -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-6.0.0/include -isystem /opt/rocm/include -isystem /opt/rocm-6.0.0/include/hiprand -std=gnu++17 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_AMD__=1 -DCUDA_HAS_FP16=1 -DUSE_ROCM -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=600 -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-duplicate-decl-specifier -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++17 -DHIPBLAS_V2 -DHIPBLASLT_HAS_GETINDEXFROMALGO -DHIP_NEW_TYPE_ENUMS -MD -MT CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -MF CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d -o CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -c /var/lib/jenkins/workspace/test/custom_operator/test_custom_ops.cpp 2024-04-03T17:10:53.9760033Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:11:05.5820688Z [100%] Linking CXX executable test_custom_ops 2024-04-03T17:11:05.5828654Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_link_script CMakeFiles/test_custom_ops.dir/link.txt --verbose=1 2024-04-03T17:11:05.5880007Z /usr/bin/c++ -rdynamic CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o -o test_custom_ops -L/lib/intel64 -L/lib/intel64_win -L/lib/win-x64 -Wl,-rpath,/lib/intel64:/lib/intel64_win:/lib/win-x64:/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build:/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib libcustom_ops.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/lib/libamdhip64.so /opt/rocm-6.0.0/lib/libMIOpen.so.1.0.60000 /opt/rocm/lib/libhiprtc.so /opt/rocm/lib/libroctx64.so /opt/rocm-6.0.0/lib/libhipblaslt.so.0.6.60000 /opt/rocm-6.0.0/lib/libhipblas.so.2.0.60000 /opt/rocm-6.0.0/lib/libhipfft.so.0.1.60000 /opt/rocm-6.0.0/lib/libhiprand.so.1.1.60000 /opt/rocm-6.0.0/lib/libhipsparse.so.1.0.0.60000 /opt/rocm-6.0.0/lib/libhipsolver.so.0.1.60000 /opt/rocm/lib/libamdhip64.so.6.0.60000 -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,-rpath-link,/opt/rocm-6.0.0/lib 2024-04-03T17:11:06.4040132Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T17:11:06.4324784Z [100%] Built target test_custom_ops 2024-04-03T17:11:06.4331361Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build' 2024-04-03T17:11:06.4333564Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-op-build/CMakeFiles 0 2024-04-03T17:11:06.4438470Z + popd 2024-04-03T17:11:06.4438805Z ~/workspace 2024-04-03T17:11:06.4439141Z + assert_git_not_dirty 2024-04-03T17:11:06.4439668Z + [[ linux-focal-rocm6.0-py3.8 != *rocm* ]] 2024-04-03T17:11:06.4440259Z + JIT_HOOK_BUILD=build/custom_test_artifacts/jit-hook-build 2024-04-03T17:11:06.4441053Z + JIT_HOOK_TEST=/var/lib/jenkins/workspace/test/jit_hooks 2024-04-03T17:11:06.4441563Z + python --version 2024-04-03T17:11:06.4449044Z Python 3.8.19 2024-04-03T17:11:06.4454211Z ++ python -c 'from distutils.sysconfig import get_python_lib; print(get_python_lib())' 2024-04-03T17:11:06.5569334Z + SITE_PACKAGES=/opt/conda/envs/py_3.8/lib/python3.8/site-packages 2024-04-03T17:11:06.5570099Z + mkdir -p build/custom_test_artifacts/jit-hook-build 2024-04-03T17:11:06.5579462Z + pushd build/custom_test_artifacts/jit-hook-build 2024-04-03T17:11:06.5580643Z ~/workspace/build/custom_test_artifacts/jit-hook-build ~/workspace 2024-04-03T17:11:06.5582832Z ++ which python 2024-04-03T17:11:06.5593490Z + cmake /var/lib/jenkins/workspace/test/jit_hooks -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/envs/py_3.8/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=ON 2024-04-03T17:11:06.6263909Z -- The C compiler identification is GNU 9.4.0 2024-04-03T17:11:06.6804739Z -- The CXX compiler identification is GNU 9.4.0 2024-04-03T17:11:06.6891056Z -- Detecting C compiler ABI info 2024-04-03T17:11:06.7581063Z -- Detecting C compiler ABI info - done 2024-04-03T17:11:06.7682047Z -- Check for working C compiler: /usr/bin/cc - skipped 2024-04-03T17:11:06.7684355Z -- Detecting C compile features 2024-04-03T17:11:06.7688408Z -- Detecting C compile features - done 2024-04-03T17:11:06.7721055Z -- Detecting CXX compiler ABI info 2024-04-03T17:11:06.8544888Z -- Detecting CXX compiler ABI info - done 2024-04-03T17:11:06.8650098Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2024-04-03T17:11:06.8652587Z -- Detecting CXX compile features 2024-04-03T17:11:06.8657735Z -- Detecting CXX compile features - done 2024-04-03T17:11:06.8679221Z Building PyTorch for GPU arch: gfx906;gfx90a 2024-04-03T17:11:07.0491438Z -- Found HIP: /opt/rocm (found suitable version "6.0.32830-d62f6a171", minimum required is "1.0") 2024-04-03T17:11:07.0494624Z HIP VERSION: 6.0.32830-d62f6a171 2024-04-03T17:11:07.1819324Z -- Caffe2: Header version is: 6.0.0 2024-04-03T17:11:07.1819980Z  2024-04-03T17:11:07.1820299Z ***** ROCm version from rocm_version.h **** 2024-04-03T17:11:07.1820728Z  2024-04-03T17:11:07.1821025Z ROCM_VERSION_DEV: 6.0.0 2024-04-03T17:11:07.1821448Z ROCM_VERSION_DEV_MAJOR: 6 2024-04-03T17:11:07.1821852Z ROCM_VERSION_DEV_MINOR: 0 2024-04-03T17:11:07.1822272Z ROCM_VERSION_DEV_PATCH: 0 2024-04-03T17:11:07.1822697Z ROCM_VERSION_DEV_INT: 60000 2024-04-03T17:11:07.1823112Z HIP_VERSION_MAJOR: 6 2024-04-03T17:11:07.1823497Z HIP_VERSION_MINOR: 0 2024-04-03T17:11:07.1823881Z TORCH_HIP_VERSION: 600 2024-04-03T17:11:07.1824223Z  2024-04-03T17:11:07.1824498Z ***** Library versions from dpkg ***** 2024-04-03T17:11:07.1824896Z  2024-04-03T17:11:07.1947450Z rocm-dev VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:11:07.1948062Z rocm-device-libs VERSION: 1.0.0.60000-91~20.04 2024-04-03T17:11:07.2075447Z rocm-libs VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:11:07.2200903Z hsakmt-roct-dev VERSION: 20231016.2.245.60000-91~20.04 2024-04-03T17:11:07.2327952Z hsa-rocr-dev VERSION: 1.12.0.60000-91~20.04 2024-04-03T17:11:07.2718635Z  2024-04-03T17:11:07.2719355Z ***** Library versions from cmake find_package ***** 2024-04-03T17:11:07.2719859Z  2024-04-03T17:11:07.2767326Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-04-03T17:11:07.3530895Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-04-03T17:11:07.3531528Z -- Looking for pthread_create in pthreads 2024-04-03T17:11:07.4173668Z -- Looking for pthread_create in pthreads - not found 2024-04-03T17:11:07.4174365Z -- Looking for pthread_create in pthread 2024-04-03T17:11:07.4941030Z -- Looking for pthread_create in pthread - found 2024-04-03T17:11:07.4949897Z -- Found Threads: TRUE 2024-04-03T17:11:07.5045574Z hip VERSION: 6.0.23494 2024-04-03T17:11:07.5052792Z hsa-runtime64 VERSION: 1.12.60000 2024-04-03T17:11:07.5057568Z amd_comgr VERSION: 2.6.0 2024-04-03T17:11:07.5173442Z rocrand VERSION: 2.10.17 2024-04-03T17:11:07.5184014Z hiprand VERSION: 2.10.16 2024-04-03T17:11:07.5193416Z rocblas VERSION: 4.0.0 2024-04-03T17:11:07.5202646Z hipblas VERSION: 2.0.0 2024-04-03T17:11:07.5212071Z hipblaslt VERSION: 0.6.0 2024-04-03T17:11:07.5222497Z miopen VERSION: 3.00.0 2024-04-03T17:11:07.5231636Z hipfft VERSION: 1.0.12 2024-04-03T17:11:07.5241176Z hipsparse VERSION: 3.0.0 2024-04-03T17:11:07.5386825Z rccl VERSION: 2.18.3 2024-04-03T17:11:07.5396201Z rocprim VERSION: 3.0.0 2024-04-03T17:11:07.5413365Z hipcub VERSION: 3.0.0 2024-04-03T17:11:07.5423607Z rocthrust VERSION: 3.0.0 2024-04-03T17:11:07.5432521Z hipsolver VERSION: 2.0.0 2024-04-03T17:11:07.9933174Z hipblaslt is NOT using custom data type 2024-04-03T17:11:08.4313190Z hipblaslt is NOT using custom compute type 2024-04-03T17:11:08.9370117Z hipblaslt provides getIndexFromAlgo 2024-04-03T17:11:09.0122449Z HIP is using new type enums 2024-04-03T17:11:09.0152015Z Building PyTorch for GPU arch: gfx906;gfx90a 2024-04-03T17:11:09.0173076Z HIP VERSION: 6.0.32830-d62f6a171 2024-04-03T17:11:09.0993675Z -- Caffe2: Header version is: 6.0.0 2024-04-03T17:11:09.0994387Z  2024-04-03T17:11:09.0994851Z ***** ROCm version from rocm_version.h **** 2024-04-03T17:11:09.0995578Z  2024-04-03T17:11:09.0996084Z ROCM_VERSION_DEV: 6.0.0 2024-04-03T17:11:09.0996765Z ROCM_VERSION_DEV_MAJOR: 6 2024-04-03T17:11:09.0997194Z ROCM_VERSION_DEV_MINOR: 0 2024-04-03T17:11:09.0997603Z ROCM_VERSION_DEV_PATCH: 0 2024-04-03T17:11:09.0998192Z ROCM_VERSION_DEV_INT: 60000 2024-04-03T17:11:09.0998628Z HIP_VERSION_MAJOR: 6 2024-04-03T17:11:09.0999001Z HIP_VERSION_MINOR: 0 2024-04-03T17:11:09.0999391Z TORCH_HIP_VERSION: 600 2024-04-03T17:11:09.0999953Z  2024-04-03T17:11:09.1000307Z ***** Library versions from dpkg ***** 2024-04-03T17:11:09.1000840Z  2024-04-03T17:11:09.1125677Z rocm-dev VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:11:09.1126242Z rocm-device-libs VERSION: 1.0.0.60000-91~20.04 2024-04-03T17:11:09.1256749Z rocm-libs VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:11:09.1384779Z hsakmt-roct-dev VERSION: 20231016.2.245.60000-91~20.04 2024-04-03T17:11:09.1511496Z hsa-rocr-dev VERSION: 1.12.0.60000-91~20.04 2024-04-03T17:11:09.1896377Z  2024-04-03T17:11:09.1896856Z ***** Library versions from cmake find_package ***** 2024-04-03T17:11:09.1897346Z  2024-04-03T17:11:09.2003047Z hip VERSION: 6.0.23494 2024-04-03T17:11:09.2011350Z hsa-runtime64 VERSION: 1.12.60000 2024-04-03T17:11:09.2015577Z amd_comgr VERSION: 2.6.0 2024-04-03T17:11:09.2025745Z rocrand VERSION: 2.10.17 2024-04-03T17:11:09.2033894Z hiprand VERSION: 2.10.16 2024-04-03T17:11:09.2042997Z rocblas VERSION: 4.0.0 2024-04-03T17:11:09.2050111Z hipblas VERSION: 2.0.0 2024-04-03T17:11:09.2058157Z hipblaslt VERSION: 0.6.0 2024-04-03T17:11:09.2066634Z miopen VERSION: 3.00.0 2024-04-03T17:11:09.2074732Z hipfft VERSION: 1.0.12 2024-04-03T17:11:09.2082732Z hipsparse VERSION: 3.0.0 2024-04-03T17:11:09.2090602Z rccl VERSION: 2.18.3 2024-04-03T17:11:09.2098845Z rocprim VERSION: 3.0.0 2024-04-03T17:11:09.2107961Z hipcub VERSION: 3.0.0 2024-04-03T17:11:09.2116129Z rocthrust VERSION: 3.0.0 2024-04-03T17:11:09.2123973Z hipsolver VERSION: 2.0.0 2024-04-03T17:11:09.6202279Z hipblaslt is NOT using custom data type 2024-04-03T17:11:10.0298643Z hipblaslt is NOT using custom compute type 2024-04-03T17:11:10.5362704Z hipblaslt provides getIndexFromAlgo 2024-04-03T17:11:10.6128089Z HIP is using new type enums 2024-04-03T17:11:10.6308187Z CMake Warning at /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-04-03T17:11:10.6309516Z static library kineto_LIBRARY-NOTFOUND not found. 2024-04-03T17:11:10.6310123Z Call Stack (most recent call first): 2024-04-03T17:11:10.6311259Z /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-04-03T17:11:10.6312214Z CMakeLists.txt:9 (find_package) 2024-04-03T17:11:10.6312569Z 2024-04-03T17:11:10.6312684Z  2024-04-03T17:11:10.6313437Z -- Found Torch: /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so 2024-04-03T17:11:10.6314215Z -- Configuring done (4.1s) 2024-04-03T17:11:10.6369360Z -- Generating done (0.0s) 2024-04-03T17:11:10.6373947Z CMake Warning: 2024-04-03T17:11:10.6374804Z Manually-specified variables were not used by the project: 2024-04-03T17:11:10.6375333Z 2024-04-03T17:11:10.6375446Z PYTHON_EXECUTABLE 2024-04-03T17:11:10.6375662Z 2024-04-03T17:11:10.6375769Z  2024-04-03T17:11:10.6385096Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build 2024-04-03T17:11:10.6428291Z + make VERBOSE=1 2024-04-03T17:11:10.6441267Z /opt/conda/envs/py_3.8/bin/cmake -S/var/lib/jenkins/workspace/test/jit_hooks -B/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build --check-build-system CMakeFiles/Makefile.cmake 0 2024-04-03T17:11:10.6505416Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build//CMakeFiles/progress.marks 2024-04-03T17:11:10.6549405Z make -f CMakeFiles/Makefile2 all 2024-04-03T17:11:10.6560260Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T17:11:10.6562488Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/depend 2024-04-03T17:11:10.6571563Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T17:11:10.6576455Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build && /opt/conda/envs/py_3.8/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/test/jit_hooks /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake --color= 2024-04-03T17:11:10.6625766Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T17:11:10.6627005Z make -f CMakeFiles/test_jit_hooks.dir/build.make CMakeFiles/test_jit_hooks.dir/build 2024-04-03T17:11:10.6637244Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T17:11:10.6681058Z [ 50%] Building CXX object CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o 2024-04-03T17:11:10.6691466Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_PROF_API=1 -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-6.0.0/include -isystem /opt/rocm/include -isystem /opt/rocm-6.0.0/include/hiprand -std=gnu++17 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_AMD__=1 -DCUDA_HAS_FP16=1 -DUSE_ROCM -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=600 -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-duplicate-decl-specifier -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++17 -DHIPBLAS_V2 -DHIPBLASLT_HAS_GETINDEXFROMALGO -DHIP_NEW_TYPE_ENUMS -MD -MT CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -MF CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d -o CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -c /var/lib/jenkins/workspace/test/jit_hooks/test_jit_hooks.cpp 2024-04-03T17:11:10.6715257Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:11:22.0074598Z [100%] Linking CXX executable test_jit_hooks 2024-04-03T17:11:22.0078598Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_link_script CMakeFiles/test_jit_hooks.dir/link.txt --verbose=1 2024-04-03T17:11:22.0129258Z /usr/bin/c++ -rdynamic CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o -o test_jit_hooks -L/lib/intel64 -L/lib/intel64_win -L/lib/win-x64 -Wl,-rpath,/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/lib/libamdhip64.so /opt/rocm-6.0.0/lib/libMIOpen.so.1.0.60000 /opt/rocm/lib/libhiprtc.so /opt/rocm/lib/libroctx64.so /opt/rocm-6.0.0/lib/libhipblaslt.so.0.6.60000 /opt/rocm-6.0.0/lib/libhipblas.so.2.0.60000 /opt/rocm-6.0.0/lib/libhipfft.so.0.1.60000 /opt/rocm-6.0.0/lib/libhiprand.so.1.1.60000 /opt/rocm-6.0.0/lib/libhipsparse.so.1.0.0.60000 /opt/rocm-6.0.0/lib/libhipsolver.so.0.1.60000 /opt/rocm/lib/libamdhip64.so.6.0.60000 -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed -Wl,-rpath-link,/opt/rocm-6.0.0/lib 2024-04-03T17:11:22.7870432Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T17:11:22.7937190Z [100%] Built target test_jit_hooks 2024-04-03T17:11:22.7942722Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build' 2024-04-03T17:11:22.7944676Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/jit-hook-build/CMakeFiles 0 2024-04-03T17:11:22.7993347Z + popd 2024-04-03T17:11:22.7993766Z ~/workspace 2024-04-03T17:11:22.7994060Z + assert_git_not_dirty 2024-04-03T17:11:22.7994533Z + [[ linux-focal-rocm6.0-py3.8 != *rocm* ]] 2024-04-03T17:11:22.7995203Z + CUSTOM_BACKEND_BUILD=build/custom_test_artifacts/custom-backend-build 2024-04-03T17:11:22.7995943Z + CUSTOM_BACKEND_TEST=/var/lib/jenkins/workspace/test/custom_backend 2024-04-03T17:11:22.7996518Z + python --version 2024-04-03T17:11:22.8005164Z Python 3.8.19 2024-04-03T17:11:22.8007036Z + mkdir -p build/custom_test_artifacts/custom-backend-build 2024-04-03T17:11:22.8017967Z + pushd build/custom_test_artifacts/custom-backend-build 2024-04-03T17:11:22.8019052Z ~/workspace/build/custom_test_artifacts/custom-backend-build ~/workspace 2024-04-03T17:11:22.8021495Z ++ which python 2024-04-03T17:11:22.8030781Z + cmake /var/lib/jenkins/workspace/test/custom_backend -DCMAKE_PREFIX_PATH=/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch -DPYTHON_EXECUTABLE=/opt/conda/envs/py_3.8/bin/python -DCMAKE_MODULE_PATH=/var/lib/jenkins/workspace/cmake/public -DUSE_ROCM=ON 2024-04-03T17:11:22.8517215Z -- The C compiler identification is GNU 9.4.0 2024-04-03T17:11:22.9066035Z -- The CXX compiler identification is GNU 9.4.0 2024-04-03T17:11:22.9161396Z -- Detecting C compiler ABI info 2024-04-03T17:11:22.9804366Z -- Detecting C compiler ABI info - done 2024-04-03T17:11:22.9909589Z -- Check for working C compiler: /usr/bin/cc - skipped 2024-04-03T17:11:22.9911599Z -- Detecting C compile features 2024-04-03T17:11:22.9915889Z -- Detecting C compile features - done 2024-04-03T17:11:22.9948590Z -- Detecting CXX compiler ABI info 2024-04-03T17:11:23.0694554Z -- Detecting CXX compiler ABI info - done 2024-04-03T17:11:23.0798850Z -- Check for working CXX compiler: /usr/bin/c++ - skipped 2024-04-03T17:11:23.0801261Z -- Detecting CXX compile features 2024-04-03T17:11:23.0806575Z -- Detecting CXX compile features - done 2024-04-03T17:11:23.0827979Z Building PyTorch for GPU arch: gfx906;gfx90a 2024-04-03T17:11:23.2640018Z -- Found HIP: /opt/rocm (found suitable version "6.0.32830-d62f6a171", minimum required is "1.0") 2024-04-03T17:11:23.2643010Z HIP VERSION: 6.0.32830-d62f6a171 2024-04-03T17:11:23.3447273Z -- Caffe2: Header version is: 6.0.0 2024-04-03T17:11:23.3448156Z  2024-04-03T17:11:23.3448460Z ***** ROCm version from rocm_version.h **** 2024-04-03T17:11:23.3449134Z  2024-04-03T17:11:23.3449560Z ROCM_VERSION_DEV: 6.0.0 2024-04-03T17:11:23.3450258Z ROCM_VERSION_DEV_MAJOR: 6 2024-04-03T17:11:23.3451061Z ROCM_VERSION_DEV_MINOR: 0 2024-04-03T17:11:23.3451691Z ROCM_VERSION_DEV_PATCH: 0 2024-04-03T17:11:23.3452497Z ROCM_VERSION_DEV_INT: 60000 2024-04-03T17:11:23.3452985Z HIP_VERSION_MAJOR: 6 2024-04-03T17:11:23.3453367Z HIP_VERSION_MINOR: 0 2024-04-03T17:11:23.3453738Z TORCH_HIP_VERSION: 600 2024-04-03T17:11:23.3454085Z  2024-04-03T17:11:23.3454363Z ***** Library versions from dpkg ***** 2024-04-03T17:11:23.3454745Z  2024-04-03T17:11:23.3581616Z rocm-dev VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:11:23.3582214Z rocm-device-libs VERSION: 1.0.0.60000-91~20.04 2024-04-03T17:11:23.3707709Z rocm-libs VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:11:23.3833789Z hsakmt-roct-dev VERSION: 20231016.2.245.60000-91~20.04 2024-04-03T17:11:23.3958069Z hsa-rocr-dev VERSION: 1.12.0.60000-91~20.04 2024-04-03T17:11:23.4340674Z  2024-04-03T17:11:23.4341124Z ***** Library versions from cmake find_package ***** 2024-04-03T17:11:23.4341830Z  2024-04-03T17:11:23.4388421Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD 2024-04-03T17:11:23.5072619Z -- Performing Test CMAKE_HAVE_LIBC_PTHREAD - Failed 2024-04-03T17:11:23.5073271Z -- Looking for pthread_create in pthreads 2024-04-03T17:11:23.5599978Z -- Looking for pthread_create in pthreads - not found 2024-04-03T17:11:23.5600650Z -- Looking for pthread_create in pthread 2024-04-03T17:11:23.6251790Z -- Looking for pthread_create in pthread - found 2024-04-03T17:11:23.6259870Z -- Found Threads: TRUE 2024-04-03T17:11:23.6354118Z hip VERSION: 6.0.23494 2024-04-03T17:11:23.6361640Z hsa-runtime64 VERSION: 1.12.60000 2024-04-03T17:11:23.6366304Z amd_comgr VERSION: 2.6.0 2024-04-03T17:11:23.6482282Z rocrand VERSION: 2.10.17 2024-04-03T17:11:23.6491482Z hiprand VERSION: 2.10.16 2024-04-03T17:11:23.6500853Z rocblas VERSION: 4.0.0 2024-04-03T17:11:23.6510296Z hipblas VERSION: 2.0.0 2024-04-03T17:11:23.6519285Z hipblaslt VERSION: 0.6.0 2024-04-03T17:11:23.6528794Z miopen VERSION: 3.00.0 2024-04-03T17:11:23.6538022Z hipfft VERSION: 1.0.12 2024-04-03T17:11:23.6548099Z hipsparse VERSION: 3.0.0 2024-04-03T17:11:23.6693018Z rccl VERSION: 2.18.3 2024-04-03T17:11:23.6702090Z rocprim VERSION: 3.0.0 2024-04-03T17:11:23.6718820Z hipcub VERSION: 3.0.0 2024-04-03T17:11:23.6727632Z rocthrust VERSION: 3.0.0 2024-04-03T17:11:23.6737528Z hipsolver VERSION: 2.0.0 2024-04-03T17:11:24.0817936Z hipblaslt is NOT using custom data type 2024-04-03T17:11:24.4883805Z hipblaslt is NOT using custom compute type 2024-04-03T17:11:24.9927469Z hipblaslt provides getIndexFromAlgo 2024-04-03T17:11:25.0663776Z HIP is using new type enums 2024-04-03T17:11:25.0692488Z Building PyTorch for GPU arch: gfx906;gfx90a 2024-04-03T17:11:25.0714291Z HIP VERSION: 6.0.32830-d62f6a171 2024-04-03T17:11:25.1521340Z -- Caffe2: Header version is: 6.0.0 2024-04-03T17:11:25.1521923Z  2024-04-03T17:11:25.1522260Z ***** ROCm version from rocm_version.h **** 2024-04-03T17:11:25.1522686Z  2024-04-03T17:11:25.1523033Z ROCM_VERSION_DEV: 6.0.0 2024-04-03T17:11:25.1523637Z ROCM_VERSION_DEV_MAJOR: 6 2024-04-03T17:11:25.1524111Z ROCM_VERSION_DEV_MINOR: 0 2024-04-03T17:11:25.1524593Z ROCM_VERSION_DEV_PATCH: 0 2024-04-03T17:11:25.1525023Z ROCM_VERSION_DEV_INT: 60000 2024-04-03T17:11:25.1525501Z HIP_VERSION_MAJOR: 6 2024-04-03T17:11:25.1525892Z HIP_VERSION_MINOR: 0 2024-04-03T17:11:25.1526411Z TORCH_HIP_VERSION: 600 2024-04-03T17:11:25.1526767Z  2024-04-03T17:11:25.1527087Z ***** Library versions from dpkg ***** 2024-04-03T17:11:25.1527472Z  2024-04-03T17:11:25.1649679Z rocm-dev VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:11:25.1650264Z rocm-device-libs VERSION: 1.0.0.60000-91~20.04 2024-04-03T17:11:25.1783664Z rocm-libs VERSION: 6.0.0.60000-91~20.04 2024-04-03T17:11:25.1909758Z hsakmt-roct-dev VERSION: 20231016.2.245.60000-91~20.04 2024-04-03T17:11:25.2036971Z hsa-rocr-dev VERSION: 1.12.0.60000-91~20.04 2024-04-03T17:11:25.2423418Z  2024-04-03T17:11:25.2423865Z ***** Library versions from cmake find_package ***** 2024-04-03T17:11:25.2424364Z  2024-04-03T17:11:25.2531131Z hip VERSION: 6.0.23494 2024-04-03T17:11:25.2538495Z hsa-runtime64 VERSION: 1.12.60000 2024-04-03T17:11:25.2543981Z amd_comgr VERSION: 2.6.0 2024-04-03T17:11:25.2552770Z rocrand VERSION: 2.10.17 2024-04-03T17:11:25.2561520Z hiprand VERSION: 2.10.16 2024-04-03T17:11:25.2569691Z rocblas VERSION: 4.0.0 2024-04-03T17:11:25.2578458Z hipblas VERSION: 2.0.0 2024-04-03T17:11:25.2586851Z hipblaslt VERSION: 0.6.0 2024-04-03T17:11:25.2595482Z miopen VERSION: 3.00.0 2024-04-03T17:11:25.2603643Z hipfft VERSION: 1.0.12 2024-04-03T17:11:25.2611770Z hipsparse VERSION: 3.0.0 2024-04-03T17:11:25.2619726Z rccl VERSION: 2.18.3 2024-04-03T17:11:25.2627831Z rocprim VERSION: 3.0.0 2024-04-03T17:11:25.2636413Z hipcub VERSION: 3.0.0 2024-04-03T17:11:25.2644419Z rocthrust VERSION: 3.0.0 2024-04-03T17:11:25.2651987Z hipsolver VERSION: 2.0.0 2024-04-03T17:11:25.6733075Z hipblaslt is NOT using custom data type 2024-04-03T17:11:26.0820203Z hipblaslt is NOT using custom compute type 2024-04-03T17:11:26.5852290Z hipblaslt provides getIndexFromAlgo 2024-04-03T17:11:26.6603540Z HIP is using new type enums 2024-04-03T17:11:26.6786022Z CMake Warning at /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:22 (message): 2024-04-03T17:11:26.6787285Z static library kineto_LIBRARY-NOTFOUND not found. 2024-04-03T17:11:26.6787798Z Call Stack (most recent call first): 2024-04-03T17:11:26.6788843Z /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/share/cmake/Torch/TorchConfig.cmake:127 (append_torchlib_if_found) 2024-04-03T17:11:26.6789792Z CMakeLists.txt:9 (find_package) 2024-04-03T17:11:26.6790065Z 2024-04-03T17:11:26.6790173Z  2024-04-03T17:11:26.6790894Z -- Found Torch: /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so 2024-04-03T17:11:26.6791630Z -- Configuring done (3.9s) 2024-04-03T17:11:26.6875157Z -- Generating done (0.0s) 2024-04-03T17:11:26.6881004Z CMake Warning: 2024-04-03T17:11:26.6881913Z Manually-specified variables were not used by the project: 2024-04-03T17:11:26.6882354Z 2024-04-03T17:11:26.6882466Z PYTHON_EXECUTABLE 2024-04-03T17:11:26.6882855Z 2024-04-03T17:11:26.6882972Z  2024-04-03T17:11:26.6892649Z -- Build files have been written to: /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build 2024-04-03T17:11:26.6933995Z + make VERBOSE=1 2024-04-03T17:11:26.6948905Z /opt/conda/envs/py_3.8/bin/cmake -S/var/lib/jenkins/workspace/test/custom_backend -B/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build --check-build-system CMakeFiles/Makefile.cmake 0 2024-04-03T17:11:26.7012048Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build//CMakeFiles/progress.marks 2024-04-03T17:11:26.7057021Z make -f CMakeFiles/Makefile2 all 2024-04-03T17:11:26.7067648Z make[1]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T17:11:26.7068820Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/depend 2024-04-03T17:11:26.7077994Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T17:11:26.7082198Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/envs/py_3.8/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake --color= 2024-04-03T17:11:26.7129153Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T17:11:26.7130375Z make -f CMakeFiles/custom_backend.dir/build.make CMakeFiles/custom_backend.dir/build 2024-04-03T17:11:26.7140436Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T17:11:26.7184690Z [ 25%] Building CXX object CMakeFiles/custom_backend.dir/custom_backend.cpp.o 2024-04-03T17:11:26.7201516Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_PROF_API=1 -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -Dcustom_backend_EXPORTS -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-6.0.0/include -isystem /opt/rocm/include -isystem /opt/rocm-6.0.0/include/hiprand -std=gnu++17 -fPIC -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_AMD__=1 -DCUDA_HAS_FP16=1 -DUSE_ROCM -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=600 -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-duplicate-decl-specifier -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++17 -DHIPBLAS_V2 -DHIPBLASLT_HAS_GETINDEXFROMALGO -DHIP_NEW_TYPE_ENUMS -MD -MT CMakeFiles/custom_backend.dir/custom_backend.cpp.o -MF CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d -o CMakeFiles/custom_backend.dir/custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/custom_backend.cpp 2024-04-03T17:11:26.7224832Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:11:33.9058108Z [ 50%] Linking CXX shared library libcustom_backend.so 2024-04-03T17:11:33.9062566Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_link_script CMakeFiles/custom_backend.dir/link.txt --verbose=1 2024-04-03T17:11:33.9112782Z /usr/bin/c++ -fPIC -shared -Wl,-soname,libcustom_backend.so -o libcustom_backend.so CMakeFiles/custom_backend.dir/custom_backend.cpp.o -L/lib/intel64 -L/lib/intel64_win -L/lib/win-x64 -Wl,-rpath,/lib/intel64:/lib/intel64_win:/lib/win-x64:/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/lib/libamdhip64.so /opt/rocm-6.0.0/lib/libMIOpen.so.1.0.60000 /opt/rocm/lib/libhiprtc.so /opt/rocm/lib/libroctx64.so /opt/rocm-6.0.0/lib/libhipblaslt.so.0.6.60000 /opt/rocm-6.0.0/lib/libhipblas.so.2.0.60000 /opt/rocm-6.0.0/lib/libhipfft.so.0.1.60000 /opt/rocm-6.0.0/lib/libhiprand.so.1.1.60000 /opt/rocm-6.0.0/lib/libhipsparse.so.1.0.0.60000 /opt/rocm-6.0.0/lib/libhipsolver.so.0.1.60000 /opt/rocm/lib/libamdhip64.so.6.0.60000 -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed -Wl,-rpath-link,/opt/rocm-6.0.0/lib 2024-04-03T17:11:34.5452242Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T17:11:34.5522236Z [ 50%] Built target custom_backend 2024-04-03T17:11:34.5528278Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/depend 2024-04-03T17:11:34.5540183Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T17:11:34.5544416Z cd /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build && /opt/conda/envs/py_3.8/bin/cmake -E cmake_depends "Unix Makefiles" /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/test/custom_backend /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake --color= 2024-04-03T17:11:34.5593644Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T17:11:34.5595264Z make -f CMakeFiles/test_custom_backend.dir/build.make CMakeFiles/test_custom_backend.dir/build 2024-04-03T17:11:34.5605025Z make[2]: Entering directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T17:11:34.5650172Z [ 75%] Building CXX object CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o 2024-04-03T17:11:34.5667150Z /usr/bin/c++ -DUSE_C10D_GLOO -DUSE_C10D_NCCL -DUSE_DISTRIBUTED -DUSE_PROF_API=1 -DUSE_RPC -DUSE_TENSORPIPE -D__HIP_PLATFORM_AMD__=1 -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include -isystem /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/include/torch/csrc/api/include -isystem /opt/rocm-6.0.0/include -isystem /opt/rocm/include -isystem /opt/rocm-6.0.0/include/hiprand -std=gnu++17 -D_GLIBCXX_USE_CXX11_ABI=1 -fPIC -D__HIP_PLATFORM_AMD__=1 -DCUDA_HAS_FP16=1 -DUSE_ROCM -D__HIP_NO_HALF_OPERATORS__=1 -D__HIP_NO_HALF_CONVERSIONS__=1 -DTORCH_HIP_VERSION=600 -Wno-shift-count-negative -Wno-shift-count-overflow -Wno-duplicate-decl-specifier -DCAFFE2_USE_MIOPEN -DTHRUST_DEVICE_SYSTEM=THRUST_DEVICE_SYSTEM_HIP -std=c++17 -DHIPBLAS_V2 -DHIPBLASLT_HAS_GETINDEXFROMALGO -DHIP_NEW_TYPE_ENUMS -MD -MT CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -MF CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d -o CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -c /var/lib/jenkins/workspace/test/custom_backend/test_custom_backend.cpp 2024-04-03T17:11:34.5689245Z cc1plus: warning: command line option ‘-Wno-duplicate-decl-specifier’ is valid for C/ObjC but not for C++ 2024-04-03T17:11:45.6507890Z [100%] Linking CXX executable test_custom_backend 2024-04-03T17:11:45.6511614Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_link_script CMakeFiles/test_custom_backend.dir/link.txt --verbose=1 2024-04-03T17:11:45.6562638Z /usr/bin/c++ -rdynamic CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o -o test_custom_backend -L/lib/intel64 -L/lib/intel64_win -L/lib/win-x64 -Wl,-rpath,/lib/intel64:/lib/intel64_win:/lib/win-x64:/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build:/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib:/opt/rocm/lib:/opt/rocm-6.0.0/lib libcustom_backend.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_cpu.so" -Wl,--as-needed -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch_hip.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10_hip.so /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so /opt/rocm/lib/libamdhip64.so /opt/rocm-6.0.0/lib/libMIOpen.so.1.0.60000 /opt/rocm/lib/libhiprtc.so /opt/rocm/lib/libroctx64.so /opt/rocm-6.0.0/lib/libhipblaslt.so.0.6.60000 /opt/rocm-6.0.0/lib/libhipblas.so.2.0.60000 /opt/rocm-6.0.0/lib/libhipfft.so.0.1.60000 /opt/rocm-6.0.0/lib/libhiprand.so.1.1.60000 /opt/rocm-6.0.0/lib/libhipsparse.so.1.0.0.60000 /opt/rocm-6.0.0/lib/libhipsolver.so.0.1.60000 /opt/rocm/lib/libamdhip64.so.6.0.60000 -Wl,--no-as-needed,"/opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libtorch.so" -Wl,--as-needed /opt/conda/envs/py_3.8/lib/python3.8/site-packages/torch/lib/libc10.so -Wl,-rpath-link,/opt/rocm-6.0.0/lib 2024-04-03T17:11:46.4648880Z make[2]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T17:11:46.4713259Z [100%] Built target test_custom_backend 2024-04-03T17:11:46.4718123Z make[1]: Leaving directory '/var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build' 2024-04-03T17:11:46.4741038Z /opt/conda/envs/py_3.8/bin/cmake -E cmake_progress_start /var/lib/jenkins/workspace/build/custom_test_artifacts/custom-backend-build/CMakeFiles 0 2024-04-03T17:11:46.4767787Z + popd 2024-04-03T17:11:46.4768239Z ~/workspace 2024-04-03T17:11:46.4768747Z + assert_git_not_dirty 2024-04-03T17:11:46.4769645Z + [[ linux-focal-rocm6.0-py3.8 != *rocm* ]] 2024-04-03T17:11:46.4770257Z + [[ linux-focal-rocm6.0-py3.8 != *libtorch* ]] 2024-04-03T17:11:46.4770798Z + [[ linux-focal-rocm6.0-py3.8 != *bazel* ]] 2024-04-03T17:11:46.4771569Z + python tools/stats/export_test_times.py 2024-04-03T17:11:46.5283541Z Exporting test times from test-infra 2024-04-03T17:11:46.5284970Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-times.json to /var/lib/jenkins/workspace/.additional_ci_files/test-times.json 2024-04-03T17:11:46.5849229Z Downloading https://raw.githubusercontent.com/pytorch/test-infra/generated-stats/stats/test-class-times.json to /var/lib/jenkins/workspace/.additional_ci_files/test-class-times.json 2024-04-03T17:11:46.6952729Z + print_sccache_stats 2024-04-03T17:11:46.6953502Z + echo 'PyTorch Build Statistics' 2024-04-03T17:11:46.6953895Z PyTorch Build Statistics 2024-04-03T17:11:46.6954263Z + sccache --show-stats 2024-04-03T17:11:46.6969796Z Compile requests 16097 2024-04-03T17:11:46.6970521Z Compile requests executed 10013 2024-04-03T17:11:46.6971183Z Cache hits 9976 2024-04-03T17:11:46.6971570Z Cache misses 0 2024-04-03T17:11:46.6971935Z Cache timeouts 0 2024-04-03T17:11:46.6972448Z Cache read errors 0 2024-04-03T17:11:46.6972985Z Forced recaches 0 2024-04-03T17:11:46.6973624Z Cache write errors 0 2024-04-03T17:11:46.6974257Z Compilation failures 10 2024-04-03T17:11:46.6974897Z Cache errors 27 2024-04-03T17:11:46.6975666Z Non-cacheable compilations 0 2024-04-03T17:11:46.6976467Z Non-cacheable calls 14 2024-04-03T17:11:46.6977375Z Non-compilation calls 6070 2024-04-03T17:11:46.6978005Z Unsupported compiler calls 0 2024-04-03T17:11:46.6978935Z Average cache write 0.000 s 2024-04-03T17:11:46.6979625Z Average cache read miss 0.000 s 2024-04-03T17:11:46.6980299Z Average cache read hit 0.063 s 2024-04-03T17:11:46.6982297Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T17:11:46.6984105Z + [[ -n 23401543160 ]] 2024-04-03T17:11:46.6984796Z + sccache --show-stats --stats-format json 2024-04-03T17:11:46.6985484Z + jq .stats 2024-04-03T17:11:46.7330249Z + sudo chown -R 1000 /var/lib/jenkins/workspace 2024-04-03T17:11:50.0135379Z + sccache_epilogue 2024-04-03T17:11:50.0136309Z + echo '::group::Sccache Compilation Log' 2024-04-03T17:11:50.0137253Z ##[group]Sccache Compilation Log 2024-04-03T17:11:50.0137809Z + echo '=================== sccache compilation log ===================' 2024-04-03T17:11:50.0138754Z =================== sccache compilation log =================== 2024-04-03T17:11:50.0139603Z + python /var/lib/jenkins/workspace/.ci/pytorch/print_sccache_log.py /var/lib/jenkins/sccache_error.log 2024-04-03T17:11:50.0308097Z ERROR:sccache::server: Compilation failed: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "/var/lib/jenkins/workspace/build/hipblaslt_test_data_type.cc: In function ‘int main()’:\n/var/lib/jenkins/workspace/build/hipblaslt_test_data_type.cc:3:5: error: ‘hipblasltDatatype_t’ was not declared in this scope; did you mean ‘hipblasDatatype_t’?\n 3 | hipblasltDatatype_t bar = HIPBLASLT_R_16F;\n | ^~~~~~~~~~~~~~~~~~~\n | hipblasDatatype_t\n" } 2024-04-03T17:11:50.0311040Z 2024-04-03T17:11:50.0314021Z ERROR:sccache::server: Compilation failed: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "/var/lib/jenkins/workspace/build/hipblaslt_test_compute_type.cc: In function ‘int main()’:\n/var/lib/jenkins/workspace/build/hipblaslt_test_compute_type.cc:3:5: error: ‘hipblasLtComputeType_t’ was not declared in this scope; did you mean ‘hipblasComputeType_t’?\n 3 | hipblasLtComputeType_t baz = HIPBLASLT_COMPUTE_F32;\n | ^~~~~~~~~~~~~~~~~~~~~~\n | hipblasComputeType_t\n" } 2024-04-03T17:11:50.0316801Z 2024-04-03T17:11:50.0321180Z ERROR:sccache::server: Compilation failed: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "\u{1b}[01m\u{1b}[K/var/lib/jenkins/workspace/build/hipblaslt_test_data_type.cc:\u{1b}[m\u{1b}[K In function ‘\u{1b}[01m\u{1b}[Kint main()\u{1b}[m\u{1b}[K’:\n\u{1b}[01m\u{1b}[K/var/lib/jenkins/workspace/build/hipblaslt_test_data_type.cc:3:5:\u{1b}[m\u{1b}[K \u{1b}[01;31m\u{1b}[Kerror: \u{1b}[m\u{1b}[K‘\u{1b}[01m\u{1b}[KhipblasltDatatype_t\u{1b}[m\u{1b}[K’ was not declared in this scope; did you mean ‘\u{1b}[01m\u{1b}[KhipblasDatatype_t\u{1b}[m\u{1b}[K’?\n 3 | \u{1b}[01;31m\u{1b}[KhipblasltDatatype_t\u{1b}[m\u{1b}[K bar = HIPBLASLT_R_16F;\n | \u{1b}[01;31m\u{1b}[K^~~~~~~~~~~~~~~~~~~\u{1b}[m\u{1b}[K\n | \u{1b}[32m\u{1b}[KhipblasDatatype_t\u{1b}[m\u{1b}[K\n" } 2024-04-03T17:11:50.0326183Z 2024-04-03T17:11:50.0330702Z ERROR:sccache::server: Compilation failed: Output { status: ExitStatus(ExitStatus(256)), stdout: "", stderr: "\u{1b}[01m\u{1b}[K/var/lib/jenkins/workspace/build/hipblaslt_test_compute_type.cc:\u{1b}[m\u{1b}[K In function ‘\u{1b}[01m\u{1b}[Kint main()\u{1b}[m\u{1b}[K’:\n\u{1b}[01m\u{1b}[K/var/lib/jenkins/workspace/build/hipblaslt_test_compute_type.cc:3:5:\u{1b}[m\u{1b}[K \u{1b}[01;31m\u{1b}[Kerror: \u{1b}[m\u{1b}[K‘\u{1b}[01m\u{1b}[KhipblasLtComputeType_t\u{1b}[m\u{1b}[K’ was not declared in this scope; did you mean ‘\u{1b}[01m\u{1b}[KhipblasComputeType_t\u{1b}[m\u{1b}[K’?\n 3 | \u{1b}[01;31m\u{1b}[KhipblasLtComputeType_t\u{1b}[m\u{1b}[K baz = HIPBLASLT_COMPUTE_F32;\n | \u{1b}[01;31m\u{1b}[K^~~~~~~~~~~~~~~~~~~~~~\u{1b}[m\u{1b}[K\n | \u{1b}[32m\u{1b}[KhipblasComputeType_t\u{1b}[m\u{1b}[K\n" } 2024-04-03T17:11:50.0334831Z 2024-04-03T17:11:50.0335478Z + echo '=========== If your build fails, please take a look at the log above for possible reasons ===========' 2024-04-03T17:11:50.0336583Z =========== If your build fails, please take a look at the log above for possible reasons =========== 2024-04-03T17:11:50.0337291Z + sccache --show-stats 2024-04-03T17:11:50.0341602Z Compile requests 16097 2024-04-03T17:11:50.0342439Z Compile requests executed 10013 2024-04-03T17:11:50.0342878Z Cache hits 9976 2024-04-03T17:11:50.0343241Z Cache misses 0 2024-04-03T17:11:50.0343678Z Cache timeouts 0 2024-04-03T17:11:50.0344239Z Cache read errors 0 2024-04-03T17:11:50.0344884Z Forced recaches 0 2024-04-03T17:11:50.0345476Z Cache write errors 0 2024-04-03T17:11:50.0346076Z Compilation failures 10 2024-04-03T17:11:50.0346670Z Cache errors 27 2024-04-03T17:11:50.0347438Z Non-cacheable compilations 0 2024-04-03T17:11:50.0348191Z Non-cacheable calls 14 2024-04-03T17:11:50.0349068Z Non-compilation calls 6070 2024-04-03T17:11:50.0349691Z Unsupported compiler calls 0 2024-04-03T17:11:50.0350357Z Average cache write 0.000 s 2024-04-03T17:11:50.0350981Z Average cache read miss 0.000 s 2024-04-03T17:11:50.0351622Z Average cache read hit 0.063 s 2024-04-03T17:11:50.0353588Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T17:11:50.0355387Z + sccache --stop-server 2024-04-03T17:11:50.0358053Z Stopping sccache server... 2024-04-03T17:11:50.0361995Z Compile requests 16097 2024-04-03T17:11:50.0362670Z Compile requests executed 10013 2024-04-03T17:11:50.0363154Z Cache hits 9976 2024-04-03T17:11:50.0363590Z Cache misses 0 2024-04-03T17:11:50.0364164Z Cache timeouts 0 2024-04-03T17:11:50.0364717Z Cache read errors 0 2024-04-03T17:11:50.0365312Z Forced recaches 0 2024-04-03T17:11:50.0365737Z Cache write errors 0 2024-04-03T17:11:50.0366152Z Compilation failures 10 2024-04-03T17:11:50.0366677Z Cache errors 27 2024-04-03T17:11:50.0367455Z Non-cacheable compilations 0 2024-04-03T17:11:50.0368021Z Non-cacheable calls 14 2024-04-03T17:11:50.0368700Z Non-compilation calls 6070 2024-04-03T17:11:50.0369322Z Unsupported compiler calls 0 2024-04-03T17:11:50.0369831Z Average cache write 0.000 s 2024-04-03T17:11:50.0370286Z Average cache read miss 0.000 s 2024-04-03T17:11:50.0370887Z Average cache read hit 0.063 s 2024-04-03T17:11:50.0372205Z Cache location S3, bucket: Bucket(name=ossci-compiler-cache-circleci-v2, base_url=http://ossci-compiler-cache-circleci-v2.s3.amazonaws.com/) 2024-04-03T17:11:50.0373671Z + echo ::endgroup:: 2024-04-03T17:11:50.0374480Z ##[endgroup] 2024-04-03T17:11:50.0501298Z ##[group]Run zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .additional_ci_files 2024-04-03T17:11:50.0502483Z zip -1 -r artifacts.zip dist/ build/custom_test_artifacts build/lib build/bin .additional_ci_files 2024-04-03T17:11:50.0723190Z shell: /usr/bin/bash -e {0} 2024-04-03T17:11:50.0723588Z ##[endgroup] 2024-04-03T17:11:50.0807462Z adding: dist/ (stored 0%) 2024-04-03T17:11:57.9529559Z adding: dist/torch-2.4.0a0+gitd253bd7-cp38-cp38-linux_x86_64.whl (deflated 3%) 2024-04-03T17:11:57.9711835Z adding: dist/.ninja_log (deflated 86%) 2024-04-03T17:11:57.9712359Z adding: build/custom_test_artifacts/ (stored 0%) 2024-04-03T17:11:57.9713099Z adding: build/custom_test_artifacts/custom-op-build/ (stored 0%) 2024-04-03T17:11:57.9713923Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/ (stored 0%) 2024-04-03T17:11:57.9714886Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/pkgRedirects/ (stored 0%) 2024-04-03T17:11:57.9717481Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeConfigureLog.yaml (deflated 89%) 2024-04-03T17:11:57.9718584Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/ (stored 0%) 2024-04-03T17:11:57.9719667Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeSystem.cmake (deflated 64%) 2024-04-03T17:11:57.9720972Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/ (stored 0%) 2024-04-03T17:11:57.9722264Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ (stored 0%) 2024-04-03T17:11:57.9723564Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2024-04-03T17:11:57.9725255Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdC/a.out (deflated 82%) 2024-04-03T17:11:57.9726439Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/ (stored 0%) 2024-04-03T17:11:57.9727685Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ (stored 0%) 2024-04-03T17:11:57.9729194Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 77%) 2024-04-03T17:11:57.9730555Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out (deflated 82%) 2024-04-03T17:11:57.9732131Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2024-04-03T17:11:57.9733792Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake (deflated 67%) 2024-04-03T17:11:57.9735285Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2024-04-03T17:11:57.9736845Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake (deflated 72%) 2024-04-03T17:11:57.9738005Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeScratch/ (stored 0%) 2024-04-03T17:11:57.9751397Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeTmp/ (stored 0%) 2024-04-03T17:11:57.9752503Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/cmake.check_cache (deflated 8%) 2024-04-03T17:11:57.9753591Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/ (stored 0%) 2024-04-03T17:11:57.9754986Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.ts (deflated 15%) 2024-04-03T17:11:57.9756336Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/compiler_depend.make (deflated 21%) 2024-04-03T17:11:57.9757701Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/depend.make (deflated 18%) 2024-04-03T17:11:57.9759189Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/link.txt (deflated 72%) 2024-04-03T17:11:57.9760466Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/cmake_clean.cmake (deflated 40%) 2024-04-03T17:11:57.9761738Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/build.make (deflated 74%) 2024-04-03T17:11:57.9762999Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/DependInfo.cmake (deflated 46%) 2024-04-03T17:11:57.9764267Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/flags.make (deflated 46%) 2024-04-03T17:11:57.9765522Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/progress.make (deflated 26%) 2024-04-03T17:11:57.9766790Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o.d (deflated 93%) 2024-04-03T17:11:57.9946304Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/custom_ops.dir/op.cpp.o (deflated 82%) 2024-04-03T17:11:57.9947593Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/ (stored 0%) 2024-04-03T17:11:57.9949114Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.ts (deflated 16%) 2024-04-03T17:11:57.9950538Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/compiler_depend.make (deflated 21%) 2024-04-03T17:11:57.9951882Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/depend.make (deflated 17%) 2024-04-03T17:11:57.9953166Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/link.txt (deflated 72%) 2024-04-03T17:11:57.9954616Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/cmake_clean.cmake (deflated 46%) 2024-04-03T17:11:57.9955947Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/build.make (deflated 75%) 2024-04-03T17:11:57.9957262Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/DependInfo.cmake (deflated 49%) 2024-04-03T17:11:57.9958581Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/flags.make (deflated 46%) 2024-04-03T17:11:57.9959883Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/progress.make (deflated 26%) 2024-04-03T17:11:57.9971155Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o.d (deflated 93%) 2024-04-03T17:11:58.0088768Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/test_custom_ops.dir/test_custom_ops.cpp.o (deflated 81%) 2024-04-03T17:11:58.0090181Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2024-04-03T17:11:58.0091468Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/TargetDirectories.txt (deflated 72%) 2024-04-03T17:11:58.0092596Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/progress.marks (stored 0%) 2024-04-03T17:11:58.0093655Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile2 (deflated 74%) 2024-04-03T17:11:58.0094723Z adding: build/custom_test_artifacts/custom-op-build/CMakeFiles/Makefile.cmake (deflated 87%) 2024-04-03T17:11:58.0095792Z adding: build/custom_test_artifacts/custom-op-build/detect_rocm_version.cc (deflated 41%) 2024-04-03T17:11:58.0096937Z adding: build/custom_test_artifacts/custom-op-build/hipblaslt_test_data_type.cc (deflated 16%) 2024-04-03T17:11:58.0098216Z adding: build/custom_test_artifacts/custom-op-build/hipblaslt_test_compute_type.cc (deflated 13%) 2024-04-03T17:11:58.0099600Z adding: build/custom_test_artifacts/custom-op-build/hipblaslt_test_getIndexFromAlgo.cc (deflated 35%) 2024-04-03T17:11:58.0100671Z adding: build/custom_test_artifacts/custom-op-build/hip_new_types.cc (deflated 5%) 2024-04-03T17:11:58.0101636Z adding: build/custom_test_artifacts/custom-op-build/CMakeCache.txt (deflated 79%) 2024-04-03T17:11:58.0102679Z adding: build/custom_test_artifacts/custom-op-build/Makefile (deflated 74%) 2024-04-03T17:11:58.0103632Z adding: build/custom_test_artifacts/custom-op-build/cmake_install.cmake (deflated 61%) 2024-04-03T17:11:58.0274481Z adding: build/custom_test_artifacts/custom-op-build/libcustom_ops.so (deflated 74%) 2024-04-03T17:11:58.0375417Z adding: build/custom_test_artifacts/custom-op-build/test_custom_ops (deflated 72%) 2024-04-03T17:11:58.0376452Z adding: build/custom_test_artifacts/jit-hook-build/ (stored 0%) 2024-04-03T17:11:58.0377272Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/ (stored 0%) 2024-04-03T17:11:58.0378211Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/pkgRedirects/ (stored 0%) 2024-04-03T17:11:58.0380886Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeConfigureLog.yaml (deflated 89%) 2024-04-03T17:11:58.0381961Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/ (stored 0%) 2024-04-03T17:11:58.0383042Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeSystem.cmake (deflated 64%) 2024-04-03T17:11:58.0384179Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/ (stored 0%) 2024-04-03T17:11:58.0385292Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ (stored 0%) 2024-04-03T17:11:58.0386689Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2024-04-03T17:11:58.0387970Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdC/a.out (deflated 82%) 2024-04-03T17:11:58.0389132Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/ (stored 0%) 2024-04-03T17:11:58.0390428Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ (stored 0%) 2024-04-03T17:11:58.0391776Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 77%) 2024-04-03T17:11:58.0393114Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out (deflated 82%) 2024-04-03T17:11:58.0394437Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2024-04-03T17:11:58.0395756Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake (deflated 67%) 2024-04-03T17:11:58.0398258Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2024-04-03T17:11:58.0400618Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake (deflated 72%) 2024-04-03T17:11:58.0401781Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeScratch/ (stored 0%) 2024-04-03T17:11:58.0402781Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeTmp/ (stored 0%) 2024-04-03T17:11:58.0403808Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/cmake.check_cache (deflated 8%) 2024-04-03T17:11:58.0404894Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/ (stored 0%) 2024-04-03T17:11:58.0406125Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.ts (deflated 15%) 2024-04-03T17:11:58.0407491Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/compiler_depend.make (deflated 20%) 2024-04-03T17:11:58.0408907Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/depend.make (deflated 17%) 2024-04-03T17:11:58.0410164Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/link.txt (deflated 73%) 2024-04-03T17:11:58.0411457Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/cmake_clean.cmake (deflated 45%) 2024-04-03T17:11:58.0412882Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/build.make (deflated 75%) 2024-04-03T17:11:58.0414194Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/DependInfo.cmake (deflated 49%) 2024-04-03T17:11:58.0415498Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/flags.make (deflated 46%) 2024-04-03T17:11:58.0416866Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/progress.make (deflated 26%) 2024-04-03T17:11:58.0422784Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o.d (deflated 93%) 2024-04-03T17:11:58.0514032Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/test_jit_hooks.dir/test_jit_hooks.cpp.o (deflated 80%) 2024-04-03T17:11:58.0516259Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2024-04-03T17:11:58.0518190Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/TargetDirectories.txt (deflated 64%) 2024-04-03T17:11:58.0519582Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/progress.marks (stored 0%) 2024-04-03T17:11:58.0521410Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile2 (deflated 68%) 2024-04-03T17:11:58.0522467Z adding: build/custom_test_artifacts/jit-hook-build/CMakeFiles/Makefile.cmake (deflated 87%) 2024-04-03T17:11:58.0523524Z adding: build/custom_test_artifacts/jit-hook-build/detect_rocm_version.cc (deflated 41%) 2024-04-03T17:11:58.0524578Z adding: build/custom_test_artifacts/jit-hook-build/hipblaslt_test_data_type.cc (deflated 16%) 2024-04-03T17:11:58.0525697Z adding: build/custom_test_artifacts/jit-hook-build/hipblaslt_test_compute_type.cc (deflated 13%) 2024-04-03T17:11:58.0526981Z adding: build/custom_test_artifacts/jit-hook-build/hipblaslt_test_getIndexFromAlgo.cc (deflated 35%) 2024-04-03T17:11:58.0528029Z adding: build/custom_test_artifacts/jit-hook-build/hip_new_types.cc (deflated 5%) 2024-04-03T17:11:58.0528978Z adding: build/custom_test_artifacts/jit-hook-build/CMakeCache.txt (deflated 79%) 2024-04-03T17:11:58.0530005Z adding: build/custom_test_artifacts/jit-hook-build/Makefile (deflated 71%) 2024-04-03T17:11:58.0530927Z adding: build/custom_test_artifacts/jit-hook-build/cmake_install.cmake (deflated 61%) 2024-04-03T17:11:58.0600893Z adding: build/custom_test_artifacts/jit-hook-build/test_jit_hooks (deflated 71%) 2024-04-03T17:11:58.0601991Z adding: build/custom_test_artifacts/custom-backend-build/ (stored 0%) 2024-04-03T17:11:58.0602905Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/ (stored 0%) 2024-04-03T17:11:58.0603920Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/pkgRedirects/ (stored 0%) 2024-04-03T17:11:58.0606003Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeConfigureLog.yaml (deflated 89%) 2024-04-03T17:11:58.0607215Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/ (stored 0%) 2024-04-03T17:11:58.0608464Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeSystem.cmake (deflated 64%) 2024-04-03T17:11:58.0610038Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/ (stored 0%) 2024-04-03T17:11:58.0611713Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/tmp/ (stored 0%) 2024-04-03T17:11:58.0613086Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/CMakeCCompilerId.c (deflated 77%) 2024-04-03T17:11:58.0615034Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdC/a.out (deflated 82%) 2024-04-03T17:11:58.0616774Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/ (stored 0%) 2024-04-03T17:11:58.0618819Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/tmp/ (stored 0%) 2024-04-03T17:11:58.0620884Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/CMakeCXXCompilerId.cpp (deflated 77%) 2024-04-03T17:11:58.0622865Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CompilerIdCXX/a.out (deflated 82%) 2024-04-03T17:11:58.0624280Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_C.bin (deflated 82%) 2024-04-03T17:11:58.0625693Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeCCompiler.cmake (deflated 67%) 2024-04-03T17:11:58.0627137Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeDetermineCompilerABI_CXX.bin (deflated 82%) 2024-04-03T17:11:58.0628558Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/3.26.4/CMakeCXXCompiler.cmake (deflated 72%) 2024-04-03T17:11:58.0629787Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeScratch/ (stored 0%) 2024-04-03T17:11:58.0630864Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeTmp/ (stored 0%) 2024-04-03T17:11:58.0631988Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/cmake.check_cache (deflated 8%) 2024-04-03T17:11:58.0633150Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/ (stored 0%) 2024-04-03T17:11:58.0634462Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.ts (deflated 15%) 2024-04-03T17:11:58.0635922Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/compiler_depend.make (deflated 21%) 2024-04-03T17:11:58.0637324Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/depend.make (deflated 18%) 2024-04-03T17:11:58.0638745Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/link.txt (deflated 73%) 2024-04-03T17:11:58.0640120Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/cmake_clean.cmake (deflated 46%) 2024-04-03T17:11:58.0641516Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/build.make (deflated 75%) 2024-04-03T17:11:58.0642894Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/DependInfo.cmake (deflated 49%) 2024-04-03T17:11:58.0644286Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/flags.make (deflated 46%) 2024-04-03T17:11:58.0645654Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/progress.make (deflated 26%) 2024-04-03T17:11:58.0647114Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o.d (deflated 89%) 2024-04-03T17:11:58.0809436Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/custom_backend.dir/custom_backend.cpp.o (deflated 81%) 2024-04-03T17:11:58.0810815Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/ (stored 0%) 2024-04-03T17:11:58.0812215Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.ts (deflated 16%) 2024-04-03T17:11:58.0813728Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/compiler_depend.make (deflated 20%) 2024-04-03T17:11:58.0815171Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/depend.make (deflated 18%) 2024-04-03T17:11:58.0816751Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/link.txt (deflated 72%) 2024-04-03T17:11:58.0818180Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/cmake_clean.cmake (deflated 49%) 2024-04-03T17:11:58.0819812Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/build.make (deflated 76%) 2024-04-03T17:11:58.0821364Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/DependInfo.cmake (deflated 51%) 2024-04-03T17:11:58.0822800Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/flags.make (deflated 46%) 2024-04-03T17:11:58.0824225Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/progress.make (deflated 26%) 2024-04-03T17:11:58.0834625Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o.d (deflated 93%) 2024-04-03T17:11:58.0913140Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/test_custom_backend.dir/test_custom_backend.cpp.o (deflated 80%) 2024-04-03T17:11:58.0914664Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/CMakeDirectoryInformation.cmake (deflated 47%) 2024-04-03T17:11:58.0916016Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/TargetDirectories.txt (deflated 74%) 2024-04-03T17:11:58.0917219Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/progress.marks (stored 0%) 2024-04-03T17:11:58.0918326Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile2 (deflated 75%) 2024-04-03T17:11:58.0919450Z adding: build/custom_test_artifacts/custom-backend-build/CMakeFiles/Makefile.cmake (deflated 87%) 2024-04-03T17:11:58.0920590Z adding: build/custom_test_artifacts/custom-backend-build/detect_rocm_version.cc (deflated 41%) 2024-04-03T17:11:58.0921727Z adding: build/custom_test_artifacts/custom-backend-build/hipblaslt_test_data_type.cc (deflated 16%) 2024-04-03T17:11:58.0922930Z adding: build/custom_test_artifacts/custom-backend-build/hipblaslt_test_compute_type.cc (deflated 13%) 2024-04-03T17:11:58.0924287Z adding: build/custom_test_artifacts/custom-backend-build/hipblaslt_test_getIndexFromAlgo.cc (deflated 35%) 2024-04-03T17:11:58.0925438Z adding: build/custom_test_artifacts/custom-backend-build/hip_new_types.cc (deflated 5%) 2024-04-03T17:11:58.0926451Z adding: build/custom_test_artifacts/custom-backend-build/CMakeCache.txt (deflated 79%) 2024-04-03T17:11:58.0927434Z adding: build/custom_test_artifacts/custom-backend-build/Makefile (deflated 75%) 2024-04-03T17:11:58.0928452Z adding: build/custom_test_artifacts/custom-backend-build/cmake_install.cmake (deflated 61%) 2024-04-03T17:11:58.1086082Z adding: build/custom_test_artifacts/custom-backend-build/libcustom_backend.so (deflated 72%) 2024-04-03T17:11:58.1154175Z adding: build/custom_test_artifacts/custom-backend-build/test_custom_backend (deflated 72%) 2024-04-03T17:11:58.1154900Z adding: build/lib/ (stored 0%) 2024-04-03T17:11:58.1309812Z adding: build/lib/libprotobuf-lite.a (deflated 74%) 2024-04-03T17:11:58.2182235Z adding: build/lib/libprotobuf.a (deflated 73%) 2024-04-03T17:11:58.3037811Z adding: build/lib/libprotoc.a (deflated 71%) 2024-04-03T17:11:58.3065018Z adding: build/lib/libpthreadpool.a (deflated 61%) 2024-04-03T17:11:58.3085066Z adding: build/lib/libcpuinfo.a (deflated 70%) 2024-04-03T17:11:58.3103895Z adding: build/lib/libcpuinfo_internals.a (deflated 71%) 2024-04-03T17:11:58.3109294Z adding: build/lib/libclog.a (deflated 74%) 2024-04-03T17:11:58.3139894Z adding: build/lib/libqnnpack.a (deflated 66%) 2024-04-03T17:11:58.3181750Z adding: build/lib/libpytorch_qnnpack.a (deflated 67%) 2024-04-03T17:11:58.3189059Z adding: build/lib/libnnpack_reference_layers.a (deflated 69%) 2024-04-03T17:11:58.3228898Z adding: build/lib/libnnpack.a (deflated 72%) 2024-04-03T17:11:58.3371211Z adding: build/lib/libgtest.a (deflated 74%) 2024-04-03T17:11:58.3437136Z adding: build/lib/libgmock.a (deflated 72%) 2024-04-03T17:11:58.3440637Z adding: build/lib/libgmock_main.a (deflated 63%) 2024-04-03T17:11:58.3444854Z adding: build/lib/libgtest_main.a (deflated 63%) 2024-04-03T17:11:58.3584827Z adding: build/lib/libbenchmark.a (deflated 70%) 2024-04-03T17:11:58.3590161Z adding: build/lib/libbenchmark_main.a (deflated 64%) 2024-04-03T17:11:58.3964190Z adding: build/lib/libXNNPACK.a (deflated 62%) 2024-04-03T17:11:58.4089842Z adding: build/lib/libasmjit.a (deflated 62%) 2024-04-03T17:11:58.4107341Z adding: build/lib/libittnotify.a (deflated 78%) 2024-04-03T17:11:58.6197275Z adding: build/lib/libfbgemm.a (deflated 82%) 2024-04-03T17:11:58.6255858Z adding: build/lib/libtensorpipe_uv.a (deflated 66%) 2024-04-03T17:11:58.7251978Z adding: build/lib/libtensorpipe.a (deflated 78%) 2024-04-03T17:11:58.7255895Z adding: build/lib/libfoxi_loader.a (deflated 59%) 2024-04-03T17:11:58.7455748Z adding: build/lib/libgloo.a (deflated 72%) 2024-04-03T17:11:58.8096516Z adding: build/lib/libgloo_hip.a (deflated 86%) 2024-04-03T17:11:58.8170469Z adding: build/lib/libonnx_proto.a (deflated 77%) 2024-04-03T17:11:58.9332265Z adding: build/lib/libonnx.a (deflated 75%) 2024-04-03T17:12:00.4648986Z adding: build/lib/libdnnl.a (deflated 80%) 2024-04-03T17:12:00.4693501Z adding: build/lib/libfmt.a (deflated 66%) 2024-04-03T17:12:00.5269926Z adding: build/lib/libkineto.a (deflated 66%) 2024-04-03T17:12:00.5446863Z adding: build/lib/libc10.so (deflated 62%) 2024-04-03T17:12:00.5534664Z adding: build/lib/libc10_hip.so (deflated 60%) 2024-04-03T17:12:00.5540579Z adding: build/lib/libtorch_global_deps.so (deflated 87%) 2024-04-03T17:12:00.5546684Z adding: build/lib/libcaffe2_nvrtc.so (deflated 81%) 2024-04-03T17:12:00.5613300Z adding: build/lib/libcaffe2_protos.a (deflated 76%) 2024-04-03T17:12:05.5607664Z adding: build/lib/libtorch_cpu.so (deflated 70%) 2024-04-03T17:12:05.5620139Z adding: build/lib/libunbox_lib.a (deflated 71%) 2024-04-03T17:12:05.5635654Z adding: build/lib/libshm.so (deflated 65%) 2024-04-03T17:12:11.9995034Z adding: build/lib/libtorch_hip.so (deflated 72%) 2024-04-03T17:12:12.0000744Z adding: build/lib/libtorch.so (deflated 88%) 2024-04-03T17:12:12.0044752Z adding: build/lib/libjitbackend_test.so (deflated 63%) 2024-04-03T17:12:12.0152841Z adding: build/lib/libtorchbind_test.so (deflated 71%) 2024-04-03T17:12:12.0213058Z adding: build/lib/libbackend_with_compiler.so (deflated 60%) 2024-04-03T17:12:12.3843961Z adding: build/lib/libtorch_python.so (deflated 68%) 2024-04-03T17:12:12.3914182Z adding: build/lib/libnnapi_backend.so (deflated 58%) 2024-04-03T17:12:12.3914723Z adding: build/bin/ (stored 0%) 2024-04-03T17:12:12.3915125Z adding: build/bin/CMakeFiles/ (stored 0%) 2024-04-03T17:12:12.4020544Z adding: build/bin/memory_overlapping_test (deflated 61%) 2024-04-03T17:12:12.4024311Z adding: build/bin/cmake_install.cmake (deflated 58%) 2024-04-03T17:12:12.4126223Z adding: build/bin/operator_name_test (deflated 61%) 2024-04-03T17:12:12.4130171Z adding: build/bin/CTestTestfile.cmake (deflated 40%) 2024-04-03T17:12:12.4998178Z adding: build/bin/protoc-3.13.0.0 (deflated 61%) 2024-04-03T17:12:12.5825631Z adding: build/bin/protoc (deflated 61%) 2024-04-03T17:12:12.5951401Z adding: build/bin/c10_CompileTimeFunctionPointer_test (deflated 61%) 2024-04-03T17:12:12.6078408Z adding: build/bin/c10_DeviceGuard_test (deflated 61%) 2024-04-03T17:12:12.6178484Z adding: build/bin/c10_Device_test (deflated 61%) 2024-04-03T17:12:12.6295123Z adding: build/bin/c10_DispatchKeySet_test (deflated 62%) 2024-04-03T17:12:12.6402361Z adding: build/bin/c10_Scalar_test (deflated 61%) 2024-04-03T17:12:12.6499689Z adding: build/bin/c10_StreamGuard_test (deflated 61%) 2024-04-03T17:12:12.6603094Z adding: build/bin/c10_SymInt_test (deflated 61%) 2024-04-03T17:12:12.6756093Z adding: build/bin/c10_InlineDeviceGuard_test (deflated 62%) 2024-04-03T17:12:12.6888676Z adding: build/bin/c10_SizesAndStrides_test (deflated 62%) 2024-04-03T17:12:12.7001145Z adding: build/bin/c10_InlineStreamGuard_test (deflated 62%) 2024-04-03T17:12:12.7143965Z adding: build/bin/c10_cow_test (deflated 62%) 2024-04-03T17:12:12.7251409Z adding: build/bin/c10_Bitset_test (deflated 62%) 2024-04-03T17:12:12.7350960Z adding: build/bin/c10_ConstexprCrc_test (deflated 61%) 2024-04-03T17:12:12.7456301Z adding: build/bin/c10_DeadlockDetection_test (deflated 61%) 2024-04-03T17:12:12.7566694Z adding: build/bin/c10_LeftRight_test (deflated 63%) 2024-04-03T17:12:12.7671864Z adding: build/bin/c10_Half_test (deflated 61%) 2024-04-03T17:12:12.7781180Z adding: build/bin/c10_Metaprogramming_test (deflated 63%) 2024-04-03T17:12:12.7882661Z adding: build/bin/c10_Synchronized_test (deflated 61%) 2024-04-03T17:12:12.7991867Z adding: build/bin/c10_ThreadLocal_test (deflated 63%) 2024-04-03T17:12:12.8092528Z adding: build/bin/c10_TypeIndex_test (deflated 62%) 2024-04-03T17:12:12.8193337Z adding: build/bin/c10_TypeList_test (deflated 61%) 2024-04-03T17:12:12.8290555Z adding: build/bin/c10_TypeTraits_test (deflated 61%) 2024-04-03T17:12:12.8395545Z adding: build/bin/c10_accumulate_test (deflated 61%) 2024-04-03T17:12:12.8506312Z adding: build/bin/c10_bfloat16_test (deflated 62%) 2024-04-03T17:12:12.8620720Z adding: build/bin/c10_bit_cast_test (deflated 61%) 2024-04-03T17:12:12.8742541Z adding: build/bin/c10_complex_math_test (deflated 62%) 2024-04-03T17:12:12.8846890Z adding: build/bin/c10_exception_test (deflated 61%) 2024-04-03T17:12:12.8964481Z adding: build/bin/c10_complex_test (deflated 62%) 2024-04-03T17:12:12.9074380Z adding: build/bin/c10_flags_test (deflated 61%) 2024-04-03T17:12:12.9176501Z adding: build/bin/c10_generic_math_test (deflated 61%) 2024-04-03T17:12:12.9458637Z adding: build/bin/c10_intrusive_ptr_test (deflated 73%) 2024-04-03T17:12:12.9567642Z adding: build/bin/c10_irange_test (deflated 61%) 2024-04-03T17:12:12.9689660Z adding: build/bin/c10_logging_test (deflated 61%) 2024-04-03T17:12:12.9837088Z adding: build/bin/c10_optional_test (deflated 65%) 2024-04-03T17:12:12.9959888Z adding: build/bin/c10_ordered_preserving_dict_test (deflated 63%) 2024-04-03T17:12:13.0064028Z adding: build/bin/c10_registry_test (deflated 61%) 2024-04-03T17:12:13.0374184Z adding: build/bin/c10_small_vector_test (deflated 74%) 2024-04-03T17:12:13.0478003Z adding: build/bin/c10_ssize_test (deflated 61%) 2024-04-03T17:12:13.0580111Z adding: build/bin/c10_string_util_test (deflated 62%) 2024-04-03T17:12:13.0699424Z adding: build/bin/c10_string_view_test (deflated 63%) 2024-04-03T17:12:13.0810855Z adding: build/bin/c10_tempfile_test (deflated 61%) 2024-04-03T17:12:13.0924712Z adding: build/bin/c10_intrusive_ptr_benchmark (deflated 58%) 2024-04-03T17:12:13.1033883Z adding: build/bin/c10_typeid_test (deflated 62%) 2024-04-03T17:12:13.1131299Z adding: build/bin/c10_hip_HIPAssertionsTest_1_var_test (deflated 61%) 2024-04-03T17:12:13.1262630Z adding: build/bin/c10_hip_HIPAssertionsTest_catches_thread_and_block_and_device (deflated 61%) 2024-04-03T17:12:13.1366294Z adding: build/bin/c10_hip_HIPAssertionsTest_catches_stream (deflated 61%) 2024-04-03T17:12:13.1464719Z adding: build/bin/c10_hip_HIPAssertionsTest_from_2_processes (deflated 61%) 2024-04-03T17:12:13.1560115Z adding: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_blocks_and_threads (deflated 61%) 2024-04-03T17:12:13.1655924Z adding: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_multiple_blocks (deflated 61%) 2024-04-03T17:12:13.1753009Z adding: build/bin/c10_hip_HIPAssertionsTest_multiple_writes_from_same_block (deflated 61%) 2024-04-03T17:12:13.1851941Z adding: build/bin/c10_hip_HIPTest (deflated 61%) 2024-04-03T17:12:13.2483969Z adding: build/bin/vec_test_all_types_DEFAULT (deflated 75%) 2024-04-03T17:12:13.3097687Z adding: build/bin/vec_test_all_types_AVX512 (deflated 75%) 2024-04-03T17:12:13.3736894Z adding: build/bin/vec_test_all_types_AVX2 (deflated 73%) 2024-04-03T17:12:13.3846338Z adding: build/bin/FileStoreTest (deflated 61%) 2024-04-03T17:12:13.3982498Z adding: build/bin/ProcessGroupGlooTest (deflated 61%) 2024-04-03T17:12:13.4097667Z adding: build/bin/test_edge_op_registration (deflated 61%) 2024-04-03T17:12:13.4210259Z adding: build/bin/TCPStoreTest (deflated 62%) 2024-04-03T17:12:13.4340450Z adding: build/bin/HashStoreTest (deflated 61%) 2024-04-03T17:12:13.4350398Z adding: build/bin/example_allreduce (deflated 67%) 2024-04-03T17:12:13.4364330Z adding: build/bin/torch_shm_manager (deflated 65%) 2024-04-03T17:12:13.4487297Z adding: build/bin/static_runtime_bench (deflated 59%) 2024-04-03T17:12:13.4946502Z adding: build/bin/static_runtime_test (deflated 68%) 2024-04-03T17:12:13.5092958Z adding: build/bin/Dict_test (deflated 65%) 2024-04-03T17:12:13.5196669Z adding: build/bin/Dimname_test (deflated 61%) 2024-04-03T17:12:13.5324786Z adding: build/bin/MaybeOwned_test (deflated 65%) 2024-04-03T17:12:13.5446675Z adding: build/bin/NamedTensor_test (deflated 61%) 2024-04-03T17:12:13.5611350Z adding: build/bin/apply_utils_test (deflated 63%) 2024-04-03T17:12:13.5729481Z adding: build/bin/atest (deflated 62%) 2024-04-03T17:12:13.5857005Z adding: build/bin/basic (deflated 60%) 2024-04-03T17:12:13.5962463Z adding: build/bin/broadcast_test (deflated 61%) 2024-04-03T17:12:13.6061277Z adding: build/bin/cpu_allocator_test (deflated 61%) 2024-04-03T17:12:13.6178804Z adding: build/bin/cpu_generator_test (deflated 62%) 2024-04-03T17:12:13.6286348Z adding: build/bin/cpu_profiling_allocator_test (deflated 61%) 2024-04-03T17:12:13.6460746Z adding: build/bin/cpu_rng_test (deflated 66%) 2024-04-03T17:12:13.6576158Z adding: build/bin/dispatch_key_set_test (deflated 61%) 2024-04-03T17:12:13.6676651Z adding: build/bin/dlconvertor_test (deflated 61%) 2024-04-03T17:12:13.6801605Z adding: build/bin/extension_backend_test (deflated 61%) 2024-04-03T17:12:13.6912482Z adding: build/bin/half_test (deflated 61%) 2024-04-03T17:12:13.7104612Z adding: build/bin/ivalue_test (deflated 61%) 2024-04-03T17:12:13.7208132Z adding: build/bin/lazy_tensor_test (deflated 61%) 2024-04-03T17:12:13.7318532Z adding: build/bin/math_kernel_test (deflated 62%) 2024-04-03T17:12:13.7426424Z adding: build/bin/memory_format_test (deflated 61%) 2024-04-03T17:12:13.7530749Z adding: build/bin/mobile_memory_cleanup (deflated 61%) 2024-04-03T17:12:13.7643162Z adding: build/bin/native_test (deflated 61%) 2024-04-03T17:12:13.7750599Z adding: build/bin/operators_test (deflated 61%) 2024-04-03T17:12:13.7853268Z adding: build/bin/packedtensoraccessor_test (deflated 61%) 2024-04-03T17:12:13.7984089Z adding: build/bin/pow_test (deflated 62%) 2024-04-03T17:12:13.8098215Z adding: build/bin/quantized_test (deflated 62%) 2024-04-03T17:12:13.8199854Z adding: build/bin/reportMemoryUsage_test (deflated 61%) 2024-04-03T17:12:13.8300154Z adding: build/bin/reduce_ops_test (deflated 61%) 2024-04-03T17:12:13.8412573Z adding: build/bin/scalar_tensor_test (deflated 61%) 2024-04-03T17:12:13.8515869Z adding: build/bin/StorageUtils_test (deflated 61%) 2024-04-03T17:12:13.8631631Z adding: build/bin/scalar_test (deflated 61%) 2024-04-03T17:12:13.8753285Z adding: build/bin/stride_properties_test (deflated 61%) 2024-04-03T17:12:13.8861632Z adding: build/bin/type_ptr_test (deflated 61%) 2024-04-03T17:12:13.8869657Z adding: build/bin/thread_init_test (deflated 69%) 2024-04-03T17:12:13.9054938Z adding: build/bin/tensor_iterator_test (deflated 67%) 2024-04-03T17:12:13.9161698Z adding: build/bin/test_parallel (deflated 61%) 2024-04-03T17:12:13.9282747Z adding: build/bin/type_test (deflated 62%) 2024-04-03T17:12:13.9385107Z adding: build/bin/undefined_tensor_test (deflated 61%) 2024-04-03T17:12:13.9390244Z adding: build/bin/verify_api_visibility (deflated 82%) 2024-04-03T17:12:13.9500043Z adding: build/bin/weakref_test (deflated 61%) 2024-04-03T17:12:13.9605323Z adding: build/bin/wrapdim_test (deflated 61%) 2024-04-03T17:12:13.9750429Z adding: build/bin/legacy_vmap_test (deflated 62%) 2024-04-03T17:12:13.9852738Z adding: build/bin/xla_tensor_test (deflated 61%) 2024-04-03T17:12:13.9981785Z adding: build/bin/IListRef_test (deflated 62%) 2024-04-03T17:12:14.0180666Z adding: build/bin/List_test (deflated 69%) 2024-04-03T17:12:14.0405693Z adding: build/bin/kernel_function_legacy_test (deflated 67%) 2024-04-03T17:12:14.0585303Z adding: build/bin/kernel_function_test (deflated 66%) 2024-04-03T17:12:14.0718450Z adding: build/bin/KernelFunction_test (deflated 65%) 2024-04-03T17:12:14.0950565Z adding: build/bin/kernel_lambda_legacy_test (deflated 70%) 2024-04-03T17:12:14.1156758Z adding: build/bin/kernel_lambda_test (deflated 70%) 2024-04-03T17:12:14.1300574Z adding: build/bin/kernel_stackbased_test (deflated 62%) 2024-04-03T17:12:14.1480330Z adding: build/bin/make_boxed_from_unboxed_functor_test (deflated 65%) 2024-04-03T17:12:14.1581173Z adding: build/bin/CppSignature_test (deflated 62%) 2024-04-03T17:12:14.1682180Z adding: build/bin/op_allowlist_test (deflated 61%) 2024-04-03T17:12:14.1792543Z adding: build/bin/backend_fallback_test (deflated 61%) 2024-04-03T17:12:14.2309658Z adding: build/bin/op_registration_test (deflated 77%) 2024-04-03T17:12:14.2469477Z adding: build/bin/inline_container_test (deflated 62%) 2024-04-03T17:12:14.2574312Z adding: build/bin/hip_apply_test (deflated 62%) 2024-04-03T17:12:14.2672619Z adding: build/bin/hip_complex_math_test (deflated 61%) 2024-04-03T17:12:14.2791202Z adding: build/bin/hip_complex_test (deflated 61%) 2024-04-03T17:12:14.2911092Z adding: build/bin/hip_distributions_test (deflated 61%) 2024-04-03T17:12:14.3038826Z adding: build/bin/hip_generator_test (deflated 61%) 2024-04-03T17:12:14.3149991Z adding: build/bin/hip_dlconvertor_test (deflated 61%) 2024-04-03T17:12:14.3247600Z adding: build/bin/hip_half_test (deflated 61%) 2024-04-03T17:12:14.3344680Z adding: build/bin/hip_integer_divider_test (deflated 61%) 2024-04-03T17:12:14.3442985Z adding: build/bin/hip_optional_test (deflated 61%) 2024-04-03T17:12:14.3537633Z adding: build/bin/hip_packedtensoraccessor_test (deflated 61%) 2024-04-03T17:12:14.3634209Z adding: build/bin/hip_vectorized_test (deflated 61%) 2024-04-03T17:12:14.4689394Z adding: build/bin/test_jit (deflated 66%) 2024-04-03T17:12:14.4721267Z adding: build/bin/tutorial_tensorexpr (deflated 67%) 2024-04-03T17:12:14.6157837Z adding: build/bin/test_tensorexpr (deflated 66%) 2024-04-03T17:12:14.6268477Z adding: build/bin/test_dist_autograd (deflated 61%) 2024-04-03T17:12:14.6408593Z adding: build/bin/test_cpp_rpc (deflated 61%) 2024-04-03T17:12:14.8635796Z adding: build/bin/test_api (deflated 67%) 2024-04-03T17:12:14.8646015Z adding: build/bin/parallel_benchmark (deflated 73%) 2024-04-03T17:12:14.8780013Z adding: build/bin/test_mobile_nnc (deflated 61%) 2024-04-03T17:12:14.8802202Z adding: build/bin/aot_model_compiler_test (deflated 66%) 2024-04-03T17:12:14.9422440Z adding: build/bin/test_lazy (deflated 73%) 2024-04-03T17:12:14.9422930Z adding: .additional_ci_files/ (stored 0%) 2024-04-03T17:12:14.9475822Z adding: .additional_ci_files/test-times.json (deflated 74%) 2024-04-03T17:12:14.9714421Z adding: .additional_ci_files/test-class-times.json (deflated 68%) 2024-04-03T17:12:14.9777081Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-04-03T17:12:14.9777537Z with: 2024-04-03T17:12:14.9777810Z name: linux-focal-rocm6.0-py3.8 2024-04-03T17:12:14.9778195Z retention-days: 14 2024-04-03T17:12:14.9778735Z if-no-files-found: error 2024-04-03T17:12:14.9779069Z path: artifacts.zip 2024-04-03T17:12:14.9779392Z s3-bucket: gha-artifacts 2024-04-03T17:12:14.9779730Z region: us-east-1 2024-04-03T17:12:14.9780012Z ##[endgroup] 2024-04-03T17:12:15.3422351Z With the provided path, there will be 1 file uploaded 2024-04-03T17:12:15.3423212Z Uploading to s3 prefix: pytorch/pytorch/8536950919/linux-focal-rocm6.0-py3.8 2024-04-03T17:12:15.4488340Z Starting upload of artifacts.zip 2024-04-03T17:12:20.7713394Z Finished upload of artifacts.zip 2024-04-03T17:12:20.7890863Z ##[group]Run seemethere/upload-artifact-s3@v5 2024-04-03T17:12:20.7891317Z with: 2024-04-03T17:12:20.7891647Z s3-prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T17:12:20.7892095Z retention-days: 365 2024-04-03T17:12:20.7892426Z if-no-files-found: warn 2024-04-03T17:12:20.7892777Z path: sccache-stats-*.json 2024-04-03T17:12:20.7893119Z s3-bucket: gha-artifacts 2024-04-03T17:12:20.7893454Z name: artifact 2024-04-03T17:12:20.7893739Z region: us-east-1 2024-04-03T17:12:20.7894019Z ##[endgroup] 2024-04-03T17:12:21.1363130Z NOTE: s3-prefix specified, ignoring name parameter 2024-04-03T17:12:21.1364240Z With the provided path, there will be 1 file uploaded 2024-04-03T17:12:21.1364843Z Uploading to s3 prefix: pytorch/pytorch/8536950919/2/artifact 2024-04-03T17:12:21.1399780Z Starting upload of sccache-stats-linux-focal-rocm6.0-py3.8-23401543160.json 2024-04-03T17:12:21.2694222Z Finished upload of sccache-stats-linux-focal-rocm6.0-py3.8-23401543160.json 2024-04-03T17:12:21.2849470Z ##[group]Run pytorch/test-infra/.github/actions/teardown-linux@main 2024-04-03T17:12:21.2850018Z with: 2024-04-03T17:12:21.2850266Z ##[endgroup] 2024-04-03T17:12:21.2870601Z ##[group]Run set -eou pipefail 2024-04-03T17:12:21.2871014Z set -eou pipefail 2024-04-03T17:12:21.2871349Z  2024-04-03T17:12:21.2871848Z echo "Holding runner for 2 hours until all ssh sessions have logged out" 2024-04-03T17:12:21.2872479Z for _ in $(seq 1440); do 2024-04-03T17:12:21.2872938Z  # Break if no ssh session exists anymore 2024-04-03T17:12:21.2873426Z  if [ "$(who)" = "" ]; then 2024-04-03T17:12:21.2873803Z  break 2024-04-03T17:12:21.2874098Z  fi 2024-04-03T17:12:21.2874375Z  echo "." 2024-04-03T17:12:21.2874673Z  sleep 5 2024-04-03T17:12:21.2874967Z done 2024-04-03T17:12:21.2882417Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T17:12:21.2882970Z ##[endgroup] 2024-04-03T17:12:21.2905529Z Holding runner for 2 hours until all ssh sessions have logged out 2024-04-03T17:12:21.3010297Z ##[group]Run # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T17:12:21.3011163Z # ignore expansion of "docker ps -q" since it could be empty 2024-04-03T17:12:21.3011754Z # shellcheck disable=SC2046 2024-04-03T17:12:21.3012184Z docker stop $(docker ps -q) || true 2024-04-03T17:12:21.3012651Z # Prune all of the docker images 2024-04-03T17:12:21.3013085Z docker system prune -af 2024-04-03T17:12:21.3020697Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} 2024-04-03T17:12:21.3021202Z ##[endgroup] 2024-04-03T17:12:25.9093816Z ee83b6d927cb 2024-04-03T17:12:28.7696712Z Deleted Containers: 2024-04-03T17:12:28.7697312Z ee83b6d927cb37904f35a9bef3e7a24052c1bc6a28efa3b95b8c7ffb0c69f356 2024-04-03T17:12:28.7697775Z 2024-04-03T17:12:35.3262794Z Deleted Images: 2024-04-03T17:12:35.3264539Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3:16884143090f148aa56809ceba26eeb699b5dc49 2024-04-03T17:12:35.3267023Z untagged: 308535385114.dkr.ecr.us-east-1.amazonaws.com/pytorch/pytorch-linux-focal-rocm-n-py3@sha256:aee596ab1984cc9239aacbebbe36b396bc43e7c4fa51d7fc871aa6f32393efd6 2024-04-03T17:12:35.3268467Z deleted: sha256:2da876c634db218fb493be47975c50245dfa4aace559dcf6d45fc2f2bf0ebf9f 2024-04-03T17:12:35.3269369Z deleted: sha256:8661743067ad9147d157005a8a79925f5a0794c77c20082cb5a0959ac6248b3f 2024-04-03T17:12:35.3270216Z deleted: sha256:cb65830663e4171f116175a2b7dbb9947788ebb3aacb3cf7ad70d7d7ac1cd108 2024-04-03T17:12:35.3271062Z deleted: sha256:09746435f74d3b338ff29a4050e68bd9e3749260669ba897d9afdab60d46b41a 2024-04-03T17:12:35.3271929Z deleted: sha256:a92c2a51da8489a23a4a20514fc3adbcd1025a97d628e03ce5015d090b352ff0 2024-04-03T17:12:35.3272810Z deleted: sha256:71a1dc12ac48e39694da1faceff5a1a3998971c4e2bf8124545b0ed7c85abca4 2024-04-03T17:12:35.3273672Z deleted: sha256:2634944769d2c78f37bb67eba5353b974da7b129234156a9ed8e71bda4d4eca5 2024-04-03T17:12:35.3274871Z deleted: sha256:d73017eee41621bfa069cc74b97cbde65cbd7c443f58a5ea013dd8a42f084658 2024-04-03T17:12:35.3275766Z deleted: sha256:f35d1dedbfd3d830e812c7e8ed678e13dcade3364e63313496373ee6805b996e 2024-04-03T17:12:35.3276638Z deleted: sha256:42fae3fde0498c7bd5d8645650e8e82743ae8921e106df917c0229a7f3f1bdbd 2024-04-03T17:12:35.3277517Z deleted: sha256:faf66005c1fc61b6a5ad47d7f3b3c46f04d7f041b60c0b8da279f23efada58ba 2024-04-03T17:12:35.3278387Z deleted: sha256:534f5e1167e3109e881cc04a74b24b159be81f9315928ee53e34e5f36b78b4b9 2024-04-03T17:12:35.3279316Z deleted: sha256:e33568b66a1d778f34f0a9864212b301c03156a7a88de22db041cbf9a15521d1 2024-04-03T17:12:35.3280299Z deleted: sha256:e706a0eacd3e760454f74907ef0ce6ff3619da08bd81f5e3ea6424e2266c7e32 2024-04-03T17:12:35.3281410Z deleted: sha256:5f918579c4433d498d6f2937f3a6f67a8b29614d68407f748a34d5f9b6c4e874 2024-04-03T17:12:35.3282426Z deleted: sha256:8f7bbd7a1f35964f987878d95b3bf2acbc05fb8dc0b6191a9a4af01d960c7714 2024-04-03T17:12:35.3283299Z deleted: sha256:0b0977c73ae1232f93fae4735aded85255e11d1faf56c99ade73ce30f772c525 2024-04-03T17:12:35.3284192Z deleted: sha256:ccaedf502f819d1d839d88b1e2f0b7dc64d61c1c55ce0687137eab53f0265ebd 2024-04-03T17:12:35.3285092Z deleted: sha256:6c08c2a3b10ae17baf13dde9e183b09df408b57b8b5d2632189ab0c22e52f008 2024-04-03T17:12:35.3285947Z deleted: sha256:c773016f9794787e665aa00fb2fcb329528786750ca471f6fef562e9824f4fa2 2024-04-03T17:12:35.3286791Z deleted: sha256:20ab81c8336825dae654681dd3dd38986a615084788410f14feb65c3962bc053 2024-04-03T17:12:35.3287639Z deleted: sha256:3cc48b071ea7a61764650fcd2f6cd3e94207d8710249db2bf1c53424ea1b0f07 2024-04-03T17:12:35.3288518Z deleted: sha256:3ee3c87a4a2ca636b8e1424c265b0238dd2eb5e9ded45e507e2d32c5f6fe9232 2024-04-03T17:12:35.3289374Z deleted: sha256:869752de4076ad10ec20c5af4995598c059b75f96b669dfe332d34cdf8fe1474 2024-04-03T17:12:35.3290242Z deleted: sha256:ed8310f662078a3b80825f96b9efe91222b8fceb33e46d0f23d41b129b99a743 2024-04-03T17:12:35.3291099Z deleted: sha256:8ef59921a7074bb83146a22f24733967f197d4f27f2ed64a891cde74914f6419 2024-04-03T17:12:35.3291935Z deleted: sha256:5dbdd544c028563ab58b3e9d81572145179a032cd53e3ff38a82078c4185e0aa 2024-04-03T17:12:35.3292934Z deleted: sha256:499e4cc338a2a3e62f31448bd172e62d6455de7f1b6a2d7049e65d08226d4b95 2024-04-03T17:12:35.3293854Z deleted: sha256:354e99a4a01b429fbca90e7e07c4bb513109f2b3fa3b1f65f8208824bd89f811 2024-04-03T17:12:35.3294779Z deleted: sha256:30c6cf0b8f388a5f771a8e3578ef1eca78226be3f0cc1fe2f90a8f60a9f5008b 2024-04-03T17:12:35.3295667Z deleted: sha256:458dc241b1faa0c8889e7455f6bf4664b7bb85a308dbbcd758f4f82d55ac4e72 2024-04-03T17:12:35.3296632Z deleted: sha256:b44bf9dc0784a0738d389e60bb74dee1cf1823184480659831bd75ed4e03ea77 2024-04-03T17:12:35.3297498Z deleted: sha256:79b7e5a4c791d848196b9e72204adb02f3eff0a7b3d526597420e393f476d84d 2024-04-03T17:12:35.3298486Z deleted: sha256:78444217bc76116dc706c92557412240900642562756c5486b7601c853b3bbb5 2024-04-03T17:12:35.3299328Z deleted: sha256:004e0bd9c8f06a3df35e0065333b6176540b7dd89769ec05acf060dbcdf6fb63 2024-04-03T17:12:35.3300200Z deleted: sha256:b06f7c86c5f088cca0774e9af54260c33fc8172c47e732254ea27b5ac6909081 2024-04-03T17:12:35.3301087Z deleted: sha256:bd6fdaa4f70e9f7de399febeb49dda69ec76e88e2a471b97a146ce8188d434cf 2024-04-03T17:12:35.3301965Z deleted: sha256:8b1e993d4cd80fe66ecdee79c55e83581a00183dc87c7e491b9765f00798b1d0 2024-04-03T17:12:35.3302843Z deleted: sha256:c064da3555554da4b3aa613fd8365ab2818460f2dd34ea0efdf379ecde091629 2024-04-03T17:12:35.3303713Z deleted: sha256:f8b61a9402c5e39b2513ffed3d44103d8b71b30742d9bd75841d3eea4ccf8504 2024-04-03T17:12:35.3304581Z deleted: sha256:021c67aa2c862ff43fea647abc05fa69ab4bc86e9cb88cd95b20675124aa4fec 2024-04-03T17:12:35.3305473Z deleted: sha256:d76def01a30af08c03a8c01139e99b920b8eaabcd7cae56e9c71751933ee0a20 2024-04-03T17:12:35.3306360Z deleted: sha256:5faf9c0a9efe4675ecd21a4ec417d51077d5e75da9e673161a94e7d6cd43f92c 2024-04-03T17:12:35.3306888Z 2024-04-03T17:12:35.3307057Z Total reclaimed space: 48.47GB 2024-04-03T17:12:35.3394591Z Post job cleanup. 2024-04-03T17:12:35.3455270Z Post job cleanup. 2024-04-03T17:12:35.4345698Z [command]/usr/bin/git version 2024-04-03T17:12:35.4573550Z git version 2.40.1 2024-04-03T17:12:35.4616546Z Temporarily overriding HOME='/home/ec2-user/actions-runner/_work/_temp/d74cd8f5-2fd8-4816-9ba3-6a892d0358b4' before making global git config changes 2024-04-03T17:12:35.4618049Z Adding repository directory to the temporary git global config as a safe directory 2024-04-03T17:12:35.4622240Z [command]/usr/bin/git config --global --add safe.directory /home/ec2-user/actions-runner/_work/pytorch/pytorch 2024-04-03T17:12:35.4678728Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand 2024-04-03T17:12:35.4711122Z [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-04-03T17:12:35.5221242Z Entering 'android/libs/fbjni' 2024-04-03T17:12:35.5280657Z Entering 'third_party/FP16' 2024-04-03T17:12:35.5340352Z Entering 'third_party/FXdiv' 2024-04-03T17:12:35.5402054Z Entering 'third_party/NNPACK' 2024-04-03T17:12:35.5463030Z Entering 'third_party/QNNPACK' 2024-04-03T17:12:35.5521140Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T17:12:35.5589669Z Entering 'third_party/XNNPACK' 2024-04-03T17:12:35.5754443Z Entering 'third_party/benchmark' 2024-04-03T17:12:35.5818066Z Entering 'third_party/cpuinfo' 2024-04-03T17:12:35.5879776Z Entering 'third_party/cub' 2024-04-03T17:12:35.5941398Z Entering 'third_party/cudnn_frontend' 2024-04-03T17:12:35.6000198Z Entering 'third_party/cutlass' 2024-04-03T17:12:35.6113316Z Entering 'third_party/eigen' 2024-04-03T17:12:35.6198478Z Entering 'third_party/fbgemm' 2024-04-03T17:12:35.6266423Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T17:12:35.6323111Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T17:12:35.6382491Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T17:12:35.6468900Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T17:12:35.6529354Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T17:12:35.6590743Z Entering 'third_party/flatbuffers' 2024-04-03T17:12:35.6680414Z Entering 'third_party/fmt' 2024-04-03T17:12:35.6738119Z Entering 'third_party/foxi' 2024-04-03T17:12:35.6795432Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T17:12:35.6857037Z Entering 'third_party/gloo' 2024-04-03T17:12:35.6917009Z Entering 'third_party/googletest' 2024-04-03T17:12:35.6981314Z Entering 'third_party/ideep' 2024-04-03T17:12:35.7051979Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T17:12:35.7142520Z Entering 'third_party/ios-cmake' 2024-04-03T17:12:35.7201276Z Entering 'third_party/ittapi' 2024-04-03T17:12:35.7260778Z Entering 'third_party/kineto' 2024-04-03T17:12:35.7328814Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T17:12:35.7392658Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T17:12:35.7460136Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T17:12:35.7547731Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T17:12:35.7611538Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T17:12:35.7674114Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T17:12:35.7731705Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T17:12:35.7792662Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T17:12:35.7851385Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T17:12:35.7913408Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T17:12:35.7970413Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T17:12:35.8030524Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T17:12:35.8090119Z Entering 'third_party/mimalloc' 2024-04-03T17:12:35.8149117Z Entering 'third_party/nccl/nccl' 2024-04-03T17:12:35.8207340Z Entering 'third_party/neon2sse' 2024-04-03T17:12:35.8262725Z Entering 'third_party/nlohmann' 2024-04-03T17:12:35.8327093Z Entering 'third_party/onnx' 2024-04-03T17:12:35.8523804Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T17:12:35.8587686Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T17:12:35.8646867Z Entering 'third_party/onnx-tensorrt' 2024-04-03T17:12:35.8710068Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T17:12:35.8787155Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T17:12:35.8843874Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T17:12:35.8912169Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T17:12:35.8973634Z Entering 'third_party/pocketfft' 2024-04-03T17:12:35.9030904Z Entering 'third_party/protobuf' 2024-04-03T17:12:35.9118831Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T17:12:35.9174758Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T17:12:35.9233181Z Entering 'third_party/psimd' 2024-04-03T17:12:35.9291164Z Entering 'third_party/pthreadpool' 2024-04-03T17:12:35.9349882Z Entering 'third_party/pybind11' 2024-04-03T17:12:35.9408126Z Entering 'third_party/python-peachpy' 2024-04-03T17:12:35.9465145Z Entering 'third_party/sleef' 2024-04-03T17:12:35.9526140Z Entering 'third_party/tbb' 2024-04-03T17:12:35.9596398Z Entering 'third_party/tensorpipe' 2024-04-03T17:12:35.9656562Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T17:12:35.9717339Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T17:12:35.9780455Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T17:12:35.9837476Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T17:12:35.9896941Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T17:12:35.9960212Z Entering 'third_party/zstd' 2024-04-03T17:12:36.0026974Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader 2024-04-03T17:12:36.0050754Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0059733Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader 2024-04-03T17:12:36.0090318Z [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-04-03T17:12:36.0351902Z Entering 'android/libs/fbjni' 2024-04-03T17:12:36.0378603Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0406704Z Entering 'third_party/FP16' 2024-04-03T17:12:36.0434717Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0462976Z Entering 'third_party/FXdiv' 2024-04-03T17:12:36.0489986Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0519031Z Entering 'third_party/NNPACK' 2024-04-03T17:12:36.0546637Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0575814Z Entering 'third_party/QNNPACK' 2024-04-03T17:12:36.0603018Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0631295Z Entering 'third_party/VulkanMemoryAllocator' 2024-04-03T17:12:36.0658815Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0687408Z Entering 'third_party/XNNPACK' 2024-04-03T17:12:36.0715744Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0761527Z Entering 'third_party/benchmark' 2024-04-03T17:12:36.0789294Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0819049Z Entering 'third_party/cpuinfo' 2024-04-03T17:12:36.0846094Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0875117Z Entering 'third_party/cub' 2024-04-03T17:12:36.0902668Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0931026Z Entering 'third_party/cudnn_frontend' 2024-04-03T17:12:36.0958511Z http.https://github.com/.extraheader 2024-04-03T17:12:36.0986887Z Entering 'third_party/cutlass' 2024-04-03T17:12:36.1014378Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1051476Z Entering 'third_party/eigen' 2024-04-03T17:12:36.1079342Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1108739Z Entering 'third_party/fbgemm' 2024-04-03T17:12:36.1136227Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1164428Z Entering 'third_party/fbgemm/third_party/asmjit' 2024-04-03T17:12:36.1191812Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1219881Z Entering 'third_party/fbgemm/third_party/cpuinfo' 2024-04-03T17:12:36.1246014Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1274829Z Entering 'third_party/fbgemm/third_party/cutlass' 2024-04-03T17:12:36.1300861Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1342558Z Entering 'third_party/fbgemm/third_party/googletest' 2024-04-03T17:12:36.1368899Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1397530Z Entering 'third_party/fbgemm/third_party/hipify_torch' 2024-04-03T17:12:36.1427578Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1455952Z Entering 'third_party/flatbuffers' 2024-04-03T17:12:36.1485517Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1519808Z Entering 'third_party/fmt' 2024-04-03T17:12:36.1547521Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1577455Z Entering 'third_party/foxi' 2024-04-03T17:12:36.1607224Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1638649Z Entering 'third_party/gemmlowp/gemmlowp' 2024-04-03T17:12:36.1666666Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1698558Z Entering 'third_party/gloo' 2024-04-03T17:12:36.1725238Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1753499Z Entering 'third_party/googletest' 2024-04-03T17:12:36.1781024Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1812785Z Entering 'third_party/ideep' 2024-04-03T17:12:36.1840278Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1869678Z Entering 'third_party/ideep/mkl-dnn' 2024-04-03T17:12:36.1896455Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1931960Z Entering 'third_party/ios-cmake' 2024-04-03T17:12:36.1959823Z http.https://github.com/.extraheader 2024-04-03T17:12:36.1990576Z Entering 'third_party/ittapi' 2024-04-03T17:12:36.2017657Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2048213Z Entering 'third_party/kineto' 2024-04-03T17:12:36.2075714Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2103323Z Entering 'third_party/kineto/libkineto/third_party/dynolog' 2024-04-03T17:12:36.2130189Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2170798Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/DCGM' 2024-04-03T17:12:36.2185971Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2216018Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/cpr' 2024-04-03T17:12:36.2242300Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2271407Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/fmt' 2024-04-03T17:12:36.2298564Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2325767Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags' 2024-04-03T17:12:36.2351316Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2380163Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/gflags/doc' 2024-04-03T17:12:36.2405798Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2436790Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/glog' 2024-04-03T17:12:36.2463381Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2491911Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/googletest' 2024-04-03T17:12:36.2519351Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2548562Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/json' 2024-04-03T17:12:36.2574065Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2604284Z Entering 'third_party/kineto/libkineto/third_party/dynolog/third_party/pfs' 2024-04-03T17:12:36.2631240Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2661119Z Entering 'third_party/kineto/libkineto/third_party/fmt' 2024-04-03T17:12:36.2687725Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2716796Z Entering 'third_party/kineto/libkineto/third_party/googletest' 2024-04-03T17:12:36.2743684Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2775105Z Entering 'third_party/mimalloc' 2024-04-03T17:12:36.2802989Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2832091Z Entering 'third_party/nccl/nccl' 2024-04-03T17:12:36.2859580Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2887842Z Entering 'third_party/neon2sse' 2024-04-03T17:12:36.2915300Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2944318Z Entering 'third_party/nlohmann' 2024-04-03T17:12:36.2970492Z http.https://github.com/.extraheader 2024-04-03T17:12:36.2999605Z Entering 'third_party/onnx' 2024-04-03T17:12:36.3027594Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3072124Z Entering 'third_party/onnx/third_party/benchmark' 2024-04-03T17:12:36.3099283Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3127374Z Entering 'third_party/onnx/third_party/pybind11' 2024-04-03T17:12:36.3154594Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3186012Z Entering 'third_party/onnx-tensorrt' 2024-04-03T17:12:36.3213679Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3241554Z Entering 'third_party/onnx-tensorrt/third_party/onnx' 2024-04-03T17:12:36.3268260Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3302050Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/benchmark' 2024-04-03T17:12:36.3328158Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3357181Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11' 2024-04-03T17:12:36.3384308Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3411953Z Entering 'third_party/onnx-tensorrt/third_party/onnx/third_party/pybind11/tools/clang' 2024-04-03T17:12:36.3439490Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3473118Z Entering 'third_party/pocketfft' 2024-04-03T17:12:36.3501285Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3528799Z Entering 'third_party/protobuf' 2024-04-03T17:12:36.3555567Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3587651Z Entering 'third_party/protobuf/third_party/benchmark' 2024-04-03T17:12:36.3614288Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3641968Z Entering 'third_party/protobuf/third_party/googletest' 2024-04-03T17:12:36.3669656Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3698956Z Entering 'third_party/psimd' 2024-04-03T17:12:36.3726233Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3754965Z Entering 'third_party/pthreadpool' 2024-04-03T17:12:36.3782371Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3810481Z Entering 'third_party/pybind11' 2024-04-03T17:12:36.3838014Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3867576Z Entering 'third_party/python-peachpy' 2024-04-03T17:12:36.3894527Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3923332Z Entering 'third_party/sleef' 2024-04-03T17:12:36.3950808Z http.https://github.com/.extraheader 2024-04-03T17:12:36.3978638Z Entering 'third_party/tbb' 2024-04-03T17:12:36.4005668Z http.https://github.com/.extraheader 2024-04-03T17:12:36.4035518Z Entering 'third_party/tensorpipe' 2024-04-03T17:12:36.4065322Z http.https://github.com/.extraheader 2024-04-03T17:12:36.4093552Z Entering 'third_party/tensorpipe/third_party/googletest' 2024-04-03T17:12:36.4120412Z http.https://github.com/.extraheader 2024-04-03T17:12:36.4148734Z Entering 'third_party/tensorpipe/third_party/libnop' 2024-04-03T17:12:36.4174437Z http.https://github.com/.extraheader 2024-04-03T17:12:36.4202390Z Entering 'third_party/tensorpipe/third_party/libuv' 2024-04-03T17:12:36.4228891Z http.https://github.com/.extraheader 2024-04-03T17:12:36.4257882Z Entering 'third_party/tensorpipe/third_party/pybind11' 2024-04-03T17:12:36.4283601Z http.https://github.com/.extraheader 2024-04-03T17:12:36.4310288Z Entering 'third_party/tensorpipe/third_party/pybind11/tools/clang' 2024-04-03T17:12:36.4336213Z http.https://github.com/.extraheader 2024-04-03T17:12:36.4367744Z Entering 'third_party/zstd' 2024-04-03T17:12:36.4395263Z http.https://github.com/.extraheader 2024-04-03T17:12:36.4641520Z Evaluate and set job outputs 2024-04-03T17:12:36.4652544Z Set output 'docker-image' 2024-04-03T17:12:36.4654479Z Set output 'test-matrix' 2024-04-03T17:12:36.4655308Z Cleaning up orphan processes